@charset "UTF-8";
/*!
Theme Name: Backbone
Theme URI: https://www.tigerton.se
Author: Team @ Tigerton
Author URI: https://www.tigerton.se
Description: "A backbone theme", for quick and modern development with Tigerton!
Text Domain: backbone
Version: 2.0
*/
/**
 * Settings
 */
/**
 * Sizes
 */
/**
 * Colors
 */
:root {
  --bb-color-white: #fff;
  --bb-color-black: #222;
  --bb-color-primary: #23373d;
  --bb-color-primary-hover: rgb(57, 75, 80.4);
  --bb-color-secondary: #f1efec;
}

/**
 * Monitor sizes
 */
/**
  * Fonts
  */
/**
  * Spacing/Padding
  */
/**
 * milligram
 */
/*!
  * Milligram-scss v1.4.1
  * https://milligram.io
  *
  * Copyright (c) 2020 CJ Patoilo
  * Licensed under the MIT license
 */
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

body {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  overflow: visible;
  width: 100%;
}

blockquote {
  border-left: 0.3rem solid #222;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

.button, button.button-primary,
a.button-primary,
.button-primary,
.button.button-primary,
button,
input[type=button],
input[type=reset],
input[type=submit],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  background-color: #fff;
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  padding: 1rem 3rem;
  min-height: 42px;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 1;
  font-family: "Lato", sans-serif;
}
.button.active,
.active.button-primary, .button.checked,
.checked.button-primary, .button:hover,
.button-primary:hover,
button.active,
button.checked,
button:hover,
input[type=button].active,
input[type=button].checked,
input[type=button]:hover,
input[type=reset].active,
input[type=reset].checked,
input[type=reset]:hover,
input[type=submit].active,
input[type=submit].checked,
input[type=submit]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.checked,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.checked,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.checked,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.checked,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.checked,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.checked,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.checked,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.active,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.checked,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: transparent;
  border: 1px solid #222;
}
.button[disabled],
[disabled].button-primary,
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button[disabled] {
  cursor: default;
  opacity: 0.5;
}
.button.button-clear,
.button-clear.button-primary,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.button-clear,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-clear,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.button-clear,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.button-clear,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.button-clear,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-clear,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.button-clear,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.button.button-clear:focus,
.button-clear.button-primary:focus, .button.button-clear:hover,
.button-clear.button-primary:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.button-clear:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.button-clear:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-clear:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-clear:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.button-clear:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.button-clear:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.button-clear:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.button-clear:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.button-clear:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.button-clear:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-clear:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-clear:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.button-clear:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.button-clear:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.button-clear:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.button.button-clear[disabled]:focus,
.button-clear[disabled].button-primary:focus, .button.button-clear[disabled]:hover,
.button-clear[disabled].button-primary:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.button-clear[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.button-clear[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-clear[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-clear[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.button-clear[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.button-clear[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.button-clear[disabled]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.button-clear[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.button-clear[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.button-clear[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-clear[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.button-clear[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.button-clear[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.button-clear[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.button-clear[disabled]:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.button-clear[disabled]:hover {
  color: #222;
}

button.button-primary,
a.button-primary,
.button-primary,
.button.button-primary,
button.button-primary,
a.button-primary,
.button-primary {
  background-color: #23373d;
  color: #fff;
  border-color: #23373d;
}
button.button-primary:hover,
a.button-primary:hover,
.button-primary:hover,
.button.button-primary:hover {
  background-color: rgb(57, 75, 80.4);
  color: #fff;
  border-color: rgb(57, 75, 80.4);
  outline: 0;
}

.button-outline {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 1rem;
  transition: all 0.2s ease;
  border-radius: 3px;
}
.button-outline.white {
  background: white;
  border-color: #222;
}
.button-outline.white:focus, .button-outline.white:hover {
  color: #222;
}
.button-outline:focus, .button-outline:hover {
  border-color: inherit;
  color: inherit;
}
.button-outline[disabled]:focus, .button-outline[disabled]:hover {
  border-color: inherit;
}

hr {
  border: 0;
  border-top: 0.2rem solid #23373d;
  margin: 3rem 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #222;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
  font-family: "Lato", sans-serif;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #222;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23222" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23222" d="M0,0l6,8l6-8"/></svg>');
}
select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #222;
}

dl,
ol,
ul {
  padding: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  padding: 1.2rem 1.5rem;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}

@media (min-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  margin-bottom: 2.2rem;
  margin-top: 0;
  line-height: 1;
}

h1 {
  font-size: clamp(2.4rem, 4.2vw, 3rem);
  line-height: 1;
}

h2 {
  font-size: clamp(2.4rem, 4.2vw, 3rem);
  line-height: 1;
}

h3 {
  font-size: clamp(2.4rem, 4.2vw, 3rem);
  line-height: 1.15;
}

h4 {
  font-size: 2rem;
  line-height: 1.15;
}

h5 {
  font-size: 1.7rem;
  line-height: 1.15;
}

h6 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.15;
}

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

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/**
 * Fonts
 */
@font-face {
  font-family: "backbone";
  src: url("assets/fonts/backbone.woff2?sj0bfj") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
[data-icon]:before {
  font-family: "backbone" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "backbone" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down::before {
  content: "\ea01";
}

.icon-angle-left::before {
  content: "\ea02";
}

.icon-angle-right::before {
  content: "\ea03";
}

.icon-angle-up::before {
  content: "\ea04";
}

.icon-pinterest::before {
  content: "\ea05";
}

.icon-checkbox::before {
  content: "\ea06";
}

.icon-close::before {
  content: "\ea07";
}

.icon-facebook::before {
  content: "\ea08";
}

.icon-instagram::before {
  content: "\ea09";
}

.icon-profile::before {
  content: "\ea0a";
}

.icon-search::before {
  content: "\ea0b";
}

.icon-shopping-bag::before {
  content: "\ea0c";
}

.icon-star-circle::before {
  content: "\ea0d";
}

.icon-tiktok::before {
  content: "\ea0e";
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Lato-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Lato-Bold.woff2") format("woff2");
}
/**
 * Theme components
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/**
 * Wrappers
 */
body > #content {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 1rem 8rem;
  border-top: 1rem solid #fff;
}

.content-wrapper, .small-wrapper, .inner-wrapper, .mid-wrapper {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.mid-wrapper {
  max-width: 1200px;
}

.inner-wrapper {
  max-width: 800px;
}

.small-wrapper {
  max-width: 800px;
}

.error404 h1 {
  font-size: 3rem;
}

.page-template-default .content-wrapper .entry, .page-template-default .mid-wrapper .entry, .page-template-default .inner-wrapper .entry, .page-template-default .small-wrapper .entry,
.page-template .content-wrapper .entry,
.page-template .mid-wrapper .entry,
.page-template .inner-wrapper .entry,
.page-template .small-wrapper .entry {
  margin: 0 auto;
}

#breadcrumbs {
  text-align: center;
  color: #767676;
  margin: 0;
}
#breadcrumbs a {
  color: #767676;
}

.loader-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
.loader-wrapper .loader {
  color: #23373d;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}
.loader-wrapper .loader:before {
  display: none;
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.top-header {
  display: flex;
  height: 54px;
  background: #23373d;
}
.top-header .content-wrapper, .top-header .mid-wrapper, .top-header .inner-wrapper, .top-header .small-wrapper {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  max-width: 1560px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 574px) {
  .top-header .content-wrapper, .top-header .mid-wrapper, .top-header .inner-wrapper, .top-header .small-wrapper {
    padding: 0 1.5rem;
  }
}
.top-header .lang-wrapper {
  width: 200px;
  position: relative;
}
.top-header .lang-wrapper .current-lang {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  color: white;
  width: fit-content;
  padding: 5px 0;
  border-radius: 3px;
  background-color: #23373d;
}
.top-header .lang-wrapper .current-lang:hover {
  background-color: #3c545b;
}
.top-header .lang-wrapper .current-lang p {
  margin: 0;
  border-left: 1px solid white;
  padding-left: 1rem;
}
.top-header .lang-wrapper .current-lang img {
  width: 26px;
}
.top-header .lang-wrapper .lang-selection {
  display: none;
  z-index: 999;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 160px;
  background: #23373d;
  border-radius: 0 0 3px 3px;
}
.top-header .lang-wrapper .lang-selection > div {
  padding: 10px 5px;
}
.top-header .lang-wrapper .lang-selection > div a {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  color: white;
}
.top-header .lang-wrapper .lang-selection > div a p {
  border-left: 1px solid white;
  padding-left: 1rem;
  margin: 0;
}
.top-header .lang-wrapper .lang-selection > div a img {
  width: 26px;
}
.top-header .checkout-wrapper {
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.top-header .checkout-wrapper a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  color: white;
  width: fit-content;
  padding: 5px 0;
  border-radius: 3px;
  background-color: #23373d;
}
.top-header .checkout-wrapper a p {
  margin: 0;
  font-size: 14px;
}
.top-header .checkout-wrapper a img {
  width: 24px;
}
.top-header #bb-notices {
  width: calc(100% - 400px);
  color: #fff;
  font-size: 14px;
}
.top-header #bb-notices .bb-notices-content {
  max-width: 1278px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-header #bb-notices .bb-notices-content {
    display: none;
  }
}
.top-header #bb-notices .bb-notices-content p {
  margin: 0;
  text-align: center;
}
.top-header #bb-notices .swiper-container {
  width: 100%;
  height: 100%;
}
.top-header #bb-notices .swiper-wrapper {
  width: 100%;
  align-items: center;
}
.top-header #bb-notices .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.top-header #bb-notices .swiper-slide p {
  margin: 0 1rem;
  text-align: center;
  font-size: 16px;
}
.top-header #bb-notices .swiper-slide a {
  color: #fff;
  text-decoration: underline;
}
.top-header #bb-notices .swiper-slide img {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .top-header #bb-notices {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 574px) {
  .top-header #bb-notices {
    font-size: 12px;
  }
}

header#header {
  width: 100%;
  background: #fff;
  color: #222;
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0;
}
header#header.is-sticky {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
header#header #header-main {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  header#header #header-main {
    padding: 1.5rem 2rem 1.5rem 0.5rem;
  }
}
header#header #header-main .header-left {
  height: 100%;
  position: relative;
}
header#header #header-main .header-left .logotype {
  display: flex;
  align-items: center;
  height: 100%;
}
header#header #header-main .header-left .logotype img {
  max-width: 200px;
  aspect-ratio: 500/130;
}
@media screen and (max-width: 574px) {
  header#header #header-main .header-left .logotype img {
    width: 130px;
  }
}
@media screen and (max-width: 369px) {
  header#header #header-main .header-left .logotype img {
    width: 100px;
  }
}
header#header #header-main .header-mid {
  width: calc(100% - 400px);
}
header#header #header-main .header-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#header .mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1278px) {
  header#header .mobile-menu-button#mobile-menu-open {
    display: none;
  }
}
header#header .mobile-menu-button#mobile-menu-close {
  height: unset;
  width: unset;
  margin: 0;
  padding: 6rem 2rem 2rem;
}
header#header {
  /**
  * Profile icon
  */
}
header#header .profile-icon-wrapper {
  display: flex;
}
header#header .profile-icon-wrapper .icon {
  display: flex;
  font-size: 30px;
  color: #222;
  cursor: pointer;
}
header#header .woocs-style-1-dropdown {
  margin-left: 2rem;
}

.menu {
  position: relative;
}
.menu__icon {
  width: 30px;
  height: 20px;
}
.menu__line {
  position: absolute;
  left: 0;
  background-color: #23373d;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  pointer-events: none;
}
.menu__line--1 {
  top: 0;
}
.menu__line--2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu__line--3 {
  bottom: 0;
}
.menu {
  /*--- Close Button 1 ---*/
}
.menu--close1 .menu__line--1 {
  transition: transform 0.2s ease-in-out;
}
.menu--close1 .menu__line--2 {
  right: 0;
  transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, transform 0s ease-in-out;
}
.menu--close1 .menu__line--3 {
  transition: transform 0.2s ease-in-out;
}
.menu--close1.open .menu__line--1 {
  transform: translate3d(0, 8.5px, 0) rotate(135deg);
}
.menu--close1.open .menu__line--2 {
  opacity: 0;
  right: -120px;
  transform: translate3d(-30px, 0, 0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, right 0s ease-in-out 0.2s;
}
.menu--close1.open .menu__line--3 {
  transform: translate3d(0, -8.5px, 0) rotate(-135deg);
}

#footer {
  background: #23373d;
  padding: 0 2rem;
}
#footer > .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #footer {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.usp, #footer .usp.mid-wrapper, #footer .usp.inner-wrapper, #footer .usp.small-wrapper {
    max-width: 600px;
  }
}
#footer .content-wrapper.usp .logo-container, #footer .usp.mid-wrapper .logo-container, #footer .usp.inner-wrapper .logo-container, #footer .usp.small-wrapper .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f1efec;
  padding: 4rem 0;
}
#footer .content-wrapper.usp .logo-container img, #footer .usp.mid-wrapper .logo-container img, #footer .usp.inner-wrapper .logo-container img, #footer .usp.small-wrapper .logo-container img {
  width: 60vw;
  max-width: 300px;
  filter: invert(1);
}
#footer .content-wrapper.usp .usp-container, #footer .usp.mid-wrapper .usp-container, #footer .usp.inner-wrapper .usp-container, #footer .usp.small-wrapper .usp-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 4rem 0;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.usp .usp-container, #footer .usp.mid-wrapper .usp-container, #footer .usp.inner-wrapper .usp-container, #footer .usp.small-wrapper .usp-container {
    gap: 2rem;
    padding: 2rem 0;
    padding-bottom: 0;
  }
}
#footer .content-wrapper.usp .usp-container .usp, #footer .usp.mid-wrapper .usp-container .usp, #footer .usp.inner-wrapper .usp-container .usp, #footer .usp.small-wrapper .usp-container .usp {
  text-align: center;
  color: #f1efec;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.usp .usp-container .usp, #footer .usp.mid-wrapper .usp-container .usp, #footer .usp.inner-wrapper .usp-container .usp, #footer .usp.small-wrapper .usp-container .usp {
    width: calc(50% - 2rem);
  }
}
#footer .content-wrapper.usp .usp-container .usp img, #footer .usp.mid-wrapper .usp-container .usp img, #footer .usp.inner-wrapper .usp-container .usp img, #footer .usp.small-wrapper .usp-container .usp img {
  width: 80px;
}
#footer .content-wrapper.usp .usp-container .usp p, #footer .usp.mid-wrapper .usp-container .usp p, #footer .usp.inner-wrapper .usp-container .usp p, #footer .usp.small-wrapper .usp-container .usp p {
  line-height: 1.15;
}
#footer .social-icons-container .social-title {
  color: #fff;
}
#footer .social-icons-container .social-icon a {
  color: #fff;
}
#footer .content-wrapper.footer-menu, #footer .footer-menu.mid-wrapper, #footer .footer-menu.inner-wrapper, #footer .footer-menu.small-wrapper {
  display: flex;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu, #footer .footer-menu.mid-wrapper, #footer .footer-menu.inner-wrapper, #footer .footer-menu.small-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }
}
#footer .content-wrapper.footer-menu.no-newsletter, #footer .footer-menu.no-newsletter.mid-wrapper, #footer .footer-menu.no-newsletter.inner-wrapper, #footer .footer-menu.no-newsletter.small-wrapper {
  justify-content: center;
}
#footer .content-wrapper.footer-menu.no-newsletter .wrapper, #footer .footer-menu.no-newsletter.mid-wrapper .wrapper, #footer .footer-menu.no-newsletter.inner-wrapper .wrapper, #footer .footer-menu.no-newsletter.small-wrapper .wrapper {
  width: 100%;
  max-width: 800px;
}
#footer .content-wrapper.footer-menu.no-newsletter #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.mid-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.inner-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.small-wrapper #footer-menu .footer-menu-list {
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu.no-newsletter #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.mid-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.inner-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.no-newsletter.small-wrapper #footer-menu .footer-menu-list {
    gap: 2rem;
  }
}
#footer .content-wrapper.footer-menu .wrapper, #footer .footer-menu.mid-wrapper .wrapper, #footer .footer-menu.inner-wrapper .wrapper, #footer .footer-menu.small-wrapper .wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f1efec;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu .wrapper, #footer .footer-menu.mid-wrapper .wrapper, #footer .footer-menu.inner-wrapper .wrapper, #footer .footer-menu.small-wrapper .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu .wrapper.newsletter, #footer .footer-menu.mid-wrapper .wrapper.newsletter, #footer .footer-menu.inner-wrapper .wrapper.newsletter, #footer .footer-menu.small-wrapper .wrapper.newsletter {
    margin-bottom: 2rem;
  }
}
#footer .content-wrapper.footer-menu #footer-menu, #footer .footer-menu.mid-wrapper #footer-menu, #footer .footer-menu.inner-wrapper #footer-menu, #footer .footer-menu.small-wrapper #footer-menu {
  width: 100%;
}
#footer .content-wrapper.footer-menu #footer-menu ul, #footer .footer-menu.mid-wrapper #footer-menu ul, #footer .footer-menu.inner-wrapper #footer-menu ul, #footer .footer-menu.small-wrapper #footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .content-wrapper.footer-menu #footer-menu ul li, #footer .footer-menu.mid-wrapper #footer-menu ul li, #footer .footer-menu.inner-wrapper #footer-menu ul li, #footer .footer-menu.small-wrapper #footer-menu ul li {
  margin-bottom: 1rem;
}
#footer .content-wrapper.footer-menu #footer-menu ul li a, #footer .footer-menu.mid-wrapper #footer-menu ul li a, #footer .footer-menu.inner-wrapper #footer-menu ul li a, #footer .footer-menu.small-wrapper #footer-menu ul li a {
  color: #f1efec;
}
#footer .content-wrapper.footer-menu #footer-menu .footer-menu-list, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu #footer-menu .footer-menu-list, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list {
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-menu #footer-menu .footer-menu-list > li, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list > li, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list > li, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list > li {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  #footer .content-wrapper.footer-menu #footer-menu .footer-menu-list > li:first-of-type, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list > li:first-of-type, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list > li:first-of-type, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list > li:first-of-type {
    padding-right: 1rem;
    border-right: 1px solid #f1efec;
  }
}
@media screen and (max-width: 574px) {
  #footer .content-wrapper.footer-menu #footer-menu .footer-menu-list > li:last-of-type, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list > li:last-of-type, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list > li:last-of-type, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list > li:last-of-type {
    padding-left: 1rem;
  }
}
#footer .content-wrapper.footer-menu #footer-menu .footer-menu-list > li > a, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list > li > a, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list > li > a, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list > li > a {
  pointer-events: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#footer .content-wrapper.footer-menu #footer-menu .footer-menu-list .submenu-wrapper, #footer .footer-menu.mid-wrapper #footer-menu .footer-menu-list .submenu-wrapper, #footer .footer-menu.inner-wrapper #footer-menu .footer-menu-list .submenu-wrapper, #footer .footer-menu.small-wrapper #footer-menu .footer-menu-list .submenu-wrapper {
  margin-top: 1rem;
}
#footer .content-wrapper.footer-menu .wrapper.newsletter, #footer .footer-menu.mid-wrapper .wrapper.newsletter, #footer .footer-menu.inner-wrapper .wrapper.newsletter, #footer .footer-menu.small-wrapper .wrapper.newsletter {
  text-align: center;
}
#footer .content-wrapper.footer-menu .wrapper.newsletter .form-container, #footer .footer-menu.mid-wrapper .wrapper.newsletter .form-container, #footer .footer-menu.inner-wrapper .wrapper.newsletter .form-container, #footer .footer-menu.small-wrapper .wrapper.newsletter .form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .content-wrapper.footer-bottom, #footer .footer-bottom.mid-wrapper, #footer .footer-bottom.inner-wrapper, #footer .footer-bottom.small-wrapper {
  padding-bottom: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#footer .content-wrapper.footer-bottom .badge, #footer .footer-bottom.mid-wrapper .badge, #footer .footer-bottom.inner-wrapper .badge, #footer .footer-bottom.small-wrapper .badge {
  margin: 0 5px;
}
#footer .content-wrapper.footer-bottom .klarna-icons::part(osm-container), #footer .footer-bottom.mid-wrapper .klarna-icons::part(osm-container), #footer .footer-bottom.inner-wrapper .klarna-icons::part(osm-container), #footer .footer-bottom.small-wrapper .klarna-icons::part(osm-container) {
  border-radius: 3px;
  padding: 8px;
}
#footer .content-wrapper.footer-bottom svg, #footer .footer-bottom.mid-wrapper svg, #footer .footer-bottom.inner-wrapper svg, #footer .footer-bottom.small-wrapper svg {
  border-radius: 3px;
}
#footer .content-wrapper.footer-bottom .dhl-icon, #footer .footer-bottom.mid-wrapper .dhl-icon, #footer .footer-bottom.inner-wrapper .dhl-icon, #footer .footer-bottom.small-wrapper .dhl-icon {
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  #footer .content-wrapper.footer-bottom, #footer .footer-bottom.mid-wrapper, #footer .footer-bottom.inner-wrapper, #footer .footer-bottom.small-wrapper {
    flex-direction: column;
  }
}
#footer .discount-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem 2rem;
  background-color: #23373d;
  color: #f1efec;
  cursor: pointer;
  z-index: 19;
  border-radius: 3px;
  display: none;
  border: 1px solid white;
}
#footer .discount-button .hide-disctount-btn {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: 0;
}
#footer .discount-button .hide-disctount-btn .icon-close {
  background: #fff;
  color: #23373d;
  border: 1px solid #23373d;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .discount-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#footer .discount-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 550px;
  width: 94%;
  border-radius: 3px;
}
#footer .discount-modal .modal-content .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
#footer .discount-modal .modal-content .top .close-btn {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
}
#footer .discount-modal .modal-content .top .close-btn:hover, #footer .discount-modal .modal-content .top .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#footer .discount-modal .modal-content .form-container form {
  margin: 0;
}
#footer .discount-modal .modal-content .form-container form p {
  margin: 0;
}
#footer .discount-modal .modal-content .form-container form input[type=submit] {
  background: #23373d;
  color: #f1efec;
  border: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
}
#footer .discount-modal .modal-content .form-container form input[type=submit]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1277px) {
  #menu-primary {
    display: none;
  }
}
#menu-primary ul.menu-primary-list {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

