/** Shopify CDN: Minification failed

Line 295:2 Expected identifier but found "*"
Line 1772:2 Expected identifier but found "*"
Line 10584:0 Expected "}" to go with "{"

**/
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
  html{
  padding-bottom:0!important;
   /*background-color:var(--frame-color-homepage);*/
  }
  html .template-index{
    background-color:var(--frame-color-homepage);
  }
}
@font-face {
  text-rendering: optimizeLegibility;
  font-family: DINAlternate;
  font-style: normal;
  font-weight: 700;
  src: url(DINAlternate-Bold.eot);
  src: url(DINAlternate-Bold.eot?#iefix) format("embedded-opentype"),
    url(DINAlternate-Bold.woff2) format("woff2"),
    url(DINAlternate-Bold.woff) format("woff"),
    url(DINAlternate-Bold.ttf) format("truetype"),
    url(DINAlternate-Bold.svg#DINAlternate-Bold) format("svg");
}
@font-face {
  text-rendering: optimizeLegibility;
  font-family: AntiqueOliveStdCompact;
  font-style: normal;
  font-weight: 400;
  src: url(AntiqueOliveStd-Compact.eot);
  src: url(AntiqueOliveStd-Compact.eot?#iefix) format("embedded-opentype"),
    url(AntiqueOliveStd-Compact.woff2) format("woff2"),
    url(AntiqueOliveStd-Compact.woff) format("woff"),
    url(AntiqueOliveStd-Compact.ttf) format("truetype"),
    url(AntiqueOliveStd-Compact.svg#AntiqueOliveStd-Compact) format("svg");
}
@font-face {
  text-rendering: optimizeLegibility;
  font-family: WindsorD;
  font-style: normal;
  font-weight: 700;
  src: url(WindsorD-Bol1.eot);
  src: url(WindsorD-Bol1.eot?#iefix) format("embedded-opentype"),
    url(WindsorD-Bol1.woff2) format("woff2"),
    url(WindsorD-Bol1.woff) format("woff"),
    url(WindsorD-Bol1.ttf) format("truetype"),
    url(WindsorD-Bol1.svg#WindsorD-Bol) format("svg");
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.spacing-double {
  padding: 2rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html {
  padding-bottom: 0;
}
body,
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
* {
  scrollbar-width: none;
}
.page-container {
  background-color: var(--color-body);
  padding-top: 0;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  font-family: DINAlternate, sans-serif;
}
::-moz-placeholder {
  font-family: DINAlternate, sans-serif;
}
:-ms-input-placeholder {
  font-family: DINAlternate, sans-serif;
}
:-moz-placeholder {
  font-family: DINAlternate, sans-serif;
}
::-moz-selection {
  background: var(--color-bg-selector);
  color: var(--color-text);
}
::selection {
  background: var(--color-bg-selector);
  color: var(--color-text);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
a:focus,
a:not([disabled]):hover {
  color: inherit;
}
.disclosure__toggle,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td,
th {
  padding: 0;
}
thead th {
  text-transform: uppercase;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: auto;
}
dd {
  margin: 0;
}
.opacity {
  opacity: 0.5;
}
.opacity:hover {
  opacity: 1;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  justify-content: center;
  text-align: center !important;
}
.full-width-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.uppercase {
  text-transform: uppercase;
}
.disclosure__toggle,
[role="button"],
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.skip-link:focus {
  clip: auto;
  background-color: var(--color-bg);
  color: var(--color-text);
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 1rem;
  transition: none;
  width: auto;
  z-index: 10000;
}
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}
.ratio-container {
  position: relative;
}
.ratio-container:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
  width: 100%;
}
.ratio-container > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-content {
  opacity: 1;
}
.critical-hidden,
.main-content .shopify-section {
  display: inherit;
}
.page-width {
  *zoom: 1;
  margin: 0 auto;
  max-width: 100%;
}
.page-width:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
.section-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 3rem;
  padding: 0;
}
@media (max-width: 1023px) {
  .section-header {
    margin: 1rem 0 2rem;
  }
}
.section-header.view_all_btn {
  margin: 2rem 0;
}
.section-header__title {
  margin: 0;
}
.section-header.view_all_btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.section-content {
  margin-bottom: 3rem;
}
.main-content {
  display: block;
}
@media (min-width: 1024px) {
  .main-content {
    padding-top: var(--main-padding);
  }
}
.template-404 .main-content,
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-login .main-content,
.template-customers-order .main-content,
.template-customers-register .main-content,
.template-page .main-content {
  margin: 0 auto;
  max-width: 800px;
  min-height: calc(
    100vh - var(--announcement-height) - var(--frame-width) * 2 - 325px
  );
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--announcement-height) - var(--frame-width) * 2 -
      325px
  );
  width: 100%;
}
@media (max-width: 1023px) {
  .template-404 .main-content,
  .template-customers-account .main-content,
  .template-customers-addresses .main-content,
  .template-customers-login .main-content,
  .template-customers-order .main-content,
  .template-customers-register .main-content,
  .template-page .main-content {
    min-height: calc(
      100vh - var(--announcement-height) - var(--frame-width-mobile) * 2 - 542px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
  }
}
@media (min-width: 768px) {
  .template-404 .main-content,
  .template-customers-account .main-content,
  .template-customers-addresses .main-content,
  .template-customers-login .main-content,
  .template-customers-order .main-content,
  .template-customers-register .main-content,
  .template-page .main-content {
    min-height: calc(
      100vh - var(--announcement-height) - var(--frame-width-mobile) * 2 - 428px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 428px
    );
    width: 65vw;
  }
}
@media (min-width: 1024px) {
  .template-404 .main-content,
  .template-customers-account .main-content,
  .template-customers-addresses .main-content,
  .template-customers-login .main-content,
  .template-customers-order .main-content,
  .template-customers-register .main-content,
  .template-page .main-content {
    width: 40vw;
  }
}
@media (max-width: 1023px) {
  .main-content {
    padding-top: var(--main-padding-mobile);
  }
}
.template-index .main-content {
  padding-top: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .index-section {
    padding-bottom: var(--grid-content-spacer);
  }
}
.index-section:first-child {
  border-top: 0;
  padding-top: 0;
}
.index-section:last-child {
  padding-bottom: 0;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.rte .h3:first-child,
.rte .h4:first-child,
.rte .h5:first-child,
.rte .h6:first-child,
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte li {
  list-style: inherit;
  margin-bottom: 0.25rem;
}
.rte li:last-child {
  margin-bottom: 0;
}
.fine-print {
  font-style: italic;
}
.txt--minor {
  font-size: 80%;
}
.txt--emphasis {
  font-style: italic;
}
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #fff;
}
.icon-spinner {
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
.icon-error {
  fill: var(--color-form-field-error);
  flex-shrink: 0;
  height: 0.9rem;
  margin-top: 0.2em;
  width: 0.9rem;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ol,
.rte ul {
  margin: 0 0 1rem 2rem;
}
.rte ol.list--inline,
.rte ul.list--inline {
  margin-left: 0;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}
.rte a:not(.btn) {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
  list-style-position: inside;
  margin-left: 0;
}
.scrollable-wrapper {
  overflow: auto;
}
.text-link {
  background: none;
  border: 0;
  display: inline;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.text-link--accent {
  border-bottom: 1px solid;
  color: var(--color-btn-primary);
  padding-bottom: 1px;
}
.text-link--accent:focus,
.text-link--accent:not([disabled]):hover {
  color: var(--color-btn-primary-focus);
}
.return-link-wrapper {
  display: none;
  margin-bottom: 0;
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .return-link-wrapper {
    margin-top: 2rem;
  }
}
table {
  margin-bottom: 2rem;
}
table a {
  border-bottom: 1px solid;
}
tbody th,
tfoot th,
th {
  font-style: normal;
  font-weight: 400;
}
td,
th {
  border: 1px solid var(--color-border);
  padding: 1rem 2rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table td,
  .responsive-table th {
    border: none;
    border-bottom: 1px solid var(--color-border);
    clear: left;
    float: left;
    margin: 0;
    padding: 1rem 0;
    text-align: right;
    width: 100%;
  }
  .responsive-table th:first-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .responsive-table td:before,
  .responsive-table th:before {
    content: attr(data-label);
    float: left;
    padding-right: 1rem;
    text-align: center;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    margin-top: 1rem;
    padding-top: 2rem;
    position: relative;
  }
  .responsive-table__row + .responsive-table__row:after,
  tfoot > .responsive-table__row:first-child:after {
    border-bottom: 1px solid var(--color-border);
    content: "";
    display: block;
    left: 2rem;
    position: absolute;
    right: 2rem;
    top: 0;
  }
}
.video-wrapper,
svg:not(:root) {
  overflow: hidden;
}
.video-wrapper {
  height: 0;
  height: auto;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[data-image-loading-animation] {
  -webkit-animation: image-loader 2s 0.4s infinite;
  animation: image-loader 2s 0.4s infinite;
  background-color: var(--global-color-image-loader-primary);
}
.no-js [data-image-loading-animation] {
  -webkit-animation-name: none;
  animation-name: none;
}
body.prevent-scrolling {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1023px) {
  .page-width {
    padding-left: var(--padding-mobile);
    padding-right: var(--padding-mobile);
  }
}
.page-frame {
  border-radius: 32px;
  height: calc(100vh - var(--frame-width) * 2);
  height: calc(var(--vh, 1vh) * 100 - var(--frame-width) * 2);
  margin: var(--frame-width);
  overflow-y: scroll;
  position: fixed;
  width: calc(100vw - var(--frame-width) * 2);
    /*background-color: var(--frame-color-homepage);*/
}
@media (max-width: 1023px) {
  .template-index .page-frame{
    background-color: var(--frame-color-homepage);
  }

  .main-content{
    background-color: var(--color-body);
  }
}
@media (max-width: 1023px) {
  .page-frame {
    border-radius: 22px;
    height: calc(100vh - var(--frame-width-mobile) * 2);
    height: calc(var(--vh, 1vh) * 100 - var(--frame-width-mobile) * 2);
    margin: var(--frame-width-mobile);
    width: calc(100vw - var(--frame-width-mobile) * 2);
  }
}
@media (min-width: 1024px) {
  .page-container {
    transform: translateZ(0);
  }
}
hr {
  border: 0;
  border-bottom: 1px solid var(--color-border);
  margin: 2rem 0;
}
.hr--small {
  margin: 0;
  padding: 1rem 0;
}
.hr--invisible {
  border-bottom: 0;
}
.border-top {
  border-top: 1px solid var(--color-border);
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  to {
    background-color: var(--global-color-image-loader-primary);
  }
}
@keyframes image-loader {
  0% {
    background-color: var(--global-color-image-loader-primary);
  }
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
  to {
    background-color: var(--global-color-image-loader-primary);
  }
}
.placeholder-svg {
  fill: var(--color-blankstate);
  background-color: var(--color-blankstate-background);
  border: 1px solid var(--color-blankstate-border);
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
.placeholder-noblocks {
  padding: 4rem;
  text-align: center;
}
.placeholder-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.placeholder-background .icon {
  border: 0;
}
.image-bar__content .placeholder-svg {
  left: 0;
  position: absolute;
  top: 0;
}
.pagination {
  list-style: none;
  margin-top: 3rem;
  text-align: center;
}
.pagination .btn--narrow {
  background: none !important;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination .btn--narrow path {
  fill: var(--color-btn-primary);
}
.pagination .btn--narrow:focus,
.pagination .btn--narrow:hover {
  fill: var(--color-btn-primary-hover);
  background: none;
  border: none;
}
.pagination .btn--narrow:disabled {
  fill: var(--color-btn-disabled);
  background: none;
  border: none;
}
.pagination li {
  display: inline-block;
}
.pagination .icon {
  display: block;
  height: 2rem;
  vertical-align: middle;
}
.pagination__text {
  padding: 0 1rem;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment__content {
  margin-bottom: 0.5rem;
}
.comment__meta-item {
  margin-right: 1rem;
}
.comment__meta-item:first-child:before {
  content: "\2014 \0020";
}
.template-password .social-sharing {
  justify-content: center;
}
.collection-grid-item {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.collection-grid-item.second-image-hover .second-image-hidden {
  opacity: 0;
}
.collection-grid-item.second-image-hover:hover .collection-grid-item__overlay {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.collection-grid-item.second-image-hover:hover .second-image-hidden {
  opacity: 1;
}
.collection-grid-item__title {
  color: var(--color-overlay-title-text);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 0 0.5rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
}
.collection-grid-item__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.collection-grid-item__link:focus .collection-grid-item__title-wrapper:before,
.collection-grid-item__link:hover .collection-grid-item__title-wrapper:before {
  opacity: var(--hover-overlay-opacity);
}
.collection-grid-item__link:focus {
  opacity: 1;
}
.collection-grid-item__overlay {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.collection-grid-item__title-wrapper:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
}
.index-section--newsletter-background {
  background-color: var(--color-bg-alt);
}
.disclosure {
  position: relative;
}
.disclosure__toggle {
  white-space: nowrap;
}
.disclosure-list {
  background-color: var(--color-form-field);
  border: 1px solid var(--color-form-border);
  border-radius: 2px;
  bottom: 115%;
  display: none;
  max-height: 300px;
  min-height: 92px;
  overflow-y: auto;
  padding: 11px 0;
  position: absolute;
}
.disclosure-list--visible {
  display: block;
}
.disclosure-list__item {
  border-bottom: 1px solid transparent;
  padding: 5px 45px 4px 15px;
  text-align: left;
  white-space: nowrap;
}
.disclosure-list__item:active {
  background-color: var(--color-bg-currency-selector);
}
.disclosure-list__option {
  color: var(--color-form-text);
}
.disclosure-list__option:focus,
.disclosure-list__option:hover {
  border-bottom: 1px solid var(--color-form-text);
  color: var(--color-form-text);
}
.disclosure-list__item--current .disclosure-list__option {
  border-bottom: 1px solid var(--color-form-text);
}
body,
html,
input,
select,
textarea {
  font-family: DINAlternate, sans-serif;
  font-size: var(--font-base-size-desktop);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-base-line-height-desktop);
}
@media only screen and (min-width: 1599px) {
  body,
  html,
  input,
  select,
  textarea {
    font-size: var(--font-base-size-desktoplarge);
  }
}
@media only screen and (max-width: 1023px) {
  body,
  html,
  input,
  select,
  textarea {
    font-size: var(--font-base-size-mobile);
    line-height: var(--font-base-line-height-mobile);
  }
}
b,
strong {
  font-weight: 400;
}
em {
  font-style: italic;
}
small {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  font-family: WindsorD, sans-serif;
  margin: 0 0 1rem;
  overflow-wrap: break-word;
  text-align: center;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  text-decoration: none;
}
.h1,
h1 {
  font-size: var(--font-h1-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h1-letter-spacing-desktop);
  line-height: var(--font-h1-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: var(--font-h1-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h1-letter-spacing-mobile);
    line-height: var(--font-h1-line-height-mobile);
    text-transform: none;
  }
}
@media only screen and (min-width: 1599px) {
  .h1,
  h1 {
    font-size: var(--font-h1-size-desktoplarge);
  }
}
.h2,
h2 {
  font-size: var(--font-h2-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h2-letter-spacing-desktop);
  line-height: var(--font-h2-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: var(--font-h2-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h2-letter-spacing-mobile);
    line-height: var(--font-h2-line-height-mobile);
    text-transform: none;
  }
}
@media only screen and (min-width: 1599px) {
  .h2,
  h2 {
    font-size: var(--font-h2-size-desktoplarge);
  }
}
.h3,
h3 {
  font-size: var(--font-h3-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h3-letter-spacing-desktop);
  line-height: var(--font-h3-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h3,
  h3 {
    font-size: var(--font-h3-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h3-letter-spacing-mobile);
    line-height: var(--font-h3-line-height-mobile);
    text-transform: none;
  }
}
@media only screen and (min-width: 1599px) {
  .h3,
  h3 {
    font-size: var(--font-h3-size-desktoplarge);
  }
}
.h4,
h4 {
  font-size: var(--font-h4-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h4-letter-spacing-desktop);
  line-height: var(--font-h4-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: var(--font-h4-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h4-letter-spacing-mobile);
    line-height: var(--font-h4-line-height-mobile);
    text-transform: none;
  }
}
.h5,
h5 {
  font-size: var(--font-h5-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h5-letter-spacing-desktop);
  line-height: var(--font-h5-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h5,
  h5 {
    font-size: var(--font-h5-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h5-letter-spacing-mobile);
    line-height: var(--font-h5-line-height-mobile);
    text-transform: none;
  }
}
.h6,
h6 {
  font-size: var(--font-h6-size-desktop);
  font-style: normal;
  font-weight: 400;
  letter-spacing: var(--font-h6-letter-spacing-desktop);
  line-height: var(--font-h6-line-height-desktop);
  text-transform: none;
}
@media (max-width: 1023px) {
  .h6,
  h6 {
    font-size: var(--font-h6-size-mobile);
    font-style: normal;
    letter-spacing: var(--font-h6-letter-spacing-mobile);
    line-height: var(--font-h6-line-height-mobile);
    text-transform: none;
  }
}
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-btn-primary);
  border: var(--btn-border);
  border-color: var(--color-btn-primary-border);
  border-radius: var(--btn-radius);
  color: var(--color-btn-primary-text);
  cursor: pointer;
  display: inline-block;
  font-family: DINAlternate, sans-serif;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    color 0.1s linear;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  width: auto;
}
@media (min-width: 1024px) {
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: var(--btn-padding);
  }
}
@media (max-width: 1023px) {
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: var(--btn-padding-mobile);
  }
}
.btn:focus,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]):hover {
  background-color: var(--color-btn-primary-hover);
  border-color: var(--color-btn-primary-border-hover);
  color: var(--color-btn-primary-text-hover);
}
.btn .icon-arrow-left,
.btn .icon-arrow-right,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-left,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-right {
  height: 1rem;
}
@media (max-width: 1023px) {
  .btn .icon-arrow-left,
  .btn .icon-arrow-right,
  .shopify-payment-button
    .shopify-payment-button__button--unbranded
    .icon-arrow-left,
  .shopify-payment-button
    .shopify-payment-button__button--unbranded
    .icon-arrow-right {
    height: 0.7em;
  }
}
.btn[aria-disabled],
.btn[disabled],
.shopify-payment-button
  .shopify-payment-button__button--unbranded[aria-disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled] {
  background: var(--color-btn-disabled);
  border-color: var(--color-btn-disabled);
  cursor: not-allowed;
}
.btn--secondary {
  background-color: var(--color-btn-secondary);
  border-color: var(--color-btn-secondary-border);
  color: var(--color-btn-secondary-text);
  padding: 1rem;
}
.btn--secondary:focus,
.btn--secondary:not([disabled]):hover {
  background-color: var(--color-btn-secondary-hover);
  border-color: var(--color-btn-secondary-border-hover);
  color: var(--color-btn-secondary-text-hover);
}
.btn--small {
  padding: var(--btn-padding-small);
}
.btn--col {
  margin-left: 1rem;
}
.btn--link {
  background-color: transparent;
  border: 0;
  color: var(--color-btn-primary-text);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.btn--link:focus,
.btn--link:not([disabled]):hover {
  background-color: transparent;
  color: var(--color-btn-primary-text-hover);
}
.btn--link .icon {
  vertical-align: middle;
}
.btn--has-icon-after .icon {
  margin-left: 1rem;
}
.btn--has-icon-before .icon {
  margin-right: 1rem;
}
.btn--apply:not([disabled]):hover {
  background: #74ff8c;
}
.btn--reset:not([disabled]):hover {
  background: #000;
  color: #fff;
}
.social-sharing {
  display: inline-flex;
}
.btn--share {
  background-color: var(--color-btn-secondary);
  border-color: var(--color-btn-secondary-border);
  color: var(--color-btn-secondary-text);
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  text-transform: none;
}
.btn--share:focus,
.btn--share:not([disabled]):hover {
  background-color: var(--color-btn-secondary-hover);
  border-color: var(--color-btn-secondary-border-hover);
  color: var(--color-btn-secondary-text-hover);
}
.btn--share .icon {
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1rem;
}
.btn--share .icon-facebook {
  fill: #3b5998;
}
.btn--share .icon-twitter {
  fill: #00aced;
}
.btn--share .icon-pinterest {
  fill: #cb2027;
}
.share-title {
  display: inline-block;
  vertical-align: middle;
}
.template-index .btn--link {
  color: var(--header-home-color-link) !important;
}
@media(hover:hover) {
  .template-index .btn--link:focus,
  .template-index .btn--link:not([disabled]):hover {
    color: var(--header-home-color-link-hover) !important;
  }
}
body {
  color: var(--color-body-text);
}
a {
  background-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
a:focus,
a:not([disabled]):hover {
  color: var(--color-body-text);
}
.password-powered-by a:focus,
.password-powered-by a:not([disabled]):hover {
  border-bottom: 1px solid var(--color-body-text);
  color: var(--color-body-text);
}
a[href^="tel"] {
  color: inherit;
}
.grid {
  grid-gap: var(--product-padding);
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .grid {
    grid-gap: var(--padding-mobile);
  }
}
.grid-view-item {
  margin: 0;
}
.grid--view-items {
  margin-bottom: 0;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid--no-gutters {
  margin-left: 0;
}
.grid--no-gutters .grid__item {
  padding-left: 0;
}
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid--table > .grid__item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.grid__item[class*="--push"] {
  position: relative;
}
.product-info-container {
  padding: 1rem;
}
@media (max-width: 1023px) {
  .product-info-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-info-container .product-card__details {
  padding: 1rem 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.product-info-container .product-card__details ul {
  display: flex;
}
.product-info-container .product-card__details .product-options li {
  margin-right: 0.5rem;
}
.megamenu .product-card__image-with-placeholder-wrapper {
  background-color: var(--megamenu-color-product-bg);
}
.product-info-container {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .product-info-container {
    bottom: 0;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    padding: 1rem;
  }
}
.product-info-container .product-card__maininfos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  visibility: visible;
}
.product-info-container .product-card__maininfos .product_title {
  font-family: WindsorD, sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .product-info-container .product-card__maininfos .product_title {
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 0.5em;
  }
}
.product-info-container .price {
  font-size: 11px;
  letter-spacing: 0.2px;
  letter-spacing: -0.2px;
  line-height: 1.4em;
}
.product-card {
  background-color: var(--color-product-bg);
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  .product-card {
    min-height: 260px;
  }
}
.product-card:hover .product-info-container .price span,
.product-card:hover .product-info-container .product-card__details,
.product-card:hover .product-info-container .product-card__maininfos {
  color: var(--color-body);
}
.product-card__details .color-swatch {
  border-radius: 100%;
  color: transparent;
  display: flex;
  height: 1.2rem;
  transform: scale(0.9);
  width: 1.2rem;
}
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  float: right;
  text-align: left;
}
.grid--half-gutters {
  margin-left: -1rem;
}
.grid--half-gutters > .grid__item {
  padding-left: 1rem;
}
.grid--double-gutters {
  margin-left: -6rem;
}
.grid--double-gutters > .grid__item {
  padding-left: 6rem;
}
.grid--flush-bottom {
  margin-bottom: -55px;
  overflow: auto;
}
.grid--flush-bottom > .grid__item {
  margin-bottom: 2rem;
}
.one-whole {
  width: 100%;
}
.one-half {
  flex: 1;
}
.one-third {
  width: 33.33333%;
}
.two-thirds {
  width: 66.66667%;
}
.one-quarter {
  width: 25%;
}
.two-quarters {
  width: 50%;
}
.three-quarters {
  width: 75%;
}
.one-fifth {
  width: 20%;
}
.two-fifths {
  width: 40%;
}
.three-fifths {
  width: 60%;
}
.four-fifths {
  width: 80%;
}
.one-sixth {
  width: 16.66667%;
}
.two-sixths {
  width: 33.33333%;
}
.three-sixths {
  width: 50%;
}
.four-sixths {
  width: 66.66667%;
}
.five-sixths {
  width: 83.33333%;
}
.one-eighth {
  width: 12.5%;
}
.two-eighths {
  width: 25%;
}
.three-eighths {
  width: 37.5%;
}
.four-eighths {
  width: 50%;
}
.five-eighths {
  width: 62.5%;
}
.six-eighths {
  width: 75%;
}
.seven-eighths {
  width: 87.5%;
}
.one-tenth {
  width: 10%;
}
.two-tenths {
  width: 20%;
}
.three-tenths {
  width: 30%;
}
.four-tenths {
  width: 40%;
}
.five-tenths {
  width: 50%;
}
.six-tenths {
  width: 60%;
}
.seven-tenths {
  width: 70%;
}
.eight-tenths {
  width: 80%;
}
.nine-tenths {
  width: 90%;
}
.one-twelfth {
  width: 8.33333%;
}
.two-twelfths {
  width: 16.66667%;
}
.three-twelfths {
  width: 25%;
}
.four-twelfths {
  width: 33.33333%;
}
.five-twelfths {
  width: 41.66667%;
}
.six-twelfths {
  width: 50%;
}
.seven-twelfths {
  width: 58.33333%;
}
.eight-twelfths {
  width: 66.66667%;
}
.nine-twelfths {
  width: 75%;
}
.ten-twelfths {
  width: 83.33333%;
}
.eleven-twelfths {
  width: 91.66667%;
}
@media (max-width: 1023px) {
  .small--one-whole {
    grid-template-columns: repeat(1, [col-start] 1fr);
  }
  .small--one-half {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
  .small--one-third {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
  .small--one-quarter {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
  .small--one-fifth {
    grid-template-columns: repeat(5, [col-start] 1fr);
  }
  .small--one-sixth {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .small--one-seventh {
    grid-template-columns: repeat(7, [col-start] 1fr);
  }
  .small--one-eighth {
    grid-template-columns: repeat(8, [col-start] 1fr);
  }
  .small--one-nineth {
    grid-template-columns: repeat(9, [col-start] 1fr);
  }
  .small--one-tenth {
    grid-template-columns: repeat(10, [col-start] 1fr);
  }
  .small--one-eleventh {
    grid-template-columns: repeat(11, [col-start] 1fr);
  }
  .small--one-twelfth {
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .medium-up--one-whole {
    grid-template-columns: repeat(1, [col-start] 1fr);
  }
  .medium-up--one-half {
    grid-template-columns: repeat(2, [col-start] 1fr);
  }
  .medium-up--one-third {
    grid-template-columns: repeat(3, [col-start] 1fr);
  }
  .medium-up--one-quarter {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
  .medium-up--one-fifth {
    grid-template-columns: repeat(5, [col-start] 1fr);
  }
  .medium-up--one-sixth {
    grid-template-columns: repeat(6, [col-start] 1fr);
  }
  .medium-up--one-seventh {
    grid-template-columns: repeat(7, [col-start] 1fr);
  }
  .medium-up--one-eighth {
    grid-template-columns: repeat(8, [col-start] 1fr);
  }
  .medium-up--one-nineth {
    grid-template-columns: repeat(9, [col-start] 1fr);
  }
  .medium-up--one-tenth {
    grid-template-columns: repeat(10, [col-start] 1fr);
  }
  .medium-up--one-eleventh {
    grid-template-columns: repeat(11, [col-start] 1fr);
  }
  .medium-up--one-twelfth {
    grid-template-columns: repeat(12, [col-start] 1fr);
  }
  .medium-up--one-third-two-thirds {
    grid-template-columns: 33.333% 1fr;
  }
  .medium-up--two-thirds-one-third {
    grid-template-columns: 66.666% 1fr;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.visually-hidden--inline {
  height: 1em;
  margin: 0;
}
.visually-hidden--static {
  position: static !important;
}
.js-focus-hidden:focus {
  outline: none;
}
.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}
.no-js .js {
  display: none;
}
.hide {
  display: none !important;
}
.flex {
  display: flex;
}
.align--top-middle {
  text-align: center;
}
.align--top-right {
  text-align: right;
}
.align--center,
.align--middle-left {
  align-self: center;
}
.align--center {
  text-align: center;
}
.align--middle-right {
  align-self: center;
  text-align: right;
}
.align--bottom-left {
  align-self: flex-end;
}
.align--bottom-middle {
  align-self: flex-end;
  text-align: center;
}
.align--bottom-right {
  align-self: flex-end;
  text-align: right;
}
.grid-view-item {
  margin: 0 auto;
}
.custom__item .grid-view-item {
  margin-bottom: 0;
}
.grid-view-item__title {
  color: var(--color-text);
  margin-bottom: 0;
}
.grid-view-item__meta {
  margin-top: 1rem;
}
.grid-view-item__link {
  display: block;
}
.grid-view-item__vendor {
  color: var(--color-body-text);
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.grid-view-item__image-wrapper {
  margin: 0;
  min-height: 260px;
  position: relative;
  width: 100%;
}
.grid-view-item__image {
  border-radius: 16px;
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.grid-view-item__image.grid-second-image-hidden {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
}
.grid-view-item.second-image-hover:hover .grid-view-item__image {
  opacity: 0;
  transition: opacity 0.6s;
}
.grid-view-item.second-image-hover:hover .grid-second-image-hidden {
  opacity: 1;
  transition: opacity 0.6s;
}
.grid-view-item__image-wrapper .grid-view-item__image {
  position: absolute;
  top: 0;
}
.grid-view-item__image.lazyload {
  opacity: 0;
}
.list-view-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .list-view-item {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 2rem;
  }
  .list-view-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-view-item__image {
  max-height: 8rem;
}
.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 10.8rem;
}
@media (max-width: 1023px) {
  .list-view-item__image-column {
    width: 7rem;
  }
}
.list-view-item__image-wrapper {
  margin-right: 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .list-view-item__image-wrapper {
    margin-right: 2rem;
  }
}
.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}
.list-view-item__title {
  color: var(--color-text);
  font-family: WindsorD, sans-serif;
  margin-bottom: 4px;
  min-width: 100px;
}
.list-view-item__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  text-transform: uppercase;
}
.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
}
.list-view-item__price-column .price {
  align-items: flex-end;
}
.list-view-item__price-column .price dd {
  margin: 0 0 0 0.5em;
}
.list-view-item__price-column .price__regular,
.list-view-item__price-column .price__sale {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-right: 0;
}
.drawer {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  z-index: 9;
}
.js-drawer-open-top .drawer {
  display: block;
}
.drawer--top {
  transform: translateY(-100%);
  width: 100%;
}
.js-drawer-open-top .drawer--top {
  display: flex;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  transform: translateY(0);
}
.drawer__close,
.drawer__title {
  display: table-cell;
  vertical-align: middle;
}
.drawer__close-button {
  background: none;
  border: 0;
  color: inherit;
  height: 100%;
  padding: 0 2rem;
  position: relative;
  right: -1rem;
  width: 5rem;
}
.drawer__close-button:active,
.drawer__close-button:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.site-header {
  opacity: 1;
}
#shopify-section-header {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5;
}
#shopify-section-header .header-flexbox {
  align-items: flex-end;
  background: var(--header-color);
  display: flex;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  height: var(--header-height);
  justify-content: space-between;
  line-height: 0.75em;
  padding: 0 var(--header-padding);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #shopify-section-header .header-flexbox {
    padding: 0 var(--header-padding-mobile);
  }
}
#shopify-section-header .header-flexbox.add-border {
  border-bottom: var(--border-width) solid var(--color-border);
}
#shopify-section-header .header-flexbox.naked {
  margin-bottom: calc(var(--header-height) * -1);
}
#shopify-section-header .header-flexbox.naked.megamenu-open {
  background: var(--header-color);
}
#shopify-section-header .header-flexbox.blackBg {
  background: var(--header-color);
  transition: background-color 0.4s ease;
}
#shopify-section-header .header-flexbox .flex-logo {
  align-items: center;
  display: flex;
  flex: 0 0 15%;
  justify-content: center;
  max-width: 180px;
  order: 2;
}
#shopify-section-header .header-flexbox .flex-logo svg.logo__img {
  max-width: inherit;
}
#shopify-section-header .header-flexbox .flex-logo .logosvg {
  display: flex;
}
#shopify-section-header .header-flexbox .flex-logo .logosvg path {
  fill: var(--frame-color);
}
#shopify-section-header .header-flexbox .flex-menu {
  flex: 1;
}
@media (max-width: 1023px) {
  #shopify-section-header .header-flexbox .flex-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  #shopify-section-header .header-flexbox .flex-menu nav {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
}
#shopify-section-header .header-flexbox .header-icons {
  flex: 1;
}
#shopify-section-header .header-icons.flex-icons {
  order: 3;
}
@media (max-width: 1023px) {
  #shopify-section-header .header-icons.flex-icons {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  #shopify-section-header .header-icons.flex-icons .site-header__icons-wrapper {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
#shopify-section-header .hamburger {
  flex: 1;
}
#count {
  align-items: center;
  border: none;
  border-radius: 100%;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
#count.cart-count-not-zero {
  border-color: var(--header-color-link);
  color: var(--header-color-link);
  transform: scale(0.9);
}
.site-header__icon {
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
}
.site-header__icon:hover #count,
.site-header__icon:hover .cart-count-not-zero {
  border-color: var(--header-color-link-hover);
  color: var(--header-color-link-hover) !important;
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
}
.site-header__icon .icon-close line {
  stroke: var(--header-color-link);
}
.site-header__icon .icon-close line:hover {
  stroke: var(--header-color-link-hover);
}
.naked.light .flex-menu.site-nav__link,
.naked.light .menu-open--button,
.naked.light .site-header__icons-wrapper a,
.naked.light .site-nav__link {
  color: var(--header-color-link);
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
}
.naked.light .flex-menu.site-nav__link:hover,
.naked.light .menu-open--button:hover,
.naked.light .site-header__icons-wrapper a:hover,
.naked.light .site-nav__link:hover {
  color: var(--header-color-link-hover);
}
.naked.light #count,
.naked.light #count.cart-count-not-zero {
  color: var(--header-color-link);
}
.naked.light .site-header__icons-wrapper #cart-svg-fill path,
.naked.light .site-header__icons-wrapper svg g,
.naked.light .site-header__icons-wrapper svg line {
  stroke: var(--header-color-link);
}
.naked.light .site-header__icons-wrapper #cart-svg-fill path:hover,
.naked.light .site-header__icons-wrapper svg g:hover,
.naked.light .site-header__icons-wrapper svg line:hover {
  stroke: #435315;
}
.naked.light .site-header__icons-wrapper #cart-svg-fill rect {
  fill: transparent;
  stroke: var(--header-color-link);
}
.naked.light .site-header__icons-wrapper a {
  color: var(--header-color-link);
}
.template-index .naked.light .site-header__icons-wrapper #cart-svg-fill rect,
.template-index .naked.light .site-header__icons-wrapper #cart-svg-fill path,
.template-index .naked.light .site-header__icons-wrapper svg g,
.template-index .naked.light .site-header__icons-wrapper svg line{
  stroke: var(--header-home-color-link);
}

