Untitled

 avatar
unknown
plain_text
3 years ago
3.2 kB
3
Indexable
.selector-products .products-row .product-tile:nth-child(n+10) {
	display: none !important;
}



#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:focus-visible {
	border: none;
} */
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;
}

div.yankee-pdp-wrapper .product-tile-addtocart  div.row.tile-body-footer{
    display: none !important;
}

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;
	}

    div.yankee-pdp-wrapper  div.image-container  {
		margin-block: -5px !important;
	}

	.product .tile-body.product-tile-addtocart {
		padding-bottom: 0;
		margin-bottom: -30px;
	}

	.yankee-pdp-wrapper .product-tile-wrap {
		height: initial;
	}

    div.yankee-pdp-wrapper .product-tile-addtocart  div.row.tile-body-footer{
        display: none !important;
    }

}

@media screen and (max-width: 767px){
	
	  div#prodSelecMob {
        display: none;
    }
	
    #maincontent div.tile-body.product-tile-addtocart > div.pdp-link > div.link {
        font-size: 13px;
        text-align: center;
    }


 div.yankee-pdp-wrapper  div.image-container {
    margin-block: -8px !important;
}

div.yankee-pdp-wrapper .product-tile-addtocart  div.row.tile-body-footer{
    display: none !important;
}

.yankee-pdp-wrapper .product-tile-wrap {
	height: 170px;
}
.product .product-tile .product-tile-link:hover {
border: none !important;
}
div.yankee-pdp-wrapper div.image-container > img{
    width: 90% !important;
}
}

Editor is loading...