#menu-primary ul.menu-primary-list ul {
  padding: 0;
}

#menu-primary ul.menu-primary-list > li {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 1.2rem;
}

#menu-primary ul.menu-primary-list > li:hover > .submenu-wrapper {
  display: flex;
}

#menu-primary ul.menu-primary-list li:hover > a::before {
  visibility: visible;
  transform: scaleX(1);
}

#menu-primary ul.menu-primary-list li a {
  width: fit-content;
  position: relative;
  cursor: pointer;
}

#menu-primary ul.menu-primary-list li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper {
  display: none;
  justify-content: center;
  z-index: 1200;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  background: transparent;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul {
  display: flex;
  justify-content: space-between;
  max-width: 1560px;
  width: 100%;
  background: #fff;
  margin: 20px 0 0 0;
  padding: 2rem;
  height: 100%;
  -webkit-box-shadow: 0px 12px 12px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 12px -4px rgba(0, 0, 0, 0.1);
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  height: 100%;
  width: 260px;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:not(:last-child) {
  border-right: 1px solid black;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:not(:last-child) {
    padding: 0 10px;
  }
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:first-child {
  padding-left: 0;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:nth-child(2) {
  width: 480px;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:nth-child(2) {
    width: 400px;
  }
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:nth-child(2) > .submenu-wrapper > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:nth-child(2) > .submenu-wrapper > ul > li {
  display: flex;
  width: 48%;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:last-child {
  width: calc(100% - 878px);
  padding-right: 0;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:last-child {
    width: 480px;
  }
}

@media screen and (max-width: 1277px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:nth-child(4) {
    border: 0;
  }
}
@media screen and (max-width: 1277px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li:last-child {
    display: none;
  }
}
#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li > a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  pointer-events: none;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper {
  height: 100%;
  width: 520px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper .content {
  position: absolute;
  color: white;
  bottom: 2rem;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper .content h2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0 0 0;
  margin: 0;
  color: white;
  font-size: 30px;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper .content h2 {
    font-size: 20px;
  }
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper .content p {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 20px 20px 20px;
  margin: 0;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li .image-wrapper .content p {
    font-size: 14px;
  }
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li > .submenu-wrapper {
  margin-top: 1rem;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li > .submenu-wrapper > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}

#menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li > .submenu-wrapper > ul > li {
  display: flex;
}
@media screen and (max-width: 1459px) {
  #menu-primary ul.menu-primary-list > li > .submenu-wrapper > ul > li > .submenu-wrapper > ul > li {
    font-size: 14px;
  }
}

#menu-secondary {
  height: 100%;
  margin-left: 2.5rem;
}
@media screen and (max-width: 1277px) {
  #menu-secondary {
    margin: 0;
  }
}
#menu-secondary ul.menu-secondary-list {
  display: flex;
  padding: 0;
  height: 100%;
  gap: 20px;
  margin: 0;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1277px) {
  #menu-secondary ul.menu-secondary-list li:not(.menu-item-object-custom) {
    display: none;
  }
}
#menu-secondary ul.menu-secondary-list ul {
  padding: 0;
  margin: 0;
}
#menu-secondary ul.menu-secondary-list a {
  font-size: 1.5rem;
}
#menu-secondary ul.menu-secondary-list .submenu-wrapper {
  padding: 20px 0 0 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  gap: 100px;
}
#menu-secondary ul.menu-secondary-list > li {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
#menu-secondary ul.menu-secondary-list > li:hover .submenu-wrapper {
  display: flex;
}
#menu-secondary ul.menu-secondary-list > li.wishlist-wrapper {
  cursor: pointer;
}
#menu-secondary ul.menu-secondary-list > li.wishlist-wrapper img {
  width: 26px;
  height: 26px;
}
#menu-secondary ul.menu-secondary-list > li.wishlist-wrapper .wishlist-count {
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -2px;
  inset-inline-end: -1rem;
  border-radius: 100%;
  color: #fff;
  background-color: #23373d;
  text-align: center;
  font-size: 12px;
}
#menu-secondary ul.menu-secondary-list > li.menu-item-has-children:hover:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 1;
  /* Add the shadows using pseudo-elements */
}
#menu-secondary ul.menu-secondary-list > li.menu-item-has-children:hover:after::before, #menu-secondary ul.menu-secondary-list > li.menu-item-has-children:hover:after::after {
  content: " ";
  position: absolute;
  top: 10px;
  width: 8px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(3px);
  z-index: -1;
}
#menu-secondary ul.menu-secondary-list > li.menu-item-has-children:hover:after::before {
  left: -8px;
}
#menu-secondary ul.menu-secondary-list > li.menu-item-has-children:hover:after::after {
  right: -8px;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul {
  display: flex;
  flex-direction: row;
  padding: 2rem 3rem;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  gap: 75px;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li {
  white-space: nowrap;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li > a {
  font-weight: 600;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li > ul {
  margin-top: 1rem;
  border: 1px solid #ff0000;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li > ul ul {
  display: none;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li > ul > li.menu-item-has-children {
  position: relative;
  padding-right: 30px;
}
#menu-secondary ul.menu-secondary-list > li .submenu-wrapper > ul > li > ul > li.menu-item-has-children .icon {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 15px;
  transform: translateY(-50%);
}

.mobile-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1278px) {
  .mobile-main-wrapper {
    display: none;
  }
}
.mobile-main-wrapper.open .mobile-inner {
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  width: calc(100% - 40px);
}
.mobile-main-wrapper .mobile-inner {
  display: inline-block;
  position: fixed;
  background: white;
  right: -360px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  width: 360px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  margin-right: -16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .menu-slider-wrapper {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .menu-slider-wrapper .embla.mobile-menu {
  width: 100%;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .menu-slider-wrapper .embla.mobile-menu img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: center;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .menu-slider-wrapper .slider-text p {
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .menu-slider-wrapper .slider-text p {
    font-size: 12px;
  }
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .category-toggle {
  display: flex;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .category-toggle > div {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 1rem 0;
  border-top: 1px #e4e4e4 solid;
  border-bottom: 2px #e4e4e4 solid;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .category-toggle > div.active {
  border-bottom: 2px #23373d solid;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories.active {
  display: block;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li a {
  padding: 20px 10px;
  height: 100%;
  font-weight: 300;
  flex-grow: 1;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li a.active {
  font-weight: 400;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li .category-toggle {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 20px 10px;
  font-weight: 300;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li .category-toggle i {
  display: flex;
  font-size: 25px;
  cursor: pointer;
  transition: transform 0.3s;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li .category-toggle.open i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li ul.child-categories {
  list-style: none;
  margin: 0 0 0 10px;
  width: 100%;
  transition: border-color 1.3s ease-in-out;
  border-left: 2px solid transparent;
  display: none;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li ul.child-categories .category-toggle {
  justify-content: flex-end;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li ul.child-categories li {
  text-transform: capitalize;
  font-size: 16px;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li ul.child-categories li:last-child {
  border-bottom: none;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .mobile-product-categories li ul.child-categories.open {
  border-left: 2px solid #508b8e;
  display: block;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .page-menu-wrapper {
  background-color: #f6f6f6;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .page-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .page-menu-wrapper ul li {
  padding: 20px 10px;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}
.mobile-main-wrapper .mobile-inner .mobile-inner-wrap .mobile-main .mobile-menu-wrapper .page-menu-wrapper ul li a {
  font-weight: 300;
  text-transform: uppercase;
}

/**
 * General
 */
.entry .woocommerce {
  border-radius: 3px;
}
.entry .woocommerce h2 {
  font-size: 2.5rem;
}
.entry .woocommerce .woocommerce-form {
  border-radius: 0;
}

/**
 * Gift Card Gallery
 */
.gift-card-gallery-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .gift-card-gallery-wrapper {
    width: 100%;
  }
}
.gift-card-gallery-wrapper .gift-card-main-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  background: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gift-card-gallery-wrapper .gift-card-main-image .gift-card-primary-image {
  width: 100%;
  height: auto;
  display: block;
}
.gift-card-gallery-wrapper .gift-card-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
  padding: 0;
}
@media (max-width: 768px) {
  .gift-card-gallery-wrapper .gift-card-thumbnails {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
  }
}
.gift-card-gallery-wrapper .gift-card-thumbnails .gift-card-thumbnail-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #f8f9fa;
}
.gift-card-gallery-wrapper .gift-card-thumbnails .gift-card-thumbnail-item:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
}
.gift-card-gallery-wrapper .gift-card-thumbnails .gift-card-thumbnail-item.active {
  border-color: #667eea;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.gift-card-gallery-wrapper .gift-card-thumbnails .gift-card-thumbnail-item .gift-card-thumb-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.wc-menu-cart__product-price,
.woocommerce-mini-cart__total,
.woocs_special_price_code,
.prices-container,
.price {
  color: #222;
}
.wc-menu-cart__product-price del,
.woocommerce-mini-cart__total del,
.woocs_special_price_code del,
.prices-container del,
.price del {
  opacity: 0.5;
}
.wc-menu-cart__product-price ins,
.woocommerce-mini-cart__total ins,
.woocs_special_price_code ins,
.prices-container ins,
.price ins {
  color: #12622e;
}

@media screen and (max-width: 574px) {
  .woocs_special_price_code {
    display: flex;
    gap: 0.5rem;
  }
}
span.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product span.onsale {
  position: absolute;
  z-index: 11;
  min-height: unset;
  min-width: unset;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 0;
  padding: 6px 12px;
  letter-spacing: normal;
  top: 0;
  left: 0;
  right: auto;
  width: fit-content;
  color: white;
  left: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 3px 0;
  background-color: #23373d !important;
  font-weight: normal;
}
span.onsale img,
.woocommerce span.onsale img,
.woocommerce ul.products li.product span.onsale img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
span.onsale:has(img),
.woocommerce span.onsale:has(img),
.woocommerce ul.products li.product span.onsale:has(img) {
  background: transparent !important;
  background-color: transparent !important;
  padding: 12px;
  border-radius: 0;
}
span.onsale:has(img) img,
.woocommerce span.onsale:has(img) img,
.woocommerce ul.products li.product span.onsale:has(img) img {
  width: 80px;
}
@media screen and (max-width: 574px) {
  span.onsale:has(img),
  .woocommerce span.onsale:has(img),
  .woocommerce ul.products li.product span.onsale:has(img) {
    padding: 6px;
  }
  span.onsale:has(img) img,
  .woocommerce span.onsale:has(img) img,
  .woocommerce ul.products li.product span.onsale:has(img) img {
    width: 54px;
  }
}

.single-product .product.type-product > span.onsale {
  font-size: 18px;
  padding: 15px;
}
@media screen and (max-width: 574px) {
  .single-product .product.type-product > span.onsale {
    padding: 10px;
    font-size: 14px;
  }
}

.archive.woocommerce ul.products li.product span.onsale {
  padding: 6px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.button.wc-forward,
.woocommerce-notices-wrapper .wc-block-components-notice-banner__content a.wc-forward.button-primary {
  display: flex !important;
  background-color: white !important;
  border: 0.1rem solid #222 !important;
  color: #222 !important;
  cursor: pointer !important;
  font-size: inherit !important;
  font-weight: 500 !important;
  padding: 1rem 4rem !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-radius: 3px !important;
  opacity: 1;
  width: fit-content;
}

/**
 * Woocommerce li.product överallt.
 *HÄR SKA li.product style ligga
 */
li.product {
  width: unset !important;
  border: none;
  margin: 0 !important;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  line-height: 17px;
}
@media screen and (max-width: 768px) {
  li.product {
    gap: 2px;
  }
}
li.product .woocs_price_code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
li.product .artist-name {
  font-size: 12px;
}
li.product > .woocommerce-LoopProduct-link {
  margin-bottom: 2px;
}
li.product > .woocommerce-LoopProduct-link img {
  display: block;
  height: auto;
  width: 100%;
  transition: transform 0.4s ease;
  aspect-ratio: 1;
  outline: 0;
  margin: 0 !important;
  object-fit: contain;
}
@media screen and (min-width: 960px) {
  li.product > .woocommerce-LoopProduct-link img:hover {
    transform: scale(1.05);
  }
}
li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  display: initial !important;
}
li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
  letter-spacing: 0;
  line-height: 2rem;
  max-width: 285px;
}
li.product.is-square-poster > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  padding: 40px;
  background-color: #f6f6f6;
  display: block !important;
}
li.product a.add_to_cart_button,
li.product a.product_type_simple {
  display: none !important;
}
li.product .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
}
li.product .title-wrapper h2.woocommerce-loop-product__title {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  margin: 0;
  width: 100%;
  padding: 0 !important;
  text-align: left;
  font-size: 14px !important;
  line-height: 17px;
  letter-spacing: 0;
}
li.product .price {
  font-size: 14px !important;
  margin: 0 !important;
  color: #222 !important;
  text-decoration: none;
  display: flex !important;
  flex-direction: column;
}
li.product .price ins {
  color: #12622e;
  text-decoration: none;
  font-weight: inherit !important;
}
li.product .add-to-wishlist.heart-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 574px) {
  li.product .add-to-wishlist.heart-icon {
    right: -8px;
    top: -8px;
  }
}
li.product .add-to-wishlist.heart-icon path {
  stroke: #23373d;
  fill: transparent;
}
li.product .add-to-wishlist.heart-icon.in-wishlist path {
  fill: #23373d;
}

.woocommerce .woocommerce-MyAccount-navigation ul,
.woocommerce.archive .woocommerce-MyAccount-navigation ul,
.woocommerce-page .woocommerce-MyAccount-navigation ul,
.page-template-template-favoriter .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-MyAccount-navigation li,
.woocommerce.archive .woocommerce-MyAccount-navigation li,
.woocommerce-page .woocommerce-MyAccount-navigation li,
.page-template-template-favoriter .woocommerce-MyAccount-navigation li {
  flex: 1;
  margin-bottom: 0.3rem;
}
.woocommerce .woocommerce-MyAccount-navigation li a,
.woocommerce.archive .woocommerce-MyAccount-navigation li a,
.woocommerce-page .woocommerce-MyAccount-navigation li a,
.page-template-template-favoriter .woocommerce-MyAccount-navigation li a {
  display: block;
  background-color: #23373d;
  padding: 2rem;
}
.woocommerce .woocommerce-MyAccount-navigation li a:hover,
.woocommerce.archive .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-page .woocommerce-MyAccount-navigation li a:hover,
.page-template-template-favoriter .woocommerce-MyAccount-navigation li a:hover {
  background-color: #f1efec;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce.archive .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a,
.page-template-template-favoriter .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #f1efec;
}
.woocommerce .woocommerce-no-products-found,
.woocommerce.archive .woocommerce-no-products-found,
.woocommerce-page .woocommerce-no-products-found,
.page-template-template-favoriter .woocommerce-no-products-found {
  margin-top: 2rem;
}
.woocommerce .woocommerce-info,
.woocommerce.archive .woocommerce-info,
.woocommerce-page .woocommerce-info,
.page-template-template-favoriter .woocommerce-info {
  background: #23373d;
  border-top-color: #23373d;
  color: #fff;
}
.woocommerce .woocommerce-info:before,
.woocommerce.archive .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.page-template-template-favoriter .woocommerce-info:before {
  color: #23373d;
}
.woocommerce .woocommerce-MyAccount-content .button,
.woocommerce .woocommerce-MyAccount-content .button-primary,
.woocommerce.archive .woocommerce-MyAccount-content .button,
.woocommerce-page .woocommerce-MyAccount-content .button,
.woocommerce-page .woocommerce-MyAccount-content .button-primary,
.page-template-template-favoriter .woocommerce-MyAccount-content .button,
.page-template-template-favoriter .woocommerce-MyAccount-content .button-primary {
  background-color: transparent;
  border: 0.1rem solid #222;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 1rem;
  transition: all 0.2s ease;
  border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content .button:focus,
.woocommerce .woocommerce-MyAccount-content .button-primary:focus, .woocommerce .woocommerce-MyAccount-content .button:hover,
.woocommerce .woocommerce-MyAccount-content .button-primary:hover,
.woocommerce.archive .woocommerce-MyAccount-content .button:focus,
.woocommerce.archive .woocommerce-MyAccount-content .button:hover,
.woocommerce-page .woocommerce-MyAccount-content .button:focus,
.woocommerce-page .woocommerce-MyAccount-content .button-primary:focus,
.woocommerce-page .woocommerce-MyAccount-content .button:hover,
.woocommerce-page .woocommerce-MyAccount-content .button-primary:hover,
.page-template-template-favoriter .woocommerce-MyAccount-content .button:focus,
.page-template-template-favoriter .woocommerce-MyAccount-content .button-primary:focus,
.page-template-template-favoriter .woocommerce-MyAccount-content .button:hover,
.page-template-template-favoriter .woocommerce-MyAccount-content .button-primary:hover {
  border-color: inherit;
  color: inherit;
  background: #fbf8f6;
}
.woocommerce .woocommerce-MyAccount-content .button[disabled]:focus,
.woocommerce .woocommerce-MyAccount-content [disabled].button-primary:focus, .woocommerce .woocommerce-MyAccount-content .button[disabled]:hover,
.woocommerce .woocommerce-MyAccount-content [disabled].button-primary:hover,
.woocommerce.archive .woocommerce-MyAccount-content .button[disabled]:focus,
.woocommerce.archive .woocommerce-MyAccount-content .button[disabled]:hover,
.woocommerce-page .woocommerce-MyAccount-content .button[disabled]:focus,
.woocommerce-page .woocommerce-MyAccount-content [disabled].button-primary:focus,
.woocommerce-page .woocommerce-MyAccount-content .button[disabled]:hover,
.woocommerce-page .woocommerce-MyAccount-content [disabled].button-primary:hover,
.page-template-template-favoriter .woocommerce-MyAccount-content .button[disabled]:focus,
.page-template-template-favoriter .woocommerce-MyAccount-content [disabled].button-primary:focus,
.page-template-template-favoriter .woocommerce-MyAccount-content .button[disabled]:hover,
.page-template-template-favoriter .woocommerce-MyAccount-content [disabled].button-primary:hover {
  border-color: inherit;
}
.woocommerce .orderby,
.woocommerce.archive .orderby,
.woocommerce-page .orderby,
.page-template-template-favoriter .orderby {
  font-size: 1.5rem;
}
.woocommerce .added_to_cart,
.woocommerce.archive .added_to_cart,
.woocommerce-page .added_to_cart,
.page-template-template-favoriter .added_to_cart {
  display: none !important;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce.archive .woocommerce-error,
.woocommerce.archive .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-message,
.page-template-template-favoriter .woocommerce-error,
.page-template-template-favoriter .woocommerce-message {
  border-top-color: #23373d;
  font-size: 1.5rem;
}
@media screen and (max-width: 574px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-message,
  .woocommerce.archive .woocommerce-error,
  .woocommerce.archive .woocommerce-message,
  .woocommerce-page .woocommerce-error,
  .woocommerce-page .woocommerce-message,
  .page-template-template-favoriter .woocommerce-error,
  .page-template-template-favoriter .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-error a.button-primary,
  .woocommerce .woocommerce-message a.button,
  .woocommerce .woocommerce-message a.button-primary,
  .woocommerce.archive .woocommerce-error a.button,
  .woocommerce.archive .woocommerce-message a.button,
  .woocommerce-page .woocommerce-error a.button,
  .woocommerce-page .woocommerce-error a.button-primary,
  .woocommerce-page .woocommerce-message a.button,
  .woocommerce-page .woocommerce-message a.button-primary,
  .page-template-template-favoriter .woocommerce-error a.button,
  .page-template-template-favoriter .woocommerce-error a.button-primary,
  .page-template-template-favoriter .woocommerce-message a.button,
  .page-template-template-favoriter .woocommerce-message a.button-primary {
    margin: 1rem 0 0 0 !important;
  }
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-message:before,
.woocommerce.archive .woocommerce-error:before,
.woocommerce.archive .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-message:before,
.page-template-template-favoriter .woocommerce-error:before,
.page-template-template-favoriter .woocommerce-message:before {
  color: #23373d;
}
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-error a.button-primary,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message a.button-primary,
.woocommerce.archive .woocommerce-error a.button,
.woocommerce.archive .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-error a.button-primary,
.woocommerce-page .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button-primary,
.page-template-template-favoriter .woocommerce-error a.button,
.page-template-template-favoriter .woocommerce-error a.button-primary,
.page-template-template-favoriter .woocommerce-message a.button,
.page-template-template-favoriter .woocommerce-message a.button-primary {
  display: flex !important;
  margin-left: 1rem;
  font-size: 20px;
  padding: 15px 25px;
  background-color: white;
  border: 0.1rem solid #222;
  color: #222;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  padding: 1rem 4rem;
  text-align: center;
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.page-template-template-favoriter .woocommerce-breadcrumb {
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  text-align: center;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce.archive .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.page-template-template-favoriter .woocommerce-breadcrumb a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce.archive .woocommerce-breadcrumb,
  .woocommerce-page .woocommerce-breadcrumb,
  .page-template-template-favoriter .woocommerce-breadcrumb {
    font-size: 14px !important;
    text-align: left !important;
    padding: 5px 0 !important;
    margin: 1rem 0;
  }
}

.archive-top-wrapper {
  margin: 0rem auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  width: 100%;
}
.archive-top-wrapper .archive-top-info {
  width: 100%;
}
.archive-top-wrapper .woocommerce-products-header__title {
  text-align: center;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .archive-top-wrapper .woocommerce-products-header__title {
    text-align: left;
    margin: 0;
  }
}
.archive-top-wrapper .archive-description {
  line-height: 1.2;
  font-size: 14px;
  margin: 2rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-top-wrapper .archive-description {
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
    margin: 1rem 0;
  }
}
.archive-top-wrapper .archive-description p {
  margin: 0;
}
.archive-top-wrapper .archive-image-wrapper {
  width: 150px;
  flex-shrink: 0;
}
.archive-top-wrapper .icon-angle-left {
  display: flex;
  padding-right: 10px;
}

#archive-cat-slider .swiper:not(.swiper-initialized) {
  height: calc((100vw - 4rem - 1rem) / 2 + 6px);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #archive-cat-slider .swiper:not(.swiper-initialized) {
    height: calc((100vw - 4rem - 10rem - 1rem) / 2 + 6px);
  }
}
@media screen and (min-width: 960px) {
  #archive-cat-slider .swiper:not(.swiper-initialized) {
    height: calc((100vw - 4rem - 10rem - 2rem) / 3 + 6px);
  }
}
@media screen and (min-width: 1240px) {
  #archive-cat-slider .swiper:not(.swiper-initialized) {
    height: calc((100vw - 4rem - 10rem - 4rem) / 5 + 6px);
  }
}
@media screen and (min-width: 1560px) {
  #archive-cat-slider .swiper:not(.swiper-initialized) {
    height: calc((1560px - 4rem - 10rem - 4rem) / 5 + 6px);
  }
}

.woocommerce .button.add_to_cart_button,
.woocommerce .add_to_cart_button.button-primary,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart],
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-primary,
.woocommerce form .woocommerce-button {
  background-color: white;
  border: 0.1rem solid #222;
  color: #222;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-weight: 500;
  padding: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
}
.woocommerce .button.add_to_cart_button:focus,
.woocommerce .add_to_cart_button.button-primary:focus, .woocommerce .button.add_to_cart_button:hover,
.woocommerce .add_to_cart_button.button-primary:hover,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart]:focus,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-primary:focus,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart]:hover,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-primary:hover,
.woocommerce form .woocommerce-button:focus,
.woocommerce form .woocommerce-button:hover {
  color: #222;
  background: #f1efec;
  border-color: #f1efec;
  outline: 0;
}
.woocommerce .button.add_to_cart_button[disabled],
.woocommerce .add_to_cart_button[disabled].button-primary,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart][disabled],
.woocommerce .single_add_to_cart_button[name=add-to-cart][disabled].button-primary,
.woocommerce form .woocommerce-button[disabled] {
  cursor: default;
  opacity: 0.5;
}
.woocommerce .button.add_to_cart_button[disabled]:focus,
.woocommerce .add_to_cart_button[disabled].button-primary:focus, .woocommerce .button.add_to_cart_button[disabled]:hover,
.woocommerce .add_to_cart_button[disabled].button-primary:hover,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart][disabled]:focus,
.woocommerce .single_add_to_cart_button[name=add-to-cart][disabled].button-primary:focus,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart][disabled]:hover,
.woocommerce .single_add_to_cart_button[name=add-to-cart][disabled].button-primary:hover,
.woocommerce form .woocommerce-button[disabled]:focus,
.woocommerce form .woocommerce-button[disabled]:hover {
  background-color: #222;
  border-color: #222;
}
.woocommerce .button.add_to_cart_button.button-clear,
.woocommerce .add_to_cart_button.button-clear.button-primary,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart].button-clear,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-clear.button-primary,
.woocommerce form .woocommerce-button.button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.woocommerce .button.add_to_cart_button.button-clear:focus,
.woocommerce .add_to_cart_button.button-clear.button-primary:focus, .woocommerce .button.add_to_cart_button.button-clear:hover,
.woocommerce .add_to_cart_button.button-clear.button-primary:hover,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart].button-clear:focus,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-clear.button-primary:focus,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart].button-clear:hover,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-clear.button-primary:hover,
.woocommerce form .woocommerce-button.button-clear:focus,
.woocommerce form .woocommerce-button.button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #23373d;
}
.woocommerce .button.add_to_cart_button.button-clear[disabled]:focus,
.woocommerce .add_to_cart_button.button-clear[disabled].button-primary:focus, .woocommerce .button.add_to_cart_button.button-clear[disabled]:hover,
.woocommerce .add_to_cart_button.button-clear[disabled].button-primary:hover,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart].button-clear[disabled]:focus,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-clear[disabled].button-primary:focus,
.woocommerce .button.single_add_to_cart_button[name=add-to-cart].button-clear[disabled]:hover,
.woocommerce .single_add_to_cart_button[name=add-to-cart].button-clear[disabled].button-primary:hover,
.woocommerce form .woocommerce-button.button-clear[disabled]:focus,
.woocommerce form .woocommerce-button.button-clear[disabled]:hover {
  color: #222;
}

