
.sh-banner-collection-card > a > div > div > p {
  display:none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display:none;
}

.sh-product-card-discount-tag {
    background-color:#18426b;
color:#ffffff;
    top:22px !important;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 60px;
    text-align: center;
    border-radius:0px ;  
}
.sh-product-discount-tag {
background-color:#18426b;
color:#ffffff;
    font-weight: 400;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 64px;
    text-align: center;
    border-radius:0px ;  
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display:none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display:none; 
}
.sh-footer-main{
background-color:#18426b;
color:#ffffff;
}
.sh-header-main{
background-color:#ffffff;
color:#000000;
}
.sh-product-card > a > div > div > img {
    object-fit: contain;
}
.sh-product-card >a > div > img{
    object-fit: contain;
}
.sh-product-card {
	border: 1px solid #ececec;
	background-color: #ffffff;
	text-align: center;
	font-size: 21px;
}

.pr-long-card .pr-image {
    -o-object-fit: contain;
    object-fit: contain;
}

    



