/**
 * @file
 * Breakpoints
 *
 * With these breakpoints we will define how the page layout works.
 * For reference, below are the grid default breakpoints and max-widths defined by Bootstrap 4.
 * https://getbootstrap.com/docs/4.4/layout/grid/#grid-tiers
 *
 * $grid-breakpoints: (
 *   xs: 0,
 *   sm: 576px,
 *   md: 768px,
 *   lg: 992px,
 *   xl: 1200px
 * );
 *
 * $container-max-widths: (
 *   sm: 540px,
 *   md: 720px,
 *   lg: 960px,
 *   xl: 1140px
 * );
 *
 */

/*
 * Usage:
 * @include breakpoint(md){
 *   background: blue;
 * }
 */

/*
example for $data argument
each breakpoint has a pair of corresponding values
$breakpoints-data: (
  breakpoints: (365px + 20px, 767px, 1023px, 1199px, 1440px - 20px, 1440px + 20px, 1600px),
  values: ((190px, 190px), (400px, 190px), (261px, 194px), (230px, 243px), (266px, 266px), (266px, 266px), (300px, 300px))
);
*/

/*
 * Usage:
 * @include breakpoint(md, 700px){
 *   background: blue;
 * }
 */

.cat-chow {
  position: relative;
}

.cat-chow__container {
  position: relative;
}

.cat-chow__hero {
  background: url("/themes/custom/trim_the_tail_th/assets/images/cat-chow/cat-chow__hero-bg.webp"), url("/themes/custom/trim_the_tail_th/assets/images/cat-chow/cat-chow__hero-cat.webp");
  background-size: auto 100%, auto 500px;
  background-position: right center, right -100px bottom -124px;
  background-repeat: no-repeat, no-repeat;
  background-color: #F1E6D8;
  min-height: 620px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  padding-block: 40px;
  margin-bottom: 50px;
}

.cat-chow__hero-container {
  width: 100%;
  max-width: 1320px;
  padding-inline: 15px;
  margin-inline: auto;
}

.cat-chow__hero-logo {
  width: 100px;
  height: 100px;
}

.cat-chow__hero-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  max-width: 750px;
}

.cat-chow__advantage-container {
  width: 100%;
  margin-block: 50px;
}

.cat-chow__advantage-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 16px;
  overflow-x: auto;
  padding: 0;
  margin-bottom: 0;
  padding-inline: 15px;
  max-width: 1320px;
  margin-inline: auto;
  box-sizing: content-box;
  scrollbar-width: none;
}

.cat-chow__advantage-list:-webkit-scrollbar {
  display: none;
}

.cat-chow__advantage-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 32px 12px 20px;
  border: 3px solid #C0A398;
  border-radius: 30px;
  background-color: #fff;
  min-width: 150px;
  max-width: 240px;
}

.cat-chow__advantage-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
}

.cat-chow__advantage-icon-wrapper:before,
.cat-chow__advantage-icon-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 12px;
}

.cat-chow__advantage-icon-wrapper:before {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: #F8F3ED;
}

.cat-chow__advantage-icon-wrapper:after {
  width: 100%;
  height: 100%;
  background-color: #314982;
}

.cat-chow__advantage-text {
  font-size: 14px;
  line-height: 20px;
  color: #1D3A7F;
  text-align: center;
}

.cat-chow__advantage-icon {
  width: 56px;
  height: 56px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF2EC;
  position: relative;
  z-index: 5;
}

