.header {
    --header-column-gap: 0px;
    position: relative;
    background-color: rgb(var(--color-page-background));
    color: rgb(var(--transparent-color-text, var(--color-text)));
}

.header a:not(.button),
.header a:not(.button):hover {
    color: inherit;
}

.header .header__menu-drawer .modal__content {
    color: rgb(var(--color-text));
}

.header .search-modal__content {
    color: rgb(var(--color-text));
}

@media screen and (max-width: 959px) {
    .header {
        --header-column-gap: 0px;
        min-height: 60px;
    }
}

.header #cart-icon-bubble-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    height: 3.6rem;
    position: relative;
    padding-right: 1.5rem;
}

@media screen and (min-width: 960px) {
    .shopline-section-header-sticky .header {
        border-bottom: 1px solid rgb(var(--color-entry-line));
    }
}

.shopline-section-header-scrolling .header.is-transparent::before {
    transition: none;
}

.header__full_width {
    max-width: 100%;
}

.header__container {
    display: grid;
    column-gap: var(--header-column-gap);
    align-items: center;
}

.header__container--left-line {
    grid-template: "logo logo-list nav icons" auto / auto auto 1fr auto;
}

/* @media screen and (max-width: 959px) {
.header__container--left-line {
    grid-template:
      "logo icons" auto
      "tools tools" auto
      "logo-list logo-list" auto
      / auto auto;
  }
} */

.header__logo-list {
    grid-area: logo-list;
}

.header__inline-nav-wrapper {
    grid-area: nav;
}

.header__inline-nav {
    grid-area: menu;
    display: flex;
    justify-content: center;
}


.header__inline-nav .header-inline-menus__item {
    padding-top: 0;
    padding-bottom: 0;
}
.header__inline-nav .header-inline-menus__item span {
    font-weight: 400;
}
.header__inline-nav .header-inline-menus__item:first-child {
    padding-left: 0;
}

.header__icons,
.header__tools {
    display: flex;
    align-items: center;
    margin-left: calc(-1 * var(--header-column-gap));
}

.header__icons>*,
.header__tools>* {
    margin-left: var(--header-column-gap);
}

.header__tools {
    grid-area: tools;
    justify-self: flex-start;
    width: 100%;
}

.header__icons {
    grid-area: icons;
    justify-self: flex-end;
    column-gap: 20px;
}

.icon-search-wrapper {
    display: flex;
    padding: 6px;
}

.header-search-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6rem;
    background-color: rgb(var(--header_background_color));
}

.header-search-modal-bg .header__tools {
    max-width: 74.2rem;
}

.header-search-close-btn {
    font-size: 18px;
    padding: 5px 15px;
    cursor: pointer;
}

.header__icon-button {
    display: flex;

    /* padding: 6px; */
}

.header__icon-button svg {
    width: 3rem;
    height: 3rem;
}

.header__icon-button svg.icon-user {
    width: 2rem;
    height: 2rem;
}
header-modal .header__icon-button svg {
    width: 2.5rem;
    height: 2.5rem;
}

/*.header__cart-point {
 background-color: rgba(var(--color-cart-dot));
  border-radius: 20px; 
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: rgba(var(--color-cart-dot-text));
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  max-width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
}  */

.header__icon--cart {
    position: relative;
    /* margin-right: -1rem; */
    /* margin-left: 1rem; */
    width: auto;
    /* background-color: rgb(var(--color-button-text)); */
    color: rgb(var(--color-custom-theme));
    min-width: initial;
    min-height: initial;
    /* padding: 0 2rem 0 1.5rem; */
    border-radius: 50px;
    overflow: hidden;
}

.header__icon--cart svg {
    /* transform: scale(0.9); */
}

.header__icon--cart svg path {
    /* fill: rgb(var(--color-custom-theme)); */
}

.header__icon--cart span {
    color: rgb(var(--color-custom-theme));
}

.header__icon--cart:hover {
    /* transform: none; */
}

.header__icon--cart:hover svg {
    transform: scale(1.1);
}

