/** Shopify CDN: Minification failed

Line 235:32 Expected ":"
Line 1185:31 Expected ":"

**/
/* Customizations by DYODE team 2024-2025 */
.dyode-button {
  color: #565448 !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;

  border-radius: 2px;
  border: 0.5px solid #565448;
  height: 40px;
  padding: 10px;
}

.dyode-button.secondary {
  border: .5px solid #11120D !important;
  background: #11120d !important;
  color: #fff !important;
}

/* ------ Custom CSS for the core header ---- */
[data-item="nav-text"] {
  font-family: var(--font--light-heading--family);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.x-menu--level-2--header h2 {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: var(--font--light-heading--family) !important;
}

.header--cart-toggle {
  position: relative;
  margin-top: 4px;
}

.header--cart-toggle:not([data-cart-count="0"])::after {
  content: attr(data-cart-count);
  position: absolute;
  top: -4px;
  right: 0;
  color: black;
  background-color: white;
  border-radius: 50%;
  padding: 7px 5px;
  line-height: 0;
  font-size: 11px;
}

@media screen and (max-width: 1039px) {
  .header--account-icon {
    order: unset;
    margin: 0;
  }
}

[data-background-color="dark"] {
  background: #11120D;
}

[data-background-color="dark"] .x-menu--level-2--container {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

[data-light-text="true"] .x-menu--level-2--container a,
[data-light-text="true"] .x-menu--level-2--container h2,
[data-light-text="true"] .x-menu--level-2--container a:focus-visible,
[data-light-text="true"] .x-menu--level-2--container a:hover,
[data-light-text="true"] .x-menu--level-2--container a:link,
[data-light-text="true"] .x-menu--level-2--container a:visited,
[data-light-text="true"] .x-menu--level-2--container button:not([data-item*="button"]) {
  color: #000;
}

.d-button {
  border: 1px solid #000 !important;
  display: flex;
  width: 280px;
  height: 40px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--paragraph--family) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.x-menu--level-2--container {
  flex-direction: column;
}

.x-menu--level-2--container .is-mega-header {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding-bottom: 15px !important;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.x-menu--level-2--container .is-mega-header span {
  text-decoration: underline;
}

.x-menu--level-2--container .is-mega-header:hover span {
  color: #565449 !important;
}

.x-menu--level-1--link a.d-button {
  padding: 10px !important;
  line-height: 19px !important;
}

.x-menu--level-2--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

[data-x-menu--depth="3"] .x-menu--level-2--container {
  padding: 68px 48px !important;
}

[data-x-menu--depth="3"] .x-menu--level-2--list {
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  /* .x-menu--level-2--link:first-child .x-menu--level-3--container {
    width: calc(100vw - 96px) !important;
  } */

  .x-menu--level-3--container {
    width: calc(50vw - 63px) !important;
  }
}

@media screen and (min-width: 1200px) {
  /* .x-menu--level-2--link:first-child .x-menu--level-3--container {
    width: calc(50vw - 60px) !important;
  } */

  .x-menu--level-3--container {
    width: calc(25vw - 60px) !important;
  }
}

/* .x-menu--level-2--link:first-child .x-menu--level-3--container {
  column-count: 2;
  column-gap: 30px;
  column-fill: balance;
} */

.x-menu--level-3--container {
  border-bottom: 0.5px solid #C4C4C4;
  padding: 0 !important;
}

.x-menu--level-3--link {
  border-top: 0.5px solid #C4C4C4;
  padding: 12px 10px;
  font-family: var(--font--paragraph--family) !important;
}

.x-menu--level-3--link a {
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}

.x-menu--level-3--link:hover {
  background: #565449;
  color: #fff !important;
}


.x-menu--level-3--link:hover a {
  color: #fff !important;
}

.search--bar-custom {
  background: transparent;
  color: white;
  border-bottom: 1px solid;
  border-radius: unset;
  flex: 0 1;
  padding: 1px;
}

.search--bar-custom input,
.search--bar-custom input::placeholder {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: bely;  --Replaced Bely
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  width: 200px;
}

.header--search.active {
  background: white;
  color: black;
}

@media (min-width: 1020px) and (max-width: 1499px) {
  .search--bar-custom {
    max-width: 170px;
  }
}

@media screen and (min-width: 1500px) {
  .search--bar-custom {
    max-width: unset;
  }
}

.header--mobile {
  flex-wrap: wrap;
}

.header--mobile--menu,
.header--mobile--title,
.header--mobile--cart {
  flex: 1;
}

.header--mobile--cart {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.search--bar-custom-mobile.active {
  display: block;
}

.search--bar-custom-mobile {
  flex: 100%;
  position: relative;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header--search {
  cursor: pointer
}

@media (max-width: 1039px) {
  .header--search {
    margin: 0 !important;
    order: 0;
  }
}

.search--bar-custom-mobile .header--search.active {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* MOBILE MENU */
.y-menu--level-1--link .icon--chevron-right--small {
  top: 34px !important;
}

.y-menu--parent-link,
.y-menu--level-2--link--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.y-menu--level-2--link--container a:first-child {
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.y-menu--level-1--link .dyode-button {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--paragraph--family) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: unset;
  width: 50%;
  line-height: 41px;
  margin-right: 15px;
  ;
}

.y-menu--level-1--link a {
  font-family: var(--font--light-heading--family) !important;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

[data-y-menu--parent-link="level-2"] .y-menu--level-2--link>a {
  padding-left: 15px !important;
}

.y-menu li {
  border: none !important;
}

.y-menu .menu-link {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  font-variant: all-petite-caps;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.mobile-nav--footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 24px 15px;
}

.mobile-nav--footer-item {
  width: 100%;
}

.mobile-nav--footer-item a {
  width: 100%;
  display: block;
}

.mobile-nav--footer-item.center {
  text-align: center;
  margin-top: 25px;
}

[data-drawer-view="y-menu"] .drawer--instance {
  top: 88px;
  width: 100%;
  height: calc(100vh - 88px);
}

[data-drawer-view="y-menu"] .layout--close {
  position: absolute;
  left: 14px !important;
  top: 32px !important;
}

[data-drawer-view="y-menu"] .drawer--overlay {
  top: 88px;
}

[data-drawer-view="y-menu"] .header--mobile--menu {
  visibility: hidden;
}

.y-menu--back-link a {
  color: #000;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  font-variant: all-petite-caps;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.y-menu--parent-link a {
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: 1px;
}

[data-y-menu--parent-link="level-2"] .y-menu--level-2--link>a {
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.y-menu--level-3--list li {
  border-top: 0.5px solid #C4C4C4 !important;
  border-bottom: 0.5px solid #C4C4C4 !important;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}

.y-menu--level-3--list li a {
  color: #000;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--accent--family) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-left: 0;
}

.drawer--instance[data-side="left"],
.drawer--instance[data-side="right"] {
  width: 95% !important;
}

.drawer--container[data-view="product-form"] {
  padding: 0;
}

.product--quick-add--form .flex {
  position: relative;
  display: flex;
}

.product--quick-add--form .flex-column {
  flex-direction: column;
}

.product--quick-add--form {
  display: grid;
  gap: 20px;
}

.product--quick-add--sku {
  color: #565448;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--image {
  padding: 0 12px;
  align-items: center;
}

.product--quick-add--wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  width: 420px;
  height: 787px;
}

.product--quick-add--header {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 3.125rem;
  background: #11120d;
  top: 0;
  left: 0;
  width: 100%;
}

.product--quick-add--title {
  text-align: left;
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 113.636% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding: 0 !important
}

.product--quick-add--stock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button[name="bottle-qty"],
input::-webkit-inner-spin-button[name="bottle-qty"] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number][name="bottle-qty"] {
  -moz-appearance: textfield;
}

.product--quick-add--calculate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-left: 0;
  padding-right: 0;
}

.product--quick-add--pricing,
.product--quick-add--pricing-overview {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product--quick-add--bottle-qty {
  padding: 10px 15px;
  flex-wrap: wrap;
  gap: 10px;
  color: #11120D;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--bottle-qty p {
  width: 100%;
  margin-bottom: 5px;
}

.product--quick-add--bottle-qty input[type="number"] {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
  width: 75%;
  height: 34px;
  text-align: left;

  border-bottom: 0.5px solid #565448;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  color: #777;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--bottle-qty input[type="number"]::placeholder {
  text-align: left;
}

.product--quick-add--bottle-qty input[type="submit"] {
  border: 0.5px solid #565448;
  background: #D3D3D3;
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  height: 34px;
}

.quantity-selector--input {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 14px;
  /* 87.5% */
  letter-spacing: 0.32px !important;
  text-transform: uppercase !important;
}

.case-qty-note {
  width: 100%;
  text-align: right;
  color: #000;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product--quick-add--selectors quantity-selector label {
  display: none;
}

.qty-selector-wrapper {
  width: 100%;
}

.qty-selector-wrapper li {
  display: flex;
  width: 100%;
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 5px;
}

.qty-selector-variant-title {
  border: 1px solid #000;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 9px;
  /* 100% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 12px;
  width: 75%;
  height: 38px;
}

.product--quick-add--selectors quantity-selector {
  margin-bottom: 0 !important;
}

.quantity-selector--minus,
.quantity-selector--plus {
  box-shadow: unset !important;
  border: 1px solid;
}

.quantity-selector--minus,
.quantity-selector--input,
.quantity-selector--plus {
  border-radius: 0 !important;
  border-color: #000;
}

.quantity-selector--input {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 87.5% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--footer {
  flex-wrap: wrap;
  width: 100%;
}

button.dyode-button.secondary {
  font-family: var(--font--paragraph--family);
  width: 100%;
  background-color: #fff !important;
  color: #565448 !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0.5px solid #565448;

  display: flex;
  height: 40px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}

.product--quick-add--action {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 15px 12px;
}

.product--quick-add--action .drawer-links {
  margin-top: 15px;
}

.product--quick-add--action .product-buy-buttons--primary.inactive {
  border-radius: 2px;
  border: 0.5px solid #565448;
  background: #D3D3D3;
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--action p {
  margin-top: 10px;
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--action .drawer-links {
  display: flex;
  justify-content: space-between;
  color: #11120D;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.product--quick-add--action .drawer-links a {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.product--quick-add--pricing-overview .group--price .type,
.product--quick-add--pricing-overview .group--price span.normal-price,
.product--quick-add--pricing .group--price .type,
.product--quick-add--pricing .group--price span.normal-price {
  color: #565448;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 63.636% */
  font-variant: small-caps;
  letter-spacing: 0.8px;
}

.product--quick-add--pricing .group--price .type {
  font-variant: all-petite-caps !important;
}

.product--quick-add--pricing-overview .group--price span.product--compare-price,
.product--quick-add--pricing .group--price span.product--compare-price {
  color: #7B7B7B;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  font-variant: small-caps;
  letter-spacing: 0.8px;
  text-decoration-line: strikethrough;
}

.product--quick-add--pricing {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: end;
  padding: 12px 15px;
}

.product--quick-add--pricing-overview .group--price,
.product--quick-add--pricing .group--price {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

[data-multivariant="false"] .product--quick-add--bottle-qty {
  display: none;
}

[data-multivariant="false"] .qty-selector-wrapper li {
  flex-wrap: wrap;
}

[data-multivariant="false"] .qty-selector-variant-title {
  width: 100%;
}

[data-multivariant="false"] .quantity-selector {
  width: 23.5%;
  height: 60px;
  justify-content: center;
}

[data-multivariant="false"] .quantity-selector--input {
  width: 53%;
  height: 60px;
  justify-content: center;
}

[data-multivariant="false"] .quantity-selector--container,
[data-multivariant="false"] .product--quick-add--selectors quantity-selector {
  width: 100%;
}

/* QUANTY SELECTOR QUICK SHOP DRAWER */

#main-content navigation-root {
  padding: 0 !important;
}

.navigation--filter {
  width: 100%;
}

.navigation--filter[data-item] {
  border-radius: unset !important;
  border-left: none !important;
  border-right: none !important;
  border-color: #565448 !important;
  border-width: 0.5px;
}

.navigation--button {
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: var(--font--paragraph--family);
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
  cursor: pointer;
}

[data-toggle-menu="sort-filter"] span,
[data-type="refine-filter"] span {
  margin-top: 1px;
}

@-moz-document url-prefix() {

  [data-toggle-menu="sort-filter"] span,
  [data-type="refine-filter"] span {
    margin-top: 4px;
  }
}

[data-type="refine-filter"] {
  width: 71.5% !important;
  height: 100% !important;
  border-right: 0.5px solid #565448 !important;
  border-radius: 0 !important;
  order: 0;
}

[data-toggle-menu="sort-filter"] {
  width: 28.4% !important;
  height: 100% !important;
  order: 1;
}

.navigation--filter[data-item] {
  border-width: 0.5px !important;
}

.navigation--layout {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  justify-content: end;
  gap: 5px;
  padding: 0 48px;
}

.navigation--mobile-header {
  padding-top: 0 !important;
  border-top: 0.5px solid #565448;
  border-bottom: 0.5px solid #565448;
}

.navigation--layout-button {
  border: none !important;
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: auto !important;
  height: auto !important;
  gap: 4px;
}

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

  [data-toggle-menu="sort-filter"],
  [data-type="refine-filter"] {
    width: 50% !important;
  }

  .navigation--layout {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    justify-content: end;
    gap: 5px;
    padding: 0 15px !important;
  }

  .navigation--mobile-header {
    margin-top: 20px;
  }
}

.navigation--layout-button[data-active="true"]:not(:hover) svg {
  color: #000 !important;
}

.navigation--layout-button[data-active="true"]:not(:hover) .type {
  border-bottom: 1px solid black;
}

.navigation--layout-button[data-active="true"]:not(:hover) svg.icon-list>path {
  fill: currentColor !important;
}

.navigation--layout-button[data-active="true"]:not(:hover) svg.icon-grid>path {
  stroke: currentColor !important;
}

.collection--product-count {
  text-align: center;
}

.navigation--layout-button .icon path {
  fill: #565448;
}

.collection--body--root {
  padding-top: 0 !important;
}

.collection--body--grid {
  grid-gap: 15px !important;
}

.product--root[data-text-alignment="center"] .product--price-container.logged-out .product--price-wrapper {
  align-items: start;
}

.product--subheading-wrapper {
  text-align: left !important;
}

.product--subheading-wrapper span,
.product--subheading-wrapper span a {
  color: #7b7b7b !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0);
  font-family: var(--font--light-heading--family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  font-variant: all-small-caps;
  letter-spacing: .8px;
}

.product--root[data-text-alignment="center"] .product--price-wrapper.space-between .group--price {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.product--price-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

/* PRODUCT GRID LIST STYLE */
.product--label {
  display: none;
}

[data-container="panel"][data-columns="2"] .product--action-wrapper .product--price-wrapper .price-type,
[data-container="panel"][data-columns="2"] .product--action-wrapper .product--price-wrapper .price-type span {
  font-size: 22px !important;
}

[data-container="panel"][data-columns="2"] .product--price-container.logged-out .product--price-wrapper {
  align-items: end;
}

[data-container="panel"][data-columns="2"] .product--price-container.logged-out .product--price-wrapper span {
  font-size: 22px;
}

[data-container="panel"][data-columns="2"] {
  grid-template-columns: 1fr;
}

[data-view="list"] {
  display: none;
}

[data-container="panel"][data-columns="2"] [data-view="list"] {
  display: block;
}

[data-container="panel"][data-columns="2"] .product--details-wrapper {
  align-items: start;
}

[data-container="panel"][data-columns="2"] .product--details-wrapper .product-practices {
  color: #000;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: bely; --Replaced Bely
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.product--root[data-product-view="grid"] {
  justify-content: space-between;
  gap: 0;
}

[data-container="panel"][data-columns="2"] .product--root[data-product-view="grid"] {
  flex-wrap: unset;
  display: flex;
  padding: 15px;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}

[data-container="panel"][data-columns="2"] .product--learn-more {
  display: none;
}

.placeholder--container {
  background-color: unset !important;
}

[data-container="panel"][data-columns="2"] .product--image-wrapper {
  width: 13%;
  max-height: 120px;
}

[data-container="panel"][data-columns="2"] .product--image-wrapper img {
  max-height: 120px;
  height: auto;
  object-fit: contain;
}

[data-container="panel"][data-columns="2"] .product--details-wrapper {
  width: 31%;
  text-align: left;
}

@media (min-width: 939px) {
  [data-container="panel"][data-columns="2"] .product--details-wrapper {
    height: 100%;
    justify-content: space-between;
  }
}

[data-container="panel"][data-columns="2"] .product--metafields-wrapper {
  width: 20%;
}

[data-container="panel"][data-columns="2"] .product--action-wrapper {
  width: 38%;
}

.product--metafield-label {
  color: #11120D;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: var(--font--accent--family);
}

.product--metafield-value {
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: var(--font--accent--family);
}

.product--metafields-wrapper ul li {
  padding: 13px 0;
  border-bottom: 0.5px solid #11120D;
  justify-content: space-between;
  display: flex;
}

.product--metafields-wrapper ul li:first-child {
  border-top: 0.5px solid #11120D;
}

.product-color-size {
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: "Bona Nova SC", system-ui !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
}

[data-container="panel"][data-columns="2"] .product--title {
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 113.636% */
  letter-spacing: 0.8px;
  margin-bottom: auto;
}

[data-container="panel"][data-columns="2"] .product--action {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  margin-top: 8px;
}

[data-container="panel"][data-columns="2"] .product--action a {
  width: 100%;
}

[data-container="panel"][data-columns="2"] .product--stock {
  color: #565448;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--accent--family);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  /* 100% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 17px;
  text-align: right;
  padding-right: 15px;
}

[data-container="panel"][data-columns="2"] .product--stock::after {
  content: "\2022";
  margin: 0 5px;
  font-size: 32px;
  line-height: 0;
  color: #19a800;
  position: absolute;
  top: 57%;
}

[data-container="panel"][data-columns="2"] .product--stock.out-stock::after {
  color: #d50303;
}

.product--action-mobile,
.product--show-quick-details {
  display: none;
}

.filter--menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.filter--menu:not([data-is-swatches]) .filter--link:not(:last-child) {
  margin-bottom: 16px !important;
}

.navigation--active-tag,
.navigation--active-tag span {
  text-transform: uppercase !important;
  padding-left: 0 !important;
}

.filter--label,
.filter--label [data-item="nav-text--sub"] {
  color: #212121;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 93.333% */
}

.filter--toggle {
  position: relative;
  width: 100% !important;
}

.filter--category .icon--root {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.filter--link.hide {
  display: none !important;
}

.filters-search {
  border: 0.5px solid #565448 !important;
  padding: 5px 10px !important;
}

.filters-search::placeholder {
  color: #7B7B7B;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
}

@media (min-width: 768px) and (max-width: 937px) {
  [data-container="panel"][data-columns="5"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media only screen and (min-width: 938px) {
  [data-container="panel"][data-columns="5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* PRODUCT GRID LIST STYLE MOBILE*/
.collection--body--empty {
  width: auto;
}

.navigation--active-clear[data-item] {
  padding: 0 !important;
}

.pagination--of {
  color: #212121;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  letter-spacing: 0.8px;
}

.pagination--right,
.pagination--left {
  line-height: 14px;
}
.hide-mobile {
  display: block !important;
}
.hide-desktop {
  display: none !important;
}
/* MOBILE STYLES */
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  } 
  [data-columns="2"] .product--root[data-product-view="grid"] {
    flex-wrap: wrap !important;
  }

  [data-container="panel"][data-columns="2"] .product--image-wrapper {
    width: 24%;
    order: 1;
  }

  [data-container="panel"][data-columns="2"] .product--details-wrapper {
    order: 3;
    width: 100%
  }

  [data-container="panel"][data-columns="2"] .product--metafields-wrapper {
    order: 7;
    display: none;
  }

  [data-container="panel"][data-columns="2"] .product--metafields-wrapper.active {
    display: block;
    width: 100%;
  }

  [data-container="panel"][data-columns="2"] .product--action-wrapper {
    order: 2;
    width: 70%;
  }

  [data-container="panel"][data-columns="2"] .product--action-mobile {
    display: flex;
    gap: 10px;
    order: 5;
    width: 100%;
  }

  [data-container="panel"][data-columns="2"] .product--action-mobile a {
    width: 100%;
  }

  [data-container="panel"][data-columns="2"] .product--action {
    display: none;
  }

  [data-container="panel"][data-columns="2"] .product--show-quick-details {
    display: block;
    width: 100%;
    order: 6;
    color: #565448;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: var(--font--accent--family);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 116.667% */
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
  }
}

/* MOBILE & TABLET STYLES */
@media screen and (max-width: 938px) {
  [data-view="sidebar-filter"] {
    display: none;
  }

  #main-content navigation-root {
    padding: 0 !important;
  }

  .navigation--title {
    display: none;
  }
}

/* TABLET STYLES */
@media (min-width: 768px) and (max-width:938px) {
  .collection--body--root {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* DESKTOP STYLES */
@media (min-width: 939px) {
  .type-default .collection--body--root {
    min-height: 800px;
  }

  .type-default .navigation--container {
    display: none !important;
  }

  .type-default .template--collection #main-content,
  .type-default .template--search #main-content {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .navigation--container[data-mq="medium-large"] {
    display: none;
  }
  
  .navigation--mobile-header {
    display: none;
  }
  .collection-header,
  .custom-liquid {
    width: 100%;
  }

  .custom-liquid .custom-liquid--wrapper {
    padding: 0;
  }

  .collection-navigation {
    width: 21%;
    /* margin-top: -38px; */
    display: inline-block;
    vertical-align: top;
  }

  .collection-grid {
    width: 76%;
    min-height: 1090px;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 0;
  }

  .collection--body--root {
    padding-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection--header--heading {
    padding-left: var(--spacing--item) !important;
    padding-right: var(--spacing--item) !important;
  }

  .navigation--title h3 {
    padding: 0 var(--spacing--item);
    color: #565448;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    /* 77.778% */
    letter-spacing: 0.8px !important;
    margin-bottom: 10px;
  }

  .filter--button-container {
    display: none !important;
  }

  .filter--form {
    padding-top: 11px !important;
  }

  .filter--toggle {
    padding-left: 0 !important;
  }

  [data-view="sidebar-filter"] .filter--root {
    overflow: unset !important;
    height: 100% !important;
  }

  .navigation--layout.mobile-only {
    padding-right: var(--spacing--item) !important;
  }
}

/* Collection Filters */
.filter--category {
  padding: 11px !important;
  border-radius: unset;
  width: 100%;
  border-bottom: 0.5px solid #565448;
}

.filter--category:first-child {
  border-top: 0.5px solid #565448;
}

.filter--toggle {
  color: #212121;
  font-family: var(--font--accent--family);
  font-size: 15px;
  font-style: normal;
  line-height: 17px;
  /* 93.333% */
}

.filter--toggle[aria-expanded="true"] {
  font-weight: 700;
}

.filter--label {
  color: #212121;
  font-family: var(--font--accent--family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 93.333% */
}

.navigation--active-tags {
  color: #212121;
  font-family: var(--font--accent--family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 93.333% */
  background-color: none;
}

.checkbox-wrapper-19 {
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 15px;
  line-height: 14px;
  padding-left: 0;
}

@-moz-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@-webkit-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}

@keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-webkit-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

@-moz-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}

.checkbox-wrapper-19 input[type=checkbox] {
  display: none;
}

.checkbox-wrapper-19 [data-item="nav-text--sub"] {
  padding-left: 5px;
  display: inline-block;
  width: 300px;
  line-height: 17px;
}

.checkbox-wrapper-19 .filter--label:not([data-item="swatch"]),
.checkbox-wrapper-19 input:checked+.filter--label:not([data-item="swatch"]) {
  background-color: unset !important;
  padding-left: 0 !important;
  border: unset !important;
}

.checkbox-wrapper-19 .check-box {
  min-width: unset !important;
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * .1) solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * .2);
  background-color: #000;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * .72);
  left: calc(var(--checkbox-height) * .41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * .37);
  left: calc(var(--checkbox-height) * .05);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.filter--label .check-box,
.checkbox-wrapper-19 .checked .check-box {
  border-color: #000;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.filter--label .check-box::after,
.checkbox-wrapper-19 .checked .check-box::after {
  height: calc(var(--checkbox-height) / 2);
  -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.filter--label .check-box::before,
.checkbox-wrapper-19 .checked .check-box::before {
  height: calc(var(--checkbox-height) * 1.2);
  -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
  animation: dothatopcheck-19 0.4s ease 0s forwards;
}

.checkbox-wrapper-19 label[data-item="swatch"]::after {
  border: unset !important
}

.navigation--active-tags[data-item] {
  padding: 0 15px !important;
}

.navigation--active-tag {
  color: #212121;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 93.333% */

  background-color: unset !important;
  border: unset !important;
}

.navigation--active-tag svg {
  margin-left: 5px;
  margin-top: -2px;
}

.navigation--active-clear span {
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.navigation--active-tag:not(:last-child) {
  margin: 0;
}

.product--root[data-hover-image]:hover .product--image[data-item] {
  opacity: 1 !important;
}

product-quick-add[data-position="buttons"] {
  width: 100%;
}

product-quick-add[data-position="image"] {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-buy-buttons--primary.product--quick-add--add-to-cart {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--font--paragraph--family);
  line-height: 7px;
}
product-quick-add .dyode-button.quick-add {
  font-family: var(--font--paragraph--family);
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0.5px solid #565448;

  background: #11120d !important;
  color: #FFF !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 7px;
  /* 100% */
}

product-quick-add[data-position="image"] .product--quick-add-text {
  display: none;
}

[data-columns="2"] product-quick-add[data-position="image"] {
  display: none;
}

[data-columns="4"] product-quick-add[data-position="buttons"] {
  display: none;
}

product-quick-add[data-position="image"] .dyode-button.quick-add {
  border-radius: 8px;
  border: 1px solid #11120D;
  background: #11120D;
  width: 30px;
  height: 30px;
  position: relative;
}

.product--quick-add-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product--quick-add--form {
  display: grid !important;
  gap: 0;
}
.product--quick-add--stock svg {
  margin-top: -2px;
  margin-right: 5px;
}

.product--quick-add--stock .in_stock {
  color: #565448;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  /* 100% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.select_your_quantity,
.subheading {
  text-decoration: uppercase;
  color: #fffaf4;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}

.subheading {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.stock-icon {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.product--quick-add--form .product-media--variants--root:not(:empty) {
  padding-bottom: 0;
}
.product-media--variants--root .sub-button__wrapper {
  order: 3;
  width: 100%;
}
.product--quick-add--info {
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-direction: row;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0;
  padding-bottom: 0;
}

.product--quick-add--selectors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 200px;
}

.active .qty-selector-variant-title {
  background: #000;
  color: #fff;
}

.dyode-button.sign-in {
  background-color: #7B7B7B;
  color: #fff !important;
  border-radius: 2px;
  border: 0.5px solid #7B7B7B;
  display: block;
  width: 100%;
  margin-top: 39px;
  line-height: 16px;
  font-family: var(--font--paragraph--family);
}

.product--quick-add--pricing-overview .group--price .type,
.product--quick-add--pricing .group--price .type {
  font-variant: all-petite-caps !important;
  line-height: 1.5rem;
}

.product--quick-add--pricing-overview {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: end;
  padding-left: 15px;
  padding-right: 15px;
}

.product--quick-add--pricing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: end;
}

.cart--title {
  font-family: var(--font--paragraph--family) !important;
  text-transform: uppercase;
  color: #fffaf4;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
}

.cart--root[data-view="drawer"] {
  padding: 0;
}

.cart--heading--title {
  font-family: var(--font--light-heading--family) !important;
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 113.636% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.cart--footer {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cart--total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart--root [data-item~="block-heading"],
.cart--root [data-item~="block-heading"] a,
.cart--total--price {
  font-family: var(--font--light-heading--family) !important;
  color: #000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  /* 63.636% */
  font-variant: small-caps;
  letter-spacing: 0.8px;
}

.cart--root:not([data-view="desktop"]) .cart--continue-shopping {
  padding-top: 0 !important;
  padding-bottom: var(--spacing--item) !important;
}

.cart--body {
  padding-left: 15px;
  padding-right: 15px;
}

.drawer--instance[data-side="left"], .drawer--instance[data-side="right"] {
  z-index: 110;
}

.drawer--container .layout--close {
  display: block !important;
}

/* .cart--footer .layout--close {
  margin-bottom: var(--spacing--item) !important;
} */

.cart--root:not([data-view="desktop"]) .cart--item--title {
  text-align: left;
}

.cart--item--price {
  color: #7B7B7B;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  font-variant: small-caps;
  letter-spacing: 0.8px;
  text-decoration-line: strikethrough;
}

.cart--no-items {
  padding: 110px 0;
}

.navigation--layout-button svg {
  margin-top: 2px;
}

.navigation--layout-button[data-active="false"]:not(:hover) svg {
  color: #565448 !important;
}

.navigation--layout-button[data-active="false"]:not(:hover) svg.icon-list>path {
  fill: currentColor !important;
}

.navigation--layout-button[data-active="false"]:not(:hover) svg.icon-grid>path {
  stroke: currentColor !important;
}

.navigation--layout-button[data-active="true"]:not(:hover) {
  color: #000 !important;
}

.collection--body--grid .product--root {
  height: 100%;
  padding: 10px;
  background: #FFF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.collection--body--grid .product--title,
.product-recommendations .product--title {
  color: #212121;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 122.222% */
  letter-spacing: 0.8px;
  text-transform: capitalize;
  /* margin-bottom: 15px; */
}

.collection--header--heading {
  text-align: center;
}

.collection--header--root[data-heading-alignment=center] .collection--header--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap !important;
}

.collection--header--root[data-show-image=false] .collection--header--heading {
    min-width: 100% !important;
}

.transition--mask-wrapper.has-subtitle h1 {
  color: #565448;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: "Bona Nova SC", system-ui !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.33px;
  /* 133.308% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .transition--mask-wrapper.has-subtitle h1 {
    text-align: center;
  }
  .collection--header--subtitle {
    text-align: center;
  }
}

.collection--header--subtitle {
  color: #565448;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: "Bona Nova SC", system-ui !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: 1px;
}

.dyode-button {
  color: #565448 !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  /* 100% */
  letter-spacing: 0.5px;
  text-transform: uppercase;

  border-radius: 2px;
  border: 0.5px solid #565448;
  height: 40px;
  padding: 10px;
}

@-moz-document url-prefix() {
  .dyode-button {
    line-height: 22px;
  }
}

.product--action-wrapper .product--price-wrapper span,
.product--details-container .product--price-wrapper span {
  color: #7B7B7B !important;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-family: var(--font--light-heading--family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 77.778% */
  font-variant: all-small-caps;
  letter-spacing: 0.8px;
}

.product--learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 0.5px solid #11120D !important;
  background: #11120D !important;
  color: #FFF !important;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 2;
}

.product--root[data-product-view="grid"] .product--title {
  text-align: left;
}

.product--action-wrapper .dyode-button.learn-more {
  display: block;
  margin-top: 10px;
  line-height: 18px;
}

.product--root:not([data-text-alignment="center"]) .product--details {
  flex-direction: column;
}

.product--root[data-text-alignment="center"] .product--price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  align-items: start;
}

.product-recommendations .product--price-wrapper {
  line-height: 21px;
  margin-bottom: 10px;
}

[data-columns="2"] .product--price-wrapper {
  align-items: end !important;
}

/* CART DRAWER */
.cart--header {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 3.125rem;
  background: #11120d;
  top: 0;
  left: 0;
  width: 100%;
}

.cart--root .placeholder--root[data-display-type="aspect-ratio"] .placeholder--container,
.cart--root .placeholder--root[data-display-type="original"] .placeholder--container {
  padding-top: 0 !important;
}

.cart--tax-info {
  font-family: var(--font--paragraph--family) !important;
  color: #565448;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 116.667% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.x-menu--level-2--header {
  display: flex;
  flex-direction: row;
}