/* Make website background white */
body { background-color: #ffffff !important; }

/* Product description: white background, black font */
.product__description { background-color: #ffffff !important; color: #000000 !important; }
.product__description *, .product__description p, .product__description span, .product__description div, .product__description article, .product__description li, .product__description strong, .product__description h1, .product__description h2, .product__description h3 { background-color: transparent !important; color: #000000 !important; }

/* Remove box around favorite/wishlist button */
.btn--wishlist { background-color: transparent !important; box-shadow: none !important; border: none !important; }

/* Let clicks pass through hover second image to the product link */
.rcat-img-second { pointer-events: none !important; }

/* Fix broken cart icon: hide theme's empty glyph, show Salla's built-in SVG */
salla-cart-summary .wsn-cart-icon, salla-cart-summary i[slot="icon"].sicon-shopping-bag { display: none !important; }
salla-cart-summary slot-fb[name="icon"][hidden] { display: inline-flex !important; }
salla-cart-summary slot-fb[name="icon"] .s-cart-summary-icon svg { width: 24px; height: 24px; }
salla-cart-summary slot-fb[name="icon"] .s-cart-summary-icon, salla-cart-summary slot-fb[name="icon"] svg, salla-cart-summary slot-fb[name="icon"] svg path { color: rgba(255,255,255,0.72) !important; fill: currentColor !important; }