.dark-mode .header2021.bg-white {
    background-color: #000;
    color: #fff;
}

.header2021-inner+.header2021-inner {
    padding-bottom: 16px;
}

.header2021 .header2021-portal.tag.bg-black {
    background-image: linear-gradient(135deg, #050E80 0%, #0049E4 100%);
    box-shadow: none;
    background-color: transparent;
    color: #FFCF1D;
}
.header2021 .header2021-portal > span {
    line-height: 20px;
}




.personalized-cards .bg-white .goods-img,
.personalized-cards .bg-white .goods-img>img {
    mix-blend-mode: normal;
}
.personalized-cards-bg .personalized-cards .bg-white .goods-img {
    background-color: #fff;
    border-radius: 8px;
}
.personalized-cards-bg .personalized-cards .bg-white .goods-img > img {
    background-color: transparent;
}
.personalized-cards-bg .personalized-cards .goods-container:not(.hover-goods-container:hover) .goods-img > img {
    transform: scale(1);
}
.personalized-cards-bg .personalized-cards .swiper-button-gray.swiper-button-prev,
.personalized-cards-bg .personalized-cards .swiper-button-gray.swiper-button-next {
    background-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.5);
}



.personalized-cards .link-more.text-gray {
    color: #fff;
}





.personalized-cards .personalized-combo.bg-white {
    color: #fff;
}
.personalized-cards .personalized-combo-good.bg-white {
    background-color: #fff;
    color: #212121;
}



.personalized-cards .shadow-level-1 {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 90%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 90%);
}



.main-tab-store .menu.at-bottom>.menu-body.bg-white>.menu-arrow {
    border-bottom-color: #160EB0;
}

.main-tab-store .menu.at-bottom>.menu-body.bg-white>.menu-arrow:before {
    border-bottom-color: #212121;
}

.main-tab-store .menu.at-right>.menu-body.bg-white>.menu-arrow {
    border-right-color: #160EB0;
}

.main-tab-store .menu.at-right>.menu-body.bg-white>.menu-arrow:before {
    border-right-color: #160EB0;
}

.main-tab-store .menu.at-left>.menu-body.bg-white>.menu-arrow {
    border-left-color: #160EB0;
}

.main-tab-store .menu.at-left>.menu-body.bg-white>.menu-arrow:before {
    border-left-color: #212121;
}

.main-tab-store .menu.at-top>.menu-body.bg-white>.menu-arrow {
    border-top-color: #160EB0;
}

.main-tab-store .menu.at-top>.menu-body.bg-white>.menu-arrow:before {
    border-top-color: #212121;
}

.main-tab-store .shadow-level-1 {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 90%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 90%);
}
.dark-mode .main-tab-store .menu-level-3.menu.at-right > .menu-body {
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .4);
}

.main-tab-store .header2021-shopping-tools.bg-lightblue, .main-tab-store .header2021-shopping-tools.bg-lightgrayblue {
    background-color: #050E80 !important;
}

.header2021-toggle.menu.at-bottom>.menu-body.bg-white>.menu-arrow {
    border-bottom-color: rgba(180, 180, 180, 0.2);
}

.header2021-toggle.menu.at-bottom>.menu-body.bg-white>.menu-arrow::before {
    border-bottom-color: #fff;
}

.header2021-toggle.menu.at-bottom>.menu-body.bg-white {
    background-color: #fff;
    color: #212121;
}




.personalized-cards .link-more.text-blue {
    color: #6694EA !important;
}





/* main-tab-store */
.main-tab-store {
    color: #fff;
}

.main-tab-store .bg-white {
    background-color: #160EB0;
    color: #fff;
}

.main-tab-store .bd-gray {
    border-color: #050E80;
}
.main-tab-store>.menu-body {
    background-color: #000;
    min-height: 660px;
}
.main-tab-store>.menu-body:before,
.main-tab-store-blur:after {
    background: linear-gradient(0deg, rgba(0, 3, 45, 1) 0%, rgba(3, 10, 155, 1) 100%) !important;
}
.main-tab-store-blur:after {
    height: 80%;
}


