

/* Start:/local/templates/pappy_pets/components/bitrix/catalog/catalog/style.css?177759935525268*/
/* stylelint-disable */
.product {
  position: relative;
  margin-bottom: 40px;
  font-family: "Inter", sans-serif !important;
  /* stylelint-disable-line declaration-no-important */
}
.product__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 8px) calc(50% - 8px);
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
  gap: 16px;
}
@media (width <= 1040.98px) {
  .product__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
}
.product__gallery {
  max-width: 608px;
}
@media (width <= 1040.98px) {
  .product__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
  }
}
.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 608px;
  gap: 16px;
}
@media (width <= 1040.98px) {
  .product__content {
	width: 100%;
	max-width: 100%;
  }
}
.product__header {
  position: relative;
  z-index: 20 !important;
  /* stylelint-disable-line declaration-no-important */
  border-radius: 16px;
  padding: 16px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(137, 133, 133, 0.25);
  box-shadow: 0 4px 4px 0 rgba(137, 133, 133, 0.25);
  background-color: #FFF;
}
.product__header-title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.9);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 16px;
  min-height: 24px;
}
.product__location-link {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.7);
}
.product__location-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/pappy_pets/components/bitrix/catalog/catalog/../../../../img/icons/location.svg");
}
.product__price {
  margin-bottom: 16px;
}
.product__price-old {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
}
.product__price-normal {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.01em;
  color: #000;
}
.product__action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
@media (width <= 580.98px) {
  .product__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
}
.product__action--market {
  -ms-grid-columns: 380px 1fr;
  grid-template-columns: 380px 1fr;
  gap: 4px;
}
@media (width <= 1440.98px) {
  .product__action--market {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
  }
}
.product__action-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 12px;
  height: 44px;
}
.product__action-link--pink {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
  background-color: #febece;
}
.product__action-link--blue {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #59adee;
}
.product__action-link--coral {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  background-color: #fb874c;
}
.product__action-link--grey {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #717171;
  background-color: #f5f5f5;
}
.product__item {
  border-radius: 16px;
  padding: 16px;
  background-color: #FFF;
}
.product__item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #000;
}
.product__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.9);
}
.product__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 44px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.product__list-item dt {
  color: rgba(0, 0, 0, 0.5);
}
.product__list-item dd {
  color: rgba(0, 0, 0, 0.9);
}
.product__list-item--bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product__list-item--bt {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.product__info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (width <= 580.98px) {
  .product__info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
}
.product__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.product__info-item:has(.product__info-box--first) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.product__info-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.product__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.product__info-box--first {
  gap: 8px;
}
.product__info-title {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}
.product__info-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.9);
}
.product .container {
  padding: 0 16px;
  max-width: 1232px;
}

.product-select {
  margin-top: 40px;
}
.product-select .choices {
  margin-bottom: 10px;
}
.product-select .choices__inner {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 12px;
  min-height: 40px;
  background-color: #fff;
}
@media (any-hover: hover) {
  .product-select .choices__inner:hover {
	border: 1px solid #7c7c7c;
  }
}
@media (any-hover: none) {
  .product-select .choices__inner:active {
	border: 1px solid #7c7c7c;
  }
}
.product-select .choices__placeholder {
  font-weight: 500;
  opacity: 1;
}
.product-select .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 12px;
}
.product-select .choices__list.choices__list--single {
  padding: 0 16px 0 0;
}
.product-select .choices--error .choices__inner {
  border-color: #fb4c4c !important; /* stylelint-disable-line declaration-no-important */
}
.product-select .error-message {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 10px;
  border: 1px solid rgba(251, 76, 76, 0.5);
  border-radius: 12px;
  padding: 10px 10px 10px 46px;
  min-height: 44px;
  font-weight: 500;
  font-size: 14px;
  color: #fb4c4c;
  background-color: rgba(251, 76, 76, 0.1);
}
.product-select .error-message::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 10.8181 3.23279 9.64778 3.68508 8.55585C4.13738 7.46392 4.80031 6.47177 5.63604 5.63604C6.47177 4.80031 7.46392 4.13738 8.55585 3.68508C9.64778 3.23279 10.8181 3 12 3C13.1819 3 14.3522 3.23279 15.4442 3.68508C16.5361 4.13738 17.5282 4.80031 18.364 5.63604C19.1997 6.47177 19.8626 7.46392 20.3149 8.55585C20.7672 9.64778 21 10.8181 21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4441 20.3149C14.3522 20.7672 13.1819 21 12 21L12 21Z' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3cpath d='M9 9L15 15' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3cpath d='M15 9L9 15' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3c/svg%3e");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-select .choices__list--dropdown .choices__item[data-value=""] {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.product-select .choices__list--single .choices__item[data-value=""] {
  display: block !important; /* stylelint-disable-line declaration-no-important */
}
.product-select .choices[data-type*=select-one]::after {
  right: 8px;
  margin-top: 0;
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 9L12 15L6 9' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-select .choices[data-type*=select-one].is-open::after {
  margin-top: -10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-select .choices__list--dropdown,
.product-select .choices__list[aria-expanded] {
  margin-top: 10px;
  border-radius: 16px;
  padding: 16px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(137, 133, 133, 0.25);
  box-shadow: 0 4px 9px 0 rgba(137, 133, 133, 0.25);
  background-color: #fff;
}
.product-select .choices__list--dropdown .choices__item--selectable.is-highlighted,
.product-select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  min-height: 20px;
  font-weight: 500;
  background-color: #fff;
}
.product-select .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.product-select .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-select .choices__list--dropdown .choices__item {
  position: relative;
  padding-left: 30px;
}
.product-select .choices__list--dropdown .choices__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--item-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-select__inner--size .choices__list--dropdown .choices__item {
  padding-left: 0;
}
.product-select__inner--size .choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.product-select__inner--size .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none;
}

