:root { --border-line: 1px solid rgba(255,255,255,0.5); }

.gifts { display: flex; flex-wrap: wrap; margin-bottom: 60px; column-gap: 40px; row-gap: 50px; }

div.gift { position: relative; display: flex; flex: 0 1 290px; flex-direction: column; justify-content: flex-start; padding: 0; gap: 0 }	

div.product-text { padding: 0; margin-top: 10px; }
div.product-text h4 { font-size: 1.2rem; margin: 10px 0; color: #fff; }
div.product-text h4 a { color: #fff; text-decoration: none; }
div.product-text h4 a:hover { text-decoration: underline; }

div.product-image { background: #fff; border-radius: 10px; }
div.product-image img { max-width: 100%; width: 100%; object-fit: contain; border-radius: 10px; z-index: 10; }

div.featured-item { background: rgba(39, 88, 166, 0.06); }

div.business-logo { background: #fff; padding: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; margin-top:-15px; z-index: 0; }
img.business-logo { max-width: 110px; max-height: 60px; }

span.business-name { font-size: 0.8rem;}
.price { font-size: 1rem; color: #eee; margin: 0; padding: 0; }

img.ornament { width: 40px; position: absolute; top: -20px; right: 5px; }