.web-header {
  top: 0;
  width: 100%;
  z-index: 3000;
  position: fixed;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header-flyer img {
  height: 65px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.header-flyer img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.header-top {
  height: 32px;
  color: #424242;
  font-size: 11px;
  overflow: hidden;
  background: #f5f5f5;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.header-top-ul,
.header-top-ul:after {
  clear: both;
}
.header-top-ul:after,
.header-top-ul:before {
  content: "";
  display: table;
}
.header-top-ul {
  padding: 0;
  height: 20px;
  margin: 6px 0;
}
.header-top-ul > li {
  float: left;
  padding: 0 5px;
}
.header-top-ul > li.information {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 480px) {
  .header-top-ul > li.information {
    width: 65%;
  }
}
.header-top-ul > li.language {
  width: auto;
  float: right;
}
.header-language-ul,
.header-language-ul:after {
  clear: both;
}
.header-language-ul:after,
.header-language-ul:before {
  content: "";
  display: table;
}
.header-language-ul {
  margin: 0 auto;
}
.header-language-ul li {
  padding: 0;
  float: left;
  margin-left: 10px;
}
.header-language-ul li:first-child {
  margin-left: 0;
}
.header-middle {
  padding: 0;
  /*height: 90px ;*/
  background: #fff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 10px -2px grey;
}
.header-middle .logo a {
  display: block;
}
.header-middle .logo a img {
  width: 100%;
  height: 90px;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.navigation_menu_box {
  line-height: 90px;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.menu > ul > li {
  font-weight: 600;
  padding-bottom: 0;
  display: inline-block;
}
.menu > ul > li > a {
  display: block;
  color: #84590e;
  font-size: 12px;
  padding: 0 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: transform 0.2s;
}
.menu > ul > li > a > span {
  position: relative;
}
.menu > ul > li > a > span:before {
  left: 0;
  width: 0;
  content: "";
  height: 1px;
  bottom: -2px;
  display: block;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  visibility: hidden;
}
.menu > ul > li > a:hover > span:before {
  width: 100%;
  visibility: visible;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul {
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 99;
  height: 300px;
  display: none;
  padding: 20px;
  overflow: auto;
  list-style: none;
  position: absolute;
  background: #f0f0f0;
  box-sizing: border-box;
}
.menu > ul > li > ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.menu > ul > li > ul::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.menu > ul > li > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.menu > ul > li > ul.normal-sub {
  left: auto;
  width: 300px;
  padding: 10px 20px;
}
.menu > ul > li > ul > li {
  margin: 0;
  width: 25%;
  float: left;
  list-style: none;
  background: none;
  text-align: left;
  padding-bottom: 0;
}
.menu > ul > li > ul > li a {
  width: 100%;
  color: #777;
  display: block;
  padding: 0.2em 0;
  line-height: initial;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul {
  padding: 0;
  display: block;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.header-icon-ul,
.header-icon-ul:after {
  clear: both;
}
.header-icon-ul:after,
.header-icon-ul:before {
  content: "";
  display: table;
}
.header-icon-ul {
  width: auto;
  margin: 0;
  line-height: 70px;
  display: flex;
  align-items: center;
}
.header-icon-ul li {
  padding: 0;
  float: none;
  position: relative;
  margin-right: 15px;
}
.header-icon-ul li a {
  display: block;
  position: relative;
}
.header-icon-ul li i {
  font-size: 24px;
  vertical-align: middle;
}
@media (min-width: 981px) and (max-width: 1200px) {
  .header-icon-ul li i {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .header-icon-ul li i {
    font-size: 17px;
    padding-right: 8px;
  }
}
.header-icon-ul li a .cart_item {
  top: 40%;
  color: #fff;
  width: 18px;
  right: -10px;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background-color: #000;
  transform: translate(0, 50%);
}
@media (min-width: 768px) and (max-width: 980px) {
  .header-icon-ul li a .cart_item {
    right: 0px;
  }
}
.header-icon-ul li .welcomeText {
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
}
.header-icon-ul li .dropdown {
  z-index: 1000;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.header-icon-ul li .dropdown-content {
  z-index: 1;
  top: 60px;
  right: 50%;
  display: none;
  min-width: 120px;
  position: absolute;
  text-align: center;
  line-height: initial;
  background-color: #f9f9f9;
  transform: translate(50%, 0);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.header-icon-ul li .dropdown:hover .dropdown-content {
  display: block;
}
.header-icon-ul li .dropdown-content a {
  color: black;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  border-top: 1px solid #ddd;
}
.header-icon-ul li .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.header-icon-ul li .search-control {
  float: right;
  width: 130px;
  margin: 26.5px 0;
  padding-right: 35px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.header-icon-ul li .search-control:focus {
  width: 100%;
}
.header-icon-ul li .search-icon {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translate(0, -50%);
}
.menu-mobile,
.menu-mobile-close {
  display: none;
}
.menu-mobile:after {
  color: #000;
  content: "\f0c9";
  font-size: 2.1rem;
  position: relative;
  font-family: "Fontawesome";
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-mobile-close:after {
  color: #000;
  content: "\f00d";
  font-size: 2.1rem;
  position: relative;
  font-family: "Fontawesome";
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before,
.menu-dropdown-icon-open:before {
  right: 0;
  z-index: 1;
  color: #000;
  display: none;
  cursor: pointer;
  padding: 1.5em 2em;
  position: absolute;
  font-family: "Fontawesome";
}
.menu-dropdown-icon:before {
  content: "\f067";
}
.menu-dropdown-icon-open:before {
  content: "\f068";
}

/* .web-header-scroll {
  box-shadow: 0 0px 10px grey;
} */
.web-header-scroll .header-flyer {
  height: 0;
}
.web-header-scroll .header-top {
  height: 0;
}
.web-header-scroll .header-middle {
  /*height: 85px ;*/
}
.web-header-scroll .header-middle .logo a img {
  height: 80px;
}
.web-header-scroll .navigation_menu_box {
  line-height: 85px;
}
.web-header-scroll .header-icon-ul li .search-control {
  margin: 21.5px 0;
}

.web-content {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header-middle {
    height: 90px;
    position: relative;
  }
  .header-middle .logo a img {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 157px;
    padding: 0 15px;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .header-icon-ul li.cart,
  .header-icon-ul li.search {
    display: none;
  }
  .menu-mobile,
  .menu-mobile-close {
    top: 50%;
    left: 20px;
    z-index: 1;
    display: block;
    position: absolute;
    transform: translate(0, -50%);
  }
  .menu-dropdown-icon:before,
  .menu-dropdown-icon-open:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    margin-left: 0;
    position: relative;
  }
  .menu > ul > li > a {
    width: 100%;
    padding: 1.5em;
    display: block;
    line-height: initial;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    left: 0;
    top: 85px;
    line-height: 1;
    display: block;
    overflow: auto;
    margin-bottom: 0;
    position: absolute;
    background: #dddddd;
  }
  .header-icon-ul {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
  }

  .web-header-scroll {
    display: block;
  }
  .web-header-scroll .header-top {
    height: 32px;
  }

  .web-content {
    margin-top: 123px;
  }
}

.menu-grid-group {
  left: 50%;
  z-index: 1;
  display: none;
  width: 800px;
  position: absolute;
  background-color: #ffffff;
  transform: translate(-50%, 0px);
  border-radius: 20px;
}
/* Show mega menu when hovering a top-level menu item or the panel itself */
.NMU-z:hover + .menu-grid-group {
  display: block;
}
.menu-grid-group:hover {
  display: block;
}
@media only screen and (max-width: 767px) {
  .menu-grid-group {
    width: 100%;
  }
}
.menu-grid {
  width: 100%;
}
.menu-grid a {
  padding: 5px;
  display: block;
  text-align: left;
  font-size: 13px;
}
.menu-grid-sizer {
  width: auto;
}
.menu-grid-list {
  width: 25%;
  float: left;
  padding: 10px;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .menu-grid-list {
    width: 100%;
  }
}
.menu-grid-list.current > a.underline {
  border-bottom: 1px solid #ccc;
}
.menu-grid-list-sub {
}
.menu-grid-list-sub .title {
  line-height: 1.5;
  font-weight: 100;
}
.menu-grid-list-sub .view-more {
  line-height: 1.5;
  font-weight: bold;
}

.Vauxa {
  --announcement-header-default-bg-color: #346796;
  background-color: var(
    --announcement-header-bg-color,
    var(--announcement-header-default-bg-color)
  );
  background-color: #f3f3f3;
  color: #fff;
  color: #000;
  font-family: Gotham-Bold, san-serif;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1;
  min-height: 38px;
  padding: 12px 30px 20px;
  position: relative;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 100;
}
.Vauxa.B-wOT {
  z-index: 98;
}
.Vauxa.kl9n0 {
  --announcement-header-bg-color: #000;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  padding: 12px 30px 20px;
}
.Vauxa.kl9n0 a {
  color: #fff;
}
.Vauxa.kl9n0 .VTfIq {
  fill: #fff;
}
.oMI96 {
  display: grid;
  margin: 0 auto;
  min-height: 18px;
  width: 100%;
  z-index: 101;
}
.BDqxq {
  /* align-items: center; */
  display: flex;
  /* flex-direction: row-reverse; */
  grid-column-gap: 10px;
  justify-content: space-between;
}
._0bn0F {
  bottom: unset;
  display: none;
  margin: -10px auto calc(env(safe-area-inset-bottom) + 10px);
  max-width: 100%;
  padding: 0 15px 15px;
  position: sticky;
  top: 40px;
  width: 100%;
  z-index: 101;
  background-color: transparent;
}
._0bn0F.j407K {
  z-index: 102;
}

.Zh7LI {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  position: sticky;
  transition: background-color 0.15s ease-out;
  width: 100%;
}
.Zh7LI.j407K {
  background-color: #efefef;
}

.ESAyv {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}

.jukkz {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0;
  z-index: 99;
}

.de0iQ {
  align-items: center;
  display: flex;
  height: 30px;
  width: auto;
}

._5AMvF {
  height: 100%;
}

.QAlMz {
  fill: #fff;
}

.PHNKE {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  white-space: nowrap;
}
.PHNKE.zX-Fi .lu--m {
  opacity: 0.4;
}

.NMU-z {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 70px;
  padding: 0 25px;
  transition: color 0.25s ease-out;
}
.NMU-z:hover .lu--m {
  color: var(--nav-title-color);
  opacity: 1;
  transform: scale(1.08);
}

/* New styles for the hover effect */
.PHNKE:hover .menu-item:not(:hover) .lu--m {
  color: #999 !important; /* Gray color for non-hovered items */
}

/* Keep the existing hover styles for the hovered item */
.PHNKE .menu-item:hover .lu--m {
  color: var(--nav-title-color) !important;
  opacity: 1;
  transform: scale(1.08);
}

.lu--m {
  color: var(--nav-title-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease-out;
}

.lu--m._9A7wj {
  color: var(--nav-title-hover-color) !important;
}

.kx4GL {
  background-color: #fff;
  border-radius: 20px;
  box-shadow:
    inset 0 0 0 1px #0000001a,
    0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  max-width: calc(100vw - 60px);
  opacity: 0;
  position: absolute;
  top: 80px;
  transform: translate(-50%, -10px);
  transition: transform 0.25s ease-out;
  transition: 0.25s;
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
}
.kx4GL.-xowF {
  opacity: 1;
  transform: translate(-50%);
  transition: 0.25s;
  visibility: visible;
}
.tfuzz {
  background: none;
  border-radius: 25px;
  box-shadow: 0 10px 90px #0000004d;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 52px 52px 36px;
  width: 100%;
}
.hbmdh {
  max-width: 245px;
}

.Bfz9u {
  font-family: Gotham-Bold, sans-serif;
  /* font-size: 18px;
  font-weight: 400px; */
  letter-spacing: -0.04em;
  /* line-height: 29px; */
  margin-bottom: 12px;
}

._6gsSD {
  background-color: #ffffff;
  padding: var(--container-padding-mobile);
  --textImageMaxWidthMobile: 300px;
  --textImageMaxWidthDesktop: 800px;
}
._6gsSD.OQ5qF {
  display: none;
}
._6gsSD.gIh1F {
  display: flex;
}
.a0QQm .TPiEz {
  display: block;
}
.a0QQm .csCim {
  display: none;
}

.a0QQm {
  --text-padding-mobile: 20px 15px 35px 15px;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  max-width: 580px;
  padding: var(--text-padding-mobile);
  text-align: left;
}
.a0QQm img {
  max-width: var(--textImageMaxWidthMobile);
  width: 100%;
}
.a0QQm h1,
.a0QQm h2,
.a0QQm h3,
.a0QQm h4,
.a0QQm h5 {
  font-family: Gotham-Bold, sans-serif;
  font-size: 9px;
  letter-spacing: -0.04em !important;
  line-height: 0.95;
  padding: 0 0 10px;
  width: 100%;
}

.a0QQm h1 {
  font-size: 47px;
}
.a0QQm h2 {
  font-size: 28px;
}
.a0QQm h3 {
  font-size: 17px;
}
.a0QQm h6 {
  font-family: Aleo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 5px !important;
}
.a0QQm p {
  font-size: 16px;
  width: 100%;
}
.a0QQm p:not(:first-child) {
  margin-top: 0;
}
.a0QQm a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #000;
  line-height: 0.95;
  text-decoration: none;
}
.a0QQm h2 > a {
  letter-spacing: -0.04em;
}
.a0QQm ._1aACT {
  align-items: center;
  background: linear-gradient(180deg, #2f2f2f, #2f2f2f);
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow:
    inset 0 -10px 15px 1px #0e0e0e,
    inset 0 0 0 1px #676767;
  color: #fff !important;
  display: inline-flex;
  font-family: Gotham-Bold, sans-serif;
  font-size: 16px;
  justify-content: center;
  letter-spacing: -0.02em;
  line-height: 1.11;
  min-height: auto;
  min-width: auto;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.15s;
  font-weight: bold;
}
.a0QQm ._1aACT:active {
  box-shadow:
    inset 0 10px 15px 1px #0e0e0e,
    inset 0 0 0 1px #676767;
  transition: 0.15s;
}
.a0QQm ._1aACT:not(:first-child) {
  margin: 0;
}

.T-Vna {
  background-color: #fff;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  color: #000;
  display: flex;
  flex-direction: column;
  height: var(--mobileContainerHeight);
  justify-content: center;
  margin: 0 auto;
  max-width: var(--universalMaxWidth);
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.T-Vna.J7vdv {
  box-sizing: border-box;
}
.T-Vna.LHgOY {
  cursor: pointer;
}
.T-Vna.lhvzx {
  background-color: #000;
  color: #fff;
}
.T-Vna.lhvzx ._1aACT {
  background: linear-gradient(180deg, #f1f1f1, #fff);
  border: 1px solid #e0e0e0;
  box-shadow:
    inset 0 -10px 15px 2px #ececec,
    inset 0 0 0 2px #fff;
  color: #000 !important;
}
.T-Vna.lhvzx ._1aACT:active {
  background: linear-gradient(0deg, #f1f1f1, #fff);
  box-shadow:
    inset 0 10px 15px 2px #ececec,
    inset 0 0 0 2px #fff;
}
.T-Vna.lhvzx .WIX0F {
  background-color: transparent;
  border-radius: 0;
  color: #000 !important;
}
.T-Vna.x1VsT {
  background: none;
  border: none !important;
  box-shadow: none !important;
}
.T-Vna.friGF .KHZRM {
  flex-basis: 50%;
  flex-grow: 0;
}
.T-Vna.friGF .MH-mg {
  max-width: 100%;
  width: 100%;
}
.T-Vna.friGF .yzAqE {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  mix-blend-mode: normal;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.T-Vna a:visited {
  color: inherit;
}
.T-Vna span[style*="text-decoration: line-through"],
.T-Vna span[style*="text-decoration:line-through"] {
  color: var(--strikethroughTextColor);
  text-decoration: none !important;
}
.T-Vna span[style*="font-style: italic"],
.T-Vna span[style*="font-style:italic"] {
  color: var(--strikethroughTextColor);
  font-style: normal !important;
}

.KHZRM {
  border: 0 solid #dedede;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: var(--media-margin-mobile);
  max-width: 100%;
  padding: var(--media-padding-mobile);
  position: relative;
  width: 100%;
}
.KHZRM .-V2C- {
  align-items: center;
  height: var(--media-height);
  justify-content: center;
  --media-opacity: 1;
  --width-mobile: 100%;
  --width-desktop: auto;
  --media--maxWidth: 100%;
  --media-objectFit: cover;
  --media-objectPosition: 50% 50%;
  --border-bottom-mobile: none;
  --media-height: 100%;
}
.KHZRM .Kvnej {
  display: flex;
}
.KHZRM .CwJjs {
  display: none;
}

.MH-mg .a0QQm ._0TB-k {
  border-bottom: none;
}
.MH-mg .yWF6j {
  margin-top: 10px;
  width: 100%;
  z-index: 105;
}
.MH-mg .j5gNO {
  align-items: center;
  display: flex;
}
.MH-mg .j5gNO.L9rIn ._1wSxa {
  background: linear-gradient(180deg, #fff 15%, #f1f1f1);
  background-color: #fff;
  border: 0 solid #e0e0e0;
  box-shadow:
    inset 0 10px 15px 2px #fff,
    inset 0 0 0 1px #fff,
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  color: #000;
}
.MH-mg .j5gNO.ho6UI {
  justify-content: end;
}
.MH-mg .j5gNO._7-7Qb {
  justify-content: start;
}
.MH-mg .j5gNO.Xes8m {
  justify-content: center;
}
.MH-mg .oeUtD {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}
.MH-mg .oeUtD.ho6UI {
  justify-content: flex-end;
}
.MH-mg .oeUtD._7-7Qb {
  justify-content: flex-start;
}
.MH-mg .oeUtD.Xes8m {
  justify-content: center;
}
.MH-mg .UCaGG {
  width: 100%;
}
.MH-mg .UCaGG input {
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 41px;
  padding: 12px 15px;
  width: 100%;
}
.MH-mg .UCaGG input::-moz-placeholder {
  color: #000;
}
.MH-mg .UCaGG input::placeholder {
  color: #000;
}
.MH-mg ._1wSxa {
  background: linear-gradient(180deg, #2f2f2f, #2f2f2f);
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow:
    inset 0 -10px 15px 1px #0e0e0e,
    inset 0 0 0 1px #676767;
  color: #fff;
  font-size: 16px;
  height: 41px;
  letter-spacing: -0.04em;
  line-height: 19.98px;
  margin-top: 0;
  padding: 8px 20px;
  text-align: center;
  transition: 0.15s;
}
.o0GgL {
  padding: 10px;
}
.pvVCx {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: var(--universalMaxWidth);
}
.PvmSg {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.vSetn,
.IcvxA {
  grid-template-columns: repeat(2, 1fr);
}
.yXpte h1 {
  font-size: 47px;
}

.FTu9M {
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: var(--desktopContainerHeight);
  height: var(--cardHeightMobile);
  justify-content: var(--justify-content);
  overflow: hidden;
  padding: 5px 0;
  position: relative;
  tap-highlight-color: transparent;
  text-decoration: none;
}
.FTu9M._3GWkA {
  border: 7px solid #fff;
  padding: 0 !important;
}
.FTu9M._3GWkA a {
  box-shadow: none !important;
}
.FTu9M.gShld .EHI-j {
  order: 1;
}
.FTu9M._9nDEE .EHI-j,
.FTu9M.gShld .WkOWV {
  order: 2;
}
.FTu9M._9nDEE .WkOWV {
  order: 1;
}
.P4265 {
  display: block;
}
.CkxMk {
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.EHI-j {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.EHI-j .PLOBo {
  align-self: center;
  background: linear-gradient(180deg, #f1f1f1, #fff);
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow:
    inset 0 -10px 15px 2px #ececec,
    inset 0 0 0 2px #fff;
  color: #000 !important;
  font-family: Gotham-Bold, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.11;
  margin-top: 10px;
  padding: 12px 20px;
  position: relative;
  z-index: 2;
}
.EHI-j .PLOBo.jcPTq {
  background: linear-gradient(180deg, #2f2f2f, #2f2f2f);
  border: 0 solid #000;
  box-shadow:
    inset 0 -10px 15px 1px #0e0e0e,
    inset 0 0 0 1px #676767;
}

.HuaB0 {
  color: var(--color);
  font-family: Gotham-Bold, sans-serif;
  line-height: 1.1;
  position: relative;
  text-align: center;
  z-index: 2;
}
.HuaB0 .-lFZf {
  max-width: 100px;
}
.HuaB0 h1,
.HuaB0 h2,
.HuaB0 h3 {
  font-family: Gotham-Bold, sans-serif;
  font-weight: 700;
}
.HuaB0 h2,
.HuaB0 h3 {
  font-size: 18px;
}
.HuaB0 h1 {
  font-size: 27px;
}
.HuaB0 p {
  font-size: 12px;
  line-height: 13.5px;
  margin-top: 5px;
}
.HuaB0 h1,
.HuaB0 h2,
.HuaB0 h3,
.HuaB0 h4,
.HuaB0 h5 {
  font-family: 700;
  letter-spacing: -0.04em;
}
.HuaB0 h1 {
  font-size: 77px;
  padding: 0;
}
.HuaB0 h2 {
  font-size: 50px;
}
.HuaB0 h3 {
  font-size: 33px;
}
.HuaB0 h4 {
  font-size: 22px;
}
.HuaB0 h5 {
  font-size: 17px;
}
.HuaB0 h6 {
  font-size: 23px;
}

.WkOWV {
  height: auto;
  position: relative;
  width: 100%;
}
.WkOWV.HkiNY {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100%;
}
.taxVY {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 863px;
  padding: 0 10px;
}
.taxVY.LCSyq {
  display: block;
}
.taxVY.eRlJT {
  display: block;
}
._7PtkE {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  row-gap: 20px;
  width: 100%;
}
._7PtkE.VJWMH {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 14px;
}
.Nc5Wk {
  font-family: Gotham-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 17px;
  padding-top: 1px;
}
._0u-SR {
  background-color: #fff;
  border-radius: 15px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  display: flex;
  flex-direction: column;
  margin: 0 auto auto;
  max-width: 150px;
  min-width: 100%;
  padding: 7px;
  width: 100%;
}
._0u-SR.EvtpP {
  max-width: 173px;
}
._0u-SR.EvtpP .dGaxj {
  background-color: #fff;
}
._0u-SR.EvtpP .zr0xa {
  text-align: center;
}

._0u-SR.EvtpP .Nc5Wk {
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 16px;
}
._0u-SR.EvtpP .IzAxV {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 14px;
  padding-top: 0;
}
.dGaxj {
  background-color: #f3f3f3;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  padding-top: 100%;
  position: relative;
  text-decoration: inherit;
  width: 100%;
}
.Kih-r {
  background-color: #f3f3f3;
  border-radius: 8px;
  left: 0;
  padding-top: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.zr0xa {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family: Gotham-book, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.25;
  padding-top: 7px;
}
.q6y4H {
  color: #000;
  text-decoration: none;
}
.IzAxV {
  font-size: 12px;
  font-weight: 325;
  letter-spacing: -0.2px;
  line-height: 15px;
  padding-top: 0;
}
.sdaGt {
  backface-visibility: hidden;
  height: calc(100% - 20px);
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  transition: opacity 0.15s ease;
  width: calc(100% - 20px) !important;
  z-index: 1;
}
.sdaGt.hz8zt {
  opacity: 1;
}
.sdaGt.ZU9BO {
  opacity: 0;
  z-index: 1;
}
.Kih-r:hover .sdaGt.ZU9BO {
  opacity: 1;
  transition:
    opacity 0.15s ease,
    z-index 0.15s ease;
  z-index: 2;
}
.cBsLi {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  justify-content: center;
  margin-top: 4px;
}
._9BlCF {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}
.-tHBf {
  border-bottom: var(--border-bottom-mobile);
  display: flex;
  height: var(--media-height);
  max-height: 100%;
  max-width: var(--media--maxWidth);
  -o-object-fit: var(--media-objectFit);
  object-fit: var(--media-objectFit);
  -o-object-position: var(--media-objectPosition);
  object-position: var(--media-objectPosition);
  opacity: var(--media-opacity);
  width: var(--width-mobile);
}
.WgRzi {
  display: none;
}
.ctaContainer {
  padding-top: 15px;
}
.SoJ6B {
  display: flex;
  font-size: 14px;
  gap: 7px;
}
.YH9qY {
  fill: transparent;
  height: 22px;
  width: 22px;
}
.YH9qY svg {
  height: 100%;
  width: 100%;
}
.YH9qY circle,
.YH9qY path {
  stroke: currentColor;
}
._1Sx8k {
  display: block;
}
._1Sx8k path {
  stroke-width: 0.2px;
}
.cVfyM {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 25px;
}
.PKTRe {
  color: #000;
  display: none;
  gap: 28px;
}
.ApaDo {
  align-items: baseline;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  font-family: Gotham-Bold, sans-serif;
  font-size: 22px;
  justify-content: flex-start;
  letter-spacing: -0.02em;
  line-height: 0.9;
}
.OIc6d {
  flex-wrap: nowrap;
}
.i5TTc {
  display: flex;
  margin-left: 10px;
}
._1n45p {
  color: #b2b2b2;
  -webkit-text-decoration: underline;
  text-decoration: underline solid 4px;
  text-decoration-color: #b2b2b2;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-style: solid;
  -webkit-text-decoration-thickness: 2px;
  -webkit-text-underline-offset: -0.5rem;
  text-underline-offset: -0.4em;
}
.Q-Yja ._1n45p {
  font-weight: 400;
  margin-left: 0;
  -webkit-text-decoration: underline solid 2px;
  text-decoration: underline solid 2px;
}
.s7RC8 {
  font-family: Gotham-Book, sans-serif;
  font-size: 13px;
  font-weight: 325;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-top: 5px;
}
._4-7os {
  /* background-color: #f3f3f3; */
  display: flex;
  justify-content: center;
  padding: 0 20px 40px;
}
.g6WLL {
  flex-grow: 1;
  max-width: 1300px;
}
.jn9NN {
  background-color: #fff;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  font-family: Gotham, sans-serif;
  line-height: 1.25;
  margin-bottom: 10px;
  padding: 25px 35px;
}
.E1SJ4 {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  /* row-gap: 10px; */
}
._6wrPD {
  font-family: Gotham-Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.kN8ld {
  display: flex;
  font-family: Gotham-Book, sans-serif;
  font-size: 13px;
  height: 20px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-top: 0;
}
.zBSX1 {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  outline: 0;
}
.YMDtR {
  -moz-column-gap: 1px;
  column-gap: 1px;
  display: flex;
}
.puakZ {
  background: #000;
  background: var(--background);
  height: var(--height);
  -webkit-mask-image: url(https://cdn.shopify.com/oxygen-v2/26993/12109/24871/2169178/build/_assets/star-L2SNHFQW.svg);
  mask-image: url(https://cdn.shopify.com/oxygen-v2/26993/12109/24871/2169178/build/_assets/star-L2SNHFQW.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: var(--width);
}
.NpgdA {
  margin-left: 7px;
  margin-top: 14px;
}
.gKGC1 {
  font-size: 14px;
  font-weight: 400;
}
.gKGC1 .nwgKW {
  font-weight: 600;
}
._7GrYu {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
._7GrYu .JwfhK {
  margin-top: 3px;
}
.Q-aUU,
._00YlB {
  align-items: center;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: Gotham-Bold, sans-serif;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: -3px;
  top: 12px;
}
.Q-aUU {
  background: #0048ff;
  font-size: 11px;
  height: 16px;
  letter-spacing: -0.02em;
  width: 16px;
}
.fIpa3 {
  align-items: center;
  display: flex;
  width: 30px;
}
.ESAyv.-qzz- {
  margin: 10px auto;
  max-width: 1560px;
  padding: 0 10px;
}
.ESAyv.qSjJ6 {
  margin: auto;
  max-width: none;
  padding: unset;
}
.BiVrk {
  justify-content: space-between;
  max-height: 52px;
  padding: 0;
  z-index: 99;
}
.BiVrk,
.nTdSH {
  align-items: center;
  display: flex;
}
.j14Qe {
  display: block;
  margin: -10px auto calc(env(safe-area-inset-bottom) + 10px);
  max-height: 52px;
  padding: 0 15px;
  position: sticky;
  top: 40px;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
  z-index: 103;
}
._564LH {
  /* align-items: center; */
  background-color: #fff;
  border-radius: 20px;
  box-shadow:
    0 0 0 1px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 6px 6px -3px #0000000f,
    0 12px 12px -6px #0000000f,
    0 24px 24px -12px #0000000f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  padding: 5px 15px;
}
.f0ZOX,
._05u3c {
  align-items: center;
  display: flex;
}
.f0ZOX {
  border-radius: 100%;
  color: #0048ff;
  font-family: Gotham-Bold, sans-serif;
  height: 10px;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 10px;
}
.ChQc8 {
  height: 100%;
  left: 0;
  max-width: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 5px 15px 15px;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.TFuIy {
  transform: translate(0);
}
.lrFhl {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 0.4s ease-in-out,
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out 0.4s;
  visibility: hidden;
  width: 100%;
}
.lrFhl._--D00 {
  height: calc(100dvh - 115px - env(safe-area-inset-bottom));
  opacity: 1;
  transition:
    height 0.4s ease-in-out,
    opacity 0.3s ease-in-out;
  visibility: visible;
}
.gwA46 {
  height: 100%;
  position: relative;
}
.ChQc8 {
  height: 100%;
  left: 0;
  max-width: inherit;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 5px 15px 15px;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.w326l {
  background-color: #fff;
  border-radius: 10px;
  box-shadow:
    0 6px 6px -3px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 0 0 1px #0000000f;
  max-height: 84px;
  overflow: hidden;
  width: 100%;
}
.F6LFu {
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}
.xX70y,
.F6LFu {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .j14Qe {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ESAyv .-qzz- {
    padding: 0;
  }
}
@media screen and (min-width: 560px) {
  .ESAyv .qSjJ6 {
    padding: unset;
  }
  .ESAyv .-qzz- {
    margin: 0 auto 10px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .E1SJ4 {
    -moz-column-gap: 50px;
    /* column-gap: 50px; */
    flex-direction: row;
    /* justify-content: space-between; */
    row-gap: 30px;
  }
  .T9HH5 {
    align-items: flex-start;
    height: auto;
    padding: 0;
  }
  .S5SjQ {
    display: none;
    top: 10px;
  }
  .S5SjQ svg {
    color: #000;
  }
  .gKGC1 {
    font-family: Aleo, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
  }
  .gKGC1 .nwgKW {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .E1SJ4 {
    /* -moz-column-gap: 60px;
    column-gap: 60px; */
  }
  ._7GrYu {
    align-items: center;
    flex-direction: row;
  }
  ._6wrPD {
    font-size: 40px;
    margin-right: 10px;
  }
  .A1azq .pA0eq:nth-child(n + 4) {
    display: unset;
  }
  .A1azq .pA0eq:nth-child(n + 6) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  ._4-7os {
    padding: 30px 40px 60px;
  }
  .YhPDx {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 700px) {
  .s7RC8 {
    font-size: 15px !important;
    margin-top: 0;
    width: 75%;
  }
}
@media only screen and (max-width: 1000px) {
  .OIc6d {
    padding-top: 4px;
  }
}
@media screen and (min-width: 480px) {
  .ApaDo {
    font-size: 32px;
  }
  .Q-Yja {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .YH9qY,
  .zlNeA {
    height: 25px;
    width: 25px;
  }
  .SKT31 {
    height: 30px;
    width: 30px;
  }
  .SoW-2 {
    height: 18px;
    width: 18px;
  }
  ._8hzt9 {
    height: 14px;
    width: 14px;
  }
}
@media screen and (min-width: 768px) {
  .xBn2f {
    font-size: 15px;
  }
  .PKTRe {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .PKTRe {
    gap: 45px;
  }
}
@media screen and (min-width: 1200px) {
  ._6gsSD {
    padding: var(--container-padding-desktop);
  }
  ._6gsSD.gIh1F {
    display: none;
  }
  ._6gsSD.OQ5qF {
    display: block;
  }
  .T-Vna {
    flex-direction: var(--flexDirection);
    height: var(--desktopContainerHeight);
  }
  .T-Vna.OQ5qF {
    display: flex;
  }
  .T-Vna.friGF .KHZRM {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .a0QQm {
    --text-padding-desktop: 0;
    font-size: 20px;
    max-width: 580px;
    padding: var(--text-padding-desktop);
  }
  .a0QQm h1 {
    font-size: 77px;
    padding: 0;
  }
  .a0QQm h2 {
    font-size: 50px;
  }
  .a0QQm h3 {
    font-size: 33px;
  }
  .a0QQm h4 {
    font-size: 22px;
  }
  .a0QQm h5 {
    font-size: 17px;
  }
  .a0QQm h6 {
    font-size: 23px;
  }
  .a0QQm img {
    max-width: var(--textImageMaxWidthDesktop);
  }
  .a0QQm .TPiEz {
    display: none;
  }
  .a0QQm .csCim {
    display: block;
  }
  .a0QQm ._1aACT {
    font-size: 16px;
  }
  .yXpte {
    max-width: 700px;
  }
  .MH-mg {
    max-width: 50%;
    width: 50%;
  }
  .KHZRM {
    margin: var(--media-margin-desktop);
    max-width: 50%;
    padding: var(--media-padding-desktop);
    width: 50%;
  }
  .KHZRM .CwJjs {
    display: flex;
  }
  .KHZRM .Kvnej {
    display: none;
  }
  .yzAqE {
    display: block;
  }
  .-tHBf {
    width: var(--width-desktop);
  }
  .xHYgo {
    opacity: 0;
    visibility: hidden;
  }
  .TzlY- {
    opacity: 1;
    visibility: visible;
  }
  .owl-item {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .a0QQm ._1aACT {
    font-size: 16px;
  }
  .a0QQm._1aACT:not(:last-child) {
    margin-right: 0;
  }
  .a0QQm h1 {
    font-size: 77px;
    padding: 0;
  }
  .a0QQm h2 {
    font-size: 50px;
  }
  .a0QQm h3 {
    font-size: 33px;
  }
  .a0QQm h4 {
    font-size: 22px;
  }
  .a0QQm h5 {
    font-size: 17px;
  }
  .a0QQm h6 {
    font-size: 23px;
  }
  .MH-mg {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    justify-content: center;
  }
  .yXpte {
    max-width: 580px;
  }
  .SX9L6 {
    position: fixed !important;
  }
  .SX9L6 .ry0dO {
    right: 22px;
    top: 35px;
  }
}
@media screen and (min-width: 1350px) {
  .yXpte {
    max-width: 1560px;
  }
}
@media screen and (min-width: 768px) {
  .o0GgL {
    margin: 10px 0;
    padding: 0 10px;
  }
  .pvVCx {
    display: grid;
    grid-gap: 10px;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .aflDJ {
    display: none;
  }
  .bvE3w {
    display: block;
  }
  .PvmSg {
    display: grid;
    grid-gap: 20px;
  }
  .vSetn,
  .IcvxA,
  .PvmSg {
    grid-template-columns: repeat(2, 1fr);
  }
  .lmnwd,
  .QjReB {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .o0GgL {
    padding: 0 20px;
  }
  .PvmSg {
    grid-gap: 20px;
  }
  .IcvxA,
  .PvmSg {
    grid-template-columns: repeat(4, 1fr);
  }
  .vSetn {
    grid-template-columns: repeat(3, 1fr);
  }
  .vSetn div:last-child {
    grid-column: revert;
  }
  .lmnwd,
  .QjReB {
    grid-template-columns: repeat(2, 1fr);
  }
  h1 {
    font-size: 77px;
    padding: 0;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .splitCard {
    align-items: flex-start;
    justify-content: center !important;
  }
  .splitCard .textContainer {
    padding-left: 35px !important;
  }

  .splitCard h1,
  .splitCard h2,
  .splitCard h3 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 767px) {
  .section-81466753072 .splitCard {
    align-items: flex-start;
    justify-content: center !important;
  }
  .section-81466753072 .splitCard .textContainer {
    padding-left: 30px !important;
  }
  .section-81466753072 .container {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  ._0u-SR {
    max-width: 267px;
    min-width: 246px;
    padding: 12px;
  }
}
@media (max-width: 800px) {
  ._0u-SR {
    max-width: 193px;
    min-width: 166px;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  ._0u-SR {
    max-width: unset;
    min-width: 290px;
    padding: 15px;
  }
  ._0u-SR.EvtpP {
    max-width: 290px;
    min-width: 290px;
    padding: 13px;
    width: 290px;
  }
  ._0u-SR.EvtpP .Nc5Wk {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
  ._0u-SR.EvtpP .IzAxV {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.02px;
    line-height: 14px;
    padding-top: 0;
  }
  ._0u-SR.EvtpP .W96bd {
    padding: 0;
  }
  ._0u-SR.EvtpP .zr0xa {
    gap: 6px;
    padding-top: 10px;
  }
  .zr0xa {
    padding-top: 17px;
  }
  .Nc5Wk {
    font-size: 17px;
    line-height: 1.11;
  }
  .IzAxV {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
  .W96bd,
  .P1Ofw {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1350px) {
  ._0u-SR {
    min-width: 320px;
  }
  ._0u-SR.EvtpP {
    margin: 0 5px 10px;
    max-width: 255px;
    min-width: 255px;
    padding: 13px;
    width: 255px;
  }
  ._0u-SR.EvtpP .Nc5Wk {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
  .zr0xa {
    padding-top: 10px;
  }
  .Nc5Wk {
    font-size: 24px;
  }
  .IzAxV {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .a0QQm {
    align-items: center;
  }
  .SX9L6 .ry0dO {
    background-color: transparent;
    height: 50px;
    right: 75px;
    top: 135px;
    width: 50px;
  }
  .SX9L6 .ry0dO svg {
    height: 50px;
    width: 50px;
  }
  .SX9L6 .ry0dO svg path {
    height: 21px;
    stroke: #000;
    width: 21px;
  }
  .-tHBf {
    border-bottom: none;
  }
  .oeUtD {
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) {
  .FTu9M {
    height: var(--cardHeightDesktop);
    padding: 10px 0;
  }
  .FTu9M._3GWkA {
    border: 15px solid #fff;
    padding: 0 !important;
  }
  .FTu9M._3GWkA a {
    box-shadow: none !important;
  }
  .EHI-j {
    padding: 10px 20px;
  }
  .EHI-j p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
  }
  .EHI-j .PLOBo {
    font-size: 16px;
    margin-top: 20px;
  }
  .P4265 {
    display: none;
  }
  .WgRzi {
    display: block;
  }
  .tOG-R .OJS-k {
    right: 22px;
    top: 35px;
  }
}

@media screen and (min-width: 560px) {
  ._7PtkE {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .taxVY {
    padding: 0 20px;
  }
  .taxVY.LCSyq {
    display: none;
  }
  .taxVY.eRlJT {
    display: block;
  }
}
@media (max-width: 800px) {
  .taxVY {
    max-width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .taxVY {
    max-width: 1300px;
  }
  ._7PtkE {
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-top: var(--padding-top-desktop);
    row-gap: 30px;
  }
  ._7PtkE.VJWMH {
    gap: 10px;
  }
  .y2q7A {
    font-size: 80px;
  }
}
@media screen and (min-width: 1350px) {
  .taxVY {
    max-width: 1100px !important;
    padding: 0;
  }
  ._7PtkE {
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .i8YYl,
  .JN3mW,
  .uzkYI {
    display: block;
  }
  .dlt9k {
    flex-direction: row;
    flex-grow: unset;
    gap: 5px;
  }
  .BDqxq {
    flex-direction: row;
  }
  .a-8aZ,
  .-Yns8 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  ._0bn0F {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .Zh7LI {
    border-radius: 25px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .jukkz {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .de0iQ {
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .PHNKE {
    align-items: center;
    display: flex;
    font-family: Gotham-Bold, sans-serif;
  }

  .temp_full_title_div {
    margin-top: 120px;
  }
}
.mobile-header {
  display: none;
  width: 100%;
  height: 49px;
  /* background: #fff; */
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  /* padding: 0 10px; */
  margin-top: 50px;
}
.mobile-header-left {
  display: flex;
  align-items: center;
}
.mobile-logo {
  height: 32px;
  width: auto;
}
.mobile-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.mobile-header-right a {
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-cart .Q-aUU {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #0048ff;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.mobile-menu-toggle svg {
  fill: #000;
  width: 22px;
  height: 22px;
}

/* Search Modal Styles */
.mobile-search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}

.mobile-search-content {
  width: 95%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  max-height: 80vh;
  /* overflow-y: auto; */
  margin: 30% auto;
  height: 30%;
}

.mobile-search-header {
  margin-bottom: 20px;
}

.mobile-search-title {
  font-size: 18px;
  font-weight: bold;
}

.mobile-search-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.search-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 10px 15px;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-submit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: -10px;
}

/* Overlay styles */
.overlay-active {
  position: relative;
}

.overlay-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

@keyframes slideDown {
  from {
    transform: translate(-50%, -20px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

.mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 98px;
  width: calc(100% - 30px); /* 15px left + 15px right */
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 60vh !important;
  background: #f3f3f3;
  z-index: 4100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.2s;
  border-radius: 0 0 20px 20px;
}
.mobile-menu-content {
  display: flex;
  flex-direction: column;
  padding: 18px 12px;
}
.mobile-menu-content a {
  padding: 12px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.mobile-menu-content a:last-child {
  border-bottom: none;
}
.mobile-menu-header {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
.mobile-menu-back {
  background: #fff;
  border: none;
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
  padding: 5px 18px;
  border-radius: 15%;
  box-shadow:
    0 6px 6px -3px #0000000f,
    0 3px 3px -1.5px #0000000f,
    0 1px 1px -0.5px #0000000f,
    0 0 0 1px #0000000f;
}
.mobile-menu-title {
  font-weight: bold;
  font-size: 17px;
}
.n1poj {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1px 0 0;
}
.mobile-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.mobile-menu-arrow {
  font-size: 20px;
  color: #2f2f2f;
  line-height: 1;
}

/* Show mobile header on small screens, hide desktop header */
@media (max-width: 1200px) {
  .mobile-header {
    display: flex;
  }
  .web-header ._0bn0F {
    display: none;
  }
  .header-picture {
    margin-top: 50px;
  }
  .temp_product_title_div {
    margin-top: 120px;
  }
}

/* Submenu absolute relative to navbar container */
.web-header .ESAyv .PHNKE {
  position: relative; /* ensure navbar container is relative */
}

.menu-item {
  position: relative;
}

.menu-item .menu-grid-main {
  display: none;
  position: absolute;
  top: calc(100% + 20px); /* gap between parent and submenu */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
  min-width: 200px;
  text-align: center;
}

/* Invisible hover bridge */
.menu-item .menu-grid-main::before {
  content: "";
  position: absolute;
  top: -20px; /* same as gap size */
  left: 0;
  width: 100%;
  height: 20px; /* same as gap size */
  background: transparent;
}

/* Show submenu on hover */
.menu-item:hover .menu-grid-main {
  display: block;
}

.web-header::after,
.web-content::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0; /* start transparent */
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.3s ease; /* smooth fade */
}

.web-header.overlay-active::after {
  opacity: 0.3; /* slightly dark */
}

.web-content.overlay-active::after {
  opacity: 0.5; /* darker */
}

.web-header.overlay-active,
.web-content.overlay-active {
  transition: background-color 0.3s ease;
}

/* Mobile menu hidden by default */
#mobileMenuDrawer {
  display: none;
}

/* Shown when active */
#mobileMenuDrawer.active {
  display: block;
}
