/** Shopify CDN: Minification failed

Line 229:7 Unexpected "/"
Line 241:0 Unexpected "}"

**/
.header__icons {
    gap: 4px
}

#voiceflow-chat {
  display: block;
}

.header__icon--cart #cart-icon-bubble {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__icon:hover {
    cursor: pointer;
}

.header__icons .header__icon {
    padding: 6px 6px;
    border-bottom: 1px solid transparent;
}

.header__icons .header__icon:hover {
    background-color: #fff;
    color: var(--gradient-base-accent-2);
    border-color: var(--gradient-base-accent-2);
  border-radius: 15px;
}

.header--top-left .header__menu-item {
    text-transform: capitalize;
}

.header__icons .header__icon:hover svg,
.header__icons .header__icon:hover span,
.header__icons .header__icon:hover .cart-count-bubble {
    color: var(--gradient-base-accent-2)!important;
    fill: var(--gradient-base-accent-2)!important;
}

.header__icon span,
.header__icon {
    text-decoration: none;
    gap: 10px;
}

.header__icon span {
    font-weight: 700;
}

.mega-menu__list .mega__menu-item .mega-menu__link--level-2 {
    color: var(--gradient-base-accent-2);
}

.header__menu-item span,
.mega-menu__list .mega__menu-item .mega-menu__link--level-2 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}

.header__inline-menu .header__menu-item span {
    font-weight: 600;
}

.header__search.search__bar {
    display: block !important;
}

.header___search .field::before,
.header___search .field::after {
    box-shadow: none;
}

.header___search input {
    height: 36px;
    border-radius: 24px;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 16px 12px;
    width: 100%;
    background: #fff;
    color: #000;
}

.header___search .field__label {
    color: #8F8F8F;
    top: calc(1rem + var(--inputs-border-width));
}

.header--top-left .header__heading-link {
    margin: 0px 0 8px;
}

.header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header___search .search-modal__form .search__button {
    right: auto;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.header___search .search-modal__form .search__input.field__input::placeholder,
.header___search .search-modal__form .search__input.field__input {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--font-heading-family);
}
.header___search .search-modal__form .search__input.field__input::selection{
  background: #000;
  color: #fff;
}
.search__bar .field__label {
    left: 60px;
}

.header___search .search-modal__form .search__input.field__input {
    padding: 1.6rem 1.6rem 1.6rem 4.5rem !important;
}

.header___search .search-modal__form .search__input.field__input::placeholder {
    opacity: 1;
}

.header___search .search-modal__form .field__label {
    display: none;
}

.cart-count-bubble * {
    color: #fff !important;
}
.header__icons .header__icon .small-hide, .scrolled-past-header .header__icons .header__icon .small-hide {
        display: none;
    }
