.new-home .content{padding-top: 0px;background: transparent;}
.new-home * {box-sizing: border-box;}
.new-home *::before, .new-home *::after {box-sizing: inherit;}

.new-home .top-banner {display: flex; flex-direction: row; align-items: flex-start;justify-content: space-between;width: 100%;cursor: pointer;}
.new-home .top-banner .text {margin-top: 5%; padding-left: 3%; width: 60%;}
.new-home .top-banner .text .pre-title {font-family: 'Inter'; font-weight: 400; font-size: 28px; color: #307dff; width: max-content; margin-bottom: 10px; text-decoration: underline; text-decoration-color: #ffed00; text-decoration-thickness: 6px; }
.new-home .top-banner .text .title {font-family: 'Kanit';font-weight: 600;font-size: 2.5vw;color: #000000;margin-bottom: 3.2vw;}
.new-home .top-banner .text button {font-family: 'Inter'; font-weight: 400; font-size: 15px; color: #ffffff; background-color: #307dff; padding: 10px 3.2vw; border-radius: 6px;}
.new-home .top-banner .image {width: 100%; margin-top: 0px;}
.new-home .top-banner .image img {width: 100%;}

.new-home .home-title{display:flex;justify-content: space-between; align-items: center; background: #000000; border-radius: 8px;height: 100px;margin-top: 36px;margin-bottom: 60px;padding: 29px 35px 29px 76.5px;}
.is-mobile.new-home .home-title {margin:30px 10px; height: 250px; justify-content: space-around; flex-direction: column; padding:40px;}
.new-home .home-title .download-app {background-color: #ffffff;border-radius: 8px;color: #000000;font-family: 'Inter';font-size: 16px;font-weight: 500;padding: 10px;}
.new-home .home-title h1{font-family: 'Kanit';font-size: 28px;font-weight: 500;color: #FFFFFF;line-height: 30px;}
.is-mobile.new-home .home-title h1 {text-align: center; margin-bottom: 40px; line-height: 30px;}


.is-mobile.new-home .klarna-banner-home{ margin-bottom: 40px;}

.klarna-placement {margin-bottom: 20px;}
.klarna-placement::part(osm-message),
.klarna-placement::part(osm-cta),
.klarna-placement::part(osm-link){
	font-family: 'Inter';
}

@media (max-width: 767px) {
	.new-home .top-banner {flex-direction: column; align-items: center; justify-content: center;}
	.new-home .top-banner .text {width: 100%;}
	.new-home .top-banner .text button {font-size: 13px;}
	.new-home .top-banner .image {width: 100%; text-align: center;}
	.new-home .top-banner .image img {width: 100%;}
}

.new-home .bg-home {background-color: white; position: relative;}
.new-home .bg-home .swiper-container {max-width: 1920px; margin-bottom: 0px;}
.new-home .bg-home .swiper-pagination {position: unset;}
.new-home .bg-home .swiper-pagination .swiper-pagination-bullet {margin-right: 5px;}
.new-home .small-banners-module {margin-top: 60px; padding: 0 10px;}
.new-home .categories-module {margin-top: 60px;}


.new-home .title-home {display: flex;justify-content: flex-start;margin-top: 80px;margin-bottom: 25px;}
.new-home .title-home h2, .banners-title h2 {font-family: 'Kanit'; font-size: 28px;font-weight: 500;color: #000000; width: max-content;padding-bottom: 5px;}
/*hotdeals*/
.new-home .hot-deals .title-home {margin-top: 80px;}
.new-home .hot-deals .title-home h2 {background-image: url('/imgs/4/ray_icon_red.svg'); background-repeat: no-repeat; background-size: 25px; background-position-x: right; padding-right: 30px;font-weight: 500;}
.new-home .brands-module {margin-bottom: 80px;}

.new-home .home-products-for-you {margin-top: 1.75%;}
.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul {display: flex; justify-content: space-between;}
.new-home .home-products-for-you .new-list .product-list-for-you [class*="icon-"], .new-list .product-list-for-you [class*="icon2-"]{padding-right: 0px;display: initial;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box {height: 380px!important;border: 1px solid white;margin: 0 1.31%;margin-bottom: 0px;width: 20%;flex: 1 1 calc(20% - 2.62%);max-width: calc(20% - 2.62%);}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box:hover{box-shadow: none;border:1px solid #d6d6d6 !important;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box__inner-wrapper {height: 100%;box-shadow: none;background: transparent;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--image {order: 0; border-bottom: 0px; width: 95%; height: 170px; margin-bottom: 5px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list {order: 1; flex: 0 0 70px; width: auto; border: none; margin:0px; min-height: 60px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price {font-family: Inter; font-weight: 400; font-size: 20px; color: #307dff;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price:hover {color:#307dff!important;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price span {font-family: Inter; font-weight: 400; font-size: 16px; color: #307dff;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .autoship-logo--image {margin-top: 5px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .autoship-logo--claim {font-size: 13px; margin-top: 5px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--autoship .prod__box--autoship .autoship-discount--overlay {top: 4px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--old-price {margin-left: 10px;}
.desktop .new-home .home-products-for-you .new-list .product-list-for-you .prod__box:hover .prod__box--price, .desktop .new-home .home-products-for-you .new-list .product-list-for-you .prod__box:hover .prod__box--price > span {color: #307dff!important;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--brand {order: 2;font-family: Inter;font-weight: 500;font-size: 13px;letter-spacing: 0.09rem;color: #4b4b4b;margin: 10px 1px 0;height: auto;min-height: 30px;display: flex;align-items: center; text-transform: uppercase;}
.new-home .home-products-for-you .new-list .prod__box--grid-style .prod__box .prod__box--prod-name--title a {font-size: 13px;line-height: 1.2;letter-spacing: 0.01em;padding-top: 5px;margin: 0;color: #767676;text-transform: initial;font-family: 'Inter', sans-serif;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--prod-name {order: 3;flex: 0 0 37px;display: flex;justify-content: center;align-items: flex-start;height: 37px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--prod-name h2 {margin: 0px;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--prod-name h2:hover {color:#505050!important;}
.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .prod__box--content {height: 265px;}
.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .prod__box--action {position: absolute; bottom:0; height: 35px; background-color: #307dff; font-family: Inter; letter-spacing: 0.10rem; color: #fff; text-transform: uppercase; flex:none; z-index: auto;}
.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .prod__box--action:hover {background-color: #00d3d8!important; height: 40px;}
.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .product-added--button .button-text {font-size: 10px; background-image: url(/imgs/4/check_icon_white.svg); background-repeat: no-repeat; background-size: 20px; background-position: left; padding: 10px 0px 10px 26px;}
.new-home .home-products-for-you .new-list .product-list-for-you .icon2-shopping-cart-down-2:before {display: none;}
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--product-variations, .new-home .home-products-for-you .new-list .product-list-for-you .prod__box--shipping--text, .new-list .product-list-for-you .prod__box--rating {display: none!important;}
/*Highlight Brands*/
.new-home .hot-deals .title-home .highlight_brands{background: none;}
/*New section Products*/
.section-products.page-width { display: flex; justify-content: center;font-family: 'Inter', sans-serif; }
.section-products.page-width h2{ font-family: 'Kanit'; font-size: 24px;font-weight: 500;color: #000000;padding: 10px 15px; border-bottom: #E6E6E6 2px solid; cursor: pointer}
.is-mobile .section-products.page-width h2 {font-size: 18px;}
.section-products.page-width h2.active{border-bottom: #000 3px solid;}
.section-products.page-width .tabs{ font-family: 'Kanit'; font-size: 28px;font-weight: 500;color: #000000;padding: 10px 15px; border-bottom: #E6E6E6 2px solid; cursor: pointer}
.is-mobile .section-products.page-width .tabs {font-size: 26px; line-height: 30px;}
.section-products.page-width .tabs.active{border-bottom: #000 3px solid;}
.desktop.new-home .bestseller-new-trendy{padding-top: 60px;}
.desktop.new-home .home-products-for-you.swiper-product-box.hidden{display: none;}
.list-products .prod-box {border-right: none; width: 245px; display: flex; flex-direction: column; flex: 0 0 auto; overflow: hidden; align-items: center; margin-right: 0;z-index: 0; min-height: 344px;}
.is-mobile .list-products .prod-box{width: calc(50%)}
@media (min-width: 1156px) {
	.desktop.new-home .home-products-for-you.swiper-product-box {padding-left: 0px; padding-right: 0px;}
}

.new-home .product-box .product-bg-hover {padding-bottom: 0px;}

@media (max-width: 1155px) {
	.desktop.new-home .home-products-for-you.swiper-product-box {width: 90%; padding-left: 15px; padding-right: 15px;}
}

.new-home .our_best_deals_home {margin: 80px auto;}
.desktop.new-home .our_best_deals_home .swiper-wrapper{padding-bottom: 20px; display: flex; justify-content: center;}
.new-home .nd-slide .swiper-slide {margin: 0 1.31%; position: relative;cursor: pointer; min-width: 250px; max-width: 30%;}
.new-home .nd-slide .swiper-slide:first-child {margin-left: 0;}
.new-home .nd-slide .swiper-slide:last-child {margin-right: 0;}
.new-home .nd-slide .swiper-slide .img{position: relative;}
.new-home .nd-slide .swiper-slide img {width: 100%; height: 100%;}
.new-home .nd-slide .swiper-slide h3 {font-family: Kanit;font-weight: 600;font-size: 15px;letter-spacing: 1px;color: #4e4e4e;text-transform: uppercase;margin: 5px 0;}
.new-home .nd-slide .swiper-slide p {font-family: Inter; font-weight: 400; font-size: 15px; line-height: 19px; color: #4f4f4f;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover {opacity: 0;}
.new-home .nd-slide .swiper-slide:hover .swiper-slide-hover {opacity: 1;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover {position: absolute; top: 0; background-color: rgba(6, 184, 197, 0.5); width: 100%;height: 100%; text-align: center;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover button {font-family: Inter; font-weight: 400; font-size: 17px; letter-spacing: 0.09rem; color: #307dff; background-color: #fff; width: 150px; height: 40px; margin-top: 20%;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover button:after{content: "b";font-family: bilua-icons; vertical-align: middle; font-size: 20px; margin-left: 5px;}
.new-home .nd-slide .swiper-button-next {right: 0; background-color: rgba(6, 184, 197, 0.2); height: 100%; width: 35px; margin-top: -150px;}
.new-home .nd-slide .swiper-button-next:hover {background-color: rgba(6, 184, 197, 0.6); width: 75px;}
.new-home .nd-slide .swiper-button-prev {left: 0; background-color: rgba(6, 184, 197, 0.2); height: 100%; width: 35px; margin-top: -150px;}
.new-home .nd-slide .swiper-button-prev:hover {background-color: rgba(6, 184, 197, 0.6); width: 75px;}
.new-home .nd-slide .swiper-pagination {bottom: 0;}

.new-home .new-home-promo-banners,.new-home-mini-banners { margin-top: 65px; }
.new-home-mini-banners .new-home-list-mini-banners { display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;justify-content: space-between; }
.new-home-mini-banners .new-home-list-mini-banners > a { flex:0 0 calc((100% / 2) - 20px);margin-bottom: 15px;text-align:center; }
.new-home-mini-banners .new-home-list-mini-banners > a:last-child:nth-child(odd) { flex:1 0 calc((100% / 2) - 20px); }
.new-home-mini-banners .new-home-list-mini-banners img { max-height:100%;max-width:100%; }
.new-home .brands-module .brands-module--brand {background: unset;border: 1px solid; border-radius: 10px;}

.new-home .home-ep {display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: #f2f2f2;}
.new-home .home-ep .image, .new-home .home-ep .text {flex: 1 0 50%;}
.new-home .home-ep .image img {width: 90%;}
.new-home .home-ep .text {padding: 50px 30px;}
.new-home .home-ep .text .pre-title {font-family: 'Inter'; font-weight: 400; font-size: 14px; color: #000; margin-bottom: 15px;}
.new-home .home-ep .text .title {font-family: 'Kanit'; font-weight: 600; font-size: 24px; color: #000000; margin-bottom: 15px;}
.new-home .home-ep .text hr {border: 0; width: 100px; margin: 0 0 30px 0;}
.new-home .home-ep .text .benefit {margin-bottom: 20px; background-image: url('/imgs/4/check-bullet_icon_blue.svg');background-repeat: no-repeat; background-size: 20px; background-position: left top; padding-left: 35px;}
.new-home .home-ep .text .benefit h4 {font-family: 'Inter'; font-weight: 600; font-size: 18px; color: #000000;}
.new-home .home-ep .text .benefit p {font-family: 'Inter'; font-weight: 300; font-size: 14px; color: #000000;}

/* MOBILE */
.is-mobile.new-home .bg-home {padding-bottom: 20px; margin-bottom: 30px;}
.is-mobile.new-home .bg-home .swiper-wrapper {margin-bottom: 5px;}
.is-mobile.new-home .bg-home .swiper-pagination {display: block ; left: unset; top: unset; margin-bottom: 20px; padding: 11px;}
.is-mobile.new-home .bg-home .bestseller-new-trendy .swiper-pagination {display: flex ; left: unset; top: unset; margin-bottom: 20px; padding: 11px;}
.is-mobile.new-home .bg-home .marcadestacada .swiper-pagination {display: flex ; left: unset; top: unset; margin-bottom: 20px; padding: 11px;}
.is-mobile.new-home .bg-home .bestseller-new-trendy .swiper-pagination .swiper-pagination-bullet {margin: 0px; border-radius: 0px!important; height: 2px;padding: 0px; width: calc(100% / 9);}
.is-mobile.new-home .bg-home .marcadestacada .swiper-pagination .swiper-pagination-bullet {margin: 0px; border-radius: 0px!important; height: 2px;padding: 0px; width: calc(100% / 9);}
.is-mobile.new-home .top-banner .text, .is-mobile.new-home .top-banner .image {flex: 1 1;}
.is-mobile.new-home .top-banner .text {margin-top: 8%;}
.is-mobile.new-home .top-banner .text .pre-title {font-size: 16px; line-height: 18px; margin-top: 0; margin-bottom: 12px;}
.is-mobile.new-home .top-banner .text .title {line-height: 20px; font-size: 16px; margin-top: 5px; margin-bottom: 0;}
.is-mobile.new-home .top-banner .image img {margin-top: 0px;}
.is-mobile.new-home .bg-home .swiper-container {padding-bottom: 0;}


@media (min-width: 350px) and (max-width: 374px) {
	.is-mobile.new-home .top-banner .text .pre-title {font-size: 15px; line-height: 17px;}
	.is-mobile.new-home .top-banner .text .title {font-size: 15px;}
}

@media (min-width: 331px) and (max-width: 349px) {
	.is-mobile.new-home .top-banner .text .pre-title {font-size: 15px; line-height: 17px;}
	.is-mobile.new-home .top-banner .text .title {font-size: 14px;}
}

@media (max-width: 330px) {
	.is-mobile.new-home .top-banner .text .pre-title {font-size: 14px; line-height: 16px;}
	.is-mobile.new-home .top-banner .text .title {font-size: 14px;}
}
.new-home .banners-title {max-width: 1520px; margin: 80px auto 25px auto;}
.is-mobile.new-home .title-home,
.is-mobile.new-home .banners-title {margin: 37px 10px 0px; width: auto;}
.is-mobile.new-home .title-home h2,
.is-mobile.new-home .banners-title h2 {margin-bottom: 0; font-size: 26px; line-height: 25px; font-weight: 500; line-height: 30px;}

.is-mobile.new-home .hot-deals {margin: 40px 10px; padding: 0 3%;}
.is-mobile.new-home .hot-deals .title-home {max-width: 1520px; margin: 60px auto auto;}
.is-mobile.new-home .hot-deals .title-home h2 {background-image: none; padding-right: 50px;}
.is-mobile.new-home .hot-deals .swiper-product-box {padding: 0 3%;}
.is-mobile.new-home .hot-deals .swiper-product-box .swiper-button-prev, .is-mobile.new-home .hot-deals .swiper-product-box .swiper-button-next {display: none;}

.is-mobile.new-home .our_best_deals_home {margin: 0 20px 40px 20px;}
.is-mobile.new-home .our_best_deals_home .banner {margin-bottom: 30px;}
.is-mobile.new-home .our_best_deals_home .banner img {width: 100%;}

.is-mobile.new-home .home-ep {flex-direction: column; background-color: #ffffff;}
.is-mobile.new-home .home-ep .image {margin: 0 20px;}
.is-mobile.new-home .home-ep .image img {width: 100%;}

.is-mobile.new-home .home-products-for-you {padding: 0 10px;}
.is-mobile.new-home .home-products-for-you .list-products {flex-wrap: wrap;}
.is-mobile.new-home .home-products-for-you .list-products .prod-box {width: 50%; padding: 0 15px; margin-right: 0; margin-bottom: 50px;}
.is-mobile.new-home .home-products-for-you .list-products .prod-box:nth-child(even) {border-right: none;}
.is-mobile .products-for-you-home .prod__box--grid-style .product-list__ul.new-autoship-list .prod__box {height: 355px;}
.is-mobile .products-for-you-home .prod__box--grid-style .product-list__ul.new-autoship-list .prod__box .prod__box--action {border: none; border-radius: unset;}

.is-mobile.new-home .hot-deals .list-products {overflow-x: unset; overflow-y: unset; overflow: unset; padding-bottom: 35px!important;}
.is-mobile.new-home .hot-deals .list-products .prod-box {width: 100%; border: 1px solid #f8353e; border-radius: 10px; padding: 15px 10px; margin: 0;}
.is-mobile.new-home .hot-deals .list-products .prod-box .content {align-items: center; position: relative;}
.is-mobile.new-home .hot-deals .list-products .prod-box .brand {margin: 5px 0;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod-name {margin-bottom: 0;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod-name .prod-name--title {margin: 5px 0;}
.is-mobile.new-home .hot-deals .list-products .prod-box .rating .stars > .star {flex: 0 0 15px;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prices {justify-content: center;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prices .prod-price {font-size: 22px; font-weight: 700;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod__box--offer-info {order: 6; width: 85%;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod__box--offer-info .clients-visiting {font-family: 'Inter'; color: #000000;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod__box--offer-info .offer-progress .units p {font-family: 'Inter'; font-weight: 700;}
.is-mobile.new-home .hot-deals .list-products .prod-box .prod__box--offer-info .offer-progress .units p span {font-weight: 400; margin-right: 5px;}
.is-mobile.new-home .hot-deals .list-products .prod-box .floating-tags {position: absolute; display: flex; flex-direction: row; align-items: center; justify-content: space-between; width: 100%; top: 0px; z-index: 1;}
.is-mobile.new-home .hot-deals .list-products .prod-box .floating-tags img {width: 30px;}
.is-mobile.new-home .hot-deals .list-products .prod-box .floating-tags .product-discount {height: 100%; background-color: #f8353e; border-radius: 100%; height: 50px; width: 50px; margin-right: 18px;}
.is-mobile.new-home .hot-deals .list-products .prod-box .floating-tags .product-discount p {margin-bottom: 0; font-family: 'Inter'; font-weight: 800; font-size: 16px;}
.is-mobile.new-home .hot-deals  .list-products .prod-box .image .prod-image img{height: 180px;}
.is-mobile.new-home .hot-deals .list-products .prod-box .rating .stars{width: 100%;}
.is-mobile .hot-deals .list-products .prod-box .prod-action{color: #fff; border: 0;}
.is-mobile.shopPHA ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.is-mobile.shopPHA ::-webkit-scrollbar:horizontal {
    height: 3px;
}

.is-mobile.shopPHA ::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}

.is-mobile.shopPHA  ::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #e8e8e8; 
}

@media (max-width: 1200px) {
	.new-home .title-home {margin-left: 3%; margin-right: 3%;}
	.small-banners-module .small-banners-module--elem {margin-bottom: 10px;}
	.new-home .nd-slide .swiper-wrapper {overflow-x: auto;}
	.desktop.new-home .our_best_deals_home .swiper-wrapper {padding-bottom: 10px;}
	.new-home .nd-slide {margin-left: 3%; margin-right: 3%;}
}

@media (max-width: 1150px) {
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list {flex: 0 0 60px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price {font-size: 20px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--old-price {margin-left:0px; margin-bottom: 1px; font-size: 15px; margin-left: 5px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .prod__box--autoship .autoship-discount--overlay {top: 5px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box:hover .prod__box--autoship .autoship-discount--overlay {width: calc(100% - 10px); }
	.new-home .home-products-for-you .new-list .product-list-for-you .product-list__ul.new-autoship-list .prod__box .prod__box--prices .prod__box--autoship {flex: 1 0 60px;}
}

@media (max-width:  1111px) {
	.new-home .brands-module {margin-bottom: 50px;}
	.new-home .brands-module .brands-module--brand {margin-bottom: 20px;}

	.new-home .promotions-banners-module {margin:10px 10px 0;}
}

@media (max-width: 1024px) {
	.new-home .home-ep .image img {margin: 0 auto; display: flex;}
}

@media (max-width: 950px) {
	.new-home .top-banner .text .title {font-size: 3vw;}
}

@media (min-width:768px) and (max-width: 870px) {
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price {font-size: 18px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--price span {font-size: 14px;}
	.new-home .home-products-for-you .new-list .product-list-for-you .prod__box .prod__box--prices-list .prod__box--prices .prod__box--old-price {font-size: 13px;}
}

@media (max-width: 889px) {
	.new-home .top-banner h1 {font-size: 26px;}
}

@media (max-width: 690px) {
	.new-home .home-ep {flex-direction: column;}
	.new-home .home-ep .image, .new-home .home-ep .text {flex: none;}
	.new-home .home-ep .image img {width: 100%;}
}

/* PHA-764 - Fixes Web y Mobile */
.new-home .home-products-for-you .new-list .product-list-for-you .prod__box--brand {font-size: 12px;}

/* PHA-782 - Cambio resto de iconos */
.new-home .nd-slide .swiper-slide .swiper-slide-hover button:after {content: none;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover button {padding-right: 15px;}
.new-home .nd-slide .swiper-slide .swiper-slide-hover button p {font-family: Inter; font-weight: 400; font-size: 17px; letter-spacing: 0.09rem; color: #307dff; background-image: url('/imgs/4/next_icon_blue.svg'); background-repeat: no-repeat; background-size: 35px; background-position-x: right; background-position-y: center; padding-right: 25px;}

.is-mobile .popUpContainer-data ::-webkit-scrollbar {
    -webkit-appearance: none;
}
.is-mobile .popUpContainer-data ::-webkit-scrollbar:vertical {
    width: 3px;
}
.is-mobile .popUpContainer-data ::-webkit-scrollbar-thumb {
    background-color: #307dff;
    border-radius: 10px;
}
.is-mobile .popUpContainer-data ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e8e8e8;
}

/* SCROLLBARS */
.home-products-for-you ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.home-products-for-you ::-webkit-scrollbar:horizontal {
    height: 3px;
}

.home-products-for-you ::-webkit-scrollbar-thumb {
    background-color: #307dff;
    border-radius: 10px;
}

.home-products-for-you  ::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #e8e8e8; 
}

.stacktome-widget { margin-top: 80px;}
.title-home-reviews {font-family: 'Inter';font-size: 24px;font-weight: 800;color: #000000;width: max-content;padding-bottom: 5px;}
.is-mobile .title-home-reviews {margin-bottom: 0;font-size: 20px;line-height: 25px;font-weight: 700;}

.marcadestacada .home-products-for-you {margin-top: 0px;}