.header__container_wrapper .header-logo-mb {
    display: none;
}
@media screen and (min-width: 960px) {
    .header__icon--cart span {
    
        color: #fff;
        display: block;
         width: 1.8rem;
        height: 1.8rem;
        line-height: 1.5;
        border-radius: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 1rem;
        font-weight: 400;
        background-color: #13B2BA;
    
    
    }
}
@media screen and (max-width: 959px) {
    .header__icons {
        column-gap: 12px;
    }
    .header__container {
        min-height: 60px;
    }

    .header__icon--cart {
        background-color: transparent;
    }

    .header__icon--cart span.cart-text-pc {
        display: none;
    }

    .header-search-modal-bg {
        padding: 0 1rem;
        background-color: #fff;
    }

    .header .search-modal__content .search-modal__field {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        border-radius: 4px !important;
    }

    .header .search-modal__content .search-modal__field .field__input,
    .header .search-modal__content .search-modal__field .search-modal__field-label {
        color: #000;
    }

    .header-search-close-btn {
        color: #000;
    }

    body .section-header .header {
        background-color: #fff;
    }

    .header__container_wrapper .header-logo-pc {
        display: none;
    }

    .header__container_wrapper .header-logo-mb {
        display: block;
    }

    .header__icon-button svg.icon-search circle,
    .header__icon-button svg.icon-search path {
        stroke: #000;
    }

    .header__icon--cart {
        margin-left: 0;
    }

    .header__icon--cart svg {
        transform: scale(1);
    }

    .header__icon--cart:hover svg {
        transform: scale(1.1);
    }

    .header__icon--cart svg path {
        /* fill: #000; */
    }

    .header__icon--cart span {
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 12px;
        background-color: #13B2BA;
    }

    .header__icon--cart span.has_number {
        background-color: #13B2BA;
    }

    .header__icon-button svg.icon-menu {
        color: #000;
        width: 2rem;
        height: 2rem;
    }

    .header__icon {
        color: #000;
    }

    .header .header__menu-drawer .modal__content {
        background-color: #fff;
        color: #000;
    }

    .drawer-menus__sub-item a,
    .drawer-menus__item a {
        font-size: 18px;
    }

    .drawer-menus__sub-menus .drawer-menus__sub-item .body5,
    .mb-mega-menu__product-list a {
        color: #787878;
        font-size: 16px;
    }

    .drawer-menus__sub-menus .drawer-menus__sub-item .body5 {
        font-size: 14px;
    }

    .mb-mega-menu__product-list {
        padding: 10px var(--drawer-padding-inline);
    }

    .mb-mega-menu__product-list .product-item {
        display: flex;
        position: relative;
        align-items: center;
        font-size: 14px;
        background: #f4f4f4;
        padding: 5px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .mb-mega-menu__product-list img {
        width: 110px;
        height: 110px;
        margin: 0 5px 0 0;
    }

    .mb-mega-menu__product-list .info-wrapper p {
        margin: 8px 0;
    }

    .mb-mega-menu__product-list .mega-menu__product-title {
        font-size: 16px;
        font-weight: 600;
    }

    .mb-mega-menu__product-list .mega-menu__product-subtitle {
        color: #797979;
    }

    .drawer-menus__sub-menus-scroll {
        max-height: calc(100vh - 390px);
        width: 100%;
        padding-bottom: 30px;
        overflow: scroll;
    }

    .mb-mega-menu__product-list .mega-menu__bottom-buttons .button {
        color: #fff;
        border-radius: 50px;
    }

    .mb-mega-menu__product-list .mega-menu__bottom-buttons .button.btn-color--white {
        color: rgb(var(--color-custom-theme));
    }

    .mb-mega-menu__product-list .mega-menu__bottom-buttons .button.btn-color--white:after {
        border-radius: 50px;
    }

}

.header .drawer .modal__content {
    position: fixed;
    top: var(--header-top-position, 0);
    height: calc(100% - var(--header-top-position, 0));
}

.header .drawer .modal__content details[open] .modal__overlay::after {
    position: absolute;
}

.header__container_wrapper {
    /* background-color: rgb(var(--header_background_color)); */
    color: rgb(var(--header_text_color));
    --color-text: var(--header_text_color);
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    /* border-bottom: 1px solid rgb(215, 233, 238, .5); */
    /* --color-page-background: var(--header_background_color); */
}

.header__inline-nav-wrapper {
    /* background-color: rgb(var(--menu_background_color)); */
    color: rgb(var(--menu_text_color));
    /* --color-page-background: var(--menu_background_color); */
    --color-text: var(--menu_text_color);
}

.header .header__menu-drawer .modal__content {
    --color-page-background: var(--menu_background_color);
    --color-text: var(--menu_text_color);
}

.header .search-modal__content {
    --color-page-background: var(--search_bacground_color);
    --color-text: var(--search_color);
}

.header .search-modal__content .search-modal__field {
    border-radius: var(--input-border-radius-outset);
}

#shopline-section-header {
    position: sticky;
    z-index: 10;
    top:var(--header-top-position, 0);
}
#shopline-section-header .header:not(.transparent) {
    border-bottom: 1px solid rgba(176, 176, 176, .2);
}