@media screen and (min-width: 990px) {
    .header__icons {
        gap: 8px
    }

    .header__icons .header__icon {
        padding: 12px 12px;
    }

    .header___search .search-modal__form .search__input.field__input::placeholder,
    .header___search .search-modal__form .search__input.field__input {
        font-size: 14px;
        line-height: 20px;
    }

    .header___search .search-modal__form .search__button {
        right: auto;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .search__bar .field__label {
        left: 60px;
    }

    .scrolled-past-header .header--top-left .header__heading-link {
        margin: 8px 0 0 0;
    }

    .scrolled-past-header .header--top-left .header__icons .header-icon__label {
        display: block;
    }
    /* .scrolled-past-header .header--top-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem;
    } */
    .scrolled-past-header .header--top-left .header___search,
    .scrolled-past-header .header--top-left .header__icons {
        margin-bottom: 0 !important;
    }

    .scrolled-past-header .header--top-left .header__inline-menu:hover:before {
        transform: translateY(0px);
        opacity: 0;
        visibility: hidden;
    }

    .scrolled-past-header .header--top-left nav.header__inline-menu:before {
        height: 82px;
    }

    .scrolled-past-header .header--top-left .header__inline-menu:hover .header__menu-item,
    .scrolled-past-header .header--top-left .header__inline-menu:hover .header__active-menu-item {
        color: #fff;
    }

    .scrolled-past-header .header--top-left .header__inline-menu .header__menu-item:hover span {
        color: #fff;
    }

    .scrolled-past-header .header--top-left .header__inline-menu .header__menu-item:hover .icon-caret {
        color: #fff;
        fill: #fff;
    }
}
 
@media screen and (min-width: 1300px) {
    .header__icons .header__icon .small-hide {
        display: block;
    }
  .scrolled-past-header .header--top-left .header__icons .cart-count-bubble span {
        display: block;
    }
}

@media screen and (max-width: 678px) {
    /* .header__heading-logo-wrapper img {
        /* max-width: 133px; */
    } */

    .cart-count-bubble {
        position: absolute;
        top: 10px;
        right: 0px;
        background: var(--gradient-base-accent-1);
        padding: 2px;
        font-size: 10px;
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 989px) {
  .cart-count-bubble {
    top: 5px;
  }
}
@media screen and (max-width: 1299px) {
  .cart-count-bubble {
        position: absolute;
        top: 10px;
        right: 0px;
        background: var(--gradient-base-accent-1);
        padding: 2px;
        font-size: 10px;
        width: 16px;
        height: 16px;
    }
}

@media screen and (min-width: 750px) {
    .header___search .field__label {
        top: calc(1.4rem + var(--inputs-border-width));
    }

    .header--top-left .header__heading-link {
        margin: 8px 0 0 0;
    }

    .header__icons {
        gap: 8px
    }

    .header___search input {
        height: 36px;
        max-width: 100%;
    }

    header .mega-menu__content {
        background-color: #fff;
    }

    header .mega-menu__link:hover, .mega-menu__link--active {
        color: #000;
    }

    header .mega-menu__link {
        color: #000;
    }

    header .mega-menu__link--level-2 {
        font-size: 14px;
        line-height: 20px;
    }

    .header__icon span,
    .header__icon {
        font-size: 14px;
        line-height: 24px;
    }

    .header___search .search-modal__form {
        margin: 0 auto;
    }

}

@media screen and (min-width: 990px) {
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    nav.header__inline-menu .list-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .scrolled-past-header nav.header__inline-menu .list-menu{
        justify-content: space-between;
    }

    nav.header__inline-menu:before {
        content: '';
        height: 36px;
        background: white;
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        left: 0;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateY(0);
        opacity: 0;
        z-index: 1;
        visibility: hidden;
        border-radius: 16px;
    }

    .header__inline-menu:hover:before {
        transform: translateY(-36px);
        opacity: 1;
        visibility: visible;
    }

    .header__inline-menu:hover .header__menu-item,
    .header__inline-menu:hover .header__active-menu-item {
        color: #000;
    }

    .header__inline-menu .header__menu-item:hover .icon-caret {
        color: var(--gradient-base-accent-2);
    }

    .header__inline-menu .header__menu-item:hover span {
        color: var(--gradient-base-accent-2);
    }

    .header__inline-menu .header__menu-item:hover svg {
        fill: var(--gradient-base-accent-2);
        color: var(--gradient-base-accent-2);
    }

    .header__inline-menu .header__menu-item {
        position: relative;
        z-index: 2;
    }

    .header > .header___search {
        margin: 0 40px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .scrolled-past-header .header__inline-menu{
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .header--top-left .header__menu-item {
        padding: 4px 12px;
        text-decoration: none;
        height: 36px;
    }

   .scrolled-past-header .header--top-left .header__menu-item{
        padding: 4px 12px;
   }

    .header--top-left summary.list-menu__item,
    .header--top-left mega-menu .header__menu-item {
        padding-right: 2.7rem!important;
    }
}

@media screen and (min-width: 1200px) {
    .header--top-left .header___search.top-left.search__bar,
    .header--top-left .header__icons {
        margin-bottom: 0px;
    }

    .mega-menu.is-megamenu .mega-menu__list {
        display: block !important;
        column-count: 6;
    }

    .mega-menu .mega-menu__list .mega__menu-item {
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        margin-bottom: 10px;
        break-inside: avoid;
    }

    .header__menu-item, .header__menu-item > * {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
    }

    nav.header__inline-menu .list-menu{
        justify-content: space-between;
    }
}

@media screen and (min-width: 1500px) {
    .header__menu-item, .header__menu-item > * {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 1600px) {
    .scrolled-past-header .header--top-left,
    .announcement-bar-section.scrolled-past-header:not(.announcement-bar-section-hidden) .page-width{
        max-width: 1600px;
    }
}

body:not(.sticky__header) .header__inline-menu .is-active.is-megamenu .header__menu-item .icon.icon-caret {
    transform: rotate(180deg);
  color: var(--gradient-base-accent-2)
}
body:not(.sticky__header) .header__inline-menu .is-active.is-megamenu .header__menu-item span {
    color: #cf102d;
}
.header__inline-menu ul.list-menu.list-menu--inline > li:nth-of-type(3),
#menu-drawer .menu-drawer__navigation > ul > li:nth-of-type(3),
.header__inline-menu ul.list-menu.list-menu--inline > li:nth-of-type(4),
#menu-drawer .menu-drawer__navigation > ul > li:nth-of-type(4){
    
}

/* ================================= */
/* Start Highlgiht navigation */
.header__inline-menu:hover li[data-handle="rinh-qua-giang-sinh"]{
    z-index: 1;
}

.header__inline-menu li[data-handle="rinh-qua-giang-sinh"] a{
    padding-right: 6px;
}

.header__inline-menu li[data-handle="rinh-qua-giang-sinh"],
#menu-drawer .menu-drawer__navigation a[data-handle="rinh-qua-giang-sinh"] {
    color: #fff !important;
    paint-order: stroke fill;
    -webkit-text-stroke: 4px #cf102d;
    background-image: url('https://cdn.shopify.com/s/files/1/0731/6514/4343/files/highlight_menu_pattern.webp?v=1762335759');
    background-repeat: repeat;
    border: 2px solid #ffc005;
}

.header__inline-menu li[data-handle="rinh-qua-giang-sinh"] {
    text-shadow: unset !important;
    background-size: 44px 44px; 
    border-radius: 16px;
}

#menu-drawer .menu-drawer__navigation a[data-handle="rinh-qua-giang-sinh"],
#menu-drawer .menu-drawer__navigation a[data-handle="rinh-qua-giang-sinh"]:hover {
    background-size: 48px 48px;
}

li[data-handle="rinh-qua-giang-sinh"] > a > span:first-child,
li[data-handle="rinh-qua-giang-sinh"] > a > span:nth-child(2),
li[data-handle="rinh-qua-giang-sinh"] > a:hover > span:first-child,
li[data-handle="rinh-qua-giang-sinh"] > a:hover > span:nth-child(2) {
  color: #fff;
}

/* End Highlgiht navigation */
/* ================================= */

.section-header.scrolled-past-header:not(.shopify-section-header-hidden){
    top: var(--annoucement-bar-height, 0);
}
.announcement-bar-section.scrolled-past-header:not(.announcement-bar-section-hidden){
    position: sticky;
    top: 0;
    z-index: 9999;
}
.shopify-section-group-header-group.section-header:not(.shopify-section-header-sticky){
  position: relative;
}
.shopify-section-group-header-group.section-header{
  z-index: 9 !important;
}
.header__inline-menu{
  position: relative;
}
.header__inline-menu mega-menu .list-menu-dropdown{
  padding: 0;
  box-shadow: 0px 0px 11px 0px #cf102d4f;
}
.header__inline-menu mega-menu .list-menu-dropdown > .page-width{
  z-index: 99;
  position: relative;
  padding-block: 2.4rem;
  padding-inline: 30px;
}
.shopify-section-header-sticky .header__inline-menu mega-menu .list-menu-dropdown > .page-width{
  margin: 0;
  max-width: 100%;
}
.header__inline-menu mega-menu .list-menu-dropdown .page-width:before{
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  inset: 0;
  box-shadow: 0px 0px 11px 0px #cf102db2;
}
header .header-background{
  display: none !important;
}