店铺
/* Import Montserrat font */
@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap’);
.hs-banner-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
border-radius: 12px;
overflow: hidden;
position: relative;
}
.hs-banner {
display: flex;
height: 300px;
position: relative;
background: linear-gradient(135deg, #1a3a2f 0%, #2a5c46 100%);
}
.hs-banner-content {
flex: 1;
padding: 30px 40px;
display: flex;
flex-direction: column;
justify-content: center;
color: white;
z-index: 2;
position: relative;
}
.hs-banner-image {
flex: 1;
position: relative;
overflow: hidden;
}
.hs-banner-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.hs-logo {
font-family: ‘Montserrat’, sans-serif;
font-weight: 700;
font-size: 36px;
color: #fff;
margin-bottom: 15px;
text-shadow: 2px 2px 0 #000;
}
.hs-tagline {
font-size: 13px;
font-weight: 400;
opacity: 0.85;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
font-family: ‘Montserrat’, sans-serif;
}
.hs-cta-button {
position: absolute;
left: 54%;
bottom: 5%;
transform: translate(-50%, -50%);
background-color: #e8a838;
color: #1a3a2f;
text-decoration: none;
padding: 16px 40px;
border-radius: 8px;
font-weight: 700;
font-size: 20px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(232, 168, 56, 0.25);
font-family: ‘Montserrat’, sans-serif;
text-align: center;
white-space: nowrap;
z-index: 10;
}
.hs-cta-button:hover {
background-color: #f5bc4f;
transform: translate(-50%, -50%) scale(1.05);
box-shadow: 0 6px 20px rgba(232, 168, 56, 0.4);
}
@media (max-width: 900px) {
.hs-banner {
flex-direction: column;
height: 350px;
}
.hs-banner-content {
padding: 25px 30px;
}
.hs-banner-image {
height: 150px;
}
.hs-cta-button {
left: 50%;
top: calc(100% – 150px / 2);
transform: translate(-50%, -50%);
padding: 14px 32px;
font-size: 18px;
}
.hs-cta-button:hover {
transform: translate(-50%, -50%) scale(1.05);
}
}
@media (max-width: 600px) {
.hs-banner {
height: 300px;
}
.hs-banner-content {
padding: 20px 25px;
}
.hs-logo {
font-size: 22px;
text-shadow: 1px 1px 0 #000;
}
.hs-cta-button {
padding: 12px 28px;
font-size: 16px;
}
}
摩洛哥人道协会商店
Every Purchase Helps Animals

立即购买
[custom_breadcrumbs]
用心购物——支持摩洛哥的动物
.shop-hero {
background: linear-gradient(
to bottom,
#69DBAA 0%,
#5AC79A 100%
);
text-align: center;
padding: 100px 20px;
}
.shop-hero h1 {
color: #0E1A17;
font-size: 32px;
font-weight: 700;
}
.shop-hero p {
color: #1A1A1A;
font-size: 20px;
line-height: 1.5;
max-width: 900px;
margin: 0 auto 20px;
}
.shop-hero .cta-btn {
background: #AB1B2E;
color: #fff !important;
padding: 14px 36px;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
}
Every purchase you make directly supports rescue, care, and welfare for animals across Morocco.
With our trusted partners, giving back is effortless — shop the things you love and make a difference today.
Together, we’re making compassion go further.
大车
💬 我们的支持者怎么说
“我喜欢知道我的购买支持真正的流浪动物救援。” — 莎拉·M.(英国)
“每一个订单都像是在帮助有需要的狗或猫。” — 乔纳斯·L.(德国)
“质量很棒,背后的使命让它变得更好。” — Amina R.(法国)
“我向我所有的朋友介绍了这家商店——这是有目的的购物。” — Emily P.(美国)
“美丽的物品,更美丽的事业!” — Chloe B.(法国)
“很高兴知道我的礼物也可以喂养被拯救的动物。” — Marco D.(意大利)
“结账很简单,我喜欢每件产品背后的故事。” — Layla S.(阿联酋)
“支持在购物时人道对待动物——完美。” — 托马斯·K.(加拿大)
“为了伟大的事业而购物。我会回来的!” — Nadia T.(西班牙)
“Every purchase feels like a small act of kindness.” — Helen F. (Australia)
/* ================================
摩洛哥水疗中心 – Testimonials
================================ */
.hsm-testimonials {
text-align: center;
margin: 70px auto;
max-width: 850px;
padding: 50px 25px;
background: #fff7f8;
border: 2px solid #f0d4d7;
border-radius: 18px;
box-shadow: 0 4px 18px rgba(171, 28, 45, 0.08);
font-family: “Poppins”, “Open Sans”, sans-serif;
}
.hsm-testimonials h2 {
font-size: 1.8rem;
color: #ab1c2d;
font-weight: 700;
margin-bottom: 25px;
letter-spacing: 0.3px;
}
.testimonial-carousel {
position: relative;
overflow: hidden;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.testimonial-item {
position: absolute;
width: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
font-size: 1.1rem;
color: #444;
font-style: italic;
line-height: 1.5;
padding: 0 15px;
}
.testimonial-item.active {
opacity: 1;
}
/* Responsive font sizes */
@media (max-width: 768px) {
.hsm-testimonials {
padding: 40px 20px;
}
.hsm-testimonials h2 {
font-size: 1.5rem;
}
.testimonial-item {
font-size: 1rem;
}
}
显示 1-12 个结果(共 16 个结果)
-

1 Cat Spayed/Neutered, Vaccinated & Released – End the Cycle (virtual gift🎁)
$63,00 加入购物车 -

1 Dog Spayed/Neutered, Vaccinated & Released – A Future Without Suffering (virtual gift🎁)
$299,00 加入购物车 -

A BEAUTIFUL DAY TO SAVE A LIFE – Ladies Ultra Cotton Tee
$24,00 加入购物车 -

A BEAUTIFUL DAY TO SAVE A LIFE – Women’s V-Neck Tee
$24,00 加入购物车 -

袋装猫粮(7 公斤) – Nourish a Feline Friend (virtual gift🎁)
$33,00 加入购物车 -

袋装狗粮(20公斤) – Fill a Belly, Fuel a Mission (virtual gift🎁)
$64,00 加入购物车 -

Complete Vaccine for 1 Dog or Cat – A Shield Against Disease (virtual gift🎁)
$64,00 加入购物车 -

Complete Vaccine for 10 Dogs/Cats – The Ultimate Protection Gift (virtual 🎁)
$499,00 加入购物车 -

Frontline® Spray 250ml – Flea & Tick Defense For Strays (virtual gift🎁)
$29,00 加入购物车 -

KEEP CALM AND LOVE ANIMALS – Women’s Curvy Tee
$24,00 加入购物车 -

KEEP CALM AND LOVE ANIMALS – Women’s V-Neck Tee
$49,00 加入购物车 -

NexGard Spectra® for Dogs – Box of 3 Chewables | Comprehensive Monthly Protection (virtual gift🎁)
$59,00 加入购物车