.product-feature {
  margin-top: 40px;
}
.product-feature__item {
  margin-bottom: 24px;
}
.product-feature__title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #b3b3b3;
}
.product-feature__title span {
  font-weight: 500;
  color: #000;
}
.product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.02em;
  gap: 6px;
}
.product-feature__list-item {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 10px 12px;
  color: #c4c4c4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .product-feature__list-item:hover {
	border: 1px solid #5B5B5B;
	color: #5B5B5B;
  }
}
@media (any-hover: none) {
  .product-feature__list-item:active {
	border: 1px solid #5B5B5B;
	color: #5B5B5B;
  }
}
.product-feature__list-item.active {
  border: 1px solid #FB874C;
  color: #5B5B5B;
}
.product-feature .error-message {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 10px;
  border: 1px solid rgba(251, 76, 76, 0.5);
  border-radius: 12px;
  padding: 10px 10px 10px 46px;
  min-height: 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #fb4c4c;
  background-color: rgba(251, 76, 76, 0.1);
}
.product-feature .error-message::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 10.8181 3.23279 9.64778 3.68508 8.55585C4.13738 7.46392 4.80031 6.47177 5.63604 5.63604C6.47177 4.80031 7.46392 4.13738 8.55585 3.68508C9.64778 3.23279 10.8181 3 12 3C13.1819 3 14.3522 3.23279 15.4442 3.68508C16.5361 4.13738 17.5282 4.80031 18.364 5.63604C19.1997 6.47177 19.8626 7.46392 20.3149 8.55585C20.7672 9.64778 21 10.8181 21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4441 20.3149C14.3522 20.7672 13.1819 21 12 21L12 21Z' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3cpath d='M9 9L15 15' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3cpath d='M15 9L9 15' stroke='%23FB4C4C' stroke-linecap='round' /%3e%3c/svg%3e");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-feature .selection-error {
  color: #fb4c4c;
}

.product__action button {
  font-family: "Inter", sans-serif !important; /* stylelint-disable-line declaration-no-important */
}

.gallery {
  border-radius: 16px;
  padding: 16px;
  background-color: #FFF;
}
@media (width <= 1040.98px) {
  .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	gap: 10px;
  }
}
@media (width <= 580.98px) {
  .gallery {
	padding: 10px;
  }
}
.gallery__slider {
  margin-bottom: 8px;
}
@media (width <= 1040.98px) {
  .gallery__slider {
	width: 75%;
	max-width: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider {
	width: 100%;
	max-width: 323px;
  }
}
.gallery__slider .gallery__item {
  overflow: hidden;
  border-radius: 16px;
}
@media (width <= 1040.98px) {
  .gallery__slider .gallery__item {
	width: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider .gallery__item {
	width: 323px;
  }
}
.gallery__slider .gallery__item img {
  display: block;
  width: 560px;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (width <= 1040.98px) {
  .gallery__slider .gallery__item img {
	width: 427px;
	height: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider .gallery__item img {
	width: 323px;
	height: 323px;
  }
}
@media (width <= 1040.98px) {
  .gallery__slider-thumbs {
	width: 25%;
	height: 427px;
  }
}
@media (width <= 580.98px) {
  .gallery__slider-thumbs {
	display: none;
  }
}
.gallery__slider-thumbs .gallery__item {
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.4;
}
.gallery__slider-thumbs .gallery__item img {
  width: 134px;
  height: 132px;
}
@media (width <= 1040.98px) {
  .gallery__slider-thumbs .gallery__item {
	width: 139px;
	height: 137px;
  }
  .gallery__slider-thumbs .gallery__item img {
	width: 139px;
	height: 137px;
  }
}
.gallery__slider-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery__item {
  cursor: pointer;
}
.gallery .swiper-horizontal > .swiper-pagination-bullets,
.gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
.gallery .swiper-pagination-custom,
.gallery .swiper-pagination-fraction {
  bottom: 20px;
}
@media (width <= 1040.98px) {
  .gallery .swiper-horizontal > .swiper-pagination-bullets,
  .gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gallery .swiper-pagination-custom,
  .gallery .swiper-pagination-fraction {
	bottom: 16px;
  }
}
@media (width <= 580.98px) {
  .gallery .swiper-horizontal > .swiper-pagination-bullets,
  .gallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .gallery .swiper-pagination-custom,
  .gallery .swiper-pagination-fraction {
	bottom: 10px;
  }
}
.gallery .swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.37);
  opacity: 1;
}
.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 27px;
  height: 6px;
  background-color: #FFF;
}

.seller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
}
.seller__logo-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.seller__info {
  width: 100%;
}
.seller__title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #000;
}
.seller__descr {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.5);
}
.seller__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
@media (width <= 580.98px) {
  .seller__info-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
  }
}
.seller__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}
.seller__location-link {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.7);
}
.seller__location-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/pappy_pets/components/bitrix/catalog/catalog/../../../../img/icons/location.svg");
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.star-rating__value {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.documents__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #febece;
  border-radius: 8px;
  padding: 8px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.documents__link::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-image: url("/local/templates/pappy_pets/components/bitrix/catalog/catalog/../img/icons/documents-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .documents__link:hover {
	background-color: #febece;
	opacity: 0.7;
  }
}
@media (any-hover: none) {
  .documents__link:active {
	background-color: #febece;
	opacity: 0.7;
  }
}

