/** Shopify CDN: Minification failed

Line 3911:44 Unexpected "{"
Line 4052:44 Unexpected "{"

**/
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-\[20px\] {
  left: 20px;
}

.bottom-\[45px\] {
  bottom: 45px;
}

.top-\[100\%\] {
  top: 100%;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[-8px\] {
  right: -8px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-0 {
  top: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.top-20 {
  top: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.top-5 {
  top: 1.25rem;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.left-\[25px\] {
  left: 25px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-\[50\%\] {
  right: 50%;
}

.z-10 {
  z-index: 10;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[101\] {
  z-index: 101;
}

.z-50 {
  z-index: 50;
}

.z-\[1050\] {
  z-index: 1050;
}

.z-\[103\] {
  z-index: 103;
}

.z-\[3\] {
  z-index: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.float-left {
  float: left;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-\[auto\] {
  margin-top: auto;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-\[55px\] {
  height: 55px;
}

.h-full {
  height: 100%;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[210px\] {
  height: 210px;
}

.h-0 {
  height: 0px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[16px\] {
  height: 16px;
}

.h-10 {
  height: 2.5rem;
}

.h-screen {
  height: 100vh;
}

.h-\[auto\] {
  height: auto;
}

.h-auto {
  height: auto;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[50px\] {
  height: 50px;
}

.h-80 {
  height: 20rem;
}

.h-20 {
  height: 5rem;
}

.h-60 {
  height: 15rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[155px\] {
  height: 155px;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-5 {
  height: 1.25rem;
}

.max-h-\[260px\] {
  max-height: 260px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.min-h-full {
  min-height: 100%;
}

.w-\[auto\] {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-screen {
  width: 100vw;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[38px\] {
  width: 38px;
}

.w-20 {
  width: 5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[125px\] {
  width: 125px;
}

.w-1\/2 {
  width: 50%;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[155px\] {
  width: 155px;
}

.w-6 {
  width: 1.5rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1 {
  width: 0.25rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-auto {
  width: auto;
}

.w-\[90\%\] {
  width: 90%;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.min-w-\[16px\] {
  min-width: 16px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[755px\] {
  max-width: 755px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.table-auto {
  table-layout: auto;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[10\%\] {
  --tw-translate-y: -10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[auto\2c 1fr\] {
  grid-template-columns: auto 1fr;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-\[35px\] {
  row-gap: 35px;
}

.gap-y-\[25px\] {
  row-gap: 25px;
}

.gap-32p{
  gap:32px;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-none {
  border-radius: 0px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-none {
  border-style: none;
}

.border-\[\#CBCBCB\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.bg-\[transparent\] {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#1C1C1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#1c1c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[5px\] {
  padding: 5px;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[15px\] {
  font-size: 15px;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-\[\#7E7E7E\] {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-\[\#D83A41\] {
  --tw-text-opacity: 1;
  color: rgb(216 58 65 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-slate-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}

.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}

.accent-black {
  accent-color: #000;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[\.3s\] {
  transition-duration: .3s;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:bg-slate-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.focus\:no-underline:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-slate-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:left-\[35px\] {
    left: 35px;
  }

  .md\:bottom-\[55px\] {
    bottom: 55px;
  }

  .md\:top-\[110px\] {
    top: 110px;
  }

  .md\:z-\[unset\] {
    z-index: unset;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[95px\] {
    height: 95px;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-\[275px\] {
    width: 275px;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-\[auto\] {
    width: auto;
  }

  .md\:w-\[665px\] {
    width: 665px;
  }

  .md\:w-\[430px\] {
    width: 430px;
  }

  .md\:w-\[1010px\] {
    width: 1010px;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:max-w-\[45\%\] {
    max-width: 45%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .md\:max-w-\[130px\] {
    max-width: 130px;
  }

  .md\:max-w-\[1165px\] {
    max-width: 1165px;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-\[85\%\] {
    max-width: 85%;
  }

  .md\:max-w-\[275px\] {
    max-width: 275px;
  }

  .md\:max-w-\[260px\] {
    max-width: 260px;
  }

  .md\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-\[none\] {
    flex: none;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr\2c auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[auto\2c 1fr\] {
    grid-template-columns: auto 1fr;
  }

  .md\:grid-cols-\[1fr\2c 2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-\[150px\] {
    gap: 150px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[120px\] {
    gap: 120px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[65px\] {
    gap: 65px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

  .md\:gap-y-\[70px\] {
    row-gap: 70px;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-\[2px\] {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pl-\[0\] {
    padding-left: 0;
  }

  .md\:pr-\[5px\] {
    padding-right: 5px;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pr-\[20px\] {
    padding-right: 20px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1026px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-\[615px\] {
    height: 615px;
  }

  .lg\:max-h-\[615px\] {
    max-height: 615px;
  }

  .lg\:w-\[665px\] {
    width: 665px;
  }

  .lg\:w-\[615px\] {
    width: 615px;
  }

  .lg\:w-\[auto\] {
    width: auto;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-\[615px\] {
    max-width: 615px;
  }

  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-\[115px\] {
    gap: 115px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-\[120px\] {
    gap: 120px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-x-\[90px\] {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[auto\] {
    padding-left: auto;
    padding-right: auto;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:opacity-\[unset\] {
    opacity: unset;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:max-w-\[1240px\] {
    max-width: 1240px;
  }
}

/* FONTS */

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200Reg.woff2') format('woff2'),
        url('SALOMONSans-200Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200LightSlant.woff2') format('woff2'),
        url('SALOMONSans-200LightSlant.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200BoldSlant.woff2') format('woff2'),
        url('SALOMONSans-200BoldSlant.woff') format('woff');
    font-weight: bold; 
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200RegSlant.woff2') format('woff2'),
        url('SALOMONSans-200RegSlant.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200Light.woff2') format('woff2'),
        url('SALOMONSans-200Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSans';
    src: url('SALOMONSans-200Bold.woff2') format('woff2'),
        url('SALOMONSans-200Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200BoldSlant.woff2') format('woff2'),
        url('SALOMONSerif-200BoldSlant.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200Bold.woff2') format('woff2'),
        url('SALOMONSerif-200Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200Light.woff2') format('woff2'),
        url('SALOMONSerif-200Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200RegSlant.woff2') format('woff2'),
        url('SALOMONSerif-200RegSlant.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200LightSlant.woff2') format('woff2'),
        url('SALOMONSerif-200LightSlant.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SALOMONSerif';
    src: url('SALOMONSerif-200Reg.woff2') format('woff2'),
        url('SALOMONSerif-200Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewHero';
    src: url('NewHero-Regular.woff2') format('woff2'),
        url('NewHero-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NewHero';
    src: url('NewHero-SemiBold.woff2') format('woff2'),
        url('NewHero-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: 'SALOMONSans', 'SALOMONSerif', sans-serif !important;
}

@font-face {
  font-family: 'Inter Bold';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Bold.woff2?v=1738778752') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Bold.woff?v=1738778752') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Medium';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Medium.woff2?v=1738778752') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Medium.woff?v=1738778752') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Light';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Light.woff2?v=1738778752') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Light.woff?v=1738778751') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Regular.woff2?v=1738778752') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Regular.woff?v=1738778752') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Semibold';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-SemiBold.woff2?v=1738778752') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-SemiBold.woff?v=1738778753') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter SemiBold Italic';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-SemiBold.woff?v=1738778753') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-SemiBoldItalic.woff?v=1738778753') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Thin';
  src: url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Thin.woff2?v=1738778753') format('woff2'),
       url('https://cdn.shopify.com/s/files/1/0552/2905/5169/files/Inter28pt-Thin.woff?v=1738778752') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

height-observer {
    position: relative;
}
@media (min-width: 1026px) {
.header {
  padding-left: 60px;
  padding-right: 60px;
}}
@media (max-width: 1025px) {
  .mega3_mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 30px;
    margin-top: 20px;
  }
  .mega3_mobile > div > div {
    font-size: 13px;
    font-variant-numeric: normal;
    font-weight: 400;
    letter-spacing: 1.04px
  }
  .header-sidebar__main-panel .header-sidebar__scroller {
    padding: 0 20px;
  }
  .header-sidebar__main-panel {
    padding: 0;
  }
  .header-sidebar__collapsible-panel {
    padding: 0;
    width: 100%;
  }
  #sidebar-menu > div > div.header-sidebar__scroller > ul > li:nth-child(6) {
    border-bottom: 1px solid #d0d0d0!important;
  }
  #sidebar-menu > div > div.header-sidebar__scroller > ul > li:nth-child(6) a {
    color: rgb(230, 9, 88);
  }
  .header {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    display: flex;
    justify-content: space-between;
  }
  .header-sidebar__main-panel .header-sidebar__linklist-button {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
    letter-spacing: 0.14px;
  }
  #sidebar-menu div.drawerContent > header {
    padding: 20px!important;
  }
  #sidebar-menu div.header-sidebar__scroller > ul > li {
    border: none!important;
  }
  #sidebar-menu .header-sidebar__back-button {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 160% */
    letter-spacing: 0.16px;
    font-family: "NewHero"!important;
    text-transform: capitalize;
  }
  #sidebar-menu #header-panel-1 > ul > li {
    border: none!important;
  }
  #sidebar-menu .header-sidebar__linklist-button.h6 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 160% */
    letter-spacing: 0.14px;
    font-family: "NewHero"!important;
    text-transform: capitalize;
  }
  #sidebar-menu .header-sidebar__nested-linklist {
    border: none!important;
    padding-left: 0;
  }
  #sidebar-menu .header-sidebar__nested-linklist .link-faded-reverse {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 160% */
    letter-spacing: 0.16px;
    font-family: "NewHero"!important;
    text-transform: capitalize;
  }
  #sidebar-menu .header-sidebar__nested-linklist img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  #sidebar-menu .ctm-mobile-menu {
    border-top: 1px solid #e5e7eb;
  }
  .shopify-section--collection-banner .section-spacing {
    padding: 15px 0 0;
  }
  .shopify-section--collection-banner .section-spacing .h1 {
    text-align: left;
  }
  .breadcrumb {
    display: block!important;
    position: unset!important;
    padding-bottom: 10px;
  }
  .mega_menu3_AnRTqr {
    display: none!important;
  }
}
@media (min-width: 1000px){
  .breadcrumb {
    margin-bottom: 25px;
  }
  #sidebar-menu {
    display: none;
  }
  .shopify-section--collection-banner .section-spacing {
    padding: 0px 0;
    padding-top: 25px;
  }
}
.shopify-section--collection-banner .section-spacing .h1 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 24px; /* 133.333% */
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.breadcrumb > ol > li > a {
  color: #000;
  font-family: Inter!important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 170% */
  letter-spacing: 0.1px;
}
product-card > div.product-card__info label {
  background-color: transparent!important;
  --swatch-background: transparent!important;
}
product-card > div.product-card__info label > img {
  display: none;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
product-card > div.product-card__info label > img:nth-child(2) {
  display: block!important;
}
product-card .color-swatch {
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
}
product-card .price-list .h6 {
  color: #000;
  font-family: Inter!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 174.15% */
  letter-spacing: 0.14px;
}
.regular-price-on-pdp{
  font-family:"NewHero"!important;
  font-size:16px;
  font-color:black;
  font-weight: 600;
}
product-card .h6.text-subdued.line-through {
  color: #a9a9a9;
}
product-card .badge.badge--sold-out{
  display:none!important;
}
product-card .badge.badge--sold-out,
product-card .badge-list .cucardaFondo {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 141.667% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  position: relative;
  background: #0000;
  padding: 0px 6px;
  margin-left: 4px;
  display: inline-block;
  width: max-content;
  z-index:1;
  white-space: nowrap;
}
product-card .product-tile_subtitle {
  font-weight: 600;
  font-family: 'NewHero'!important;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 24px;
}
product-card .badge.badge--sold-out::before,
product-card .badge-list .cucardaFondo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transform: skew(-15deg);
  background: #000;
} 
product-card .cucardaSinFondo {
  font-size: 14px;
  font-weight: 600;
  color: #e60958;
  font-family: Inter!important;
}
.badge--on-sale {
  padding: 2px;
  font-size: 14px;
  line-height: 24px;
}
.header {
  position: unset!important;
  box-shadow: none;
  border: none;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none!important;
}
header li .h6 { 
  font-family: 'NewHero', 'SALOMONSans', sans-serif !important;
  font-size: 14px;
  text-transform: initial !important;
  color: #000;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
}
.header .searchIcon {
  background-color: #000000;
  border-radius: 50%;
  padding: 5px;
}
.header .searchIcon svg {
  color: #fff;
}
.header-search__form.ctm .header-search__form-control {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  border-radius: 34px;
  background: #F5F5F5;
}
.header-search__form.ctm .header-search__form-control > input {
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  font-family: 'Inter', sans-serif!important;
  text-transform: capitalize;
  display: flex;
  padding: 0 10px;
}
.header-search__form.ctm .header-search__form-control > input::placeholder{
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  font-family: 'Inter', sans-serif!important;
  text-transform: capitalize;
}
.header-search__form.ctm .header-search__form-control > svg {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  background: #000;
  color: #fff;
} 
.wrap-search .predictive-search {
  left: 0;
  position: absolute;
  background-color: white;
  padding: 20px 50px;
  display: none;
  width: 100%;
}
.wrap-search .predictive-search__products {
  gap: 50px;
}
.wrap-search{
  margin-right: 15px;
}
.main-menu .item-mega {
    border-bottom: 2px solid transparent;    
}
.menu-image{
  height:120px;
  width:230px;
}
.main-menu .item-mega .lvl-0,
.main-menu > a {
  padding: 20px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 172.778% */
  letter-spacing: 0.14px;
  font-family: 'NewHero', sans-serif!important;
}
.main-menu .item-mega:hover {
    border-bottom: 2px solid #000;
}
.main-menu .lvl-1 {
  color: #000;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 172.778% */
  letter-spacing: 0.14px;
  font-family: 'NewHero', sans-serif!important;
}
.main-menu .lvl-1 div {
  font-family: 'NewHero', sans-serif!important;
}
.main-menu .lvl-1:hover,
.main-menu .lvl-2:hover {
  text-decoration: underline;
}
.main-menu .item-mega:hover > .megamenu-container {
    display: block;
}
.main-menu .megamenu-container {
    background-color: #fff;
    top:99%!important;
}
.main-menu .wrap-submenu2 > .submenu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
    max-width: 1030px;
    margin: auto;
}
.main-menu .megamenu-container .wrap-submenu2,
.main-menu .megamenu-container .wrap-submenu3 {
    padding: 45px 0;
}
.main-menu .wrap-submenu2 .submenu .lvl-1,
.main-menu .wrap-submenu2 .submenu .lvl-2 {
  font-family: 'NewHero', sans-serif!important;
}

.main-menu .wrap-image-ctm3 {
  width: 251px;
  height: 175px;
  overflow: hidden;
  transition: transform 0.3s;
}
.main-menu .wrap-image-ctm3:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.main-menu .wrap-image-ctm2 {
  overflow: hidden;
}
.main-menu .wrap-image-ctm2:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.main-menu .wrap-image-ctm2 img {
  transition: transform 0.3s;
}
.main-menu .wrap-image-ctm3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.announcement-bar__carousel p {
    font-family: 'NewHero', 'SALOMONSans', sans-serif !important;
    letter-spacing: .01em;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 11px;
    line-height: normal;
}
.announcement-bar{
  padding-block: 6px;
  min-height:30px;
  max-height:30px;
}

a.link-faded {
    color: #333;
    font-weight: 400;
}

/* Home */
.slideshow__slide-content a.button.button--outline{
  background-color: white !important;
  color: black !important;
  font-family: "NewHero" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0px;
  border-radius: 45px;
  text-transform: capitalize;
  padding: 15px 30px;
  transition: all 0.3s !important;
}
.slideshow__slide-content a.button.button--outline:hover{
  background-color: #f5f5f5;
}

slideshow-carousel .button-group button.button,
media-grid button.button,
.newsletter .button{
  border-radius: 5px;
  background-color: #FFF!important;
  padding: 15px 30px;
  color: #000!important;
  font-size: 14px!important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px; 
  transition: all 0.3s!important;
}
.shopify-section-group-footer-group a.button{
  background-color: white !important;
  color: black !important;
  font-family: "NewHero" !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0px;
  border-radius: 45px;
}
.shopify-section-group-footer-group a.button:hover{
  background-color: #F5F5F5!important;
}
slideshow-carousel .button-group button.button:hover,
media-grid button.button:hover {
  color: #000!important;
  background-color: #F5F5F5!important;
} 
media-grid .media-grid__item {
  max-height: unset!important;
}
.featured-collections-carousel scroll-carousel,
product-list scroll-carousel {
  overflow-x: scroll!important;
  /* scrollbar-width: thin!important;
  scrollbar-color: #000 #fff!important; */
  scroll-behavior: smooth; 
  padding-bottom: 10px;
  scrollbar-width: auto !important;
  scrollbar-color: inset 0 0 0 2px rgb(var(--scrollbar-color, 60 60 60)) !important;
}
.featured-collections-carousel scroll-carousel::-webkit-scrollbar-thumb,
product-list scroll-carousel::-webkit-scrollbar-thumb {
  background: #000000!important; 
}
.featured-collections-carousel scroll-carousel::-webkit-scrollbar-thumb,
product-list scroll-carousel::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 2px rgb(var(--scrollbar-color, 60 60 60));
}
.featured-collections-carousel scroll-carousel::-webkit-scrollbar,
product-list scroll-carousel::-webkit-scrollbar {
  height: 3px;
  display: block!important;
  transition: all 0.3s!important;
}
.featured-collections-carousel scroll-carousel:hover::-webkit-scrollbar,
product-list scroll-carousel:hover::-webkit-scrollbar {
  height: 5px;
  display: block!important;
}
.slideshow__slide-content .h1 {
  font-size: 46px;
  letter-spacing: 0.0025rem;
  line-height: 2rem;
  font-weight: 700,
}
.slideshow__slide-content p.h6 {
  font-family:"Inter" !important;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0px !important;
  line-height: 20px;
  text-transform: initial;
  max-width: 500px;
}
.container .section-header, .container .section-stack .v-stack {
  justify-self: left;
}
.container .h2 {
  font-variant-numeric: normal;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 2.8rem;
}
button.button{
  font-size: 14px!important;
  border-radius: 5px;
  text-transform: inherit;
  letter-spacing: 1px;
  border: none;
  transition: all 0.3s!important;
  font-family: 'SALOMONSans', sans-serif !important;
  background-color: #000!important;
  --initial-gradient: unset!important;
  --hover-background-position: unset!important;
  padding: 15px;
  color:white;
}

button.button:hover{
  background-color: #333!important;
  color: #fff!important;  
}

/* Multicolumn */

.shopify-section--multi-column .container .section-stack {
    gap: 10px;
}

.multi-column__item {
  position: relative;
  max-height: calc(100% - 10px);
  overflow: hidden;
}

.multi-column__item .prose.text-start {
    position: absolute;
    top: 0;
    left: 0;
}

.multi-column__item .prose .h3 {
    font-size: 18px;
    line-height: 2.2rem;
    color: #fff;
    letter-spacing: .02em;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0 0 15px;
}

.section-spacing.color-scheme.color-scheme--scheme-3.color-scheme--bg-54922f2e920ba8346f6dc0fba343d673.bordered-section {
    padding-top: 30px;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .features--zoom-image .group:hover .group-hover\:zoom {
        scale: 1.03;
    }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .features--zoom-image .zoom-image {
        transform-origin: center;
        transition: scale 0.5s cubic-bezier(.25,.46,.45,.94);
    }
}

@media (max-width: 699px) {
  .multi-column__item .prose .h3 {
    line-height: 22px;
}
}

/* Slider */

@media (min-width: 700px) {
  .slideshow .content-over-media {
    /* height: calc(100vh - 200px); */
    height: 100%;
  }
  .container {
    margin-left: 60px!important;
    margin-right: 60px!important;
  }
  .product-list {
    column-gap: 30px!important;
  }
}


.slideshow__next-section-button {
    display: none;
}

/* Section Media-grid */

#shopify-section-template--18377630679260__media_grid_M9p3nX .section-spacing .container {
    margin: 0;
}

.shopify-section--media-grid .container {
    margin: 0;
}

.shopify-section:not(:first-child) .bordered-section {
    border: none;
}

#shopify-section-template--18377630679260__media_grid_M9p3nX .section-spacing {
    background-color: #fff;
    border: none;
}

.media-grid__item .content-over-media::before {
    position: absolute;
    z-index: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.media-grid__item {
    max-height: 93vh;
}
@media(min-width: 700px) {
  .shopify-section--media-grid .media-grid {
    column-gap: 30px!important;
  }
}
@media screen and (min-width: 700px) {

}

.prose.prose--tight.place-self-end-start.text-start p {
    font-size: 15px;
    letter-spacing: 0.9px;
}

.prose.prose--tight.place-self-end-start.text-start p.h3 {
    font-size: 22px;
    letter-spacing: 1.75px;
}

.prose :is(.button,.button-group:has(.button)) {
    margin-block-start: 0.8rem;
}

.prose :where(:not(meta,span)+*) {
  margin-block-start: 4px;
  font-family: 'NewHero'!important;
}
@media (max-width: 699px) {
  .prose :where(:not(meta,span)+*) {
  margin-block-start: 20px;
}
}

media-grid button.button,
a.button {
  border-radius: 45px;
  font-family: "NewHero" !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 0.12px;
  color: black !important;
  background: white !important;
}

/* Collection Card */

.collection-list {
    justify-content: center;
}

@media screen and (min-width: 900px){
.collection-list {
    margin-top:30px;
    justify-content: start !important;
    overflow-x: scroll !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    gap: 0.5rem !important;
  }
  .collection-list .collection-card{
    flex-shrink: 0 !important;
  }
}

.collections-list .content-over-media>:not(img,video,iframe,svg,video-media,picture) {
    grid-area: auto !important;
}

@media screen and (min-width: 1000px) {
    .collection-card .content-over-media {
        --content-over-media-gap: 1rem;
    }
  .slider-scroll_wrapper{
    display:flex;
    align-items:center;
  }
}
details.talle.accordion .accordion__content > .v-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
details.talle.accordion .accordion__content > .v-stack .checkbox-control label {
   font-family:'NewHero'!important;
   color: black;
   font-size:14px;
   text-align: center;
   align-items: center!important;
   justify-content: center!important;
   height: 36px;
   width: 100%;
   border-radius: 5px;
   border-color: #1c1c1ca6;
   border-width: 2px;
  align-content: center;
}

.dot-checkbox:checked~label {
    transform: none!important;
}
.dot-checkbox:checked {
    opacity: 0!important;
}

@supports (row-gap: 1lh) {
    .collection-card .content-over-media:has(>.prose):not(:has(>.prose .button:last-child)) {
        row-gap: calc(var(--content-over-media-calculated-row-gap) - .0lh);
    }
}

.collection-list .collection-card__content p.h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  font-weight: 200;
  letter-spacing: 0.02em;
  font-family: "Inter Semibold", sans-serif !important;
}

.collection-list .collection-card .content-over-media {
  height: auto;
}
.collection-card .content-over-media .content-over-media img{
  height: 100%;
}

.section-spacing.color-scheme.color-scheme--scheme-1.color-scheme--bg-609ecfcfee2f667ac6c12366fc6ece56 {
  background-color: #fff;
  padding-top: 25px;
}

.collection-list .collection-card .content-over-media::after{
  position: absolute;
  z-index: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 100%);
}

/* TOP CATEGORIES */

/* COLLECTIONS */

facets-drawer p.h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: 100%;
}
facets-drawer div.drawerCont header button {
  position: absolute;
  top: -25px;
}
facets-drawer .facets .accordion__toggle > span {
  font-family: 'NewHero'!important;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .01em;
  text-transform: capitalize;
}
facets-drawer .facets .color-swatch {
  border-radius: 50%;
}
facets-drawer .accordion__content.Talle > div {
  display: flex;
  flex-wrap: wrap;
}
.block-swatch.is-disabled span {
    color: #d0d0d0;
}
facets-drawer .accordion__content.Talle > div .checkbox-control label {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  opacity: 1!important;
}
facets-drawer .accordion__content.Talle > div .checkbox-control {
  width: 68px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .1rem solid #d0d0d0;
  border-radius: .5rem;
}
facets-drawer .accordion__content.Price label {
  border: .1rem solid #d0d0d0;
  border-radius: .5rem;
}
facets-drawer .drawerCont {
  width: 460px!important;
}
facets-drawer .drawerCont {

}
main#main {
  background-color: #fff;
}
@media (min-width: 1000px) {
  .collection-toolbar {
    padding: 20px 48px;
  }
}
@media (max-width: 999px) {
  .product-card .product-card__quick-add-button {
    width: 70%;
    display:none;
  }
  .collection-toolbar {
    padding: 0 20px 20px;
  }
}
.collection-toolbar {
  box-shadow: unset;
  display: block;
  border: none;
}
.collection-toolbar__button-container {
  border: none;
}
.collection-toolbar__button {
  padding: 10px 22px;
  border-radius: 40px;
  background: #F5F5F5;
  color: #000;
  text-align: center;
  font-family: Inter!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
  opacity: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-inline: 22px!important;
}
.products-count {
  color: #707070;
  font-family: Inter!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.14px;
  text-transform: lowercase;
}

/* PRODUCT CARD */

product-card .badge.badge--on-sale {
  font-size: 12px;
  font-family: 'NewHero'!important;
  line-height: 18px;
  font-weight: 400;
}
.product-card {
    gap: 7px;
}
.product-card .product-card__info .v-stack.gap-1 {
  gap: 5px;
}
.product-card .badge-list,
.product-card .product-title {
  margin-bottom: 5px;
}
.product-list {
    --product-list-default-column-gap: 2rem;
}

product-list button.prev-next-button.prev-next-button--next.circle-button.hover\:animate-icon-inline, product-list button.prev-next-button.prev-next-button--prev.circle-button.hover\:animate-icon-inline {
    background-color: #000;
    color: #fff;
}

product-list .circle-button>svg {
    width: 1.1rem;
}

.product-card__info a.product-title.h6 {
  color: #000;
  font-family: 'NewHero'!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 174.15% */
  letter-spacing: 0.14px;
}

/* .product-card__info sale-price.h6.text-subdued {
    color: #000;
    font-size: 13px;
    letter-spacing: .01em;
    font-weight: 400;
    font-variant-numeric: normal;
    font-family: 'NewHero', 'SALOMONSans', sans-serif !important;
} */

.product-card__info {
    text-align: left;
    align-content: start;
    justify-items: left;
}

.product-card__info .v-stack.justify-items-center.gap-1, .product-card__info .v-stack.justify-items-center.gap-2 {
    justify-items: left;
}

.product-card__info .color-swatch {
    --swatch-size: 2rem;
}
.product-card .product-card__quick-add-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)!important;
  border-radius: 4rem;
  padding: 4px 12px;
  background-color: #ffffff!important;
  font-family: 'NewHero'!important;
  font-weight: 600!important;
  font-size:11px;
}

/* DEALS */

.shopify-section--text-with-icons .text-with-icons {
    display: flex;
    border-top: 1px solid #d0d0d0;
    padding-top: 60px;
    justify-content: space-between;
}

.shopify-section--text-with-icons .v-stack.gap-6.justify-items-center.sm\:justify-items-center {
    display: flex;
}

.shopify-section--text-with-icons p.h6 {
    color: #000;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: initial;
}

/* Footer */
.social-media--list .social-media__item{
  opacity:1;
}
.shopify-section-group-footer-group .container.container--lg {
  --container-max-width: 1807px !important;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.shopify-section-group-footer-group.shopify-section--rich-text .bordered-section {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .shopify-section-group-footer-group.shopify-section--rich-text .bordered-section {
  padding-top: 50px;
}
}

.shopify-section-group-footer-group.shopify-section--footer .bordered-section {
  padding-top: 50px;
}
.shopify-section-group-footer-group .container--lg p.h6 {
  font-size: 44px;
  letter-spacing: 1px;
}
.shopify-section-group-footer-group .container--lg h2 {
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: normal;
}
.shopify-section-group-footer-group .container--lg p.h6 em {
  font-weight: 200;
}
.shopify-section-group-footer-group.shopify-section--footer .footer__block-list p.h6 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.shopify-section-group-footer-group.shopify-section--footer .footer__block-list .link-faded {
  color: #f5f5f5;
  font-weight: 400;
  letter-spacing: 1px;
}
.shopify-section-group-footer-group.shopify-section--footer .footer__block-list .link-faded:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
}
.shopify-section-group-footer-group.shopify-section--footer .footer__inner .footer__aside .text-subdued {
  color: #fff;
  opacity: 1;
  font-family: 'NewHero', 'SALOMONSans', sans-serif !important;
  letter-spacing: 0.4px;
  text-transform: initial;
  font-size: 14px;
  justify-self:left;
  font-weight:400;
}
.footer__inner .footer__aside{
  justify-content:left;
  text-align: left;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .qr-afip{
    justify-content: center;
  }
}
.footer__inner li a {
  font-family: 'NewHero', 'SALOMONSans', sans-serif !important;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.footer-content .heading {
    flex: 1;
    text-align: left;
}

.footer-content a {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-content .qr-afip {
    flex: 1;
    text-align: right;
}

.footer-content img {
    max-width: 30px;
    max-height: 30px;
}

/* Newsletter */

.shopify-section--newsletter .newsletter .section-header {
  margin-bottom: 20px!important;
}
.shopify-section--newsletter .prose p.h6{
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: 200;
}
.shopify-section--newsletter .prose h2.h2 {
  font-size: 45px;
  letter-spacing: 3.6px;
  font-weight: 700;
  line-height: normal;
  font-family: 'SALOMONSans'!important;

}
@media (max-width: 699px) {
  .shopify-section--newsletter .prose h2.h2 {
  font-size: 26px;
}
}
.shopify-section--newsletter .newsletter.content-over-media.content-over-media--auto {
  justify-items: left;
}
.shopify-section--newsletter .section-header.justify-self-center.text-center {
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.shopify-section--newsletter .content.section-stack.gap-8.text-center, .shopify-section--newsletter .form-control {
  display: block;
  max-width: 100%;
}
.shopify-section--newsletter form#newsletter-form-sections--18377630875868__newsletter_reeHDA {
  margin-top: 25px;
}

/* Product Page */

.modal::part(header) {
    border-block-end: 0px;
}

.ctmInfo li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'NewHero'!important;
}
.ctmInfo li button {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'NewHero'!important;
  text-decoration: underline;
}
ul.ctmInfo li::marker {
  font-size: 0.8em;
}
.entrega-y-devolución-gratis .text-with-icon {
  color: #4EAB9B;
  font-family: 'NewHero'!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.14px;
  text-transform: none;
}
.entrega-y-devolución-gratis .text-with-icon svg {
  width: 20px!important;
}
.tabla-de-talles{
  color: #0051aa;
  font-family: 'NewHero'!important;
  font-size: 14px;
  font-weight:600;
  text-decoration: underline;
}
.ver-disponibilidad-en-tienda .text-with-icon {
  color: #000;
  font-family: 'NewHero'!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.14px;
  text-transform: none;
}
.ver-disponibilidad-en-tienda svg {
  width: 20px!important;
}
.shopify-section--main-product .variant-picker__option.color .variant-picker__option-values {
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.color .variant-picker__option-values{
  display:flex!important;
}
.variant-picker__option-values{
  display: grid!important;
  grid-template-columns: repeat(4, 1fr);
  gap: .3rem!important;
}
.color-variant-picker-option{
  font-size:10px;
  font-family:'NewHero'!important;
  font-weight:400;
  color: #000000;
}
.sale-price-on-pdp{
  font-size:16px;
  font-family:'NewHero'!important;
  color: #000000;
  font-weight:600;
}
.compare-price-pdp{
  font-size:16px!important;
  font-family:'NewHero'!important;
  color: #707070!important;
  text-decoration: line-through!important;
}
.block-swatch span{
    font-family:'NewHero'!important;
    font-size: 12px;
    color: black;
  }
@media (min-width: 768px) {
  .shopify-section--main-product .variant-picker__option.color .variant-picker__option-values {
    flex-wrap: wrap;
  }
  .shopify-section--main-product variant-picker .thumbnail-swatch > img {
    max-width: 60px;
    height: 60px;
  }
  .shopify-section--media-grid .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .shopify-section--main-product .product-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    letter-spacing: 1.76px;
    text-transform: uppercase;
    font-family: 'SALOMONSans'!important;
  }
  .shopify-section--main-product sale-price,{
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 280% */
    text-transform: uppercase;
  }
  .shopify-section--main-product compare-at-price {
    color: #f0f0f0;
    font-family: 'NewHero'!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 280% */
    text-transform: uppercase;
    text-decoration: line-through;
  }
  .shopify-section--main-product .product-info__block-item .badge.badge--on-sale {
    border-radius: 2px;
    background: #000; 
    display: inline-flex;
    height: 13px;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'NewHero'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 240% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .breadcrumb a {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; /* 200% */
    text-transform: capitalize;
  }
  .shopify-section--main-product .variant-picker__option-info legend {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.9px;
  }
  .shopify-section--main-product .variant-picker__option-info variant-option-value {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 172.698% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
  }
  .shopify-section--main-product variant-picker .thumbnail-swatch {
    width: 63px;
    height: 63px;
  }
  .shopify-section--main-product variant-picker .tamaño .block-swatch {
    width: 100%;
    height: 38px;
    border-radius: 5px;
  }
  .block-swatch span{
    font-family:'NewHero'!important;
    font-size: 12px;
    color: black;
  }
  .shopify-section--main-product [data-block-type="description"] {
    background: #F5F5F5;
    padding: 22px;
  }
  .shopify-section--main-product [data-block-type="description"] p,
  .shopify-section--main-product [data-block-type="description"] ul,
  .shopify-section--main-product [data-block-type="description"] h4,
  .shopify-section--main-product [data-block-type="description"] strong,
  .shopify-section--main-product [data-block-type="description"] span,
  .shopify-section--main-product [data-block-type="description"] h3,
  .shopify-section--main-product [data-block-type="description"] h2,
  .shopify-section--main-product [data-block-type="description"] a {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 14px;
    font-style: normal;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .variant-sku span {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .variant-sku {
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
.product-card__info sale-price {
  font-family:'NewHero'!important;
  font-size:14px;
  font-weight: 400;
  font-variant-numeric: normal;
  color: #000;
}
.product-card__info compare-at-price {
  font-family:'NewHero'!important;
  font-size:14px;
  font-weight: 400;
  font-variant-numeric: normal;
}

  @media (max-width: 767px) {
  .shopify-section--main-product variant-picker .thumbnail-swatch > img {
    max-width: 51px;
    height: 51px;
  }
  .shopify-section--main-product .product-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    letter-spacing: 1.76px;
    text-transform: uppercase;
    font-family: 'SALOMONSans'!important;
  }
  .shopify-section--main-product .text-on-sale,
  .shopify-section--main-product sale-price,{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
    text-transform: uppercase;
    font-family: 'NewHero'!important;
  }
  .shopify-section--main-product compare-at-price {
    font-family: 'NewHero'!important;
    color: #B1B1B1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    letter-spacing: 1.76px;
    text-decoration: line-through;
    text-transform: uppercase;
  }
  .shopify-section--main-product .product-info__block-item .badge.badge--on-sale {
    font-family: 'NewHero'!important;
    border-radius: 2px;
    background: #000; 
    display: inline-flex;
    height: 13px;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 240% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .breadcrumb a {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; /* 200% */
    text-transform: capitalize;
  }
  .shopify-section--main-product .variant-picker__option-info legend {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.9px;
  }
  .shopify-section--main-product .variant-picker__option-info variant-option-value {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 172.698% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
  }
  .shopify-section--main-product variant-picker .thumbnail-swatch {
    width: 52px;
    height: 52px;
  }
  .shopify-section--main-product variant-picker .thumbnail-swatch > img {
    width: 50px;
    height: 50px;
  }
  .shopify-section--main-product variant-picker .tamaño .block-swatch {
    width: 100%;
    height: 38px;
    border-radius: 5px;
  }
  .shopify-section--main-product [data-block-type="description"] {
    background: #F5F5F5;
    padding: 20px;
  }
  .shopify-section--main-product [data-block-type="description"] p,
  .shopify-section--main-product [data-block-type="description"] ul,
  .shopify-section--main-product [data-block-type="description"] h4,
  .shopify-section--main-product [data-block-type="description"] strong,
  .shopify-section--main-product [data-block-type="description"] span,
  .shopify-section--main-product [data-block-type="description"] h3,
  .shopify-section--main-product [data-block-type="description"] h2,
  .shopify-section--main-product [data-block-type="description"] a {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 14px;
    font-style: normal;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .variant-sku span {
    color: #000;
    font-family: 'NewHero'!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 178.571% */
    letter-spacing: 0.14px;
  }
  .shopify-section--main-product .variant-sku {
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
/* Product Page */

/* Mobile */

@media (max-width: 1025px) {
    .slideshow__slide-content .h1 {
        font-size: 28px;
        line-height: 1;
    }
    button.button {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .shopify-section--slideshow .content-over-media>:not(img,video,iframe,svg,video-media,picture) {
        align-self: end;
        justify-self: start;
        padding-bottom: 10px;
    }
    .collection-list.wrap {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-card:nth-child(3) {
        grid-column: 1 / -1;
    }
    .collection-list .collection-card .content-over-media {
        height: 270px;
    }
    .collection-list .collection-card__content p.h3 {
        max-width: 130px;
    }
    .media-grid__item {
        grid-area: span min(3, var(--media-grid-item-row-span)) / span 5;
        height: 566px;
        container-type: inline-size;
    }
    .multi-column {
        grid-template-columns: repeat(2, 1fr) !important;
        grid: inherit;
        gap: 10px;
    }
}

/* Cart */

.cart-drawer-title{
  font-family: "NewHero"!important;
  font-size: 16px;
}

.cart-p-title{
  font-family: "NewHero"!important;
  font-size: 14px;
  font-weight: 600;
  text-transform: initial;
  line-height: 24px;
}

.quantity-selector.quantity-selector--sm {
    --quantity-selector-height: 1.1rem;
    --quantity-selector-input-width: 1.8rem;
    border-width: 0;
}

.quantity-selector .quantity-selector__input.text-sm{
  font-size:10px;
}

.quantity-selector .quantity-selector__button{
  background: #f0f0f0;
  border-radius: 100%;
}

.line-item-variants-info{
  font-weight: 400;
  color: #707070;
  font-family: "NewHero"!important;
  line-height:17px;
  font-size:10px;
  text-transform:initial;
  font-variant-numeric: normal;
}
.line-item{
  gap: 10px;
}

.line-item-info.third-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
}
.line-item-info.third-info .h-stack {
  display: flex;
  justify-content: flex-end;
}

.line-item-info.third-info .h-stack .text-xs{
  font-size: 13px;
}

.cart-drawer__footer .button-group .button.w-full{
  text-transform: none;
  padding: 10px;
}

.cart-drawer__footer .button-group{
  justify-content: center;
}

.cart-drawer__footer .button-group .text-xs{
  font-size:14px;
}

.prices-sub-cart{
  display:flex;
  justify-content: space-between;
  width:100%;
}

.subtotal-price{
  font-weight:400;
  font-size:16px
  line-height:24px;
  font-family:"NewHero"!important;
  text-transform: initial;
}


/* cart */
.footer-container--sm{
  --container-max-width: 80.25rem;
}

.main-cart-page{
  display: flex;
  justify-content: space-between;
}

.cart-footer{
  display:flex;
  flex-direction:column;
}

@media screen and (min-width:1026px){
  .products-cart{
    min-width:40%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    gap: 10px;
  }
  .cart-footer{
    min-width: 35%;
    padding: 25px;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width:1025px){
  .main-cart-page{
    flex-direction: column;
    margin: 0 35px;
 }
 .cart-footer .form-control{
   padding-top:15px;
 }
  .main-cart-page .products-cart .cart-drawer-title{
    padding-bottom:10px
  }
 .products-cart{
   display: flex;
   gap: 15px;
   flex-direction: column;
 }
}
.cart-recap .button{
  width: 100%;
  font-family: "SalomonSans" !important;
  text-transform: none;
}
@media screen and (min-width: 700px) {
  .cart-recap {
    justify-items: center;
    margin-inline-start: unset;
  }
}

/* Footer */
@media (max-width: 1025px) {
  .footer__block--links .unstyled-list {
    display: none;
  }
  .footer__block--links.open .unstyled-list {
    display: block;
  }
  .shopify-section-group-footer-group.shopify-section--footer .footer__block-list p.h6 {
    font-size: 18px;
  }
  .shopify-section-group-footer-group .container--lg h2 {
    font-size: 28px;
  }
  .footer__block-list {
    justify-items: stretch;
    width: 100%;
    justify-content: initial;
  }
}
@media (min-width: 1026px){
  .footer .footer__block-list {
    justify-content: flex-start;
    column-gap: 30px!important;
  }
  .footer  .footer__block--links {
    flex: 1;
    max-width: 30rem;
  }

}

/* GALERÍA CON FONDO */
.product-gallery__media,
.thumbnail-swatch,
.product-card__media img,
.product-card__info .color-swatch img{
    background: #f6f6f6;
  }