/** Shopify CDN: Minification failed

Line 1646:0 Unexpected "}"

**/
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueRoman.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #55534d;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
color: #232221;
text-decoration: none;
}
a:hover {
color: #0a0908;
}
  /*
a.alt {
  color: #737274;
}
a.active {
  color: #541e2e;
  font-weight: 600;
}
*/

h1 {
  font-size: 4em;
}
h2 {
  font-size: 2.5em;
  color: #0a0908
}
h3 {
  font-size: 1.5em
}


h1, h2 {
  line-height: 1.25;
}

.break {
  word-break: break-all;
}
.no-break {
  white-space: nowrap;
}

.xs {
  font-size: 14px;
}
.fade {
  color: #ada5a5;
}

header {
  display: flex;
  flex-direction: column;
}
/*
.hero {
  height: calc(100vh - 100px);
  color: #fff;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), var(--bg-img-hero-src);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
*/

table {
  border-collapse: collapse;
  width: 100%;
}
table tr th {
  font-weight: normal;
  text-align: left;
  background-color: #F6F6F6;
}
table tr:hover {
  background-color: #F9FAFB;
}
tr {
  border-bottom: 1px solid #eee
}
th, td {
  padding: 1rem
}

.hero h3 {
  font-size: 1.2em;
  font-weight: 400;
}
.hero .btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0a0908;
  padding: 12px 20px;
  font-weight: 500;
}
.bg-black {
  background-color: #0a0908;
}
.bg-white {
  background-color: #fff;
}
.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), var(--bg-img-src);
  background-repeat: no-repeat;
  background-size: cover;
}