.main-tab-store .bg-transparent-lightblue:hover,
.main-tab-store .bg-transparent-lightblue.is-active,
.main-tab-store .menu-level-3.is-active > .bg-transparent-lightblue {
   background-color: #000ec3 !important;
   color: #fff !important;
}
.main-tab-store .menu-level-3.is-active .menu-body .is-active > .bg-transparent-lightblue,
.main-tab-store .menu-level-3.is-active .menu-body .bg-transparent-lightblue:hover {
   background-color: rgba(0,0,0,.3) !important;
   color: #fff !important;
}



/* personalized-cards */
.personalized-cards .tracking-history > ul > li:before {
    border-color: #ccc;
}
.personalized-cards .tracking-history > ul > li:after {
    background-color: #ccc;
}


.personalized-cards .bg-white .goods-img>img {
    border-radius: 4px;
}

/* .personalized-cards .bg-green {
    background-color: #239A33;
    color: #fff;
} */

.personalized-cards .button.bg-orange {
    background-color: #E05E00;
    color: #fff;
}

.personalized-cards .button.bg-orange:hover {
    background-color: #F06C00;
    color: #fff;
}

.personalized-cards .button.bg-orange:active {
    background-color: #e05e00f0;
    color: #fff;
}

.personalized-cards .button.bg-orange:focus {
    box-shadow: 0 0 0 2px rgb(225, 95, 0, 40%);
}

.dark-mode .personalized-cards .button.bg-orange {
    background-color: #FFC88A;
    color: #121212;
}

.dark-mode .personalized-cards .button.bg-orange:hover {
    background-color: #FFDAB0;
    color: #121212;
}

.dark-mode .personalized-cards .button.bg-orange:active {
    background-color: #ffc88ae8;
    color: #121212;
}
.dark-mode .personalized-cards .button.bg-orange:focus {
    box-shadow: 0 0 0 2px rgb(225, 95, 0, 40%);
}
.dark-mode .personalized-cards-bg .personalized-cards .hover-goods-container:hover .goods-img {
    background-color: transparent;
}
.dark-mode .personalized-cards-bg .personalized-cards .hover-goods-container:hover .goods-img img {
    background-color: #fff;
}