#shopline-section-header.animate {
    transition: all 0.15s ease-out;
}

#shopline-section-header.shopline-section-header-sticky {
    position: sticky;
    top: 0;
}

#shopline-section-header.shopline-section-header-sticky .is-transparent {
    position: relative;
}

#shopline-section-header.shopline-section-header-hidden:not(.menu-open) {
    transform: translateY(-200%);
}

#shopline-section-header.shopline-section-header-sticky--always {
    position: sticky;
    top: 0;
    /* animation: modalSlideInTop 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

#shopline-section-header.shopline-section-header-sticky--always .is-transparent {
    position: relative;
}

.header__heading {
    grid-area: logo;
    margin: 10px 0;
    margin-right: 30px;
    display: flex;
}

.header__heading-link {
    color: rgb(var(--color-text));
    font-size: 30px;
    line-height: 39px;
    text-align: left;
    text-decoration: none;
}

.header__heading-logo {
    display: block;
    width: var(--header-logo-pc-width, 200px);
    height: auto;
    max-width: var(--header-logo-pc-width);
    max-height: var(--header-logo-pc-height);
    object-fit: contain;
    -webkit-user-drag: none;
}

@media screen and (max-width: 959px) {
    .header__heading-logo {
        width: var(--header-logo-mobile-width, 100px);
        max-width: var(--header-logo-mobile-width);
        max-height: var(--header-logo-mobile-height);
    }
}

.menus__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(var(--color-text));
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer;
}

.header__inline-menus {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.header-inline-menus__link {
    --padding-inline: 0px;
    --padding-block: 12px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* padding: var(--padding-block) var(--padding-inline); */
    padding: 26px 0;
}

.header-inline-menus__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 3px;
    transform: scaleX(0);
    transform-origin: center;
    border-radius: 10px;
    background: #41A9BC;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-inline-menus__item:hover .header-inline-menus__link::after,
.header-inline-menus__link:focus::after {
    transform: scale(1);
}

.header-inline-menus__item {
    padding: 10px 16px;
}
@media screen and (max-width: 1100px) and (min-width:960px){
    .header-inline-menus__item {
        padding: 10px .45vw;
    }
}
.header-inline-menus__item--has-submenu {
    position: relative;
}

