.nv00-gnb button {
    background: none;
    border: 0;
    z-index: 9;
}
.nv00-gnb {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-size: 0;
    word-wrap: break-word;
    z-index: 2000; /* z-index taking 2000 to show menu over EPP bar */
    border-bottom: 1px solid #dddddd;
}

.nv00-gnb .gnb-b2c-promo {
    font-size: 16px;
}

.nv00-gnb.show:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2)
}

.nv00-gnb__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    background-color: #fff
}

.nv00-gnb__logo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: max-content;
    margin-right: 40px;
    padding-top: 13px;
}

.nv00-gnb__logo-wrap div.image {
    margin-bottom: 0px !important;
}

.nv00-gnb__logo-wrap.hide {
    display: none
}

.nv00-gnb__logo {
    position: relative;
    width: 100%
}

.nv00-gnb__logo.logo-play:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-image: url('../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/imgs/gnb-desktop-120x32.gif');
    background-size: 100%
}

.nv00-gnb__search-wrap {
    display: none;
}

.nv00-gnb__user-account-wrap {
    display: none
}

.nv00-gnb__l0-menu-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    height: 100%;

}

.nv00-gnb__l0-menu-list {
    height: 100%
}

.nv00-gnb__l0-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    cursor: pointer;
    margin-right: 1px;
}

.nv00-gnb__l0-menu:focus,
.nv00-gnb__l0-menu-btn:focus,
.nv00-gnb__l0-menu-btn:hover,
.nv00-gnb__l0-menu:hover{
    color: #006bea
}

.nv00-gnb__l0-menu:focus-within .nv00-gnb__l0-menu-btn{
    color: #006bea;
}

.nv00-gnb__l0-menu.mobile-only {
    display: none
}

.nv00-gnb__l0-menu-btn,
.nv00-gnb__l0-menu-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* padding: 0 8px; */
    font-size: 14px;
    line-height: 1.33;
    font-weight: 700;
    color: #000;
    font-stretch: normal;
    outline: none;
    font-family: "SamsungOne";
}

.nv00-gnb__l0-menu-btn::after, .nv00-gnb__l0-menu-link::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    opacity: 0;
    background-color: #006bea;
    height: 2px;
    transition: height 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu:focus-within .nv00-gnb__l0-menu-btn::after {
    opacity: 1;
    height: 2px;
  }
 
.nv00-gnb__l0-menu-btn::before, .nv00-gnb__l0-menu-link::before, .nv00-gnb__logo::before{
    position: absolute;
    content: "";
    left: -5px;
    width: calc(100% + 10px);
    top: -5px;
    height: 32px;
    border: 1px dotted #000;
    display: none;
}

.nv00-gnb__logo::before {
    top: -9px;
}

.nv00-gnb__utility.search>button::before,
.nv00-gnb__utility-user-menu a::before,
.nv00-gnb__user-account-wrap .nv00-gnb__user-account a.nv00-gnb__user-account-link::before,
.nv00-gnb__l2-menu-link::before,
.nv00-gnb__featured-products-thumbnail-item a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    border: 1px dotted #000;
    display: none;
}

.nv00-gnb__utility.search>button::before {
    left: -1px;
    top: -1px;
}

.nv00-gnb__utility-user-menu a::before,
.nv00-gnb__user-account-wrap .nv00-gnb__user-account a.nv00-gnb__user-account-link::before,
.nv00-gnb__l2-menu-link::before,
.nv00-gnb__featured-products-thumbnail-item a::before {
    border-radius: 0;
}

.nv00-gnb__utility.cart>a::before,
.nv00-gnb__utility.before-login>a::before,
.nv00-gnb__utility.after-login>a::before,
.nv00-gnb__utility.hamburger>button::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border: 1px dotted #000;
    display: none;
}

.nv00-gnb__l0-menu-btn:focus,
.nv00-gnb__l0-menu-link:focus,
.nv00-gnb__utility-btn a:focus,
.nv00-gnb__utility-btn button:focus,
.nv00-gnb__utility-user-menu a:focus,
.nv00-gnb__user-account-wrap .nv00-gnb__user-account a.nv00-gnb__user-account-link:focus,
.nv00-gnb__l2-menu-link:focus,
.nv00-gnb__featured-products-thumbnail-item a:focus,
.nv00-gnb__logo:focus {
    outline: none !important;
    /* to override the other inline styles */
}

.nv00-gnb__l0-menu-btn:focus::before,
.nv00-gnb__l0-menu-link:focus::before,
.nv00-gnb__utility.search>button:focus::before,
.nv00-gnb__utility.cart>a:focus:before,
.nv00-gnb__utility.before-login>a:focus:before,
.nv00-gnb__utility.after-login>a:focus:before,
.nv00-gnb__utility.hamburger>button:focus:before,
.nv00-gnb__utility-user-menu a:focus::before,
.nv00-gnb__user-account-wrap .nv00-gnb__user-account a.nv00-gnb__user-account-link:focus::before,
.nv00-gnb__l2-menu-link:focus:before,
.nv00-gnb__featured-products-thumbnail-item a:focus::before,
.nv00-gnb__logo:focus::before {
    display: block;
}

.nv00-gnb__l0-menu-link.has-icon::after {
    display: none;
}

.nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-btn,
.nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-link {
    margin: 12px 12px 0;
    padding: 0 0 22px;
    font-size: 16px;
}

.nv00-gnb__l0-menu-list.right-menu {
    display: flex;
    gap: 16px;
}

.nv00-gnb__l0-menu-list.right-menu--mobile {
    display: none;
}

.nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-btn,
.nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-link {
    padding-bottom: 4px;
    /* margin: 0 8px; */
}

/* .nv00-gnb__l0-menu-btn:focus,.nv00-gnb__l0-menu-link:focus {
    border-color: #000000 !important;
} */

.nv00-gnb__l0-menu-btn-image {
    display: none;
}

.nv00-gnb__l0-menu-btn .icon {
    display: none
}

.nv00-gnb__l0-menu-link .icon {
    width: 16px;
    height: 16px;
    margin-left: 4px
}

.nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn:focus::before,
.nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link::before {
    display: none !important;
}

.nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn::after,
.nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link::after {
    opacity: 1;
    bottom: 0;
}

.nv00-gnb__l0-menu-btn:focus {
    outline-width: 0;
    outline: none;
}

.nv00-gnb__l0-menu-btn:focus::after,
.nv00-gnb__l0-menu-link:focus::after {
    opacity: 1;
    bottom: 0;
}

/* .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn .icon,.nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link .icon {
    fill: #fff
} */

.nv00-gnb__l1-menu-container {
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    position: fixed;
    /* top: 105px; */
    left: 0;
    /* padding-top: 24px; */
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    background-color: #fff;
    -webkit-transition: height .2s cubic-bezier(0.6, 0, 0.4, 1);
    transition: height .2s cubic-bezier(0.6, 0, 0.4, 1);
    width: 100%;
}

.nv00-gnb__l1-menu-container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.nv00-gnb__l1-menu-container.left-side,
.nv00-gnb__l1-menu-container.right-side {
    position: fixed
}

.nv00-gnb__l1-menu-container.right-side {
    left: auto
}

.nv00-gnb__l1-menu-container-title {
    display: none;
    cursor: auto;
    font-family: "SamsungOne";
}

.nv00-gnb__l1-menu-wrap-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 32px 24px 64px 24px;
    cursor: auto;
}

.nv00-gnb__l1-menu-wrap-container.container--center {
    justify-content: center;
}

.nv00-gnb__l1-menu-wrap-container::-webkit-scrollbar,
.nv00-gnb__l1-menu-wrap-container::-moz-scrollbar,
.nv00-gnb__l1-menu-wrap-container::-ms-scrollbar {
    display: none;
    width: 0;
}

.nv00-gnb__l1-menu-wrap__inner {
    display: flex;
    gap: 40px;
}

.nv00-gnb__l1-menu-wrap {
    position: relative;
    /* padding: 8px 0 32px 0; */
}

.nv00-gnb__l1-menu-wrap.mobile-only {
    display: none
}

.nv00-gnb__featured-products-container {
    position: relative;
    padding-left: 87px;
    margin-left: 87px;
}

.nv00-gnb__featured-products-container::before {
    content: ' ';
    display: none;
    position: absolute;
    top: 0;
    bottom: 32px;
    left: 0;
    width: 1px;
    background-color: #ddd;
    height: 100%;
}

.nv00-gnb__featured-products-container-inner {
    display: flex;
}

.nv00-gnb__featured-products-links {
    margin-right: 67px;
}

.nv00-gnb__l1-menu-wrap .badge-icon--label {
    font-size: 12px !important;
    line-height: 1.33 !important;
    font-weight: bold !important;
    padding: unset !important;
    text-shadow: unset !important;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    left: 0;
}

.nv00-gnb__l1-menu.mobile-only {
    display: none
}

.nv00-gnb__l1-menu-link,
.nv00-gnb__l1-menu-btn {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 224px;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    color: #000;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    font-family: "SamsungOne";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
}

/* .nv00-gnb__l1-menu-link:focus,.nv00-gnb__l1-menu-link:hover {
    font-weight: bold;
} */

.nv00-gnb__l1-menu-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

/* .nv00-gnb__l1-menu-link:focus:after {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none
} */

.nv00-gnb__l1-menu-btn {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-btn {
    text-align: center;
    color: #000;
}

.nv00-gnb__l1-menu-btn .icon {
    display: none
}

.nv00-gnb__l1-menu-btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

/* .nv00-gnb__l1-menu-btn:focus:after {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none
} */

.nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu {
    margin-top: 16px
}

.nv00-gnb__l2-menu.mobile-only {
    display: none !important
}

.nv00-gnb__l2-menu-link {
    display: inline-block;
    position: relative;
    top: -20px;
    width: 168px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.33;
    color: #000;
    font-family: "SamsungOne";
    text-align: left;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
}


.nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-link:focus,
.nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-link:hover {
    color: rgba(0, 0, 0, 0.4);
}

.nv00-gnb__l2-menu-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

/* .nv00-gnb__l2-menu-link:focus:after {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none
} */

.nv00-gnb__l2-menu-link .icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-bottom: -2px
}

.nv00-gnb__l2-menu-link .badge-icon--label {
    margin-left: 2px
}

.nv00-gnb .live-commerce-badge {
    display: none;
    width: 4px;
    height: 4px;
    margin-top: 2px;
    border-radius: 50%;
    background-color: #ef3434;
    font-size: 0;
    vertical-align: text-top
}

.nv00-gnb .live-commerce-badge.show {
    display: inline-block
}

.nv00-gnb__featured-products-thumbnail-title {
    position: relative;
    top: -20px;
    width: 448px;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s
}

.nv00-gnb__featured-products-thumbnail-title.featureTitle {
    margin-bottom: 35px;
}

.nv00-gnb__featured-products-thumbnail-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nv00-gnb__featured-products-thumbnail-item {
    display: inline-block;
    position: relative;
    top: -20px;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s
}

.nv00-gnb__featured-products-thumbnail-item--previous,
.nv00-gnb__featured-products-thumbnail-item--next {
    display: none
}


.nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
    position: absolute;
    top: 12px;
    left: 12px
}

.nv00-gnb__featured-products-thumbnail-item-link .image {
    overflow: hidden;
    width: 84px;
    height: 68px;
    border-radius: 6px
}

.nv00-gnb__featured-products-thumbnail-item-link .image img {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1)
}

.nv00-gnb__featured-products-thumbnail-item-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 32px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center
}

.nv00-gnb__featured-products-thumbnail-item:focus .image img,
.nv00-gnb__featured-products-thumbnail-item:hover .image img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transform-origin: center;
}

.nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-link,
.nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-btn {
    top: 0;
    opacity: 1;
    text-transform: capitalize;
}

.nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-link {
    top: 0;
    opacity: 1
}

.nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-image {
    top: 0;
    opacity: 1
}

.nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-btn-image {
    top: 0;
    opacity: 1
}

.nv00-gnb__l1-menu-container.show .nv00-gnb__featured-products-thumbnail-title,
.nv00-gnb__l1-menu-container.show .nv00-gnb__featured-products-thumbnail-item {
    top: 0;
    opacity: 1;
}

.nv00-gnb__utility-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin-left: 28px;
}

.nv00-gnb__utility-wrap.hide {
    display: none
}

.nv00-gnb__utility-wrap.without-account .nv00-gnb__utility.cart {
    margin-right: 0
}

.nv00-gnb__utility {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
}

.nv00-gnb__utility.mobile-only {
    display: none
}

.nv00-gnb__utility.search {
    margin-right: 24px;
}

.nv00-gnb__utility.cart {
    margin-right: 20px
}


.nv00-gnb button.nv00-gnb__utility-btn-search {
    width: 176px;
    height: 42px;
    padding: 10px 12px;
    border-radius: 21px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid transparent;
    cursor: text;
}

.nv00-gnb button.nv00-gnb__utility-btn-search:hover {
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.nv00-gnb__utility-btn-search .icon {
    height: 16px;
    width: 16px;
}

.nv00-gnb__l1-menu-btn-title-container {
    display: flex;
    align-items: end;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 4px;
    line-height: 1;
}

.nv00-gnb__l1-menu-btn-title-container .icon {
    height: 12px;
    width: 12px;
    min-height: 12px;
    min-width: 12px;
    transform: translateY(-2px);
}

.nv00-gnb__utility-btn-text {
    font-family: 'SamsungOne';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    padding-left: 8px;
    width: 100%;
    color: #555555
}

.nv00-gnb__utility.cart .nv00-gnb__utility-btn {
    position: relative
}

.nv00-gnb__utility.cart .nv00-gnb__utility-btn .cart-in-number {
    position: absolute;
    top: -6px;
    left: 18px;
    min-width: 16px;
    height: 16px;
    padding: 1px;
    border-radius: 50%;
    background-color: #ef3434;
    color: #fff;
    font-family: 'SamsungOne';
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    text-indent: 1px;
}

.nv00-gnb__utility.before-login::after,
.nv00-gnb__utility.after-login::after {
    content: '';
    position: absolute;
    bottom: -12px;
    height: 15px;
    width: 100%;
    background-color: transparent;
    opacity: 0;
}

.nv00-gnb__utility.before-login .nv00-gnb__utility-btn,
.nv00-gnb__utility.after-login .nv00-gnb__utility-btn {
    pointer-events: none;
    position: relative;
}

.nv00-gnb__utility.before-login+.nv00-gnb__utility.after-login {
    display: none
}

.nv00-gnb__utility.before-login.hide+.nv00-gnb__utility.after-login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nv00-gnb__utility.hamburger {
    display: none
}

.nv00-gnb__utility.hide {
    display: none
}

.nv00-gnb__utility .icon {
    width: 24px;
    height: 24px;
}

.nv00-gnb__utility .icon#search-bold {
    width: 18.03px;
    height: 16px;
}

.nv00-gnb__utility .image {
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.nv00-gnb__utility .account-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 50%;
    background-color: #eee
}

.nv00-gnb__utility .account-icon .icon {
    width: 100%;
    height: 100%
}

.nv00-gnb__utility-user-menu-list {
    display: none;
    position: absolute;
    top: 36px;
    right: 0px;
    padding: 24px;
    width: 264px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 1
}

.nv00-gnb__utility:hover .nv00-gnb__utility-user-menu-list {
    display: block;
}

.nv00-gnb__utility:hover .nv00-gnb__utility-user-menu-list:before {
    content: ' ';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: transparent
}

.nv00-gnb__utility-user-menu.mobile-only {
    display: none
}

.nv00-gnb__featured-products-thumbnail-item.mobile-only {
    display: none
}

.nv00-gnb__utility-user-menu.user {
    position: relative;
    padding-bottom: 24px
}

.nv00-gnb__utility-user-menu.user:after {
    content: ' ';
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2)
}

.nv00-gnb__utility-user-menu-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 216px;
    padding: 10px 16px 11px;
    font-size: 14px;
    line-height: 1.3;
    color: #000
}

.nv00-gnb__utility-user-menu-link:focus,
.nv00-gnb__utility-user-menu-link:hover {
    color: #000;
    font-weight: bold;
}

.nv00-gnb__utility-user-menu-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

/* .nv00-gnb__utility-user-menu-link:focus:after {
    content: ' ';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    outline: 2px dotted black;
    pointer-events: none
} */

.nv00-gnb__utility-user-menu-link .account-icon {
    width: 32px;
    height: 32px;
    padding: 8px
}

.nv00-gnb__utility-user-menu-link .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.nv00-gnb__utility-user-menu-link .user-name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 8px;
    font-weight: bold
}

.nv00-gnb__dim-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: visibility .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    z-index: -1
}

.nv00-gnb__dim-wrap.show {
    visibility: visible;
    -webkit-transition: opacity .05s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: opacity .05s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    -webkit-backdrop-filter: blur(29.9px);
    backdrop-filter: blur(29.9px);
    background-color: #000;
    opacity: 0.6;
}

.nv00-gnb__layer-popup-wrap {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.68)
}

.nv00-gnb__layer-popup-wrap.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nv00-gnb .layer-popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 448px;
    max-width: 648px;
    padding: 24px;
    border-radius: 20px;
    background-color: #fff
}

.nv00-gnb .layer-popup.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nv00-gnb .layer-popup>.icon {
    width: 48px;
    height: 48px
}

.nv00-gnb .layer-popup__title {
    width: 100%;
    padding-right: 36px;
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold
}

.nv00-gnb .layer-popup__desc {
    width: 100%;
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.33
}

.nv00-gnb .layer-popup__desc.information-text {
    font-weight: bold;
    text-align: center
}

.nv00-gnb .layer-popup__checkbox-wrap {
    margin-top: 16px
}

.nv00-gnb .layer-popup .checkbox-v2 {
    margin-top: 12px
}

.nv00-gnb .layer-popup .checkbox-v2:first-of-type {
    margin-top: 0
}

.nv00-gnb .layer-popup .checkbox-v2__label-text {
    padding-left: 18px
}

.nv00-gnb .layer-popup .checkbox-v2__label-text a {
    color: #1428a0;
    text-decoration: underline
}

.nv00-gnb .layer-popup .checkbox-v2 .checkbox-v2__input:checked+.checkbox-v2__label {
    font-weight: bold
}

.nv00-gnb .layer-popup__checkbox-desc {
    margin-top: 6px;
    padding-left: 42px;
    font-size: 14px;
    line-height: 1.33;
    color: #363636
}

.nv00-gnb .layer-popup__checkbox-desc.error {
    display: none;
    color: #fd020e
}

.nv00-gnb .layer-popup__checkbox-desc.error.show {
    display: block
}

.nv00-gnb .layer-popup__cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 24px
}

.nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(1) {
    width: 192px
}

.nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2) {
    width: 292px
}

.nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
    width: 292px;
    margin-left: 16px
}

.nv00-gnb .layer-popup__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px
}

.nv00-gnb .layer-popup__close .icon {
    width: 100%;
    height: 100%
}


.gnb.isHybrid .nv00-gnb__featured-products-thumbnail-item .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
    background-color: transparent;
    font-size: 12px;
    font-family: 'SamsungOne';
    text-transform: uppercase;
    line-height: 16px;
    text-shadow: none;
    border-radius: none;
    font-weight: 700;
    padding: 0;
    z-index: 1;
}

.nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu .badge-icon--bg-color-blue {
    color: #006BEA !important;
    background-color: unset !important;
}

.nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu .badge-icon--bg-color-red {
    color: #D62E2E !important;
    background-color: unset !important;
}

.nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu .badge-icon--bg-color-green {
    color: #007E3B !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__featured-products-thumbnail-item .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--bg-color-blue {
    color: #006BEA !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__l2-menu-link .badge-icon--bg-color-blue {
    color: #006BEA !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__featured-products-thumbnail-item .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--bg-color-red {
    color: #D62E2E !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__l2-menu-link .badge-icon--bg-color-red {
    color: #D62E2E !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__featured-products-thumbnail-item .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--bg-color-green {
    color: #007E3B !important;
    background-color: unset !important;
}

.gnb.isHybrid .nv00-gnb__l2-menu-link .badge-icon--bg-color-green {
    color: #007E3B !important;
    background-color: unset !important;
}

.nv00-gnb__up-wrap {
    display: flex;
    align-self: flex-end;
    padding-top: 16px;
    padding-bottom: 13px;
}

.nv00-gnb__up-wrap .nv00-gnb__l0-menu-btn::after{
    height: 1px;
}

.nv00-gnb__down-wrap {
    display: flex;
    width: 100%;
    z-index: 9;
    position: relative;
}

.right-menu--mobile {
    display: none;
}

.nv00-gnb__l1-menu-btn-image {
    width: 88px;
    height: 88px;
    object-fit: contain;
    top: -20px;
    opacity: 0;
    margin-bottom: 8px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1)
}

.nv00-gnb__l2-menu-image {
    width: 88px;
    height: 88px;
    object-fit: contain;
    top: -20px;
    opacity: 0;
    -webkit-transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
}

.nv00-gnb__l0-menu-btn-description {
    display: none;
}