.header2021 .header2021-search-blackfriday .hot-search-swiper .tag-blackfriday,
.dark-mode .header2021 .header2021-search-blackfriday .hot-search-swiper .tag-blackfriday  {
	color: #FFCF1D !important;
    background-color: transparent !important;
    font-weight: bold;
	background-image: linear-gradient(135deg, #050E80 0%, #0049E4 100%) !important;
}
.header2021 .header2021-search-blackfriday .menu-list-link.bg-color-red {
    color: #0049E4 !important;
}


/** personalized-recommend-blackfriday **/
.personalized-cards-bg .personalized-cards .goods-container.is-vertical:not(.hover-goods-container:hover) {
    background: transparent;
}
.personalized-cards-bg .personalized-cards .section-title-text {
    font-size: 18px;
    line-height: 24px;
}
.personalized-cards.grid > .grid-col.personalized-recommend-blackfriday {
    min-height: 198px;
}
.personalized-recommend-blackfriday.grid-col[class*="bg-"] > .section-title {
    margin: 15px 0;
}
.personalized-cards-bg .personalized-cards-category .goods-info {
    padding-bottom: 20px;
}
.personalized-cards .personalized-cards-category.bg-white,
.personalized-cards .personalized-cards-category.bg-white .goods-img,
.personalized-recommend-blackfriday .goods-container.bg-white,
.personalized-recommend-blackfriday .goods-container.bg-white .goods-img {
    background-color: transparent;
    color: #fff;
}
.personalized-recommend-blackfriday .goods-container.is-vertical:not(.hover-goods-container:hover) .goods-info {
   padding: 0;
}
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-price-current .goods-price-symbol,
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-price-current .goods-price-value strong,
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-price-current .goods-price-value sup  {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.personalized-recommend-blackfriday .goods-price-current .goods-price-value sup {
    margin-top: 0;
    line-height: 20px;
}
.personalized-recommend-blackfriday .goods-price .goods-price-was {
    margin-top: 0;
    line-height: 18px;
}
.personalized-recommend-blackfriday .goods-info .goods-price:not(:first-child) {
    margin-top: 5px;
}
.personalized-recommend-blackfriday .hover-goods-container .goods-info {
    /* display: block; */
    display: flex;
    flex-direction: column;
}
.personalized-recommend-blackfriday .hover-goods-container:hover .goods-info .tag.is-skewed {
    order: 1;
    margin-top: 5px;
    width: fit-content;
}
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-info .goods-title,
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-promo   {
    display: none;
}
.personalized-recommend-blackfriday .hover-goods-container:hover,
.personalized-recommend-blackfriday .hover-goods-container:hover .goods-img {
   background-color:#fff;
   color: #212121;
}
.personalized-recommend-blackfriday .hover-goods-container:hover .text-gray {
    color: #6e6e6e;
}
.personalized-recommend-blackfriday .hover-goods-container:hover {
    transform: translate(-10%, -10%);
}
.personalized-recommend-blackfriday .section-title-text {
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
}
.personalized-recommend-blackfriday .is-skewed.bg-gradient-bluePurple {
    margin-top: -30px;
    min-height: 20px;
    width: fit-content;
}
.personalized-recommend-blackfriday .hover-goods-container:not(.hover-goods-container:hover) .goods-info .goods-price:nth-child(2)  {
    margin-top: -5px;
}
.dark-mode .personalized-recommend-blackfriday .hover-goods-container:hover,
.dark-mode .personalized-recommend-blackfriday .hover-goods-container:hover .goods-img {
   background-color: #212121;
   color: #fff;
}
.dark-mode .personalized-recommend-blackfriday .hover-goods-container:hover .text-gray {
    color: #fff;
}






/* hero-banner */
.hero-banner {
    margin-bottom: 0;
    padding-bottom: 60px;
    z-index: 2;
}
.hero-banner .hero-banner-gradient,
.dark-mode .hero-banner .hero-banner-gradient {
	background-image: linear-gradient(to bottom, rgb(5, 5, 11,0) 0%, #00014A 100%)!important;
}
.hero-banner .hero-banner-gradient{
    height: 300px;
}
.page-content .hero-banner-img img,
.page-content .hero-banner-img video {
    height: 660px;
}

.personalized-cards-bg {
    margin-top: 2px;
    padding-top: 0;
    padding-bottom: 60px;
}

.black-friday-swiper {
    position: relative;
}

.black-friday-swiper .swiper-button-prev.button.bg-white {
    left: -5px;
    background: url("../../Nest/images/holidays/anniversary/2023/arrow_left.png") no-repeat;
    background-size: 40px auto;
    border: none;
    background-color: transparent;
}
.black-friday-swiper .swiper-button-prev.button.bg-white:focus,
.black-friday-swiper .swiper-button-next.button.bg-white:focus {
    box-shadow: none;
}
.black-friday-swiper .swiper-button-prev:after,
.black-friday-swiper .swiper-button-next:after {
    content: "";
}
.black-friday-swiper .swiper-button-next.button.bg-white {
    right: -10px;
    background: url("../../Nest/images/holidays/anniversary/2023/arrow_right.png") no-repeat;
    background-size: 40px auto;
    border: none;
    background-color: transparent;
}


/* footer2021 */


.dark-mode.sticky-header-top .header2021.is-sticky {
    border-bottom: 1px solid #424242;
    box-shadow: 0 0 10px 0 rgb(4 32 98 / 20%);
}

.dark-mode.menu-not-flying .header2021 .menu-level-3.is-current:not(.is-open) .section-subtitle:hover {
    background-color: rgba(21, 56, 158, 1);
    color: #8EAFF0;
}

.dark-mode.menu-not-flying .header2021-shopping-tools.bg-lightblue {
    background-color: transparent;
}

/*** blackfriday-gradient-theme  ***/
.badge.blackfriday-gradient-theme,
.tag.blackfriday-gradient-theme {
    background-image: linear-gradient(135deg, #050E80 0%, #0049E4 100%) !important;
    color: #FFCF1D !important;
}

/*** homepage  is-skewed.bg-gradient-bluePurple   ***/
.is-skewed.bg-gradient-bluePurple .tag-text{
    display: block;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    max-height: 20px;
    -webkit-line-clamp: 1;
}
.bg-gradient-bluePurple {
    background-image: linear-gradient(-45deg, rgb(132, 0, 199) 0%, rgb(0, 90, 198) 55%, rgb(0, 151, 189) 100%) !important;
    box-shadow: none;
}
.is-skewed.bg-gradient-bluePurple {
    padding: 0 4px 0 0;
    color: #fff;
}
.is-skewed.bg-gradient-bluePurple .tag-text {
    position: relative;
    z-index: 2;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
}
.personalized-recommend-blackfriday .is-skewed.bg-gradient-bluePurple .tag-text {
    font-style: italic;
}
.personalized-recommend-blackfriday .is-skewed.bg-gradient-bluePurple::after {
    content: "";
    background-image: linear-gradient(-45deg, rgb(132, 0, 199) 0%, rgb(0, 90, 198) 55%, rgb(0, 151, 189) 100%) !important;
}
.personalized-recommend-blackfriday .is-skewed.bg-gradient-bluePurple::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -4%;
    top: 0;
    border-radius: 8px 0 8px 0;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

/**** homepage   comm blackfriday  tag ****/
.blackfriday-text-tag {
    background-image: url("../../Nest/images/holidays/deal_cember/2023/Badge.png");
    width: 145px;
    height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    padding: 38px 4px 0 0;
    box-sizing: border-box;
    background-color: transparent;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}
.blackfriday-text-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.blackfriday-text-tag .goods-percent-current {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
    justify-content: flex-end;
	margin-top: 0;
}
.blackfriday-text-tag .blackfriday-text {
    text-align: right;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
}
.blackfriday-text-tag .goods-percent-current .goods-percent-value {
	font-size: 32px;
	line-height: 32px;
	margin-right: 0;
	font-weight: bold;
}
.blackfriday-text-tag .goods-percent-current .goods-percent-symbol {
	font-size: 18px;
	line-height: 18px;
    font-weight: 800;
}
.blackfriday-text-tag .goods-percent-current .goods-percent-msg {
	font-size: 12px;
	line-height: 12px;
	display: block;
	width: 100%;
	font-weight: 700;
}

.vjs-item-box .is-skewed.bg-gradient-bluePurple .tag-text {
    font-style: normal;
}
.vjs-item-box .is-skewed.bg-gradient-bluePurple::after {
    background: none;
}
.vjs-item-box .is-skewed.bg-gradient-bluePurple .tag-text {
    padding-left: 4px;
}
.blackfriday-text-tag {
    border-radius: 0 0 8px 0;
}

.personalized-recommend-blackfriday .goods-img > .tag-list {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    z-index: 4;
}
.personalized-recommend-blackfriday .hover-goods-container:hover .tag-list {
    right: 20px;
    top: auto;
    left: auto;
    bottom: 20px;
}




@media (max-width: 899px) {
    .personalized-cards-bg {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .black-friday-swiper .swiper-button-prev.button.bg-white {
        left: 0;
    }
}


/* black_friday v1 */
.page-content {
	background-image: url('../../Nest/images/holidays/anniversary/2023/Header_bg.png');
	background-position: top center  !important;
	background-repeat: no-repeat  !important;
	background-size: 2560px 1030px !important;
}
.page-content .personalized-cards.grid {
	z-index: 2;
	position: relative;
	margin-top: 0;
}
.page-content .personalized-cards.grid .shadow-level-1 {
	box-shadow: none;
	margin-bottom: 0;
}
.main-tab-store > .menu-body:before {
	bottom: 0;
}
.main-tab-store-blur {
	bottom: -30px;
}

/** personalized-cards-bg **/
.page-content .personalized-cards-bg .personalized-combo,
.page-content .personalized-cards-bg .personalized-cards > .grid-col {
    box-shadow: 0px 2px 6px rgba(0,0,0, 0.5);
    background-image: linear-gradient(270deg, rgba(31, 14, 201, 1) 0%, rgba(5, 14, 128, 1) 100%);
    background-color: transparent;
    color: #fff;
}
.page-content .personalized-combo .section-title-text strong.text-darkorange {
    color: #fff !important;
}
.page-content .personalized-cards-bg .personalized-combo-icon {
    background-color: #00428E;
}
.page-content .personalized-cards-bg .personalized-combo-icon .ico {
    color: #00428E;
}





.page-content .page-section:not(.black-banner-bg, .page-section[class*="bg-"]) {
    background-color: #fff;
}

.page-content .page-section:not(.black-banner-bg) {
    margin-top: 0;
    padding-top: 60px;
}

.page-content .page-section[class*="bg-"]:not(.black-banner-bg) {
    margin-top: 60px;
}

.dark-mode .page-content .page-section:not(.black-banner-bg, .page-section[class*="bg-"]) {
    background-color: #121212;
}

/* footer*/
.footer2021 .footer2021-sitemap {
    background-color: #212121 !important;
    background-image: url('../../Nest/images/holidays/anniversary/2023/Footer_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer2021 .footer2021-sitemap::before {
	content: '';
	display: none;
	width: 0;
	height: 0;
}

.footer2021 .ico-tiktok-img {
    background-image: url(https://c1.neweggimages.com/webresource/themes/Nest/icons/tiktok_dark.png);
}

.dark-mode .footer2021 .ico-tiktok-img {
    background-image: url(https://c1.neweggimages.com/webresource/themes/Nest/icons/tiktok_dark.png);
}

.footer2021 div.grid-col.radius-m.bg-white.our-apps>div.line-horizontal.bg-line.width-auto>span {
    color: #adadad;
}

/* black-friday */
.page-content .page-section.black-friday-box {
	padding-top: 55px;
}
.black-friday-tie-bg {
    display: none;
	width: 100%;
	position: absolute;
	left: 0;
    right: 0;
    bottom: -12px;
	z-index: 1;
	height: 390px;
}
.black-friday-tie-bg .left-bg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.black-friday-tie-bg .left-bg::before {
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	background-size: 1200px 560px;
	background-position: right bottom;
	transform-origin: right bottom;
}
.black-friday-tie-bg .right-bg {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.black-friday-tie-bg .right-bg::before {
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-size: 1200px 560px;
	background-position: left bottom;
	transform-origin: left bottom;
}
.black-friday-cards {
	margin: 0 20px;
}
.black-friday-banner {
	background: none;
	background-size: cover;
	background-position-x: center;
	height: 300px;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
    padding: 10px 20px 40px 20px;
    text-align: left;
}
.black-friday-banner > img {
	max-width: 217px;
    margin: 0 auto;
    max-height: 226px;
    position: relative;
    z-index: 2;
}
.black-friday-banner > .button {
    margin: 15px 0 0 20px;
	padding: 5px 20px;
	height: 30px;
	font-size: 14px;
    line-height: 18px;
	color: #FFCF1D !important;
    background-image: linear-gradient(90deg,#050E80 0%,#0049E4 100%);
    background-color: transparent;
    box-sizing: border-box;
    border: none;
}
.black-friday-banner > .button:hover {
	color: #FFCF1D;
	background-color: #006DF0;
}
.black-friday-banner::before {
    content: "";
    background: url("../../Nest/images/holidays/anniversary/2023/flower.png") no-repeat;
    background-size: cover;
    width: 393px;
    height: 282px;
    position: absolute;
    left: -60px;
    top: -52px;
}
.section-countdown-wrap {
    display: flex;
    align-items: flex-end;
    color: #fff;
    position: relative;
    z-index: 2;
}
.section-countdown-wrap .section-countdown-label {
    font-size: 12px;
    margin-right: 4px;
    font-weight: 800;
    color: #fff;
}

.section-countdown-wrap .section-countdown span:nth-of-type(1) {
    background-image: linear-gradient(to right,#006DF0 0%, #006DF0 100%);
    background-color: #006DF0;
}
.section-countdown-wrap .section-countdown span:nth-of-type(2) {
    background-color: #006DF0;
}
.section-countdown-wrap .section-countdown span:nth-of-type(3) {
    background-image: linear-gradient(to right,#2A4FDE 0%, #483BDC 100%);
    background-color: #483BDC;
}
.section-countdown-wrap .section-countdown span:nth-of-type(4) {
    background-color: #483BDC;
}
.section-countdown-wrap .section-countdown span:nth-of-type(5) {
    background-image: linear-gradient(to right,#483BDC 0%, #9700E5 100%);
    background-color: #9700E5;
}
.section-countdown-wrap .section-countdown span:nth-of-type(6) {
    background-color: #9700E5;
}
.section-countdown-wrap .section-countdown span {
    width: 11px;
    line-height: 22px;
    font-size: 14px;
    vertical-align: middle;
}
.section-countdown-wrap .section-countdown .colon {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
}

.black-friday-swiper {
	padding-left: 20px;
	position: relative;
}
.black-friday-swiper,
.black-friday-swiper .swiper-container {
	height: 100%;
}
.black-friday-swiper .swiper-slide {
	width: 232px;
	margin-right: 18px;
}
.black-friday-swiper .swiper-slide:last-child {
	margin-right: 0;
}
.black-friday-container {
	position: relative;
	z-index: 2;
}
.black-friday-swiper .swiper-slide .black-friday-container-bg {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
    background-color: transparent !important;
}
.black-friday-swiper .swiper-slide .black-friday-container-bg:hover::before {
	content: '';
	background: rgba(0,0,0,0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 1;
}
.black-friday-swiper .swiper-slide .black-friday-container-bg:hover .goods-title {
	text-decoration: underline;
}


.black-friday-swiper .swiper-slide:nth-child(odd) .black-friday-container-bg  {
	background-image: url("../../Nest/images/holidays/anniversary/2023/Item_bg_1.png");
}
.black-friday-swiper .swiper-slide:nth-child(even) .black-friday-container-bg  {
	background-image: url("../../Nest/images/holidays/anniversary/2023/Item_bg_1.png");
}
.black-friday-banner,
.black-friday-swiper .swiper-slide .black-friday-container-bg {
    background-color: rgba(172,139,191,.05) !important;
}

.black-friday-swiper .swiper-slide .goods-img {
	mix-blend-mode: unset;
	margin-top: 5px;
}
.black-friday-swiper .swiper-slide .goods-img > img {
	mix-blend-mode: unset;
	background-color: transparent;
    max-width: 180px;
}
.black-friday-swiper .goods-percent-wrap {
	margin-top: 0;
	z-index: 2;
	min-height: 73px;
	color: #FFC900;
}
.black-friday-swiper .goods-percent-wrap .tag {
	background-color: transparent;
	color: #FFC900;
	padding: 0;
}
.black-friday-swiper .goods-percent-wrap .tag .tag-text {
    font-style: italic;
}
.black-friday-swiper .goods-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	max-height: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 44px;
	z-index: 2;
    margin-top: 5px;
    font-weight: 800;
}
.black-friday-swiper .goods-percent-current {
	margin-top: 0;
}
.black-friday-swiper .goods-percent-current .goods-percent-value {
	font-size: 60px;
	line-height: 56px;
	margin-right: 0;
    font-style: italic;
}
.black-friday-swiper .goods-percent-current .goods-percent-value {
    background: linear-gradient(to right, #FFC900 0%, #f3d97c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black-friday-swiper .goods-percent-current .goods-percent-symbol {
    background: linear-gradient(to right, #FFC900 -50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black-friday-swiper .goods-percent-current .goods-percent-symbol i {
    background: linear-gradient(to right, #FFC900 70%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black-friday-swiper .goods-percent-current .goods-percent-symbol {
	font-size: 60px;
    line-height: 56px;
    font-style: italic;
    display: flex;
    align-items: flex-end;
}
.black-friday-swiper .goods-percent-current .goods-percent-msg {
	font-size:20px;
	line-height: 28px;
    text-transform: uppercase;
    font-style: italic;
}
.black-friday-swiper .swiper-button-prev.button.bg-white, 
.black-friday-swiper .swiper-button-next.button.bg-white {
	top: 58%;
	transform: translateY(-50%);
}
.black-friday-swiper .swiper-button-next.swiper-button-disabled, 
.black-friday-swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.black-friday-gradient {
	position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    pointer-events: none;
	background: linear-gradient(180deg, rgb(44, 30, 87,0) 0%, rgba(255,255,255,100) 100%);
}

/* holiday-time-swiper  Limited-Time Holiday Steals*/
.holiday-time-swiper .holiday-container-bg {
    background-image: url("../../Nest/images/holidays/deal_cember/2023/Card_bg.png");
    width: 100%;
    height: 393px;
}
.holiday-time-swiper .holiday-container-bg:hover::before {
    background: rgba(61,39,146,0.5);
}
.holiday-time-swiper .goods-percent-wrap .tag {
    background-color: #FF9ED9;
    color: #212121;
}
.holiday-time-swiper .goods-percent-wrap {
    color: #FF9ED9;
}
.holiday-time-swiper .swiper-button-prev.button.bg-white,
.holiday-time-swiper .swiper-button-next.button.bg-white {
    color: #adadad;
}
.holiday-time-swiper .swiper-button-prev.button.bg-white:hover,
.holiday-time-swiper .swiper-button-next.button.bg-white:hover  {
    color: #1946B8;
}
.holiday-time-swiper .swiper-slide {
	width: 330px;
    margin: 0 11px;
}
.holiday-time-swiper .swiper-button-prev.button.bg-white {
	left: -10px;
}
.holiday-time-swiper .swiper-button-next.button.bg-white {
	right: -10px;
}

/* holiday-time-w  自适应*/
/* .holiday-time-swiper.holiday-time-w-5 .swiper-slide {
	width: calc(100% / 5 - 20px);
} */


/* banner-black-friday  GUESS YOU LIKE*/
.banner-black-friday.bd-gray {
    border: none;
}
.banner-black-friday .blackfriday-title-img {
    max-width: 116px;
    margin: 0 auto 5px;
}
.banner-black-friday .goods-title{
   color: #fff;
   z-index: 2;
   font-size: 28px;
   line-height: 34px;
   max-height: 70px;
   -webkit-line-clamp: 2;
}
.banner-black-friday {
    background-image: url("../../Nest/images/holidays/anniversary/2023/Card_bg01.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 34px 20px;
    background-color: rgba(77,6,94,8);
}
.banner-black-friday:hover::before {
	content: '';
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.banner-black-friday .link-more {
    color: #fff;
    z-index: 2;
    font-size: 14px;
    line-height: 18px;
}
.banner-black-friday .goods-percent-wrap {
	position: absolute;
	width: 210px;
	height: 186px;
	right: -30px;
	bottom: 78px;
	background: url('../../Nest/images/holidays/anniversary/2023/CardBadge_bg.png');
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	/* color: #FFC900; */
	z-index: 2;
}
.banner-black-friday .goods-percent-wrap .tag {
	margin-right: 30px;
    background-image: linear-gradient(-45deg, #FFC900  0%, #FFC900  100%) !important;
    color: #340D01;
}
.banner-black-friday .goods-percent-current {
    margin-bottom: 8px;
}
.banner-black-friday .goods-percent-current .goods-percent-value {
    margin-right: 0;
    background: linear-gradient(to right, #FFC900 0%, #f3d97c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-black-friday .goods-percent-current .goods-percent-value {
	font-size: 48px;
	line-height: 52px;
	margin-right: 0;
    font-style: italic;
}
.banner-black-friday .goods-percent-current .goods-percent-symbol {
	font-size: 48px;
    line-height: 52px;
    font-style: italic;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to right, #FFC900 -50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-black-friday .goods-percent-current .goods-percent-symbol i {
    background: linear-gradient(to right, #FFC900 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-black-friday .goods-percent-current .goods-percent-msg {
	font-size:16px;
	line-height: 22px;
    font-style: italic;
    text-transform: uppercase;
}
.holiday-time-swiper .banner-black-friday {
    background: rgba(0,0,0,.5);
    border: none;
    padding: 0;
}
.holiday-time-swiper .banner-black-friday.banner-auto-generated img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.holiday-time-swiper .banner-black-friday .link-more {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
}
.holiday-time-swiper .banner-black-friday .link-more > .ico {
    font-size: 14px;
    line-height: 18px;
}

.show-img-bg .banner-black-friday .goods-img,
.show-img-bg .banner-black-friday .goods-img > img,
.dark-mode .banner-black-friday .goods-img,
.dark-mode .banner-black-friday .goods-img > img {
    mix-blend-mode: normal;
    background-color: transparent;
    z-index: 2;
}
@media (min-width: 2559px) {
   .page-content {
       background-size: 100% 1100px !important;
   }
}
@media (max-width: 1199px) {
	.page-content .personalized-cards.grid .shadow-level-1 {
        -webkit-box-shadow: 0 0 10px 0 rgb(4 32 98 / 20%);
        -moz-box-shadow: 0 0 10px 0 rgba(4, 32, 98, .2);
        -ms-box-shadow: 0 0 10px 0 rgba(4, 32, 98, .2);
        -o-box-shadow: 0 0 10px 0 rgba(4, 32, 98, .2);
        box-shadow: 0 0 10px 0 rgb(4 32 98 / 20%);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .page-content .page-section.black-friday-box {
        padding-top: 20px;
    }
}
@media (max-width: 999px) {
    .page-content {
        background-size: 490px 880px;
    }
	.page-content .page-section.black-friday-box {
		padding-top: 20px;
	}
    .personalized-cards-bg .personalized-cards.grid {
        margin-bottom: 0;
    }
    .personalized-cards-bg .personalized-cards.grid > .grid-col {
        max-width: calc(100% / 2 - 20px);
        margin-bottom: 10px;
    }
    .page-content .page-section.black-friday-box {
        padding-top: 0;
        margin-top: -10px;
    }
}
@media (max-width: 899px) {
    .page-content {
        background-size: 490px 820px;
    }
    .page-section.black-friday-box {
        padding-top: 0;
    }
	.personalized-cards-bg.black-banner-bg::before {
        height: 200px;
    }
	.personalized-cards.grid .shadow-level-1 {
        margin-bottom: 20px;
    }

    .page-content .personalized-cards-bg {
        padding-bottom: 15px;
    }
    .black-friday-cards.grid {
        flex-wrap: wrap;
    }
    .black-friday-tie-bg .right-bg,
    .black-friday-tie-bg .left-bg {
        display: none;
    }
    .personalized-cards-bg .personalized-cards.grid > .grid-col {
        max-width: calc(100% / 2 - 10px);
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .black-friday-box .black-friday-cards.grid > .grid-col {
        width: 100%;
    }
    .black-friday-banner {
        padding: 0;
        height: 80px;
        margin-bottom: 10px;
        text-align: center;
    }
    /* .black-friday-banner::before {
        display: none;
    } */
    .black-friday-banner > img {
       display: none;
    }
    .black-friday-banner::after {
        content: none;
    }
    .black-friday-cards .black-friday-banner > .button {
        height: 24px;
        font-size: 11px;
        padding: 4px 12px;
        left: auto;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .black-friday-cards .section-countdown-wrap {
        display: flex;
        align-items: flex-end;
        color: #fff;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .black-friday-swiper .goods-percent-wrap {
        min-height: 53px;
    }
    .black-friday-swiper {
        padding-left: 0;
    }
    .black-friday-swiper .swiper-slide {
        width: 160px;
        margin-right: 8px;
    }
    .black-friday-swiper .swiper-slide .black-friday-container-bg {
        height: 206px;
        padding: 10px 8px;
    }
    .black-friday-swiper .goods-percent-wrap .tag .tag-text {
        font-size: 11px;
    }
    .black-friday-swiper .goods-percent-current .goods-percent-value {
        font-size: 32px;
        line-height: 32px;
    }
    .black-friday-swiper .goods-percent-current .goods-percent-symbol {
        font-size: 16px;
        line-height: 16px;
    }
    .black-friday-swiper .goods-title {
        font-size: 12px;
        line-height: 16px;
        max-height: 32px;
    }
    .black-friday-swiper .swiper-slide .goods-img {
        margin-top: 0;
    }
    .black-friday-banner {
        background: transparent !important;
    }
    .black-friday-banner::before {
        content: '';
        position: absolute;
        left: 50%;
        width: 202px;
        height: 85px;
        background-image: url("../../Nest/images/holidays/anniversary/2023/title@2x.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        transform: translateX(-50%);
        top: -2px;
    }
}
@media (max-width: 799px) {
    .page-content {
        background-size: 490px 980px;
    }
}
@media (max-width: 599px) {
    .blackfriday-text-tag {
        opacity: .8;
    }
}

/** theme intel combo & Amd combo**/
.personalized-cards .personalized-combo-intel .personalized-combo-good.bg-white,
.personalized-cards .personalized-combo-amd .personalized-combo-good.bg-white {
    background-color: rgba(255, 255, 255,.2) !important;
    color: #fff !important;
}
.page-content .personalized-combo-intel .personalized-combo-icon,
.page-content .personalized-combo-amd .personalized-combo-icon {
    background-color: #0E0E9B !important;
}
.page-content .personalized-combo-intel .personalized-combo-icon .ico,
.page-content .personalized-combo-amd .personalized-combo-icon .ico {
    background-color: rgba(255,255,255,.2) !important;
    color: #fff !important;
}
.dark-mode .personalized-combo-intel::before,
.dark-mode .personalized-combo-amd::before {
    background-color: transparent !important;
}

/** theme   personalized-group-buy**/