.header-inline-menus__item--has-submenu.is-megamenu:hover .header__inline-submenus,
.header-inline-menus__item--has-submenu.is-megamenu:focus .header__inline-submenus {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-inline-menus__item--has-submenu .header-inline-menus__arrow {
    display: initial;
}

.header-inline-menus__item.is-megamenu {
    position: static;
}

/*hover polyfill*/

.header-inline-menus__item--has-submenu:hover::before {
    content: attr(data-item-title);
    position: absolute;
    height: 100%;
    top: 0;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
}

.header-inline-menus__arrow {
    display: none;
    margin-left: 5px;
}

.header__inline-submenus {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    /* border-top: 1px solid rgb(var(--color-entry-line)); */
    box-shadow: 0 10px 15px #0000001a;
    max-height: 760px;
    /* min-height: 280px; */
    overflow: auto;
}

.megamenu__list {
    padding: 30px;
    display: grid;
    gap: 20px;
    list-style: none;
    margin: 0;
    flex: 1;
    grid-auto-columns: minmax(100px, 280px);
    grid-auto-flow: column;
}

/*dropdown-menu*/

.header-inline-menus__item--has-submenu:not(.is-megamenu):hover .header-dropdown-menu,
.header-inline-menus__item--has-submenu:not(.is-megamenu):focus .header-dropdown-menu {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.2s;
    /* background-color: rgba(var(--color-page-background)); */
    background-color: #fff;
    color: #000;
    width: 100%;
    z-index: 10;
    width: 190px;
    max-height: 760px;
    overflow: auto;
    padding: 10px 0 5px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
    border-radius: 0 0 10px 10px;
}

.header-dropdown-menu ul {
    padding: 0;
}

.header-dropdown-menu .header-inline-submenus__item {
    padding: 8px 20px;
}


.header-dropdown-menu .header-inline-submenus__link::after {
    /* content: ""; */
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: rgb(var(--color-text));
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-dropdown-menu .header-inline-submenus__link:hover::after,
.header-dropdown-menu .header-inline-submenus__link:focus::after {
    transform: scale(1);
}

.header-nav-list .menus__link:not(a) {
    cursor: default;
}

.header-nav-list .menus__link:not(a):hover {
    opacity: 1;
}

.header-nav-list .menus__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: rgb(var(--color-text));
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-nav-list .menus__link:hover::after,
.header-nav-list .menus__link:focus::after {
    transform: scale(1);
}

.megamenu-list__submenu {
    padding: 0;
}

.megamenu-submenu__item+.megamenu-submenu__item {
    margin-top: 16px;
}

.megamenu-list__item-title {
    display: inline-block;
}

.megamenu-list__item-title+.megamenu-list__submenu {
    margin-top: 16px;
}

.megamenu-list__item_box+.megamenu-list__item_box {
    margin-top: 24px;
}

.header__menu-drawer .drawer__main {
    margin-left: calc(-1 * var(--drawer-padding-inline));
    margin-right: calc(-1 * var(--drawer-padding-inline));
}

.header__user-center-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.header__user-center-button .icon {
    margin-right: 8px;
}

.drawer-menus__sub-menus {
    background: rgba(var(--color-text), 0.05);
}

.drawer-menus__sub-menus .drawer-menus__sub-menus {
    background: transparent;
}

.drawer-menus__sub-menus .drawer-menus__sub-menus .drawer-menus__sub-item {
    padding-left: 15px;
}

.drawer-menus__item,
.drawer-menus__sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;

    background: transparent;
    transition: background 0.2s;
}

.drawer-menus__item>a,
.drawer-menus__sub-item>a {
    align-items: center;
    display: flex;
    /* flex: 1 1 auto; */
    word-break: break-word;
}

.drawer-menus__item>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--drawer-padding-inline);
}

@media screen and (min-width: 960px) {
    .drawer-menus__item:hover {
        background: rgba(var(--color-text), 0.05);
    }
    .header-dropdown-menu .header-inline-submenus__item .body3 {
        font-size: 14px!important;
        font-weight: 400;
        transition: all .3s ease;
    }
}

.drawer-menus__sub-item>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--drawer-padding-inline);
}

.drawer-menus__item-icon {
    display: flex;
    padding: 0 var(--drawer-padding-inline);
}

.drawer-menus__item-icon .icon-arrow {
    position: revert;
}

.drawer-menus__item-icon-off {
    display: none;
}

details[open]>summary>.drawer-menus__item>.drawer-menus__item-icon-on {
    display: none;
}

details[open]>summary>.drawer-menus__item>.drawer-menus__item-icon-off {
    display: flex;
}

details[open]>summary>.drawer-menus__sub-item>.drawer-menus__item-icon-on {
    display: none;
}

details[open]>summary>.drawer-menus__sub-item>.drawer-menus__item-icon-off {
    display: flex;
}

@media screen and (max-width: 959px) {
    .header__drawer-menus-divider {
        position: relative;
    }

    .header__drawer-menus-divider::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: calc(100% - 60px);
        margin: 0 30px;
        border-top: 1px solid rgb(var(--color-entry-line));
    }
}