.parent__inner {
  margin-bottom: 16px;
}
.parent__inner:has(.is-closed) {
  margin-bottom: 0;
}
.parent__slider {
  margin-right: -16px;
  margin-bottom: 24px;
  padding-bottom: 26px;
}
@media (width <= 580.98px) {
  .parent__slider {
	margin-right: auto;
	margin-bottom: 16px;
	padding-bottom: 0;
	max-width: 311px;
  }
}
.parent__slide {
  overflow: hidden;
  border-radius: 12px;
  max-width: 260px;
  cursor: pointer;
}
@media (width <= 580.98px) {
  .parent__slide img {
	width: 311px;
	height: 311px;
  }
}
@media (width <= 580.98px) {
  .parent__slide {
	max-width: 311px;
  }
}
.parent__item {
  overflow: hidden;
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parent__item.is-closed {
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.parent__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #000;
}
.parent__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  background-color: #59adee;
}
.parent__btn span {
  position: relative;
  padding-right: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #fff;
}
.parent__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/pappy_pets/components/bitrix/catalog/catalog/../img/product/icons/arrow-white.svg");
}
.parent__btn.is-closed span::after {
  top: -2px;
  rotate: 180deg;
}
.parent .swiper-horizontal > .swiper-pagination-progressbar,
.parent .swiper-pagination-progressbar.swiper-pagination-horizontal,
.parent .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.parent .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
  overflow: hidden;
  border-radius: 40px;
  width: calc(100% - 16px);
  height: 10px;
  background-color: #f2f2f2;
}
.parent .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 40px;
  height: 10px;
  background-color: #febece;
}
.parent .swiper-horizontal > .swiper-pagination-bullets,
.parent .swiper-pagination-bullets.swiper-pagination-horizontal,
.parent .swiper-pagination-custom,
.parent .swiper-pagination-fraction {
  bottom: 20px;
}
@media (width <= 1040.98px) {
  .parent .swiper-horizontal > .swiper-pagination-bullets,
  .parent .swiper-pagination-bullets.swiper-pagination-horizontal,
  .parent .swiper-pagination-custom,
  .parent .swiper-pagination-fraction {
	bottom: 16px;
  }
}
@media (width <= 580.98px) {
  .parent .swiper-horizontal > .swiper-pagination-bullets,
  .parent .swiper-pagination-bullets.swiper-pagination-horizontal,
  .parent .swiper-pagination-custom,
  .parent .swiper-pagination-fraction {
	bottom: 10px;
  }
}
.parent .swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.37);
  opacity: 1;
}
.parent .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 20px;
  width: 27px;
  height: 6px;
  background-color: #FFF;
}
.parent .product__list {
  margin-bottom: 24px;
}
.parent .product__info-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  gap: 0;
}
@media (width <= 770.98px) {
  .parent .product__info-list {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
  }
}
.parent .product__info-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 19px 0;
}
@media (width <= 770.98px) {
  .parent .product__info-item {
	border-bottom: none;
	padding: 0;
  }
}

/* End */
/* /local/templates/pappy_pets/components/bitrix/catalog/catalog/style.css?177759935525268 */