.naked.dark .site-nav .site-nav__link {
  color: #000;
}
.naked.dark .site-nav .site-nav__link:hover {
  color: var(--header-color-link-hover);
}
.naked.dark #count,
.naked.dark #count.cart-count-not-zero {
  color: var(--header-color-link);
}
.naked.dark .site-header__icons-wrapper #cart-svg-fill path,
.naked.dark .site-header__icons-wrapper svg g,
.naked.dark .site-header__icons-wrapper svg line {
  stroke: #000;
}
.naked.dark .site-header__icons-wrapper #cart-svg-fill rect {
  fill: #000;
}
.naked.dark .site-header__icons-wrapper a {
  color: #000;
}
body:not(.template-index) .naked.dark.blackBg .menu-open--button,
body:not(.template-index) .naked.dark.blackBg .site-header__icons-wrapper a,
body:not(.template-index) .naked.dark.blackBg .site-nav .site-nav__link,
body:not(.template-index) .naked.dark.blackBg .site-nav__label,
body:not(.template-index) .naked.dark.megamenu-open .menu-open--button,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  a,
body:not(.template-index) .naked.dark.megamenu-open .site-nav .site-nav__link,
body:not(.template-index) .naked.dark.megamenu-open .site-nav__label,
body:not(.template-index) .naked.light.blackBg .menu-open--button,
body:not(.template-index) .naked.light.blackBg .site-header__icons-wrapper a,
body:not(.template-index) .naked.light.blackBg .site-nav .site-nav__link,
body:not(.template-index) .naked.light.blackBg .site-nav__label,
body:not(.template-index) .naked.light.megamenu-open .menu-open--button,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  a,
body:not(.template-index) .naked.light.megamenu-open .site-nav .site-nav__link,
body:not(.template-index) .naked.light.megamenu-open .site-nav__label {
  color: var(--header-color-link);
}
body:not(.template-index) .naked.dark.blackBg .menu-open--button:hover,
body:not(.template-index)
  .naked.dark.blackBg
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index) .naked.dark.blackBg .site-nav .site-nav__link:hover,
body:not(.template-index) .naked.dark.blackBg .site-nav__label:hover,
body:not(.template-index) .naked.dark.megamenu-open .menu-open--button:hover,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-nav
  .site-nav__link:hover,
body:not(.template-index) .naked.dark.megamenu-open .site-nav__label:hover,
body:not(.template-index) .naked.light.blackBg .menu-open--button:hover,
body:not(.template-index)
  .naked.light.blackBg
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index) .naked.light.blackBg .site-nav .site-nav__link:hover,
body:not(.template-index) .naked.light.blackBg .site-nav__label:hover,
body:not(.template-index) .naked.light.megamenu-open .menu-open--button:hover,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-nav
  .site-nav__link:hover,
body:not(.template-index) .naked.light.megamenu-open .site-nav__label:hover {
  color: var(--header-color-link-hover);
}
body:not(.template-index) .naked.dark.blackBg #count,
body:not(.template-index) .naked.dark.blackBg #count.cart-count-not-zero,
body:not(.template-index) .naked.dark.megamenu-open #count,
body:not(.template-index) .naked.dark.megamenu-open #count.cart-count-not-zero,
body:not(.template-index) .naked.light.blackBg #count,
body:not(.template-index) .naked.light.blackBg #count.cart-count-not-zero,
body:not(.template-index) .naked.light.megamenu-open #count,
body:not(.template-index)
  .naked.light.megamenu-open
  #count.cart-count-not-zero {
  color: var(--header-color-link);
}
body:not(.template-index) .naked.dark.blackBg .site-header__icons-wrapper svg,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  svg,
body:not(.template-index) .naked.light.blackBg .site-header__icons-wrapper svg,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  svg {
  stroke: var(--header-color-link);
}
body:not(.template-index)
  .naked.dark.blackBg
  .site-header__icons-wrapper
  svg#cart-svg-fill
  path,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  svg#cart-svg-fill
  path,
body:not(.template-index)
  .naked.light.blackBg
  .site-header__icons-wrapper
  svg#cart-svg-fill
  path,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  svg#cart-svg-fill
  path {
  fill: var(--header-color-link);
}
body:not(.template-index) .naked.dark.blackBg .site-header__icons-wrapper a,
body:not(.template-index) .naked.dark.blackBg .site-header__icons-wrapper svg,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  a,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  svg,
body:not(.template-index) .naked.light.blackBg .site-header__icons-wrapper a,
body:not(.template-index) .naked.light.blackBg .site-header__icons-wrapper svg,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  a,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  svg {
  fill: var(--header-color-link);
  color: var(--header-color-link);
}
body:not(.template-index)
  .naked.dark.blackBg
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.dark.blackBg
  .site-header__icons-wrapper
  svg:hover,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.dark.megamenu-open
  .site-header__icons-wrapper
  svg:hover,
body:not(.template-index)
  .naked.light.blackBg
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.light.blackBg
  .site-header__icons-wrapper
  svg:hover,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  a:hover,
body:not(.template-index)
  .naked.light.megamenu-open
  .site-header__icons-wrapper
  svg:hover {
  color: var(--header-color-link-hover);
}
.megamenu {
  top: var(--header-height);
}
.megamenu-image-active.site-nav--active-dropdown .site-nav__dropdown {
  display: flex !important;
}
.megamenu-image-active .site-nav__childlist {
  flex: 1;
}
.megamenu-image-active .megamenu-category-images {
  flex: 1;
  margin: 0;
  width: 50%;
}
.megamenu-image-active .megamenu-category-images img {
  display: flex;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#shopify-section-header .header-index .flex-logo .logosvg path,
#shopify-section-header .megamenu-open .flex-logo .logosvg path {
  fill: var(--frame-color-homepage);
}
#shopify-section-header .header-index .flex-menu .site-nav__link,
#shopify-section-header .header-index .menu-open--button,
#shopify-section-header .header-index .site-header__icon,
#shopify-section-header .header-index .site-header__icons-wrapper a,
#shopify-section-header .header-index .site-nav__link,
#shopify-section-header .megamenu-open .flex-menu .site-nav__link,
#shopify-section-header .megamenu-open .menu-open--button,
#shopify-section-header .megamenu-open .site-header__icon,
#shopify-section-header .megamenu-open .site-header__icons-wrapper a,
#shopify-section-header .megamenu-open .site-nav__link {
  color: var(--header-home-color-link) !important;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-transform: uppercase;
}
#shopify-section-header .header-index .flex-menu .site-nav__link #count,
#shopify-section-header
  .header-index
  .flex-menu
  .site-nav__link
  .cart-count-not-zero,
#shopify-section-header .header-index .menu-open--button #count,
#shopify-section-header .header-index .menu-open--button .cart-count-not-zero,
#shopify-section-header .header-index .site-header__icon #count,
#shopify-section-header .header-index .site-header__icon .cart-count-not-zero,
#shopify-section-header .header-index .site-header__icons-wrapper a #count,
#shopify-section-header
  .header-index
  .site-header__icons-wrapper
  a
  .cart-count-not-zero,
#shopify-section-header .header-index .site-nav__link #count,
#shopify-section-header .header-index .site-nav__link .cart-count-not-zero,
#shopify-section-header .megamenu-open .flex-menu .site-nav__link #count,
#shopify-section-header
  .megamenu-open
  .flex-menu
  .site-nav__link
  .cart-count-not-zero,
#shopify-section-header .megamenu-open .menu-open--button #count,
#shopify-section-header .megamenu-open .menu-open--button .cart-count-not-zero,
#shopify-section-header .megamenu-open .site-header__icon #count,
#shopify-section-header .megamenu-open .site-header__icon .cart-count-not-zero,
#shopify-section-header .megamenu-open .site-header__icons-wrapper a #count,
#shopify-section-header
  .megamenu-open
  .site-header__icons-wrapper
  a
  .cart-count-not-zero,