.cat-chow__advantage-icon--protein {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='23' fill='none'%3E%3Cpath fill='%23fff2ec' d='M8.97 22.92c-4.23 0-6.99-1.14-8.97-2.4l2.19-3.57c1.8 1.02 3.93 2.04 6.63 2.04 2.52 0 4.59-.42 4.59-3.66 0-3.21-1.95-3.72-4.44-3.72-1.74 0-2.97.24-4.11.81L.93 11.25 1.5.36h14.91v4.05H5.49l-.24 4.2c.99-.48 2.76-.87 4.89-.87 4.26 0 7.98.9 7.98 7.44 0 6.6-3.84 7.74-9.15 7.74m23.294 0c-7.14 0-9.75-3.99-9.75-11.46 0-7.5 2.61-11.46 9.75-11.46 7.02 0 9.69 3.96 9.69 11.46 0 7.47-2.67 11.46-9.69 11.46m-4.89-11.46c0 4.68 1.02 7.35 4.89 7.35s4.83-2.67 4.83-7.35-.96-7.17-4.83-7.17-4.89 2.49-4.89 7.17m24.554 3.27c-4.65 0-7.14-2.7-7.14-7.38 0-4.59 2.49-7.35 7.14-7.35 4.53 0 7.05 2.73 7.05 7.35 0 4.68-2.52 7.38-7.05 7.38m-2.91-7.38c0 2.34.75 3.84 2.91 3.84 2.13 0 2.85-1.5 2.85-3.84 0-2.28-.75-3.72-2.85-3.72-2.13 0-2.91 1.41-2.91 3.72m5.1 15.24L66.538.33h4.38l-12.42 22.26zm11.97-7.11c0-4.59 2.49-7.35 7.11-7.35 4.56 0 7.08 2.76 7.08 7.35 0 4.68-2.52 7.38-7.08 7.38-4.62 0-7.11-2.7-7.11-7.38m4.23 0c0 2.37.75 3.84 2.88 3.84s2.88-1.47 2.88-3.84c0-2.25-.78-3.69-2.88-3.69s-2.88 1.41-2.88 3.69'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='23' fill='none'%3E%3Cpath fill='%23fff2ec' d='M8.97 22.92c-4.23 0-6.99-1.14-8.97-2.4l2.19-3.57c1.8 1.02 3.93 2.04 6.63 2.04 2.52 0 4.59-.42 4.59-3.66 0-3.21-1.95-3.72-4.44-3.72-1.74 0-2.97.24-4.11.81L.93 11.25 1.5.36h14.91v4.05H5.49l-.24 4.2c.99-.48 2.76-.87 4.89-.87 4.26 0 7.98.9 7.98 7.44 0 6.6-3.84 7.74-9.15 7.74m23.294 0c-7.14 0-9.75-3.99-9.75-11.46 0-7.5 2.61-11.46 9.75-11.46 7.02 0 9.69 3.96 9.69 11.46 0 7.47-2.67 11.46-9.69 11.46m-4.89-11.46c0 4.68 1.02 7.35 4.89 7.35s4.83-2.67 4.83-7.35-.96-7.17-4.83-7.17-4.89 2.49-4.89 7.17m24.554 3.27c-4.65 0-7.14-2.7-7.14-7.38 0-4.59 2.49-7.35 7.14-7.35 4.53 0 7.05 2.73 7.05 7.35 0 4.68-2.52 7.38-7.05 7.38m-2.91-7.38c0 2.34.75 3.84 2.91 3.84 2.13 0 2.85-1.5 2.85-3.84 0-2.28-.75-3.72-2.85-3.72-2.13 0-2.91 1.41-2.91 3.72m5.1 15.24L66.538.33h4.38l-12.42 22.26zm11.97-7.11c0-4.59 2.49-7.35 7.11-7.35 4.56 0 7.08 2.76 7.08 7.35 0 4.68-2.52 7.38-7.08 7.38-4.62 0-7.11-2.7-7.11-7.38m4.23 0c0 2.37.75 3.84 2.88 3.84s2.88-1.47 2.88-3.84c0-2.25-.78-3.69-2.88-3.69s-2.88 1.41-2.88 3.69'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cat-chow__advantage-icon--prebiotic {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='56' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='m13.206 22.777.276.138c.23.507.23.092-.046.599-.506.322-.046.276-.552.046l-.138-.276.506-.507zm2.945-.552.414-.276.368.276.184.092c.369 0 .277-.092.23.322v.46c0 .369.093.323-.184.276.046.277.093.185-.183.185l-.23.184c-.829.092-.277.046-.507-.184h-.138c-.276 0-.184.046-.184-.23-.276 0-.184.092-.184-.23zm1.84-6.35v-.046l.46-.184c.277 0 .231-.046.139.23l.276.368-.23.322-.322.276-.322-.276-.23-.322.276-.368zm2.44-1.702c0-.277-.093-.23.23-.23l.092-.185c0-.322-.092-.276.276-.184l.368-.184.414-.184.368.184.322.23c.322-.092.276-.138.23.138.276-.046.184-.092.184.185v.184l.23.552-.23.322-.138.46-.23.184h-.184c0 .322.046.23-.276.184h-.598c-.368.046-.322.138-.322-.184h-.092c-.322 0-.23.092-.23-.23-.322.046-.23.092-.23-.276l.046-.092-.23-.966zm-.415-4.004c0-.322-.092-.23.277-.184l.644-.092h.046c.322 0 .276-.046.184.276l.046.506c.046.322.138.276-.184.184l-.414.185-.414-.184-.093-.277-.046-.46zM12.884.276l-1.058.276-.276.138v.046l.046 2.347-.046.322.276.368-.046.368c.276.138.23-.276.23.368.276 0 .184-.046.184.23v.139c.276 0 .23-.092.23.184l.368.552v.598c.046.322.092.23-.184.23v.092c0 .322.092.276-.184.276v.184c0 .322.092.23-.184.23v.322l-.23.369v.874l.23.368v.322c.276 0 .184-.046.184.23v.184l.184.276.138.322c.276 0 .23-.092.23.23v.092c.276 0 .184-.046.23.23l.184.277c.322 0 .23-.046.23.276v.092c.277 0 .23-.092.184.23l.139.276.23.322.184.23.046.138.138.23v.368c.322-.138.184-.138.184.23l.046.46v.875l-.276.69-.23.552c.046.644.092.276-.184.414.046.369.184.323-.138.277v.137c-.046.277.046.23-.23.185.045.322.138.276-.185.23.046.276.092.23-.184.184 0 .276.092.23-.23.23l-.782.69c0 .276.092.23-.23.23 0 .276.092.184-.184.184h-.184l-.184.23h-.138c0 .276.046.184-.276.184h-.138c0 .276.046.184-.23.23h-.23l-.323-.046-.736.276h-.92c-.414.046-.368.139-.368-.184h-.184c-.415.046-.323.138-.323-.184h-.23l-.322-.184h-.506l-.46-.184h-.69l-.967-.23-1.104.046-.736.184h-.46c0 .276.046.184-.184.184h-.368l-.185.23-.368.276c0 .323.092.276-.23.23l-.138.23-.23.323-.138.46-.276.69-.092.69v1.84l.046 1.151.322.368-.046.645.23.69.23.552.138.46c.23.092.23-.322.184.414l.276.368-.046.092c.323 0 .184-.046.184.323v.091c.277 0 .23-.091.23.23v.139h.139c11.78.46 28.115-.829 12.056 8.098-4.648 2.577 8.65 10.307 8.65 10.261 1.84-1.886-11.918-7.362-6.672-10.169 15.139-8.098-.046-9.34-10.767-10.813l.092-.23v-.322c-.368 0-.23.046-.184-.323v-.184c-.322 0-.184.046-.184-.368-.046-.828-.184-.966.23-1.702l-.046-.322c0-.368-.092-.276.184-.276v-.092c0-.323-.046-.23.276-.184h.828c.322-.046.276-.139.23.184.322 0 .23-.093.23.184h.092c.322 0 .23-.092.23.184.276 0 .23-.092.23.184.276-.046.23-.092.184.184.277-.046.23-.092.184.184.277-.046.23-.092.185.184.276-.046.23-.092.184.184.276-.046.23-.092.184.184.322-.046.276-.138.23.184.276-.046.184-.092.184.184.276-.046.23-.092.184.184.276 0 .23-.092.23.23l.552.322.184.23h.092c.322 0 .276-.092.276.184l.92.369c.369-.046.323-.138.323.184l.322-.046.322.276.276-.092.598.23h.92l.599.184h1.932l.829-.23.598.092c.046-.23-.414-.184.368-.23l.276.046c0-.322-.092-.23.23-.23h.414c-.046-.276-.092-.184.184-.184h.368c0-.322-.092-.23.276-.184l.875-.369c0-.276-.092-.23.23-.184h.138c0-.276-.092-.23.23-.23h.138l.23-.184c-.046-.276-.092-.184.23-.184h.092c0-.276-.046-.184.23-.184-.046-.276-.092-.184.23-.184-.046-.276-.092-.23.23-.184l.138-.23h.184c-.046-.276-.092-.184.23-.184l.23-.184c0-.276-.091-.23.23-.184-.045-.276-.091-.23.185-.184-.046-.322-.092-.23.23-.23l.644-.599.046-.184.276-.138c-.046-.276-.092-.23.184-.184-.046-.276-.092-.23.184-.23 0-.276-.092-.23.184-.23l.184-.23c-.046-.276-.092-.23.23-.23v-.092c0-.368-.092-.276.23-.276l.139-.322c0-.322-.092-.276.23-.276v-.092c0-.322-.092-.276.184-.276l.23-.69c0-.369-.092-.277.184-.277v-.322l.23-.368-.046-.414.23-.598v-2.9l-.276-.69.046-.46-.23-.368v-.368c-.322 0-.23.046-.184-.322l-.046-.414-.184-.322-.046-.276c-.276 0-.184.046-.184-.276v-.276c-.276 0-.184.046-.184-.277v-.138c-.323 0-.184.046-.184-.276v-.046c-.277 0-.185.046-.23-.276l-.047-.184V9.71c-.322 0-.23.046-.23-.276l-.046-.184-.276-.368-.184-.184v-.184c-.322.046-.184.092-.184-.276l-.184-.276c-.322 0-.23.046-.184-.277-.322.046-.23.093-.23-.23l-.184-.276c-.276 0-.23.046-.184-.23-.276.046-.23.092-.184-.184-.276 0-.23.092-.184-.184-.276 0-.23.092-.184-.184-.277 0-.23.092-.184-.184-.277 0-.23.092-.184-.184-.277 0-.23.092-.23-.184-.277 0-.23.092-.185-.184-.276 0-.23.092-.23-.184h-.092c-.276 0-.23.092-.23-.184-.276 0-.23.092-.23-.184h-.092c-.322 0-.276.092-.276-.184h-.184c-.276 0-.184.092-.184-.23h-.184c-.276 0-.23.092-.23-.23h-.184c-.322.045-.23.091-.23-.23h-.139l-.322-.139-.552-.23-.782-.184-2.117.046-.552-.276c-.322.092-.184.092-.184-.276l-.046-.23c-.322 0-.184.046-.184-.368L15.323.184 14.034 0l-.966.138z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='m1.61 29.864.046.23c.277-.046.185-.092.185.184l.138.368c.276 0 .23-.092.23.184.276 0 .23-.092.184.184.276 0 .23-.092.184.184l.23.184h.138c.276.046.23-.046.184.23.322-.046.276-.138.23.138h.138l.23.184.322.23.184-.046c.368 0 .276-.092.276.23h.276c.323 0 .277-.092.277.23l.322-.046c7.316.139 15.737-.414 22.915.23h.092c.276 0 .23-.045.184.277l.046.506c.046.276.138.23-.138.23.046.322.092.184-.322.138H5.614l-.414.276-.276-.046c0 .322.046.23-.323.138l-.368.184-.322.23-.276.138-.138.23H3.36c.046.276.092.23-.23.184.046.322.138.23-.184.184.046.277.092.23-.184.184.046.276.092.184-.23.184l-.138.323c0 .322.092.23-.23.23l-.138.368-.184.276-.046.276c0 .322.138.276-.185.276v.322l-.184.46-.046 1.657.276.46-.046.276c.277 0 .185-.046.185.23v.276c.276 0 .184-.046.184.23v.138c.276 0 .184-.046.184.276v.093c.276 0 .23-.093.184.23.276-.046.184-.093.184.23l.69.736.23.23c.276 0 .23-.092.23.184h.184c.276 0 .184-.092.184.23l.552.184c.369 0 .323-.138.323.184H5.2l.414.184h9.847c3.175 0 6.35-.138 9.479.23l.276.138.276.415-.23.368c.092.322.092.184-.322.184-1.196.46-4.648.23-6.166.276l-.368-.092c0 .322.046.23-.368.184h-.276c0 .322.046.23-.276.184l-.507.184c0 .322.092.23-.276.184h-.092c0 .276.092.23-.23.23l-.782.69c0 .322.092.276-.184.23 0 .276.092.23-.184.23l-.414.875c.046.368.138.368-.184.276l.046.46-.184.276v4.187l-.046.507c.322-.093.184-.139.184.23v.138c.322 0 .23-.092.184.23.276-.046.23-.092.184.184.276-.046.23-.092.184.184.368-.046.322-.138.322.184l.414.138.414.046.598-.046.369.046.46-.138.322-.276.23-.138c-.046-.322-.138-.276.184-.23-.046-.322-.138-.23.184-.23v-.046c0-.369-.138-.322.184-.322l-.046-.139.23-.368v-3.037c0-.322-.092-.276.184-.23 0-.276-.092-.184.23-.184h5.706l.644-.184h.46l.322-.184.277-.046.23-.184h.138c0-.276-.046-.184.23-.184-.046-.322-.092-.184.276-.184h.092c0-.322-.092-.23.23-.23-.046-.276-.092-.23.23-.184-.046-.276-.092-.23.23-.184-.046-.276-.092-.23.184-.184-.046-.322-.138-.276.184-.23-.046-.322-.138-.276.184-.23-.046-.277-.092-.23.184-.184 0-.277-.092-.23.184-.23v-.093c0-.276-.092-.23.23-.23v-.138c0-.322-.091-.276.185-.276l.046-.23c-.046-.368-.139-.276.184-.276v-.368l.23-.598.046-.92-.276-.69v-.369l-.184-.322v-.092c-.323 0-.23.092-.23-.23v-.322c-.277 0-.185.046-.185-.23-.322.046-.23.092-.184-.276v-.092c-.322 0-.23.092-.184-.23-.276.045-.23.091-.184-.23-.276.045-.184.091-.184-.23-.322.045-.23.091-.184-.185-.322.046-.276.138-.23-.184-.322.046-.23.138-.23-.184-.322.046-.23.092-.23-.23h-.092c-.368 0-.322.138-.276-.184-.322 0-.23.092-.23-.184h-.092l-.276-.184-.277-.046c-.368.046-.276.138-.276-.184h-.322l-.46-.184H6.672c-.368 0-.276.138-.276-.184l-.092-.184v-.46c-.046-.369-.138-.277.184-.23 3.681-.415 7.408-.23 11.136-.23h11.365l.967-.23.506-.23.368-.185.276-.138c-.046-.276-.138-.23.184-.23h.138c0-.276-.092-.23.23-.184-.046-.276-.092-.184.23-.184-.046-.276-.092-.23.184-.184-.046-.276-.092-.23.184-.184 0-.276-.092-.23.184-.23l.184-.23c-.046-.276-.092-.23.23-.23v-.093c0-.368-.091-.322.23-.322l.185-.46c0-.368-.138-.322.184-.322v-.276l.184-.368v-.552l.046-1.197v-.506l-.23-.322v-.322c-.322 0-.184.046-.184-.322l-.184-.46c-.322 0-.23.046-.23-.322v-.092c-.323 0-.23.092-.23-.23-.277.046-.185.092-.185-.23-.276.046-.184.091-.184-.23-.276 0-.184.091-.184-.185-.276 0-.23.092-.184-.184-.276 0-.23.092-.23-.184-.276.046-.23.092-.23-.184h-.138c-.276 0-.23.046-.184-.23h-.23l-.184-.23h-.138c-.322.046-.276.092-.276-.23l-.184.046-.415-.23c-7.868-.598-16.243.414-24.02-.368l-.275-.138c-.368.046-.23-.414-.645-.368 10.768 1.472 25.953 2.668 10.768 10.813-5.292 2.807 8.513 8.283 6.672 10.17 0 0-13.298-7.685-8.65-10.262 16.058-8.927-.277-7.592-12.057-8.099z' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='56' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='m13.206 22.777.276.138c.23.507.23.092-.046.599-.506.322-.046.276-.552.046l-.138-.276.506-.507zm2.945-.552.414-.276.368.276.184.092c.369 0 .277-.092.23.322v.46c0 .369.093.323-.184.276.046.277.093.185-.183.185l-.23.184c-.829.092-.277.046-.507-.184h-.138c-.276 0-.184.046-.184-.23-.276 0-.184.092-.184-.23zm1.84-6.35v-.046l.46-.184c.277 0 .231-.046.139.23l.276.368-.23.322-.322.276-.322-.276-.23-.322.276-.368zm2.44-1.702c0-.277-.093-.23.23-.23l.092-.185c0-.322-.092-.276.276-.184l.368-.184.414-.184.368.184.322.23c.322-.092.276-.138.23.138.276-.046.184-.092.184.185v.184l.23.552-.23.322-.138.46-.23.184h-.184c0 .322.046.23-.276.184h-.598c-.368.046-.322.138-.322-.184h-.092c-.322 0-.23.092-.23-.23-.322.046-.23.092-.23-.276l.046-.092-.23-.966zm-.415-4.004c0-.322-.092-.23.277-.184l.644-.092h.046c.322 0 .276-.046.184.276l.046.506c.046.322.138.276-.184.184l-.414.185-.414-.184-.093-.277-.046-.46zM12.884.276l-1.058.276-.276.138v.046l.046 2.347-.046.322.276.368-.046.368c.276.138.23-.276.23.368.276 0 .184-.046.184.23v.139c.276 0 .23-.092.23.184l.368.552v.598c.046.322.092.23-.184.23v.092c0 .322.092.276-.184.276v.184c0 .322.092.23-.184.23v.322l-.23.369v.874l.23.368v.322c.276 0 .184-.046.184.23v.184l.184.276.138.322c.276 0 .23-.092.23.23v.092c.276 0 .184-.046.23.23l.184.277c.322 0 .23-.046.23.276v.092c.277 0 .23-.092.184.23l.139.276.23.322.184.23.046.138.138.23v.368c.322-.138.184-.138.184.23l.046.46v.875l-.276.69-.23.552c.046.644.092.276-.184.414.046.369.184.323-.138.277v.137c-.046.277.046.23-.23.185.045.322.138.276-.185.23.046.276.092.23-.184.184 0 .276.092.23-.23.23l-.782.69c0 .276.092.23-.23.23 0 .276.092.184-.184.184h-.184l-.184.23h-.138c0 .276.046.184-.276.184h-.138c0 .276.046.184-.23.23h-.23l-.323-.046-.736.276h-.92c-.414.046-.368.139-.368-.184h-.184c-.415.046-.323.138-.323-.184h-.23l-.322-.184h-.506l-.46-.184h-.69l-.967-.23-1.104.046-.736.184h-.46c0 .276.046.184-.184.184h-.368l-.185.23-.368.276c0 .323.092.276-.23.23l-.138.23-.23.323-.138.46-.276.69-.092.69v1.84l.046 1.151.322.368-.046.645.23.69.23.552.138.46c.23.092.23-.322.184.414l.276.368-.046.092c.323 0 .184-.046.184.323v.091c.277 0 .23-.091.23.23v.139h.139c11.78.46 28.115-.829 12.056 8.098-4.648 2.577 8.65 10.307 8.65 10.261 1.84-1.886-11.918-7.362-6.672-10.169 15.139-8.098-.046-9.34-10.767-10.813l.092-.23v-.322c-.368 0-.23.046-.184-.323v-.184c-.322 0-.184.046-.184-.368-.046-.828-.184-.966.23-1.702l-.046-.322c0-.368-.092-.276.184-.276v-.092c0-.323-.046-.23.276-.184h.828c.322-.046.276-.139.23.184.322 0 .23-.093.23.184h.092c.322 0 .23-.092.23.184.276 0 .23-.092.23.184.276-.046.23-.092.184.184.277-.046.23-.092.184.184.277-.046.23-.092.185.184.276-.046.23-.092.184.184.276-.046.23-.092.184.184.322-.046.276-.138.23.184.276-.046.184-.092.184.184.276-.046.23-.092.184.184.276 0 .23-.092.23.23l.552.322.184.23h.092c.322 0 .276-.092.276.184l.92.369c.369-.046.323-.138.323.184l.322-.046.322.276.276-.092.598.23h.92l.599.184h1.932l.829-.23.598.092c.046-.23-.414-.184.368-.23l.276.046c0-.322-.092-.23.23-.23h.414c-.046-.276-.092-.184.184-.184h.368c0-.322-.092-.23.276-.184l.875-.369c0-.276-.092-.23.23-.184h.138c0-.276-.092-.23.23-.23h.138l.23-.184c-.046-.276-.092-.184.23-.184h.092c0-.276-.046-.184.23-.184-.046-.276-.092-.184.23-.184-.046-.276-.092-.23.23-.184l.138-.23h.184c-.046-.276-.092-.184.23-.184l.23-.184c0-.276-.091-.23.23-.184-.045-.276-.091-.23.185-.184-.046-.322-.092-.23.23-.23l.644-.599.046-.184.276-.138c-.046-.276-.092-.23.184-.184-.046-.276-.092-.23.184-.23 0-.276-.092-.23.184-.23l.184-.23c-.046-.276-.092-.23.23-.23v-.092c0-.368-.092-.276.23-.276l.139-.322c0-.322-.092-.276.23-.276v-.092c0-.322-.092-.276.184-.276l.23-.69c0-.369-.092-.277.184-.277v-.322l.23-.368-.046-.414.23-.598v-2.9l-.276-.69.046-.46-.23-.368v-.368c-.322 0-.23.046-.184-.322l-.046-.414-.184-.322-.046-.276c-.276 0-.184.046-.184-.276v-.276c-.276 0-.184.046-.184-.277v-.138c-.323 0-.184.046-.184-.276v-.046c-.277 0-.185.046-.23-.276l-.047-.184V9.71c-.322 0-.23.046-.23-.276l-.046-.184-.276-.368-.184-.184v-.184c-.322.046-.184.092-.184-.276l-.184-.276c-.322 0-.23.046-.184-.277-.322.046-.23.093-.23-.23l-.184-.276c-.276 0-.23.046-.184-.23-.276.046-.23.092-.184-.184-.276 0-.23.092-.184-.184-.276 0-.23.092-.184-.184-.277 0-.23.092-.184-.184-.277 0-.23.092-.184-.184-.277 0-.23.092-.23-.184-.277 0-.23.092-.185-.184-.276 0-.23.092-.23-.184h-.092c-.276 0-.23.092-.23-.184-.276 0-.23.092-.23-.184h-.092c-.322 0-.276.092-.276-.184h-.184c-.276 0-.184.092-.184-.23h-.184c-.276 0-.23.092-.23-.23h-.184c-.322.045-.23.091-.23-.23h-.139l-.322-.139-.552-.23-.782-.184-2.117.046-.552-.276c-.322.092-.184.092-.184-.276l-.046-.23c-.322 0-.184.046-.184-.368L15.323.184 14.034 0l-.966.138z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='m1.61 29.864.046.23c.277-.046.185-.092.185.184l.138.368c.276 0 .23-.092.23.184.276 0 .23-.092.184.184.276 0 .23-.092.184.184l.23.184h.138c.276.046.23-.046.184.23.322-.046.276-.138.23.138h.138l.23.184.322.23.184-.046c.368 0 .276-.092.276.23h.276c.323 0 .277-.092.277.23l.322-.046c7.316.139 15.737-.414 22.915.23h.092c.276 0 .23-.045.184.277l.046.506c.046.276.138.23-.138.23.046.322.092.184-.322.138H5.614l-.414.276-.276-.046c0 .322.046.23-.323.138l-.368.184-.322.23-.276.138-.138.23H3.36c.046.276.092.23-.23.184.046.322.138.23-.184.184.046.277.092.23-.184.184.046.276.092.184-.23.184l-.138.323c0 .322.092.23-.23.23l-.138.368-.184.276-.046.276c0 .322.138.276-.185.276v.322l-.184.46-.046 1.657.276.46-.046.276c.277 0 .185-.046.185.23v.276c.276 0 .184-.046.184.23v.138c.276 0 .184-.046.184.276v.093c.276 0 .23-.093.184.23.276-.046.184-.093.184.23l.69.736.23.23c.276 0 .23-.092.23.184h.184c.276 0 .184-.092.184.23l.552.184c.369 0 .323-.138.323.184H5.2l.414.184h9.847c3.175 0 6.35-.138 9.479.23l.276.138.276.415-.23.368c.092.322.092.184-.322.184-1.196.46-4.648.23-6.166.276l-.368-.092c0 .322.046.23-.368.184h-.276c0 .322.046.23-.276.184l-.507.184c0 .322.092.23-.276.184h-.092c0 .276.092.23-.23.23l-.782.69c0 .322.092.276-.184.23 0 .276.092.23-.184.23l-.414.875c.046.368.138.368-.184.276l.046.46-.184.276v4.187l-.046.507c.322-.093.184-.139.184.23v.138c.322 0 .23-.092.184.23.276-.046.23-.092.184.184.276-.046.23-.092.184.184.368-.046.322-.138.322.184l.414.138.414.046.598-.046.369.046.46-.138.322-.276.23-.138c-.046-.322-.138-.276.184-.23-.046-.322-.138-.23.184-.23v-.046c0-.369-.138-.322.184-.322l-.046-.139.23-.368v-3.037c0-.322-.092-.276.184-.23 0-.276-.092-.184.23-.184h5.706l.644-.184h.46l.322-.184.277-.046.23-.184h.138c0-.276-.046-.184.23-.184-.046-.322-.092-.184.276-.184h.092c0-.322-.092-.23.23-.23-.046-.276-.092-.23.23-.184-.046-.276-.092-.23.23-.184-.046-.276-.092-.23.184-.184-.046-.322-.138-.276.184-.23-.046-.322-.138-.276.184-.23-.046-.277-.092-.23.184-.184 0-.277-.092-.23.184-.23v-.093c0-.276-.092-.23.23-.23v-.138c0-.322-.091-.276.185-.276l.046-.23c-.046-.368-.139-.276.184-.276v-.368l.23-.598.046-.92-.276-.69v-.369l-.184-.322v-.092c-.323 0-.23.092-.23-.23v-.322c-.277 0-.185.046-.185-.23-.322.046-.23.092-.184-.276v-.092c-.322 0-.23.092-.184-.23-.276.045-.23.091-.184-.23-.276.045-.184.091-.184-.23-.322.045-.23.091-.184-.185-.322.046-.276.138-.23-.184-.322.046-.23.138-.23-.184-.322.046-.23.092-.23-.23h-.092c-.368 0-.322.138-.276-.184-.322 0-.23.092-.23-.184h-.092l-.276-.184-.277-.046c-.368.046-.276.138-.276-.184h-.322l-.46-.184H6.672c-.368 0-.276.138-.276-.184l-.092-.184v-.46c-.046-.369-.138-.277.184-.23 3.681-.415 7.408-.23 11.136-.23h11.365l.967-.23.506-.23.368-.185.276-.138c-.046-.276-.138-.23.184-.23h.138c0-.276-.092-.23.23-.184-.046-.276-.092-.184.23-.184-.046-.276-.092-.23.184-.184-.046-.276-.092-.23.184-.184 0-.276-.092-.23.184-.23l.184-.23c-.046-.276-.092-.23.23-.23v-.093c0-.368-.091-.322.23-.322l.185-.46c0-.368-.138-.322.184-.322v-.276l.184-.368v-.552l.046-1.197v-.506l-.23-.322v-.322c-.322 0-.184.046-.184-.322l-.184-.46c-.322 0-.23.046-.23-.322v-.092c-.323 0-.23.092-.23-.23-.277.046-.185.092-.185-.23-.276.046-.184.091-.184-.23-.276 0-.184.091-.184-.185-.276 0-.23.092-.184-.184-.276 0-.23.092-.23-.184-.276.046-.23.092-.23-.184h-.138c-.276 0-.23.046-.184-.23h-.23l-.184-.23h-.138c-.322.046-.276.092-.276-.23l-.184.046-.415-.23c-7.868-.598-16.243.414-24.02-.368l-.275-.138c-.368.046-.23-.414-.645-.368 10.768 1.472 25.953 2.668 10.768 10.813-5.292 2.807 8.513 8.283 6.672 10.17 0 0-13.298-7.685-8.65-10.262 16.058-8.927-.277-7.592-12.057-8.099z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cat-chow__advantage-icon--wo-coloring {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='27' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M32.6 19.35 54.618 6.746 32.936 24.729c5.547 7.227 27.565-5.21 31.095-18.824C65.71-.82 32.6 5.568 32.6 19.183zM8.902 4.392 29.407 19.35c.504-8.74-10.925-15.463-17.984-17.48C7.389.694-1.855-2.5.33 3.72 1.674 8.09 3.523 12.29 6.38 15.82c5.379 6.723 25.044 14.287 20.17 7.06C24.533 19.854 8.901 4.727 8.901 4.39' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='27' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M32.6 19.35 54.618 6.746 32.936 24.729c5.547 7.227 27.565-5.21 31.095-18.824C65.71-.82 32.6 5.568 32.6 19.183zM8.902 4.392 29.407 19.35c.504-8.74-10.925-15.463-17.984-17.48C7.389.694-1.855-2.5.33 3.72 1.674 8.09 3.523 12.29 6.38 15.82c5.379 6.723 25.044 14.287 20.17 7.06C24.533 19.854 8.901 4.727 8.901 4.39' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.cat-chow__advantage-icon--natural {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='65' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M3.495 53.86c.455-1.823 2.886-3.95 4.558-4.862 1.823-.912 2.887-.76 6.23 1.671-1.976 3.799-1.976 4.255-3.951 4.558-2.431.304-5.166-.151-6.837-1.367m11.547 7.141-.912.152-.152-1.063c.152-3.191.152-4.559 1.672-6.99s2.127-2.127 5.318-3.038c-.152 1.063-.76 1.823-1.064 2.886-.76 2.887.76 6.23-4.862 7.901zm13.826-13.067c-2.43 6.382-.911 4.407-1.67 7.445-.305 1.216-1.216 1.672-2.28 2.431-.456.304-1.064.76-1.52.912-1.063.304-.76.304-1.063-.152-.608-.76-1.367-9.268 6.685-10.636zm8.965 6.382c-.608-6.23 1.52-10.18 7.293-10.94.304 3.19-.152 5.318-1.671 7.445-.912 1.368-3.04 3.19-5.47 3.495zm-7.901 2.279c-.304-3.343-.152-5.166 1.367-7.749 1.368-2.127 2.128-2.735 5.47-3.19-.304 1.215-.911 2.278-1.215 3.494-.456 1.975.76 6.077-5.47 7.445zm-10.028-9.572c.608.455.456-.456.456.607l-.912.304c-3.343.608-4.558.76-6.989-1.215-1.52-1.216-2.887-2.735-3.495-5.166 8.965-1.52 5.47 3.039 10.94 5.47m-3.039-7.75c8.205-2.126 5.622 2.584 11.244 5.623-3.647 3.038-10.028-.608-11.244-5.622m15.042-.455c1.52 2.28 2.127 2.28 4.254 4.102-3.038 1.064-4.71 1.368-7.445-.455-1.519-1.064-3.646-3.04-3.798-5.47 5.47-.76 5.622-.152 6.99 1.975zm12.46 1.52c-4.255 4.102-12.308-2.736-11.244-5.622 5.621-1.368 9.572 1.975 11.243 5.621M30.235 33.5l-.304.912-.912-.152c-1.671 0-4.558 0-6.077.912l-1.368 1.367c-1.671-.152-3.342-.152-4.862.152-1.671.304-2.127 1.063-3.039 1.975-2.734-.304-5.47.152-7.445 1.216-.151 3.038 1.216 4.102 1.976 6.381-4.558 1.52-5.774 4.862-7.75 6.382.153 1.975-.607 1.823 1.064 3.038l1.368.912 1.367.912c.76-.608.912 0 3.04.303 1.518.152 2.734 0 4.101 0 0 2.583.304 4.71 1.368 6.23 6.23-.76 5.47-3.19 7.749-2.735 4.102.912 5.925-2.583 7.597-2.431 3.798.76 4.406-.608 6.685-1.975 1.064-.608 0-.456 1.216-.304s.607.76 2.734 0c7.142-2.127 8.66-6.837 8.813-14.282 11.851-1.824 12.763 1.67 15.65 1.215 1.215-5.622-12.46-3.95-16.562-3.646-3.19-9.269-14.586-9.42-16.561-6.534zM49.532 19.066c.608-.608 1.975-1.215 2.887-1.671 3.495-1.975 7.445 3.19 8.053 5.014-9.876 2.735-7.75 1.063-10.94-3.343m-5.925-.304c4.71.304 6.533 5.318 6.077 10.484-2.127.152-4.71-2.127-5.166-3.19-.608-1.824-.304-3.951-1.367-6.838l-.456-1.064zm-8.661-2.583c3.343.608 4.254 1.216 5.622 3.495.607 1.215 2.279 5.622 1.063 7.141-.911.912-4.71-1.975-5.014-3.19-.304-1.064-.152-2.736-.456-4.103-.303-1.367-.76-2.127-1.215-3.343m-1.216 8.66c-2.127-.455-4.71-1.974-5.165-3.95-.304-1.215 0-2.279-.456-3.798-.304-1.216-.76-2.127-1.216-3.343 5.926 1.064 7.597 5.47 6.685 10.94zm9.725-8.964c.76-.911 1.367-1.063 2.583-2.127 2.583-2.583 2.886-5.47 8.356-3.798l-3.646 5.47c-2.735 1.823-4.255 1.367-7.293.455M36.313 13.9l-.76-.608.608-.303c1.824-1.064 2.887-2.28 4.255-4.255 1.367-2.127 4.406-1.671 6.685-1.063-.608 2.127-2.127 4.102-3.646 5.166-2.583 1.823-3.647 1.67-6.838 1.063zm-8.508-2.887c7.14-5.621 3.039-6.837 11.091-5.925-.456 2.583-2.43 4.71-4.254 5.773-2.127 1.216-4.862 1.824-6.837.152m-8.357-2.279c1.671-4.102 5.318-6.685 11.548-5.773-.152 4.102-6.99 9.268-11.548 5.773M3.647 8.278c-.608.76 0 .456-1.064.304L.76 9.798c-.76.912-.456.456-.76 1.975 3.798.912 3.343-2.887 16.106-1.063-.152 2.43-.912 4.861 1.823 4.406.608-.912.456-2.28.608-3.799 5.621.76 8.052 4.558 7.293 10.94 0 0-5.622-1.672-3.799 1.063 1.216 1.824 6.078 1.368 6.078 1.368.455 0 3.798 2.279 5.621 2.43 2.28.153.76-.303 1.976-.303s3.646 3.19 7.293 2.431c.911-.152-.152-.76 1.671.304.608.304.912.76 1.671 1.063 1.368.608 2.735 1.216 4.407 1.064.911-1.215 1.063-1.52 1.063-3.343l.152-2.886 1.064.455c4.406-.455 7.293-.303 10.028-3.19-.152-4.407-6.078-7.293-7.75-8.66.76-1.824 1.976-3.496 1.976-5.927-2.28-1.063-4.254-1.367-7.445-1.215-2.127-2.28-3.647-2.735-7.749-2.28 0 0-.152-.303-.152-.151-.456.912.76-.912-2.887-1.823-1.823-.456-2.887-.456-4.71-.304-1.063-.304 0-1.823-4.71-2.28-5.774-.607-10.636 2.584-12.763 8.053-5.925-.607-7.597-.455-13.218 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='65' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M3.495 53.86c.455-1.823 2.886-3.95 4.558-4.862 1.823-.912 2.887-.76 6.23 1.671-1.976 3.799-1.976 4.255-3.951 4.558-2.431.304-5.166-.151-6.837-1.367m11.547 7.141-.912.152-.152-1.063c.152-3.191.152-4.559 1.672-6.99s2.127-2.127 5.318-3.038c-.152 1.063-.76 1.823-1.064 2.886-.76 2.887.76 6.23-4.862 7.901zm13.826-13.067c-2.43 6.382-.911 4.407-1.67 7.445-.305 1.216-1.216 1.672-2.28 2.431-.456.304-1.064.76-1.52.912-1.063.304-.76.304-1.063-.152-.608-.76-1.367-9.268 6.685-10.636zm8.965 6.382c-.608-6.23 1.52-10.18 7.293-10.94.304 3.19-.152 5.318-1.671 7.445-.912 1.368-3.04 3.19-5.47 3.495zm-7.901 2.279c-.304-3.343-.152-5.166 1.367-7.749 1.368-2.127 2.128-2.735 5.47-3.19-.304 1.215-.911 2.278-1.215 3.494-.456 1.975.76 6.077-5.47 7.445zm-10.028-9.572c.608.455.456-.456.456.607l-.912.304c-3.343.608-4.558.76-6.989-1.215-1.52-1.216-2.887-2.735-3.495-5.166 8.965-1.52 5.47 3.039 10.94 5.47m-3.039-7.75c8.205-2.126 5.622 2.584 11.244 5.623-3.647 3.038-10.028-.608-11.244-5.622m15.042-.455c1.52 2.28 2.127 2.28 4.254 4.102-3.038 1.064-4.71 1.368-7.445-.455-1.519-1.064-3.646-3.04-3.798-5.47 5.47-.76 5.622-.152 6.99 1.975zm12.46 1.52c-4.255 4.102-12.308-2.736-11.244-5.622 5.621-1.368 9.572 1.975 11.243 5.621M30.235 33.5l-.304.912-.912-.152c-1.671 0-4.558 0-6.077.912l-1.368 1.367c-1.671-.152-3.342-.152-4.862.152-1.671.304-2.127 1.063-3.039 1.975-2.734-.304-5.47.152-7.445 1.216-.151 3.038 1.216 4.102 1.976 6.381-4.558 1.52-5.774 4.862-7.75 6.382.153 1.975-.607 1.823 1.064 3.038l1.368.912 1.367.912c.76-.608.912 0 3.04.303 1.518.152 2.734 0 4.101 0 0 2.583.304 4.71 1.368 6.23 6.23-.76 5.47-3.19 7.749-2.735 4.102.912 5.925-2.583 7.597-2.431 3.798.76 4.406-.608 6.685-1.975 1.064-.608 0-.456 1.216-.304s.607.76 2.734 0c7.142-2.127 8.66-6.837 8.813-14.282 11.851-1.824 12.763 1.67 15.65 1.215 1.215-5.622-12.46-3.95-16.562-3.646-3.19-9.269-14.586-9.42-16.561-6.534zM49.532 19.066c.608-.608 1.975-1.215 2.887-1.671 3.495-1.975 7.445 3.19 8.053 5.014-9.876 2.735-7.75 1.063-10.94-3.343m-5.925-.304c4.71.304 6.533 5.318 6.077 10.484-2.127.152-4.71-2.127-5.166-3.19-.608-1.824-.304-3.951-1.367-6.838l-.456-1.064zm-8.661-2.583c3.343.608 4.254 1.216 5.622 3.495.607 1.215 2.279 5.622 1.063 7.141-.911.912-4.71-1.975-5.014-3.19-.304-1.064-.152-2.736-.456-4.103-.303-1.367-.76-2.127-1.215-3.343m-1.216 8.66c-2.127-.455-4.71-1.974-5.165-3.95-.304-1.215 0-2.279-.456-3.798-.304-1.216-.76-2.127-1.216-3.343 5.926 1.064 7.597 5.47 6.685 10.94zm9.725-8.964c.76-.911 1.367-1.063 2.583-2.127 2.583-2.583 2.886-5.47 8.356-3.798l-3.646 5.47c-2.735 1.823-4.255 1.367-7.293.455M36.313 13.9l-.76-.608.608-.303c1.824-1.064 2.887-2.28 4.255-4.255 1.367-2.127 4.406-1.671 6.685-1.063-.608 2.127-2.127 4.102-3.646 5.166-2.583 1.823-3.647 1.67-6.838 1.063zm-8.508-2.887c7.14-5.621 3.039-6.837 11.091-5.925-.456 2.583-2.43 4.71-4.254 5.773-2.127 1.216-4.862 1.824-6.837.152m-8.357-2.279c1.671-4.102 5.318-6.685 11.548-5.773-.152 4.102-6.99 9.268-11.548 5.773M3.647 8.278c-.608.76 0 .456-1.064.304L.76 9.798c-.76.912-.456.456-.76 1.975 3.798.912 3.343-2.887 16.106-1.063-.152 2.43-.912 4.861 1.823 4.406.608-.912.456-2.28.608-3.799 5.621.76 8.052 4.558 7.293 10.94 0 0-5.622-1.672-3.799 1.063 1.216 1.824 6.078 1.368 6.078 1.368.455 0 3.798 2.279 5.621 2.43 2.28.153.76-.303 1.976-.303s3.646 3.19 7.293 2.431c.911-.152-.152-.76 1.671.304.608.304.912.76 1.671 1.063 1.368.608 2.735 1.216 4.407 1.064.911-1.215 1.063-1.52 1.063-3.343l.152-2.886 1.064.455c4.406-.455 7.293-.303 10.028-3.19-.152-4.407-6.078-7.293-7.75-8.66.76-1.824 1.976-3.496 1.976-5.927-2.28-1.063-4.254-1.367-7.445-1.215-2.127-2.28-3.647-2.735-7.749-2.28 0 0-.152-.303-.152-.151-.456.912.76-.912-2.887-1.823-1.823-.456-2.887-.456-4.71-.304-1.063-.304 0-1.823-4.71-2.28-5.774-.607-10.636 2.584-12.763 8.053-5.925-.607-7.597-.455-13.218 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 46px;
  height: 46px;
}

.cat-chow__advantage-icon--quality {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='48' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M11.635 47.552c1.325-.331 22.36-25.01 25.175-28.323 3.81-4.472 9.11-9.606 13.416-13.912C61.489-6.112 45.92 3.992 42.44 6.973c-4.472 3.644-26.5 23.685-30.31 22.856-5.465-1.159-16.728-12.422-10.103.497C3.684 33.64 9.15 46.392 11.8 47.552z' clip-rule='evenodd'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='48' fill='none'%3E%3Cpath fill='%23fff2ec' fill-rule='evenodd' d='M11.635 47.552c1.325-.331 22.36-25.01 25.175-28.323 3.81-4.472 9.11-9.606 13.416-13.912C61.489-6.112 45.92 3.992 42.44 6.973c-4.472 3.644-26.5 23.685-30.31 22.856-5.465-1.159-16.728-12.422-10.103.497C3.684 33.64 9.15 46.392 11.8 47.552z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 46px;
  height: 46px;
}

.cat-chow__products {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cat-chow__products-container {
  width: 100%;
  max-width: 1320px;
  padding-inline: 15px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cat-chow__products-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cat-chow__products-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
}

.cat-chow__products-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}

.cat-chow__products-slider-wrapper {
  width: 100%;
}

.cat-chow__about {
  width: 100%;
  max-width: 1320px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-block: 50px;
}

.cat-chow__about-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cat-chow__about-slider {
  min-width: 0;
  overflow: hidden;
}

.cat-chow__about-slider .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.cat-chow__about-slider .swiper-button-next,
.cat-chow__about-slider .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  width: 67px;
  height: 60px;
  border-radius: 15px;
  background-color: #F5F5F5;
  cursor: pointer;
}