.image-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-banner {
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-banner-desktop {
  display: block
}
@media only screen and (max-device-width: 768px) {
  .image-banner-wrapper {
    height: var(--mobile-height)
  }
  .image-banner-desktop {
    display: none
  }
  .image-banner-mobile {
    display: block
  }
}
.image-banner-content.banner-tl {
  align-items: baseline;
  justify-content: start;
  text-align: left;
}
.image-banner-content.banner-bl {
  align-items: end;
  justify-content: start;
  text-align: left;
}
.image-banner-content.banner-tr {
  align-items: baseline;
  justify-content: end;
  text-align: right;
}
.image-banner-content.banner-br {
  align-items: end;
  justify-content: end;
  text-align: right;
}

.product-image-wrp {
  align-items: flex-start;
  max-height: calc(100vh - 225px);
  overflow: hidden;
}
.product-image {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-image img {
  display: block;
  max-height: calc(100vh - 225px);
  width: auto;
  object-fit: contain;
}
.product-image-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* overflow-y: auto; */
  max-height: 100vh;
  /* min-width: 70px; */
  width: 90px;
  padding-right: 10px;
}
.thumbnail-button img {
  display: block;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.thumbnail-button {
  width: 90px;
  padding: 0;
  height: auto;
  background-color: #ddd;
}
.thumbnail-button:hover,
.thumbnail-button.active {
  border-color: #0a0908;
  background-color: #ddd;
}

.media.media--hover-effect {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.bordered-image {
  border-radius: 16px;
  display: block;
  background: #ddd;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
.xs {
  font-size: 12px
}

.nav svg {
  width: 18px;
  height: 18px;
  display: block
}
.nav .header-icons .ghost {
  margin-left: 10px
}

.nav .header-icons .ghost,
nav a {
  color: #fff;
  text-decoration: none;
  /* margin: 3px; */
  font-size: 14px;
}

.lh-title {
  font-size: 24px;
  color: #0a0908
}
.ttl {
  /* font-size: 18px; */
  font-size: 20px;
  text-transform: none;
  color: #0a0908
}
.line-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.line-menu li {
  display: inline-block;
}
.line-menu a {
  text-decoration: none;
  margin-right: 10px;
  display: block;
  font-size: 18px;
  color: #b4b4b4;
  padding: 3px 0;
}
.line-menu a.active {
  color: #0a0908;
  border-bottom: 1px solid #0a0908;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  row-gap: 48px;
}
.product-grid.collection {
  grid-template-columns: repeat(3, 1fr);
}
.scroll-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 280px;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.scroll-grid.big {
  grid-auto-columns: 25%;
}
.scroll-grid.big .grid-image {
  height: 450px;
}

.announcement-bar a {
  color: #55534d;
  text-decoration: none;
}
.announcement-bar svg {
  display: block;
  width: 14px;
  height: 14px;
}

.grid-item {
  scroll-snap-align: start;
}
.grid-item a.ttl {
  text-decoration: none;
  display: block;
}
.grid-image {
  background-color: #efeff0;
  border-radius: 8px;
  height: 350px;
  transition: height 0.3s ease;
  position: relative;
  overflow: hidden
}
.grid-image.taller {
  height: 400px
}
.grid-image img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  display: block;
  /* height: 100%; */
}
.grid-image.taller img {
  height: 100%;
}
.grid-image .preview-btn {
  display: none;
  position: absolute;
  bottom: 0;
}
.grid-image .wishlist-button {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.grid-image .label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px
}
.label-drop {
  color: #FB3C3C;
  border-radius: 16px;
  padding: 1px 5px;
  background-color: #EDE3E3;
}
.grid-image:hover img {
  /* height: 350px */
  transition: transform .2s;
  transform: scale(1.1)
}
.grid-image:hover .preview-btn,
.grid-item:hover .wishlist-button {
  display: block;
}
.wishlist-button.is-active svg {
  fill: #0a0908;
}

.dni {
  display: none !important;
}
.cart-icon {
  position: relative
}
.cart-count {
  display: block;
  position: absolute;
  padding: 0px 2px;
  font-size: 12px;
  background-color: white;
  color: #0a0908;
  bottom: -8px;
  right: -8px;
  min-width: 16px;
  text-align: center;
  border-radius: 100%
}

.cart-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 200px 1fr 400px;
  grid-template-rows: repeat(2, 100px);
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
}
.cart-grid-thumb {
  grid-column: 1;
  grid-row: 1 / 3;
}
.thumb img,
.cart-grid-thumb img {
  /* max-height: 200px; */
  max-height: 100px;
  background-color: #eee;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.thumb {
  height: 100px;
  width: 100px;
}
.thumb img {
  max-height: 100px;
}
.cart-grid-action {
  grid-column: 2;
  grid-row: 2;
}
.cart-grid-quantity, .cart-grid-price {
  text-align: right
}
.cart-grid-action, .cart-grid-price {
  align-self: center;
}

/* Hide scrollbar but keep functionality */
.scroll-grid::-webkit-scrollbar {
  display: none;  /* For Chrome, Safari, and newer Edge */
}
.scroll-grid {
  -ms-overflow-style: none;  /* For Internet Explorer */
  scrollbar-width: none;  /* For Firefox */
}

.list-items {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.list-items a {
  display: block;
  color: #8B8B8B;
  padding: 3px 0;
  margin: 3px 0;
}

.white {
  color: #fff;
}
.near-white {
  color: #eee;
}


.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.color-swatch {
  width: 24px;
  height: 24px;
  padding: 2px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.color-swatch-alt {
  width: 18px;
  height: 18px;
  padding: 2px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
}
.color-swatches input {
  display: none;
}
.color-swatch:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
input:disabled + .color-swatch {
  opacity: 0.5;
  cursor: default;
}
input:disabled + .color-swatch:hover {
  transform: none;
  box-shadow: none;
}
.color-swatches input:checked + label {
  outline: 2px solid #000;
}
.color-swatches input:checked + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
/* For accessibility */
.color-swatch:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.ga3 {
  gap: 1rem;
}
.grid-image-alt .grid-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.grid-image-alt {
  background-color: #a0a0a0;
  height: 600px;
  transition: height 0.3s ease;
  position: relative;
}
.grid-image-alt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bb {
  border-bottom: 1px solid #ddd;
}

/*
.status-txt {
  color: #297a00;
}

.bb {
  border-bottom: 1px solid #ddd;
}

.bt {
  border-top: 1px solid #ddd;
}

.br {
  border-right: 1px solid #ddd;
}

.avatar {
  display: block;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.ttl {
  font-variant-caps: all-small-caps;
  font-weight: 600;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.two {
  grid-template-columns: 1fr 1fr;
}
.grid.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.one {
  grid-template-columns: 1fr 2fr 1fr;
}
.ga3 {
  gap: 1rem;
}

.w-1200 {
  max-width: 1200px;
}

.w-1000 {
  max-width: 1000px;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-500 {
  max-width: 500px;
}

.w-400 {
  max-width: 400px;
}

.box {
  background-color: #fff;
  border-radius: 5px;
}
.box.card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border: 1px solid #ddd;
}
.box.error {
  background-color: #f06179;
  color: #f4f4f4;
}
.box.warning {
  background-color: #fdcfd1;
}
*/

.pairs-products {
  border-bottom: 1px dashed #bebebe
}

.box {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0
}

.tag {
  white-space: nowrap;
  background-color: #85dcb7;
  color: #394032;
  border-radius: 50px;
  padding: 3px 8px;
  text-transform: lowercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.tag.gray {
  background-color: #EDEDF2;
  color: #8C94A6;
}
.tag.yellow {
  background-color: #ffc783;
}
.tag.red {
  background-color: #fdcfd1;
  color: #642726;
}

.shopify-payment-button__button,
.btn,
button {
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.5s ease 0s;
  display: inline-block;
  font-size: 14px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  color: #0a0908;
  padding: 8px 15px;
  white-space: nowrap;
  text-align: center;
}
.icon-btn:hover {
  background-color: #d2d2d2;
  border-color: #d6d6d6;
  color: #0a0908
}
.icon-btn {
  border-radius: 50%;
  padding: 8px;
}
.icon-btn svg {
  display:block;
  width: 16px;
  height: 16px;
}
.btn.small,
button.small {
  font-size: 12px
}
button.pseudo {
  padding: 0;
  background: transparent;
  border: 0;
}
button.pseudo svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #ccc;
}

.btn:hover,
button:hover {
  color: #fff;
  background-color: #0a0908;
  border: 1px solid #0a0908;
  text-decoration: none;
}
.btn.disabled, .btn:disabled,
button.disabled,
button:disabled {
  color: #7e8595 !important;
  background-color: #E1E3EA !important;
  border: 0 !important;
  cursor: default;
}
button.big,
.btn.big {
  padding: 15px 20px;
}

button.glass,
.btn.glass {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 15px 20px;
  border: 0
}

button.delete,
.btn.delete {
  background-color: #f06179;
  border-color: #c04e61;
}

button.delete:hover,
.btn.delete:hover {
  background-color: #c04e61;
  border-color: #c04e61;
}
.btn.secondary,
button.secondary {
  background-color: #0a0908;
  color: #fff;
}
button.secondary:hover,
.btn.secondary:hover {
  background-color: #222;
}

.bordered {
  border-color: #0a0908 !important;
}

button.ghost,
.btn.ghost {
  background-color: transparent;
  border: none;
  padding: 0;
}
button.ghost:hover,
.btn.ghost:hover {
  color: #0a0908
}

textarea,
select,
.input,
input {
  outline: 0;
  line-height: 1.5;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #E1E3EA;
  box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
}
.input {
  display: flex;
}
.input input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 0
}
.input input:focus {
  border: 0;
  box-shadow: none;
  border-bottom: 0
}
input.no-border {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
input.no-border:focus {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ededed;
}
input.small {
  padding: 5px 10px;
}
input.search {
  font-size: 12px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff
}
input.search::placeholder {
  color: #fff;
}


select:focus-within, select:focus,
textarea:focus-within,
textarea:focus,
.input:focus-within,
.input:focus,
input:focus-within,
input:focus {
  border: 1px solid #105DFB;
  box-shadow: 0px 0px 0px 3px rgba(36, 100, 241, 0.15);
}

.radio label {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  color: #727272;
  padding: 5px 10px;
}
.radio input {
  display: none;
}
.radio input:checked + label {
  border-color: #222
}
.radio input:disabled + label {
  border-color: #f0f0f0;
  color: #dfdfdf;
  cursor: default;
}
.number-input {
  display: flex;
  border: 1px solid #E1E3EA;
  background-color: white;
  border-radius: 7px;
}
.small button {
  padding:5px 10px;
}
.small input[type=number] {
  padding: 2px 5px;
}
.number-input input[type=number] {
  padding-left: 0;
  padding-right: 0;
}
.number-input button {
  border: 0;
  color: #0a0908
}
.number-input button:hover {
  background-color: transparent;
  color: #111
}
.number-input button:disabled {
  background-color: transparent !important;
  opacity: 0.3;
  cursor: not-allowed;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  width: 100%;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
  padding: 13px 20px;
  border: 0
}
input[type=number]:focus {
  box-shadow: none;
  border: 0
}

.secured {
  border-top: 1px solid #E0E0E0
}
.newsletter {
  background-color: #efefef;
  margin: auto;
  text-align: center;
}

.toast {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #f0fff4;
  background: #15a63a;
  padding: 0.5rem 0.75rem;
  border-radius: 7px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.mainbar {
  width: 100%;
}
.w-500 {
  width: 500px;
}
@media (max-width: 500px) {
  .w-500 {
    width: 100%;
  }
}

.accordion {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

.accordion-trigger {
  width: 100%;
  /* padding: 16px; */
  padding: 24px 0 16px;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-trigger:hover,
.accordion-trigger:focus {
  border: 0;
  outline: none;
}

.accordion-trigger:hover {
  background-color: #f5f5f5;
}
.accordion-trigger:hover svg {
  color: #0a0908
}

.accordion-content[aria-hidden=true] {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.accordion-content-inner {
  padding: 16px;
}

.sidebar .accordion {
  border: 0;
}
.accordion-content-inner,
.sidebar .accordion-trigger {
  padding: 8px 16px;
}
.sidebar .accordion-content-inner a {
  display: block;
  padding: 8px;
  color: #777
}
.sidebar .accordion-content-inner a:hover,
.sidebar .accordion-content-inner a.active {
  background-color: #f2f2f2;
  border-radius: 8px
}

/* Icon rotation */
.accordion-trigger .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.accordion-trigger[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.breadcrumbs {
  padding: 1rem 0 2rem;
  padding: .5rem 0 .5rem;
  font-size: 12px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #666;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 0.5rem;
}
.separator svg {
  width: 14px;
  height: 14px;
  display: block;
  color: #999;
}

.breadcrumb-item:last-child .separator {
  display: none;
}

.breadcrumb-item:last-child span {
  color: #333;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* width: 55vw; */
  overflow: hidden;
}

.pagination__list {
  list-style: none
}
.pagination__list li {
  display: inline-block;
  padding: 5px 10px;
}
.pagination__list li a,
.pagination__list li span {
  display: block;
  margin: 5px;
  color: #333 
}
.pagination__list li a.current {
  color: #999
}
.pagination__list li span {
  color: #999
}
.pagination__list li svg {
  width: 14px;
  height: 14px;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.menu-item {
  position: relative;
}
.menu-item a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  padding: 0.5rem 0;
  display: block;
}

.menu-item a:hover {
  color: #fff;
}

/* Submenu styling */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  padding: 0.5rem 0;
  z-index: 100;
}

.menu-item:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li a {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: #333;
}

.submenu li a:hover {
  background: #f5f5f5;
  color: #111;
}

/* Third level menu */
.sub-submenu {
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  list-style: none;
  padding: 0.5rem 0;
}

.submenu li:hover > .sub-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Current page indicator */
.menu-item a[aria-current="page"] {
  font-weight: 600;
  color: #fff;
}
.menu-item .submenu a[aria-current="page"] {
  color: #0a0908;
}

.error-message {
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  padding: 20px;
  border-radius: 4px;
  grid-column: 1 / -1;
}
.form-error {
  color: #dc3545;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #fff5f5;
  border-radius: 4px;
}
.form-success {
  color: #28a745;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #f0fff4;
  border-radius: 4px;
}

/* Mobile styles */
@media (max-width: 768px) {
  h1 {
    font-size: 2.6em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1em
  }
  .menu {
    flex-direction: column;
    gap: 0;
  }

  .submenu, .sub-submenu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding-left: 1rem;
    display: none;
  }

  .menu-item:hover > .submenu,
  .submenu li:hover > .sub-submenu {
    display: block;
  }
}

.has-submenu > a svg {
  display: inline-block;
  top: 3px;
  width: 14px;
  height: 14px;
  position: relative;
}

/* Optional: Indicator for items with submenus */
/* .has-submenu > a::after {
  content: '▾';
  margin-left: 0.2rem;
  font-size: 0.8em;
} */
/* 
.submenu .has-submenu > a::after {
  content: '▸';
  float: right;
} */
/* 
@media (max-width: 768px) {
  .submenu .has-submenu > a::after {
    content: '▾';
  }
} */


.logo {
  height: 30px
}
.nav .search-icon,
.hamburger {
  display: none;
}

.mobile-product-indicator {
  display: none;
}
@media (max-width: 431px) {
  .mobile-product-indicator {
    display: flex;
  }
}

@media (max-width: 768px) {
  /* .mobile-product-indicator {
    display: flex;
  } */

  .breadcrumb-item {
    font-size: 0.875rem;
    overflow: hidden;
  }

  .logo {
    height: 20px
  }

  .nav .search-icon,
  .hamburger {
    display: block;
  }

  .nav .header-icons .ghost {
    margin-left: 10px
  }
  .navigation-wrp,
  /* .nav .user-icon,
  .nav .wishlist-icon, */
  .nav .search-wrp {
    display: none
  }
}

/*
.menu-toggle {
  display: none;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
*/

.checkbox * {
  box-sizing: inherit;
}
.checkbox *:before,
.checkbox *:after {
  box-sizing: inherit;
}
.checkbox input[type=checkbox] {
  --active: #275EFE;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #275EFE;
  --background: #eee;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--bc, var(--border));
  background: var(--b, var(--background));
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.2s;
}
.checkbox input[type=checkbox]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}
.checkbox input[type=checkbox]:checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}
.checkbox input[type=checkbox]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}
.checkbox input[type=checkbox]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}
.checkbox input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.checkbox input[type=checkbox]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}
.checkbox input[type=checkbox]:focus {
  box-shadow: 0 0 0 var(--focus);
}
.checkbox input[type=checkbox]:not(.switch) {
  width: 21px;
}
.checkbox input[type=checkbox]:not(.switch):after {
  opacity: var(--o, 0);
}
.checkbox input[type=checkbox]:not(.switch):checked {
  --o: 1;
}
.checkbox input[type=checkbox] + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 4px;
}
.checkbox input[type=checkbox]:not(.switch) {
  border-radius: 7px;
}
.checkbox input[type=checkbox]:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
}
.checkbox input[type=checkbox]:not(.switch):checked {
  --r: 43deg;
}
.checkbox input[type=checkbox].switch {
  width: 38px;
  border-radius: 11px;
}
.checkbox input[type=checkbox].switch:after {
  left: 1px;
  top: 1px;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: var(--ab, var(--border));
  transform: translateX(var(--x, 0));
}
.checkbox input[type=checkbox].switch:checked {
  --ab: var(--active-inner);
  --x: 17px;
}
.checkbox input[type=checkbox].switch:disabled:not(:checked):after {
  opacity: 0.6;
}

