<style type="text/css">
/*
Template: Same Day Clean Pro
Description:
Version: 1.2 (clean version)
*/
/* — Container & Typography — */
.ebay-description-container {
width: 92%;
max-width: 900px;
margin: 30px auto;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
color: #333;
line-height: 1.6;
box-sizing: border-box;
word-wrap: break-word;
}
/* — Lists & Paragraphs — */
.desc ul,
.desc ol {
margin: 0.6em 0 0.8em 1.2em;
padding: 0;
}
.desc li {
margin: 0.25em 0;
}
.desc p,
.desc div {
margin: 0 0 0.6em;
}
/* — Logo — */
.shop-logo-header {
text-align: center;
margin-bottom: 12px;
}
.shop-logo-header img {
max-width: 180px;
height: auto;
border-radius: 6px;
}
/* — Trust Strip (pastel blue) — */
.trust-strip {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
margin: 25px 0;
padding: 18px 12px;
background: linear-gradient(to right, #e8f7fd, #f2fbff);
border-radius: 10px;
border: 1px solid #d5ecf9;
text-align: center;
}
.trust-item {
flex: 1 1 200px;
margin: 8px 0;
font-size: 15px;
color: #2c3e50;
}
.trust-item span {
display: block;
font-size: 22px;
margin-bottom: 4px;
}
.trust-item strong {
display: block;
margin-bottom: 2px;
}
/* — Shop Button — */
.shop-button-wrapper {
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
}
.shop-button a {
display: inline-block;
background: linear-gradient(to bottom, #6ec1e4, #3498db);
color: #fff;
padding: 12px 25px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
border-radius: 5px;
transition: background-color .2s ease-in-out;
}
.shop-button a:hover {
background: linear-gradient(to bottom, #7fcceb, #45a0e0);
}
/* — Mobile adjustments — */
@media (max-width: 768px) {
.ebay-description-container {
width: 95%;
padding: 15px;
box-shadow: none;
border-radius: 0;
}
.trust-strip {
display: grid;
grid-template-columns: 1fr;
row-gap: 6px;
padding: 8px 8px;
background-clip: padding-box;
}
.trust-strip * {
margin: 0 !important;
}
.trust-item {
padding: 4px 0 !important;
line-height: 1.3;
border: 0;
text-align: center;
}
.trust-item + .trust-item {
border-top: 1px solid #e6f3fb;
padding-top: 6px !important;
}
.trust-item span {
font-size: 19px;
}
}
</style>
<div class="ebay-description-container">
<div class="shop-logo-header">
<img src="https://staging.hexses.com/wp-content/uploads/2025/10/all-about-my-kids-300×300-1.png" alt="Shop Logo" />
</div>
<div class="desc">
EBAY DESCRIPTION GOES HERE
</div>
<!– Trust Strip –>
<div class="trust-strip">
<div class="trust-item">
<span>🚚</span><strong>Fast Dispatch</strong>Within 1 Working Day
</div>
<div class="trust-item">
<span>🔁</span><strong>Easy Returns</strong>60-Day Return Policy
</div>
<div class="trust-item">
<span>💬</span><strong>UK Support</strong>Friendly Local Team
</div>
<div class="trust-item">
<span>⭐</span><strong>Trusted Seller</strong>Buy With Confidence
</div>
</div>
<div class="shop-button-wrapper">
<p class="shop-button">
<a href="https://www.ebay.co.uk/str/allaboutthekids" target="_blank" rel="noopener noreferrer" aria-label="Visit Our eBay Shop">
Visit Our eBay Shop
</a>
</p>
</div>
</div>
|
Reviews
There are no reviews yet.