.cat-chow__about-slider .swiper-button-next:before,
.cat-chow__about-slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m8.5 1.5-7 7 7 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m8.5 1.5-7 7 7 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
}

.cat-chow__about-slider .swiper-button-next:after,
.cat-chow__about-slider .swiper-button-prev:after {
  display: none;
}

.cat-chow__about-slider .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.cat-chow__about-image {
  order: -1;
}

.cat-chow__about-image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cat-chow__about-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cat-chow__about-slide-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

.cat-chow__about-slide-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}

@media (min-width: 1140px) {
  body.route-purina-base-landing-cat-chow .block-system-breadcrumb-block {
    margin-bottom: -66px;
    position: relative;
    z-index: 1;
  }

  .cat-chow__top {
    position: relative;
  }

  .cat-chow__hero {
    padding-block: 120px;
    min-height: 800px;
    background-size: auto 100%, auto 800px;
    background-position: right center, right -150px bottom 0;
    margin-bottom: 235px;
    border-bottom-left-radius: 44px;
    border-bottom-right-radius: 44px;
  }

  .cat-chow__hero-container {
    box-sizing: content-box;
  }

  .cat-chow__hero-logo {
    width: 200px;
    height: 200px;
  }

  .cat-chow__hero-title {
    font-size: 60px;
  }

  .cat-chow__advantage-container {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -48%);
            transform: translate(-50%, -48%);
    z-index: 1;
    margin-block: 0;
  }

  .cat-chow__advantage-list {
    margin-block: 0;
  }

  .cat-chow__advantage-item {
    gap: 38px;
    padding: 32px 20px 20px;
    min-height: 270px;
    border-radius: 64px;
  }

  .cat-chow__advantage-icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .cat-chow__advantage-icon-wrapper:before,
  .cat-chow__advantage-icon-wrapper:after {
    border-radius: 25px;
  }

  .cat-chow__advantage-text {
    font-size: 18px;
    line-height: 24px;
  }

  .cat-chow__advantage-icon {
    width: 84px;
    height: 84px;
  }

  .cat-chow__advantage-icon--natural {
    width: 64px;
    height: 64px;
  }

  .cat-chow__advantage-icon--quality {
    width: 54px;
    height: 54px;
  }

  .cat-chow__products-container {
    box-sizing: content-box;
  }

  .cat-chow__products-container {
    gap: 50px;
  }

  .cat-chow__products-header {
    gap: 30px;
  }

  .cat-chow__products-title {
    font-size: 40px;
  }

  .cat-chow__products-description {
    font-size: 18px;
    line-height: 30px;
  }

  .cat-chow__about {
    box-sizing: content-box;
  }

  .cat-chow__about-container {
    display: grid;
    grid-template-columns: 1fr 570px;
    gap: 100px;
  }

  .cat-chow__about-slider .swiper-wrapper {
    height: auto;
  }

  .cat-chow__about-slider .swiper-navigation {
    margin-top: 40px;
  }

  .cat-chow__about-image {
    order: 0;
  }

  .cat-chow__about-slide {
    gap: 30px;
  }

  .cat-chow__about-slide-title {
    font-size: 40px;
  }

  .cat-chow__about-slide-description {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1140px) and (min-width: 1240.1px) {
  .cat-chow__hero {
    background-position: right center, right -110px bottom 0;
  }
}

@media (min-width: 1140px) and (min-width: 1310.1px) {
  .cat-chow__hero {
    background-position: right center, right -8px bottom 0;
  }
}