#shopify-section-header .megamenu-open .site-nav__link #count,
#shopify-section-header .megamenu-open .site-nav__link .cart-count-not-zero {
  border-color: var(--header-home-color-link);
  color: var(--header-home-color-link);
}
@media(hover:hover) {
  #shopify-section-header .header-index .flex-menu .site-nav__link:focus,
  #shopify-section-header .header-index .flex-menu .site-nav__link:hover,
  #shopify-section-header .header-index .menu-open--button:focus,
  #shopify-section-header .header-index .menu-open--button:hover,
  #shopify-section-header .header-index .site-header__icon:focus,
  #shopify-section-header .header-index .site-header__icon:hover,
  #shopify-section-header .header-index .site-header__icons-wrapper a:focus,
  #shopify-section-header .header-index .site-header__icons-wrapper a:hover,
  #shopify-section-header .header-index .site-nav__link:focus,
  #shopify-section-header .header-index .site-nav__link:hover,
  #shopify-section-header .megamenu-open .flex-menu .site-nav__link:focus,
  #shopify-section-header .megamenu-open .flex-menu .site-nav__link:hover,
  #shopify-section-header .megamenu-open .menu-open--button:focus,
  #shopify-section-header .megamenu-open .menu-open--button:hover,
  #shopify-section-header .megamenu-open .site-header__icon:focus,
  #shopify-section-header .megamenu-open .site-header__icon:hover,
  #shopify-section-header .megamenu-open .site-header__icons-wrapper a:focus,
  #shopify-section-header .megamenu-open .site-header__icons-wrapper a:hover,
  #shopify-section-header .megamenu-open .site-nav__link:focus,
  #shopify-section-header .megamenu-open .site-nav__link:hover {
    color: var(--header-home-color-link-hover) !important;
  }
  #shopify-section-header .header-index .flex-menu .site-nav__link:focus #count,
  #shopify-section-header
    .header-index
    .flex-menu
    .site-nav__link:focus
    .cart-count-not-zero,
  #shopify-section-header .header-index .flex-menu .site-nav__link:hover #count,
  #shopify-section-header
    .header-index
    .flex-menu
    .site-nav__link:hover
    .cart-count-not-zero,
  #shopify-section-header .header-index .menu-open--button:focus #count,
  #shopify-section-header
    .header-index
    .menu-open--button:focus
    .cart-count-not-zero,
  #shopify-section-header .header-index .menu-open--button:hover #count,
  #shopify-section-header
    .header-index
    .menu-open--button:hover
    .cart-count-not-zero,
  #shopify-section-header .header-index .site-header__icon:focus #count,
  #shopify-section-header
    .header-index
    .site-header__icon:focus
    .cart-count-not-zero,
  #shopify-section-header .header-index .site-header__icon:hover #count,
  #shopify-section-header
    .header-index
    .site-header__icon:hover
    .cart-count-not-zero,
  #shopify-section-header
    .header-index
    .site-header__icons-wrapper
    a:focus
    #count,
  #shopify-section-header
    .header-index
    .site-header__icons-wrapper
    a:focus
    .cart-count-not-zero,
  #shopify-section-header
    .header-index
    .site-header__icons-wrapper
    a:hover
    #count,
  #shopify-section-header
    .header-index
    .site-header__icons-wrapper
    a:hover
    .cart-count-not-zero,
  #shopify-section-header .header-index .site-nav__link:focus #count,
  #shopify-section-header
    .header-index
    .site-nav__link:focus
    .cart-count-not-zero,
  #shopify-section-header .header-index .site-nav__link:hover #count,
  #shopify-section-header
    .header-index
    .site-nav__link:hover
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .flex-menu .site-nav__link:focus #count,
  #shopify-section-header
    .megamenu-open
    .flex-menu
    .site-nav__link:focus
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .flex-menu .site-nav__link:hover #count,
  #shopify-section-header
    .megamenu-open
    .flex-menu
    .site-nav__link:hover
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .menu-open--button:focus #count,
  #shopify-section-header
    .megamenu-open
    .menu-open--button:focus
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .menu-open--button:hover #count,
  #shopify-section-header
    .megamenu-open
    .menu-open--button:hover
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .site-header__icon:focus #count,
  #shopify-section-header
    .megamenu-open
    .site-header__icon:focus
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .site-header__icon:hover #count,
  #shopify-section-header
    .megamenu-open
    .site-header__icon:hover
    .cart-count-not-zero,
  #shopify-section-header
    .megamenu-open
    .site-header__icons-wrapper
    a:focus
    #count,
  #shopify-section-header
    .megamenu-open
    .site-header__icons-wrapper
    a:focus
    .cart-count-not-zero,
  #shopify-section-header
    .megamenu-open
    .site-header__icons-wrapper
    a:hover
    #count,
  #shopify-section-header
    .megamenu-open
    .site-header__icons-wrapper
    a:hover
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .site-nav__link:focus #count,
  #shopify-section-header
    .megamenu-open
    .site-nav__link:focus
    .cart-count-not-zero,
  #shopify-section-header .megamenu-open .site-nav__link:hover #count,
  #shopify-section-header
    .megamenu-open
    .site-nav__link:hover
    .cart-count-not-zero {
    border-color: var(--header-home-color-link-hover);
    color: var(--header-home-color-link-hover) !important;
  }
}
#shopify-section-header .header-index .mobile-nav__label,
#shopify-section-header .megamenu-open .mobile-nav__label {
  color: var(--header-home-color-link) !important;
}
@media(hover:hover) {
  #shopify-section-header .header-index .mobile-nav__label:focus,
  #shopify-section-header .header-index .mobile-nav__label:hover,
  #shopify-section-header .megamenu-open .mobile-nav__label:focus,
  #shopify-section-header .megamenu-open .mobile-nav__label:hover {
    color: var(--header-home-color-link-hover) !important;
  }
}
#shopify-section-header .megamenu-open .mobile-nav__item .site-header__account,
#shopify-section-header
  .megamenu-open
  .mobile-nav__item
  .site-header__search-toggle,