@media only screen and (min-width: 1280px) {

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        flex-direction: row;
        width: 100%;
        display: none;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-list {
        display: grid;
        grid-gap: 16px;
        width: 100%;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-list.grid-column--seven {
        grid-template-columns: repeat(7, 1fr);

    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-list.grid-column--six {
        grid-template-columns: repeat(6, 1fr);

    }

    .nv00-gnb__l1-menu.new-row-start {
        grid-column-start: 1;
    }

    .nv00-gnb__l1-menu-break {
        flex-basis: 100%;
        height: 0;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 120px;
        height: fit-content;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 120px;
        height: fit-content;
        position: relative;
    }

    .nv00-gnb__l1-menu-wrap-mobile-break {
        display: none;
    }

    .nv00-gnb__l2-menu-list {
        margin-top: 8px;
    }

    .nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu-two-row {
        margin-top: 48px !important;
    }

    .nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu {
        margin-top: 0;
    }

    .nv00-gnb__l2-menu-link .icon {
        width: 16px;
        height: 16px;
        margin-left: 3px;
        margin-bottom: -2px;
        top: 0px;
        position: relative;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-link {
        font-family: "SamsungOne";
        font-size: 14px;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        font-weight: normal;
        text-align: left;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-link {
        text-align: center !important;
        font-weight: bold !important;
        width: 100%;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-link:hover .nv00-gnb__l1-menu-btn-image,
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-link:focus .nv00-gnb__l1-menu-btn-image,
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-btn-mode-anchorlink:focus .nv00-gnb__l1-menu-btn-image {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        transform-origin: center;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-menu-btn:hover .nv00-gnb__l1-menu-btn-image {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        transform-origin: center;
    }

    .nv00-gnb__featured-products-thumbnail-item {
        width: max-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 168px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item {
        flex-direction: row;
        width: 190px;
        height: 78px;
        padding: 8px;
        border-radius: 8px;
        background-color: #f7f7f7;
        align-items: center;
        max-width: unset;
        text-transform: capitalize;
    }

    .nv00-gnb__featured-products-thumbnail-item-link {
        background-color: #f7f7f7;
        border-radius: 8px;
        width: 168px;
        height: 126px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-link {
        width: 62px;
        height: 62px;
        margin: 0 8px 0 0;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-link .image {
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .image {
        width: 82px;
        height: 82px;
        border-radius: 0;
        margin-bottom: 0;
        overflow: visible;
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed .image {
        width: 100%;
        height: 100%;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .image img {
        width: 100%;
        height: auto;
        /* height: 100%;
        object-fit: contain; */
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed .image img {
        border-radius: 8px;
    }

    .nv-10-gnb__featured-products-thumbnail-item-wrap {
        gap: 8px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-name {
        margin-top: unset;
        font-weight: bold;

    }

    .nv00-gnb__mobile-banner-l1-menu-banners {
        display: none;
    }

    .nv00-gnb__featured-products-thumbnail-item-name {
        width: 104px;
        min-height: max-content;
        margin-top: 8px;
        text-align: left;
        font-size: 14px;
        line-height: 1.33;
        font-family: "SamsungOne";
        justify-content: flex-start;
    }
    
    .nv00-gnb__featured-product-thumbnail-wrapper-support .nv00-gnb__featured-products-thumbnail-item-name {
        justify-content: center;
    }

    .nv00-gnb__featured-products-thumbnail-title {
        font-family: "SamsungOne";
        font-size: 14px;
        font-weight: bold;
        line-height: 1.33;
        text-align: left;
        color: #757575;
        text-transform: uppercase;
        margin-bottom: 16px;
        width: max-content;
        position: relative;
    }

    .nv00-gnb__featured-products-container-inner>.nv00-gnb__l2-menu {
        margin-right: 67px;
    }

    .nv00-gnb__featured-products-container-inner .nv00-gnb__l2-menu>.nv00-gnb__l2-menu:first-child>.nv00-gnb__l2-menu-link {
        padding-top: 0;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
        top: -14px;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
        top: 2px;
        left: 4px;
    }

    .nv00-gnb__featured-products-container {
        padding-left: 60px;
        margin-left: 0;
    }

    .nv00-gnb__l1-menu-wrap.featured-products-thumbnail {
        display: contents;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-wrap.l1-l2-spread {
        width: 100%;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-wrap.l1-l2-spread,
    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-wrap.l1-l2-spread .nv00-gnb__l1-menu-wrap-withoutl2,
    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-wrap.l1-l2-spread .nv00-gnb__l1-menu-wrap-withl2 {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        flex-direction: row;
        height: fit-content;
    }

    .nv00-gnb__l1-menu-wrap.l1-l2-spread {
        width: 168px;
    }

    .nv00-gnb__l1-menu-wrap.l1-only {
        max-width: 1440px;
    }

    .nv00-gnb__l1-menu-btn {
        padding-bottom: 2px;
        width: 100%;
    }

    .nv00-gnb__featured-products-thumbnail-title .icon {
        display: none;
    }

    .nv00-gnb__inner-wrap {
        padding: 0 24px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu-link {
        text-align: center;
        padding: 8px 0 0 0;
        font-weight: bold;
    }

    .nv00-gnb__l2-menu-link {
        width: 100%;
    }

    .grid-column--three{
        display: grid;
    }

}

@media only screen and (min-width: 1330px) {
    .nv00-gnb__featured-products-container {
        padding-left: 70px;
        margin-left: 65px;
    }

    .nv00-gnb__l1-menu-wrap__inner {
        gap: 37px;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1439px) {

    .nv00-gnb__l1-menu-wrap.featured-products-thumbnail:before {
        top: 1.11111111vw;
        bottom: 2.22222222vw
    }

    .nv00-gnb__l1-menu-wrap .badge-icon--label {
        padding: 0vw .27777778vw;
        border-radius: .55555556vw;
        font-size: .69444444vw;
        line-height: 1.11111111vw
    }

    .nv00-gnb__l2-menu-link .badge-icon--label {
        margin-left: .13888889vw
    }

    .nv00-gnb .live-commerce-badge {
        width: .27777778vw;
        height: .27777778vw;
        margin-top: .13888889vw
    }

    .nv00-gnb__featured-products-thumbnail-item {
        top: -1.38888889vw;
    }

    .nv00-gnb__utility-wrap {
        margin-left: 1.94444444vw
    }


    .nv00-gnb__utility.cart .nv00-gnb__utility-btn .cart-in-number {
        top: .34722222vw;
        left: 1.59722222vw;
        min-width: .83333333vw;
        height: .83333333vw;
        padding: 0vw .13888889vw;
        border-radius: .41666667vw;
        font-size: .69444444vw;
        line-height: .97222222vw;
        text-indent: .06944444vw
    }

    /* .nv00-gnb__utility .icon {
        width: 1.66666667vw;
        height: 1.66666667vw
    } */

    .nv00-gnb__utility .image {
        width: 2.5vw;
        height: 2.5vw
    }

    .nv00-gnb__utility .account-icon {
        width: 2.5vw;
        height: 2.5vw;
        padding: .625vw
    }

    .nv00-gnb .layer-popup {
        min-width: 31.11111111vw;
        max-width: 45vw;
        padding: 1.66666667vw;
        border-radius: 1.38888889vw
    }

    .nv00-gnb .layer-popup>.icon {
        width: 3.33333333vw;
        height: 3.33333333vw
    }

    .nv00-gnb .layer-popup__title {
        padding-right: 2.5vw;
        font-size: 1.66666667vw
    }

    .nv00-gnb .layer-popup__desc {
        margin-top: 1.11111111vw;
        font-size: 1.25vw
    }

    .nv00-gnb .layer-popup__checkbox-wrap {
        margin-top: 1.11111111vw
    }

    .nv00-gnb .layer-popup .checkbox-v2 {
        margin-top: .83333333vw
    }

    .nv00-gnb .layer-popup .checkbox-v2__label-text {
        padding-left: 1.25vw
    }

    .nv00-gnb .layer-popup__checkbox-desc {
        margin-top: .41666667vw;
        padding-left: 2.91666667vw;
        font-size: .97222222vw
    }

    .nv00-gnb .layer-popup__cta-wrap {
        margin-top: 1.66666667vw
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(1) {
        width: 13.33333333vw
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2) {
        width: 20.27777778vw
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
        width: 20.27777778vw;
        margin-left: 1.11111111vw
    }

    .nv00-gnb .layer-popup__close {
        top: 1.66666667vw;
        right: 1.66666667vw;
        width: 1.66666667vw;
        height: 1.66666667vw
    }

    .nv00-gnb__logo-wrap {
        margin-right: 24px;
    }

    .nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-link {
        margin: 12px 10px 0;
    }
}

@media only screen and (max-width: 1279px) {

    .nv00-gnb__l1-menu-btn-mode-button {
        display: block;
        font-family: SamsungOne !important;
    }
    
    .nv00-gnb__l1-menu-btn-mode-anchorlink {
        display: none !important;
    }

    .nv00-gnb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        height: auto;
    }

    .nv00-gnb__inner-wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: right .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: right .3s cubic-bezier(0.6, 0, 0.4, 1);
        flex-direction: initial;
        width: max-content;
        margin: 0 0 0 auto;
    }

    .nv00-gnb__l1-menu-break {
        display: none;
    }

    .nv00-gnb__inner-wrap.show {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -360px;
        max-width: 360px;
        width: 100%;
        padding: 0;
        z-index: 1;
        scrollbar-width: none;
    }

    .nv00-gnb__logo-wrap {
        margin-left: 16px;
        margin-right: 0;
        z-index: -1;
        padding: 24px 0;
    }

    .nv00-gnb__logo-wrap svg {
        width: 104px;
        height: 16px;
    }

    .nv00-gnb__logo.logo-play:after {
        background-image: url('../../../../../etc.clientlibs/samsung/clientlibs/us/common/clientlib-dependencies/global_clientlib/resources/imgs/gnb-mobile-240x64.gif')
    }

    .nv00-gnb__search-wrap.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        width: 100%;
        padding: 11px 16px;
        background-color: #fff;
        position: sticky;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .nv00-gnb__backward-btn,
    .nv00-gnb__close-btn {
        margin-left: 16px;
    }

    .nv00-gnb__backward-btn .icon,
    .nv00-gnb__close-btn .icon {
        width: 100%;
        height: 100%
    }

    .nv00-gnb__backward-btn {
        visibility: hidden;
        position: absolute;
        top: 21px;
        left: 10px;
        opacity: 0;
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), visibility .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), visibility .3s cubic-bezier(0.6, 0, 0.4, 1);
        margin-left: 8px;
    }

    .nv00-gnb__backward-btn.show {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1) .2s, visibility .3s cubic-bezier(0.6, 0, 0.4, 1) .2s;
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1) .2s, visibility .3s cubic-bezier(0.6, 0, 0.4, 1) .2s
    }

    .nv00-gnb__search-btn {
        width: 280px;
        height: 40px;
        margin-left: 8px;
        padding: 12px 16px;
        border-radius: 20px;
        background-color: #f7f7f7;
        -webkit-transition: width .3s cubic-bezier(0.6, 0, 0.4, 1) .1s;
        transition: width .3s cubic-bezier(0.6, 0, 0.4, 1) .1s
    }

    .nv00-gnb__search-wrap .nv00-gnb__search-btn.gnb__search-btn-js {
        margin-left: 0;
    }

    .nv00-gnb__search-wrap .nv00-gnb__search-btn.gnb__search-btn-js .nv00-gnb__utility-btn-text {
        color: #555555;
    }

    .nv00-gnb__search-btn .icon {
        width: 17.07px;
        height: 16px
    }

    .nv00-gnb__backward-btn.show+.nv00-gnb__search-btn {
        margin-left: 0;
        width: 248px;
        -webkit-transition: width .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: width .3s cubic-bezier(0.6, 0, 0.4, 1)
    }

    .nv00-gnb__user-account-wrap.show {
        display: block;
        position: relative;
        right: 0;
        width: 100%;
        /* padding-top: 16px;*/
        padding-bottom: 8px;
        padding-top: 8px;
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), right .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), right .3s cubic-bezier(0.6, 0, 0.4, 1)
    }

    .nv00-gnb__user-account-wrap.show:before {
        content: ' ';
        position: absolute;
        top: 1px;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: #ddd;
    }

    .nv00-gnb__user-account-wrap.show .before-login,
    .nv00-gnb__user-account-wrap.show .after-login {
        width: 100%
    }

    .nv00-gnb__user-account-wrap.show .before-login+.after-login {
        display: none
    }

    .nv00-gnb__user-account-wrap.show .before-login.hide {
        display: none
    }

    .nv00-gnb__user-account-wrap.show .before-login.hide+.after-login {
        display: block
    }

    .nv00-gnb__user-account-wrap.show.without-account {
        padding-top: 8px;
        padding-bottom: 0
    }

    .nv00-gnb__user-account-wrap.show.without-account:after {
        display: none
    }

    .nv00-gnb__user-account-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 1.33;
        color: #000;
        text-decoration: none !important;
    }

    .nv00-gnb__user-account-link.loginBtn {
        font-weight: bold;
    }

    .nv00-gnb__user-account-link {
        font-family: "SamsungOne";
    }

    .nv00-gnb__user-account-link:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    /* .nv00-gnb__user-account-link:focus:after {
        content: ' ';
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        outline: 2px dotted black;
        pointer-events: none
    } */

    .nv00-gnb__user-account-link .account-icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        width: 32px;
        height: 32px;
        padding: 7px;
        border-radius: 50%;
        background-color: #eee
    }

    .nv00-gnb__user-account-link .account-icon .icon {
        width: 100%;
        height: 100%
    }

    .nv00-gnb__user-account-link .image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: hidden;
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

    .nv00-gnb__user-account-link .user-name {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 8px;
        font-weight: bold
    }

    .nv00-gnb__l0-menu-wrap {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #fff
    }

    .nv00-gnb__l0-menu-wrap.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 0;
        -webkit-transition: right .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: right .3s cubic-bezier(0.6, 0, 0.4, 1)
    }

    .nv00-gnb__l0-menu-list {
        width: 100%;
        height: max-content;
        padding: 8px 0 8px 24px;
    }

    .nv00-gnb__l0-menu-list+.nv00-gnb__l0-menu-list {
        position: relative
    }

    .nv00-gnb__l0-menu-list+.nv00-gnb__l0-menu-list:before {
        content: ' ';
        position: absolute;
        top: 1px;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2)
    }

    /* .nv00-gnb__l0-menu-list+.nv00-gnb__l0-menu-list:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: rgba(0,0,0,0.2)
    } */

    .nv00-gnb__l0-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    .nv00-gnb__l0-menu.mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .left-menu .nv00-gnb__l0-menu {
        width: auto;
        justify-content: flex-start;
    }

    .left-menu .nv00-gnb__l0-menu-btn,
    .left-menu .nv00-gnb__l0-menu-link {
        display: flex;
        flex-direction: column;
        width: max-content;
        font-size: 16px !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .left-menu .nv00-gnb__l0-menu-mobile-banner .nv00-gnb__l0-menu-btn,
    .left-menu .nv00-gnb__l0-menu-mobile-banner .nv00-gnb__l0-menu-link {
        flex-direction: row;
        text-align: left !important;
    }

    .left-menu .nv00-gnb__l0-menu-mobile-banner .nv00-gnb__l0-menu-btn-image {
        order: 2;
        margin-bottom: unset;
        margin-left: 16px;
    }

    .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu-link {
        width: 100%;
        padding: 0 48px 0 24px;
        font-size: 16px;
        line-height: 44px;
        font-weight: normal;
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1);
        border: none !important;
    }

    .left-menu .nv00-gnb__l0-menu-btn .icon {
        display: none;
    }

    .left-menu .nv00-gnb__l0-menu-btn-image {
        display: block;
        width: 108px;
        height: 108px;
        object-fit: contain;
        margin-bottom: 16px;
    }

    .left-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        padding: 12px 0 12px 24px;
        flex-direction: column;
    }

    .nv00-gnb__l0-menu-btn .icon {
        display: inline-block;
        position: absolute;
        top: 44%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px
    }

    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link {
        border-radius: 0;
        color: #000;
        font-weight: bold
    }

    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn .icon,
    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link .icon {
        fill: #000
    }

    .nv00-gnb__l1-menu-container {
        -webkit-transition: right .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: right .3s cubic-bezier(0.6, 0, 0.4, 1)
    }

    .nv00-gnb__l1-menu-container.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        position: fixed;
        top: 64px;
        bottom: 0;
        left: auto;
        right: -360px;
        max-width: 360px;
        width: 100%;
        height: auto;
        padding-top: 0;
        /* padding-bottom: 24px; */
        background-color: #fff;
        z-index: 10;
        scrollbar-width: none;
    }

    .nv00-gnb__l1-menu-container.show:before {
        display: none;
    }

    .nv00-gnb__l1-menu-container-title {
        display: block;
        width: 100%;
        padding: 0 24px;
        font-size: 12px;
        line-height: 1.33;
        font-weight: bold;
        text-transform: uppercase;
        color: #757575;
        font-family: "SamsungSharpSans";
    }

    .nv00-gnb__l1-menu-wrap {
        width: 100%;
        padding: 0
    }

    .nv00-gnb__l1-menu-wrap.l1-l2-spread {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
        grid-column-gap: 16px;
    }

    .nv00-gnb__l1-menu-wrap-mobile-break {
        height: 1px;
        background: #ddd;
        width: 100%;
        grid-column: span 2;
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .nv00-gnb__l1-menu.nv00-gnb__l1-menu-hasl2 {
        grid-column: span 2;
        margin-bottom: unset !important;
        padding: 12px 0 !important;
    }

    .nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu.show {
        margin-bottom: 0;
    }

    .nv00-gnb__l1-menu-wrap.l1-only {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .nv00-gnb__l1-menu-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .nv00-gnb__l1-menu-wrap.l1-only .nv00-gnb__l1-menu-link {
        font-size: 14px;
        line-height: 1.33;
        font-weight: bold;
        font-family: "SamsungOne";
        /* max-width: 102px; */
        padding: unset;
    }

    .nv00-gnb__l1-menu-wrap.l1-only .nv00-gnb__l1-menu-link:hover {
        color: #757575;
    }

    .nv00-gnb__l1-menu-wrap.featured-products-thumbnail {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: relative
    }

    .nv00-gnb__l1-menu-wrap.featured-products-thumbnail:before {
        display: none
    }

    .nv00-gnb__l1-menu-wrap.mobile-only {
        display: block
    }

    .nv00-gnb__l1-menu.mobile-only {
        display: block
    }

    .nv00-gnb__featured-products-thumbnail-item.mobile-only {
        display: block
    }

    .nv00-gnb__l1-menu.desktop-only {
        display: none
    }

    .nv00-gnb__l1-menu-hasl2 .nv00-gnb__l1-menu-btn .icon {
        display: block !important;
    }

    .nv00-gnb__l1-menu-btn .icon {
        display: none !important;
    }

    .nv00-gnb__l1-menu-link,
    .nv00-gnb__l1-menu-btn {
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 1.33;
        opacity: 1;
        color: #000;
        font-family: 'SamsungSharpSans';
    }

    .nv00-gnb__l1-menu-btn {
        position: relative;
        font-weight: bold;
    }

    .nv00-gnb__l1-menu-btn:focus,
    .nv00-gnb__l1-menu-btn:hover {
        font-weight: bold
    }

    .nv00-gnb__mobile-banner-l1-menu-banners {
        width: 100%;
        position: relative;
        display: block;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-title {
        display: none;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners::before {
        content: ' ';
        position: absolute;
        height: 1px;
        background-color: #ddd;
        width: 100%;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners .nv00-gnb__l1-menu-wrap {
        margin-top: 20px;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners .icon.icon--dropdown {
        transform: translateY(-50%) rotate(0deg);
    }

    .nv00-gnb__featured-products-container-inner-mobile.nv00-gnb__mobile-banner-l1-menu-banners {
        margin-top: 8px;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners .nv00-gnb__featured-products-thumbnail-title {
        top: unset;
        font-size: 16px;
        opacity: 1;
        display: block;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners .nv00-gnb__featured-products-thumbnail-item-name {
        margin-top: unset;
        padding: 12px 0;
        font-weight: 400 !important;
    }

    .nv00-gnb__mobile-banner-l1-menu-banners .nv00-gnb__featured-products-thumbnail-item-wrap {
        max-height: 0px;
        overflow: hidden;
        margin: unset;
        display: flex;
        flex-direction: column;
        margin-top: unset;
        gap: unset;
        margin-left: 8px;
        padding: unset;
        margin-top: 8px;
    }

    .nv00-gnb__l1-menu-btn .icon,
    .nv00-gnb__featured-products-thumbnail-title .icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        width: 20px;
        height: 20px
    }

    .nv00-gnb__featured-products-thumbnail-title .icon {
        transform: translateY(-50%) rotate(180deg);
    }

    .nv00-gnb__l1-menu.show .nv00-gnb__l1-menu-btn {
        font-weight: bold
    }

    .nv00-gnb__l1-menu.show .nv00-gnb__l1-menu-btn .icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .nv00-gnb__l1-menu-hasl2 {
        width: 100% !important;
    }

    .nv00-gnb__l1-menu-hasl2 .nv00-gnb__l1-menu-btn {
        width: 100%;
        font-size: 16px;
        display: flex;
    }

    .nv00-gnb__l1-menu-hasl2 .nv00-gnb__l1-menu-btn-image {
        display: none;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu {
        display: flex;
        align-items: center;
        padding: 12px 0;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu-image {
        width: 38px;
        height: 38px;
        margin-right: 8px;
        object-fit: contain;
    }

    .right-menu .nv00-gnb__l2-menu-image {
        display: none;
    }

    .nv00-gnb__l1-menu .badge-icon--label {
        position: absolute;
        top: -8px;
        left: -5px;
        margin-left: unset;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu {
        width: 148px;
        padding: 10px 0;
        display: flex;
        position: relative;
    }

    .nv00-gnb__l1-menu-btn-image {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }

    .nv00-gnb__l2-menu-list {
        overflow: hidden;
        -webkit-transition: all .5s cubic-bezier(0.35, 0, 0.36, 1);
        transition: all .5s cubic-bezier(0.35, 0, 0.36, 1);
        max-height: 0;
    }

    .nv00-gnb__l1-menu.show+.nv00-gnb__l2-menu-list {
        display: block;
        margin-top: 8px;
        grid-column: span 2;
    }

    /* .nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu {
        margin-top: 0;
    } */

    .nv00-gnb__l2-menu.mobile-only {
        display: block !important
    }

    /* .nv00-gnb__l2-menu:first-of-type {
        margin-top: 12px
    } */

    /* .nv00-gnb__l2-menu:last-of-type {
        margin-bottom: 16px
    } */

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l2-menu-link {
        padding: 0;
        width: 100%;
        font-size: 16px;
        margin-left: 8px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-container::before {
        display: inline-block;
        width: 100%;
        height: 1px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-wrap__inner {
        margin-bottom: 8px;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-link {
        display: none;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-wrap {
        display: flex !important;
        flex-direction: column;
        margin-top: 8px;
        gap: unset !important;
    }

    .nv00-gnb__featured-products-thumbnail-item-hide-mobile {
        display: none;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-name {
        padding: 12px 0;
        font-weight: bold;
        margin: unset;
        text-transform: capitalize;
    }

    .nv00-gnb__l0-menu-mobile-banner {
        width: 100% !important;
        border-radius: 8px;
        background-color: #e4e4e8;
        padding: 10px 38px 8px 24px;
        margin-bottom: 8px;
    }

    .nv00-gnb__l0-menu-btn-description {
        display: block;
        font-family: 'SamsungOne';
        font-size: 12px !important;
        margin-top: 4px;
        font-weight: normal;
    }

    .nv00-gnb__l1-menu-container-title {
        position: fixed;
        top: 21px;
        right: 40px;
        width: 280px;
        text-align: center;
        font-size: 18px;
        color: #000;
        text-transform: capitalize;
    }

    .nv00-gnb__l2-menu-link {
        display: inline-block;
        top: 0;
        width: 100%;
        padding: 11px 0;
        font-size: 16px;
        line-height: 1.33;
        opacity: 1;
        padding: 8px;
    }

    .nv00-gnb__l2-menu-link .icon {
        width: 16px;
        height: 16px
    }

    .nv00-gnb__l2-menu-link .badge-icon--label {
        margin-top: 2px
    }

    .nv00-gnb__featured-products-thumbnail-title {
        font-size: 24px;
        line-height: 1.33;
        font-family: 'SamsungSharpSans';
        /* font-family: "SamsungOne"; */
        font-weight: bold;
        color: #000;
        width: 100%;
        cursor: pointer;
        padding-right: 22px;
    }

    .nv00-gnb__featured-products-thumbnail-title.featureTitle {
        margin-bottom: 0;
        padding: 0;
    }

    .nv00-gnb__featured-products-thumbnail-item-container {
        position: relative;
        padding: 6px 18px
    }

    .nv00-gnb__featured-products-thumbnail-item-container .scrollbar-horizontal__track,
    .nv00-gnb__featured-products-thumbnail-item-container .scrollbar-vertical__track {
        display: none
    }

    .nv00-gnb__l1-menu-wrap__inner .nv00-gnb__l1-menu {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .nv00-gnb__l1-menu-wrap__inner .nv00-gnb__l1-menu.show {
        margin-bottom: 8px;
    }

    .nv00-gnb__featured-products-thumbnail-item-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        margin-top: 24px;
        transition: all .5s ease;
        scrollbar-width: none;
    }

    .nv00-gnb__featured-products-thumbnail-item {
        top: 0;
        opacity: 1;
        width: auto
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__featured-products-thumbnail-item {
        width: auto;
    }

    .nv00-gnb__featured-products-thumbnail-item--previous {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 32px;
        background-color: #fff;
        z-index: 2
    }

    .nv00-gnb__featured-products-thumbnail-item--previous .icon {
        width: 24px;
        height: 24px
    }

    .nv00-gnb__featured-products-thumbnail-item--previous:before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 24px;
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff)
    }

    .nv00-gnb__featured-products-thumbnail-item--previous:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    /* .nv00-gnb__featured-products-thumbnail-item--previous:focus:after {
        content: ' ';
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        outline: 2px dotted black;
        pointer-events: none
    } */

    .nv00-gnb__featured-products-thumbnail-item--previous.disabled {
        display: none
    }

    .nv00-gnb__featured-products-thumbnail-item--next {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        background-color: #fff;
        z-index: 2
    }

    .nv00-gnb__featured-products-thumbnail-item--next .icon {
        width: 24px;
        height: 24px
    }

    .nv00-gnb__featured-products-thumbnail-item--next:before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 24px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
    }

    .nv00-gnb__featured-products-thumbnail-item--next:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    /* .nv00-gnb__featured-products-thumbnail-item--next:focus:after {
        content: ' ';
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        -webkit-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        outline: 2px dotted black;
        pointer-events: none
    } */

    .nv00-gnb__featured-products-thumbnail-item--next.disabled {
        display: none
    }

    .nv00-gnb__featured-products-thumbnail-item-link {
        width: 100%;
        width: 144px;
        height: 144px;
        border-radius: 4px;
        background-color: #f7f7f7;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed {
        overflow: hidden;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
        position: absolute;
        top: 0;
        left: 0
    }

    .nv00-gnb__featured-products-thumbnail-item-name {
        font-size: 16px;
        line-height: 1.33;
        font-family: 'samsungOne';
        margin-top: 8px;
        text-align: left;
        min-height: auto;
        justify-content: flex-start;
    }

    .nv00-gnb__utility-wrap {
        margin: 0;
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), right .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1), right .3s cubic-bezier(0.6, 0, 0.4, 1);

    }

    .nv00-gnb__utility-wrap.show {
        right: 0;
        width: 100%;
        height: max-content;
        padding: 8px 24px;
        background-color: #fff
    }

    .nv00-gnb__utility-wrap.show:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: #DDDDDD;
    }

    .nv00-gnb__utility-wrap.show.without-user-menu,
    .nv00-gnb__utility-wrap.show.without-account {
        padding-top: 0
    }

    .nv00-gnb__utility-wrap.show.without-user-menu:before,
    .nv00-gnb__utility-wrap.show.without-account:before {
        display: none
    }

    .nv00-gnb__utility-wrap.show .search,
    .nv00-gnb__utility-wrap.show .cart,
    .nv00-gnb__utility-wrap.show .hamburger {
        display: none
    }

    .nv00-gnb__utility-wrap.show .before-login,
    .nv00-gnb__utility-wrap.show .after-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .nv00-gnb__utility-wrap.show .before-login.hide,
    .nv00-gnb__utility-wrap.show .after-login.hide {
        display: none
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-btn,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-btn {
        display: none
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu-list,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu {
        width: 100%
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu.desktop-only,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu.desktop-only {
        display: none
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu.mobile-only,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu.mobile-only {
        display: block
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu.user,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu.user {
        padding-bottom: 0
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu.user:after,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu.user:after {
        display: none
    }

    .nv00-gnb__user-account-link .icon {
        width: 16px;
        height: 16px;
    }

    .nv00-gnb__utility-user-menu-link .icon {
        width: 16px;
        height: 16px;
    }

    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu-link,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu-link {
        width: 100%;
        padding: 0 24px;
        font-size: 16px;
        line-height: 44px
    }

    .nv00-gnb__utility-wrap.show .nv00-gnb__utility.before-login.hide+.nv00-gnb__utility.after-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nv00-gnb__utility.mobile-only {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .nv00-gnb__utility.search,
    .nv00-gnb__utility.cart {
        margin-right: 0
    }

    .nv00-gnb__utility.search{
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
    }

    /* .nv00-gnb__utility.cart .nv00-gnb__utility-btn .cart-in-number {
        top: 5px;
        left: 23px
    } */

    .nv00-gnb__utility.before-login .nv00-gnb__utility-btn,
    .nv00-gnb__utility.after-login .nv00-gnb__utility-btn {
        pointer-events: auto
    }

    .nv00-gnb__utility.hamburger {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .nv00-gnb__utility-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .nv00-gnb__utility .image {
        width: 32px;
        height: 32px
    }

    .nv00-gnb__utility .account-icon {
        width: 32px;
        height: 32px;
        padding: 8px
    }

    .nv00-gnb__utility:hover .nv00-gnb__utility-user-menu-list {
        display: none
    }

    .nv00-gnb__dim-wrap {
        -webkit-transition: none;
        transition: none
    }

    .nv00-gnb__dim-wrap.show {
        -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1)
    }

    .nv00-gnb .layer-popup {
        min-width: auto;
        max-width: none;
        width: 312px
    }

    .nv00-gnb .layer-popup__title {
        font-size: 22px
    }

    .nv00-gnb .layer-popup__desc {
        font-size: 14px
    }

    .nv00-gnb .layer-popup .checkbox-v2__input {
        width: 24px;
        height: 24px
    }

    .nv00-gnb .layer-popup .checkbox-v2__label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-height: 24px
    }

    .nv00-gnb .layer-popup .checkbox-v2__label-box {
        width: 20px;
        height: 20px
    }

    .nv00-gnb .layer-popup .checkbox-v2__label-box-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 24px;
        height: 24px
    }

    .nv00-gnb .layer-popup .checkbox-v2__label-box-icon {
        width: 16px;
        height: 16px
    }

    .nv00-gnb .layer-popup .checkbox-v2__label-text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 8px;
        font-size: 12px;
        line-height: 1.33
    }

    .nv00-gnb .layer-popup__checkbox-desc {
        margin-top: 6px;
        padding-left: 32px;
        font-size: 12px
    }

    .nv00-gnb .layer-popup__cta-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nv00-gnb .layer-popup__cta-wrap .cta {
        font-size: 14px;
        line-height: 19px
    }

    .nv00-gnb .layer-popup__cta-wrap .cta--contained {
        padding: 10px 24px 11px 24px;
        border-radius: 20px
    }

    .nv00-gnb .layer-popup__cta-wrap .cta--outlined {
        padding: 9px 23px 10px 23px;
        border-radius: 20px;
        border-width: 1px
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(1) {
        width: 100%
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2) {
        width: 100%
    }

    .nv00-gnb .layer-popup__cta-wrap .cta:first-child:nth-last-child(2)+.cta {
        width: 100%;
        margin-top: 8px;
        margin-left: 0
    }

    .nv00-gnb__featured-products-container {
        padding-left: 0;
        margin-left: 0;
    }

    .nv00-gnb__featured-products-container::before {
        display: none;
    }

    .nv00-gnb__l1-menu-wrap-container,
    .nv00-gnb__featured-products-container-inner,
    .nv00-gnb__l1-menu-wrap__inner {
        flex-direction: column;
    }

    .right-menu .nv00-gnb__featured-products-container {
        margin-top: 8px;
        padding-top: 8px;
    }

    .right-menu .nv00-gnb__featured-products-container::before {
        content: ' ';
        position: absolute;
        height: 1px;
        background-color: #ddd;
        width: 100%;
        display: block;
    }

    .nv00-gnb__featured-products-thumbnail-item-menu-d {
        display: flex;
        flex-direction: column;
        margin-top: unset;
        gap: unset !important;
    }

    .nv00-gnb__featured-products-thumbnail-item-menu-d .nv00-gnb__featured-products-thumbnail-item-link  {
        display: none;
    }

    .nv00-gnb__featured-products-thumbnail-item-menu-d .nv00-gnb__featured-products-thumbnail-item {
        width: 100% !important;
        background-color: unset !important;
        padding: unset !important;
    }

    .nv00-gnb__featured-products-thumbnail-item-menu-d .nv00-gnb__featured-products-thumbnail-item-name {
        margin: 12px 0 !important;
        font-family: "SamsungSharpSans";
    }

    .right-menu .nv00-gnb__l1-menu-wrap-mobile-break {
        display: none;
    }

    .nv00-gnb__l1-menu-wrap-container {
        padding: 0 24px 40px;
    }

    .nv00-gnb__featured-products-thumbnail-item--previous,
    .nv00-gnb__featured-products-thumbnail-item--next {
        display: none;
    }

    .nv00-gnb__featured-products-thumbnail-item-container {
        padding: 0;
    }

    .nv00-gnb__l1-menu-btn {
        text-transform: initial;
    }

    .nv00-gnb__featured-products-container-inner .nv00-gnb__l2-menu-list+.nv00-gnb__l1-menu+.nv00-gnb__l2-menu-list {
        margin-bottom: 0 !important;
        /* to overwrite other js issue */
    }

    .nv00-gnb__featured-products-thumbnail-item-link .image {
        width: 88px;
        object-fit: contain;
        height: 88px;
        margin-bottom: 0;
        overflow: visible;
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed .image {
        width: 100%;
        height: 100%;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .image img {
        height: 100%;
        object-fit: contain;
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed .image img {
        object-fit: cover;
        padding: 0;
    }

    .nv00-gnb__l1-menu-wrap__inner {
        gap: 0;
    }

    .nv00-gnb__featured-products-container-inner {
        /* flex-direction: column-reverse; */
        /* margin-top: 16px; */
        transition: height .2s cubic-bezier(0.6, 0, 0.4, 1);
    }

    .nv00-gnb__featured-products-container-inner>.nv00-gnb__l2-menu {
        margin-top: 24px;
    }

    .nv00-gnb__featured-products-thumbnail-item-link .badge-icon--label {
        font-size: 12px;
        top: 4px;
        right: 2px;
    }

    .right-menu--desktop {
        display: none;
    }

    .right-menu--mobile {
        display: block;
    }

    .nv00-gnb__utility-wrap {
        padding-top: 0;
        gap: 20px;
    }

    .nv00-gnb__utility .icon#search-bold {
        width: 24px;
        height: 24px;
    }

    .nv00-gnb button.nv00-gnb__utility-btn-search {
        border: none;
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
        cursor: pointer;
    }

    .nv00-gnb button.nv00-gnb__search-btn {
        width: 288px;
        height: 42px;
        padding: 10px 12px;
        border-radius: 21px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f7f7f7;
        border: 1px solid transparent;
    }

    .nv00-gnb button.nv00-gnb__utility-btn-search:hover {
        border: none;
    }

    .nv00-gnb button.nv00-gnb__search-btn:hover {
        border: solid 1px rgba(0, 0, 0, 0.3);
    }

    .nv00-gnb__utility-btn-text {
        display: none;
    }

    .nv00-gnb__down-wrap {
        flex-direction: column;
        overflow-y: auto;
    }

    .nv00-gnb__up-wrap {
        padding: 0;
    }

    .nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu-list.left-menu .nv00-gnb__l0-menu-link {
        padding: 8px 0;
        font-size: 24px !important;
        line-height: 1.33;
        font-family: "SamsungSharpSans";
        font-weight: bold;
        margin: 0;
        text-align: left !important;
        align-items: flex-start;
        width: 100%;
    }

    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link {
        border: none;
    }

    .nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-link,
    .nv00-gnb__utility-wrap.show .before-login .nv00-gnb__utility-user-menu-link,
    .nv00-gnb__utility-wrap.show .after-login .nv00-gnb__utility-user-menu-link {
        font-size: 16px;
        line-height: 1.33;
        font-weight: bold;
        font-family: "SamsungSharpSans";
        padding: 12px 0;
    }

    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-btn::after,
    .nv00-gnb__l0-menu:hover .nv00-gnb__l0-menu-link::after {
        display: none;
    }

    .nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-btn,
    .nv00-gnb__l0-menu-list.right-menu .nv00-gnb__l0-menu-link {
        margin: 0;
    }

    .nv00-gnb__logo-wrap {
        width: max-content;
    }

    .nv00-gnb__l0-menu-list.right-menu {
        gap: 0;
        display: none;
    }

    .nv00-gnb__l0-menu-list.right-menu--mobile {
        display: flex;
        flex-direction: column;
    }

    .nv00-gnb__featured-products-links {
        margin-right: 0;
    }

    .nv00-gnb__utility.before-login::after,
    .nv00-gnb__utility.after-login::after {
        display: none;
    }

    .nv00-gnb__l0-menu-btn::before,
    .nv00-gnb__l0-menu-link::before {
        left: -7px;
        top: 0px;
        height: 91%;
    }

    .nv00-gnb__l0-menu-btn::after,
    .nv00-gnb__l0-menu-link::after {
        display: none;
    }

    .nv00-gnb__l2-menu-link::before {
        width: 98%;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-link:focus,    
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l2-menu-link:hover {
    font-weight: bold;
}
    .grid-column--three{
        display: block
    }

    .nv00-gnb__featured-products-container-inner-mobile{
        display: none;
      }

      .nv00-gnb__l1-menu-btn-title-container {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 360px) {
    .nv00-gnb__featured-products-thumbnail-item-link {
        display: flex;
        justify-content: center;
        padding: 20px 10px;
        width: auto;
    }

    .nv00-gnb__featured-products-thumbnail-item-link.featured-products-thumbnail__fullBleed {
        padding: 0;
    }

    .nv00-gnb__utility-wrap {
        gap: 15px;
    }
}

@media only screen and (min-width: 1400px) {

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-container {
        padding-left: 24px;
        margin-left: 24px;
    }

    .nv00-gnb__featured-products-container {
        padding-left: 36px;
        margin-left: 32px;
    }

    .nv00-gnb__l1-menu-wrap__inner {
        gap: 56px;
    }

    .nv00-gnb__l1-menu-wrap.l1-l2-spread {
        width: 200px;
    }
}

.nv00-gnb__up-wrap .nv00-gnb__l0-icon-wrapper,
.nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper {
    display: none;
}

@media screen and (min-width:1280px) {
    .nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper{
        width: 10px;
        position: absolute;
        right: -10px;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    
    .nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper .arrow-icon{
        display: none;
        height: 8px;
        width: 8px;
        margin-top: 18px;
        transition: transform 0.3s ease;
    }

    .nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper:focus{
        border: 1px dotted black;
    }
    
    .nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper:focus .arrow-icon {
        display: block;
    }
      
    .nv00-gnb__down-wrap .nv00-gnb__l0-menu-wrap .nv00-gnb__l0-icon-wrapper.rotated .arrow-icon {
        transform: rotate(180deg);
      }

      .nv00-gnb__featured-product-thumbnail-wrapper-support{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; 
    }

    .nv00-gnb__featured-product-thumbnail-wrapper{
        display: flex;
        width: 100%;
    }

    .nv00-gnb__down-wrap .nv00-gnb__l1-menu-link:focus{
        outline: 1px dotted black;
    }

      .nv00-gnb__featured-products-container-inner-mobile{
        display: none;
      }
      
}

.nv00-gnb__nv00-gnb__l0-menu-v2 .grid-column--two,
.grid-column--five,
.grid-column--four {
    display: grid;
    gap: 12px;
}

.grid-column--two,
.grid-column--five,
.grid-column--four {
    display: grid;
    gap: 16px 8px;
}

.grid-column--two {
    grid-template-columns: 1fr 1fr;
}

.grid-column--four {
    grid-template-columns: repeat(4, 1fr);
}

.grid-column--three {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid-column--five {
    grid-template-columns: repeat(5, 1fr);
}

.nv00-gnb__featured-products-thumbnail-item-wrap.grid-column--three .nv00-gnb__featured-products-thumbnail-item {
    width: 120px;
    background-color: #f7f7f7;
    padding: 0 0 16px;
    border-radius: 8px;
    align-items: center;
}

.nv00-gnb__featured-products-thumbnail-item-wrap.grid-column--three .nv00-gnb__featured-products-thumbnail-item-link {
    width: max-content;
    height: max-content;
    background-color: unset;
}

.nv00-gnb__featured-products-thumbnail-item-wrap.grid-column--three .nv00-gnb__featured-products-thumbnail-item-link .image {
    width: 88px;
    height: 88px;
    padding: 16px 3px 16px 3px;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0);
}

.nv00-gnb__featured-products-thumbnail-item-wrap.grid-column--three .nv00-gnb__featured-products-thumbnail-item-name {
    text-align: center;
    font-weight: bold;
    margin: 8px 8px 0;
}

.nv00-gnb__utility-why-samsung-account .icon {
    width: 16px;
    height: 16px;
    right: -4px;
    top: 18px;
    position: absolute;
}

.nv00-gnb__utility-why-samsung-account {
    position: relative;
    margin-bottom: 8px;
}

.nv00-gnb__utility-why-samsung-account .nv00-gnb__utility-user-menu-link {
    padding-bottom: 19px;
    width: calc(100% - 20px);
    font-size: 14px;
    font-family: SamsungOne;
}

.nv00-gnb__utility-why-samsung-account:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #dddddd
}

@media only screen and (max-width: 1279px) {

    .grid-column--two,
    .grid-column--five,
    .grid-column--four {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Overwritting cart css important given to overwrite the cart css */
body.cart .nv00-gnb p.nv00-gnb__l1-menu {
    margin: 0 !important;
}

body.cart .nv00-gnb p.nv00-gnb__featured-products-thumbnail-title {
    margin: 0 !important;
}

body.cart .nv00-gnb__l2-menu-list+p.nv00-gnb__l1-menu {
    margin-top: 16px !important;
}

body.cart .nv00-gnb p {
    line-height: 1.33 !important;
}

body.cart .nv00-gnb a.nv00-gnb__l2-menu-link,
.cart .nv00-gnb a.nv00-gnb__l0-menu-link,
.cart .nv00-gnb a.nv00-gnb__user-account-link {
    text-decoration: none !important;
}

body.cart .nv00-gnb p.nv00-gnb__l1-menu-container-title {
    margin: 0 !important;
}

body.cart .gnb_header .gnb-search-v2__form fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.cart .gnb_header .gnb-search-v2__form a.gnb-search-v2__suggested-list-link,
body.cart .gnb_header a.gnb-search-v2__thumb-link,
body.cart .gnb_header a.gnb-search-v2__suggested-list-link,
body.cart .gnb_header .gnb-search-v2__list-item a:hover {
    text-decoration: none !important;
}

body.cart .gnb_header ul.gnb-search-v2__thumb-list {
    margin: 0 !important;
}

body.cart .gnb_header p.gnb-search-v2__thumb-name {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
}

body.cart .gnb_header p.gnb-search-v2__thumb-price {
    margin-top: 4px !important;
    margin-bottom: 16px !important;
}

body.cart .gnb_header ul.gnb-search-v2__thumb-list,
body.cart .gnb_header ul.gnb-search-v2__list {
    margin: 0 !important;
}

body.cart .gnb_header .gnb-search-v2__list-wrap h3.gnb-search-v2__list-title {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1280px) {
    body.cart .nv00-gnb__l2-menu-list+p.nv00-gnb__l1-menu {
        margin-top: 48px !important;
    }

    body.cart .nv00-gnb p.nv00-gnb__featured-products-thumbnail-title {
        margin-bottom: 16px !important;
    }

    body.cart .nv00-gnb p.nv00-gnb__featured-products-thumbnail-title.featureTitle {
        margin-bottom: 35px !important;
    }

    body.cart .gnb_header p.gnb-search-v2__thumb-name {
        margin-top: 16px !important;
    }

    body.cart .gnb_header p.gnb-search-v2__thumb-price {
        margin-top: 8px !important;
    }

    .nv00-gnb__l1-menu-btn-mode-button {
        display: none;
    }
    
    .nv00-gnb__l1-menu-btn-mode-anchorlink {
        display: block;
    }

    .nv00-gnb__l1-menu-btn-mode-anchorlink:focus{
        outline: 1px dotted black;
    }
}

/* check out page GNB specific styles */
body.checkout .nv00-gnb {
    border: none !important;
}

body.checkout .nv00-gnb__logo-wrap {
    width: 100% !important;
}

body.checkout .nv00-gnb__logo-wrap .nv00-gnb__logo {
    margin: 0 auto !important;
    width: max-content !important;
}

body.checkout .nv00-gnb .nv00-gnb__up-wrap {
    display: none !important;
}

body.checkout .nv00-gnb .nv00-gnb__logo-wrap {
    padding: 20px 0 !important;
}

@media only screen and (min-width: 1280px) {
    body.checkout .nv00-gnb .nv00-gnb__logo-wrap {
        padding: 28px 0 !important;
    }
}

/* new media queries to align with GNB UX revamp V4 */
@media only screen and (min-width:1280px) and (max-width:1440px) {

    /* right hand side banner CSS changes */
    .nv00-gnb__featured-products-thumbnail-item-wrap.grid-column--two {
        gap: 0;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__featured-products-thumbnail-item {
        gap: .55555556vw;
        margin-top: .83333333vw;
        margin-left: .83333333vw;
        padding: .55555556vw;
        width: 13.19444444vw;
        border-radius: .55555556vw;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-link {   
        width: 4.30555556vw;
        height: 4.30555556vw;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__featured-products-thumbnail-item-name{   
        width: 7.22222222vw;
        font-size: .97222222vw
    }

    .nv00-gnb__featured-products-container{
        padding: 0 !important;
        width: 28.05555556vw;
        margin-left: 20px;
    }

    .nv00-gnb__featured-products-container::before{
        left: -12px;
        padding: 0 !important;
    }

    .nv00-gnb__featured-products-thumbnail-item-support {
        width: 110px !important;
    }

    .nv00-gnb__featured-products-thumbnail-item-wrap.grid-support{
        gap: 0  !important;
    }

    /* left hand side L1 menu changes */

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu-list{   
        gap: 1.11111111vw;
        margin-top: .83333333vw;
    }

    .nv00-gnb__nv00-gnb__l0-menu-v2 .nv00-gnb__l1-menu{
        padding: 1.11111111vw .27777778vw;
        width: 8.33333333vw;
    }

    .nv00-gnb__l1-menu-btn-title-container{
        font-size: .97222222vw
    }
}

/* SCOM-96938 */
.nv00-gnb__utility.hamburger .nv00-gnb__utility-btn:focus {
  outline: 0 !important;
}

.nv00-gnb__utility.hamburger .nv00-gnb__utility-btn::before {
  display: none !important;
}

.nv00-gnb__l0-menu-btn:focus::before{
    display: none !important;
}

/* SCOM-96915 and SCOM-96899 */
@media(max-width:1280px){
    .nv00-gnb{
        z-index: 999999;
    }
}
/* SCOM-96905 */
@media(max-width: 1279px){
    .nv00-gnb__utility.cart .nv00-gnb__utility-btn .cart-in-number{
        top:1px;
        left: 28px;
    }
}
/* AEMCL-5937 */
@media screen and (min-width: 1280px) {
    .nv00-gnb__l1-featured-list--text {
        margin-top: 12px;
        width: 360px;
        position: relative;
        box-sizing: border-box;
    }

    .nv00-gnb__l1-featured-list--text::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 391px;
        bottom: 0;
        width: 1px;
        background-color: #ddd;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-title {
        margin-bottom: 8px;
        min-height: 19px;
        font-size: 14px;
        line-height: 1.33;
        font-weight: bold;
        text-transform: uppercase;
        color: #757575;
        display: block;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link {
        display: block;
        margin: 0;
        padding: 6px 0 7px 0;
        width: 100%;
        min-height: 35px;
        font-size: 16px;
        line-height: 1.33;
        color: #000;
        background: none;
        text-decoration: none;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:hover,
    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:focus {
        opacity: 0.6;
        transition: none;
    }
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:hover,
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:focus {
        opacity: 0.6;
        transition: none;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link[target="_blank"]::after {
        content: '';
        display: inline-block;
        position: relative;
        top: -1px;
        margin-left: 6px;
        width: 12px;
        height: 12px;
        background-image: url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg');
        background-size: 100% 100%;
        vertical-align: middle;
    }
    
    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-title,
    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link {
        position: relative;
        top: -20px;
        opacity: 0;
        transition: top .4s cubic-bezier(0.6, 0, 0.4, 1) .1s, opacity .4s cubic-bezier(0.6, 0, 0.4, 1) .1s;
    }

    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-title,
    .nv00-gnb__l1-menu-container.show .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link {
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 1279px) {
    .nv00-gnb__l1-featured-list--text {
        margin-top: 5px;
        padding-left: 0;
        width: 100%;
    }

    .nv00-gnb__l1-featured-list--text::before {
        display: none;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-title {
        display: none;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link {
        display: flex;
        align-items: center;
        padding: 12px 0;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        font-family: "SamsungSharpSans";
        line-height: 1.33;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:nth-child(n+9),
    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:nth-child(n+11) {
        display: flex;
    }

    .nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link[target="_blank"]::after {
        content: '';
        display: inline-block;
        margin-left: 4px;
        width: 16px;
        height: 16px;
        background-image: url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-new-window-black.svg');
        background-size: 100% 100%;
    }
}

.nv00-gnb__l0-menu-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.nv00-gnb__l0-menu-toggle-btn {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}
.nv00-gnb__l0-menu-toggle-btn:focus,
.nv00-gnb__l0-menu-toggle-btn:focus-within{
    border: 1px dotted black;
}

@media screen and (min-width: 1280px) {
    
    .nv00-gnb__l0-menu-toggle-btn {
        position: absolute;
        right: 0;
        width: 12px;
        height: 46px;
        font-size: 0;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.6, 0, 0.4, 1);
        pointer-events: none;
    }

    .nv00-gnb__l0-menu-toggle-btn::after {
        content: '';
        display: block;
        margin: 4px 0 6px 0;
        width: 12px;
        height: 12px;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NiA5NiIgaWQ9Im9wZW4tZG93bi1ib2xkIj4NCiAgPHBhdGggZD0iTTQ4IDczLjI1NEwxMS42NTEgMzYuMzYxbDUuNjk4LTUuNjE0TDQ4IDYxLjg1NWwzMC42NTEtMzEuMTA4IDUuNjk4IDUuNjE0eiI+PC9wYXRoPg0KPC9zdmc+') no-repeat 50% 50% / 100%; 
        filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(2701%) hue-rotate(201deg) brightness(94%) contrast(106%); /* Blue color filter */
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.4, 1);
    }

    .nv00-gnb__l0-menu-toggle-btn:focus{
        opacity: 1;
        pointer-events: auto;
    }

    .nv00-gnb__l0-menu-toggle-btn[aria-expanded="true"]::after {
        transform: rotate(-180deg);
    }
    .nv00-gnb__l0-menu-btn[aria-expanded="true"] + .nv00-gnb__l0-menu-toggle-btn{
        transform: rotate(-180deg);
    }
}

@media screen and (max-width: 1279px) {

    .nv00-gnb__l0-menu-title {
        align-items: stretch; 
    }

    .nv00-gnb__l0-menu-link {
        flex-grow: 1;
        justify-content: flex-start;
        padding-right: 8px;
    }

    .nv00-gnb__l0-menu-link::before {
        display: none;
    }

    .nv00-gnb__l0-menu-toggle-btn {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 61px; 
        height: auto;
        opacity: 1;
        pointer-events: all;
    }

    .nv00-gnb__l0-menu-toggle-btn::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 1px;
        background-color: #ddd;
        height: 100%;
    }

    .nv00-gnb .no-separator::before {
        display: none;
    }

    .nv00-gnb__l0-menu-toggle-btn::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/pagination_arr_right.svg');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
        filter: grayscale(100%) brightness(0);
        transition: transform 0.3s ease;
    }
    
    .nv00-gnb__l0-menu.show .nv00-gnb__l0-menu-toggle-btn::after {
         transform: rotate(180deg);
    }
}
.nv00-gnb__featured-wrap.nv00-gnb--mobile-only {
    display: none;
}
@media screen and (max-width: 1279px) {

    .nv00-gnb__featured-wrap {
        position: relative;
        padding-top: 8px;
        z-index: 0;
    }

    .nv00-gnb__featured-wrap.nv00-gnb--mobile-only {
        display: block;
    }

    .nv00-gnb__featured-title {
        padding: 9px 24px 8px;
        font-size: 12px;
        line-height: 1.33;
        font-weight: bold;
        color: #757575;
        text-transform: uppercase;
        margin: 0;
    }

    .nv00-gnb__featured-list {
        padding: 8px 20px 16px !important;
        overflow: hidden;
        position: relative;
    }

    .nv00-gnb__featured-list-inner {
        display: flex;
        width: 100%;
        height: 100%;
        box-sizing: content-box;
    }

    .nv00-gnb__featured-item.swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        padding-inline: 4px;
        width: 96px;
        flex-shrink: 0;
        box-sizing: border-box;
        position: relative;
    }

    .nv00-gnb__featured-item .badge-icon--label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 1px 0;
        height: auto;
        font-size: 10px;
        line-height: 1.33;
        text-transform: uppercase;
        background-color: transparent;
        font-weight: bold;
    }

    .nv00-gnb__featured-item .badge-icon--bg-color-red { color: #d62e2e; }
    .nv00-gnb__featured-item .badge-icon--bg-color-green { color: #007e3b; }
    .nv00-gnb__featured-item .badge-icon--bg-color-blue { color: #006bea; }

    .nv00-gnb__featured-item-thumb {
        display: block;
        outline: none;
    }

    .nv00-gnb__featured-item-thumb .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64px;
        height: 64px;
        overflow: hidden;
        margin:0;
    }

    .nv00-gnb__featured-item-thumb .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .nv00-gnb__featured-item-name {
        margin-top: 8px;
        min-height: 32px;
        text-align: center;
        font-size: 12px;
        line-height: 1.33;
        font-weight: bold;
        color: #000;
    }

    .nv00-gnb__featured-wrap .screen-indicator-wrap {
        display: block;
    }

    .nv00-gnb__featured-wrap .swiper-container-initialized .screen-indicator-wrap {
        display: block;
    }

    .nv00-gnb__featured-wrap .screen-indicator {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background: transparent;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        height: 100%;
    }
    .nv00-gnb__featured-wrap .screen-indicator:focus-visible{
        border: 1px dotted black;
    }
    .nv00-gnb__featured-wrap .screen-indicator.disabled {
        display: none;
        opacity: 0;
        pointer-events: none;
    }

    .nv00-gnb__featured-wrap .screen-indicator--prev {
        left: 0;
    }

    .nv00-gnb__featured-wrap .screen-indicator--next {
        right: 0;
    }

    .nv00-gnb__featured-wrap .screen-indicator--icon {
        width: 20px;
        height: 20px;
        display: block;
    }
    
    .nv00-gnb__featured-wrap .screen-indicator--icon .icon {
        width: 100%;
        height: 100%;
        fill: #000;
        opacity: 0;
    }
    .nv00-gnb__featured-wrap .screen-indicator:focus-visible .icon{
        opacity: 1;
    }
}

.nv00-gnb .nv00-gnb--mobile-only {
    display: none;
}

@media screen and (max-width: 1279px) {
    .nv00-gnb .nv00-gnb--mobile-only {
        display: block;
    }
    .nv00-gnb .nv00-gnb--desktop-only{
        display: none;
    }
}
@media screen and (max-width: 1279px) {
    .nv00-gnb__l0-menu-list-title {
        padding: 8px 24px 3px;
        font-size: 12px;
        line-height: 1.33;
        font-weight: bold;
        color: #757575; 
        position: relative;
        left: 0;
        transition: left .4s cubic-bezier(0.6, 0, 0.4, 1), right .4s cubic-bezier(0.6, 0, 0.4, 1), opacity .5s cubic-bezier(0.6, 0, 0.4, 1);
    }
}

@media screen and (max-width: 534px){
    .nv00-gnb__inner-wrap.show,
    .nv00-gnb__l1-menu-container.show{
        max-width: 534px;
    }
    .nv00-gnb button.nv00-gnb__search-btn{
        width: 100%;
    }
    .nv00-gnb__l1-menu-container-title{
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 1279px){
    .nv00-gnb__featured-products-thumbnail-item-container.isSupport::before {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 32px;
        left: 0;
        width: 1px;
        background-color: #ddd;
        height: 100%;
    }
    .nv00-gnb__l0-menu-toggle-btn.no-separator{
        opacity: 0;
        visibility: hidden;
    }
}

.nv00-gnb__l1-featured-list--text .nv00-gnb__l1-featured-link:focus{
    border: 1px dotted black;
}
.gnb-search-v2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.35, 0, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.35, 0, 0.36, 1);
  z-index: 999999;
  display: none;
}
.gnb-search-v2-looping--start,
.gnb-search-v2-looping--end {
  display: none;
}
.gnb-search-v2__dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(29.9px);
  backdrop-filter: blur(29.9px);
  background-color: #000;
  opacity: 0.6;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.gnb-search-v2__contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.gnb-search-v2__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 32px 24px;
  max-width: 1440px;
  opacity: 1;
  -webkit-transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1),
    right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.2s linear 0.2s;
  transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1),
    right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.2s linear 0.2s;
}

.gnb-search-v2__form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.gnb-search-v2__form fieldset::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

.gnb-search-v2__btn-search {
  position: relative;
  top: 3px;
}
.gnb-search-v2__btn-search .icon {
  width: 24px;
  height: 24px;
}
.gnb-search-v2__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  top: 1px;
  border: none;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  font-family: "SamsungOne";
  outline: none !important;
}

.gnb-search-v2__input:focus {
  outline: none !important;
}

.gnb-search-v2__input::-webkit-input-placeholder {
  color: #757575;
  font-weight: bold;
}
.gnb-search-v2__input::-moz-placeholder {
  color: #757575;
  font-weight: bold;
}
.gnb-search-v2__input:-ms-input-placeholder {
  color: #757575;
  font-weight: bold;
}
.gnb-search-v2__input::-ms-input-placeholder {
  color: #757575;
  font-weight: bold;
}
.gnb-search-v2__input::placeholder {
  color: #757575;
  font-weight: bold;
  text-align: left;
}
.gnb-search-v2__input::-ms-clear {
  display: none;
}
.gnb-search-v2__input-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  top: 2px;
}

.gnb-search-v2__input-wrap::after,
.gnb-search-v2__input-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}
.gnb-search-v2__input-wrap::before {
  left: -2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.gnb-search-v2__input-wrap::after {
  display: none;
  right: -2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ffffff),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
/* .gnb-search-v2__input-wrap.gnb-search-v2__input--overflow::after */
.gnb-search-v2__input-wrap.gnb-search-v2__input--overflow::before {
  opacity: 1;
  display: block;
}
.gnb-search-v2__clear {
  display: none;
  position: relative;
  top: 0px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  font-family: "SamsungOne";
  transition: border-color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 48px;
}

/* .gnb-search-v2__clear::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
} */
.gnb-search-v2__clear:hover:after,
.gnb-search-v2__clear:focus:after {
  -webkit-animation: cta-underline-off-animation 0.2s
      cubic-bezier(0.35, 0, 0.36, 1) forwards,
    cta-underline-on-animation 0.2s cubic-bezier(0.35, 0, 0.36, 1) 0.2s forwards;
  animation: cta-underline-off-animation 0.2s cubic-bezier(0.35, 0, 0.36, 1)
      forwards,
    cta-underline-on-animation 0.2s cubic-bezier(0.35, 0, 0.36, 1) 0.2s forwards;
}
.gnb-search-v2__clear--show {
  display: block;
}
.gnb-search-v2__close {
  position: absolute;
  top: 43px;
  right: 24px;
  /* padding: 3.1px; */
}
.gnb-search-v2__close .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.gnb-search-v2__result-wrap {
  position: relative;
}

.gnb-search-v2__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 76px;
  margin: 0 auto;
  padding: 32px 24px 64px;
  max-width: 1440px;
  opacity: 1;
  -webkit-transition: top 0.5s cubic-bezier(0.35, 0, 0.36, 1),
    opacity 0.2s linear 0.2s;
  transition: top 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.2s linear 0.2s;
}

.gnb-search-v2__searches {
  max-width: 312px;
  width: 100%;
}
.gnb-search-v2__searches.full-width {
  max-width: 100%;
}

.gnb-search-v2__list-wrap {
  width: 312px;
}

.gnb-search-v2__list-wrap--hide {
  display: none;
}

.gnb-search-v2__list li {
  font-family: "SamsungOne";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
  color: #000;
  padding: 4px 0;
}
.gnb-search-v2__list a {
  color: #000;
}

.gnb-search-v2__list-title {
  font-size: 14px;
  font-weight: bold;
  color: #757575;
  text-transform: uppercase;
  line-height: 1.33;
  text-align: left;
  font-family: "SamsungOne";
}

.gnb-search-v2__list-title-wrap {
  margin-bottom: 16px;
}
.gnb-search-v2__list-link {
  font-family: "SamsungOne";
  display: block;
  width: 336px;
  font-size: 16px;
  line-height: 1.33;
  color: #000;
}
.gnb-search-v2__list-link:focus,
.gnb-search-v2__list-link:hover {
  color: #757575;
}
.gnb-search-v2__list-category {
  color: #757575;
}
.gnb-search-v2__no-suggestions {
  margin-bottom: 28px;
  width: 100%;
}
.gnb-search-v2__no-suggestions .gnb-search-v2__list-title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: none;
}
.gnb-search-v2__no-suggestions .gnb-search-v2__list-title-wrap {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 0;
}
.gnb-search-v2__no-suggestions .gnb-search-v2__list-title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #dddddd;
  width: 100%;
}

.gnb-search-v2__thumb--hide {
  display: none;
}
.gnb-search-v2__thumb-title {
  font-size: 14px;
  font-weight: bold;
  color: #757575;
  text-transform: uppercase;
  line-height: 1.33;
  margin-bottom: 16px;
  height: 19px;
  font-family: "SamsungOne";
}

.gnb-search-v2__thumb-title-wrap {
  margin-bottom: 16px;
}
.gnb-search-v2__thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 353px;
}

.gnb-search-v2__thumb-list li {
  border-radius: 8px;
  max-width: 242px;
  width: 100%;
}

.gnb-search-v2__thumb-list .gnb-search-v2__thumb-img img {
  width: 100%;
}


.gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-title {
  margin: 16px 0 8px;
  font-size: 1.534vw;  /* for responsive fonts */
  font-family: "SamsungOne";
  line-height: 1.33;
  color: #000;
  text-align: left;
  font-weight: bold;
}

.gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-price {
  font-size: 1.389vw; /* for responsive fonts */
  font-family: "SamsungOne";
  line-height: 1.33;
  color: #000;
  font-weight: bold;
  text-align: left;
}

.gnb-search-v2__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gnb-search-v2__thumb-image {
  border-radius: 8px;
  max-width: 242px;
  width: 100%;
  height: 242px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.gnb-search-v2__thumb-image .image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.gnb-search-v2__thumb-image .image .image__main {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.gnb-search-v2__thumb-image:hover .image .image__main{
  transform: scale(1.08);
  transform-origin: center;
}

.gnb-search-v2__thumb-name {
  font-family: "SamsungOne";
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gnb-search-v2__thumb-price {
  font-family: "SamsungOne";
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
}
.gnb-search-v2--show {
  opacity: 1;
}
.gnb-search-v2--close {
  -webkit-transition: opacity 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s;
}
.gnb-search-v2--show .gnb-search-v2__form {
  opacity: 1;
}

.gnb-search-v2--show .gnb-search-v2__result {
  top: 0;
  opacity: 1;
}
.gnb-search-v2--close .gnb-search-v2__result {
  /* top: -100px; */
  -webkit-transition: top 0.5s cubic-bezier(0.35, 0, 0.36, 1),
    opacity 0.2s linear;
  /* transition: top 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.2s linear; */
}
.gnb-search-v2--layer-open {
  position: fixed;
  top: 0;
  width: 100%;
}

.gnb-search-v2__clear::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 100%;
  background-color: #000;
}

.gnb-search-v2__clear:hover::after, .gnb-search-v2__clear:focus::after { 
  animation: border-grow 0.5s ease-in-out; 
}

@keyframes border-grow {
  0% {
    left: 0;
    width: 100%;
  }
  25% {
    left: 100%;
    width: 0%;
  }
  50% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .gnb-search-v2__close {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .gnb-search-v2.show .gnb-search-v2-looping--start,
  .gnb-search-v2.show .gnb-search-v2-looping--end {
    display: block;
  }
  .gnb-search-v2__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 360px;
    width: 100%;
    height: 100%;
    right: 0;
  }

  .gnb-search-v2__form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 18px 24px;
    max-width: 100%;
    width: 100%;
  }
  .gnb-search-v2__form fieldset::after {
    bottom: -19px;
  }

  .gnb-search-v2__btn-searcn {
    top: 0;
  }
  .gnb-search-v2__btn-searcn .icon {
    width: 24px;
    height: 24px;
  }
  .gnb-search-v2__input {
    top: -1px;
    width: 100%;
    font-size: 24px;
    line-height: 1.33;
  }
  .gnb-search-v2__clear {
    top: -1px;
    margin-right: 40px;
    padding: 0;
    height: 25px;
    font-size: 14px;
    line-height: 1.33;
    margin-left: 16px;
  }
  .gnb-search-v2__close {
    top: 22px;
    right: 24px;
    margin-right: 0;
  }
  .gnb-search-v2__close .icon {
    width: 24px;
    height: 24px;
  }
  .gnb-search-v2__result-wrap {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    scrollbar-width: none;
    padding-top: 24px;
  }

  .gnb-search-v2__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .gnb-search-v2__list-wrap {
    margin-bottom: 0;
    padding: 0 24px;
  }
  .gnb-search-v2__list-title {
    font-size: 14px;
  }
  .gnb-search-v2__list-link {
    width: 100%;
    font-size: 16px;
  }
  .gnb-search-v2__no-suggestions {
    margin-bottom: 24px;
    width: 100%;
  }
  .gnb-search-v2__no-suggestions .gnb-search-v2__list-title {
    font-size: 14px;
  }
  .gnb-search-v2__no-suggestions .gnb-search-v2__list-title-wrap {
    padding-bottom: 24px;
  }
  .gnb-search-v2__thumb {
    padding: 0;
    width: 100%;
  }
  .gnb-search-v2__thumb-title {
    padding: 0 24px;
    margin-bottom: 16px;
  }
  .gnb-search-v2__thumb-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    height: auto;
  }
  .gnb-search-v2__thumb-item {
    width: auto;
  }
  .gnb-search-v2__thumb-image {
    max-width: 176px;
    width: 100%;
    height: 176px;
  }
  .gnb-search-v2__thumb-name {
    margin-top: 16px;
    padding: 0 24px;
    font-size: 18px;
  }
  .gnb-search-v2__thumb-price {
    margin-top: 4px;
    padding: 0 24px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .gnb-search-v2__btn-search {
    top: 0;
  }

  .gnb-search-v2__input-wrap {
    margin-left: 4.8px;
  }

  .gnb-search-v2__list li {
    padding: 6px 0;
  }

  .gnb-search-v2__thumb-content {
    padding: 16px 24px;
  }

  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-title {
    margin: 0 0 4px;
    font-size: 18px;
  }

  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-price{
    font-size: 14px;    
  }

  .gnb-search-v2__thumb {
    margin-bottom: 0;
  }

  .gnb-search-v2__list-title-wrap { 
    margin-bottom: 10px;
  }

  .gnb-search-v2__searches {
    max-width: 100%;
  }
}

@media only screen and (max-width: 360px) {  
  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-title {
    font-size: 4.99vw;
  }
  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-price {
    font-size: 3.882vw;
  }
}

@media only screen and (min-width: 1279px) { 
  
  .gnb-search-v2__form fieldset {
    gap: 8px;
  }
}

@media only screen and (min-width: 1440px) { 
  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-title {
    font-size: 22px;
  }
  .gnb-search-v2__thumb-list .gnb-search-v2__thumb-content-price {
    font-size: 20px;
  }
}

.gnb-search-v2__list-link-text {
  display:-webkit-box;
  line-clamp:2;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  text-transform:capitalize;
  cursor:pointer;
  word-break:break-word
}

.gnb-search-v2__suggested-list-link {
  font-family: "SamsungOne";
  font-weight: normal;
  display:-webkit-box;
  line-clamp:2;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  text-transform:capitalize;
  cursor:pointer;
  word-break:break-word;
}

@-webkit-keyframes cta-underline-v2-off-animation {
  from {
    left: 0%;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes cta-underline-v2-off-animation {
  from {
    left: 0%;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes cta-underline-v2-on-animation {
  from {
    left: 0;
    right: 100%;
  }
  to {
    left: 0;
    right: 0%;
  }
}
@keyframes cta-underline-v2-on-animation {
  from {
    left: 0;
    right: 100%;
  }
  to {
    left: 0;
    right: 0%;
  }
}

