.articlesByPetType_comp_container{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;margin-bottom:32px}
.articlesByPetType_comp_container:last-child{margin-bottom:0}
.articlesByPetType_carousel_controls{display:none}
.articlesByPetType_carousel_btn{display:flex;width:52px;height:52px;padding:10px;justify-content:center;align-items:center;flex-shrink:0;border-radius:100px;background:#f2f3f5;border:0;cursor:default;transition:all .2s ease}
.articlesByPetType_carousel_btn svg{width:12px;height:20px;flex-shrink:0;transition:fill .2s ease,opacity .2s ease}
.articlesByPetType_carousel_btn svg path{fill:#CCC;opacity:1}
.articlesByPetType_carousel_btn.enabled{width:52px;height:52px;padding:8px;border-radius:85px;border:2px solid rgba(51,51,51,0.75);background:#FFF;cursor:pointer}
.articlesByPetType_carousel_btn.enabled svg path{fill:#333;opacity:.75}
.articlesByPetType_carousel_btn.enabled:hover{border-color:#333;background:#CCC}
.articlesByPetType_carousel_btn.enabled:hover svg path{fill:#333;opacity:1}
.articlesByPetType_wrapper{width:100%;padding-left:16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}
.articlesByPetType_carousel_container{width:100%;padding:0;overflow:hidden}
.articlesByPetType_carousel_track{display:flex;gap:16px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;z-index:2;width:100%;overflow-x:auto;padding-right:16px}
.articlesByPetType_carousel_card{flex:0 0 auto;scroll-snap-align:start}
.articlesByPetType_category{display:flex;flex-direction:column;align-items:center;gap:8px}
.articlesByPetType_category_image{width:112px;height:124px;aspect-ratio:112 / 124}
.articlesByPetType_category_name{color:var(--Primary-Charcoal,#333);text-align:center;font-family:"Petco Circular CAP";font-size:16px;font-weight:700;line-height:22px;letter-spacing:.5px;align-self:stretch;margin-bottom:0}
.articlesByPetType_carousel_card:hover .articlesByPetType_category_name{color:var(--Primary-Charcoal,#333);text-align:center;font-feature-settings:'liga' off,'clig' off;font-family:"Petco Circular CAP";font-size:16px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:.5px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}
@media(min-width:768px){.articlesByPetType_wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%;max-width:1170px;padding-left:16px;padding-right:16px}
.articlesByPetType_carousel_container{display:flex;padding:0;gap:12px;justify-content:space-between;align-items:center;align-content:center}
.articlesByPetType_carousel_track{overflow:hidden}
.articlesByPetType_carousel_card{flex:0 0 auto;scroll-snap-align:start}
.articlesByPetType_category_name{font-size:16px;line-height:22px;letter-spacing:.5px;text-align:center}
.articlesByPetType_carousel_controls{display:block;height:52px;justify-content:center;align-items:flex-start;top:50%}
}
@media(min-width:992px){.articlesByPetType_comp_container{margin-bottom:40px}
.articlesByPetType_wrapper,.articlesByPetType_carousel_track{gap:20px}
.articlesByPetType_category_image{width:150px;height:165px;aspect-ratio:150 / 165}
}
@media(min-width:1200px){.articlesByPetType_wrapper{padding-left:0;padding-right:0;overflow:visible}
}
@media(min-width:1400px){.articlesByPetType_carousel_container{position:relative;min-width:1170px;overflow:visible;gap:0}
.articlesByPetType_carousel_prev{position:absolute;left:-64px}
.articlesByPetType_carousel_next{position:absolute;right:-64px}
}