.hamburger::before {
  top: -6px;
}

.hamburger::after {
  bottom: -6px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle[aria-expanded="true"] .hamburger {
    background: transparent;
  }
  .menu-toggle[aria-expanded="true"] .hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }
  .menu-toggle[aria-expanded="true"] .hamburger::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}

@media (max-width: 1200px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .product-grid.collection,
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .product-grid.collection,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-grid.collection .grid-image,
  .product-grid .grid-image {
   height: 250px
  }
  .scroll-grid {
    /* grid-auto-columns: 148px; */
  }
  .scroll-grid.scroll-grid-mobile-2 {
    grid-auto-columns: calc(50% - 8px);
    /* Each card takes 50% of container width minus half the gap (8px) */
    min-width: 0;
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-image {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    aspect-ratio: 148 / 200;
    /* Maintains same aspect ratio as single card (148px width / 200px height) */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  }
  /* Scale down text components proportionally for 2-card layout */
  .scroll-grid.scroll-grid-mobile-2 .grid-item .ttl {
    font-size: 14px;
    /* Scaled down from 18px proportionally */
    line-height: 1.3;
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .fade {
    font-size: 11px;
    /* Scaled down proportionally */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .fw6 {
    font-size: 13px;
    /* Scaled down proportionally */
    line-height: 1.4;
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .fw6 span {
    font-size: 0.85em !important;
    /* Scaled down inline price styles */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .label {
    font-size: 10px;
    padding: 1px 4px;
    /* Scaled down label badge */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .color-swatch-alt {
    width: 18px;
    height: 18px;
    /* Scaled down color swatches */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .mt1,
  .scroll-grid.scroll-grid-mobile-2 .grid-item .mt2,
  .scroll-grid.scroll-grid-mobile-2 .grid-item .mt3 {
    margin-top: 0.5rem;
    /* Reduced spacing */
  }
  .scroll-grid.scroll-grid-mobile-2 .grid-item .pv1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    /* Reduced padding */
  }
  .scroll-grid .grid-image {
    /* height: 200px; */
  }
}
/*
@media (max-width: 560px) {
  .product-grid.collection,
  .product-grid {
    grid-template-columns: 1fr;
  }
}
*/
.sidebar {
  width: 280px;
}
@media (max-width: 60em) {
  .thumbnail-button {
    width: 60px
  }
  .grid {
    display: block;
  }
  .sidebar {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
  }
}

.card-popup-header {
  overflow-y: scroll;
}
.cart-flex-wrapper {
  height: 100vh
}
.cart-popup {
  z-index: 999;
  width: 700px;
  top: 0;
  right: 0;
  color: #a0a0a0;
  position: fixed;
  height: 100vh;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cart-popup .cart-grid-thumb img {
  max-height: 140px;
}
#wishlist-items .cart-grid,
.cart-popup .cart-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 150px 1fr 100px;
  grid-template-rows: repeat(2, 65px);
  padding: 24px 0;
}
#wishlist-items .cart-grid {
  grid-template-columns: 150px 1fr 1fr;
}
.cart-popup-footer {
  bottom: 0;
  border-top: 1px solid #EDEDED;
  background-color: #FAFAFA;
}

@media screen and (max-width: 700px) {
  .cart-popup {
    width: 100%
  }
  #wishlist-items .cart-grid,
  .cart-popup .cart-grid,
  .cart__items .cart-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto;
    padding: 24px 0;
  }
  .cart-popup .cart-grid-thumb img {
    max-height: 100px;
  }
}

.loading-spinner {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 768px) {
  .products-container:not(.slider-layout) {
    grid-template-columns: repeat(2, 1fr);
  }
}

footer {
  font-size: 90%;
  color: #6b6b6b
}
footer .ttl {
  color: #fff
}
footer a {
  color: #8B8B8B
}
footer .input {
  border: 1px solid #1d1d1d;
  color: #fff;
}
footer input {
  color: #fff;
}
footer a:hover {
  color: #ddd
}
footer .bt {
  border-top: 1px solid #222
}
footer .payment-icons svg {
  width: 28px;
  margin-left: 1px
}

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

@media (max-width: 989px) {
  .grid-image:hover img {
    transform: none !important;
  }
  .grid-item:hover .wishlist-button,
  .grid-item:active .wishlist-button,
  .grid-item:focus .wishlist-button {
    display: none !important;
  }
}

@media (min-width: 990px) {
  .color-swatch-alt {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .grid-item:hover .color-swatch-alt {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
}

