Магазин
/* 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.
Тележка
💬 Что говорят наши сторонники
«Мне нравится знать, что мои покупки помогают настоящим спасателям бездомных животных». — Сара М. (Великобритания)
«Каждый заказ напоминает помощь нуждающейся собаке или кошке». — Йонас Л. (Германия)
«Качество великолепное, а миссия, стоящая за ним, делает его еще лучше». — Амина Р. (Франция)
«Я рассказываю об этом магазине всем своим друзьям — здесь делают покупки целенаправленно». — Эмили П. (США)
«Красивые вещи и еще более красивое дело!» — Хлоя Б. (Франция)
«Приятно знать, что мой дар также кормит спасенных животных». — Марко Д. (Италия)
«Оформить заказ было легко, и мне нравится история каждого продукта». — Лейла С. (ОАЭ)
«Поддержка гуманного обращения с животными во время покупок — идеально». — Томас К. (Канада)
"Покупки ради великого дела. Я вернусь!" — Надя Т. (Испания)
«Каждая покупка ощущается как маленький акт доброты». — Хелен Ф. (Австралия)
/* ================================
МАРОККО СПА — 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 В корзину










