
✨ Explore Our BOGO Collection
More Favorites, More Value
We’ve selected some customer favorites that now come with an extra FREE item.
Offer available on select products while supplies last.
.mz-custom-section .mz-col-inner {
display: flex;
align-items: center;
height: 100%;
flex-direction: column;
}
.mz-custom-col {
background-color: var(–bg_cl);
}
.mz-col-inner {
padding: var(–pd);
width: 100%;
}
.mz-ver-center-true {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
@media (min-width: 768px) and (max-width:1024px){
.mz-col-inner {
padding: var(–pd-tb);
}
}
@media(max-width:767px) {
.mz-col-inner {
padding: var(–pd-mb);
}
}
.limited-length-text .custom-text-content {
margin-bottom: 10px;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:var(–max-length);
-webkit-box-orient:vertical;
}
.limited-length-text.expanded .custom-text-content {
overflow: visible;
-webkit-line-clamp:unset;
}
.show-more-button {
display: block;
cursor: pointer;
font-size: 14px;
color: var(–secondary-color);
text-decoration: underline;
}
.show-more-button.pc-tablet-hide {
display: none;
}
@media (max-width: 767px) {
.limited-length-text-mb .custom-text-content {
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:var(–max-length);
-webkit-box-orient:vertical;
}
.limited-length-text-mb.expanded .custom-text-content {
overflow: visible;
-webkit-line-clamp:unset;
}
.show-more-button.pc-tablet-hide {
display: block;
}
}
.show-in-pc {
display: block;
}
.show-in-mobile {
display: none;
}
.mz-custom-col .mz-w-100 {
height: 100%;
}
.banner-custom.mz-bn-des_5 .mz-bn-content {
left: 0;
bottom: 0;
}
.banner-custom.mz-bn-des_2 .mz-bn-content {
left: 0;
bottom: 0;
transform: translateY(0);
text-align: center;
}
.banner-custom.mz-bn-des_4 {
margin: 0;
}
.banner-custom.mz-bn-des_4 .mz-bn-content {
left: 0;
top: 0;
transform: translate(0);
}
.banner-custom .mz-bn-content {
padding: var(–pdbn)!important;
}
.banner-custom {
height: var(–banner-h);
margin-bottom: var(–mgb-box)!important;
border-radius: var(–radius);
overflow: hidden;
}
.banner-custom .mz-bg-11 {
height: 100%;
}
.banner-custom .mz-bg-11 img {
object-position: var(–bg-pos);
}
.banner-custom .mz-bn-content {
width: var(–content-width);
}
.banner-custom .mz-bn-title {
font-size: var(–title-fs)!important;
font-weight: var(–title-fw)!important;
color: var(–title-cl)!important;
}
.banner-custom p {
font-size: var(–desc-fs)!important;
font-weight: var(–desc-fw)!important;
color: var(–desc-cl)!important;
}
@media (max-width: 1024px) {
.banner-custom {
height: var(–banner-h-tb);
margin-bottom: var(–mgb-box-tb)!important;
border-radius: var(–radius-tb);
}
.banner-custom .mz-bg-11 img {
object-position: var(–bg-pos-tb);
}
.banner-custom .mz-bn-content {
width: var(–content-width-tb);
padding: var(–pdbn-tb)!important;
}
.banner-custom .mz-bn-title {
font-size: var(–title-fs-tb)!important;
}
.banner-custom p {
font-size: var(–desc-fs-tb)!important;
}
}
@media (max-width: 767px) {
.show-in-pc {
display: none;
}
.show-in-mobile {
display: block;
}
.banner-custom {
height: auto;
margin-bottom: var(–mgb-box-mb)!important;
border-radius: var(–radius-mb);
}
.banner-custom .mz-bn-content {
width: var(–content-width-mb);
padding: var(–pdbn-mb)!important;
top: 50%!important;
transform: translateY(-50%)!important;
}
.banner-custom.mz-bn-mb-des_3 .mz-bn-content {
right: 0!important;
left: unset!important;
}
.banner-custom .mz-bg-11 {
background: var(–image-mb)!important;
}
.banner-custom .mz-bg-11 img {
object-position: var(–bg-pos-mb);
}
.banner-custom .mz-bn-title {
font-size: var(–title-fs-mb)!important;
margin-bottom: 0!important;
}
.banner-custom p {
font-size: var(–desc-fs-mb)!important;
}
}
.gift-wrap-ac0wzas84n2jru0frtaigenblock05026aexckku4 {
width: 100%;
background: #fff8e6;
border-radius: 16px;
padding: 40px 30px;
}
.gift-container {
max-width: 1440px;
margin: 0 auto;
}
/* 桌面:文字左,图片横向滚动 */
@media (min-width:750px){
.gift-container {
display: grid;
grid-template-columns: 300px 1fr;
gap:32px;
align-items:center;
}
}
/* 移动端:文字在上,图片横向并排滑动 */
@media (max-width:749px){
.gift-row {
margin-top:24px;
}
}
.gift-text h2 {
font-size:28px;
color:#2d5910;
margin:0 0 16px;
display:flex;
align-items:center;
gap:10px;
}
.gift-text p.desc {
font-size:18px;
color:#333333;
line-height:1.6;
margin:0 0 20px;
}
.gift-text .tip {
font-size:14px;
color:#666666;
margin-top:28px;
}
.gift-btn {
display:inline-block;
padding:12px 26px;
background:#ffbc0d;
color:#ffffff;
border-radius:8px;
text-decoration:none;
margin:10px 0;
}
/* 滚动容器:隐藏滚动条,保留鼠标/触摸滑动 */
.gift-row {
display:flex;
gap:16px;
overflow-x:auto;
padding-bottom:0;
scrollbar-width: none;
-ms-overflow-style: none;
/* 开启硬件加速,支持触摸拖拽 */
-webkit-overflow-scrolling: touch;
}
.gift-row::-webkit-scrollbar {
display: none;
}
.gift-card {
flex:0 0 170px;
text-align:center;
}
.img-box {
background:#ffffff;
border-radius:12px;
padding:10px;
height:170px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:10px;
overflow:hidden;
}
.img-box img {
width:100%;
height:100%;
object-fit:contain;
}
.gift-card p {
margin:0;
font-size:14px;
color:#222222;
}
/* 清除废弃轮播样式 */
.slider-btn,
.swiper-pagination,
.gift-mobile-swiper {
display: none !important;
}
Choose Your FREE Gift
These products are available as your FREE item with any eligible purchase. Add your favorite to your cart!
.ai-wave-line-aoc9ycu1wr2hpm3h0caigenblock143141aihtc3i {
width: 100%;
max-width: 100%;
display: block;
}
.ai-wave-line-svg-aoc9ycu1wr2hpm3h0caigenblock143141aihtc3i {
width: 100%;
height: auto;
display: block;
}
.ai-wave-line-path-aoc9ycu1wr2hpm3h0caigenblock143141aihtc3i {
fill: none;
stroke: #ffbc0d;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
}
How to Get Your FREE Gift
Follow either option below to make sure your FREE gift is added to your order!


.ai-wave-line-awdfuzzjit1pcdmg5qaigenblock143141adfyqqa {
width: 100%;
max-width: 100%;
display: block;
}
.ai-wave-line-svg-awdfuzzjit1pcdmg5qaigenblock143141adfyqqa {
width: 100%;
height: auto;
display: block;
}
.ai-wave-line-path-awdfuzzjit1pcdmg5qaigenblock143141adfyqqa {
fill: none;
stroke: #ffbc0d;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
}
BOGO Favorites
Customer-loved picks included in our Buy 1, Get 1 FREE collection.
.ai-custom-heading-aefdjnvnjdtfmrgvzbaigenblock95f0b02dmcnbx {
display: block;
width: 100%;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.ai-custom-heading-aefdjnvnjdtfmrgvzbaigenblock95f0b02dmcnbx__title {
font-family: Arial, sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 1.4;
color: #000000;
margin: 0;
}
.ai-custom-heading-aefdjnvnjdtfmrgvzbaigenblock95f0b02dmcnbx__subtitle {
font-family: Arial, sans-serif;
font-size: calc(40px * 0.7);
font-weight: 700;
color: #666666;
margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
.ai-custom-heading-aefdjnvnjdtfmrgvzbaigenblock95f0b02dmcnbx__title {
font-size: 24px;
}
.ai-custom-heading-aefdjnvnjdtfmrgvzbaigenblock95f0b02dmcnbx__subtitle {
font-size: calc(24px * 0.7);
}
}
Come build your pet’s perfect summer days with us
.mz-instagrams .mz-col-ins>*{border-radius: 0%;}