#shopify-section-header .megamenu-open .mobile-nav__label {
  display: flex;
  justify-content: center;
  padding: 1rem var(--header-padding-mobile);
}
@media (max-width: 1023px) {
  #shopify-section-header
    .megamenu-open
    .mobile-nav__item
    .site-header__account,
  #shopify-section-header
    .megamenu-open
    .mobile-nav__item
    .site-header__search-toggle,
  #shopify-section-header .megamenu-open .mobile-nav__label {
    font-size: 16px;
    line-height: 0.75em;
  }
}
#shopify-section-header .megamenu-open .mobile-nav__link:not(.first-child) {
  padding: 0;
}
.style--sidebar {
  opacity: 1;
}
.site-nav {
  font-size: var(--font-header-size-desktop);
  margin: 0;
  text-align: left;
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
}
@media (max-width: 1023px) {
  .site-nav {
    font-size: var(--font-header-size-mobile);
  }
}
.site-nav .site-nav__link {
  color: var(--header-color-link);
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
}
.site-nav .site-nav__link a {
  color: var(--header-color-link);
  padding: 0 1rem;
}
.site-nav .site-nav__link a:first-child {
  padding-left: 0;
}
.site-nav .site-nav__link a:last-child {
  padding-right: 0;
}
.site-nav .site-nav__link a:hover,
.site-nav .site-nav__link:hover {
  color: var(--header-color-link-hover);
}
.site-nav li {
  padding: 0 0.8rem;
}
.site-nav li:first-child {
  padding-left: 0;
}
.site-nav__link--button {
  background-color: transparent;
  border: none;
  color: var(--header-color-link);
}
.site-nav__link--button:hover {
  color: var(--header-color-link-hover);
}
.header-icons {
  font-size: var(--font-header-size-desktop);
}
@media (max-width: 1023px) {
  .header-icons {
    font-size: var(--font-header-size-mobile);
  }
}
.site-header__icon {
  align-items: center;
  color: var(--header-color-link);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 0.8rem;
}
.site-header__icon:last-child {
  padding-right: 0;
}
.site-header__icon.site-header__cart {
  align-items: center;
  display: flex;
  justify-content: center;
}
.site-header__icon:hover {
  color: var(--header-color-link-hover) !important;
}
.site-header__icon svg {
  height: 1.5rem;
  width: auto;
}
.icons-active .site-header__icon {
  padding: 0 0.4rem;
}
.icons-text-active .site-header__icon {
  padding: 0 0.8rem;
}
.icons-with-text-active .site-header__icon.site-header__cart span.cart-text {
  margin-right: 0;
}
.icons-with-text-active .site-header__icon {
  padding: 0 0.8rem;
}
.icons-with-text-active .site-header__icon #count {
  background: none;
  border: none;
  font-size: 70%;
  height: 1.5rem;
  position: absolute;
  right: 0.7rem;
  top: 0.1rem;
  width: 1.5rem;
}
@media (max-width: 1023px) {
  .icons-with-text-active .site-header__icon #count {
    top: 2px;
  }
}
.icons-with-text-active .site-header__icon svg {
  margin-left: 0.5rem;
}
.icons-active .site-header__icon #count,
.icons-text-active .site-header__icon #count {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 70%;
  height: auto;
  position: absolute;
  top: 2px;
  transform: none;
  width: auto;
}
.icons-active .site-header__icon:hover .icons-active #count,
.icons-active .site-header__icon:hover .icons-text-active #count,
.icons-text-active .site-header__icon:hover .icons-active #count,
.icons-text-active .site-header__icon:hover .icons-text-active #count {
  background: transparent;
}
.site-nav--centered {
  padding-bottom: 2rem;
}
.site-nav__link.site-nav--active-dropdown {
  transition: background-color 0.1s ease, color 0.1s ease,
    border-color 0.1s ease;
  z-index: 2;
}
.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom-color: inherit;
}
.site-nav__link--button:focus,
.site-nav__link--button:hover {
  color: var(--header-color-link-hover);
}
.site-nav__child-link {
  color: var(--megamenu-color-link);
}
.site-nav__child-link:hover {
  color: var(--megamenu-color-link-hover);
}
.megamenu {
  background: var(--megamenu-color);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
}
.megamenu.megamenu-border-top {
  border-top: var(--border-width) solid var(--color-border);
}
.megamenu.megamenu-border-bottom {
  border-bottom: var(--border-width) solid var(--color-border);
}
.site-nav--has-dropdown {
  position: relative;
}
.site-nav--has-centered-dropdown {
  position: static;
}
.site-nav__dropdown {
  display: none;
  margin: 0;
  padding: 2rem var(--header-padding);
  position: relative;
  text-align: left;
  z-index: 7;
}
.megamenu-images,
.site-nav__dropdown ul {
  flex: 1;
}
.megamenu-images .grid__item {
  width: 100%;
}
.megamenu-products .grid {
  row-gap: 0;
}
.megamenu .product-info-container {
  padding-bottom: 0;
}
.megamenu .product-info-container .product-option2,
.megamenu .product-info-container .product-option3,
.megamenu .product-info-container .product-tags,
.megamenu .product-info-container .product_type,
.megamenu .product-info-container .product_vendor {
  display: none;
}
.megamenu .product-info-container .product-options li {
  width: auto;
}
.site-nav__dropdown .site-nav__link {
  padding: 0;
}
.site-nav--active-dropdown .site-nav__dropdown {
  display: block;
}
.site-nav__child-link--parent {
  margin-bottom: 1rem;
}
.site-nav__dropdown li {
  display: block;
  width: 20%;
}
.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  left: unset;
  right: 0;
}
.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0;
}
.site-nav__dropdown--centered {
  text-align: center;
  width: 100%;
}
.site-nav__childlist {
  display: block;
  text-align: left;
  width: 100%;
}
.site-nav__childlist-grid {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.site-nav__childlist-item {
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mobile-nav {
  display: block;
  transform: translateZ(0);
  transition: all 0.01s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition-duration: 0s;
}
@media (max-width: 1023px) {
  .mobile-nav {
    background: var(--megamenu-color);
    height: calc(100vh - var(--header-height));
    height: calc(var(--vh, 1vh) * 100 - var(--header-height));
    padding: 0;
  }
}
.mobile-nav .close-icon {
  display: none;
}
.sub-nav--is-open .mobile-nav {
  transform: translate3d(-100%, 0, 0);
}
.third-nav--is-open .mobile-nav {
  transform: translate3d(-200%, 0, 0);
}
.mobile-nav__link,
.mobile-nav__sublist-link {
  color: var(--megamenu-color-link);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  padding: 15px 30px;
  text-transform: uppercase;
}
.mobile-nav__link:hover,
.mobile-nav__sublist-link:hover {
  color: var(--megamenu-color-link-hover) !important;
}
.mobile-nav__link {
  position: relative;
}
.mobile-nav__link--active .mobile-nav__label {
  border-bottom-color: var(--color-text);
}
.mobile-nav__item {
  display: block;
  width: 100%;
}
.mobile-nav__item .icon {
  height: 14px;
  margin: -6px 0 0 -7px;
  width: 14px;
}
.mobile-nav__return-btn {
  padding: 24px 0;
  position: relative;
  width: 55px;
}
.mobile-nav__icon {
  bottom: 0;
  overflow: hidden;
  padding-left: 22px;
  padding-right: 22px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-nav__table {
  display: table;
  width: 100%;
}
.mobile-nav__toggle-button {
  padding: 20px 15px;
}
.mobile-nav__dropdown {
  background-color: var(--megamenu-color);
  display: none;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 8;
}
.is-active + .mobile-nav__dropdown {
  display: block;
  opacity: 1;
}
.mobile-nav__dropdown.is-closing {
  opacity: 0.99;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
  display: table-cell;
  font-family: DINAlternate, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 15px;
  vertical-align: middle;
}
.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
  color: var(--color-body-text);
}
.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  padding: 0.5rem var(--header-padding);
  width: 100%;
}
@media (max-width: 1023px) {
  .mobile-nav__link,
  .mobile-nav__sublist-link {
    display: flex !important;
    justify-content: center;
    padding: 0.5rem var(--header-padding-mobile);
    position: relative;
  }
}
.mobile-nav__item .icon {
  height: 1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.mobile-nav__return {
  align-items: center;
  display: flex;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
.mobile-nav__item-sub {
  position: relative;
}
.border-menu {
  background: #000;
  display: none;
  height: 1px;
  position: absolute;
  width: 100vw;
  z-index: 9;
}
.mobile-nav__label,
.mobile-nav__sublabel {
  opacity: 0;
}
.mobile-nav-wrapper {
  background-color: var(--megamenu-color);
  display: none;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: all 0s cubic-bezier(0.29, 0.63, 0.44, 1) !important;
  width: 100%;
}
.mobile-nav-wrapper .search-bar-mobile {
  width: 100%;
}
.mobile-nav-wrapper .search-bar-mobile .icon-close {
  position: unset;
}
.mobile-nav-wrapper .search-bar-mobile .search-bar__input {
  background-color: var(--megamenu-color);
  color: var(--megamenu-color-link);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  min-height: auto;
  padding: 0;
  text-transform: uppercase;
}
.mobile-nav-wrapper .search-bar-mobile .search-bar__input::-moz-placeholder {
  color: var(--megamenu-color-link);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-transform: uppercase;
}
.mobile-nav-wrapper
  .search-bar-mobile
  .search-bar__input:-ms-input-placeholder {
  color: var(--megamenu-color-link);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-transform: uppercase;
}
.mobile-nav-wrapper .search-bar-mobile .search-bar__input::placeholder {
  color: var(--megamenu-color-link);
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-transform: uppercase;
}
.mobile-nav-wrapper .search-bar-mobile .close-icon line {
  stroke: var(--megamenu-color-link);
}
.mobile-nav-wrapper:after {
  border-bottom: 1px solid var(--color-border);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}
.mobile-nav-wrapper.js-menu--is-open {
  display: block;
}
.mobile-nav--close .menu-open--button,
.mobile-nav--open .menu-close--button {
  display: none;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  text-transform: uppercase;
}
.site-header__mobile-nav {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 749px) {
  .site-header__mobile-nav {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
}
.site-header__icon.site-header__cart:hover #cart-svg-fill path,
.site-header__icon.site-header__cart:hover #cart-svg-fill rect {
  stroke: #435315;
}
@media (max-width: 1023px) {
  .megamenu-open .header-flexbox.blackBg,
  .megamenu-open .header-flexbox.naked {
    background: var(--megamenu-color) !important;
  }
  .icon-close,
  .icon-hamburger {
    height: 1.5rem;
    width: 1.5rem;
  }
  .icon-close,
  .icon-hamburger,
  .js-toggle-submenu svg {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .js-toggle-submenu svg {
    height: 0.9rem;
    width: 0.9rem;
  }
  .btn--link {
    color: var(--megamenu-color-link);
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav__link.first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem var(--header-padding-mobile) 0;
  }
  .site-header__icon {
    font-family: AntiqueOliveStdCompact, sans-serif;
    font-size: 16px;
    line-height: 0.75em;
    padding: 0;
    text-transform: uppercase;
  }
}
.announcement-bar {
  align-items: center;
  border-bottom: none;
  display: flex;
  height: var(--announcement-height);
  justify-content: center;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 3;
}
.announcement-bar__link {
  display: block;
}
.announcement-bar__message {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}
.plyr.plyr--full-ui.plyr--video {
  background-color: transparent;
  color: var(--color-text);
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-color: var(--color-video-bg);
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:-ms-fullscreen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster,
.plyr.plyr--full-ui.plyr--video
  .plyr--fullscreen-fallback
  .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #1d4321 !important;
}
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: none;
  border-color: none;
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--color-text-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-track {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-text);
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
  border-top-color: var(--color-text);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(var(--color-text-rgb), 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(var(--color-text-rgb), 0.6) 50%,
    rgba(var(--color-text-rgb), 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--color-bg-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-bg-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-text);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  background: rgba(var(--color-text-rgb), 0.05);
  color: rgba(var(--color-text-rgb), 0.55);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}
.article__author,
.article__date {
  display: inline-block;
}
.article__meta .article__author,
.article__meta .article__date,
.template-article .article__author,
.template-article .article__date {
  margin-bottom: 0;
}
.article__tags--list {
  font-style: italic;
}
.article__link {
  display: block;
}
@media (max-width: 1023px) {
  .article__link {
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.article__link:focus .article__grid-image-wrapper:before,
.article__link:not([disabled]):hover .article__grid-image-wrapper:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.article__link--fixed-overlay:focus .article__grid-image-wrapper:before,
.article__link--fixed-overlay:not([disabled]):hover
  .article__grid-image-wrapper:before {
  bottom: auto;
}
.article__meta-buttons li:first-child {
  margin-right: 1.5rem;
}
.article__comment-count,
.article__comment-count:focus,
.article__comment-count:not([disabled]):hover {
  border-color: transparent transparent currentColor;
}
.article__author,
.article__date {
  width: 100%;
}
.article__grid-excerpt {
  margin-top: 10px;
}
.article__grid-image-wrapper {
  min-width: 100%;
}
.article__grid-image-wrapper .article__grid-image {
  max-height: 350px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__grid-excerpt {
  margin-bottom: 1rem;
}
.article-image-wrapper.article__grid-image-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.article__grid-image-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.article__grid-image-wrapper--small {
  width: 50%;
}
.article__grid-image-container {
  clear: both;
  display: block;
  height: 100%;
  min-height: 1px;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .article__grid-image-container {
    float: left;
  }
}
.article__grid-image-container img {
  display: block;
}
.article__grid-image {
  margin: 0 auto;
  width: 100%;
}
.js .article__grid-image {
  position: absolute;
  top: 0;
}
.article__list-image-container {
  clear: both;
  display: block;
  height: 100%;
  min-height: 1px;
  position: relative;
  width: 100%;
}
.article__list-image-wrapper {
  width: 100%;
}
.article__list-image {
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-card {
    margin-top: 0;
  }
}
.blog-card__image-wrapper {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.blog-card__image-wrapper:focus .blog-card__title-wrapper:before,
.blog-card__image-wrapper:hover .blog-card__title-wrapper:before {
  opacity: var(--hover-overlay-opacity);
}
.blog-card__image-wrapper:focus {
  opacity: 1;
}
.blog-card__image-wrapper--small {
  padding-bottom: 50%;
}
.blog-card__image-wrapper--medium {
  padding-bottom: 75%;
}
.blog-card__title {
  color: var(--color-overlay-title-text);
  font-size: var(--font-size-header);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-card__title {
    padding: 0 15px;
  }
}
.blog-card__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.blog-card__overlay {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.blog-card__title-wrapper:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
}
.blog-card__comment-count,
.blog-card__comment-count:focus,
.blog-card__comment-count:not([disabled]):hover {
  border-color: transparent transparent currentColor;
}
#shopify-section-article-template .header-blog {
  align-items: flex-start;
  flex-direction: column;
  height: auto;
  margin-bottom: 1rem;
  text-align: left;
}
#shopify-section-article-template .article-image {
  margin-bottom: 1rem;
}
.container {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkmarks {
  background-color: transparent;
  border: 1px solid var(--color-body-text);
  height: 0.9rem;
  left: 0;
  position: absolute;
  top: 0.35rem;
  width: 0.9rem;
}
.container:hover input ~ .checkmarks {
  background-color: var(--color-body-text);
}
.container input:checked ~ .checkmarks {
  background-color: transparent;
}
.checkmarks:after {
  content: "";
  display: none;
  position: absolute;
}
.container input:checked ~ .checkmarks:after {
  display: flex;
}
.container .checkmarks:after {
  background: var(--color-body-text);
  border: 0.25rem solid var(--color-body);
  border-radius: 2rem;
  color: var(--color-body-text);
  height: 100%;
  width: 100%;
}
.check-text,
.check-text p {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
}
label[for="marketing"] .check-text,
label[for="terms_conditions"] .check-text p {
  margin-top: 8px;
}
.template-customers-login .main-content,
.template-customers-register .main-content,
.template-customers-reset_password .main-content {
  align-items: flex-start;
  background: var(--account-pages-color);
  display: flex;
  justify-content: center;
  background-color: var(--color-body);
}
.template-customers-login .page-width,
.template-customers-register .page-width,
.template-customers-reset_password .page-width {
  width: 100%;
}
.template-customers-login .site-footer,
.template-customers-register .site-footer,
.template-customers-reset_password .site-footer {
  margin-top: 0;
}
.template-customers-account .main-content,
.template-customers-addresses .main-content,
.template-customers-order .main-content {
  min-height: calc(100vh - var(--header-height) - var(--announcement-height));
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height)
  );
}
.template-customers-account .page-width,
.template-customers-addresses .page-width,
.template-customers-order .page-width {
  width: 100%;
}
.template-customers-account .site-footer,
.template-customers-addresses .site-footer,
.template-customers-order .site-footer {
  margin-top: 0;
}
.form_heading {
  margin-bottom: 1rem;
}
.static-account-pages {
  margin: 0 auto;
  max-width: var(--sidebar-width);
}
.fluid-account-pages {
  display: grid;
  min-height: calc(
    100vh - var(--header-height) - var(--announcement-height) -
      var(--frame-width) * 2 - 325px
  );
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height) -
      var(--frame-width) * 2 - 325px
  );
  width: 100%;
}
@media (max-width: 1023px) {
  .fluid-account-pages {
    height: auto;
    min-height: calc(
      100vh - var(--header-height) - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
  }
}
.fluid-account-pages .fluid-account_form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .fluid-account-pages .fluid-account_form {
    padding: 2rem 0;
  }
}
.fluid-account-pages .fluid-account__image {
  display: flex;
  width: 100%;
}
.fluid-account-pages .fluid-account__image img {
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.myaccount__navigation {
  background: var(--account-navigation-color);
  display: flex;
  flex-direction: column;
  padding: 2rem var(--padding-desktop);
}
@media (max-width: 1023px) {
  .myaccount__navigation {
    padding: 0 var(--padding-mobile) 2rem;
  }
}
.myaccount_navigation-standard {
  align-items: center;
  border-bottom: var(--border-width) solid var(--color-form-border);
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
}
.myaccount_navigation-standard a:first-child {
  font-size: 14px;
  padding: 1rem 0;
  text-transform: uppercase;
}
.myaccount_navigation-standard .btn {
  margin-top: 0 !important;
}
.myaccount__main {
  grid-gap: 2rem;
  background: var(--account-main-color);
  display: grid;
  overflow: scroll;
  padding: 2rem var(--padding-desktop);
}
@media (max-width: 1023px) {
  .myaccount__main {
    padding: 0 var(--padding-mobile) 2rem;
  }
}
.myaccount__main-standard {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  min-height: calc(100vh - var(--header-height) - var(--announcement-height));
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height)
  );
}
.myaccount__account-details,
.myaccount__order-history {
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .myaccount__account-details,
  .myaccount__order-history {
    margin-bottom: 1rem;
  }
}
.myaccount__account-details h2,
.myaccount__order-history h2 {
  margin-bottom: 2rem;
}
.myaccount__account-details p,
.myaccount__order-history p {
  text-align: center;
}
.myaccount__account-details .btn,
.myaccount__order-history .btn {
  margin-top: 1rem;
}
.myaccount__account-details .section-content,
.myaccount__order-history .section-content {
  margin-bottom: 2rem;
}
.myaccount_header {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
@media (max-width: 1023px) {
  .myaccount_header {
    margin-bottom: 0;
  }
}
.myaccount__account-details .myaccount_header .btn {
  margin: 0;
}
.myaccount__navigation-help {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .myaccount__navigation-help {
    display: none;
  }
}
.myaccount__order-status-item {
  background: var(--cart-foot-color);
  border-radius: 18px;
  margin: 1rem 0;
  padding: var(--btn-padding-small);
  position: relative;
}
@media (max-width: 1023px) {
  .myaccount__order-status-item {
    padding: var(--btn-padding-small-mobile);
  }
}
.myaccount__order-status-item p {
  margin: 0;
}
.myaccount__order-status-item.last {
  margin-left: 1rem;
}
.myaccount__link-list-back {
  margin-bottom: 2rem;
}
.myaccount__order-status {
  display: flex;
}
.address-data-wrapper {
  margin-bottom: 4rem;
}
.address-data-wrapper label {
  text-align: left;
}
.myaccount__link-list a {
  opacity: 0.5;
}
.myaccount__link-list a.active,
.myaccount__link-list a:hover {
  opacity: 1;
}
.order-table th:first-child,
.responsive-table th:first-child {
  padding-left: 0;
}
.order-table tr,
.responsive-table tr {
  vertical-align: top;
}
.order-table td:last-child,
.order-table th:last-child,
.responsive-table td:last-child,
.responsive-table th:last-child {
  padding-right: 0;
}
.Form__Hint {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .Form__Hint .From__Hint-call-to-action .btn {
    display: flex;
    justify-content: center;
  }
}
.From__Hint-call-to-action,
.From__Hint-text {
  margin-bottom: 1rem;
  text-align: center;
}
.From__Hint-text p {
  margin-top: 0.5rem;
}
.myaccount {
  display: flex;
  flex-wrap: wrap;
}
.order-table {
  border: var(--border-width) solid var(--color-form-border);
  border-left: none;
  border-right: none;
}
.order-table dl,
.order-table dt {
  margin: 0;
}
.order-table a {
  border-bottom: var(--border-width) solid;
}
.order-table td,
.order-table th {
  border: 0;
}
.order-table tbody tr + tr {
  border-top: var(--border-width) solid var(--color-form-border);
}
.order-table thead {
  border-bottom: var(--border-width) solid var(--color-form-border);
}
.order-table tfoot {
  border-top: var(--border-width) solid var(--color-form-border);
}
.order-table tfoot tr:first-child td,
.order-table tfoot tr:first-child th {
  padding-top: 1em;
}
.order-table tfoot tr:nth-last-child(2) td,
.order-table tfoot tr:nth-last-child(2) th {
  padding-bottom: 1em;
}
.order-table tfoot tr:last-child td,
.order-table tfoot tr:last-child th {
  border-top: var(--border-width) solid var(--color-form-border);
  padding-bottom: 1em;
  padding-top: 1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .order-table thead th {
    text-transform: uppercase;
  }
  .order-table tbody tr td,
  .order-table tbody tr th,
  .order-table thead th {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .order-table tfoot tr td,
  .order-table tfoot tr th {
    vertical-align: bottom;
  }
}
@media (max-width: 1023px) {
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table td,
  .order-table th {
    border: 0;
    clear: left;
    float: left;
    margin: 0;
    padding: 0.5rem 0;
    text-align: right;
    width: 100%;
  }
  .order-table td:before,
  .order-table th:before {
    content: attr(data-label);
    float: left;
    max-width: 80%;
    padding-right: 2em;
    text-align: left;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1em;
  }
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}
.item-props {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
.order-discount {
  color: var(--color-sale-text);
  display: block;
  line-height: 1.2em;
}
.order-discount .icon-saletag {
  fill: currentColor;
  height: 1em;
  margin-right: 0.4em;
  width: 1em;
  overflow:visible;
}
.order-discount--title {
  padding-right: 1em;
  text-transform: uppercase;
  word-break: break-word;
}
.order-discount--list {
  list-style: none;
  margin: 0.8em 0 0 1.3em;
  padding: 0;
}
.order-discount__item {
  text-indent: -1.3em;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}
@media (max-width: 1023px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.order-discount-card-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .order-discount-card-wrapper {
    justify-content: flex-end;
  }
}
.order-discount--cart {
  padding-right: 0;
}
.order-discount--cart-total {
  padding-left: 2rem;
}
@media (min-width: 1024px) {
  .order-discount--cart-total {
    min-width: 150px;
    padding-left: 3rem;
  }
}
#address ul .address-data-wrapper {
  background: var(--cart-foot-color);
  border-radius: 32px;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  #address ul .address-data-wrapper {
    margin: 1rem auto;
    width: calc(100% - 2rem);
  }
}
#address ul .address-data-wrapper .address-data p {
  padding: 1rem 2rem;
  text-align: left;
}
#address ul .address-data-wrapper .address-data h4 {
  padding: 0 2rem;
  text-align: left;
}
@media (max-width: 1023px) {
  #address ul .address-data-wrapper .doppi {
    flex-direction: column;
  }
}
.cart {
  color: var(--color-body-text);
}
.template-cart .site-footer {
  margin-top: 0;
}
.cart__form {
  padding: 2rem var(--padding-desktop);
}
@media (max-width: 1023px) {
  .cart__form {
    padding: 0 var(--padding-mobile) 2rem;
  }
  .cart__form table {
    margin-bottom: 0;
  }
}
.cart__form {
  background: var(--cart-form-color);
  overflow: scroll;
  padding-top: 0;
}
.cart__form::-webkit-scrollbar {
  display: none;
}
.cart__form {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cart__footer {
  background: var(--cart-foot-color);
  border-radius: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 2rem;
  padding: 3rem;
}
@media (max-width: 1023px) {
  .cart__footer {
    margin: 0 1rem;
    padding: 2rem;
  }
  .cart__footer table {
    margin-bottom: 0;
  }
}
.cart__footer .section-header {
  flex-direction: row;
  justify-content: space-between;
}
.cart__footer h2 {
  font-family: DINAlternate, sans-serif;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart__footer,
  .cart__form {
    margin: 0 auto;
    width: 65vw;
  }
}
@media (min-width: 1024px) {
  .cart__footer,
  .cart__form {
    width: unset;
  }
  .cart__footer {
    margin: 0 2rem;
  }
}
.cart-header {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .cart-header {
    margin-bottom: 1rem;
  }
}
.cart-subtotal {
  align-items: center;
  height: var(--header-height);
}
.cart-subtotal .cart-subtotal__items {
  margin-bottom: 1rem;
}
.cart-subtotal .cart-subtotal__items .cart-subtotal-item {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}
.cart-subtotal .cart-subtotal__items .cart-subtotal-item dd {
  min-width: 25%;
  text-transform: uppercase;
}
.cart-subtotal .cart-subtotal__items .cart-subtotal-item dt {
  text-align: right;
}
.cart-total-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cart-total-item dd {
  text-transform: uppercase;
}
.cart-total-item dt {
  text-align: right;
}
.cart__final-price,
.cart__price,
.cart__quantity {
  padding-left: 0;
  /*padding-top: 4px;*/
}
.cart__quantity .product-form__item__quantity {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.page__cart-range,
.payment-systems {
  margin: 1rem 0;
  text-align: center;
}
.template-cart .payment-icons {
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.template-cart .payment-icons .payment-icon {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-cart .tab-container {
  margin-bottom: 2rem;
}
.empty-page-content {
  min-height: calc(
    100vh - var(--header-height) - var(--announcement-height) -
      var(--frame-width) * 2 - 325px
  );
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height) -
      var(--frame-width) * 2 - 325px
  );
}
@media (max-width: 1023px) {
  .empty-page-content {
    min-height: calc(
      100vh - var(--header-height) - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
  }
}
.empty-page-content h1 {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .empty-page-content h1 {
    margin-bottom: 1rem;
  }
}
.cart-table__header,
.cart__row {
  border-bottom: var(--border-width) solid var(--color-form-border);
  display: grid;
  grid-auto-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding: 1rem 0;
}
.cart-table__header {
  align-items: center;
  padding: 0.5rem 0;
}
.cart-table__header .cart-table__label {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.cart__product-information {
  display: flex;
}
.cart__image-wrapper {
  align-items: center;
  border-radius: 18px;
  display: flex;
  flex: 1;
  height: 120px;
  justify-content: center;
  max-width: 160px;
  overflow: visible;
  padding-right: 2rem;
  position: relative;
}
.cart__image-wrapper img {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.cart__product-details {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.product-details {
  margin-top: 0.5rem;
}
.cart__error-message-wrapper .icon-error,
.cart__qty-error-message-wrapper .icon-error,
.product-details.hide + .cart__remove {
  margin-top: 0;
}
.cart__qty-error-message-wrapper--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .cart__qty-error-message-wrapper--desktop {
    display: block;
  }
}
.cart__qty-error-message-wrapper--mobile {
  display: block;
}
@media (min-width: 1024px) {
  .cart__qty-error-message-wrapper--mobile {
    display: none;
  }
}
.cart__error-message,
.cart__qty-error-message {
  color: var(--color-form-field-error);
  vertical-align: top;
}
.cart__error-message-wrapper {
  display:none;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cart__error-message-wrapper {
    margin-top: 1rem;
  }
}
.cart-subtotal__title {
  text-transform: uppercase;
}
.cart__buttons-container {
  display: flex;
  flex-direction: column;
  margin: 3rem auto 0;
}
@media (min-width: 1024px) {
  .cart__buttons-container {
    display: block;
    max-width: none;
  }
}
.cart__submit-controls {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-scroll {
    display: flex;
    flex-direction: column;
    height: calc(100% - var(--announcement-height));
    justify-content: space-between;
  }
  .cart__submit-controls {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-justify-content: center;
    justify-content: center;
  }
  .cart__submit-controls .btn {
    width: 236px;
  }
}
.cart__submit {
  margin-bottom: 0;
  width: 100%;
}
.cart__submit + .cart__submit {
  margin-left: 0;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .cart__submit + .cart__submit {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.cart__shipping {
  margin-bottom: 2rem;
  padding: 1rem 0 2rem;
}
@media (max-width: 1023px) {
  .cart__shipping {
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.cart-note__input,
.cart-note__label {
  display: block;
}
@media (max-width: 1023px) {
  .cart-note__input,
  .cart-note__label {
    margin: 0 auto;
  }
}
.cart-note__label {
  margin-bottom: 1rem;
}
.cart-note__input {
  min-height: 50px;
  width: 100%;
}
@media (max-width: 1023px) {
  .cart-note__input {
    margin-bottom: 4rem;
  }
}
.cart__product-title {
  border-bottom: none;
  color: var(--color-body-text);
}
@media (max-width: 1023px) {
  .cart__product-title {
    font-size: 16px;
    line-height: 0.75em;
  }
}
.cart__product-title:focus,
.cart__product-title:not([disabled]):hover {
  border-bottom: var(--border-width) solid var(--color-form-border);
  color: var(--color-body-text);
}
.cart__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.cart__product-quantity {
  align-items: center;
  background-color: var(--cart-foot-color);
  border: 3px solid var(--color-body-text);
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: -12px;
  width: 30px;
  z-index: 2;
}
.cart__remove {
  margin-top: calc(8 / (var(--font-base-size-desktop)) * 1em);
}
.cart__price {
  padding-right: 0;
  text-align: right;
}
.cart__price * {
  margin-top: 0;
}
.cart__continue-btn {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .cart-message {
    padding-top: 2rem;
  }
  .cart__qty-label {
    clip: auto;
    display: inline-block;
    height: auto;
    margin: 0 1rem 0 0;
    overflow: auto;
    position: inherit;
    vertical-align: middle;
    width: auto;
  }
}
.cart--no-cookies .cart--empty-message,
.cart--no-cookies .cart__continue-btn {
  display: none;
}
.cookie-message {
  display: none;
  padding-bottom: 2rem;
}
.cart--no-cookies .cookie-message {
  display: block;
}
.additional-checkout-buttons {
  margin-top: 1rem;
}
.additional-checkout-buttons input[type="image"] {
  background: transparent;
  border: 0;
  padding: 0;
}
[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
.cart-popup-wrapper {
  background-color: var(--color-body);
  border: 1px solid var(--color-border);
  display: block;
  position: fixed;
  transform: translateY(0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  width: 100%;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .cart-popup-wrapper {
    right: 0;
    width: 23rem;
  }
}
.cart-popup-wrapper--hidden {
  display: none;
  transform: translateY(-100%);
}
.cart-popup {
  padding: 0.2rem 1.5rem 1rem;
}
.cart-popup__header {
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-direction: row;
}
.cart-popup__heading {
  color: var(--color-body-text);
  flex-grow: 1;
  margin: 0;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.cart-popup__close {
  background-color: transparent;
  border: none;
  line-height: 0;
  margin-right: -0.9rem;
  padding: 0.9rem;
}
.cart-popup__close .icon-close {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}
.cart-popup__close:focus,
.cart-popup__close:hover {
  color: var(--color-text);
}
.cart-popup-item {
  display: flex;
  margin: 1rem 0;
}
.cart-popup-item__image-wrapper {
  flex-basis: 18%;
  flex-shrink: 0;
  margin-right: 1rem;
  position: relative;
  text-align: center;
}
.cart-popup-item__image {
  display: block;
  margin: 0 auto;
}
.cart-popup-item__description {
  color: var(--color-body-text);
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
}
.cart-popup-item__title {
  color: var(--color-text);
  margin-bottom: 0;
}
.product-details__item {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  line-height: 0.8rem;
  text-transform: uppercase;
}
.product-details__item:last-child {
  margin-bottom: 0;
}
.cart-popup-item__quantity {
  flex-basis: 30%;
  flex-shrink: 0;
  margin-left: 1rem;
  text-align: right;
}
.cart-popup__cta-link {
  width: 100%;
}
.cart-popup__dismiss {
  margin-top: 0.5rem;
  text-align: center;
}
.sidebar {
  background: var(--color-sidebar-bg);
  color: var(--color-sidebar-text);
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: var(--sidebar-width);
  z-index: 8888;
}
.sidebar.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sidebar--right {
  right: 0;
  transform: translateX(100%);
}
.sidebar--right.active {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.sidebar--left {
  left: 0;
  transform: translateX(-100%);
}
.sidebar--left.active {
  display: block;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.sidebar.will-transition {
  display: block;
  transition: transform 1s ease;
  border: solid 18px transparent;
    border-radius: 22px;
    background: transparent;
  @media (max-width: 1023px) {
    border: solid 8px transparent;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.sidebar__container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sidebar__content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.sidebar__head {
  align-items: center;
  border-bottom: var(--border-width) solid var(--color-border);
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  min-height: var(--header-height);
  /*padding: 0 var(--padding-desktop);*/
  padding: 0 40px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .sidebar__head {
    padding: 0 var(--padding-mobile);
  }
}
.sidebar__head .sidebar__closebtn {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.sidebar__head .sidebar__closebtn .icon {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.sidebar__title {
  color: var(--color-sidebar-heading);
}
.sidebar__cart {
  display: flex;
  padding-top: 0;
}
.sidebar__cart .sidebar__cart-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--header-height));
  height: calc(var(--vh, 1vh) * 100 - var(--header-height));
  width: 100%;
}
.sidebar__cart .sidebar__cart-scroll {
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar__cart .sidebar__cart-scroll::-webkit-scrollbar {
  display: none;
}
.sidebar__cart .sidebar__cart-items {
  -ms-overflow-style: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  /*padding: var(--padding-desktop);*/
  padding:10px 40px;
  padding-bottom: 1rem;
}
@media (max-width: 1023px) {
  .sidebar__cart .sidebar__cart-items {
    padding: var(--padding-mobile);
  }
}
.sidebar__cart .sidebar__cart-items::-webkit-scrollbar {
  display: none;
}
.sidebar__cart .sidebar__cart-items .sidebar__cart-item {
  display: flex;
  height: auto;
  margin-bottom: 1rem;
  padding: 0;
  width: 100%;
}
.sidebar__cart .sidebar__cart-items .sidebar__cart-item .sidebar__cart-image {
  display: flex;
  float: left;
  height: 100%;
  width: 35%;
}
.sidebar__cart .sidebar__cart-items .sidebar__cart-item .sidebar__cart-image a {
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-image
  a
  img {
  display: flex;
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
  width: 100%;
        border-radius: 18px;
}
.sidebar__cart .sidebar__cart-items .sidebar__cart-item .sidebar__cart-content {
  display: flex;
  flex-direction: column;
  float: left;
  justify-content: space-between;
  padding: 0 0 0 2rem;
  width: 65%;
}
@media (max-width: 1023px) {
  .sidebar__cart
    .sidebar__cart-items
    .sidebar__cart-item
    .sidebar__cart-content {
    padding: 0 0 0 1rem;
  }
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-info {
  width: 100%;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-info
  p {
  color: var(--color-sidebar-text);
  margin: 0;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-remove {
  color: var(--color-sidebar-text);
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-remove
  a {
  border-bottom: var(--border-width) solid;
  border-color: inherit;
  color: var(--color-sidebar-text);
  opacity: 0.5;
  padding: 0;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-remove
  a:hover {
  opacity: 1;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-title {
  display: flex;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-title
  a {
  padding: 0;
  width: 100%;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-title
  a:hover {
  color: var(--color-sidebar-text);
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-price {
  color: var(--color-sidebar-text);
  margin: 0;
  padding-left: 0;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-price
  div {
  color: var(--color-sidebar-text);
  display: flex;
  justify-content: left;
  width: 100%;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-price
  del {
  display: none;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-quantity
  .sidebar__cart-product-quantity-input {
  display: flex;
}
.sidebar__cart
  .sidebar__cart-items
  .sidebar__cart-item
  .sidebar__cart-content
  .sidebar__cart-product-quantity
  input {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.sidebar__cart .sidebar__cart-out {
  border-top: var(--border-width) solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  /*padding: var(--padding-desktop);*/
  padding:40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .sidebar__cart .sidebar__cart-out {
    padding: var(--padding-mobile);
    padding-bottom:140px;
    background-color:var(--color-body);
  }
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-totals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-totals p {
  color: var(--color-sidebar-text);
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-actions {
  margin-top: 0;
  width: 100%;
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-actions input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  width: 100%;
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text {
  width: 100%;
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text .tab-title {
  background: var(--header-color);
  border-radius: var(--btn-radius);
  margin: 1rem 0;
  padding: var(--btn-padding);
}
@media (max-width: 1023px) {
  .sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text .tab-title {
    margin-top: 0;
    padding: var(--btn-padding-mobile);
  }
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text.tab {
  border: none !important;
}
.sidebar__cart-range {
  align-items: center;
  border-bottom: var(--border-width) solid var(--color-border);
  display: flex;
  height: var(--header-height);
  justify-content: center;
  min-height: var(--header-height);
  padding: 0 var(--padding-desktop);
}
@media (max-width: 1023px) {
  .sidebar__cart-range {
    padding: 0 var(--padding-mobile);
  }
}
.sidebar__cart-shipping-range {
  width: 100%;
}
.sidebar__cart .payment-icons {
  padding: 1rem 0 0;
}
.sidebar__cart .payment-icons,
.sidebar__cart .payment-systems {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sidebar__cart .payment-icon {
  display: flex;
}
@media (max-width: 1023px) {
  .cart-sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.sidebar__customer .sidebar__customer-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.sidebar__customer .login-row,
.sidebar__customer .register-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  max-width: none;
  padding: var(--padding-desktop);
}
@media (max-width: 1023px) {
  .sidebar__customer .login-row,
  .sidebar__customer .register-row {
    padding: var(--padding-mobile);
  }
}
.sidebar__customer .register-row {
  align-items: flex-end;
}
.sidebar__customer .required {
  margin: 0;
}
@media (max-width: 1023px) {
  .sidebar__customer .login-submit {
    margin-bottom: 0;
  }
}
.sidebar__customer .sidebar__account {
  display: flex;
  flex-direction: column;
  overflow: scroll;
}
.terms-register {
  font-size: 75%;
  margin-bottom: 2rem;
}
.terms-register a {
  border-bottom: 1px solid;
}
@media (max-width: 1023px) {
  .sidebar__customer .sidebar__customer-content {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.sidebar__cart .product-form__item__quantity {
  margin-top: 1rem;
  width: 10rem;
}
.site-overlay {
  background: transparent;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform-origin: left;
  transition: all 0.2s linear;
  visibility: hidden;
  width: 100vw;
  z-index: 7777;
}
.site-overlay.active {
  opacity: 1;
  visibility: visible;
}
progress {
  -webkit-appearance: none;
  border: var(--form-field-border-width-top) solid var(--color-form-border);
  border-radius: var(--btn-radius);
  height: 0.4rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
progress[value]::-webkit-progress-value {
  background: #000;
}
::-webkit-progress-bar {
  background-color: #fff;
}
#SearchDrawer {
  height: var(--header-height);
  position: absolute;
}
.search-bar__close .icon .search-form__input-wrapper {
  position: relative;
}
.search-form__input {
  background-color: var(--color-form-field);
  border: none;
  border: 1px solid var(--color-form-border);
  color: var(--color-form-text);
  min-height: var(--header-height);
  padding-right: 3.8rem;
  width: 100%;
}
.search-form__input::-ms-clear {
  display: none;
}
.search-form__input::-webkit-search-cancel-button {
  display: none;
}
.search-form__input::-moz-placeholder {
  color: var(--color-form-text);
  opacity: 0.6;
}
.search-form__input::placeholder {
  color: var(--color-form-text);
  opacity: 0.6;
}
.search-form__input:-ms-input-placeholder {
  color: var(--color-form-text);
  opacity: 0.6;
}
.search-form__input::-ms-input-placeholder {
  color: var(--color-form-text);
  opacity: 0.6;
}
.search-form__clear-action {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  height: 2rem;
  justify-content: center;
  line-height: inherit;
  margin: -0.9rem 0 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transition-duration: 0.1s;
  transition-property: opacity, visibility, background-color, transform;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  width: 2rem;
}
.search-form__clear-action .icon-close {
  fill: var(--color-form-text);
  flex: 1 1 auto;
  height: 0.9rem;
  width: 0.9rem;
}
.search-form__clear-action:focus,
.search-form__clear-action:hover {
  background-color: rgba(var(--color-form-text-rgb), 0.2);
}
.search-form__clear-action:active {
  transform: scale(0.9);
}
.search-bar__form .search-form__clear-action {
  right: 3.8rem;
}
.search-form__connected-submit {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: var(--color-btn-primary);
  border: none;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: inherit;
  justify-content: center;
  line-height: inherit;
  margin: 0;
  padding: 0;
  transition: background-color 0.1s ease-in-out;
  width: 4rem;
}
.search-form__connected-submit:focus,
.search-form__connected-submit:hover {
  background-color: var(--color-btn-primary-darker);
}
.search-form__connected-submit:active {
  background-color: var(--color-btn-primary);
}
.search-form__connected-submit .icon-search {
  fill: var(--color-btn-primary-text);
  height: 1.6rem;
  width: 1.6rem;
}
.search-bar {
  background-color: var(--color-body);
  z-index: 999;
}
.search-bar__interior {
  display: flex;
  flex: 1;
  height: 100%;
}
@media (min-width: 1024px) {
  .search-bar__interior {
    height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.search-form__container {
  align-items: center;
  background-color: var(--color-bg);
  display: flex;
  flex: 1;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-bar__form {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
}
.search-bar__table {
  width: 100%;
}
.search-bar__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.search-bar__submit {
  background-color: transparent;
  border: 0;
  color: var(--color-form-text);
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  z-index: 1;
}
.search-bar__submit .icon {
  height: auto;
  position: relative;
  top: -1px;
  width: 1.2rem;
}
.search-bar__submit:focus,
.search-bar__submit:hover {
  color: rgba(var(--color-form-text-rgb), 0.6);
}
.search-bar__input {
  background-color: var(--color-form-field);
  border: none;
  color: var(--color-form-text);
  min-height: var(--header-height);
  padding: 0 var(--header-padding);
  width: 100%;
}
.search-bar__close {
  display: flex;
  margin-right: 1rem;
  padding: 1rem;
}
.close-icon {
  cursor: pointer;
}
.search-bar__close .icon {
  fill: #000;
  height: auto;
  width: 0.9rem;
}
.search--less-than-2-results {
  height: 40vh;
  height: calc(var(--vh, 1vh) * 40);
}
.template-search .section-header__title {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .template-search .section-header__title {
    margin-bottom: 1rem;
  }
}
.template-search form.search {
  margin: 0 0 1rem;
}
.template-search form.search button {
  display: block;
  margin: 1rem auto;
}
.template-search form.search .input-group-field {
  font-family: WindsorD, sans-serif;
  font-size: var(--font-h3-size-desktop);
  text-align: center;
}
@media (max-width: 1023px) {
  .template-search form.search .input-group-field {
    font-size: var(--font-h3-size-mobile);
  }
}
.template-search #Collection {
  padding-bottom: 3rem !important;
}
.template-search div#shopify-section-footer {
  display: none !important;
}
@media (max-width: 1023px) {
  .template-search .section-header {
    flex-direction: column;
    height: unset;
    margin-bottom: 1rem;
  }
  .template-search .section-header .rte:last-child,
  .template-search .section-header .section-header__title {
    margin-bottom: 1rem;
  }
}
.template-search ::-moz-placeholder {
  font-family: WindsorD, sans-serif !important;
}
.template-search :-ms-input-placeholder {
  font-family: WindsorD, sans-serif !important;
}
.template-search ::placeholder {
  font-family: WindsorD, sans-serif !important;
}
.template-search .section-header,
.template-search form.search {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media (min-width: 1024px) {
  .template-search .section-header,
  .template-search form.search {
    width: 40vw;
  }
}
.selectors-form {
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .selectors-form {
    flex-wrap: nowrap;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.selectors-form__item {
  margin: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .selectors-form__item {
    padding-bottom: 0;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
}
.shopify-form {
  margin: 1rem auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .shopify-form {
    width: 400px;
  }
}
.shopify-form .Form__Header h2 {
  margin: 0 0 56px;
}
.login-submit {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 2rem auto;
  width: 236px;
}
.recovery-password {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.template-search .main-content {
  min-height: calc(
    100vh - var(--announcement-height) - var(--frame-width) * 2 - 325px
  );
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--announcement-height) - var(--frame-width) * 2 -
      325px
  );
}
@media (max-width: 1023px) {
  .template-search .main-content {
    min-height: calc(
      100vh - var(--announcement-height) - var(--frame-width-mobile) * 2 - 542px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
  }
}
@media (min-width: 768px) {
  .template-search .main-content {
    min-height: calc(
      100vh - var(--announcement-height) - var(--frame-width-mobile) * 2 - 428px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 428px
    );
  }
}
form {
  margin: 0;
}
@media (max-width: 1023px) {
  form {
    margin: 1rem 0;
  }
}
fieldset {
  border: 1px solid var(--color-form-border);
}
legend {
  border: 0;
  padding: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
}
label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.33333rem;
  text-transform: uppercase;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-bottom: 0;
}
label[for] {
  cursor: pointer;
}
.disclosure__toggle,
input,
select,
textarea {
  background-color: var(--color-form-field);
  border-bottom: var(--form-field-border-width-bottom) solid
    var(--color-form-border);
  border-left: var(--form-field-border-width-left) solid
    var(--color-form-border);
  border-radius: var(--form-field-radius);
  border-right: var(--form-field-border-width-right) solid
    var(--color-form-border);
  border-top: var(--form-field-border-width-top) solid var(--color-form-border);
  color: var(--color-form-text);
  max-width: 100%;
  padding: var(--form-field-padding);
  width: 100%;
}
.disclosure__toggle::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
  opacity: 0.3;
}
.disclosure__toggle::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-form-placeholder);
  opacity: 0.3;
}
.disclosure__toggle:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-form-placeholder);
  opacity: 0.3;
}
.disclosure__toggle:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color-form-placeholder);
  opacity: 0.3;
}
.disclosure__toggle:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-form-border-darker);
}
.disclosure__toggle:focus::-moz-placeholder,
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
.disclosure__toggle:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
.disclosure__toggle:focus::placeholder,
input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
.disclosure__toggle[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  background-color: var(--color-btn-disabled);
  border-color: var(--color-btn-disabled);
  cursor: default;
}
.input--error.disclosure__toggle::-webkit-input-placeholder,
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
  color: var(--color-form-field-error);
  opacity: 0.5;
}
.input--error.disclosure__toggle::-moz-placeholder,
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
  color: var(--color-form-field-error);
  opacity: 0.5;
}
.input--error.disclosure__toggle:-ms-input-placeholder,
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
  color: var(--color-form-field-error);
  opacity: 0.5;
}
.input--error.disclosure__toggle::-ms-input-placeholder,
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
  color: var(--color-form-field-error);
  opacity: 1;
}
.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder,
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle::-moz-placeholder,
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle:-ms-input-placeholder,
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle::-ms-input-placeholder,
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
  opacity: 1;
}
textarea {
  height: 120px;
  resize: none;
}
.input--error.disclosure__toggle,
input.input--error,
select.input--error,
textarea.input--error {
  border-color: var(--color-form-field-error);
  color: var(--color-form-field-error);
  margin-bottom: 0.5rem;
}
.input--error.disclosure__toggle:focus,
input.input--error:focus,
select.input--error:focus,
textarea.input--error:focus {
  outline: none !important;
}
.input-error-message {
  align-items: center;
  display: flex;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  margin-bottom: 1rem;
}
.Alert--error,
.input-error-message {
  color: var(--color-form-field-error);
}
.Alert--error {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .input-error-message {
    margin-bottom: 2rem;
  }
}
.input-error-message .icon {
  height: 1em;
  margin-right: 1rem;
  width: 1em;
}
.disclosure__toggle,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--svg-select-icon);
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 2rem;
  text-indent: 0.01px;
  text-overflow: "";
}
.select-group {
  position: relative;
  z-index: 2;
}
.select-group .disclosure__toggle,
.select-group select {
  background-color: transparent;
  background-image: none;
}
.select-group .icon {
  height: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  z-index: -1;
}
option {
  background-color: var(--color-body);
  color: var(--color-text);
}
.disclosure__toggle::-ms-expand,
select::-ms-expand {
  display: none;
}
.label--hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.label--error {
  color: var(--color-form-field-error);
}
input,
textarea {
  padding: var(--form-field-padding);
}
@media (min-width: 1024px) {
  input,
  textarea {
    padding: var(--form-field-padding);
  }
}
.shopify-form .disclosure__toggle,
.shopify-form input,
.shopify-form select,
.shopify-form textarea {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
.shopify-form .input--error.disclosure__toggle,
.shopify-form input.input--error,
.shopify-form select.input--error,
.shopify-form textarea.input--error {
  margin-bottom: 0.5rem;
}
.shopify-form input.btn {
  display: block;
  margin: 0 auto;
  width: 236px;
}
.shopify-form [type="checkbox"],
.shopify-form [type="radio"] {
  display: inline-block;
  margin-right: 0.33333rem;
  width: auto;
}
.shopify-form .btn,
.shopify-form
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-form [type="submit"],
.shopify-payment-button
  .shopify-form
  .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}
.shopify-form .btn {
  margin: 0.5rem auto;
}
.AddressCheckbox {
  align-items: center;
  display: flex;
  margin: 1rem 0;
}
.AddressCheckbox input {
  margin-bottom: 0;
}
.form-single-field {
  margin: 0 auto 3rem;
  max-width: 35rem;
}
.form-single-field .input--error {
  margin-bottom: 0;
}
.form-message,
.note {
  border: 1px solid var(--color-form-border);
  margin: 0 0 2rem;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .form-message,
  .note {
    padding: var(--form-field-padding);
  }
}
.form-message--success {
  background-color: #d1f5e4;
  border: 3px solid var(--color-form-field-success);
  border-radius: 18px;
  display: block;
  font-family: DINAlternate, sans-serif;
  font-size: 14px;
  padding: 1rem 3rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.form-message--success,
.input--success {
  color: var(--color-form-field-success);
}
.form-message--error {
  background-color: #fff8f8;
  border: 1px solid var(--color-form-field-error);
  color: #651818;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}
.form-message--error li {
  list-style-position: inside;
  list-style-type: disc;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link,
.form-message--error a {
  -webkit-text-decoration-skip: ink;
  color: #651818;
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.form-message--error .form-message__link:focus,
.form-message--error .form-message__link:hover,
.form-message--error a:focus,
.form-message--error a:hover {
  color: #651818;
  text-decoration: none;
}
.input-group {
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.input-group--nowrap {
  flex-wrap: nowrap;
}
.input-group--error {
  margin-bottom: 1rem;
}
.input-group__field input {
  width: 100%;
}
.shopify-form .input-group__field {
  margin: 0;
}
.input-group__field--connected {
  margin-bottom: 0;
}
.input-group__field--connected input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group__btn {
  flex-grow: 1;
}
.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  width: 100%;
}
.filters-toolbar-wrapper {
  align-items: center;
  background: var(--header-color);
  display: grid;
  grid-template-columns: 1fr;
  left: 0;
  margin-bottom: 1rem;
  padding: 0 var(--padding-desktop);
  /*position: -webkit-sticky;
  position: sticky;*/
  top: calc(var(--header-height) + var(--announcement-height));
  width: 100%;
  z-index: 4;  
  padding: 3rem var(--collection-padding) 0;
}
@media (max-width: 1023px) {
  .filters-toolbar-wrapper {
    padding: 0 var(--padding-mobile);
  }
}
.announcement-home .filters-toolbar-wrapper,
.announcement-not-sticky .filters-toolbar-wrapper {
  top: calc(var(--header-height) - 1px);
}
.scrollable-wrapper {
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  overflow: hidden;
}
.accordion-filters {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  outline: none;
  text-align: left;
  transition: 0.1s ease;
  width: 100%;
  align-items: flex-start;
  @media (max-width: 1023px) {
        flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .accordion-filters .sort-filters {
    margin-top:20px;
    width: 100%;
  }
}
.accordion-filters .filters-toolbar__btn-close.btn {
  margin: 0;
}
.filter-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  .filter-title {
    margin-left: 0;
  }
  .accordion-filters [data-filter="collection-filter"]{
    margin:auto;
  }
}
.filter-title.active:after {
  background: #000;
  border-radius: 100%;
  content: " ";
  height: 5px;
  position: absolute;
  right: -15px;
  width: 5px;
}
.reset-filter-button {
  display: flex;
}
.reset-filter-button svg {
  margin-right: 0.5rem;
  width: 1rem;
}
.panel-filters {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.2s ease-out;
  z-index: 9;
}
.panel-filters.active-toolbar-filters {
  max-height: 500px;
}
.filters-toolbar__item-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 2rem 0;
}
.filters-toolbar__item-wrapper .filters-toolbar__item-child {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.filters-toolbar__item-wrapper .filters-toolbar__item-child .input-filters {
  cursor: pointer;
  display: flex;
  opacity: 0.5;
}
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters:hover {
  opacity: 1;
}
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .option1-checkbox,
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .option2-checkbox,
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .option3-checkbox,
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .tag-checkbox,
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .type-checkbox,
.filters-toolbar__item-wrapper
  .filters-toolbar__item-child
  .input-filters
  .vendor-checkbox {
  display: none;
}
.filters-toolbar__label {
  margin-bottom: 1rem;
}
.filters-toolbar__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  position: relative;
}
.filters-toolbar__actions .btn {
  margin: 0 0.5rem;
  text-transform: capitalize;
}
.sidebar__filter .panel-filters {
  max-height: 100%;
}
.sidebar__filter .panel-filters .filters-toolbar__item-wrapper {
  grid-row-gap: 2rem;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  padding: var(--padding-desktop);
}
@media (max-width: 1023px) {
  .sidebar__filter .panel-filters .filters-toolbar__item-wrapper {
    padding: var(--padding-mobile);
  }
}
.sidebar__filter.sidebar--left .filters-toolbar__actions,
.sidebar__filter.sidebar--right .filters-toolbar__actions {
  justify-content: flex-start;
  padding: var(--padding-desktop);
}
@media (max-width: 1023px) {
  .sidebar__filter.sidebar--left .filters-toolbar__actions,
  .sidebar__filter.sidebar--right .filters-toolbar__actions {
    background: var(--color-sidebar-bg);
    bottom: 0;
    left: 0;
    padding: var(--padding-mobile);
    position: absolute;
    right: 0;
  }
}
.sidebar__filter.sidebar--left .filters-toolbar__actions .btn,
.sidebar__filter.sidebar--right .filters-toolbar__actions .btn {
  margin-left: 0;
  margin-right: 1rem;
}
.filters-toolbar-wrapper.block_hover .panel-filters {
  background: var(--header-color);
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 63px;
  width: 100%;
}
.filters-toolbar .wrapper-color {
  display: flex;
  flex-direction: row;
}
.filters-toolbar .wrapper-color .option-selection {
  border: 1px solid transparent;
  border-radius: 100%;
  margin-right: 1rem;
  transform: scale(0.9);
}
.filters-toolbar .wrapper-color .option-selection.active {
  border-color: #000;
}
.filters-toolbar .wrapper-color .option-selection.active .input-filters {
  border: 2px solid #fff;
  opacity: 1;
}
.filters-toolbar .wrapper-color .option-selection:hover {
  border-color: #000;
}
.filters-toolbar .wrapper-color .option-selection:hover .input-filters {
  border: 2px solid #fff;
}
.filters-toolbar .wrapper-color .color-swatch {
  border-radius: 100%;
  display: flex;
  height: 1.2rem;
  margin: 0;
  opacity: 1;
  width: 1.2rem;
}
.sort-filters {
  font-family: AntiqueOliveStdCompact,sans-serif;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sort-filters .filters-toolbar__label {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 1rem;
}
.sort-filters .sidebar__sort-content {
  display: flex;
  gap: 10px;
}
.sort-filters .filters-toolbar__label_sidebar {
  display: none;
}
.sort-filters .filters-toolbar__input-wrapper {
  display: flex;
  transition: 0.1s ease;
}
.sort-filters .filters-toolbar__input-wrapper .input-filters {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 0;
  gap: 4px;
}
.sort-filters .filters-toolbar__input-wrapper .input-filters .sort-checkbox {
  height: 10px;
  width: 10px;
  margin-top: -5px;
}
.sort-filters .filters-toolbar__input-wrapper[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}
.sort-filters .filters-toolbar__input-wrapper[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.sort-filters .option-selection {
  opacity: 0.5;
  transition: 0.1s ease;
}
.sort-filters .option-selection.active,
.sort-filters .option-selection:hover {
  opacity: 1;
}
.sidebar__sort .sidebar__sort-content {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  padding: var(--padding-desktop);
}
@media (max-width: 1023px) {
  .sidebar__sort .sidebar__sort-content {
    padding: var(--padding-mobile);
  }
}
.sidebar__sort .sidebar__sort-content input.sort-checkbox {
  display: none;
}
.sidebar__sort .sidebar__sort-content .option-selection {
  opacity: 0.5;
  transition: 0.1s ease;
}
.sidebar__sort .sidebar__sort-content .option-selection.active,
.sidebar__sort .sidebar__sort-content .option-selection:hover {
  opacity: 1;
}
.sidebar__sort .sidebar__sort-content .input-filters {
  cursor: pointer;
}
.sidebar__sort .sidebar__sort-content .filters-toolbar__label_sidebar {
  display: block;
  margin-bottom: 1rem;
}
.site-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 164px;
  width: calc(100vw - var(--frame-width) * 2);
}
@media (max-width: 1023px) {
  .site-footer {
    padding-top: 112px;
    width: calc(100vw - var(--frame-width-mobile) * 2);
  }
}
.logo-footer {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
}
.logo-footer .logosvg {
  max-width: 100%;
}
.logo-footer path {
  fill: var(--frame-color);
}
.site-footer__content {
  text-align: center;
}
@media (max-width: 1023px) {
  .site-footer__content {
    margin: 0 auto 15px;
  }
}
@media (max-width: 375px) {
  .site-footer__content {
    margin: 0 auto 8px;
  }
}
.site-footer__linklist-item {
  display: inline-block;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .site-footer__linklist-item {
    display: block;
  }
}
.footer-bottom {
  margin: 0;
}
.footer__copyright-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: var(--footer-padding) var(--footer-padding) 2rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .footer__copyright-container {
    max-width: 80%;
    padding: var(--footer-padding-mobile) var(--footer-padding-mobile) 1rem;
  }
}
.footer-index {
  bottom: var(--frame-width);
  padding: 0;
  position: fixed;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 1023px) {
  .footer-index {
    display: none;
  }
}
.footer-index .logo-footer path {
  fill: var(--frame-color-homepage);
}
.template-index .page-container .footer-index {
  display: none;
}
@media (max-width: 1023px) {
  .template-index .page-container .footer-index {
    bottom: var(--frame-width-mobile);
    display: block;
    position: absolute;
    width: calc(100vw - var(--frame-width-mobile) * 2);
 
  }
}
.template-product .main-content {
  padding-top: 0;
}
.product-single__thumbnail {
  border: 2px solid transparent;
  display: block;
  position: relative;
}
.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
  opacity: 0.8;
}
.product-single__thumbnail.active-thumb {
  border-color: var(--color-text);
}
.product-single__thumbnail-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-single__thumbnail-badge {
  height: 22px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 22px;
}
@media (min-width: 1024px) {
  .product-single__thumbnail-badge {
    height: 26px;
    width: 26px;
  }
}
.product-single__thumbnail-badge .icon {
  fill: var(--color-bg);
  height: 100%;
  vertical-align: baseline;
  width: 100%;
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
  stroke: rgba(var(--color-text-rgb), 0.05);
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
  fill: var(--color-text);
}
.product-featured-media {
  display: block;
  left: 4px;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  width: calc(100% - 8px);
}
.no-js .product-featured-media {
  position: relative;
}
.zoomImg {
  background-color: var(--color-body);
}
.product-single__media-group--full {
  margin-bottom: 1.5rem;
}
.product-single__media,
.product-single__media-wrapper {
  margin: 0 auto;
  width: 100%;
}
.product-single__media {
  height: 100%;
  min-height: 1px;
  position: relative;
}
.product-single__media .media-item,
.product-single__media .model-viewer,
.product-single__media .plyr,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe,
.product-single__media img,
.product-single__media > video {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-single__media img {
  cursor: zoom-in;
}
.product-single__media .media-item,
.product-single__media .media-video,
.product-single__media .model-viewer,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe {
  height: 100%;
}
.product-single__media--video {
  background-color: var(--color-video-bg);
}
.product-single__view-in-space {
  background-color: rgba(var(--color-text-rgb), 0.08);
  border: none;
  color: var(--color-text);
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
}
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .product-single__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}
.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
  border-bottom-color: var(--color-text);
}
.product-single__view-in-space svg.icon {
  fill: transparent;
  height: calc(25 / (var(--font-base-size-desktop)) * 1em);
  margin-right: 2.43px;
  margin-top: -3px;
  width: calc(25 / (var(--font-base-size-desktop)) * 1em);
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--color-text);
  opacity: 1;
}
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
}
@media (max-width: 1023px) {
  .template-product .main-content {
    padding-top: 0;
  }
  .product-single__media-group {
    position: relative;
  }
  .thumbnails-wrapper {
    margin: 0 2px 30px;
    position: relative;
    text-align: center;
    top: 10px;
  }
  .thumbnails-slider__btn {
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .thumbnails-slider__btn .icon {
    height: 1rem;
    width: 1rem;
  }
  .thumbnails-slider__prev {
    left: -1.5rem;
  }
  .thumbnails-slider__next {
    right: -1.5rem;
  }
  .product-single__thumbnail {
    margin: 0 auto;
  }
}
.product-single__thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .product-single__thumbnails {
    justify-content: center;
    margin-top: 0;
  }
  .slider-active .product-single__thumbnails {
    display: block;
    margin: 0 auto;
    max-width: 75%;
    overflow: hidden;
  }
  .product-single__thumbnails-slider-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
  }
  .product-single__thumbnails-slider-track:after,
  .product-single__thumbnails-slider-track:before {
    content: "";
    display: table;
  }
  .product-single__thumbnails-slider-track:after {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-slider-track {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-single__thumbnails-item {
  flex: 0 0 25%;
  padding-left: 0.5rem;
}
@media (max-width: 1023px) {
  .product-single__thumbnails-item.slick-slide {
    padding-bottom: 10px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    vertical-align: middle;
  }
  .thumbnails-slider--active .product-single__thumbnails-item.slick-slide {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .product-single__thumbnails-item-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 5px 2.5px;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--small {
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 33.33333%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--medium {
    flex: 0 0 25%;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--large {
    flex: 0 0 20%;
  }
}
@media (min-width: 1024px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 20%;
  }
}
@media only screen and (min-width: 990px) {
  .product-single__thumbnails-item--full {
    flex: 0 0 12.5%;
  }
}
.template-product.announcement-home .product-info-header,
.template-product.announcement-not-sticky .product-info-header {
  top: var(--header-height);
}
@media (max-width: 1023px) {
  .template-product.announcement-home .product-info-header,
  .template-product.announcement-not-sticky .product-info-header {
    top: 0;
  }
}
.template-product.announcement-not-sticky
  .product-template__container
  .grid
  #product-data {
  top: calc(var(--header-height) + var(--breadcrumb-height));
}
@media (max-width: 1023px) {
  .template-product.announcement-not-sticky
    .product-template__container
    .grid
    #product-data {
    top: 0;
  }
}
.product-info-header {
  align-items: center;
  background: var(--breadcrumb-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--breadcrumb-height);
  left: 0;
  padding: 0 var(--header-padding);
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) + var(--announcement-height));
  width: 100%;
  z-index: 4;
}
@media (max-width: 1023px) {
  .product-info-header {
    padding: 0 var(--header-padding-mobile);
  }
}
.product-info-header.add-border {
  border-bottom: var(--border-width) solid var(--color-border);
}
.product-info-header .prod-title {
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .template-product .product-template__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .template-product .product-template__container.page-width {
    padding: 0;
  }
}
.template-product .product-template__container .grid {
  grid-gap: 0;
}
.template-product
  .product-template__container
  .grid
  .grid__item.product-single__media-group {
  cursor: pointer;
}
.template-product
  .product-template__container
  .grid
  .grid__item
  .product-featured-img {
  left: 0;
  top: 0;
  width: 100%;
}
.template-product .product-template__container .grid #product-data {
  -ms-overflow-style: none;
  align-items: start;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  justify-content: flex-start;
  margin-bottom: 6rem;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow: -moz-scrollbars-none;
  overflow: auto;
  padding-top: calc(
    var(--header-height) + var(--breadcrumb-height) + var(--announcement-height)
  );
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@media (max-width: 1023px) {
  .template-product .product-template__container .grid #product-data {
    margin-bottom: unset;
    max-height: initial;
    overflow: unset;
    padding: var(--padding-mobile);
    padding-bottom: 0;
    position: relative;
    top: 0;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-single__type {
  text-transform: capitalize;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-option {
  display: flex;
  flex-direction: column-reverse !important;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-option
  .prod-option-inner {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-option
  .box-select {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 0;
  width: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data:-webkit-scrollbar {
  display: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-single__title {
  font-family: WindsorD, sans-serif;
  font-size: 50px;
  line-height: 0.9em;
}
@media (max-width: 1023px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .product-single__title {
    font-size: 2rem;
    line-height: 1em;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product__price {
  display: flex;
  margin: 2rem 0 1rem;
}
@media (max-width: 1023px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .product__price {
    margin: 1rem 0 1rem;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .selector-size-label {
    overflow:hidden;
  display: flex;
  flex-direction: column;
    
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item--submit {
  flex: 10;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item--submit
  .icon {
  fill: currentColor;
  display: inline-block;
  height: 1rem;
  vertical-align: baseline;
  width: 1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item
  label {
  pointer-events: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item
  .box-selector {
  border-radius: 100px;
  cursor: pointer;
  margin: 0 4px;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item
  .box-selector.selected,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .product-form__item
  .box-selector:hover {
  border-color: var(--color-form-border);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__controls-group
  .box-selections {
  display: flex;
  flex: 1;
  justify-content: center;
  width: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .option-selection {
  transition: 0.1s ease;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size {
  position: relative;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .selector-size-label {
    margin-bottom: 0;
    margin-top:8px;
    overflow:hidden;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .option-selection {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  display: flex;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 15px;
  height: 36px !important;
  justify-content: center;
  text-transform: uppercase;
  width: 36px !important;
}
@media (max-width: 1023px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .option-selection {
    width: auto;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .option-selection:hover,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .selected
  .option-selection {
  border: var(--btn-border);
  border-color: var(--color-form-border);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .box-select {
  flex-direction: column-reverse;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .box-select
  .size-chart-btn {
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-size
  .box-select
  .size-chart-btn:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .box-selector {
    flex: 1;
  }
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .box-selector:last-child {
    margin: 0;
  }
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .selector-size-label {
    display: flex;
    justify-content: space-between;
  }
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .selector-size-label
    .size-chart-btn {
    font-size: 1rem;
  }
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .box-select {
    align-items: flex-start;
    flex-direction: column;
  }
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .wrapper-size
    .label {
    display: flex;
    flex-direction: column;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-material
  .option-selection:hover,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-material
  .selected
  .option-selection {
  border-bottom: 1px solid;
  border-bottom-color: var(--color-form-border);
  border-left-color: var(--color-form-border);
  border-right-color: var(--color-form-border);
  border-top-color: var(--color-form-border);
  color: var(--color-btn-primary-text-hover);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector
  .option-selection,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector
  .option-selection
  img {
  border: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector.selected
  .option-selection {
  border: none;
  border-radius: 0;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector.selected
  .option-selection
  img {
  border-bottom: 1px solid;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector:hover
  .option-selection {
  border: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector
  .option-selection {
  border: 3px solid transparent;
  border-radius: 7px;
  transform: scale(0.9);
  width: 60px;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector
  .option-selection
  img {
  border-radius: 7px;
  display: block;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector.selected
  .option-selection {
  border-color: var(--color-form-border);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector.selected
  .option-selection
  .color-swatch {
  border: 2px solid #fff;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector:hover
  .option-selection {
  border-color: var(--color-form-border);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .box-selector:hover
  .option-selection
  .color-swatch {
  border: 2px solid #fff;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .option-selection {
  border: 1px solid transparent;
  border-radius: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .option-selection
  span {
  display: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color
  .option-selection
  .color-swatch {
  border-radius: 100%;
  display: flex;
  height: 1.2rem;
  width: 1.2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector {
  margin-right: 0.2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .wrapper-color.option--thumbnail
  .box-selector
  .option-selection {
  display: flex;
  transform: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__submit-group {
  margin-bottom: 2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .label {
  font-size: 14px;
  text-transform: uppercase;
  min-width: 58px;
}

@media (max-width: 1023px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .prod-inner-container
    .label {
    margin-bottom: 1rem;
      min-width: 100px;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .delivery-availability {
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .messaggio-personal {
  margin-top: -1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item {
  flex-grow: 1;
  padding: 0;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .btn,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .shopify-payment-button {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  justify-content: center;
  /*width: 236px;*/
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .btn
  span.add-to-cart-price,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .shopify-payment-button
  span.add-to-cart-price {
  padding-left: 1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .add-to-cart-preorder {
  display: flex;
  justify-content: center;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .add-to-cart-preorder
  .compare-price {
  padding-left: 1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .delivery-preorder {
  margin-top: 1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item
  .shopify-payment-button {
  margin-left: 1rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .error-add-to-cart
  .btn.product-form__cart-submit {
  background: var(--color-form-field-error);
  border-color: var(--color-form-field-error);
  color: var(--color-btn-primary-text);
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .error-add-to-cart
  .quantity-field {
  border-color: var(--color-form-field-error) !important;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .error-add-to-cart
  .minus-btn
  svg
  line,
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .error-add-to-cart
  .plus-btn
  svg
  line {
  stroke: var(--color-form-field-error) !important;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__error-message-wrapper {
  margin-bottom: 2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__error-message-wrapper
  .product-form__error-message {
  color: var(--color-form-field-error);
  margin-left: 0.5rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__item--submit {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container
  .product-form__input--quantity {
  max-width: 100%;
  width: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .prod-inner-container{
    overflow:hidden;
  }
.template-product
  .product-template__container
  .grid
  #product-data
  .product-single__description {
  margin-top: 2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-single__description
  li {
  list-style-type: none;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-single__description
  li
  p {
  margin-bottom: 0;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-single__description
  ul.tabs {
  display: block;
  float: left;
  margin-bottom: 1rem;
  width: 100%;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-description {
  margin-bottom: 2rem;
}
.template-product
  .product-template__container
  .grid
  #product-data
  .product-description p{
  margin: .5rem;
}
@media (min-width: 768px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .product-description {
    margin: 0 auto 1rem;
    width: 65vw;
  }
}
@media (min-width: 1024px) {
  .template-product
    .product-template__container
    .grid
    #product-data
    .product-description {
    padding: 0 1.5rem;
    width: 100%;
  }
}
.template-product
  .product-template__container
  .grid
  #product-data
  form.product-form {
  padding-bottom: 3rem;
}
.template-product .product-form--variant-sold-out .shopify-payment-button {
  display: none !important;
}
.template-product .product-recommendation-header {
  margin-bottom: 0;
}
#prod-options-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
}
#prod-options-row.add_borders {
  border-bottom: var(--border-width) solid var(--color-border);
  border-top: var(--border-width) solid var(--color-border);
  margin-bottom: 2rem;
  padding: 2rem 0 0;
}
#prod-options-row .selector-color .prod-option-inner {
  flex-direction: column !important;
  flex-wrap: wrap;
}
#prod-options-row .selector-color .prod-option-inner .box-selector {
  margin-right: 0.5rem;
}
#prod-options-row .selector-color .prod-option-inner .selector-color-options {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#prod-options-row
  .selector-color
  .prod-option-inner
  .selector-color-options
  img {
  display: flex;
  height: auto;
  padding: 0;
  width: 5rem;
}
#prod-options-row .selector-color-text {
  padding-left: 15px;
  text-transform: capitalize;
}
.label--selected {
  margin-left: 0.5rem;
  text-transform: capitalize;
}
.box-selector.color-box-selector.selected img {
  border-bottom: 1px inset #000;
}
.box-selector.color-box-selector img {
  border-bottom: 1px inset;
  padding: 0 8px;
}
.size-chart-btn {
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  margin: 3px 0;
  opacity: 0.5;
  text-transform: none;
  transition: 0.1s ease;
}
.size-chart-btn:hover {
  opacity: 1;
}
#KiwiSizingChart {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#KiwiSizingChart .ks-chart-container {
  background: none;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 1;
}
#KiwiSizingChart .ks-chart-container .btn.ks-chart-modal-button {
  border: none;
  font-family: DINAlternate, sans-serif;
  font-size: 11px;
  left: 0;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: 0.1s ease;
  width: 100% !important;
}
#KiwiSizingChart .ks-chart-container .btn.ks-chart-modal-button svg {
  display: none;
}
#KiwiSizingChart .ks-chart-container .btn.ks-chart-modal-button span,
#KiwiSizingChart .ks-chart-container .btn.ks-chart-modal-button span.with-icon {
  background: none;
  border: none;
  color: var(--color-text);
  padding: 0 !important;
  text-decoration: none;
}
.product-form__error-message-wrapper--hidden {
  display: none;
}
span.compare-price {
  opacity: 0.6;
  padding-right: 0.5rem;
  text-decoration: line-through;
}
span.add-to-cart-price {
  display: flex;
}
.text-center .product__price {
  align-items: center;
  justify-content: center;
}
.text-center .prod-option {
  align-items: center;
  flex-direction: column !important;
  justify-content: center !important;
}
.text-center .prod-option-inner {
  align-items: center;
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
.text-center .prod-option-inner .selector-size-label {
  margin: 0;
}
@media (max-width: 1023px) {
.selector-size-label{
  min-width:100px;
}
}
.text-center .prod-option-inner:nth-child(3),
.text-center .prod-option-inner:nth-child(4) {
  display: none !important;
}
.text-center .prod-option-inner .option-selection {
  margin: 0 2px;
}
.text-center .selector-color .prod-option-inner .box-selector {
  margin: 0 0.5rem;
}
.text-center .product-tabs .tabs li {
  margin-left: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 1023px) {
  .lines-images-mobile {
    bottom: 1.5rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .lines-images-mobile span {
    background: #babac0;
    border-radius: 100%;
    height: 0.5rem;
    margin-right: 2vw;
    padding: 0;
    width: 0.5rem;
  }
  .lines-images-mobile span:first-child {
    margin-left: 0;
  }
  .lines-images-mobile span:last-child {
    margin-right: 0;
  }
  .lines-images-mobile span.active {
    background: #000;
  }
}
.custom-message {
  margin: 1rem 0;
}
.price {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
}
.price.price--listing {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1023px) {
  .price.price--listing {
    flex-direction: column;
  }
}
.price dl {
  margin-top: 0;
}
.price--compare-price-hidden .price__compare {
  display: none;
}
.price__compare {
  opacity: 0.5;
}
.price__pricing-group {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.price__pricing-group > * {
  margin: 0 0.5rem;
}
.price__regular {
  display: block;
}
.price--on-sale .price__availability,
.price--on-sale .price__regular {
  display: none;
}
.price__availability {
  color: var(--color-body-text);
  display: none;
  font-size: 0.9em;
  text-transform: uppercase;
}
.price--sold-out .price__availability {
  display: block;
}
.price__sale {
  display: none;
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.price__vendor {
  color: var(--color-body-text);
  flex-basis: 100%;
  font-size: 0.9em;
  margin: 0.5rem 0 1rem;
  text-transform: uppercase;
  width: 100%;
}
.price__vendor--listing {
  margin: 0 0 0.33333rem;
}
.price__unit {
  display: none;
  flex-basis: 100%;
}
.price--unit-available .price__unit {
  display: block;
}
.price-item {
  color: var(--color-body-text);
}
.price-item--sale {
  color: var(--color-sale-text);
  margin-right: 0.5rem;
  text-transform: capitalize;
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
}
.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em;
}
.price-item__label {
  display: inline-block;
  white-space: nowrap;
}
.price.price--listing.price--sold-out .price__regular {
  opacity: 0.5;
}
.price__badges.price__badges--infos,
.price__pricing-group .price__badges {
  margin-left: 0.5rem;
}
@media (max-width: 1023px) {
  .price__badges.price__badges--infos,
  .price__pricing-group .price__badges {
    margin: 0;
  }
}
.price__badges.price__badges--listing {
  left: 0.5rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .price__badges.price__badges--listing {
    left: 0;
    top: 0.5rem;
  }
}
.price__badges.price__badges--listing .price__badge {
  border-radius: var(--btn-radius);
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  padding: 0 0.5rem;
}
.price__badges.price__badges--listing .price__badge--sale {
  background: var(--color-sale-badge);
  color: var(--color-sale-badge-text);
}
.price__badges.price__badges--listing .price__badge--sold-out {
  background: var(--color-sold-out-badge);
  color: var(--color-sold-out-badge-text);
}
.price__badge {
  display: none;
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--sold-out .price__badge--sale {
  display: none;
}
.price__badge--sale {
  color: var(--color-sale-text);
}
.price__badge--sold-out {
  color: var(--color-sold-out-text);
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}
.product-form__item__quantity {
  flex: 1;
  margin-right: 1rem;
}
.product-form__item__quantity .quantity-field {
  align-items: stretch;
  background: var(--color-field-quantity);
  border: none !important;
  border-radius: var(--btn-radius);
  display: flex;
  float: left;
  justify-content: center;
  overflow: hidden;
}
.product-form__item__quantity .quantity-field .minus-btn,
.product-form__item__quantity .quantity-field .plus-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size:.75rem;
  /*padding: calc(var(--btn-padding) / 2);*/
}
@media (max-width: 1023px) {
  .product-form__item__quantity .quantity-field .minus-btn,
  .product-form__item__quantity .quantity-field .plus-btn {
    padding: calc(var(--btn-padding) / 2);
  }
}
.product-form__item__quantity .quantity-field .minus-btn:hover,
.product-form__item__quantity .quantity-field .plus-btn:hover {
  background: var(--color-btn-secondary-darker);
}
.product-form__item__quantity .quantity-field .minus-btn svg,
.product-form__item__quantity .quantity-field .plus-btn svg {
  height: 1rem;
  pointer-events: none;
  width: 1rem;
}
.product-form__item__quantity .quantity-field input {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: 2rem;
  padding: calc(var(--btn-padding) / 2) 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .product-form__item__quantity .quantity-field input {
    min-width: 2rem;
    padding: calc(var(--btn-padding-mobile) / 2) 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-form__item__quantity .quantity-field input::-webkit-inner-spin-button,
.product-form__item__quantity .quantity-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-form__item__quantity .quantity-field input[type="number"] {
  -moz-appearance: textfield;
}
.modal {
  background-color: var(--color-bg);
  bottom: 0;
  color: var(--color-text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-20px);
}
.modal-chart {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4) !important;
  background-color: transparent;
  overflow: hidden !important;
  z-index: 9;
}
.modal-chart,
.modal-class {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal-class {
  align-items: center;
  background-color: #000;
  background-color: hsla(0, 0%, 100%, 0.85);
  overflow: auto;
  text-align: center;
  z-index: 9999;
}
.modal-class img {
  max-height: 90vh;
  max-height: calc(var(--vh, 1vh) * 90);
}
.modal--is-active {
  display: block;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
}
#modal-gallery {
  overflow: scroll !important;
}
.modal__inner {
  height: 100%;
  transform-style: preserve-3d;
}
.modal__centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
img.modal-image {
  padding: 0;
}
.modal-content label {
  top: 0;
}
.modal-image {
  padding-top: 5%;
  width: 40%;
}
.intestazione-chart h3 {
  letter-spacing: 0;
}
td,
th {
  border: none;
  border-bottom: var(--border-width) solid var(--color-form-border);
}
.footnote,
.footnote a,
.footnote p {
  color: #aaa088;
}
#KiwiSizingChart button,
.size-chart-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: DINAlternate, sans-serif;
  font-size: 11px;
  opacity: 0.4;
  padding: 0;
}
#KiwiSizingChart button:hover,
.size-chart-btn:hover {
  opacity: 1;
}
.ks-modal-header {
  font-family: WindsorD, sans-serif !important;
}
.ks-powered-by {
  display: none;
}
.intestazione-chart h3,
.intestazione-chart p {
  margin-bottom: 1rem;
}
.modal-content {
  background-color: #fff;
  height: 550px;
  margin: 15% auto;
  max-width: 900px;
  padding: 4rem;
  position: relative;
  width: 80%;
}
.modal-content .js-modal-close {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal-content .js-modal-close svg {
  height: 1.2rem;
  transform: scale(0.8);
  width: 1.2rem;
}
.modal-content #productChart {
  background: red;
}
.modal-content .chart-tab {
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
}
.modal-content .chart-tab li {
  display: block;
  float: left;
  margin-right: 1rem;
}
.modal-content .chart-tab input[type="radio"] {
  left: -9999px;
  position: absolute;
  top: 0;
}
.modal-content .chart-tab label {
  cursor: pointer;
  display: block;
  position: relative;
  top: 4px;
}
.modal-content .chart-tab .chart-content {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: 2;
}
.modal-content .chart-tab .chart-content.active {
  display: block;
}
.modal-content .chart-tab .chart-content ul {
  padding-bottom: 1rem;
}
.modal-content .chart-tab .chart-content li {
  float: none;
}
.modal-content .chart-tab .chart-content li:before {
  content: "-";
}
.modal-content .chart-tab .chart-content a {
  text-decoration: underline;
}
.modal-content .chart-tab .chart-content p {
  margin: 0;
}
.modal-content .chart-tab [id^="chart"]:checked + label {
  text-decoration: underline;
}
.modal-content .chart-tab [id^="chart"]:checked ~ [id^="chart-content"] {
  display: block;
}
.close {
  float: right;
  position: relative;
  right: -1rem;
  top: -1rem;
  width: 40px;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .close {
    float: right;
    position: relative;
    right: -2rem;
    top: -1rem;
    width: 37px;
  }
  .modal-content {
    margin: 50% auto;
    padding: 2rem;
    width: 95%;
  }
  .scrollable-wrapper {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    max-width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 1023px) {
  .scrollable-wrapper::-webkit-scrollbar {
    display: none;
  }
  ul.chart-tab label {
    display: block;
    float: left;
    padding: 4px 0;
    width: 100%;
  }
  .chart-tab table {
    margin-bottom: 20px;
  }
  .modal-content {
    height: 390px;
  }
  .modal-content td,
  .modal-content th {
    border: none;
    border-bottom: 1px solid;
  }
  .modal-content .chart-tab .chart-content {
    top: 60px;
  }
}
.modal-class {
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.modal-class img {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  width: auto;
}
.esc-size-guide--title {
  display: none;
}
.esc-size-guide--cell,
.esc-size-guide--heading {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  text-align: left;
}
.chart-container {
  display: flex;
  flex-direction: column;
  height: 430px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .chart-container {
    height: 340px;
  }
  .modal-content {
    margin: 50% auto;
    padding: 20px;
    width: 95%;
  }
  .scrollable-wrapper {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    max-width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 1023px) {
  .scrollable-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.password-page {
  background-color: var(--color-body);
  background-size: cover;
  color: var(--color-body-text);
  display: table;
  height: 100%;
  width: 100%;
}
.password-form-message {
  margin-left: auto;
  margin-right: auto;
}
.password-header {
  display: table-row;
  height: 7rem;
}
.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}
.password-login {
  padding: 0 2.5rem;
  text-align: right;
}
.password-logo .logo {
  color: var(--color-text);
  max-width: 100%;
}
.password-content {
  text-align: center;
}
.password-content--rte {
  margin-bottom: 2.5rem;
}
.password-content__title {
  display: block;
  margin-bottom: 7rem;
}
.password-main {
  display: table-row;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.password-main__inner {
  display: table-cell;
  padding: 2.5rem 4.5rem;
  vertical-align: middle;
}
.password-message {
  margin: 7rem auto 2.5rem;
}
.password__form-heading {
  margin-bottom: 4.5rem;
}
.password-powered-by,
.password-social-sharing {
  margin-top: 7rem;
}
.collection-hero {
  overflow: hidden;
  position: relative;
}
.collection-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#Collection {
  padding: 3rem var(--collection-padding) 0;
}
@media (max-width: 1023px) {
  #Collection {
    padding: 2rem var(--collection-padding-mobile) 0;
  }
}
.template-search #Collection {
  padding: 0 var(--collection-padding) 1rem;
}
@media (max-width: 1023px) {
  .template-search #Collection {
    padding: 0 var(--collection-padding-mobile);
  }
}
.template-search #Collection .product-info-container {
  bottom: 0;
}
.template-search #Collection .product-info-container .product_title {
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 0.5rem;
}
.collection-hero__title-wrapper:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
}
.collection-hero__title {
  color: var(--color-overlay-title-text);
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.template-blog .social-sharing {
  margin-bottom: 17.5px;
}
.blog-list-view .pagination {
  padding-top: 0;
}
.blog-filter {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.blog-filter .icon-chevron-down {
  fill: var(--color-form-text);
  height: 0.625em;
  right: 0.7rem;
  width: 0.625em;
}
.collection-description {
  padding: 3rem 0;
}
.collections-menu {
  margin: 0 auto 1rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .collections-menu {
    margin-top: 2rem;
  }
}
.collections-menu span {
  display: block;
  font-size: 14px;
  margin: 0 0 1rem;
}
.collections-menu .collections-menu-nav {
  margin: 0 auto;
  max-width: 50vw;
  padding: 0 var(--padding-mobile);
  text-align: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  .collections-menu .collections-menu-nav {
    max-width: 100%;
  }
}
.collections-menu .collections-menu-item {
  font-family: AntiqueOliveStdCompact, sans-serif;
  margin-left: 4px;
}
.collections-menu .collections-menu-item.active {
  color: #e841c4;
}
@media (max-width: 1023px) {
  .collections-menu .collections-menu-item {
    font-size: 16px;
    line-height: 0.75em;
  }
}
.collections-menu .collections-menu-item:not(:last-child):after {
  content: ",";
}
.collections-menu .collections-menu-item:hover {
  color: var(--color-btn-primary-hover);
}
#shopify-section-product-recommendations,
#shopify-section-product-template {
  margin-bottom: var(--grid-content-spacer);
}
@media (max-width: 1023px) {
  #shopify-section-product-recommendations,
  #shopify-section-product-template {
    margin-bottom: var(--grid-content-spacer-mobile);
  }
}
.product-recommendations__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .product-recommendations__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-row {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1023px) {
  .feature-row {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.feature-row__item {
  -moz-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 1023px) {
  .feature-row__item {
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}
.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%;
}
.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .feature-row__image {
    order: 1;
  }
}
.feature-row__text {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media (max-width: 1023px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .feature-row__text--left {
    padding-left: 3rem;
  }
  .feature-row__text--right {
    padding-right: 3rem;
  }
}
.custom-video .grid {
  margin: 0;
}
.custom-video iframe {
  height: 100%;
  width: 100%;
}
.custom-video #player {
  min-height: 100% !important;
  min-width: 100% !important;
  width: 100%;
}
.custom-video #player video {
  width: 100%;
}
[data-section-type="video-section"] {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  [data-section-type="video-section"] {
    transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}
.video-section-wrapper {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: flex;
  height: 100%;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
}
@media (min-width: 1024px) {
  .video-section-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .video-section-wrapper {
    overflow: visible !important;
  }
  .video-section-wrapper.video-is-playing {
    margin: 0;
  }
  .video-section-wrapper.video-is-loaded {
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}
.video-section-wrapper--small.video-section-wrapper--min-height {
  min-height: 175px;
}
@media (min-width: 1024px) {
  .video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 475px;
  }
}
.video-section-wrapper--medium.video-section-wrapper--min-height {
  min-height: 270px;
}
@media (min-width: 1024px) {
  .video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 650px;
  }
}
.video-section-wrapper--large.video-section-wrapper--min-height {
  min-height: 375px;
}
@media (min-width: 1024px) {
  .video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 775px;
  }
}
.video-section-wrapper--min-height {
  transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
@media (max-width: 1023px) {
  .video-section-wrapper--min-height.video-is-loaded {
    transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
}
.video-background-wrapper--no-overlay {
  background-color: rgba(var(--color-image-overlay-rgb), 0.2);
}
.video__text-content {
  opacity: 1;
  padding: 40px 0;
  position: relative;
  text-align: center;
  top: 20px;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  width: 100%;
  z-index: 3;
}
.video-is-playing .video__text-content {
  display: none;
}
.no-js .video__text-content,
.video-is-loaded .video__text-content {
  transform: translateY(-20px);
}
.no-js .video__text-content:after,
.video-is-loaded .video__text-content:after {
  content: none;
  opacity: 0;
  visibility: hidden;
}
.video__title {
  color: var(--color-overlay-title-text);
}
.video,
.video-is-paused .video__title {
  display: none;
}
.video {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.video--background {
  opacity: 1;
  position: absolute;
  visibility: visible;
}
.autoplay .video-is-loaded .video--background {
  display: block;
  opacity: 1;
  visibility: visible;
}
.video--image_with_play {
  display: none;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
  visibility: none;
  width: 100%;
}
.video-is-paused .video--image_with_play,
.video-is-playing .video--image_with_play {
  display: block;
  opacity: 1;
  visibility: visible;
}
.video-control {
  opacity: 0;
  position: absolute;
  transition: all 0.1s ease-out;
  visibility: hidden;
  z-index: 4;
}
.video-control__play-wrapper {
  display: none;
  height: 50px;
}
@media (min-width: 1024px) {
  .video-control__play-wrapper {
    display: block;
  }
}
.video-control__play-wrapper-mobile {
  display: block;
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(100% - 25px);
}
@media (min-width: 1024px) {
  .video-control__play-wrapper-mobile {
    display: none;
  }
}
.video-control__play-wrapper--with-text {
  margin-top: 30px;
}
.video-control__play {
  align-items: center;
  border-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  opacity: 1;
  padding: 5px;
  pointer-events: none;
  position: relative;
  visibility: visible;
  width: 50px;
}
.video-background-wrapper .video-control__play {
  top: 50%;
  transform: translateY(-50%);
}
.video-control__play .icon {
  opacity: 0.5;
}
.video-is-loaded .video-control__play {
  pointer-events: auto;
}
.video-is-loaded .video-control__play .icon {
  opacity: 1;
}
.video-is-playing .video-control__play {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-control__play:before {
  -webkit-animation: spin 0.65s linear infinite;
  animation: spin 0.65s linear infinite;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 2.875rem;
  left: 50%;
  margin-left: -1.4375rem;
  opacity: 0.5;
  position: absolute;
  top: 1px;
  transition: all 0.1s ease-out 0.5s;
  width: 2.875rem;
  z-index: 5;
}
.video-is-loaded .video-control__play:before,
.video-is-paused .video-control__play:before,
.video-is-playing .video-control__play:before {
  content: none;
  display: none;
}
.video-control__close-wrapper {
  display: none;
  height: 50px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 3;
}
.video-is-paused .video-control__close-wrapper,
.video-is-playing .video-control__close-wrapper {
  display: block;
}
.video-control__close {
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 30px;
}
.video-control__close-wrapper:focus .video-control__close,
.video-control__close-wrapper:hover .video-control__close {
  opacity: 0.7;
  outline: 5px auto -webkit-focus-ring-color;
}
.video-is-paused .video-control__close,
.video-is-playing .video-control__close {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.video-control__close .icon {
  display: inline-block;
  height: 14px;
  margin: 0 auto;
  width: 14px;
}
.video__pause {
  background-color: transparent;
  border: none;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87),
    background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 50px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .video__pause {
    display: none;
  }
}
.video-is-playing .video__pause {
  display: none;
}
.video__pause .icon {
  color: hsla(0, 0%, 100%, 0.5);
  position: relative;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87),
    background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.video__pause:focus,
.video__pause:hover {
  outline: none;
}
.video__pause:focus .icon,
.video__pause:hover .icon {
  color: #fff;
}
.video__pause .icon-pause {
  height: 12px;
  top: 11px;
  width: 12px;
}
.video__pause .icon-play {
  height: 16px;
  top: 9px;
  width: 16px;
}
.video__pause-resume,
.video__pause-stop {
  background-color: rgba(0, 0, 0, 0.4);
  height: 34px;
  justify-content: center;
  margin: 0 auto;
  width: 34px;
}
.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop,
.video__pause:hover .video__pause-resume,
.video__pause:hover .video__pause-stop {
  background-color: rgba(0, 0, 0, 0.75);
}
.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
  outline: 5px auto -webkit-focus-ring-color;
}
.video__pause-stop {
  display: flex;
}
.is-paused .video__pause-stop,
.video__pause-resume {
  display: none;
}
.is-paused .video__pause-resume {
  display: flex;
}
.video__overlay:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.video-is-playing .video__overlay {
  opacity: 0;
}
.video-is-playing .video__overlay:before {
  content: none;
}
.video__image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .video-background-wrapper .video__image {
    opacity: 0;
  }
}
.video-section {
  background-color: #000;
  opacity: 1;
  position: relative;
  width: 100%;
}
.video-section .hero__overlay {
  pointer-events: none;
}
.video-section.hero-video {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.video-section video {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.image-section-product .featured-prod-card,
.image-section-product .product-image,
.image-section-product .product-image-wrap {
  width: 100%;
}
.image-section-product .featured-product,
.image-section-product .featured-product .product-image {
  display: flex;
  justify-content: center;
}
.image-section-product .featured-product .product-image .product-image-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.image-section-product
  .featured-product
  .product-image
  .product-image-wrap
  .prod-image-link {
  display: flex;
  justify-content: center;
}
.image-section-product .featured-product .product-image .product-info {
  bottom: 0;
  padding: 2rem;
  position: absolute;
  width: 100%;
}
.image-section-product .featured-product .product-actions {
  padding-top: 2rem;
}
.image-section-wrapper {
  margin: 0 auto;
}
.image-section-wrapper .image-container {
  position: relative;
}
.image-section-wrapper .image-container img {
  width: 100%;
}
.image-section-wrapper .image-container .image-info {
  bottom: 0;
  padding: 2rem;
  position: absolute;
  width: 100%;
}
.split-blocks .btn {
  background: 0;
  text-align: left;
}
.split-blocks .btn:hover {
  background: 0;
  color: #000;
}
.split-blocks .split-blocks-col-row {
  display: flex;
}
@media (min-width: 1024px) {
  .split-blocks .split-blocks-col-row {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
.split-blocks .split-blocks-col-row .medium-up--one-half {
  display: flex;
}
.split-blocks .split-blocks-col-row .flex:first-child .split-blocks-col-text {
  padding: 2rem 2rem 2rem 140px;
}
@media (max-width: 1023px) {
  .split-blocks .split-blocks-col-row .flex:first-child .split-blocks-col-text {
    padding: 2rem 2rem 0 80px;
  }
}
.split-blocks .split-blocks-col-row .flex:last-child .split-blocks-col-text {
  padding: 2rem 140px 2rem 2rem;
}
@media (max-width: 1023px) {
  .split-blocks .split-blocks-col-row .flex:last-child .split-blocks-col-text {
    padding: 0 2rem 2rem 80px;
  }
}
.split-blocks .split-blocks-col-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .split-blocks .split-blocks-col-text {
    min-height: calc(100vh - var(--header-height));
    min-height: calc(var(--vh, 1vh) * 100 - var(--header-height));
  }
}
.split-blocks .split-blocks-col-text .split-block-text-top .content-text p {
  color: inherit;
}
.split-blocks .split-blocks-col-text .split-block-text-top h1 {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .split-blocks .split-blocks-col-text .split-block-text-top h1 {
    margin-bottom: 35px;
  }
}
.split-blocks .split-blocks-col-text .split-block-text-top h2 p {
  margin: 0;
}
.split-blocks .split-blocks-col-text .split-block-text-top .content-smalltext {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.4em;
  margin-top: 70px;
  max-width: 80%;
}
@media (max-width: 1023px) {
  .split-blocks
    .split-blocks-col-text
    .split-block-text-top
    .content-smalltext {
    margin-bottom: 20px;
    margin-top: 35px;
  }
}
.split-blocks
  .split-blocks-col-text
  .split-block-text-top
  .content-smalltext
  p {
  margin-bottom: 0;
}
.split-blocks .split-blocks-col-text .split-blocks-img-txt {
  border: 5px solid var(--frame-color-homepage);
  border-radius: 50%;
  margin: 1rem auto;
}
@media (max-width: 1023px) {
  .split-blocks .split-blocks-col-text .split-blocks-img-txt {
    height: 75%;
    max-width: 250px;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .split-blocks .split-blocks-col-text .split-blocks-img-txt {
    height: 60%;
    max-width: 275px;
    width: 275px;
  }
}
@media (min-width: 1024px) {
  .split-blocks .split-blocks-col-text .split-blocks-img-txt {
    height: 45%;
    width: 50%;
  }
}
.split-blocks .split-blocks-col-img {
  display: flex;
  height: auto;
  width: 100%;
}
.split-blocks .split-blocks-col-img img {
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.split-blocks .split-blocks-img-link {
  display: contents;
}
.split-blocks .btn {
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 16px;
  line-height: 0.75em;
  margin: 2rem auto 1rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.split-blocks-product .split-blocks-col-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.split-blocks-product .split-blocks-col-text .content-text p {
  color: inherit;
}
.split-blocks-product .split-blocks-col-text .featured-product {
  width: 100%;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card {
  position: relative;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  img {
  display: flex;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.top {
  top: 0;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.center {
  top: 45%;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.bottom {
  bottom: 0;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info {
  padding: 2rem;
  position: absolute;
  width: 100%;
}
@media (max-width: 1023px) {
  .split-blocks-product
    .split-blocks-col-text
    .featured-product
    .featured-prod-card
    .product-info {
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
  }
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info
  .price__badges {
  display: none;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info
  .product-single__meta {
  display: flex;
  justify-content: space-between;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info
  .product-single__title {
  text-transform: uppercase;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .prod-description {
  padding: 2rem 140px 2rem 2rem;
  position: absolute;
  top: 0;
}
@media (max-width: 1023px) {
  .split-blocks-product
    .split-blocks-col-text
    .featured-product
    .featured-prod-card
    .prod-description {
    padding: 2rem 2rem 2rem 80px;
  }
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .prod-description
  p {
  margin: 0;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info {
  text-align: left;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info
  .featured-product__price
  .price {
  align-items: left;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info
  .product-form__controls-group {
  justify-content: left;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.centerText {
  text-align: center;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.centerText
  .featured-product__price
  .price {
  align-items: center;
}
.split-blocks-product
  .split-blocks-col-text
  .featured-product
  .featured-prod-card
  .product-info.centerText
  .product-form__controls-group {
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .split-blocks .split-blocks-col-row {
    display: flex;
    flex-direction: column;
  }
  .product-image-wrap img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .split-blocks .split-blocks-col-text .split-blocks-img-txt {
    height: 50%;
    max-width: 350px;
  }
}
.newsletter-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: calc(var(--header-height));
}
.newsletter-section input[type="email"] {
  font-family: WindsorD, sans-serif;
  font-size: var(--font-h3-size-desktop);
  margin: 0 0 36px;
  text-align: center;
}
.newsletter-section input[type="email"]::-moz-placeholder {
  font-family: WindsorD, sans-serif !important;
}
.newsletter-section input[type="email"]:-ms-input-placeholder {
  font-family: WindsorD, sans-serif !important;
}
.newsletter-section input[type="email"]::placeholder {
  font-family: WindsorD, sans-serif !important;
}
.mega-subtitle,
.mega-title {
  color: var(--color-overlay-title-text);
}
.mega-title {
  font-family: WindsorD, sans-serif;
  font-size: var(--font-mega-title-size-desktop);
  letter-spacing: var(--font-mega-title-letter-spacing-desktop);
  line-height: var(--font-mega-title-line-height-desktop);
  margin: 0 auto 2rem;
  max-width: 85vw;
  text-align: center;
}
.mega-subtitle {
  font-family: DINAlternate, sans-serif;
  font-size: var(--font-mega-subtitle-size-desktop);
  letter-spacing: var(--font-mega-subtitle-letter-spacing-desktop);
  line-height: var(--font-mega-subtitle-line-height-desktop);
  margin: 0 auto 1rem;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 1023px) {
  .mega-title {
    font-size: var(--font-mega-title-size-mobile);
    letter-spacing: var(--font-mega-title-letter-spacing-mobile);
    line-height: var(--font-mega-title-line-height-mobile);
    max-width: 100%;
  }
  .mega-subtitle {
    font-size: var(--font-mega-subtitle-size-mobile);
    letter-spacing: var(--font-mega-subtitle-letter-spacing-mobile);
    line-height: var(--font-mega-subtitle-line-height-mobile);
  }
}
.mega-title--large {
  font-size: var(--font-mega-title-large-size-desktop);
  letter-spacing: var(--font-mega-title-large-letter-spacing-desktop);
  line-height: var(--font-mega-title-large-line-height-desktop);
}
@media (max-width: 1023px) {
  .mega-title--large {
    font-size: var(--font-mega-title-large-size-mobile);
    letter-spacing: var(--font-mega-title-large-letter-spacing-mobile);
    line-height: var(--font-mega-title-large-line-height-mobile);
  }
}
@media only screen and (min-width: 1599px) {
  .mega-title {
    font-size: var(--font-mega-title-size-desktoplarge);
  }
  .mega-title--large {
    font-size: var(--font-mega-title-large-size-desktoplarge);
  }
}
@media (min-width: 1024px) {
  .mega-subtitle {
    margin: 0 auto;
  }
  .text-center .mega-subtitle {
    max-width: 75%;
  }
}
.mega-subtitle p {
  color: inherit;
}
.mega-subtitle a {
  border-bottom: 1px solid;
}
.mega-subtitle a,
.mega-subtitle a:focus,
.mega-subtitle a:hover {
  color: var(--color-text);
}
.hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  position: relative;
  width: 100%;
}
.hero--adapt,
.hero-fixed-width__image {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
.hero-video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero--adapt,
  .hero-fixed-width__image {
    max-height: 80vh;
    max-height: calc(var(--vh, 1vh) * 80);
  }
}
.hero--x-small {
  height: 8rem;
}
.hero--small {
  height: 18.75rem;
}
.hero--medium {
  height: 30rem;
}
.hero--large {
  height: 40rem;
}
.hero--x-large {
  height: 50rem;
}
@media (min-width: 1024px) {
  .hero--x-small {
    height: 10.5rem;
  }
  .hero--small {
    height: 25rem;
  }
  .hero--medium {
    height: 40rem;
  }
  .hero--large {
    height: 55rem;
  }
  .hero--x-large {
    height: calc(100vh - var(--header-height) - var(--announcement-height));
    height: calc(
      var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height)
    );
  }
  .header-is-naked .hero--x-large {
    height: calc(100vh - var(--announcement-height));
    height: calc(var(--vh, 1vh) * 100 - var(--announcement-height));
  }
}
@media (max-width: 1023px) {
  .header-is-naked .hero--x-large {
    height: calc(100vh - var(--announcement-height));
    height: calc(var(--vh, 1vh) * 100 - var(--announcement-height));
  }
}
.hero__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero__inner {
  display: table-cell;
  padding: var(--padding-desktop) 0;
  position: relative;
  z-index: 2;
}
.hero__inner.center {
  text-align: center;
  vertical-align: middle;
}
.hero__inner.center-left {
  margin-left: 0;
  text-align: left;
  vertical-align: middle;
}
.hero__inner.top {
  text-align: center;
  vertical-align: top;
}
.hero__inner.top-left {
  margin-left: 0;
  text-align: left;
  vertical-align: top;
}
.hero__inner.bottom {
  text-align: center;
  vertical-align: bottom;
}
.hero__inner.bottom-left {
  margin-left: 0;
  text-align: left;
  vertical-align: bottom;
}
.hero__inner .page-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__btn {
  margin: 0.5rem auto;
  padding: 1rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.template-index .hero__btn {
  color: var(--header-home-color-link) !important;
}
.hero-fixed-width {
  position: relative;
}
.hero-fixed-width:before {
  background-color: var(--color-image-overlay);
  bottom: 0;
  content: "";
  left: 0;
  opacity: var(--opacity-image-overlay);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-fixed-width__content {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-fixed-width__image {
  display: block;
  font-family: "object-fit: cover";
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
.product-tabs {
  margin-bottom: 2rem;
}
.tabs {
  display: flex;
}
.tabs li {
  border-bottom: var(--border-width) solid transparent;
  cursor: pointer;
  margin-right: 1rem;
  opacity: 0.5;
  transition: 0.1s ease;
}
.tabs li.selected {
  border-bottom: var(--border-width) solid var(--color-border);
  opacity: 1;
}
.tabs li:hover {
  opacity: 1;
}
.tab-container {
  width: 100%;
}
.tabs-description .content {
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  visibility: hidden;
}
.tabs-description .content.active {
  height: auto;
  max-height: 100% !important;
  opacity: 1;
  padding: 2rem 0 0;
  visibility: visible;
}
.tabs-description .content p {
  margin: 0;
}
.tab {
  border-top: var(--border-width) solid var(--color-border);
}
.tab:last-child {
  border-bottom: var(--border-width) solid var(--color-border);
}
.tab .tab-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: var(--btn-padding);
  padding-left: 0;
  padding-right: 0;
}
.tab .tab-title.selected .plus-icon {
  transform: rotate(45deg);
}
.tab .tab-single-title {
  flex: 1;
  margin: 0;
  pointer-events: none;
}
.tab .plus-icon {
  display: flex;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.tab .plus-icon svg {
  height: 1rem;
  width: 1rem;
}
.tab .plus-icon svg g line {
  stroke: var(--color-body-text);
}
.tab .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.tab .content p {
  margin: 0;
}
.tab .content.active {
  height: auto;
  margin-bottom: 1rem;
  opacity: 1;
  visibility: visible;
}
.popup {
  background: transparent;
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 999;
}
.popup .popup-container {
  height: auto;
  position: relative;
  width: 500px;
  max-width:100%;
}
.popup-container {
  padding:0 30px;
}
.popup-container .form-single-field {
    margin: 0 auto 0rem;
    max-width: 35rem;
}
.popup.center {
  justify-content: center;
}
.popup.bottom,
.popup.center {
  align-items: center;
  flex-direction: column;
}
.popup.bottom {
  justify-content: flex-end;
}
.popup.bottom--left {
  align-items: flex-start;
}
.popup.bottom--left,
.popup.bottom--right {
  flex-direction: column;
  justify-content: flex-end;
}
.popup.bottom--right {
  align-items: flex-end;
}
.popup.popup-active {
  opacity: 1;
  visibility: visible;
}
.popup-newsletter--input {
  display: flex;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.popup__close svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.popup__form {
  margin-top: 1rem;
}
.popup__form .input-group__field {
  margin-bottom: 0.5rem;
}
.template-404 .main-content {
  align-items: center;
  background: var(--error-pages-color);
  display: flex;
  justify-content: center;
  min-height: calc(100vh - var(--header-height) - var(--announcement-height));
  min-height: calc(
    var(--vh, 1vh) * 100 - var(--header-height) - var(--announcement-height)
  );
}
.template-404 .site-footer {
  margin: 0;
}
.swiper-pagination {
  z-index: 2 !important;
}
.swiper-pagination-bullet {
  background: transparent !important;
  border: 2px solid #fff !important;
  height: 4px !important;
  opacity: 1 !important;
  padding: 4px !important;
  width: 4px !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiper-pagination-bullet {
  margin: 0 0.4rem !important;
}
.pagination-container {
  align-items: center;
  background: transparent;
  bottom: 2rem;
  display: flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 8;
}
@media (max-width: 1023px) {
  .pagination-container {
    bottom: 5vh;
    bottom: calc(var(--vh, 1vh) * 5);
  }
}
.swiper-pagination-bullets {
  align-items: center;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.sidebar__cart .featured-collection,
.template-cart .featured-collection {
  margin: 60px 0 0;
  padding-bottom: 2rem;
}
@media (max-width: 1023px) {
  .sidebar__cart .featured-collection,
  .template-cart .featured-collection {
    margin-top: 40px;
  }
}
.sidebar__cart .featured-collection .section-header,
.template-cart .featured-collection .section-header {
  border-bottom: var(--border-width) solid var(--color-form-border);
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0 0 10px;
}
@media (max-width: 1023px) {
  .sidebar__cart .featured-collection .section-header,
  .template-cart .featured-collection .section-header {
    padding-bottom: 1rem;
  }
}
.sidebar__cart .featured-collection .section-header h1,
.template-cart .featured-collection .section-header h1 {
  font-family: DINAlternate, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.sidebar__cart .featured-collection .page-width,
.template-cart .featured-collection .page-width {
  padding: 0;
}
.sidebar__cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container,
.template-cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container {
  padding: 1rem 0 0;
}
.sidebar__cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container
  .product-card__maininfos
  .product_title,
.template-cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container
  .product-card__maininfos
  .product_title {
  font-family: WindsorD, sans-serif;
  text-transform: capitalize;
}
.sidebar__cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container
  .product-form__cart-submit,
.template-cart
  .featured-collection
  .page-width
  .product-card
  .product-info-container
  .product-form__cart-submit {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .sidebar__cart .featured-collection,
  .template-cart .featured-collection {
    padding: 0 2rem 2rem;
  }
  .sidebar__cart .featured-collection .grid--horizontal-scroll,
  .template-cart .featured-collection .grid--horizontal-scroll {
    grid-auto-flow: column;
    margin: 0 -3rem 0 -2rem;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 2rem;
  }
  .sidebar__cart .featured-collection .grid--horizontal-scroll .grid__item,
  .template-cart .featured-collection .grid--horizontal-scroll .grid__item {
    width: 25vw;
  }
}
.sidebar__cart .grid--horizontal-scroll {
  cursor: pointer;
  grid-auto-flow: column;
  margin: 0 -3rem 0 -2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 2rem 2rem;
}
.sidebar__cart .grid--horizontal-scroll::-webkit-scrollbar {
  display: block;
  height: 10px;
}
.sidebar__cart .grid--horizontal-scroll::-webkit-scrollbar-thumb {
  background: var(--color-product-bg);
  border: 3px solid var(--color-bg);
  border-radius: 6px;
}
.sidebar__cart .grid--horizontal-scroll::-webkit-scrollbar-track {
  margin: 2rem 3rem 2rem 2rem;
}
.sidebar__cart .grid--horizontal-scroll.is-drag {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@media (max-width: 1023px) {
  .sidebar__cart .grid--horizontal-scroll {
    -ms-overflow-style: none;
    padding-bottom: 0;
    scrollbar-width: none;
  }
  .sidebar__cart .grid--horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
}
.sidebar__cart .grid--horizontal-scroll .grid__item {
  width: 135px;
}
@media (max-width: 1023px) {
  .sidebar__cart .grid--horizontal-scroll .grid__item {
    width: 25vw;
  }
}
.template-cart .featured-collection {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .template-cart .featured-collection {
    padding: 0;
  }
}
.sidebar__cart-collection {
  margin: 0;
}
.sidebar__cart .featured-collection {
  padding: 0 2rem 2rem;
}
#localization_form {
  font-family: DINAlternate, sans-serif;
  position: relative;
}
#localization_form .site-footer__block-title {
  text-transform: uppercase;
}
#localization_form .disclosure__button {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#localization_form .disclosure__button svg {
  margin: 2px 1rem;
  width: 12px;
}
#localization_form .disclosure__list {
  border-radius: 4px;
  margin: 1rem 0;
  max-height: 135px;
  overflow: hidden scroll;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  #localization_form .disclosure__list {
    max-height: 240px;
    position: static;
  }
}
#localization_form .disclosure__list::-webkit-scrollbar {
  display: block;
  width: 10px;
}
#localization_form .disclosure__list::-webkit-scrollbar-thumb,
#localization_form .disclosure__list::-webkit-scrollbar-track {
  border-radius: 6px;
}
#localization_form .disclosure__list li {
  padding: 8px 1rem;
}

@media (max-width: 1023px) {
  .template-article .main-content {
    min-height: calc(
      100vh - var(--announcement-height) - var(--frame-width-mobile) * 2 - 542px
    );
    min-height: calc(
      var(--vh, 1vh) * 100 - var(--announcement-height) -
        var(--frame-width-mobile) * 2 - 542px
    );
  }
}

@media(hover:hover) {
  .newsletter-section p.form-message--success {
    background-color: var(--color-body);
    color: var(--header-home-color-link-hover);
    border: 0px;
    font-family: DINAlternate, sans-serif;
    font-size: var(--font-base-size-desktop);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-base-line-height-desktop);
    color: var(--color-body-text);
  }

  .newsletter-section a:hover {
    color: var(--header-home-color-link-hover);
  }
}

.d-mobile-none {
  display: none;
}
.list-article {
  border-bottom: solid 1px #000;
}
.blog-list-menu {
  padding: 144px 20px 10px;
}
.blog-list-menu h1,
.blog-list-menu h2 {
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  margin: 10px 0px;
  font-weight: 200;
}
.blog-list-menu .date {
  font-size: 14px;
  line-height: 14px;
  text-align: left;
  margin: 0 0 10px;
  font-weight: 200;
  font-family: AntiqueOliveStdCompact, sans-serif;
}
.blog-list-menu .list-article.active h1,
.blog-list-menu .list-article.active h2,
.blog-list-menu .list-article.active .date {
  color: #e841c4;
}
.article-main-content {
  text-align: justify;
}
.blog-list-view {
}
.blog-info-container {
  display: grid;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.5rem;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.blog-card {
  background-color: var(--color-product-bg);
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 4fr 22px 3fr;
}
.blog-card a {
  position: relative;
  margin: auto;
}
.blog-card > a {
  width: 100%;
  height: 100%;
}
.blog-list-view .blog-card > a img {
  max-width: 100% !important;
}
.blog-card a img {
  width: auto;
}
.grid-wrapper-article .flex-products {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
  flex-wrap: wrap;
}
.grid-wrapper-article .flex-products > li {
  padding: 0 10px;

  margin-bottom: 20px;
  max-width: 50%;
  flex: 50%;
}

.sticky-blog-menu {
  position: sticky;
  top: 20%;
}
.bread-blog {
  padding-top: 32px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1023px) {
  .bread-blog {
    display: none;
  }
  .blog-info-container {
    min-height: 230px;
  }
  .blog-card {
    grid-template-rows: 3fr 22px 2fr;
  }
  .grid-wrapper-article {
    display: grid;
    grid-gap: var(--product-padding);
    grid-template-columns: 1fr 2fr 1fr;
  }
  .d-mobile-none {
    display: block;
  }
  .blog-list-menu .grid-column {
    padding: 0 15px;
  }
  .article-main-content {
    width: 40vw;
    margin: auto;
  }
  .blog-list-view {
    padding: 3rem var(--collection-padding) 0;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

@media only screen and (min-width: 1599px) {
  .blog-list-view {
    padding: 3rem var(--collection-padding) 0;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}

.article__grid-image-container {
  border: 10px solid transparent;
}
.article__grid-image-container > img {
  margin: auto;
}

@media only screen and (min-width: 1023px) {
  .article__grid-image-container {
    border: 0 solid transparent;
  }

  .article__grid-image-container > img {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }

  .image-bottom {
    text-align: inherit !important;
  }

  .blog-card a img {
    width: 100%;
  }
}
/* HEADER */

.container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  /*background: rgba(0,0,0, 0.3);*/
  height: 100%;
  margin: 35px -1px 0 -1px;
  border-radius: 30px 30px 0 0;
  height:111px;
  width:100%;
}
@media (max-width: 1023px) {
  .container-header {
    margin: 18px -11px 0;
    border-radius: 20px 20px 0 0;
    padding: 0 11px;
    height:121px;
    box-sizing: content-box;
  }
}
/*.site-header__icon.site-header__search-toggle{
  padding-left: 60px;
  position:relative;  
  padding-bottom: 4px;
  display:inline-block;
}
.site-header__icon.site-header__search-toggle:after{
  content:"";
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  right:12px;
  border-bottom:solid 2px #fff2c5;
}*/
.site-header__icon.site-header__search-toggle {
  /*padding-left: 10px;*/
  padding-right:2px;
  margin-top:-2px;
  }
@media (min-width: 1024px) {
  .site-header__icon.site-header__search-toggle {
    padding-left: 0;
    padding-right:0;
  }
}

.site-header__icon.site-header__search-toggle svg g,
.site-header__icon.site-header__search-toggle svg line {
  stroke: var(--color-body);
}
@media(hover:hover) {
  .site-header__icon.site-header__search-toggle:hover svg g,
  .site-header__icon.site-header__search-toggle:hover svg line {
    stroke: #435315 !important;
  }
}
.site-header__icon.site-header__search-toggle.site-nav__link--active svg g,
.site-header__icon.site-header__search-toggle.site-nav__link--active svg line {
  stroke: #435315;
}
@media(hover:hover) {
  .site-header__icon.site-header__search-toggle.site-nav__link--active:hover svg g,
  .site-header__icon.site-header__search-toggle.site-nav__link--active:hover svg line {
    stroke: #435315 !important;
  }
}

.container-header #CurrencySelector {
  background-color: transparent;
  background-image: none;
  font-family: AntiqueOliveStdCompact, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  border: 0;
  text-align: center;
  color: var(--header-color-link);
  padding: 0 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.template-index .container-header #CurrencySelector{
  color: var(--header-home-color-link);
}
.container-header #CurrencySelector:hover {
  color: #435315;
}
.container-header .site-nav__link,.container-header .site-header__icon, .container-header .site-header__icons-wrapper a {
  font-size:18px!important;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.container-header svg{
  filter: drop-shadow(1px 1px 1px rgb(0 0 0 / .2));
}
.site-nav full-submenu{
  position:absolute;
  display:none;
  transition: 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  padding: 20px 0 10px;
  top:11.5px;
}

.template-index .site-nav full-submenu{
  top:12px;
}
.site-nav full-submenu ul > li{
  /*background: rgba(0,0,0,.3);*/
  padding:15px 0 0!important;
  

  
}
.site-nav full-submenu ul > li a{
  color: var(--header-color-link);
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  white-space: nowrap;
}
.header-index .flex-menu .site-nav full-submenu ul > li a{
  color: var(--header-home-color-link);
}
.site-nav full-submenu ul > li a:hover{
  color: #435315;
}
.site-nav full-submenu ul > li:last-child{
  padding-bottom:15px!important;
  border-radius:0 0 10px 10px;
}

a:hover + full-submenu,full-submenu:hover{
  display:block;
  transition: 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.container-header #bag{
    margin-top: -7px;
  padding-right: 12px;
}
.container-header #bag.site-nav__link--active svg g,.container-header #bag.site-nav__link--active svg rect,.container-header #bag.site-nav__link--active svg path{
   stroke: #435315!important;
}
.container-header #bag.site-nav__link--active span{
  color:#435315;
}
.container-header .site-nav__link--active span{
  color: #435315!important;
}
.container-header #count{
  font-size:15px;
}
/* END HEADER */
/* BREADCRUMBS*/
 .breadcrumb{
    padding:20px 10px 0;
    text-align:center;
  }
@media (min-width: 1024px) {
  .breadcrumb{
    padding:20px 10px;
  }
}
.product-single .breadcrumb{
  padding:0;
}
/* END BREADCRUMBS*/
.template-product
  .product-template__container
  .grid
  #product-data{
  padding-left:1vw;
  padding-right:1vw;
}
.filters-toolbar-wrapper.filters-toolbar--has-filter{
  display: inline-block;
  width: 100%;
  text-align: right;
} 
.filters-toolbar-wrapper .accordion-filters{
  display:inline-block;
}
.sidebar__container{
  background-color:var(--color-body);
}
.product-form__item--payment-button{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  flex-direction: row!important;
}
.product-form__item--payment-button > button{
  margin:0 1rem;
  @media (min-width: 1023px) {
    margin:0 3rem;
  }
}
/*PRODUCT LENS*/
.product-single__media {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  cursor: none;
  /*Set the size of the magnifier glass:*/
   top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1000000;
}
/* END PRODUCT LENS*/
.product-tabs{
  margin: 0 56px;
  text-align:left;
  border-top:solid 1px #cecece;
  padding-top:20px;
}
.product-tabs .tab-title{
  position:relative;
  padding:5px 0;
  margin:0;
  margin-bottom:5px;
  font-size: 17px;
}
.product-tabs .tab-title:after{
  content:"+";
  display:block;
  right:10px;
  top:3px;
  position:absolute;
}
.product-tabs .tab-title:before{
  display:none;
}
details > summary::-webkit-details-marker {
  display: none;
}
.product-tabs [open] .tab-title{
  border:0;
  /*color: #df974f;*/
}
.product-tabs [open] .tab-title:after{
  content:"-";  
}
.product-tabs .product__description {
  margin-bottom:14px;
  padding: 10px 0;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .product-tabs{
    margin: 0 14px;
  }
  .template-product .product-template__container .grid #product-data form.product-form {
    padding-bottom: 0;
  }
}
.template-product .product-template__container .grid #product-data .prod-option .prod-option-inner.wrapper-color{
  margin-bottom: 0.5rem;
}
[data-add-to-cart-text]{
  line-height:22px;
}
.popup__heading.Heading.h2{
  padding-bottom:30px;
}
.template-cart .cart__form, .template-customers-login .main-content{
  background-color:var(--color-body)!important;
}
.sizing-chart-modal-button{
  max-width:52px!important;
}
@media (min-width: 1023px) {
  .template-page-landing .main-content{
    padding: 130px var(--collection-padding) 0;
  }
  .template-page-landing .main-content{
    .feature-row__image-wrapper{
      padding: 11px;
    }
  }
}
.template-page-landing .main-content{
  .featured-row__subtext{
    margin-top:42px;
  }
}

.template-page-landing .main-content{
  .grid-view-item__image-wrapper > div{
    padding-top: 138%!important;
  }
}
.template-page-landing .main-content{
  h2{
    font-size:62px;
  }
}
.product-tabs .tab-title{
  cursor:pointer;
}
@media (max-width: 1023px) {
  .container_filter_selector_value{
    padding:30px 0 150px!important;
  }
}

.cart__price{
  padding:0;
  .order-discount--list{
    margin:0;
    font-size: .75rem;
  }
}
.cart__quantity .product-form__item__quantity{
  display:block;
  float:right;
  width:80%;  
}
.cart-table__items {
  .product-form__item__quantity .quantity-field .minus-btn,
  .product-form__item__quantity .quantity-field .plus-btn {
    padding: 0!important;
    svg{
        width: 0.75rem;
    }
  }
  .product-form__item__quantity .quantity-field {
    height: 18px;
    input.product-form__input--quantity{

      padding: 0;
    line-height: 20px;
    font-size: 18px;
    }
  }
  .cart__final-price dl{
    margin:0;
  }
}
@media (max-width: 1023px) {
  .page-frame .main-content .featured-collection-home{
        overflow-x: hidden;
  }
}

/* Hotfixes */
.frame-handler {
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden;
}
.page-frame {
  height: calc(100svh - var(--frame-width) * 2) !important;
}
#iubenda-cs-title{
  display: none !important;
}
.sidebar__container {
  border-radius: 0;
  border-left: 1px solid var(--color-border);
}
.sidebar.will-transition {
  border-radius: 0;
  border: 0;
}
.sidebar__content {
  height: 100svh;
}
.sidebar__cart .sidebar__cart-form {
  height: calc(100svh - var(--header-height));
}
.sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text .tab-title {
  padding: var(--btn-padding) 0;
}
.shopify-policy__title h1 {
  margin-bottom: 1em;
}
.pxpop-instance {
  max-width: 80%;
  margin: auto;
}
@media(max-width: 1023px) {
  #shopify-section-header .megamenu-open .flex-logo .logosvg path {
    fill: var(--header-home-color-link);
  }

  #shopify-section-header .megamenu-open .site-header__icon svg g,
  #shopify-section-header .megamenu-open .site-header__icon svg path,
  #shopify-section-header .megamenu-open .site-header__icon svg rect,
  #shopify-section-header .megamenu-open .site-header__icon svg line {
    stroke: var(--header-home-color-link) !important;
  }

  .container-header {
    height: 150px;
    padding: 0 20px;
  }

  .page-frame {
    height: calc(100svh - var(--frame-width-mobile) * 2) !important;
  }

  .sidebar__cart .sidebar__cart-form {
    margin: 0;
  }

  .sidebar__container {
    border-radius: 0;
    border: 0;
  }

  .sidebar__cart .sidebar__cart-out {
    padding-bottom: var(--padding-mobile);
  }

  .sidebar__cart .sidebar__cart-out .sidebar__cart-notes-text .tab-title {
    padding: 25px 10px;
  }
  .pxpop-instance {
    top: 20px !important;
    max-width: 90%;
  }
}
@media only screen and (max-width: 749px) {
  .blog__posts .card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
  }

  .blog__posts .card__information {
    margin-top: 0 !important;
  }

  .blog__posts .card__content img {
    margin-bottom: 1rem;
  }

  .article-card__excerpt {
    margin-top: 0 !important;
  }
@media screen and (max-width: 768px) {
  .blog-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-rows: none !important;
  }

  .blog-card img {
    margin-bottom: 2.8em; /* circa due righe di testo */
  }
}
