Untitled
unknown
plain_text
3 years ago
2.5 kB
5
Indexable
.selector-products .products-row .product-tile:nth-child(n+10){
display: none !important;
}
.yankee-pdp-wrapper .product-tile-wrap {
height: 130px;
}
#prodSelecDesktop{
display: none !important;
}
#maincontent div.row.tile > div.pdp-tile > div.attributes > div > div > div.row > div.more-products-link {
display: none !important;
}
.promotion-msg.promotion-primary {
display: none !important;
}
#prodSelecMob {
display: none;
}
div.yankee-pdp-wrapper {
display: flex;
flex-wrap: wrap;
margin-top: -4%;
}
div.yankee-pdp-wrapper > div {
padding: none !important;
}
div.yankee-pdp-wrapper > div > div > div {
border: none !important;
box-shadow: none !important;
border-radius: unset !important;
height: initial !important;
min-height: initial !important;
}
div.yankee-pdp-wrapper > div > div > div a.product-tile-link:hover {
border-radius: inherit !important;
border-width: 0.1rem !important;
}
#maincontent div.tile-body.product-tile-addtocart > div.product-primary-category {
display: none !important;
}
.color-swatches {
display: none !important;
}
.price.non-sale-value {
display: none !important;
}
.row.add-to-cart-wrapper {
display: none !important;
}
/*hiding star rating div*/
div.yankee-pdp-wrapper > div > div > div > div.tile-body.product-tile-addtocart > div:first-child {
display: none;
}
div.yankee-pdp-wrapper > div > div > div > div.tile-body.product-tile-addtocart {
padding: 0.3rem !important;
}
div.yankee-pdp-wrapper > div > div > div > div.tile-body.product-tile-addtocart > .pdp-link > .link {
font-size: 0.75rem;
font-weight: 800;
text-align: center;
word-break: break-word;
overflow-wrap: break-word;
}
div.yankee-pdp-wrapper > div > div > div > div.tile-body.product-tile-addtocart > .pdp-link {
padding-top: .1rem !important;
min-height: 1.3rem !important;
}
.product .product-tile .image-container .badge {
display: none !important;
}
@media (min-width:768px) and (max-width: 991px) {
.product-tile {
min-height: 10em;
}
.image-container img {
margin: auto;
margin-top: 20px;
}
.image-container {
margin-block: -5px !important;
}
.product .tile-body.product-tile-addtocart {
padding-bottom: 0;
margin-bottom: -30px;
}
}
@media screen and (max-width: 768px) {
.product-presentation .product-tile:nth-child(n+10){
display: none;
}
}
Editor is loading...