/** Shopify CDN: Minification failed

Line 504:17 Unexpected ";"

**/
 #message_bubble {
              border-bottom-left-radius: 0 !important;
              border-bottom-right-radius: 0 !important;
              margin-top: -269px !important;
          }

#cart-notification-button::after {
    content: unset;
}
.menu-toggler-group {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.back-to-top-btn {
  color: #404040;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #404040;
  padding: 6px 38px;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
}

.back-to-top-btn:focus {
  color: #404040;
}
.back-to-top-btn:hover {
  background-color: rgba(64, 64, 64, 0.5);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 0px 10px 10px rgba(64, 64, 64, 0.3);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(64, 64, 64, 0.3);
  -moz-box-shadow: 0px 0px 10px 10px rgba(64, 64, 64, 0.3);
}
.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.main-product-banner {
  flex-direction: column;
}
.main_product_banner__content {
  height: max-content;
  width: max-content;
}
.main_product_banner__buttons {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
.scrolled-past-header {
  top: 2.8rem;
}
body:has(.shopify-section-header-sticky) .announcement-bar-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height:31px;
  display: flex;
  align-items: center;
}

.promo-content-block {
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.promo-content-block:not(:last-child) {
  padding-right: 16rem;
}
@media screen and (max-width: 450px) {
  .scrolled-past-header {
    top: 3.2rem;
  }
}
.btn,
.header__menu-item:hover span,
.lexor_button,
.text-decoration-none {
  text-decoration: none;
}
.d-flex,
.ibt {
  display: flex;
}
.lexor_button {
  overflow: hidden;
}

.text-center {
  text-align: center;
}
bold,
red,
span.cash-off,
span.p--bold {
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
.btn {
  border-width: 1px;
  border: none;
}
.btn--outline {
  padding: 16px 30px;
  border-width: 1px;
  border-style: solid;
}
.btn--outline:hover {
  background-color: #989f9f;
  transition: 0.3s;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-center,
.list-menu--inline {
  justify-content: center;
  
}
.justify-content-end {
  justify-content: end;
}
.gap-3 {
  gap: 1rem;
}
.mw-100 {
  max-width: 100%;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.mb-3 {
  margin-bottom: 3.5rem;
}
.card-background {
  padding: 0 7%;
  margin: 0 auto;
}
table {
  table-layout: initial !important;
}
table:not([class]) {
  box-shadow: none;
  border-style: none;
}
red {
  color: #8C1B11;
}
bold,
red {
  font-family: Gotham;
}
table:not([class]) td,
table:not([class]) th {
  border: none;
  padding: 6px 0;
}
.ibt {
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .card-background {
    padding: 0;
  }
}
.border-none,
.border-none > * {
  border: none;
}
.header__menu-item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4px;
}
.field__label {
  padding: 4px 1rem;
}
.grid-no-gap {
  row-gap: 0;
  column-gap: 0;
}
.lexor_button {
  border-radius: 3px;
  transition: 0.5s;
  position: relative;
  color: var(--color-button);
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.7rem 1.5rem;
}
.lexor_button.button--primary {
  background: rgba(var(--color-button), 0.2);
}
.lexor_button.button--primary:hover {
  background-color: rgba(var(--color-button), 0.5);
}
.lexor_button--primary-no-link::after,
.lexor_button.button--secondary::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-foreground));
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.lexor_button--primary-no-link:hover:after,
.lexor_button.button--secondary:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer__blocks-wrapper {
  justify-content: space-between;
  padding-bottom:80px;
  border-bottom: 1px solid #4b4b4b;
}
.footer-block {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__content-bottom-wrapper,
.footer__copyright {
  background-color: #000;
}
.copyright__content,
.footer__copyright .copyright__content a {
  color: #969696;
}
/* .linklist_second:before {
  content: "";
  width: 15px;
  height: 1px;
  background: red;
  display: block;
  margin: 1.3rem 0;
} */
.footer .content {
  animation: 0.35s ease-in showFromNone;
}
.promo-content-block span {
  margin: 0 5px;
}
.scroll-block {
  white-space: nowrap;
  position: relative;
  animation: 20s linear infinite scrollText;
  width: fit-content;
  overflow: visible;
  text-align: left;
}
.promo-content-block {
  color: #000;
  display: inline-flex;
  margin: 0;
}
span.cash-off {
  color: #9b0000;
}
.promo-content-block:not(:last-child) {
  padding-right: 16rem;
}
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 990px) {
  .header--middle-left .header__inline-menu {
    margin: auto;
  }
  .header--middle-left {
    grid-template-columns: repeat(3, auto);
  }
}
@media only screen and (min-width: 769px) {
  .large--one-whole {
    width: 100%;
  }
  .large--one-half {
    width: 50%;
  }
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  .large--one-sixth {
    width: 16.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .medium-down--one-whole {
    width: 100%;
  }
  .medium-down--one-half {
    width: 50%;
  }
  .medium-down--one-third {
    width: 33.333%;
  }
  .medium-down--two-thirds {
    width: 66.666%;
  }
  .medium-down--one-sixth {
    width: 16.666%;
  }
  .medium-down--show {
    display: block !important;
  }
  .medium-down--hide {
    display: none !important;
  }
  .medium-down--text-left {
    text-align: left !important;
  }
  .medium-down--text-right {
    text-align: right !important;
  }
  .medium-down--text-center {
    text-align: center !important;
  }
  .medium-down--left {
    float: left !important;
  }
  .medium-down--right {
    float: right !important;
  }
}
@media screen and (min-width: 750px) {
  /* .footer__content-top {
    padding-top: 20rem;
  } */
  /* .footer__content-top .footer-block:not(:last-child) {
    margin-right: 8rem;
  } */

}
@media screen and (max-width: 921px) {
  /* .footer__content-top .footer-block:not(:last-child) {
    margin-right: 0;
  } */
}
@media screen and (max-width: 749px) {
  .footer__content-top {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 450px) {
  .scroll-block {
    font-size: 12px;
    animation: 25s linear infinite scrollText;
  }
  .promo-content-block:not(:last-child) {
    padding-right: 10rem;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes showFromNone {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ========== GLOBAL TYPOGRAPHY DEFAULTS ========== */
html, body {
  line-height: 1.2;
  letter-spacing: 0.05em; /* 5% của font-size */
}
/* ========== LAYOUT ========== */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.inline-block { display: inline-block; }
.hidden { display: none; }

.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }


.shrink {flex-shrink: 1;}
.shrink-none {flex-shrink: 0;}
/* ========== TYPOGRAPHY ========== */
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-medium { font-weight: 500; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

.italic {font-style: italic;}

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

/* ========== COLORS ========== */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-dark-gray { color: #333; }
.text-medium-gray { color: #4B4B4B; }
.text-light-gray { color: #C6C6C6; }
.text-dark-red { color: #8C1B11; }
/* ========== EFFECTS ========== */
.shadow { box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.shadow-md { box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.opacity-50 { opacity: 0.5; }
.transition { transition: all 0.2s ease-in-out; }

/* ========== BACKGROUND ========== */
.bg-transparent{ background-color: transparent;}
.bg-gradient-light {
  background: linear-gradient(180deg, #FCFCFC 0%, #F6F6F6 100%);
}
.bg-white{
  background-color: white;
}
/* ========== BORDERS ========== */
.border-solid {border-style: solid;}
.border-none {border-style: none;}
.divide-solid > :not(:last-child) {
  border-bottom: 1px solid #C6C6C6;
}
/* ========== CURSOR ========== */
.cursor-pointer{cursor: pointer;}
.cursor-not-allowed{cursor: not-allowed;}

/* ========== MARGIN ========== */
.m-0{ margin : 0};

/* ========== POSITION UTILITIES ========== */
.static   { position: static; }
.fixed    { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky   { position: sticky; }

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

.top-1    { top: 0.5rem; }
.right-1  { right: 0.5rem; }
.bottom-1 { bottom: 0.5rem; }
.left-1   { left: 0.5rem; }

.top-2    { top: 1rem; }
.right-2  { right: 1rem; }
.bottom-2 { bottom: 1rem; }
.left-2   { left: 1rem; }

.top-4    { top: 2rem; }
.right-4  { right: 2rem; }
.bottom-4 { bottom: 2rem; }
.left-4   { left: 2rem; }

.top-1-2    { top: 50%; }
.left-1-2   { left: 50%; }
.right-1-2  { right: 50%; }
.bottom-1-2 { bottom: 50%; }