@keyframes headerSearchModal {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header__search .modal__content {
    position: absolute;
}

.header__search details[open] .modal__overlay::after {
    position: absolute;
    top: 100%;
    z-index: initial;
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 60px;
}

@media screen and (max-width: 959px) {
    .search-modal__content {
        padding: 10px 0px;
    }
}

.search-modal__close-button {
    margin-left: 4px;
    padding: 12px;
}

.search-modal__close-button .icon {
    width: 16px;
    height: 16px;
}

.search-modal__form {
    position: relative;
    flex: 1 0 0;
    z-index: 1;
}

.search-modal__field {
    position: relative;
    margin: 0;
    height: 44px;
    padding: 8px 0px;
}

.search-modal__field .header__icon-button {
    margin-right: 10px;
}

.search-modal__field.field:after {
    border: none;
}

.search-modal__field.field:hover:after,
.search-modal__field.field:focus::after,
.search-modal__field.field:focus-within::after {
    border: none;
}

.search-modal__field-label {
    width: calc(100% - 68px);
    left: 16px;
}

.search-modal__submit-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 68px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.search-modal__content[data-has-value] .predictive-search__suggested-menu {
    display: none;
}

.predictive-search__suggested-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.predictive-search__suggested-menu .predictive-search__suggested-menu__link {
    display: block;
    padding: 9px 12px;
}

.predictive-search__suggested-menu .predictive-search__suggested-menu__link:hover {
    background: var(--general-text-10, rgba(0, 0, 0, 0.1));
    border-radius: 2px;
}

@media (min-width: 769px) {
    .header__images {
        width: calc(20% + 30px);
        padding-top: 30px;
        padding-bottom: 30px;
    }

    img.img-m {
        display: none;
    }

    img.img-pc {
        display: block;
    }
}

@media (max-width: 768px) {
    .header__images {
        padding: 0;
    }

    img.img-pc {
        display: none;
    }

    img.img-m {
        display: block;
    }
}


.header__images--front {
    padding-right: 0;
    order: -1;
}

.header__images--behind {
    padding-left: 0;
    order: 1;
}

.header__image {
    display: block;
    position: relative;
    overflow: hidden;
}

.header__image--hidden {
    display: none;
}

.header__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1);
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header__image:hover img {
    transform: scale(1.05);
}

.header__image .header__image-body {
    white-space: normal;
    padding: 8px 0 12px 0;
}

.header__image .header__image-body .header__image_title {
    padding: 0;
    font-weight: 600;
}

.header__image .header__image-body .header-inline-menus__link {
    padding: 0;
    font-weight: 600;
}

.header__image .header__image-body .header-inline-menus__link::after {
    transform: scale(1);
}

@media screen and (max-width: 959px) {
    .header__image {
        background: rgba(var(--color-text), 0.05);
        padding: 20px 30px;
    }

    .header__image:hover img {
        transform: unset;
    }
}

@media (min-width: 960px) {
    .mobile-top-nav {
        display: none;
    }
}

.mobile-top-nav .mobile-site-nav {
    list-style: none;
    margin: 0;
    padding: 0 var(--page-padding);
    scroll-padding-left: var(--page-padding);
    scroll-padding-right: var(--page-padding);
    display: flex;
    flex-wrap: nowrap;
}

.mobile-top-nav .mobile-site-nav>li:first-child .mobile-site-nav__item__link {
    padding-left: 0;
}

.mobile-top-nav .mobile-site-nav>li:last-child .mobile-site-nav__item__link {
    padding-right: 0;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item__link {
    color: inherit;
    padding: 12px 16px;
    display: inline-block;
    white-space: nowrap;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text {
    position: relative;
    font-weight: 500;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    background-color: rgba(var(--color-text));
    height: 2px;
}

.shopline-section-header-sticky--always .mobile-top-nav,
.shopline-section-header-sticky .mobile-top-nav {
    display: none;
}

.predictive-search {
    --predictive-search-result-padding: 20px;

    display: none;
    position: absolute;
    top: calc(100% + 5px);
}

@media screen and (max-width: 959px) {
    .predictive-search {
        top: calc(100% + 7px);
    }
}

.predictive-search {
    left: 0;
    width: 100%;
    /* background: rgb(var(--color-page-background)); */
    background:#FFF;
    border-top: none;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.predictive-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--predictive-search-result-padding) / 2) var(--predictive-search-result-padding);
    color: rgb(var(--color-text));
    text-transform: uppercase;
}

