@charset "utf-8";
/*針對促銷頁下推薦產品隱藏篩選*/
.toolbar-header .l-sec{
	opacity:0
}
.pt_product-search-result .product-container-parent .toolbar{
	display: none!important;
}
@media only screen and (min-width: 769px) and (min-width: 1024px) {
    .pt_product-search-result .search-result-wrapper .plp-content-wrapper .product-container-parent .search-result-content .search-result-items {
        max-width: 100%;
    }
}
@media (min-width: 769px) {
	.pt_product-search-result .search-result-wrapper .plp-content-wrapper .product-container-parent .search-result-content .search-result-items{
		justify-content: center;
        margin-left: 0%;
	}
}

.last-tile {
    margin-right: 0 !important;
}