/**
 * Minicart
 */
.wc-toggle-button-wrapper {
  display: inline-block;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button {
  cursor: pointer;
  padding: 0;
}
.wc-toggle-button-wrapper .wc-menu-cart__container,
.wc-toggle-button-wrapper .wc-menu-wishlist__container {
  transform: none;
  z-index: 20;
  position: absolute;
  top: 50px;
  right: -18px;
  left: auto;
  bottom: auto;
  min-width: 330px;
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.wc-toggle-button-wrapper .wc-menu-cart__container.open,
.wc-toggle-button-wrapper .wc-menu-wishlist__container.open {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 574px) {
  .wc-toggle-button-wrapper .wc-menu-cart__container,
  .wc-toggle-button-wrapper .wc-menu-wishlist__container {
    position: fixed;
    min-width: 100%;
    bottom: 0;
    right: 0;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main {
  height: 100%;
  min-height: 200px;
  width: 470px;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  padding: 2rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-radius: 0 0 3px 3px;
  margin-top: 0;
}
@media screen and (max-width: 574px) {
  .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main,
  .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main,
  .wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main,
  .wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main {
    width: 100%;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .title-header,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .title-header,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main .title-header,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .title-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .title-header h2,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .title-header h2,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main .title-header h2,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .title-header h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 400;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .title-header .wc-menu-cart__close-button,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .title-header .wc-menu-wishlist__close-button,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .title-header .wc-menu-cart__close-button,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .title-header .wc-menu-wishlist__close-button,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main .title-header .wc-menu-cart__close-button,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-cart__main .title-header .wc-menu-wishlist__close-button,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .title-header .wc-menu-cart__close-button,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .title-header .wc-menu-wishlist__close-button {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: "backbone";
  font-size: 24px;
  line-height: 1;
  transition: 0.3s;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom {
  height: calc(100% - 48.75px);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media screen and (min-width: 575px) {
  .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container,
  .wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container {
    max-height: 550px;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 1rem 0;
  gap: 1rem;
  justify-content: space-between;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item > div,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item > div.wc-menu-cart__product-name,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item > div.wc-menu-cart__product-name {
  flex: 1;
}
@media screen and (max-width: 574px) {
  .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon,
  .wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon {
    right: -8px;
    top: -8px;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon path,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon path {
  stroke: #23373d;
  fill: transparent;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon.in-wishlist path,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item .heart-icon.in-wishlist path {
  fill: #23373d;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item a,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item a {
  font-weight: bold;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item picture,
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item img,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item picture,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item img {
  width: 75px;
  height: 75px;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item svg,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .wishlist-container .wishlist-item svg {
  cursor: pointer;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .all-wishlist-container,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .all-wishlist-container {
  padding-top: 2rem;
  text-align: center;
}
.wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-wishlist__main .widget_wishlist_content-custom .all-wishlist-container a,
.wc-toggle-button-wrapper .wc-menu-wishlist__container .wc-menu-wishlist__main .widget_wishlist_content-custom .all-wishlist-container a {
  width: 100%;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button-text {
  display: none;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-button-icon {
  display: flex;
  width: 30px;
  position: relative;
  top: 0;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-button-icon img {
  width: 30px;
  height: 30px;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: 0;
  inset-inline-end: -0.4em;
  border-radius: 100%;
  color: #fff;
  background-color: #23373d;
  text-align: center;
  font-size: 12px;
}
.wc-toggle-button-wrapper .wc-menu-cart__toggle-button .cart-button-icon.hide-count[data-counter]:before {
  display: none;
}
.wc-toggle-button-wrapper .widget_shopping_cart_content-custom {
  height: calc(100% - 48.75px);
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 575px) {
  .wc-toggle-button-wrapper .widget_shopping_cart_content-custom {
    max-height: 550px;
  }
}
.wc-toggle-button-wrapper .widget_shopping_cart_content-custom .wc-menu-cart__products {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wc-toggle-button-wrapper .woocommerce-mini-cart__total_container {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
}
.wc-toggle-button-wrapper .wc-menu-cart__subtotal {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: inherit;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  padding-top: 20px;
}
.wc-toggle-button-wrapper .wc-menu-cart__footer-buttons.woocommerce-mini-cart__buttons.buttons {
  font-size: 20px;
  gap: 1rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 20px;
}
.wc-toggle-button-wrapper .wc-menu-cart__footer-buttons.woocommerce-mini-cart__buttons.buttons a {
  width: 100%;
  background-color: #23373d;
  border: none;
  border-radius: 3px;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  padding: 1rem 5rem !important;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: unset;
}
.wc-toggle-button-wrapper .wc-menu-cart__footer-buttons.woocommerce-mini-cart__buttons.buttons a:focus, .wc-toggle-button-wrapper .wc-menu-cart__footer-buttons.woocommerce-mini-cart__buttons.buttons a:hover {
  background-color: #23373d;
  outline: 0;
}
.wc-toggle-button-wrapper .wc-menu-cart__product {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 574px) {
  .wc-toggle-button-wrapper .wc-menu-cart__product {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-image img {
  max-width: 75px;
  max-height: 75px;
  object-fit: contain;
  display: block;
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-image img.custom-motive-thumbnail {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-name {
  margin: 0;
  flex: 1;
  padding: 0 1rem;
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-name .title {
  margin: 0;
  font-weight: bold;
}
.wc-toggle-button-wrapper .wc-menu-cart__product .wc-menu-cart__product-name .title a {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
.wc-toggle-button-wrapper .wc-menu-cart__product-remove > a.remove {
  color: #ff0000;
  border-radius: 50%;
  border: 1px solid #ff0000;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  transition: 0.3s;
  height: unset;
  width: unset;
}
.wc-toggle-button-wrapper .wc-menu-cart__product-remove img {
  width: 15px;
  color: red;
}
.wc-toggle-button-wrapper .wc-menu-cart__product-remove a.remove:hover {
  color: #fff !important;
  background: red;
}
.wc-toggle-button-wrapper .empty-cart-button {
  width: fit-content;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 574px) {
  .wc-toggle-button-wrapper .empty-cart-button {
    padding: 1rem 1.5rem !important;
  }
}
.wc-toggle-button-wrapper .woocommerce-mini-cart__total.total {
  font-weight: 600;
  text-align: right;
  font-size: 1.6rem;
}
.wc-toggle-button-wrapper .woocommerce-mini-cart__total.total .amount {
  font-weight: 500;
}

/**
 * Woocommerce Cart Page
 */
.woocommerce-cart .quantity {
  display: flex;
  align-items: center;
  margin: 0;
}
.woocommerce-cart .quantity input {
  margin: 0;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  width: 50px;
  height: 50px;
  background: #fff;
}
.woocommerce-cart .quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 0;
  background-color: #f1efec;
  margin: 0;
  padding: 0;
}
.woocommerce-cart .quantity button:hover {
  border: 1px solid #222;
  background-color: transparent;
}

/**
 * Woocommerce Single Product Page
 */
.woocommerce.single-product .product-type-pw-gift-card .price,
.woocommerce.single-product .product-type-pw-gift-card .woocommerce-variation-dimensions {
  display: none;
}
.woocommerce.single-product .product-type-pw-gift-card .gift-card-description p {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-type-pw-gift-card .gift-card-description ul {
  margin: 0 0 1rem 0;
  padding-left: 26px;
}
.woocommerce.single-product .woocommerce-breadcrumb {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .hanging-mount-container {
    padding-top: 1rem;
  }
}
.woocommerce.single-product .hanging-mount-container .product-intro {
  position: relative;
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 16px;
}
.woocommerce.single-product .hanging-mount-container .product-intro.expanded {
  max-height: none;
}
.woocommerce.single-product .hanging-mount-container .product-intro.expanded:after {
  content: none;
}
.woocommerce.single-product .hanging-mount-container .toggle-product-intro-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 1rem;
}
.woocommerce.single-product .hanging-mount-container .hanging-mount-text {
  margin: 0;
}
.woocommerce.single-product .hanging-mount-btn {
  text-decoration: underline;
  cursor: pointer;
}
.woocommerce.single-product .hanging-mount-modal {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.woocommerce.single-product .hanging-mount-modal .modal-content {
  background-color: #fefefe;
  padding: 1rem 1rem 0.2rem 1rem;
  margin: 0 auto;
  border: 1px solid #888;
  max-width: 850px;
  width: 90%;
  border-radius: 3px;
}
.woocommerce.single-product .hanging-mount-modal .modal-content .top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.woocommerce.single-product .hanging-mount-modal .modal-content .top .close-btn {
  color: #222;
  font-size: 28px;
  font-weight: bold;
}
.woocommerce.single-product .hanging-mount-modal .modal-content .top .close-btn:hover, .woocommerce.single-product .hanging-mount-modal .modal-content .top .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.woocommerce.single-product .hanging-mount-modal .modal-content video {
  border-radius: 3px;
}
.woocommerce.single-product #motiveModal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  padding: 7rem 0 4rem 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.92);
}
.woocommerce.single-product #motiveModal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 90%;
}
.woocommerce.single-product #motiveModal .modal-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.vertical {
  aspect-ratio: 2/3;
  max-width: min(100%, 1100px);
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.vertical.ar3x4 {
  aspect-ratio: 3/4;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.vertical.ar5x7 {
  aspect-ratio: 5/7;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.vertical.ar7x10 {
  aspect-ratio: 7/10;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.horizontal {
  aspect-ratio: 3/2;
  max-width: min(100%, 1450px);
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.horizontal.ar4x3 {
  aspect-ratio: 4/3;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.horizontal.ar7x5 {
  aspect-ratio: 7/5;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image.horizontal.ar10x7 {
  aspect-ratio: 10/7;
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image {
  max-height: min(100%, 1100px);
}
.woocommerce.single-product #motiveModal .modal-image-container .motive-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.woocommerce.single-product #motiveModal .modal-image-container img {
  object-fit: cover;
}
.woocommerce.single-product #motiveModal .modal-image-container .close {
  position: absolute;
  top: -60px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.woocommerce.single-product #motiveModal .modal-image-container .close:hover {
  color: #bbb;
}
.woocommerce.single-product .size-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: #23373d;
  padding: 1rem 0;
  min-height: unset;
  margin-top: 0.5rem;
}
.woocommerce.single-product .size-guide-btn svg {
  flex-shrink: 0;
}
.woocommerce.single-product .size-guide-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce.single-product .size-guide-modal__content {
  background: #fff;
  border-radius: 3px;
  padding: 2rem;
  max-width: 700px;
  width: 90%;
  height: 85vh;
  height: 85dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.woocommerce.single-product .size-guide-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  flex-shrink: 0;
}
.woocommerce.single-product .size-guide-modal__close {
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "backbone";
  font-size: 24px;
  line-height: 1;
  transition: 0.3s;
}
.woocommerce.single-product .size-guide-modal__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
}
.woocommerce.single-product .size-guide-modal__preview-wrapper {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.single-product .size-guide-modal__preview-inner {
  display: flex;
  align-items: flex-start;
  padding-right: 48px;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .size-guide-modal__preview-inner {
    padding-right: 34px;
  }
}
.woocommerce.single-product .size-guide-modal__preview-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce.single-product .size-guide-modal__preview {
  overflow: hidden;
  transition: width 0.3s, height 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.woocommerce.single-product .size-guide-modal__preview img {
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce.single-product .size-guide-modal__sizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .size-guide-modal__sizes {
    justify-content: flex-start;
  }
  .woocommerce.single-product .size-guide-modal__sizes .size-guide-modal__size-btn {
    width: calc(33.333% - 0.34rem);
  }
}
.woocommerce.single-product .size-guide-modal__size-btn {
  padding: 0.45rem 1rem;
  border: 1px solid #222;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #23373d;
  transition: background 0.15s, color 0.15s;
}
.woocommerce.single-product .size-guide-modal__size-btn:hover:not(.active) {
  background: #23373d;
  color: #fff;
  opacity: 0.8;
}
.woocommerce.single-product .size-guide-modal__size-btn.active {
  background: #23373d;
  color: #fff;
  border-color: #23373d;
}
.woocommerce.single-product .size-guide-modal__dimension {
  color: #666;
  font-size: 13px;
}
.woocommerce.single-product .size-guide-modal__dimension--height {
  width: 40px;
  margin-right: 8px;
  position: relative;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .size-guide-modal__dimension--height {
    width: 30px;
    margin-right: 4px;
  }
}
.woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-line {
  width: 1px;
  height: 100%;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
}
.woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-line::before, .woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-line::after {
  content: "";
  position: absolute;
  left: -3px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
}
.woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-line::before {
  top: 0;
  border-bottom: 6px solid #999;
}
.woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-line::after {
  bottom: 0;
  border-top: 6px solid #999;
}
.woocommerce.single-product .size-guide-modal__dimension--height .size-guide-modal__dimension-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
  background: #fff;
  padding: 0 4px;
  z-index: 1;
}
.woocommerce.single-product .size-guide-modal__dimension--width {
  height: 30px;
  margin-top: 8px;
  position: relative;
}
.woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-line {
  height: 1px;
  width: 100%;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
}
.woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-line::before, .woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-line::after {
  content: "";
  position: absolute;
  top: -3px;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
.woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-line::before {
  left: 0;
  border-right: 6px solid #999;
}
.woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-line::after {
  right: 0;
  border-left: 6px solid #999;
}
.woocommerce.single-product .size-guide-modal__dimension--width .size-guide-modal__dimension-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: #fff;
  padding: 0 4px;
}
.woocommerce.single-product .product.type-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce.single-product .product.type-product .camera-icon {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 11;
  padding: 10px;
  right: 0;
  top: 55px;
  background: rgba(255, 255, 255, 0.7803921569);
  border-radius: 5px 0 0 5px;
}
.woocommerce.single-product .product.type-product .add-to-wishlist {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7803921569);
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .add-to-wishlist {
    right: 0;
    top: 0;
  }
}
.woocommerce.single-product .product.type-product .add-to-wishlist path {
  stroke: #23373d;
  fill: transparent;
}
.woocommerce.single-product .product.type-product .add-to-wishlist.in-wishlist path {
  fill: #23373d;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product {
    flex-direction: column;
  }
}
.woocommerce.single-product .product.type-product .woocommerce-product-gallery {
  width: 50% !important;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery {
    width: 100% !important;
  }
}
.woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 15%;
  padding-top: 15%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 769px) {
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px) {
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 18.4%;
    padding-top: 18.4%;
    position: relative;
    margin-right: 2%;
  }
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 23.5%;
    padding-top: 23.5%;
    position: relative;
    margin-right: 2%;
  }
  .woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }
}
.woocommerce.single-product .product.type-product .woocommerce-product-gallery .flex-control-thumbs li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce.single-product .product.type-product .summary.entry-summary {
  padding: 0;
  width: 46% !important;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary {
    width: 100% !important;
    padding: 2rem 0 0 0;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .price {
  color: #222;
  margin: 1rem 0;
  width: 100%;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .wamaya-dimensions p {
  font-size: 1.4rem;
  color: #777;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .wamaya-dimensions p span {
  color: #111;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .product_title.entry-title {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .content-container .product_title.entry-title {
    font-size: 2.5rem;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .artist-link-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .content-container .artist-link-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .content-container .artist-link-container img {
    width: 20px;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .artist-link-container .artist-link {
  display: block;
  text-decoration: underline;
  line-height: 1;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .reviews-single-container {
  margin-bottom: 1.5rem;
  border: 1px solid #23373d;
  padding: 0 1rem;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .reviews-single-container .review-rating a {
  display: flex;
  align-items: center;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .reviews-single-container .review-rating a span.text {
  margin-right: 0.5rem;
  line-height: 1;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .reviews-single-container .review-rating a span.total {
  margin-left: 0.5rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .reviews-single-container .review-rating a .icon-star {
  fill: #25a55b;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .content-container .price {
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products {
    margin-bottom: 1.5rem;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .photowall-text {
  width: 100%;
  text-align: center;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(33.33% - 0.7rem);
  text-align: center;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item .product-name {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item p {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item p {
    font-size: 11px;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item .product-image picture {
  height: 100%;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .photowall-products .product-item .product-image img {
  max-width: 100px;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary ul.wamaya_product_usps {
  list-style: none;
  margin: 2rem 0;
  padding: 0.5rem 10px;
  color: #fff;
  background: #ca9a92;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary ul.wamaya_product_usps li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
}
.woocommerce.single-product .product.type-product .summary.entry-summary ul.wamaya_product_usps li i {
  line-height: 1;
  margin-right: 5px;
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .stock {
  color: #23373d;
  font-size: 1.6rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .cart {
  max-width: 100%;
  margin: 0;
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .cart {
    padding-right: 0;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .quantity {
  display: none !important;
  align-items: center;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .quantity input {
  margin: 0;
  border: none;
  font-size: 2rem;
  font-weight: 400;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #f1efec;
  color: #222;
  border: 1px solid #f1efec;
  border-radius: 0 5px 5px 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .quantity button:hover {
  opacity: 0.8;
  outline: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .quantity button.minus {
  border-radius: 3px 0 0 5px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .product-title {
  margin: 0;
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .add-to-cart-info {
  display: none;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .add-to-cart-info p {
  margin: 0;
  font-size: 12px;
  color: #666;
  line-height: 1;
  white-space: nowrap;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .add-to-cart-info .info-price {
  font-weight: 600;
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .add-to-cart-info .info-price del {
  color: #999;
  font-weight: 400;
  margin-right: 0.3rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .qty-container .add-to-cart-info .info-separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #bbb;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed {
    padding: 0.8rem 1rem;
    padding-bottom: calc(0.8rem + env(safe-area-inset-bottom, 0px));
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 999;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform 0.35s ease-out;
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed .product-title {
    display: none;
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed .add-to-cart-info {
    display: flex;
    margin-bottom: 0.6rem;
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed .picture-hook-addon,
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed .picture-hook-addon__standalone {
    display: none;
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed .single_add_to_cart_button {
    height: 48px;
    padding: 0 1.5rem;
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary .qty-container.fixed.visible {
    transform: translateY(0);
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button {
  font-family: "Lato", sans-serif;
  flex-grow: 1;
  background-color: #23373d;
  color: #fff;
  border: 1px solid #23373d;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-weight: 500;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  height: 60px;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button:focus, .woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button:hover {
  opacity: 0.8;
  outline: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.disabled, .woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.disabled:focus, .woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.disabled:hover {
  background-color: #23373d !important;
  border-color: #23373d !important;
  transform: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.button-clear:focus, .woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.button-clear[disabled]:focus, .woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button.button-clear[disabled]:hover {
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .single_add_to_cart_button .btn-price {
  margin-left: 0.2rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.cart:not(.variations_form) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 25px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.cart:not(.variations_form):before, .woocommerce.single-product .product.type-product .summary.entry-summary form.cart:not(.variations_form):after {
  content: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations {
  margin: 0;
  overflow-x: unset !important;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody th.label {
  padding: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody th.label label {
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody th.label .woo-selected-variation-item-name {
  display: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody td {
  padding: 1rem 0 2rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_size],
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ramstorlek] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1rem;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #23373d;
  position: relative;
  overflow: hidden;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_size] .attribute-button:hover:not(.selected),
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ramstorlek] .attribute-button:hover:not(.selected) {
  background: #23373d;
  color: #fff;
  opacity: 0.8;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_size] .attribute-button.selected,
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ramstorlek] .attribute-button.selected {
  border-color: #23373d;
  background: #23373d;
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ram] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ram] .attribute-button-image-wrapper {
  height: 80px;
  width: 80px;
  background: #d8d8d8;
  border-radius: 4px;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-buttons-wrapper[data-attribute-name=attribute_pa_ram] .attribute-button-image-wrapper {
    height: 65px;
    width: 65px;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button[data-attribute-name=attribute_pa_ram] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem;
  /* border: none; */
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button[data-attribute-name=attribute_pa_ram].selected {
  background: rgba(35, 55, 61, 0.9019607843);
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button[data-attribute-name=attribute_pa_ram]:hover:not(.selected) {
  background: #23373d;
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-button span {
  display: inline-block;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody {
  /* Hide the hidden select */
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .attribute-select-hidden {
  display: none !important;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody {
  /* Reset variations link styling */
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .reset_variations {
  margin-left: 10px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .reset_variations:hover {
  color: #23373d;
  text-decoration: underline;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody {
  /* Canvas frame image gallery styling */
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .woo-gallery-img.active {
  border: 2px solid #23373d;
  border-radius: 4px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .woo-gallery-img[data-frame-type] {
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .woo-gallery-img[data-frame-type]:hover {
  border: 2px solid #23373d;
  border-radius: 4px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1rem;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper[data-attribute_name=attribute_pa_ram] {
  grid-template-columns: repeat(auto-fill, minmax(162px, 1fr));
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }
  .woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper[data-attribute_name=attribute_pa_ram] {
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
  margin: 0;
  min-height: 50px;
  line-height: 1;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  border: 1px solid #23373d;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper li:hover {
  background: #23373d;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper li {
    font-size: 1.4rem;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper li[aria-checked=true] {
  background: #23373d;
  border-color: #23373d;
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody ul.variable-items-wrapper li[aria-checked=true]:hover {
  opacity: 1;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody .button-variable-item .variable-item-span {
  padding: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .variations tbody a.reset_variations {
  display: none !important;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  margin-bottom: 2rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation.single_variation .wamaya-dimensions p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #777;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation.single_variation .wamaya-dimensions p span {
  color: #111;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #23373d;
  border-color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover {
  opacity: 0.8;
  outline: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box ul {
  list-style: none;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item {
  margin: 0 0 2rem 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item a {
  display: inline-flex;
  border: 1px solid #fff;
  background: #fff;
  width: calc(100% - 225px);
  min-width: 230px;
  border-radius: 3px;
  overflow: hidden;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item a:hover {
  border: 1px solid #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item img {
  width: 68px;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
  height: 100%;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item .related-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 0 12px;
  color: #555;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item .related-item-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item .related-item-info .related-item-title {
  margin: 0;
  line-height: 1;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item a {
    width: calc(100% - 205px);
  }
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .related-products-box .related-item a {
    width: 100%;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product_meta {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product_meta > span {
  font-weight: 600;
  font-size: 1.6rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product_meta > span a {
  font-weight: 300;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product_meta .sku_wrapper {
  display: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .trustpilot-container {
  padding: 2rem;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .trustpilot-container #profileUrl {
  border: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .trustpilot-container .trustpilot-widget {
  min-height: 52px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .trustpilot-container .trustpilot-widget a {
  display: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .trustpilot-container klarna-placement {
  display: block;
  min-height: 48px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .matching-product-container .matching-product-title {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .matching-product-container .matching-product > a {
  display: flex;
  gap: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .matching-product-container .matching-product > a .matching-product-image img {
  max-width: 80px;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .matching-product-container .matching-product > a .matching-product-info .matching-product-name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selling-points {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 1rem;
  font-size: 1.5rem;
  color: #23373d;
  border: 1px solid #e4e4e4;
  background: #f1efec;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selling-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
  padding: 0.5rem 0;
  line-height: 1.5;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selling-points li strong {
  color: #23373d;
  font-weight: 700;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selling-points li .frame-selling-size {
  font-weight: 700;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selling-points .frame-selling-points__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background: #498467;
  color: #fff;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector {
  margin: 2rem 0 1.6rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__label {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem 0.9rem;
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__hint {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(35, 55, 61, 0.55);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__item {
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__option {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 1.4rem 0.7rem 1.1rem;
  min-height: 4.4rem;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background: #fff;
  color: #23373d;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__option--link:hover, .woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__option--link:focus-visible {
  background: #23373d;
  color: #fff;
  border-color: #23373d;
  text-decoration: none;
  transform: translateY(-1px);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__option--link:focus-visible {
  outline: 2px solid #23373d;
  outline-offset: 2px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__option--selected {
  background: rgba(35, 55, 61, 0.92);
  color: #fff;
  border-color: #23373d;
  cursor: default;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__icon svg {
  display: block;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-format-selector__name {
  font-size: inherit;
  letter-spacing: 0.01em;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector {
  margin: 2rem 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__label {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__item {
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
  color: #23373d;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector a.frame-selector__link:hover, .woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector a.frame-selector__link:focus-visible {
  background: #23373d;
  color: #fff;
  border-color: #23373d;
  text-decoration: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector a.frame-selector__link:focus-visible {
  outline: 2px solid #23373d;
  outline-offset: 2px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__link--selected {
  background: rgba(35, 55, 61, 0.9);
  color: #fff;
  border-color: #23373d;
  cursor: default;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__image-wrapper {
  width: 80px;
  height: 80px;
  background: #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__image-wrapper {
    width: 65px;
    height: 65px;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__image-wrapper--placeholder {
  background: #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-selector__name {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells {
  margin: 2rem 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  overflow: hidden;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsells-header {
  position: relative;
  padding: 1.4rem 1.6rem 1.2rem;
  background: #f1efec;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsells-header h4 {
  margin: 0 0 0.3rem 0;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsells-header p {
  margin: 0;
  font-size: 1.3rem;
  color: rgba(35, 55, 61, 0.75);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsells-header p strong {
  color: #498467;
  font-weight: 700;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsells-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item {
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item:last-child {
  border-bottom: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  margin: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item label:hover {
  background: rgba(241, 239, 236, 0.6);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 auto;
  background: #fff;
  border: 1.5px solid #e4e4e4;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-checkbox:hover {
  border-color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-checkbox:checked {
  background: #23373d;
  border-color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-checkbox:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: center/12px 12px no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12.5l4.2 4.2L19 7'/></svg>");
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 auto;
  min-width: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #23373d;
  line-height: 1.35;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-price .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-price del {
  color: rgba(35, 55, 61, 0.5);
  font-weight: 400;
  margin-right: 0.4rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-price ins {
  text-decoration: none;
  color: #498467;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-thumb {
  flex: 0 0 auto;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells .frame-upsell-item .frame-upsell-thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells:has(+ .picture-hook-addon) {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells + .picture-hook-addon {
  margin-top: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells + .picture-hook-addon .picture-hook-addon__label {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-upsells + .picture-hook-addon + .picture-hook-addon__standalone {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box {
  margin: 2rem 0;
  background: #f1efec;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-payments {
  list-style: none;
  margin: 0;
  padding: 1.4rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(35, 55, 61, 0.1);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-payments li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 3px;
  margin: 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-payments li svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps {
  list-style: none;
  margin: 0;
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.8rem;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps {
    grid-template-columns: 1fr;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps .frame-trust-usp-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #498467;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps .frame-trust-usp-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps .frame-trust-usp-body strong {
  color: #23373d;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-trust-box .frame-trust-usps .frame-trust-usp-body span {
  color: rgba(35, 55, 61, 0.75);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-specs-grid {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  border-top: 1px solid #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-specs-grid .frame-spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-specs-grid .frame-spec-label {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(35, 55, 61, 0.65);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .frame-specs-grid .frame-spec-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #23373d;
  text-align: right;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .frame-specs-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .sup-container {
  display: flex;
  gap: 30px;
  margin-top: 1rem;
  padding: 2rem 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .sup-container {
    justify-content: space-around;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .sup-container .sup-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  width: 33.333%;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .sup-container .sup-wrapper img {
  width: 50px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .sup-container .sup-wrapper p {
  margin: 10px 0 0 0;
  font-size: 12px;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .sup-container .sup-wrapper p {
    font-size: 10px;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .sup-container .sup-wrapper p a {
  color: #23373d;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs {
  margin: 0.3rem 0 0 0;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs > div {
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .tab-header {
  cursor: pointer;
  margin: 0;
  padding: 19px 16px 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content {
  padding-bottom: 2rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  max-height: 33.5em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description {
    max-height: 25.5em;
  }
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description.poster {
  max-height: 5em;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description.expanded {
  max-height: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .product-description.expanded:after {
  content: none;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content .toggle-product-description-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .content p {
  margin: 0;
  padding: 10px 0;
  color: #222;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .review-tab .leave-review-container {
  padding: 3rem;
  background: #eeeeee;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .review-tab .leave-review-container .glsr-reviews-wrap {
  margin-top: 4rem;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .review-tab .leave-review-container .glsr-reviews-wrap h4 {
  color: #23373d;
  font-weight: bold;
}
.woocommerce.single-product .product.type-product .summary.entry-summary .product-tabs .review-tab .leave-review-container .wp-block-button button {
  display: inline-block;
  background-color: transparent;
  border: 0.1rem solid #222;
  color: #222;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 3rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.2s ease;
  border-radius: 3px;
}
.woocommerce.single-product .product.type-product.product-type-variable .summary.entry-summary .content-container .price {
  display: none;
}
.woocommerce.single-product .product.type-product.product-type-simple .stock {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background-color: rgb(34, 197, 94);
  color: rgb(255, 255, 255) !important;
  padding: 0.3rem 1rem;
  border-radius: 9999px;
  font-size: 1.3rem !important;
  margin: 1.5rem 0;
}
.woocommerce.single-product .product.type-product.product-type-simple .stock.out-of-stock {
  background-color: rgb(239, 68, 68);
}
.woocommerce.single-product .tab-header {
  cursor: pointer;
}
.woocommerce.single-product .tab-header .star-rating {
  margin-left: auto;
  margin-right: 2rem;
}
.woocommerce.single-product .outlet-info-tab .outlet-info-content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
}
.woocommerce.single-product .outlet-info-tab .outlet-info-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.woocommerce.single-product .outlet-info-tab .outlet-info-content p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .outlet-info-tab .outlet-info-content p strong {
  font-weight: 600;
  color: #222;
}
.woocommerce.single-product #respond p.stars {
  padding: 0;
}
.woocommerce.single-product #respond p.stars a,
.woocommerce.single-product #respond p.stars a:before {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
}
.woocommerce.single-product #respond #commentform div,
.woocommerce.single-product #respond #commentform p {
  margin: 0 0 10px 0;
  padding: 0;
}
.woocommerce.single-product #respond #commentform input,
.woocommerce.single-product #respond #commentform textarea {
  margin-bottom: 0;
}
.woocommerce.single-product #respond #commentform p.form-submit #submit {
  padding: 2rem 4rem;
  background: white;
  border: 1px solid #23373d;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0;
}
.woocommerce.single-product #respond #commentform p.form-submit #submit:hover {
  background: #f1efec;
}
.woocommerce.single-product #related {
  margin-top: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product #related {
    margin-top: 2rem;
  }
}
.woocommerce.single-product #related svg {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.woocommerce.single-product #related > h3 {
  text-align: center;
  border-bottom: 1px solid #23373d;
  margin: 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 574px) {
  .woocommerce.single-product #related > h3 {
    font-size: 22px;
  }
}
.woocommerce.single-product #reviews {
  margin-top: 3rem;
}

/**
 * Woocommerce Archive
 */
@media screen and (max-width: 574px) {
  .woocommerce.archive #main,
  .search-results #main,
  .page-template-template-favoriter #main {
    display: flex;
    flex-direction: column;
  }
}
.woocommerce.archive #main .bb-section:first-of-type,
.search-results #main .bb-section:first-of-type,
.page-template-template-favoriter #main .bb-section:first-of-type {
  margin-bottom: 3rem;
}
.woocommerce.archive #main .bb-section .backbone-slider-wrapper .sliderblock,
.search-results #main .bb-section .backbone-slider-wrapper .sliderblock,
.page-template-template-favoriter #main .bb-section .backbone-slider-wrapper .sliderblock {
  padding: 0;
}
.woocommerce.archive #main ul.products,
.search-results #main ul.products,
.page-template-template-favoriter #main ul.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.666%, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem 1rem;
}
@media screen and (max-width: 959px) {
  .woocommerce.archive #main ul.products,
  .search-results #main ul.products,
  .page-template-template-favoriter #main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 574px) {
  .woocommerce.archive #main ul.products,
  .search-results #main ul.products,
  .page-template-template-favoriter #main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.woocommerce.archive #main ul.products::before, .woocommerce.archive #main ul.products::after,
.search-results #main ul.products::before,
.search-results #main ul.products::after,
.page-template-template-favoriter #main ul.products::before,
.page-template-template-favoriter #main ul.products::after {
  content: none;
}
.woocommerce.archive #main .woocommerce-pagination,
.search-results #main .woocommerce-pagination,
.page-template-template-favoriter #main .woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.archive #main .woocommerce-pagination ul,
.search-results #main .woocommerce-pagination ul,
.page-template-template-favoriter #main .woocommerce-pagination ul {
  border: none;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
  border-radius: 8px;
}
.woocommerce.archive #main .woocommerce-pagination li,
.search-results #main .woocommerce-pagination li,
.page-template-template-favoriter #main .woocommerce-pagination li {
  border: none;
  overflow: visible;
}
.woocommerce.archive #main .woocommerce-pagination .page-numbers a,
.woocommerce.archive #main .woocommerce-pagination .page-numbers.current,
.search-results #main .woocommerce-pagination .page-numbers a,
.search-results #main .woocommerce-pagination .page-numbers.current,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers a,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 3px;
  background-color: #f1efec;
  transition: transform 0.3s ease;
  margin: 0 5px;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 574px) {
  .woocommerce.archive #main .woocommerce-pagination .page-numbers a,
  .woocommerce.archive #main .woocommerce-pagination .page-numbers.current,
  .search-results #main .woocommerce-pagination .page-numbers a,
  .search-results #main .woocommerce-pagination .page-numbers.current,
  .page-template-template-favoriter #main .woocommerce-pagination .page-numbers a,
  .page-template-template-favoriter #main .woocommerce-pagination .page-numbers.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.woocommerce.archive #main .woocommerce-pagination .page-numbers a:hover,
.woocommerce.archive #main .woocommerce-pagination .page-numbers.current:hover,
.search-results #main .woocommerce-pagination .page-numbers a:hover,
.search-results #main .woocommerce-pagination .page-numbers.current:hover,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers a:hover,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers.current:hover {
  background-color: #23373d;
  color: #fff;
}
.woocommerce.archive #main .woocommerce-pagination .page-numbers a.current,
.woocommerce.archive #main .woocommerce-pagination .page-numbers.current.current,
.search-results #main .woocommerce-pagination .page-numbers a.current,
.search-results #main .woocommerce-pagination .page-numbers.current.current,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers a.current,
.page-template-template-favoriter #main .woocommerce-pagination .page-numbers.current.current {
  color: white;
  background-color: #23373d;
  pointer-events: none;
}
@media screen and (min-width: 1278px) {
  .woocommerce.archive #main .woocommerce-pagination .page-numbers a:hover,
  .search-results #main .woocommerce-pagination .page-numbers a:hover,
  .page-template-template-favoriter #main .woocommerce-pagination .page-numbers a:hover {
    transform: scale(1.05);
  }
}
.woocommerce.archive .bottom-seo,
.search-results .bottom-seo,
.page-template-template-favoriter .bottom-seo {
  padding: 0 1rem;
}
.woocommerce.archive .bottom-seo hr,
.search-results .bottom-seo hr,
.page-template-template-favoriter .bottom-seo hr {
  margin-top: 1rem;
}
.woocommerce.archive .bottom-seo h2,
.woocommerce.archive .bottom-seo h3,
.search-results .bottom-seo h2,
.search-results .bottom-seo h3,
.page-template-template-favoriter .bottom-seo h2,
.page-template-template-favoriter .bottom-seo h3 {
  margin-bottom: 5px;
}
.woocommerce.archive .bottom-seo h2,
.search-results .bottom-seo h2,
.page-template-template-favoriter .bottom-seo h2 {
  font-size: 2rem;
}
.woocommerce.archive .bottom-seo h3,
.search-results .bottom-seo h3,
.page-template-template-favoriter .bottom-seo h3 {
  font-size: 1.8rem;
}
.woocommerce.archive .bottom-seo ul,
.search-results .bottom-seo ul,
.page-template-template-favoriter .bottom-seo ul {
  padding: revert;
}

/**
 * Cart
 */
body.woocommerce-cart {
  background: #23373d;
}
body.woocommerce-cart .entry .woocommerce {
  padding: 2rem;
  background: #fff;
  margin-bottom: 2rem;
}
body.woocommerce-cart .button,
body.woocommerce-cart .button-primary {
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 3px;
}
body.woocommerce-cart .checkout-button,
body.woocommerce-cart input[type=button],
body.woocommerce-cart input[type=reset],
body.woocommerce-cart input[type=submit] {
  background-color: #23373d !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem !important;
  font-weight: 600;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 3px;
}
body.woocommerce-cart .checkout-button:focus, body.woocommerce-cart .checkout-button:hover,
body.woocommerce-cart input[type=button]:focus,
body.woocommerce-cart input[type=button]:hover,
body.woocommerce-cart input[type=reset]:focus,
body.woocommerce-cart input[type=reset]:hover,
body.woocommerce-cart input[type=submit]:focus,
body.woocommerce-cart input[type=submit]:hover {
  border-color: #222;
  background-color: white;
  outline: 0;
}

.search-results #main ul.products {
  margin-top: 4rem;
}

/**
 *	Cart
 */
@media screen and (max-width: 768px) {
  .woocommerce-cart-form tbody {
    display: block;
  }
}

/**
 * Checkout
 */
body.woocommerce-checkout .entry .woocommerce {
  padding: 2rem;
  background: #fff;
  margin-bottom: 2rem;
}
body.woocommerce-checkout .button.checkout,
body.woocommerce-checkout .checkout.button-primary,
body.woocommerce-checkout .button.alt,
body.woocommerce-checkout .alt.button-primary,
body.woocommerce-checkout input[type=button],
body.woocommerce-checkout input[type=reset],
body.woocommerce-checkout input[type=submit] {
  background-color: #23373d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  margin-top: 1rem;
  transition: all 0.2s ease;
  border-radius: 3px;
  border: none;
}
body.woocommerce-checkout .button.checkout:focus,
body.woocommerce-checkout .checkout.button-primary:focus, body.woocommerce-checkout .button.checkout:hover,
body.woocommerce-checkout .checkout.button-primary:hover,
body.woocommerce-checkout .button.alt:focus,
body.woocommerce-checkout .alt.button-primary:focus,
body.woocommerce-checkout .button.alt:hover,
body.woocommerce-checkout .alt.button-primary:hover,
body.woocommerce-checkout input[type=button]:focus,
body.woocommerce-checkout input[type=button]:hover,
body.woocommerce-checkout input[type=reset]:focus,
body.woocommerce-checkout input[type=reset]:hover,
body.woocommerce-checkout input[type=submit]:focus,
body.woocommerce-checkout input[type=submit]:hover {
  background-color: rgb(57, 75, 80.4);
  color: #fff;
  border-color: rgb(57, 75, 80.4);
  outline: 0;
}
body.woocommerce-checkout .woocommerce-thankyou-order-failed-actions {
  display: none;
}
body.woocommerce-checkout .wc_payment_methods {
  list-style: none;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #edebf0;
  border-radius: 3px;
  border-bottom: none !important;
}
body.woocommerce-checkout .wc_payment_methods::before, body.woocommerce-checkout .wc_payment_methods::after {
  content: none !important;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method:hover {
  border-color: rgb(202.5, 202.5, 202.5);
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method input.input-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  position: relative;
  padding-left: 4rem;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method > label::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #fff;
  transition: border-color 0.2s ease;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method > label::after {
  content: "";
  position: absolute;
  left: calc(1.25rem + 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s ease;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method > label img {
  max-height: 24px;
  width: auto;
  object-fit: contain;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method input.input-radio:checked + label::before {
  border-color: #23373d;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method input.input-radio:checked + label::after {
  background: #23373d;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method input.input-radio:checked ~ .payment_box,
body.woocommerce-checkout .wc_payment_methods .wc_payment_method input.input-radio:checked + label ~ .payment_box {
  display: block !important;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box {
  padding: 0 1.25rem 1rem 3.25rem;
  background: rgb(245.3272727273, 243.9454545455, 241.8727272727);
  border-top: 1px solid #e4e4e4;
  margin: 0;
  font-size: 14px;
  padding-top: 1rem;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box p {
  margin: 0 0 0.5rem;
  font-size: 14px;
  color: #555555;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method .payment_box fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout .wc_payment_methods .wc_payment_method:has(input.input-radio:checked) {
  border-color: #23373d;
  box-shadow: 0 0 0 1px #23373d;
}
body.woocommerce-checkout .place-order {
  background-color: white;
  padding: 1rem 0 !important;
}
body.woocommerce-checkout .coupon-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
body.woocommerce-checkout .coupon-overlay.visible {
  display: block;
}
body.woocommerce-checkout #content {
  padding: 0;
}

.woocommerce-checkout .entry > .woocommerce {
  max-width: 850px;
  margin: 0 auto;
}
.woocommerce-checkout .cart-accordions {
  margin-bottom: 4rem;
}
.woocommerce-checkout .cart-accordions .accordion-header {
  display: flex;
  padding: 1rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: white;
  margin-top: 2rem;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.woocommerce-checkout .cart-accordions .accordion-header h3 {
  margin: 0;
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 300;
}
.woocommerce-checkout .cart-accordions .accordion-header h3 span {
  margin-left: 4px;
}
.woocommerce-checkout .cart-accordions .accordion-header .accordion-arrow span {
  display: flex;
}
.woocommerce-checkout .cart-accordions .accordion-content {
  background: white;
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  gap: 20px;
}
@media screen and (max-width: 574px) {
  .woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item {
    flex-wrap: wrap;
  }
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 574px) {
  .woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top {
    width: 100%;
  }
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-image img {
  max-width: 75px;
  max-height: 75px;
  object-fit: contain;
  display: block;
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-image img.custom-motive-thumbnail {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-name {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 574px) {
  .woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-name {
    justify-content: flex-start;
  }
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.top .wc-menu-cart__product-name p {
  font-weight: bold;
  margin: 0;
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot {
  min-width: 220px;
  justify-content: flex-end;
}
@media screen and (max-width: 574px) {
  .woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: unset;
  }
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot .product-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot .product-price p {
  display: none;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 574px) {
  .woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot .product-price p {
    display: flex;
  }
}
.woocommerce-checkout .cart-accordions .accordion-content.cart .accordion-cart-item > div.bot .product-price .price-container {
  display: flex;
  gap: 0.5rem;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount, .woocommerce-checkout .cart-accordions .accordion-content.gift-card {
  padding: 20px 10px 10px 10px;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container {
  position: relative;
  margin: 0 0 15px;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .input-container, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .input-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .input-container {
  width: 100%;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .input-container label, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .input-container label,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .input-container label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .input-container input, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .input-container input,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .input-container input {
  border-radius: 0;
  height: 5rem;
  padding: 10px 15px;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .input-container input:hover, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .input-container input:hover,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .input-container input:hover {
  border: 1px solid #23373d;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .bot-container, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .bot-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .bot-container {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .bot-container button, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .bot-container button,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .bot-container button {
  width: auto;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .bot-container .coupon-question-container, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .bot-container .coupon-question-container,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .bot-container .coupon-question-container {
  display: none;
  align-items: center;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form .bot-container .coupon-question-container p, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form .bot-container .coupon-question-container p,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form .bot-container .coupon-question-container p {
  text-decoration: underline;
  cursor: pointer;
  margin: 0;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form #pwgc-redeem-error, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form #pwgc-redeem-error,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form #pwgc-redeem-error {
  width: 100%;
  color: red;
  font-size: 14px;
  margin-top: 0.5rem;
}
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.discount-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.discount .woocommerce-coupon-container form.gift-card-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.discount-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.discount .pwgc-redeem-container form.gift-card-form #pwgc-redeem-error:empty, .woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.discount-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .woocommerce-coupon-container form.gift-card-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.discount-form #pwgc-redeem-error:empty,
.woocommerce-checkout .cart-accordions .accordion-content.gift-card .pwgc-redeem-container form.gift-card-form #pwgc-redeem-error:empty {
  display: none;
}
.woocommerce-checkout table.shop_table .cart-subtotal th,
.woocommerce-checkout table.shop_table .cart-subtotal td {
  padding: 60px 9px 12px;
}
.woocommerce-checkout table.shop_table .cart-subtotal td {
  font-weight: 400;
}
.woocommerce-checkout #kco-order-review {
  width: 100%;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: white;
  margin-bottom: 20px;
}
.woocommerce-checkout #kco-order-review .variation {
  margin: 0;
}
.woocommerce-checkout #kco-payment-methods {
  margin-bottom: 2rem;
}
.woocommerce-checkout #custom-order-review:has(~ .kco-checkout) {
  display: none;
}
.woocommerce-checkout #custom-order-review {
  width: 100%;
  padding: 0;
  position: relative;
  background: white;
  margin-bottom: 20px;
}
.woocommerce-checkout #custom-order-review .variation {
  margin: 0;
}
.woocommerce-checkout #custom-order-review .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout #custom-order-review .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout #custom-order-review .woocommerce-checkout-review-order-table thead th.product-total,
.woocommerce-checkout #custom-order-review .woocommerce-checkout-review-order-table tbody td.product-total {
  text-align: right;
}
.woocommerce-checkout #kco-iframe {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: white;
  padding: 0;
}
.woocommerce-checkout #kco-wrapper {
  padding-top: 0;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  text-align: left;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}
.woocommerce-checkout .checkout.woocommerce-checkout:not(.kco-checkout) {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .checkout.woocommerce-checkout:not(.kco-checkout) #order_review {
  order: -1;
  margin-bottom: 2rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details {
  background: white;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row {
  position: relative;
  margin: 0 0 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row label {
  font-weight: 400;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row:not(#billing_country_field) label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row:not(#billing_country_field) input {
  border-radius: 3px;
  height: 5rem;
  padding: 10px 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row:not(#billing_country_field) input:hover {
  border: 1px solid #23373d;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row#billing_country_field {
  margin-top: -10px;
  margin-bottom: 3rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row#billing_country_field .select2-selection {
  border-color: #222;
  border-radius: 3px;
  height: unset;
  padding: 10px 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row#billing_country_field .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row#billing_country_field .select2-selection .select2-selection__arrow {
  right: 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row {
  position: relative;
  margin: 0 0 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row label {
  font-weight: 400;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row:not(#shipping_country_field) label {
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row:not(#shipping_country_field) input {
  border-radius: 3px;
  height: 5rem;
  padding: 10px 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row:not(#shipping_country_field) input:hover {
  border: 1px solid #23373d;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row#shipping_country_field {
  margin-top: -10px;
  margin-bottom: 3rem;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row#shipping_country_field .select2-selection {
  border-color: #222;
  border-radius: 3px;
  height: unset;
  padding: 10px 15px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row#shipping_country_field .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row#shipping_country_field .select2-selection .select2-selection__arrow {
  right: 15px;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .empty-cart {
  height: 30vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 0;
}

input[type=number].qty::-webkit-outer-spin-button,
input[type=number].qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].qty {
  -moz-appearance: textfield;
  appearance: textfield;
}

.wc-menu-cart__product-quantity {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 574px) {
  .wc-menu-cart__product-quantity {
    width: 100%;
    justify-content: flex-end;
  }
}
.wc-menu-cart__product-quantity input.qty {
  width: 42px;
  margin: 0;
  padding: 0.6rem 1rem 0.7rem;
  border: none;
  text-align: center;
  font-size: 18px;
  pointer-events: none;
}
.wc-menu-cart__product-quantity button.qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  padding: 0;
  margin: 0;
  border-radius: 0 3px 3px 0;
  background-color: #f1efec;
  border: 1px solid #f1efec;
}
.wc-menu-cart__product-quantity button.qty-btn:hover {
  opacity: 0.8;
  outline: 0;
}
.wc-menu-cart__product-quantity button.qty-btn.qty-decrease {
  border-radius: 3px 0 0 3px;
}

.product-image-row.raw-img {
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.product-image-row.raw-img .thumbnail-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-image-row.raw-img .thumbnail-container .thumbnail-container__image {
  border-radius: 1px;
  width: calc(60% - 3px);
  box-shadow: -1px 1px 1px #a6a6a6, -2px 2px 2px #a6a6a6, -3px 3px 3px #a6a6a6, -5px 5px 5px #a6a6a6 !important;
}
.cart .product-image-row.raw-img .thumbnail-container .thumbnail-container__image, .cart_list .product-image-row.raw-img .thumbnail-container .thumbnail-container__image, .product_list_widget .product-image-row.raw-img .thumbnail-container .thumbnail-container__image {
  box-shadow: -1px 1px 1px #a6a6a6 !important;
}
.product-image-row.raw-img .thumbnail-container .thumbnail-container__image .image-wrapper {
  position: relative;
}
.product-image-row.raw-img .thumbnail-container .thumbnail-container__image .image-wrapper::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset -0.5px 0.5px 0.5px 0 rgba(255, 255, 255, 0.38), inset 0.5px -0.5px 0.5px 0px rgba(73, 73, 73, 0.35);
}
.product-image-row.raw-img .thumbnail-container .thumbnail-container__image .image-wrapper img {
  border-radius: 1px;
  aspect-ratio: 2/3;
  width: 100%;
  object-fit: cover;
}
.product-image-row.raw-img.horizontal .thumbnail-container .thumbnail-container__image {
  width: calc(90% - 3px);
  left: 5%;
  top: 20%;
}
.product-image-row.raw-img.horizontal .thumbnail-container .thumbnail-container__image .image-wrapper img.motive,
.product-image-row.raw-img.horizontal .thumbnail-container .thumbnail-container__image .image-wrapper picture.motive img {
  aspect-ratio: 3/2;
}
.product_list_widget .product-image-row.raw-img {
  top: 10px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  padding: 0;
}

.woocommerce.single-product .product-image-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .woocommerce.single-product .product-image-wrapper {
    width: 100%;
  }
}
.woocommerce.single-product .product-image-wrapper .product-image-slider {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__viewport {
  overflow: hidden;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .product-image-row {
  display: flex;
  touch-action: pan-y pinch-zoom;
  backface-visibility: hidden;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .product-image-row.poster .image-container__image img {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.12);
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .woo-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .woo-product-image.frame-image {
  position: absolute;
  max-height: 713px;
  height: 85%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn {
    display: none !important;
  }
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #23373d;
  color: #fff;
  border: none;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn.embla__button--prev {
  left: 10px;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn.embla__button--next {
  right: 10px;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn:hover:not(:disabled) {
  background: rgb(57, 75, 80.4);
}
.woocommerce.single-product .product-image-wrapper .product-image-slider .embla__button.product-slider-btn .embla__button__svg {
  width: 35%;
  height: 35%;
}
.woocommerce.single-product .product-image-wrapper .vertical .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .vertical .image-wrapper picture.motive img {
  aspect-ratio: 2/3;
}
.woocommerce.single-product .product-image-wrapper .vertical.ar3x4 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .vertical.ar3x4 .image-wrapper picture.motive img {
  aspect-ratio: 3/4;
}
.woocommerce.single-product .product-image-wrapper .vertical.ar5x7 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .vertical.ar5x7 .image-wrapper picture.motive img {
  aspect-ratio: 5/7;
}
.woocommerce.single-product .product-image-wrapper .vertical.ar7x10 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .vertical.ar7x10 .image-wrapper picture.motive img {
  aspect-ratio: 7/10;
}
.woocommerce.single-product .product-image-wrapper .horizontal .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .horizontal .image-wrapper picture.motive img {
  aspect-ratio: 3/2;
}
.woocommerce.single-product .product-image-wrapper .horizontal.ar4x3 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .horizontal.ar4x3 .image-wrapper picture.motive img {
  aspect-ratio: 4/3;
}
.woocommerce.single-product .product-image-wrapper .horizontal.ar7x5 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .horizontal.ar7x5 .image-wrapper picture.motive img {
  aspect-ratio: 7/5;
}
.woocommerce.single-product .product-image-wrapper .horizontal.ar10x7 .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .horizontal.ar10x7 .image-wrapper picture.motive img {
  aspect-ratio: 10/7;
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row.poster .product-gallery-image-col .image-container__image img {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.12);
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row .product-gallery-image-col {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #ddd;
  box-sizing: content-box;
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row .product-gallery-image-col .image-container .image-container__image .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row .product-gallery-image-col .image-container .image-container__image .image-wrapper picture.motive img {
  border-radius: 0;
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row .woo-gallery-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.woocommerce.single-product .product-image-wrapper .product-gallery-image-row .woo-gallery-image.frame-image {
  height: 85%;
  object-fit: contain;
}
.woocommerce.single-product .product-image-wrapper .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  perspective: 630px;
  width: 100%;
  -webkit-transition: transform 0s ease, all 0.6s ease;
  transition: transform 0s ease, all 0.6s ease;
  line-height: 1;
  font-size: 0;
}
.woocommerce.single-product .product-image-wrapper .image-container .image-container__image {
  opacity: 1;
  position: absolute;
  -webkit-transition: transform 0s ease, all 0.6s ease;
  transition: transform 0s ease, all 0.6s ease;
  border-radius: 1px;
}
.woocommerce.single-product .product-image-wrapper .image-container .image-container__image .image-wrapper img.motive,
.woocommerce.single-product .product-image-wrapper .image-container .image-container__image .image-wrapper picture.motive img {
  border-radius: 0.5px;
  width: 100%;
  object-fit: cover;
}
.woocommerce.single-product .product-image-wrapper .canvas .image-container .image-container__image .image-wrapper::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.woocommerce.single-product .product-image-wrapper .canvas .image-container .image-container__image .image-wrapper::after {
  background-image: url(assets/img/product_images/canvasfilter.png) !important;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0 !important;
}
.woocommerce.single-product .product-image-wrapper .canvas .product-gallery-image-row .image-container .image-container__image .image-wrapper:before {
  box-shadow: inset 0.2px 0.2px 1px 0 rgba(255, 255, 255, 0.38), inset -0.2px -0.2px 1px 0px rgba(73, 73, 73, 0.35);
}

.image-container img.frame {
  opacity: 0;
  position: absolute;
  z-index: 99;
  -webkit-transition: none;
  transition: none;
}
.image-container.roombg-start {
  background-color: #f6f6f6;
}
.image-container.roombg-start img.frame {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.2s;
  transition: opacity 1s ease 0.2s;
}
.size-30x40.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-30x40.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scale(70%);
  top: -0.3%;
}
.size-40x50.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-40x50.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(85%) scaleX(82%);
  top: -0.25%;
}
.size-40x60.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-40x60.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(90%) scaleX(80.5%);
  top: -0.5%;
}
.size-50x70.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-50x70.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(98.5%) scaleX(94%);
  top: -0.2%;
}
.size-70x100.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-70x100.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(111.5%) scaleX(104%);
  top: -0.2%;
}
.size-100x140.vertical .image-container.roombg-start img.frame[data-frame=alum-black], .size-100x140.vertical .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(120%) scaleX(110%);
  top: -0.2%;
}
.size-40x30.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-40x30.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scale(78%);
  top: 0.5%;
}
.size-50x40.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-50x40.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(86%) scaleX(95%);
  top: 0.35%;
}
.size-60x40.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-60x40.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(81.5%) scaleX(91%);
  top: 0.3%;
}
.size-70x50.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-70x50.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(94.5%) scaleX(99%);
  top: 0.2%;
}
.size-100x70.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-100x70.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(104.5%) scaleX(112%);
  top: -0.9%;
}
.size-140x100.horizontal .image-container.roombg-start img.frame[data-frame=alum-black], .size-140x100.horizontal .image-container.roombg-start img.frame[data-frame=alum-silver] {
  transform: scaleY(114%) scaleX(124%);
  top: -1.2%;
}
.size-30x40.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-30x40.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-30x40.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(76%) scaleX(69.5%);
  top: -0.3%;
}
.size-40x50.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-40x50.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-40x50.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(92%) scaleX(82%);
  top: -0.25%;
}
.size-40x60.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-40x60.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-40x60.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(98%) scaleX(80.5%);
  top: -0.5%;
}
.size-50x70.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-50x70.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-50x70.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(107.5%) scaleX(94%);
  top: -0.2%;
}
.size-70x100.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-70x100.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-70x100.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(122%) scaleX(104%);
  top: -0.2%;
}
.size-100x140.vertical .image-container.roombg-start img.frame[data-frame=wood-natural], .size-100x140.vertical .image-container.roombg-start img.frame[data-frame=wood-black], .size-100x140.vertical .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(132%) scaleX(110%);
  top: -0.2%;
}
.size-40x30.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-40x30.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-40x30.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(79.5%) scaleX(86%);
  top: 0.5%;
}
.size-50x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-50x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-50x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(87%) scaleX(97%);
  top: 0.4%;
}
.size-60x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-60x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-60x40.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(81.5%) scaleX(100%);
  top: 0.3%;
}
.size-70x50.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-70x50.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-70x50.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(95.5%) scaleX(108%);
  top: 0.3%;
}
.size-100x70.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-100x70.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-100x70.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(107.5%) scaleX(124%);
  top: -0.9%;
}
.size-140x100.horizontal .image-container.roombg-start img.frame[data-frame=wood-natural], .size-140x100.horizontal .image-container.roombg-start img.frame[data-frame=wood-black], .size-140x100.horizontal .image-container.roombg-start img.frame[data-frame=wood-white] {
  transform: scaleY(115%) scaleX(135%);
  top: -1.2%;
}
.image-container.roombg-start .image-container__image {
  left: 27%;
  top: 22%;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.canvas .image-container.roombg-start .image-container__image {
  box-shadow: 1px 1px 1px #a6a6a6, 2px 2px 2px #a6a6a6, 3px 4px 4px #a6a6a6, 6px 8px 8px #a6a6a6;
}
.canvas.product-gallery-image-row .image-container.roombg-start .image-container__image {
  box-shadow: 1px 1px 1px #a6a6a6, 2px 2px 2px #a6a6a6;
}
.image-container.roombg-start .image-container__image .image-wrapper:before {
  box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 0.38), inset -1px -1px 1px 0px rgba(73, 73, 73, 0.35);
}
.size-small .image-container.roombg-start .image-container__image {
  width: 40%;
  left: 30%;
  top: 20%;
}
.size-40x60 .image-container.roombg-start .image-container__image {
  width: 46%;
  left: 27%;
  top: 15%;
}
.size-large .image-container.roombg-start .image-container__image {
  width: 54%;
  left: 23%;
  top: 10%;
}
.size-large.ar3x4 .image-container.roombg-start .image-container__image {
  top: 14%;
}
.size-xlarge .image-container.roombg-start .image-container__image {
  width: 60%;
  left: 20%;
  top: 5%;
}
.size-xxlarge .image-container.roombg-start .image-container__image {
  width: 66%;
  left: 17%;
  top: 0%;
}
.size-small.horizontal .image-container.roombg-start .image-container__image {
  width: 60%;
  left: 20%;
  top: 30%;
}
.size-60x40.horizontal .image-container.roombg-start .image-container__image {
  width: 70%;
  left: 15%;
  top: 27%;
}
.size-large.horizontal .image-container.roombg-start .image-container__image {
  width: 80%;
  left: 10%;
  top: 23%;
}
.size-xlarge.horizontal .image-container.roombg-start .image-container__image {
  width: 90%;
  left: 5%;
  top: 20%;
}
.size-xxlarge.horizontal .image-container.roombg-start .image-container__image {
  width: 95%;
  left: 2.5%;
  top: 17%;
}
.size-30x40 .image-container.roombg-start .image-container__image {
  width: 40%;
  left: 30%;
  top: 23%;
}
.size-40x50 .image-container.roombg-start .image-container__image {
  width: 47%;
  left: 26.5%;
  top: 18%;
}
.size-50x70 .image-container.roombg-start .image-container__image {
  width: 54%;
  left: 23%;
  top: 12%;
}
.size-70x100 .image-container.roombg-start .image-container__image {
  width: 60%;
  left: 20%;
  top: 7%;
}
.size-100x140 .image-container.roombg-start .image-container__image {
  width: 64%;
  left: 18%;
  top: 5%;
}
.size-40x30 .image-container.roombg-start .image-container__image {
  width: 60%;
  left: 20%;
  top: 28%;
}
.size-50x40 .image-container.roombg-start .image-container__image {
  width: 70%;
  left: 15%;
  top: 26%;
}
.size-70x50 .image-container.roombg-start .image-container__image {
  width: 76%;
  left: 12%;
  top: 23%;
}
.size-100x70 .image-container.roombg-start .image-container__image {
  width: 86%;
  left: 7%;
  top: 19%;
}
.size-140x100 .image-container.roombg-start .image-container__image {
  width: 90%;
  left: 5%;
  top: 17%;
}
.image-container.roombg1 {
  background-size: 180%;
  background-position: 12% 77%;
  background-image: url(assets/img/product_images/bg1.png);
}
.size-xlarge .image-container.roombg1 {
  background-size: 140%;
}
.size-xxlarge .image-container.roombg1 {
  background-size: 120%;
}
.image-container.roombg1 .image-container__image {
  left: 27%;
  top: 22%;
  box-shadow: 0 1px 1px #aca9a5, 0 2px 2px #aca9a5, 0 4px 4px #aca9a5, 0 8px 8px #aca9a5;
}
.product-gallery-image-row .image-container.roombg1 .image-container__image {
  box-shadow: 0 1px 1px #aca9a5, 0 2px 2px #aca9a5;
}
.size-small .image-container.roombg1 .image-container__image {
  width: 15%;
  left: 28%;
  top: 18%;
}
.size-40x60 .image-container.roombg1 .image-container__image {
  width: 20%;
  left: 26%;
  top: 10%;
}
.size-large .image-container.roombg1 .image-container__image {
  width: 22%;
  left: 22%;
  top: 8%;
}
.size-xlarge .image-container.roombg1 .image-container__image {
  width: 30%;
  left: 39%;
  top: 6%;
}
.size-xxlarge .image-container.roombg1 .image-container__image {
  width: 35%;
  left: 32.5%;
  top: 4%;
}
.size-small.horizontal .image-container.roombg1 .image-container__image {
  width: 22.5%;
  left: 27%;
  top: 22%;
}
.size-60x40.horizontal .image-container.roombg1 .image-container__image {
  width: 30%;
  left: 26%;
  top: 20%;
}
.size-large.horizontal .image-container.roombg1 .image-container__image {
  width: 45%;
  left: 34%;
  top: 12%;
}
.size-xlarge.horizontal .image-container.roombg1 .image-container__image {
  width: 45%;
  left: 26%;
  top: 18%;
}
.size-xxlarge.horizontal .image-container.roombg1 .image-container__image {
  width: 50%;
  left: 25%;
  top: 15%;
}
.image-container.roombg2 {
  background-size: 150%;
  background-position: 100% 71%;
  background-image: url(assets/img/product_images/bg2.png);
}
.horizontal .image-container.roombg2 {
  background-position: 100% 82%;
}
.size-xlarge .image-container.roombg2 {
  background-size: 100%;
}
.size-xxlarge .image-container.roombg2 {
  background-size: 100%;
}
.image-container.roombg2 .image-container__image {
  left: 34%;
  top: 9%;
  --shadow-lightness: 28%;
  box-shadow: 0 1px 1px #414e4d, 0 2px 2px #414e4d, 0 4px 4px #414e4d, 0 8px 8px #414e4d;
}
.product-gallery-image-row .image-container.roombg2 .image-container__image {
  box-shadow: 0 1px 1px #414e4d, 0 2px 2px #414e4d;
}
.size-small .image-container.roombg2 .image-container__image {
  width: 15%;
  left: 45%;
  top: 26%;
}
.size-40x60 .image-container.roombg2 .image-container__image {
  width: 20%;
  left: 42%;
  top: 20%;
}
.size-large .image-container.roombg2 .image-container__image {
  width: 30%;
  left: 33%;
  top: 10%;
}
.size-xlarge .image-container.roombg2 .image-container__image {
  width: 30%;
  left: 36%;
  top: 12%;
}
.size-xxlarge .image-container.roombg2 .image-container__image {
  width: 35%; /* increased width */
  left: 33%; /* adjusted left for better centering */
  top: 8%; /* moved slightly higher */
}
.size-small.horizontal .image-container.roombg2 .image-container__image {
  width: 22.5%;
  left: 39%;
  top: 32%;
}
.size-60x40.horizontal .image-container.roombg2 .image-container__image {
  width: 30%;
  left: 34%;
  top: 27%;
}
.size-large.horizontal .image-container.roombg2 .image-container__image {
  width: 45%;
  left: 17%;
  top: 18%;
}
.size-xlarge.horizontal .image-container.roombg2 .image-container__image {
  width: 45%;
  left: 26%;
  top: 25%;
}
.size-xxlarge.horizontal .image-container.roombg2 .image-container__image {
  width: 50%; /* increased width to differentiate from xlarge */
  left: 23%; /* slightly adjusted to maintain centering with increased size */
  top: 22%; /* subtly lowered to optimize space and visual hierarchy */
}
.image-container.roombg3 {
  background-size: 150%;
  background-image: url(assets/img/product_images/bg3.png);
  background-position: 100% 20%;
}
.horizontal .image-container.roombg3 {
  background-position: 100% 47%;
}
.size-xlarge .image-container.roombg3 {
  background-size: 100%;
}
.size-xxlarge .image-container.roombg3 {
  background-size: 100%;
}
.image-container.roombg3 .image-container__image {
  left: 34%;
  top: 9%;
  --shadow-lightness: 10%;
  box-shadow: 0 1px 1px #1a191a, 0 2px 2px #1a191a, 0 4px 4px #1a191a, 0 8px 8px #1a191a;
}
.product-gallery-image-row .image-container.roombg3 .image-container__image {
  box-shadow: 0 1px 1px #1a191a, 0 2px 2px #1a191a;
}
.size-small .image-container.roombg3 .image-container__image {
  width: 17.3%;
  left: 38%;
  top: 26%;
}
.size-40x60 .image-container.roombg3 .image-container__image {
  width: 23%;
  left: 34%;
  top: 20%;
}
.size-large .image-container.roombg3 .image-container__image {
  width: 34.6%;
  left: 17%;
  top: 11%;
}
.size-xlarge .image-container.roombg3 .image-container__image {
  width: 34.6%;
  left: 32%;
  top: -5%;
}
.size-xxlarge .image-container.roombg3 .image-container__image {
  width: 40%; /* increased width to clearly differentiate from xlarge */
  left: 29%; /* adjusted left to maintain centering with the increased size */
  top: -8%; /* moved slightly higher for a more dramatic placement */
}
.size-small.horizontal .image-container.roombg3 .image-container__image {
  width: 26%;
  left: 24%;
  top: 23%;
}
.size-60x40.horizontal .image-container.roombg3 .image-container__image {
  width: 34.6%;
  left: 19%;
  top: 19%;
}
.size-large.horizontal .image-container.roombg3 .image-container__image {
  width: 52%;
  left: 10%;
  top: 12%;
}
.size-xlarge.horizontal .image-container.roombg3 .image-container__image {
  width: 52%;
  left: 23%;
  top: 11%;
}
.size-xxlarge.horizontal .image-container.roombg3 .image-container__image {
  width: 58%; /* increased width to make it visibly larger */
  left: 21%; /* adjusted left to balance the larger size */
  top: 8%; /* slightly raised top for better visibility and alignment */
}
.image-container.roombg4 {
  background-size: 150%;
  background-position: 100% 16%;
  background-image: url(assets/img/product_images/bg4.png);
}
.horizontal .image-container.roombg4 {
  background-position: 100% 47%;
}
.size-xlarge .image-container.roombg4 {
  background-size: 100%;
}
.size-xxlarge .image-container.roombg4 {
  background-size: 100%;
}
.image-container.roombg4 .image-container__image {
  left: 34%;
  top: 9%;
  box-shadow: 0 1px 1px #d29f14, 0 2px 2px #d29f14, 0 4px 4px #d29f14, 0 8px 8px #d29f14;
}
.product-gallery-image-row .image-container.roombg4 .image-container__image {
  box-shadow: 0 1px 1px #d29f14, 0 2px 2px #d29f14;
}
.size-small .image-container.roombg4 .image-container__image {
  width: 15%;
  left: 59%;
  top: 32%;
}
.size-40x60 .image-container.roombg4 .image-container__image {
  width: 20%;
  left: 56%;
  top: 22%;
}
.size-large .image-container.roombg4 .image-container__image {
  width: 30%;
  left: 53%;
  top: 12%;
}
.size-xlarge .image-container.roombg4 .image-container__image {
  width: 30%;
  left: 9%;
  top: 6%;
}
.size-xxlarge .image-container.roombg4 .image-container__image {
  width: 35%; /* increased width to make it visibly larger */
  left: 9%; /* kept left the same for alignment with xlarge */
  top: 2%; /* slightly raised top for better visibility */
}
.size-small.horizontal .image-container.roombg4 .image-container__image {
  width: 22.5%;
  left: 40%;
  top: 24%;
}
.size-60x40.horizontal .image-container.roombg4 .image-container__image {
  width: 30%;
  left: 50%;
  top: 16%;
}
.size-large.horizontal .image-container.roombg4 .image-container__image {
  width: 45%;
  left: 43%;
  top: 10%;
}
.size-xlarge.horizontal .image-container.roombg4 .image-container__image {
  width: 45%;
  left: 30%;
  top: 11%;
}
.size-xxlarge.horizontal .image-container.roombg4 .image-container__image {
  width: 50%; /* increased width to make it visibly larger */
  left: 30%; /* left remains the same for alignment consistency */
  top: 8%; /* slightly lowered top to adjust the element’s visual position */
}

.picture-hook-addon {
  margin-top: 1.2rem;
  width: 100%;
}
.picture-hook-addon__label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
}
.picture-hook-addon__label:hover {
  border-color: #23373d;
}
.picture-hook-addon__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.picture-hook-addon__toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid #e4e4e4;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.picture-hook-addon__toggle::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.picture-hook-addon__checkbox:checked ~ .picture-hook-addon__toggle {
  background: #23373d;
  border-color: #23373d;
}
.picture-hook-addon__checkbox:checked ~ .picture-hook-addon__toggle::after {
  opacity: 1;
}
.picture-hook-addon__checkbox:checked ~ .picture-hook-addon__content {
  opacity: 1;
}
.picture-hook-addon__label:has(.picture-hook-addon__checkbox:checked) {
  border-color: #23373d;
  background: rgba(35, 55, 61, 0.04);
}
.picture-hook-addon__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
.picture-hook-addon__image {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}
.picture-hook-addon__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.picture-hook-addon__name {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
}
.picture-hook-addon__desc {
  font-size: 12px;
  color: #888;
  line-height: 1.3;
}
.picture-hook-addon__right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  margin-left: auto;
}
.picture-hook-addon .wc-menu-cart__product-quantity {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.picture-hook-addon .wc-menu-cart__product-quantity .qty-btn {
  height: 34px;
  width: 34px;
}
.picture-hook-addon .wc-menu-cart__product-quantity input.qty {
  width: 30px;
  font-size: 14px;
  padding: 0.4rem 0;
}
.picture-hook-addon__label:has(.picture-hook-addon__checkbox:checked) .wc-menu-cart__product-quantity {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.picture-hook-addon__standalone {
  margin: 0.5rem 0 0;
  font-size: 12px;
}
.picture-hook-addon__standalone a {
  text-decoration: underline;
}
.picture-hook-addon__standalone a:hover {
  color: #222;
}
.picture-hook-addon__price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
}
.picture-hook-addon__price .woocommerce-Price-amount {
  font-weight: 500;
}

/**
 * Frame attribute archives (pa_ramfarg, pa_rammaterial)
 *
 * Each archive expands to one card per pa_ramstorlek variation, so the
 * standard color/material filter and per-product wishlist heart become
 * redundant — every card on the page already shares the term being
 * filtered, and the heart would toggle parent-level favourites for all
 * size cards at once. Hide both UI affordances on these archives.
 */
body.tax-pa_ramfarg .front-filter-button-container,
body.tax-pa_ramfarg .backbone-filter-container,
body.tax-pa_rammaterial .front-filter-button-container,
body.tax-pa_rammaterial .backbone-filter-container {
  display: none;
}
body.tax-pa_ramfarg .heart-icon.add-to-wishlist,
body.tax-pa_rammaterial .heart-icon.add-to-wishlist {
  display: none;
}

/**
 * Search icon
 */
.search-icon-wrapper {
  display: flex;
}
.search-icon-wrapper .icon {
  display: flex;
  font-size: 22px;
  color: #222;
  cursor: pointer;
}

/**
 * Searchbox
 */
.search-box-wrapper .search-container {
  display: none;
  flex-direction: column;
  max-height: calc(90vh - 50px);
  opacity: 1;
  border-bottom: 0.1rem solid #eee;
  border-radius: 0 0 3px 3px;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: white;
  max-width: 1560px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.search-box-wrapper .search-container.open {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 574px) {
  .search-box-wrapper .search-container {
    position: fixed;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
  }
}
.search-box-wrapper .search-container .search-suggestions {
  display: flex;
  gap: 4rem;
}
.search-box-wrapper .search-container .search-suggestions > div .list-container {
  display: flex;
  flex-direction: column;
}
.search-box-wrapper .search-container .search-suggestions > div .list-container .item {
  display: flex;
  align-items: center;
}
.search-box-wrapper .search-container .search-suggestions > div .list-container .item i {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.search-box-wrapper .search-container .search-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: 1rem;
  margin-bottom: 1rem;
}
.search-box-wrapper .search-container .search-form .search-field {
  background: white;
  font-size: 1.6rem;
  margin: 0;
  height: 5rem;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid #23373d;
  border-radius: 3px;
}
.search-box-wrapper .search-container .search-form .search-submit {
  display: none;
}
.search-box-wrapper .search-container .search-form .close-container .icon {
  font-size: 2rem;
  cursor: pointer;
  background: #23373d;
  color: white;
  border: 0.1rem solid #23373d;
  border-radius: 3px;
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-wrapper .search-container .search-form .close-container .icon:hover {
  background-color: rgb(57, 75, 80.4);
  color: #fff;
  border-color: rgb(57, 75, 80.4);
  outline: 0;
}
.search-box-wrapper .search-container .see-more-results {
  margin: 0 auto;
  background: white;
  display: flex;
  justify-content: center;
}
.search-box-wrapper .search-container .see-more-results a {
  margin: 0;
}

/**
 * Search results
 */
.search-result-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  min-height: 100px;
  position: relative;
}
.search-result-wrapper .loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.1333333333);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .search-result-wrapper .loader-wrapper {
    margin-right: 0;
  }
}
.search-result-wrapper .search-wrapper {
  width: 100%;
}
.search-result-wrapper .search-wrapper .search-box-container {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 3px;
  border: 1px solid #222;
}
.search-result-wrapper .search-wrapper .search-box-container h3 {
  margin-bottom: 1rem;
}
.search-result-wrapper .search-wrapper .search-items-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.666%, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem 1rem;
}
@media screen and (max-width: 959px) {
  .search-result-wrapper .search-wrapper .search-items-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 574px) {
  .search-result-wrapper .search-wrapper .search-items-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.search-result-wrapper .search-wrapper.categories .search-items-container .search-item {
  margin: 0;
}
.search-result-wrapper .search-wrapper.categories .search-items-container .search-item a {
  text-decoration: underline;
}
.search-result-wrapper .search-wrapper.collections .search-items-container .search-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 1rem;
  background: transparent;
}
.search-result-wrapper .search-wrapper.collections .search-items-container .search-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
  display: block;
}
.search-result-wrapper .search-wrapper.collections .search-items-container .search-item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.search-result-wrapper .search-results {
  width: 100%;
  margin: 0;
}
.search-result-wrapper .search-results ul.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16.666%, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem 1rem;
}
.search-result-wrapper .search-results ul.products::before, .search-result-wrapper .search-results ul.products::after {
  content: none;
}
@media screen and (max-width: 959px) {
  .search-result-wrapper .search-results ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 574px) {
  .search-result-wrapper .search-results ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.search-result-wrapper .search-results .see-more-results {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

/**
 * Blog - Archive
 */
@media screen and (max-width: 574px) {
  .blog #main,
  .archive.category #main {
    display: flex;
    flex-direction: column;
  }
}
.blog #main .hero-block,
.archive.category #main .hero-block {
  display: flex;
  max-height: 400px;
  margin-bottom: 4rem;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .blog #main .hero-block,
  .archive.category #main .hero-block {
    flex-direction: column-reverse;
    max-height: unset;
  }
}
.blog #main .hero-block__text,
.archive.category #main .hero-block__text {
  background: linear-gradient(to right, #23373d 40%, #40565a 90%, #40565a 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 60px;
  width: 50%;
  z-index: 1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 959px) {
  .blog #main .hero-block__text,
  .archive.category #main .hero-block__text {
    background: linear-gradient(to top, #23373d 0%, #23373d 50%, #40565a 100%);
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}
.blog #main .hero-block__text p,
.archive.category #main .hero-block__text p {
  font-weight: 300;
  margin: 0;
}
.blog #main .hero-block__image,
.archive.category #main .hero-block__image {
  position: relative;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .blog #main .hero-block__image,
  .archive.category #main .hero-block__image {
    width: 100%;
    max-height: 300px;
  }
}
.blog #main .hero-block__image svg.desktop-shape,
.archive.category #main .hero-block__image svg.desktop-shape {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 959px) {
  .blog #main .hero-block__image svg.desktop-shape,
  .archive.category #main .hero-block__image svg.desktop-shape {
    display: none;
  }
}
.blog #main .hero-block__image svg.mobile-shape,
.archive.category #main .hero-block__image svg.mobile-shape {
  position: absolute;
  top: 62%;
  z-index: 0;
}
@media screen and (max-width: 574px) {
  .blog #main .hero-block__image svg.mobile-shape,
  .archive.category #main .hero-block__image svg.mobile-shape {
    top: unset;
    bottom: -1px;
  }
}
@media screen and (min-width: 960px) {
  .blog #main .hero-block__image svg.mobile-shape,
  .archive.category #main .hero-block__image svg.mobile-shape {
    display: none;
  }
}
.blog #main .hero-block__image picture,
.archive.category #main .hero-block__image picture {
  width: 100%;
}
.blog #main .hero-block__image img,
.archive.category #main .hero-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.blog #main .entry,
.archive.category #main .entry {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1343px) {
  .blog #main .entry,
  .archive.category #main .entry {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .blog #main .entry,
  .archive.category #main .entry {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 574px) {
  .blog #main .entry,
  .archive.category #main .entry {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog #main .entry::before, .blog #main .entry::after,
.archive.category #main .entry::before,
.archive.category #main .entry::after {
  content: none;
}
.blog #main .entry article,
.archive.category #main .entry article {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 3px;
  border: 1px solid #23373d;
}
.blog #main .entry article .post-category,
.archive.category #main .entry article .post-category {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 1rem 2rem;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23373d;
  font-weight: 500;
  border-radius: 2px;
}
.blog #main .entry article .post-category a,
.archive.category #main .entry article .post-category a {
  color: white;
}
.blog #main .entry article .post-image-container,
.archive.category #main .entry article .post-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #main .entry article .post-image-container img,
.archive.category #main .entry article .post-image-container img {
  width: 100%;
  object-fit: cover;
}
.blog #main .entry article .post-date,
.archive.category #main .entry article .post-date {
  margin: 1rem 0;
}
.blog #main .entry article .post-title,
.archive.category #main .entry article .post-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  min-height: 75px;
}
.blog #main .entry article .post-excerpt,
.archive.category #main .entry article .post-excerpt {
  margin-bottom: 2rem;
}
.blog #main .entry article .post-excerpt p,
.archive.category #main .entry article .post-excerpt p {
  margin: 0;
}
.blog #main .entry article .read-more-button,
.archive.category #main .entry article .read-more-button {
  margin: 0;
  padding: 0.5rem 3rem;
}
.blog #main .pagination,
.archive.category #main .pagination {
  grid-column: 1/-1;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog #main .pagination ul,
.archive.category #main .pagination ul {
  border: none;
}
.blog #main .pagination li,
.archive.category #main .pagination li {
  border: none;
  overflow: visible;
}
.blog #main .pagination .page-numbers,
.blog #main .pagination .page-numbers.current,
.archive.category #main .pagination .page-numbers,
.archive.category #main .pagination .page-numbers.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: #23373d;
  transition: transform 0.3s ease;
  margin: 0 5px;
  text-decoration: none;
  color: black;
}
.blog #main .pagination .page-numbers:hover,
.blog #main .pagination .page-numbers.current:hover,
.archive.category #main .pagination .page-numbers:hover,
.archive.category #main .pagination .page-numbers.current:hover {
  background-color: #23373d;
}
.blog #main .pagination .page-numbers.current,
.blog #main .pagination .page-numbers.current.current,
.archive.category #main .pagination .page-numbers.current,
.archive.category #main .pagination .page-numbers.current.current {
  background-color: #23373d;
}
@media screen and (min-width: 1278px) {
  .blog #main .woocommerce-pagination .page-numbers a:hover,
  .archive.category #main .woocommerce-pagination .page-numbers a:hover {
    transform: scale(1.1);
  }
}

/**
 * Blog - Single
 */
.single-post > #content {
  max-width: 1300px;
  padding-bottom: 2rem;
}
.single-post .hero-block {
  display: flex;
  margin-bottom: 4rem;
  background: #23373d;
  border-radius: 3px;
}
@media screen and (max-width: 574px) {
  .single-post .hero-block {
    flex-direction: column-reverse;
    max-height: unset;
  }
}
.single-post .hero-block__text {
  background: linear-gradient(to right, #23373d 40%, #40565a 90%, #40565a 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 60px;
  width: 55%;
  z-index: 1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 768px) {
  .single-post .hero-block__text {
    padding: 30px;
  }
}
@media screen and (max-width: 574px) {
  .single-post .hero-block__text {
    background: linear-gradient(to top, #23373d 0%, #23373d 50%, #40565a 100%);
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.single-post .hero-block__text h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}
@media screen and (max-width: 574px) {
  .single-post .hero-block__text h1 {
    font-size: clamp(3rem, 4vw, 4rem);
  }
}
.single-post .hero-block__text p {
  font-weight: 300;
  margin: 0;
}
.single-post .hero-block__image {
  position: relative;
  display: flex;
  width: 45%;
}
@media screen and (max-width: 574px) {
  .single-post .hero-block__image {
    width: 100%;
  }
}
.single-post .hero-block__image svg.desktop-shape {
  position: absolute;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .single-post .hero-block__image svg.desktop-shape {
    left: -20px;
  }
}
@media screen and (max-width: 574px) {
  .single-post .hero-block__image svg.desktop-shape {
    display: none;
  }
}
.single-post .hero-block__image svg.mobile-shape {
  position: absolute;
  top: unset;
  bottom: -15px;
}
@media screen and (min-width: 575px) {
  .single-post .hero-block__image svg.mobile-shape {
    display: none;
  }
}
.single-post .hero-block__image picture {
  width: 100%;
}
.single-post .hero-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.single-post .post-navigation-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
}
.single-post .post-navigation-wrapper .nav-links {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.single-post .post-navigation-wrapper .nav-links .nav-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  line-height: 1.2;
}
.single-post .post-navigation-wrapper .nav-links h4 {
  margin: 0;
  font-weight: 500;
}

.page-template-template-konstnarer #content,
.page-template-template-kollektioner #content {
  padding: 0 2rem 8rem;
}
.page-template-template-konstnarer #content .entry h1,
.page-template-template-kollektioner #content .entry h1 {
  text-align: center;
}

.artist-archive,
.collection-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  justify-content: center;
  padding: 3rem 0;
}
.artist-archive .item-card,
.collection-archive .item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.artist-archive .item-card a,
.collection-archive .item-card a {
  width: 100%;
  height: 100%;
}
.artist-archive .item-card .item-name,
.collection-archive .item-card .item-name {
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
  padding: 9px 0 18px;
  margin: 0;
  color: #000;
}
.artist-archive .item-card .item-image,
.collection-archive .item-card .item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.artist-archive .item-card .item-image img,
.collection-archive .item-card .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  border: 3px solid #23373d;
  box-sizing: border-box;
}

.registration-form.newsletter-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin: 0;
}
.registration-form.newsletter-footer .email {
  width: 300px;
  padding: 1rem;
  border: 1px solid #f1efec;
  border-radius: 3px;
  color: #f1efec;
  margin: 0;
  text-align: center;
  font-size: 18px;
  height: 3.8rem;
  background-color: transparent;
}
.registration-form.newsletter-footer .email::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.registration-form.newsletter-footer .email:focus::placeholder {
  color: transparent;
}
.registration-form.newsletter-footer button {
  background: #f1efec;
  color: #23373d;
  border: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  width: fit-content;
  margin-top: 1.5rem;
}

.form-message.newsletter-footer.open {
  margin-top: 1.5rem;
  padding: 10px;
  border: 1px solid #23373d;
  border-radius: 3px;
  text-align: center;
}

.registration-form.newsletter-popup {
  display: flex;
  flex-direction: column;
}
.registration-form.newsletter-popup .email {
  min-width: 300px;
  padding: 1rem;
  border: 1px solid #23373d;
  border-radius: 3px;
  margin: 0;
  height: 3.8rem;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
}
.registration-form.newsletter-popup .email::placeholder {
  color: #23373d;
  opacity: 1; /* Firefox */
}
.registration-form.newsletter-popup .email:focus::placeholder {
  color: transparent;
}
.registration-form.newsletter-popup button {
  margin-top: 1.5rem;
}

.form-message.newsletter-popup.open {
  margin-top: 1.5rem;
  padding: 10px;
  border: 1px solid #23373d;
  border-radius: 3px;
  text-align: center;
}

.page.home .show-all-container {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.home .usp-container {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0;
  background-color: #23373d;
  margin: 4rem 0;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .page.home .usp-container {
    gap: 0.5rem;
    padding: 1rem;
    margin: 2rem 0 3rem 0;
  }
}
@media screen and (max-width: 574px) {
  .page.home .usp-container {
    justify-content: space-between;
  }
}
.page.home .usp-container .usp {
  text-align: center;
  color: #f1efec;
}
.page.home .usp-container .usp p {
  margin: 0;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .page.home .usp-container .usp p {
    font-size: 10px;
  }
}
.page.home .usp-container .usp img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .page.home .usp-container .usp img {
    width: 30px;
  }
}
.page.home #reviews {
  margin-top: 4rem;
}
.page.home #reviews h3 {
  border-bottom: 0;
  padding: 0;
}
.page.home #reviews .swiper-container {
  margin-bottom: 2rem;
}
.page.home #leave-review-container {
  display: none;
}
.page.home .wrapper.categories-header {
  text-align: center;
}
.page.home .backbone-slider-wrapper .swiper-slide {
  border-radius: 3px;
}
.page.home .tripple-category-boxes-section {
  margin-top: 4rem;
}
.page.home .tripple-category-boxes-section .block-container {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1277px) {
  .page.home .tripple-category-boxes-section .block-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 574px) {
  .page.home .tripple-category-boxes-section .block-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page.home .tripple-category-boxes-section .block-container .section-block img {
  border-radius: 3px;
}
.page.home .tripple-category-boxes-section .block-container .section-block .category-link {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page.home .tripple-category-boxes-section .block-container .category-button-container {
  width: 100%;
  text-align: center;
}

.favoriter-wrapper {
  min-height: 200px;
  text-align: center;
}

#leave-review-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4rem;
  gap: 2rem;
}
#leave-review-container .leave-review-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
#leave-review-container form {
  display: flex;
  flex-direction: column;
}

.review-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.review-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 550px;
  width: 94%;
  border-radius: 3px;
}
.review-modal .modal-content .top {
  display: flex;
  justify-content: space-between;
}
.review-modal .modal-content .top .close-btn {
  line-height: 1;
  color: #222;
  font-size: 28px;
  font-weight: bold;
}
.review-modal .modal-content .top .close-btn:hover, .review-modal .modal-content .top .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.review-modal .modal-content .form-container form {
  margin: 0;
}
.review-modal .modal-content .form-container form p {
  margin: 0;
}
.review-modal .modal-content .form-container form input[type=submit] {
  background: #23373d;
  color: #f1efec;
  border: none;
  padding: 1rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
}
.review-modal .modal-content .form-container form input[type=submit]:hover {
  opacity: 0.8;
}

.wall-mural-container .embla__viewport {
  padding: 0;
}
.wall-mural-container .embla__viewport .embla__container .embla__slide {
  display: flex;
  align-items: flex-end;
  flex: 0 0 100%;
}
.wall-mural-container .embla__viewport .embla__container .embla__slide .mural-overlay {
  padding: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin-inline: auto;
  width: fit-content;
  background-color: white;
  border-radius: 5px;
}
.wall-mural-container .embla__viewport .embla__container .embla__slide .mural-overlay p {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}

/* Modal overlay */
#dimension-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center;
}
#dimension-modal form button {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.wall-mural-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.wall-mural-container {
  padding: 0 4rem;
}
.wall-mural-container .data-info-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
}
.wall-mural-container #save-selection {
  margin: 2rem 0;
}
.wall-mural-container #croppie-container {
  position: relative;
  z-index: 101;
  min-height: 500px;
  max-width: 100%;
  max-height: 100%;
}
/**
 * ACF Sections
 */
.bb-section {
  padding: 0;
  margin-bottom: 3rem;
}
.bb-section.none .columns-container {
  gap: 0;
}
.bb-section.small .columns-container {
  gap: 20px;
}
.bb-section.medium .columns-container {
  gap: 30px;
}
.bb-section.large .columns-container {
  gap: 40px;
}
.bb-section:first-of-type {
  padding-top: 0;
}
.bb-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #acf-section-slider.backbone-slider-wrapper {
    padding: 0;
  }
}
#acf-section-slider.backbone-slider-wrapper .sliderblock {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2rem 0 0 0;
  margin-bottom: 4rem;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper {
  display: flex;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-wrapper {
  width: 100%;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-link {
  width: 100%;
  height: 100%;
  display: block;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-y: hidden;
  min-height: 340px;
  transition: transform 0.4s ease;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .content-wrapper, #acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .mid-wrapper, #acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .inner-wrapper, #acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .small-wrapper {
  height: 100%;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer {
  height: 100%;
  display: flex;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.v-top {
  align-items: flex-start;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.v-center {
  align-items: center;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.v-bottom {
  align-items: flex-end;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.h-left {
  justify-content: flex-start;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.h-center {
  justify-content: center;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-overlay .slider-textcontainer.h-right {
  justify-content: flex-end;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text {
  padding: 2rem;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text h2,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text h3,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text h4,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text p {
  margin: 0;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper .swiper-slide .slider-text a {
  margin-top: 0.8rem;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-pagination {
  display: flex;
  justify-content: center;
  position: unset;
  margin-top: 2rem;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-pagination-bullet {
  display: flex;
  background: #222;
  width: 35px;
  border-radius: 2px;
  height: 6px;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #23373d;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-prev,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-next {
  background: #23373d;
  color: #fff;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1.5rem);
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-prev:after,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-next:after {
  font-size: 16px;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-prev:focus, #acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-prev:hover,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-next:focus,
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-next:hover {
  border-color: #222;
  background-color: #222;
  outline: 0;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-prev {
  left: -5px;
}
#acf-section-slider.backbone-slider-wrapper .sliderblock .swiper-button-next {
  right: -5px;
}

.backbone-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  max-width: 1730px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.backbone-logos .logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.backbone-logos .logo-container img {
  filter: invert(1) grayscale(1) brightness(0.8);
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .backbone-logos {
    justify-content: flex-start;
  }
  .backbone-logos .logo-container {
    flex: none;
    width: calc(33.333% - 2rem);
  }
  .backbone-logos .logo-container img {
    max-height: 80px;
  }
}
@media screen and (max-width: 574px) {
  .backbone-logos .logo-container {
    width: 100%;
  }
}

.columns-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 959px) {
  .columns-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .columns-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.columns-container .column {
  position: relative;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.columns-container .column p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 575px) and (max-width: 768px) {
  .columns-container .column.has-image {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 574px) {
  .columns-container .column.has-image {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 959px) {
  .columns-container .column:not(.has-image) {
    min-height: auto !important;
  }
}
@media screen and (max-width: 574px) {
  .columns-container .column {
    padding: 8%;
  }
}
.columns-container .column.column-100 {
  grid-column: span 12;
}
.columns-container .column.column-75 {
  grid-column: span 9;
}
.columns-container .column.column-66 {
  grid-column: span 8;
}
.columns-container .column.column-50 {
  grid-column: span 6;
}
@media screen and (max-width: 959px) {
  .columns-container .column.column-50 {
    grid-column: span 12;
  }
}
.columns-container .column.column-33 {
  grid-column: span 4;
}
.columns-container .column.column-25 {
  grid-column: span 3;
}
.columns-container .column.none {
  padding: 0;
}
.columns-container .column.small {
  padding: 5%;
}
.columns-container .column.medium {
  padding: 14%;
}
@media screen and (max-width: 959px) {
  .columns-container .column.medium {
    padding: 2rem;
  }
}
.columns-container .column.large {
  padding: 16%;
}
@media screen and (max-width: 1277px) {
  .columns-container .column.large {
    padding: 12% 10%;
  }
}
.columns-container .column.center {
  display: flex;
  align-items: center;
}
.columns-container .column .column-content {
  flex: 1;
}
.columns-container .column .column-content h2 {
  margin: 0;
}
.columns-container .column .column-content h2:last-of-type {
  margin-bottom: 2.2rem;
}
.columns-container .column .column-content img {
  display: flex;
  margin: 0 auto;
}
.columns-container .column .column-content .button,
.columns-container .column .column-content .button-primary {
  margin-right: 10px;
}
.columns-container .column ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-template-rows: 1fr 1fr;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) and (max-width: 1277px) {
  .columns-container .column ul.products {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 575px) and (max-width: 959px) {
  .columns-container .column ul.products {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 574px) {
  .columns-container .column ul.products {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.columns-container .column ul.products li.product {
  width: unset;
  border: none;
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  background: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.columns-container .column ul.products li.product a {
  max-width: 100%;
  display: block;
  overflow: hidden;
}
.columns-container .column ul.products li.product img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  aspect-ratio: 1;
  outline: 0;
}
@media screen and (min-width: 1278px) {
  .columns-container .column ul.products li.product img:hover {
    transform: scale(1.05);
  }
}
.columns-container .column ul.products li.product .title-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 1rem 2rem 1rem 2rem;
}
@media screen and (min-width: 960px) and (max-width: 1277px) {
  .columns-container .column ul.products li.product .title-wrapper {
    padding: 1rem;
  }
}
.columns-container .column ul.products li.product a.woocommerce-loop-product__link h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  line-height: 2rem;
  max-width: 285px;
}
.columns-container .column ul.products li.product a.woocommerce-loop-product__link .price {
  font-weight: 300;
  font-size: 1.5rem;
  color: #222;
}
.columns-container .column ul.products li.product .star-rating {
  margin: 0.3rem auto 1rem auto;
}
.columns-container .column ul.products li.product a.add_to_cart_button, .columns-container .column ul.products li.product .product_type_simple {
  display: none !important;
}

.postblock-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  padding: 4rem 0;
}
@media screen and (max-width: 1729px) {
  .postblock-container.small {
    padding: 5%;
  }
  .postblock-container.medium {
    padding: 14%;
  }
}
@media screen and (max-width: 1729px) and (max-width: 959px) {
  .postblock-container.medium {
    padding: 2rem;
  }
}
@media screen and (max-width: 1729px) {
  .postblock-container.large {
    padding: 16%;
  }
}
@media screen and (max-width: 1729px) and (max-width: 1277px) {
  .postblock-container.large {
    padding: 3rem;
  }
}
@media screen and (max-width: 1729px) and (max-width: 959px) {
  .postblock-container.large {
    padding: 16%;
  }
}
@media screen and (max-width: 959px) {
  .postblock-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 574px) {
  .postblock-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.postblock-container .postblock {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 959px) {
  .postblock-container .postblock {
    grid-column: span 1 !important;
  }
}
.postblock-container .postblock.postblock-row-1 {
  grid-column: span 12;
}
.postblock-container .postblock.postblock-row-2 {
  grid-column: span 6;
}
.postblock-container .postblock.postblock-row-3 {
  grid-column: span 4;
}
.postblock-container .postblock.postblock-row-4 {
  grid-column: span 3;
}
.postblock-container .postblock > a {
  height: 100%;
}
.postblock-container .postblock .post-thumbnail img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: transform 0.4s ease;
  margin: 0 auto;
}
@media screen and (min-width: 1278px) {
  .postblock-container .postblock .post-thumbnail img:hover {
    transform: scale(1.05);
  }
}
.postblock-container .postblock .post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.postblock-container .postblock .post-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: center;
}
.postblock-container .postblock .post-content .price {
  font-weight: 300;
  font-size: 1.5rem;
}
.postblock-container .postblock .post-content p {
  flex-grow: 1;
  margin: 0;
}

.embla.embla-products li.product span.onsale {
  padding: 6px;
  width: fit-content;
}

.boxes-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.boxes-section .column {
  padding: 0 !important;
}
.boxes-section .row {
  position: relative;
}
.boxes-section .row img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 450px;
  aspect-ratio: 1;
}
.boxes-section .row .text-under-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: #f1efec;
  color: #222;
  text-align: center;
  padding: 2rem 2rem 3rem;
}
.boxes-section .row .text-under-image h3,
.boxes-section .row .text-under-image p,
.boxes-section .row .text-under-image a {
  margin: 0;
  width: fit-content;
}
.boxes-section .row .text-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  gap: 1rem;
  top: 0;
  left: 8rem;
  bottom: 0;
  color: #222;
  background-color: #f1efec;
  padding: 2rem;
  width: 480px;
  margin: auto 0;
  max-height: 280px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .boxes-section .row .text-overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    max-height: unset;
    width: 320px;
  }
}
.boxes-section .row .text-overlay h3,
.boxes-section .row .text-overlay p,
.boxes-section .row .text-overlay a.button,
.boxes-section .row .text-overlay a.button-primary {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .boxes-section .row .text-overlay h3 {
    font-size: 2.5rem;
  }
}
.boxes-section .two-columns,
.boxes-section .three-columns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .boxes-section .two-columns,
  .boxes-section .three-columns {
    flex-direction: column;
    gap: 2rem;
    margin: 0;
  }
}
.boxes-section .two-columns .column,
.boxes-section .three-columns .column {
  flex: 1;
  position: relative;
}
.boxes-section .two-columns .column:not(:last-child),
.boxes-section .three-columns .column:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .boxes-section .two-columns .column:not(:last-child),
  .boxes-section .three-columns .column:not(:last-child) {
    margin-right: 0;
  }
}
.boxes-section .two-columns .column .text-under-image,
.boxes-section .three-columns .column .text-under-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-color: #f1efec;
  color: #222;
  text-align: center;
  padding: 2rem 2rem 3rem;
}
.boxes-section .two-columns .column .text-under-image h3,
.boxes-section .two-columns .column .text-under-image p,
.boxes-section .two-columns .column .text-under-image a,
.boxes-section .three-columns .column .text-under-image h3,
.boxes-section .three-columns .column .text-under-image p,
.boxes-section .three-columns .column .text-under-image a {
  margin: 0;
  width: fit-content;
}
.boxes-section .three-columns {
  margin-top: 2rem;
}
.boxes-section .three-columns h3 {
  width: 100%;
  text-align: center;
}
.boxes-section .three-columns .column p {
  text-align: center;
}

.backbone-accordion {
  padding: 0 1rem;
}
.backbone-accordion .accordion {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
.backbone-accordion .accordion .items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.backbone-accordion .accordion .items .item {
  padding: 1rem;
  border: 1px solid #f1efec;
  border-radius: 3px;
  cursor: pointer;
}
.backbone-accordion .accordion .items .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}
.backbone-accordion .accordion .items .item .title span {
  display: flex;
}
.backbone-accordion .accordion .items .item .content {
  padding: 2.5rem;
}
.backbone-accordion .accordion .items .item .content a {
  color: #23373d;
  text-decoration: underline;
}

/**
 * Libraries: Swiper,
 */
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #222;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  opacity: 0;
}

.swiper-initialized .swiper-slide {
  opacity: 1 !important;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  border-radius: 3px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-pagination-progressbar {
  /*ADD_HOST*/
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.nice-select {
  font-weight: 700;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  line-height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  display: flex;
  align-items: center;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 38%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 0 29px 0 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.embla {
  width: calc(100% - 10rem);
  margin: auto 5rem;
  position: relative;
  --slide-spacing: 1rem;
  --slide-size: 20%;
  --detail-medium-contrast: #23373d;
}
@media (max-width: 1380px) {
  .embla {
    --slide-size: 25%;
  }
}
@media (max-width: 1140px) {
  .embla {
    --slide-size: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .embla {
    width: 100%;
    --slide-size: 45%;
    margin: auto 0;
  }
}
.embla__title {
  text-align: center;
  margin-top: 4rem;
}
.embla__viewport {
  overflow: hidden;
  position: inherit;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .embla__viewport {
    padding: 0;
  }
}
.embla__viewport {
  z-index: 10;
}
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.embla__container svg {
  width: 50px;
  height: 50px;
  background: transparent !important;
}
@media screen and (max-width: 768px) {
  .embla__container svg {
    width: 42px;
    height: 42px;
  }
}
.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.embla__controls {
  display: none;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .embla__controls {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
}
.embla__buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.embla__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 40px;
  height: 30px;
  z-index: 1;
  border-radius: 5px;
  color: white;
  background: #23373d;
  align-items: center;
  justify-content: center;
  right: -50px;
}
.embla__button:hover {
  background: #23373d;
  color: white;
}
.embla__button:disabled {
  color: white;
}
.embla__button--prev {
  left: -50px;
}
.embla__button__svg {
  width: 35%;
  height: 35%;
}
.embla__pagination {
  display: none;
}
.embla__pagination .embla__dot {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.embla__pagination .embla__dot:hover {
  border: none;
}
.embla__pagination .embla__dot:after {
  background-color: #efefef;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.embla__pagination .embla__dot.is-selected:after {
  background-color: #23373d;
  opacity: 1;
}
.embla.top-usp .embla__slide {
  flex: 0 0 100%;
}
.embla.product-image-slider {
  width: 100%;
  margin: 0;
  --slide-spacing: 0rem;
  --slide-size: 100%;
}
.embla.product-image-slider .embla__viewport {
  padding: 0;
}
.embla.product-image-slider .embla__container {
  margin-left: 0;
}
.embla.product-image-slider .embla__slide {
  padding-left: 0;
}
.embla.mobile-menu {
  margin: 0;
  --slide-size: 25%;
}
@media screen and (max-width: 768px) {
  .embla.mobile-menu {
    --slide-size: 33.33%;
  }
}
.embla.categories .slider-link, .embla.collections .slider-link, .embla.artists .slider-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.embla.categories img, .embla.collections img, .embla.artists img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: center;
}
.embla.categories .slider-text p, .embla.collections .slider-text p, .embla.artists .slider-text p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 574px) {
  .embla.categories .slider-text p, .embla.collections .slider-text p, .embla.artists .slider-text p {
    font-size: 12px;
  }
}
.embla.categories {
  --slide-size: 14.3%;
}
@media screen and (max-width: 1343px) {
  .embla.categories {
    --slide-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  .embla.categories {
    --slide-size: 45%;
  }
  body.archive .embla.categories {
    --slide-size: 30%;
  }
}
.embla.reviews {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  .embla.reviews {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .embla.reviews {
    --slide-size: 100%;
  }
}
.embla.reviews h3 {
  padding: 0 10px;
}
.embla.reviews .review-rating {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
}
.embla.reviews .icon-star {
  fill: #25a55b;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.embla.reviews p {
  margin: 0;
}
.embla.reviews .swiper-container {
  height: auto;
  overflow: hidden;
  padding: 2rem 0.5rem 5rem 0.5rem;
  margin: 0 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .embla.reviews .swiper-container {
    margin: 0;
  }
}
.embla.reviews .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.embla.reviews .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
}
.embla.reviews .reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.embla.reviews .review-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 100%;
  background: white;
  padding: 1rem;
  overflow: hidden;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.embla.reviews .review-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.embla.reviews .review-content .top-container {
  display: flex;
  justify-content: space-between;
}
.embla.reviews .review-content .top-container .date {
  display: flex;
  font-size: 14px;
}
.embla.reviews .review-content .signature-container {
  display: flex;
  gap: 1rem;
}
.embla.reviews .review-content .signature-container p.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  background: #23373d;
  color: white;
}
.embla.reviews .review-content .signature-container .lang {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
}
.embla.reviews .review-content .signature-container .lang img {
  width: 30px;
}
.embla.reviews .review-content .signature-container .signature-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.embla.reviews .review-content .signature-container .signature-content span {
  line-height: 1;
}
.embla.reviews .review-content .signature-container .signature-content span.verified {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
}
.embla.reviews .review-content .signature-container .signature-content span.verified .text {
  color: #1a7a40;
}
.embla.reviews .review-content .signature-container .signature-content span.verified .icon-verified {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}
.embla.reviews .review-content .translated-notice {
  width: fit-content;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 0.5rem;
}
.embla.reviews .review-content .review-title {
  margin: 0;
}
.embla.reviews .review-content .toggle-content-link {
  display: inline-block;
  color: #1a7a40;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}
.embla.reviews .review-content .review-desc {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.embla.reviews .review-content .review-desc.fade-out {
  max-height: 4.5em;
}
.embla.reviews .review-content .review-desc.fade-out:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.embla.reviews .review-content .review-desc.expanded {
  max-height: none;
}
.embla.reviews .review-content .review-desc.expanded:after {
  content: none;
}
.embla.reviews .image-container {
  display: none;
}
.embla.reviews .image-container picture {
  display: flex;
  width: 100%;
}
.embla.reviews .image-container img {
  border-radius: 3px;
  width: 100%;
}
.embla.reviews .toggle-image-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #23373d;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

/**
 * Libraries: Plugins,
 */
.filter-button-container {
  width: fit-content;
}
.filter-button-container button {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.front-filter-button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 2rem 1rem;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
.front-filter-button-container .custom-filters {
  display: flex;
  gap: 2rem;
  line-height: 1;
}
.front-filter-button-container .custom-filters .filter-button {
  position: relative;
}
.front-filter-button-container .custom-filters .filter-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: rgba(51, 51, 51, 0.4588235294);
  transition: width 0.3s ease-in-out;
}
.front-filter-button-container .custom-filters .filter-button:hover::after {
  width: 92%;
}
.front-filter-button-container .custom-filters .filter-button.product-categories p .icon-angle-right, .front-filter-button-container .custom-filters .filter-button.filter-sort p .icon-angle-right {
  display: none;
}
.front-filter-button-container .custom-filters .filter-button p {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}
.front-filter-button-container .custom-filters .filter-button p .filter-button-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  object-fit: contain;
}
.front-filter-button-container .custom-filters .filter-button p span {
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .front-filter-button-container .custom-filters .filter-button p span {
    font-size: 12px;
  }
}
.front-filter-button-container .standard-sorting .woocommerce-ordering {
  margin: 0;
}
.front-filter-button-container .standard-sorting .woocommerce-ordering select {
  margin: 0;
}

.backbone-filter-container {
  position: fixed;
  top: 0;
  max-width: 90%;
  left: -500px;
  width: 500px;
  height: 100%;
  height: 100dvh;
  background-color: #fff;
  transition: left 0.3s;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.backbone-filter-container .close-filter-button-container {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.backbone-filter-container .close-filter-button-container h2 {
  margin: 0;
  font-size: 22px;
}
.backbone-filter-container .close-filter-button-container button {
  padding: 0;
  border: none;
  top: 55%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
}
.backbone-filter-container .close-filter-button-container .MuiIconButton-label {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
}
.backbone-filter-container .filter-section p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  margin: 0;
  width: 100%;
  cursor: pointer;
  padding: 16px;
}
.backbone-filter-container .filter-section p span {
  display: flex;
  font-size: 25px;
  padding: 0 1rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.backbone-filter-container .filter-section p span.open {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.backbone-filter-container .filter-wrapper {
  padding: 0 0 0 5px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  overflow-y: scroll;
  position: relative;
  scrollbar-gutter: stable;
  flex: 1;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.backbone-filter-container .filter-wrapper .filter-section {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-left: 4px solid #fff;
  transition: border-color 0.3s ease-in-out;
}
.backbone-filter-container .filter-wrapper .filter-section .terms-inner-wrapper {
  display: none;
  margin: 10px 0 20px;
}
.backbone-filter-container .filter-wrapper .filter-section .terms-inner-wrapper label {
  cursor: pointer;
  margin-left: 16px;
}
.backbone-filter-container .filter-wrapper .filter-section .terms-inner-wrapper label input {
  margin: 0;
}
.backbone-filter-container .filter-wrapper .filter-section.open {
  border-left: 4px solid #23373d;
}
.backbone-filter-container .filter-action-buttons {
  display: none;
  margin: 2rem 2rem 0 2rem;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  justify-content: center;
  gap: 10px;
}
.backbone-filter-container .filter-action-buttons button {
  padding: 1rem 4rem;
  font-weight: 300;
}
@media screen and (max-width: 574px) {
  .backbone-filter-container .filter-action-buttons button {
    padding: 1rem 3rem;
    font-weight: 300;
  }
}
.backbone-filter-container .filter-close {
  margin-top: 0;
}
.backbone-filter-container .product-categories {
  list-style: none;
  padding: 0 16px;
  margin: 0;
}
.backbone-filter-container .product-categories li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.backbone-filter-container .product-categories li a {
  padding: 10px 10px 10px 0;
  height: 100%;
  font-weight: 300;
  font-size: 18px;
}
.backbone-filter-container .product-categories li a.active {
  font-weight: 400;
}
.backbone-filter-container .product-categories li .category-toggle {
  cursor: pointer;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.backbone-filter-container .product-categories li .category-toggle i {
  display: flex;
  font-size: 25px;
  cursor: pointer;
  transition: transform 0.3s;
}
.backbone-filter-container .product-categories li .category-toggle.open i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.backbone-filter-container .product-categories li ul.child-categories {
  list-style: none;
  padding-left: 15px;
  margin: 15px 0 0 0;
  width: 100%;
  transition: border-color 1.3s ease-in-out;
  border-left: 4px solid transparent;
  display: none;
}
.backbone-filter-container .product-categories li ul.child-categories.open {
  border-left: 4px solid #508b8e;
  display: block;
}
.backbone-filter-container .terms-inner-wrapper .color-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.backbone-filter-container .terms-inner-wrapper > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 16px;
}
.backbone-filter-container .terms-inner-wrapper > div label {
  margin: 0 !important;
  overflow: visible;
}
.backbone-filter-container .terms-inner-wrapper > div input[type=checkbox] {
  display: none;
}
.backbone-filter-container .color-container input[type=checkbox] {
  display: none;
}
.backbone-filter-container .color-container label {
  position: relative;
  padding: 40px 0 0;
  display: inline-block;
  margin: 0 !important;
  text-align: center;
  font-size: 12px;
  order: 9;
  border: 0;
}
.backbone-filter-container .color-container label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: transparent;
  background-clip: content-box !important;
  padding: 3px;
  box-shadow: 0 0 0 1px transparent;
}
.backbone-filter-container .color-container label:hover::before {
  box-shadow: 0 0 0 1px #333;
}
.backbone-filter-container .color-container label.checked::before {
  box-shadow: 0 0 0 1px #333;
}
.backbone-filter-container .color-container .beige::before {
  background-color: #f8f4ec;
}
.backbone-filter-container .color-container .bla::before {
  background-color: #005b96;
}
.backbone-filter-container .color-container .brun::before {
  background-color: #8d5524;
}
.backbone-filter-container .color-container .gra::before {
  background-color: #a7adba;
}
.backbone-filter-container .color-container .gron::before {
  background-color: #527853;
}
.backbone-filter-container .color-container .gul::before {
  background-color: #fed766;
}
.backbone-filter-container .color-container .guld::before {
  background-color: #ffbf00;
}
.backbone-filter-container .color-container .lila::before {
  background-color: #711db0;
}
.backbone-filter-container .color-container .orange::before {
  background-color: #ffcf81;
}
.backbone-filter-container .color-container .rod::before {
  background-color: #fe4a49;
}
.backbone-filter-container .color-container .rosa::before {
  background-color: #f6abb6;
}
.backbone-filter-container .color-container .svart::before {
  background-color: #000;
}
.backbone-filter-container .color-container .svartvit::before {
  background: linear-gradient(90deg, #000 50%, #fff 50%);
}
.backbone-filter-container .color-container .turkos::before {
  background-color: #69d2c7;
}
.backbone-filter-container .color-container .vit::before {
  background-color: #f4f4f8;
}
.backbone-filter-container .color-container .silver::before {
  background-color: #c5c5c5;
}
.backbone-filter-container .color-container .ek::before {
  background-color: #d0a36b;
}
.backbone-filter-container .color-container .valnot::before {
  background-color: #5b3a22;
}
.backbone-filter-container .color-container .ljusbla::before {
  background-color: #a6cef5;
}
.backbone-filter-container .color-container .fargglad::before {
  order: 1;
  background: conic-gradient(#ef476f 0% 16%, #f78c6b 17% 33%, #ffd166 34% 50%, #06d6a0 51% 66%, #118ab2 67% 83%, #073b4c 84% 100%);
}

.backbone-filter-container.open {
  left: 0;
}

.overlay,
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 18;
}
.overlay.visible,
#overlay.visible {
  display: block;
}

/**
 * Shortcodes
 */
.category-boxes-section .block-container {
  height: 100%;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1277px) {
  .category-boxes-section .block-container {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container {
    flex-direction: column;
  }
}
.category-boxes-section .block-container .category-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category-boxes-section .block-container .category-image-container {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 1278px) {
  .category-boxes-section .block-container .category-image-container :hover {
    box-shadow: 0 2px 7px rgba(35, 55, 61, 0.2156862745); /* Adds a soft shadow */
    transform: scale(1.0005);
    filter: brightness(1.05);
  }
}
.category-boxes-section .block-container .category-image-container .category-link {
  height: 100%;
}
.category-boxes-section .block-container .category-image-container .category-link picture {
  height: 100%;
}
.category-boxes-section .block-container .category-image-container .category-link img {
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  aspect-ratio: 1;
  width: 100%;
}
.category-boxes-section .block-container .category-image-container .category-link .text-box {
  position: absolute;
  background: rgba(58, 51, 45, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
  text-align: center;
  color: white;
  font-size: 5vw;
}
.category-boxes-section .block-container .category-image-container .category-link .text-box h3 {
  margin: 0;
  font-weight: 300;
  font-size: 30px;
}
@media screen and (max-width: 1559px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box h3 {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box h3 {
    font-size: 0.8em;
  }
}
.category-boxes-section .block-container .category-image-container .category-link .text-box p {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 1559px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box p {
    font-size: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box p {
    font-size: 0.4em;
  }
}
.category-boxes-section .block-container .category-image-container .category-link .text-box.canvas {
  gap: 0.5rem;
}
.category-boxes-section .block-container .category-image-container .category-link .text-box.canvas h3 {
  font-size: 60px;
}
@media screen and (max-width: 1559px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box.canvas h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box.canvas h3 {
    font-size: 1.6em;
  }
}
.category-boxes-section .block-container .category-image-container .category-link .text-box.canvas p {
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1559px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box.canvas p {
    font-size: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container .category-image-container .category-link .text-box.canvas p {
    font-size: 0.6em;
  }
}
.category-boxes-section .block-container .left {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .category-boxes-section .block-container .left {
    width: 100%;
  }
}
.category-boxes-section .block-container .right {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.category-boxes-section .block-container .right .section-block {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1277px) {
  .category-boxes-section .block-container .right .section-block {
    width: calc(50% - 0.5rem);
  }
}

.social-icons-container {
  margin: 4rem 0;
}
.social-icons-container .social-title {
  text-align: center;
}
.social-icons-container .icons-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.social-icons-container .icons-container a {
  display: flex;
}
.social-icons-container .icons-container a:before {
  font-size: 40px;
}

.wamaya-contant-form-wrapper {
  margin-top: 2rem;
}
.wamaya-contant-form-wrapper p {
  margin: 0;
}