@media screen and (max-width: 959px) {
    .predictive-search__head {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
}

.predictive-search__head .predictive-search__spinner {
    display: none;
}

.predictive-search__head .predictive-search__rusults {
    text-transform: initial;
}

.predictive-search__list-item>* {
    transition: color 0.3s, background 0.3s;
}

.predictive-search__list-item[selected="true"]>*,
.predictive-search__list-item:hover>* {
    color: rgb(var(--color-text));
    background-color: rgba(0, 0, 0, 0.08);
}

.predictive-search__list-item:nth-of-type(1):not(:last-child),
.predictive-search__list-item:nth-last-of-type(1):not(:first-child) {
    border-top: 1px solid rgb(var(--color-entry-line));
}

.predictive-search__list-item:nth-of-type(1):not(:last-child) .predictive-search__item {
    padding-top: var(--predictive-search-result-padding);
}

.predictive-search__list-item:nth-last-of-type(2) .predictive-search__item {
    padding-bottom: var(--predictive-search-result-padding);
}

.predictive-search__item {
    padding: calc(var(--predictive-search-result-padding) / 2) var(--predictive-search-result-padding);
    display: grid;
    grid-template: "image content"auto / auto 1fr;
    gap: var(--predictive-search-result-padding);
    align-items: center;
}

.predictive-search__item-image {
    display: block;
    width: 62px;
    height: 62px;
    grid-area: image;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .predictive-search__item-image {
        width: 56px;
        height: 56px;
    }
}

.predictive-search__item-content {
    grid-area: content;
    justify-content: center;
}

.predictive-search__item-head {
    margin: 0;
}

.predictive-search__term {
    width: 100%;
    padding: 8px var(--predictive-search-result-padding);
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(var(--color-text));
}

.predictive-search__term:hover .predictive-search__term-icon {
    transform: scale(1.1);
}

.predictive-search__term-icon {
    display: inline-flex;
    transition: transform 0.3s;
    width: 20px;
    height: 20px;
}

.predictive-search__spinner {
    display: inline-flex;
    animation: button-loading linear 1.5s infinite;
}

.predictive-search__spinner .icon {
    width: 15px;
    height: 15px;
}

.predictive-search__loading-state {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.predictive-search__results {
    overflow: hidden;
    overflow-y: auto;
}

predictive-search[data-focus][open] .predictive-search,
predictive-search[data-focus][loading] .predictive-search {
    display: block;
}

predictive-search[data-focus][loading] .predictive-search__results:empty~.predictive-search__loading-state {
    display: flex;
}

predictive-search[data-focus][loading] .predictive-search__head .predictive-search__spinner {
    display: flex;
}

/* menu start */
.mega-menu {
    position: static;
}

.mega-menu__content {
    background-color: rgb(var(--color-background));
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    left: 0;
    overflow-y: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: absolute;
    right: 0;
    pointer-events: none;
    transition: all .2s;
    z-index: 100;
    text-align: left;
}

.js .mega-menu__content {
    opacity: 0;
    transform: translateY(-10px);
}

.mega-menu:hover .mega-menu__content,
.mega-menu[open] .mega-menu__content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
}

.shopify-section-header-sticky .mega-menu__content {
    max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
    border-top: 0;
}

.mega-menu__list {
    display: grid;
    gap: 1.8rem 4rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
}

.mega-menu__link {
    color: rgba(var(--color-foreground), 1);
    display: block;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    text-decoration: none;
    transition: text-decoration var(--duration-short) ease;
    word-wrap: break-word;
}

.mega-menu__link--level-2 {
    font-weight: bold;
}

.header--top-center .mega-menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0;
}

.header--top-center .mega-menu__list>li {
    width: 16%;
    padding-right: 2.4rem;
}

.mega-menu:hover .header__menu-item {
    border-bottom: 2px solid rgb(var(--color-link));
}

.mega-menu__link:hover,
.mega-menu__link--active {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
}

.mega-menu__link--active:hover {
    text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
    display: block;
}

.mega-menu__list--condensed .mega-menu__link {
    font-weight: normal;
}

.mega-menu__content--products {
    z-index: 5;
}

.mega-menu__content--products ul,
.mega-menu__content--products li {
    list-style: none;
}

.mega-menu__content--products aside {
    position: relative;
    border-bottom: 1px solid #555;
}

.mega-menu__content--products aside>nav:empty {
    display: none;
}

.mega-menu__content--products aside>nav {
    display: inline-block;
}

.mega-menu__aside-item {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 5% 1rem;
    margin-right: 2vw;
    margin-top: -2rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
}

.mega-menu__aside-item.has--children.active,
.mega-menu__aside-item:hover {
    /* color: rgb(var(--color-custom-theme)); */
}

.mega-menu__aside-item.has--children.active a:after,
.mega-menu__aside-item:hover a:after {
    display: none;
}

.mega-menu__aside-item.has--children.active>svg,
.mega-menu__aside-item:hover>svg {
    display: inline-block;
}

.mega-menu__content-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mega-menu__content-inner .button,
.mega-menu__content-inner .button::after {
    border-radius: 50px;
}

.mega-menu__content-inner .btn-color--white {
    --color-button-background: 255, 255, 255;
    --color-button-text: 255, 255, 255;
    --border-opacity: 0.5;
    background: none;
    --alpha-button-background: 0;
    --btn-border-thickness: 2px;
}


.mega-menu__content-inner>aside {
    margin-bottom: 1.8%;
}

.mega-menu__product-section:not(:first-child) {
    display: none;
}

.mega-menu__product-section>nav {
    height: 50px;
}

.mega-menu__product-section>nav:empty {
    display: none;
}

.mega-menu__product-tab {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 9%;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.mega-menu__product-tab.active,
.mega-menu__product-tab:hover {
    color: rgb(var(--color-link));
    border-bottom: 1px solid rgb(var(--color-link));
}

.mega-menu__product-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    --products-row-gap: 10px;
    gap: 0 var(--products-row-gap);
    text-align: center;
}

/* .mega-menu__product-list:not(:first-child) {
  display: none;
} */

.mega-menu__product-list>li {
    width: calc((100% - var(--products-row-gap) * 4) / 5);
    list-style: none;
}

.mega-menu__product-link {
    width: 100%;
    max-width: 160px;
}

.list-menu__product-link:hover .mega-menu__product-title {
    color: rgb(var(--color-link));
}
.list-menu__product-link .image-wrapper-tag {
    position: absolute;
    right: 10px;
    top: 10px;
}
.list-menu__product-link .image-wrapper-tag.sale span {
    background: rgba(247, 4, 8, 0.05);
    color: rgba(247, 4, 8, 1)!important;
}
.list-menu__product-link .image-wrapper-tag.new span {
    color: #10B301!important;
    background: #DCFFCE;
}
.list-menu__product-link .image-wrapper-tag.hot span {
    color: #D70D00 !important;
    background: #FFE6E6;
}
.list-menu__product-link .image-wrapper-tag.pre-order span {
    color: #FF6C00 !important;
    background: #FFEBDC;
}
.list-menu__product-link .image-wrapper-tag.comingsoon span {
    color: #B37201 !important;
    background: #FFF8DA;
}
.list-menu__product-link .image-wrapper-tag span {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
}
.mega-menu__product-list p {
    margin: 10px 0;
}

.mega-menu__product-title {
    font-weight: 600;
    line-height: 1.3;
    font-size: 16px;
}

.mega-menu__product-subtitle {
    line-height: 1.2;
    font-size: 1.3rem;
    color: #999;
}

.mega-menu__bottom-buttons {
    text-align: right;
    margin-top: 6px;
}

.mega-menu__bottom-buttons .button {
    font-size: 1.4rem;
    min-width: calc(10rem + var(--buttons-border-width) * 2);
    min-height: calc(3.6rem + var(--buttons-border-width) * 2);
    --buttons-radius: 50px;
    --buttons-radius-outset: 51px;
    padding: 6px 2rem;
    margin-left: 1rem;
    font-weight: 400;
}

@media screen and (min-width: 990px) {
    .dark .header__container_wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .dark .list-menu__product-link .mega-menu__product-title {
        color:#fff;
    }
    .dark .list-menu__product-link .image-wrapper-tag.Sale span {
       
        background: rgba(235, 244, 246, 1);
    }
    
    .dark  .list-menu__product-link .image-wrapper-tag.New span {
        
        background: rgba(235, 244, 246, 1);
    }
    .dark .header-dropdown-menu {
        background-color: #000;
        color: #fff;
    }
}

/* header start */
body {
    --announcement-bar-height-pc: 38px;
    --announcement-bar-height-pad: 38px;
}

announcement-bar-slider {
    height: var(--announcement-bar-height-pc);
}

.section-announcement-bar .announcement-bar--container {
    background-color: rgb(var(--notice-bg-color));
}

body .header {
    position: sticky;
}

body .section-header .header {
    background-color: rgb(var(--header_background_color));
    --color-page-background: var(--header_background_color);
}


@media screen and (min-width: 990px) {
    body announcement-bar-slider {
        position: sticky;
        width: 100%;
        top: 0 !important;
        height: var(--announcement-bar-height-pad);
    }

    body .header {
        top: var(--announcement-bar-height-pc);
    }

    body .template-index .header,
    body .template-activity .header {
        max-height: 68px !important;
    }

    body[data-immersive] .section-announcement-bar:not(.shopline-section-announcement-bar-sticky) .announcement-bar--container {
        background-color: rgba(var(--notice-bg-color), 0.95);
    }
    body[data-immersive] .header {
        position: fixed;
        width: 100%;
        transition: top .2s;
    }
}

/* header end */

/* menu end*/



/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */