/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
* {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  * {
    scroll-margin-top: 104px;
  }
}

iframe {
  width: 100%;
}

picture {
  display: block;
}

.sidebar-indented main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
.sidebar-indented main .category-top {
  width: 100%;
}
.sidebar-indented main aside {
  flex: 0 0 328px;
}
.sidebar-indented main .category-content-wrapper {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-indented main aside {
    display: none;
  }
}

.content-wrapper-in {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.content-wrapper-in aside {
  flex: 0 0 328px;
}
.content-wrapper-in main {
  flex: 1 1 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .content-wrapper-in aside {
    display: none;
  }
}

.type-detail .content-wrapper-in main {
  flex: unset;
}

b,
strong {
  font-weight: 800;
}

p {
  color: #868686;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .columns {
    gap: 20px;
  }
}
.columns.col-2 .column {
  flex: 1 1 450px;
}
.columns.col-3 .column {
  flex: 1 1 400px;
}
.columns.col-4 .column {
  flex: 1 1 300px;
}
.columns.align-center {
  align-items: center;
}
.columns.no-gap {
  gap: 0;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}
.buttons-wrapper.buttons-center {
  justify-content: center;
}
.buttons-wrapper.align-center {
  align-items: center;
}
@media (max-width: 767px) {
  .buttons-wrapper {
    margin-top: 20px;
  }
}

.top-btn-wrapper {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-right: auto;
}
.top-btn-wrapper a.btn.btn,
.top-btn-wrapper .btn {
  font-size: 1.25rem;
  line-height: 1.2em;
  border-radius: 27px;
  padding: 0.7em 1.4em 0.7em 1.15em;
}
.top-btn-wrapper a.btn.btn::before,
.top-btn-wrapper .btn::before {
  width: 28px;
  height: 28px;
  content: "";
}
.top-btn-wrapper a.btn.btn.btn-primary::before,
.top-btn-wrapper .btn.btn-primary::before {
  background: url(assets/paw-white.svg) center center/cover no-repeat;
}
.top-btn-wrapper a.btn.btn.btn-paw::before,
.top-btn-wrapper .btn.btn-paw::before {
  background: url(assets/paw-dark.svg) center center/cover no-repeat;
}

#newsWrapper:not(.slick-inicialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 56px 32px;
}
@media (max-width: 767px) {
  #newsWrapper:not(.slick-inicialized) {
    gap: 30px;
  }
}
@media (max-width: 540px) {
  #newsWrapper:not(.slick-inicialized) {
    grid-template-columns: minmax(1px, 1fr);
  }
}

.type-index #newsWrapper {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.next-prev {
  margin-top: 32px;
  display: flex;
  position: relative;
}
.next-prev.text-center {
  text-align: center;
}
.next-prev a.btn {
  width: fit-content;
  padding: 7px 11px !important;
}
.next-prev a.btn[data-testid=buttonPreviousArticle] {
  background-color: transparent;
  color: #0f0811;
  border: 1px solid #0f0811;
  flex-direction: row-reverse;
}
.next-prev a.btn[data-testid=buttonPreviousArticle]::after {
  rotate: 180deg;
}
.next-prev a[data-testid=buttonNextArticle] {
  margin-left: auto;
}
@media (min-width: 768px) {
  .next-prev {
    margin-top: 48px;
    max-width: 1000px;
    margin-inline: auto;
  }
}

span.p-label {
  display: none;
}

p.large {
  font-size: 1.25rem;
}

.flags-default.contains-extra .flags-extra {
  position: initial;
}

.products-block:not(.slick-initialized),
.products-inline.dkLabVisitedProducts:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 48px 24px;
}
@media (max-width: 767px) {
  .products-block:not(.slick-initialized),
  .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 32px 16px;
  }
}

@media (min-width: 1380px) {
  .one-column-body .products-block:not(.slick-initialized),
  .one-column-body .products-inline.dkLabVisitedProducts:not(.slick-initialized) {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .one-column-body .products-block:not(.slick-initialized).dmproducts[products="3"],
  .one-column-body .products-inline.dkLabVisitedProducts:not(.slick-initialized).dmproducts[products="3"] {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
}

.productsTop-heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.products-inline.products-top {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  gap: 24px;
  margin-bottom: 72px;
}
.products-inline.products-top > div {
  width: auto;
  padding: 0;
  display: flex;
  margin: 0;
}
.products-inline.products-top > div .p {
  flex-wrap: nowrap;
  align-items: unset;
  width: 100%;
}
.products-inline.products-top > div .p .p-in {
  padding: 0;
  width: auto;
}
.products-inline.products-top > div .p .p-in .p-in-in {
  padding: 0;
  height: 100%;
}
.products-inline.products-top > div .p .p-in .p-in-in .ratings-wrapper {
  margin-bottom: 0;
}
.products-inline.products-top > div .p .p-in .p-in-in .prices {
  margin-top: auto;
}
.products-inline.products-top > div .p .p-in .p-in-in .prices strong {
  font-size: 1.125rem;
  line-height: 1.4em;
}
.products-inline.products-top > div .p .name {
  font-size: 1.25rem;
  line-height: 1.4em;
}
.products-inline.products-top > div .p .image {
  width: auto;
  margin: 0;
}
.products-inline.products-top .button-wrapper {
  display: none !important;
}
@media (max-width: 767px) {
  .products-inline.products-top {
    margin-bottom: 40px;
  }
}
.products-inline .product.inactive {
  display: none;
}
.products-inline .product .p {
  flex-direction: row;
  height: auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.products-inline .product .p-in {
  flex-direction: row;
  padding: 0;
  height: auto;
  padding: 17px;
  width: 100%;
  gap: 20px;
}
.products-inline .product .p-in-in {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
  margin: 0;
}
.products-inline .product .p-in-in .ratings-wrapper {
  font-size: 0.8125rem;
  padding: 4px 0;
}
.products-inline .product .image {
  border: none;
  flex: 0 0 106px;
  border: 1px solid #d5bade;
  border-radius: 8px;
  overflow: hidden;
}
.products-inline .product .name {
  margin: 0;
  color: #0f0811;
}
.products-inline .product .p-bottom {
  flex: 0 0 100px;
  text-align: right;
}
.products-inline .product .p-bottom > div {
  display: block;
  height: auto;
}
.products-inline .product .prices {
  display: block;
  margin-right: 0;
}
.products-inline .product .prices .price-save,
.products-inline .product .prices .price-standard-label {
  display: none;
}
.products-inline .product .price-standard-wrapper-placeholder {
  display: none;
}
.products-inline .product .flag-discount .price-standard {
  display: none;
}
.products-inline .product .extra-flags {
  display: none;
}
@media (max-width: 767px) {
  .products-inline .product .p-in-in {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .products-inline .product .p-in-in .ratings-wrapper {
    margin-left: 0;
  }
  .products-inline .product .p-bottom {
    margin-top: 0;
    flex-basis: 70px;
  }
  .products-inline .product .price-final {
    font-size: 1rem;
  }
}
.products-inline .button-wrapper {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .products-inline .button-wrapper {
    text-align: center;
  }
}

.type-index .products-block:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  gap: 30px;
}
.type-index .products-block:not(.slick-initialized) .product {
  width: calc(25% - 22.5px);
  flex: 0 0 auto;
}

.dkLabVisitedProductsBox.dkLabVisitedClassic a.image > img {
  width: auto !important;
}

.dkLabVisitedProductsBox .product .ratings-wrapper {
  display: none;
}

.price-standard {
  text-decoration: line-through;
}

.btn,
.next-step-back,
.rate-form-trigger,
.cp-button,
.chevron-after,
.add-comment,
.login-btn,
.display-results-group,
.tabs-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  font-family: "Baloo", sans-serif;
}
.btn.hide,
.next-step-back.hide,
.rate-form-trigger.hide,
.cp-button.hide,
.chevron-after.hide,
.add-comment.hide,
.login-btn.hide,
.display-results-group.hide,
.tabs-trigger.hide {
  display: none;
}

.login-btn {
  justify-content: flex-start;
  border-radius: 6px;
  padding: 0.875em 1.0625em;
}
.login-btn.facebook {
  background-color: #0677e8;
  color: #fff;
}
.login-btn.facebook::before {
  content: url(assets/fb-ico.svg);
}
.login-btn.google {
  background-color: transparent;
  border: 1px solid #e5e1db;
  color: #373338;
}
.login-btn.google::before {
  content: url(assets/google-ico.svg);
}
.login-btn::before {
  display: block;
  line-height: 0;
  margin-right: 1.0625em;
}

.next-step-back {
  color: #0f0811;
}
.next-step-back::before {
  content: "";
  background: url(assets/arrow-back.svg) no-repeat center;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}

button {
  color: inherit;
  font-family: "Baloo", sans-serif;
}

a.btn,
.btn,
.rate-average,
.extended-banner-link {
  font-family: "Baloo", sans-serif;
  display: inline-flex;
  gap: 0.5rem;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.chevron-after::after {
  font-size: 0.5rem;
}

.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus,
.mobile .btn-secondary:hover,
.mobile .btn-secondary:focus,
.mobile .btn-default:hover,
.mobile .btn-default:focus,
.mobile .btn.inline-block:hover,
.mobile .btn.inline-block:focus,
.mobile .btn-primary.add-comment:hover,
.mobile .btn-primary.add-comment:focus,
.mobile .btn-primary:hover,
.mobile .btn-primary:focus,
.mobile .btn-conversion:hover,
.mobile .btn-conversion:focus,
.mobile .extended-banner-link:hover,
.mobile .extended-banner-link:focus,
.mobile .rate-form-trigger:hover,
.mobile .rate-form-trigger:focus,
.mobile .btn-tertiary:hover,
.mobile .btn-tertiary:focus {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
.mobile .btn-cart:hover, .mobile .btn-cart:focus {
  background-color: #ad74be;
  border-color: #ad74be;
}
.mobile .product .btn-primary:hover, .mobile .product .btn-primary:focus {
  border-color: #ad74be;
}

a.btn:not(.cart-count), a.extended-banner-link, a.rate-form-trigger, a.toggle-top-products, a.tabs-trigger,
.btn.btn:not(.cart-count),
.btn.extended-banner-link,
.btn.rate-form-trigger,
.btn.toggle-top-products,
.btn.tabs-trigger {
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  padding: 0.8571428571em 1.7142857143em 0.8571428571em 1.7142857143em;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border-radius: 24px;
  white-space: nowrap;
}
a .extended-banner-link::after, a .extended-banner-link::before, a.btn-primary::after, a.btn-primary::before, a.btn-secondary::after, a.btn-secondary::before, a.btn-tertiary::after, a.btn-tertiary::before,
.btn .extended-banner-link::after,
.btn .extended-banner-link::before,
.btn.btn-primary::after,
.btn.btn-primary::before,
.btn.btn-secondary::after,
.btn.btn-secondary::before,
.btn.btn-tertiary::after,
.btn.btn-tertiary::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  margin: 0;
}
a.btn.btn-arrow-right::before,
.btn.btn.btn-arrow-right::before {
  display: none;
}
a.btn.btn-arrow-right::after,
.btn.btn.btn-arrow-right::after {
  content: url(assets/arrowRight-accent.svg);
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
}
a.btn-paw::before,
.btn.btn-paw::before {
  content: url(assets/paw-dark.svg);
}
a.btn-primary, a.btn.btn-primary,
.btn.btn-primary,
.btn.btn.btn-primary {
  background-color: #ad74be;
  color: #f5f4f4;
  border: none;
}
a.btn-primary:hover, a.btn-primary:focus-visible, a.btn.btn-primary:hover, a.btn.btn-primary:focus-visible,
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible,
.btn.btn.btn-primary:hover,
.btn.btn.btn-primary:focus-visible {
  background-color: #a4c9f0;
}
a.btn-primary.btn-paw::before, a.btn.btn-primary.btn-paw::before,
.btn.btn-primary.btn-paw::before,
.btn.btn.btn-primary.btn-paw::before {
  content: url(assets/paw-full-white.svg);
}
a.btn-secondary, a.btn.btn-secondary, a.btn-default,
.btn.btn-secondary,
.btn.btn.btn-secondary,
.btn.btn-default {
  background-color: #efbcd5;
  color: #794389;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(104, 57, 204, 0.1019607843), 0px 2px 2px 0px rgba(104, 57, 204, 0.031372549), 0px 1px 0px 0px rgba(104, 57, 204, 0.0117647059);
  border: 3px solid #efbcd5;
  padding: 0.6428571429em 1.7142857143em 0.6428571429em 1.7142857143em !important;
}
a.btn-secondary:hover, a.btn-secondary:focus, a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn-default:hover, a.btn-default:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn.btn-secondary:hover,
.btn.btn.btn-secondary:focus,
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #fef5ed;
  color: #794389;
  border-color: #efbcd5;
}
a.btn.add-comment,
.btn.btn.add-comment {
  padding-inline: 60px;
}
@media (min-width: 480px) {
  a.btn.add-comment,
  .btn.btn.add-comment {
    width: auto;
  }
}
a.btn.add-comment::before,
.btn.btn.add-comment::before {
  content: url(assets/pen.svg);
}
a.btn.btn-conversion, a.rate-form-trigger, a.btn-cart,
.btn.btn.btn-conversion,
.btn.rate-form-trigger,
.btn.btn-cart {
  background-color: #ad74be;
  color: #fff;
  border: 1px solid transparent;
}
a.btn.btn-conversion:hover, a.btn.btn-conversion:focus, a.rate-form-trigger:hover, a.rate-form-trigger:focus, a.btn-cart:hover, a.btn-cart:focus,
.btn.btn.btn-conversion:hover,
.btn.btn.btn-conversion:focus,
.btn.rate-form-trigger:hover,
.btn.rate-form-trigger:focus,
.btn.btn-cart:hover,
.btn.btn-cart:focus {
  background-color: #a4c9f0;
  border-color: #a4c9f0;
}
a.btn.add-to-cart-button,
.btn.btn.add-to-cart-button {
  gap: 0.5714285714em;
}
a.btn.add-to-cart-button::before,
.btn.btn.add-to-cart-button::before {
  content: url(assets/cart-white.svg);
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  a.btn.add-to-cart-button,
  .btn.btn.add-to-cart-button {
    gap: 6px;
  }
}

button.btn[disabled],
a.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  a.btn,
  button.btn {
    width: 100%;
  }
}

.consents label a {
  text-decoration: underline;
}

.red-notice .btn,
.red-notice a.btn.btn {
  background-color: #ff4b36;
  color: #ebebeb;
  border: none;
  text-transform: none;
  font-size: 0.875rem !important;
  line-height: 1.2em !important;
  padding: 0.5714285714em 1.7142857143em 0.5714285714em 1.7142857143em !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .red-notice {
    margin-right: auto;
  }
  .red-notice .btn,
  .red-notice a.btn.btn {
    border-radius: 32px;
    font-size: 1rem !important;
    line-height: 1.2em !important;
    padding: 1.125em 1.5em 1.125em 1.5em !important;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .red-notice {
    margin-left: auto;
  }
}

.type-page div[itemprop=about] p a,
.type-post .news-item-detail p a {
  text-decoration: underline;
  color: #0f0811;
}
.type-page div[itemprop=about] p a:hover, .type-page div[itemprop=about] p a:focus-visible,
.type-post .news-item-detail p a:hover,
.type-post .news-item-detail p a:focus-visible {
  text-decoration: none;
}

.btn.add-to-cart-button,
.btn.btn-cart,
a.btn.add-to-cart-button,
a.btn.btn-cart {
  text-transform: uppercase;
}

.btn.add-to-cart-button::before,
.btn.btn-cart::before,
a.btn.add-to-cart-button::before,
a.btn.btn-cart::before {
  display: none;
}

.btn-tertiary {
  background-color: #fff;
  border: 1px solid #a4c9f0;
  color: #0f0811;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #0f0811;
  color: #fff;
}

.load-next-wrap {
  text-align: left;
}

.btn.btn-primary.js-load-ratings {
  background-color: #efbcd5;
  color: #794389;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(104, 57, 204, 0.1019607843), 0px 2px 2px 0px rgba(104, 57, 204, 0.031372549), 0px 1px 0px 0px rgba(104, 57, 204, 0.0117647059);
  border: none;
}
.btn.btn-primary.js-load-ratings::before {
  content: url(assets/reader.svg);
}
.btn.btn-primary.js-load-ratings:hover, .btn.btn-primary.js-load-ratings:focus {
  background-color: #fef5ed;
  color: #794389;
}

.aligned-buttons {
  display: grid;
  max-width: max-content;
  margin-inline: auto;
  gap: 16px;
}
@media (max-width: 480px) {
  .aligned-buttons {
    max-width: 100%;
  }
}

.toggle-top-products {
  border: 1px solid #ad74be;
  color: #0f0811;
}

.basic-description ul,
.news-item-detail ul {
  padding-left: 15px;
  line-height: 1.255em;
}
.basic-description ul li,
.news-item-detail ul li {
  margin-bottom: 8px;
}
.basic-description ul li::marker,
.news-item-detail ul li::marker {
  color: #0f0811;
}

.banner-wrapper {
  color: #0f0811;
}

.mail,
.tel {
  padding: 0;
  display: flex !important;
}

.mail a,
.tel {
  text-decoration: none;
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.mail a::before,
.tel::before {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.mail a::before {
  content: url(assets/mail-accent.svg);
}

.tel::before {
  content: url(assets/phone-accent.svg);
}

.contact-box {
  padding: 0;
  min-height: unset;
  min-height: unset;
  padding: 0;
}
.contact-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-box .mail,
.contact-box .tel {
  gap: 0;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.contact-box .mail span,
.contact-box .tel span {
  font-size: 1rem;
  line-height: 1.42375em;
}
.contact-box .mail a::before,
.contact-box .tel a::before {
  display: none;
}
.contact-box .mail::before,
.contact-box .tel::before {
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.contact-box ul li > span.mail::before {
  content: url(assets/mail-accent.svg);
}
.contact-box ul li > span.tel::before {
  content: url(assets/phone.svg);
}
@media (max-width: 767px) {
  .contact-box .mail span,
  .contact-box .tel span {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-family: "Baloo", sans-serif;
  }
}

.products .btn.btn-secondary {
  padding: 10px 17px 10px 20px;
}

.client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.client-center-box ul li {
  margin-bottom: 10px;
}
.client-center-box ul li a:not(.btn) {
  line-height: 1.5em;
  color: #0f0811;
}
.client-center-box ul li a:not(.btn):hover, .client-center-box ul li a:not(.btn):focus {
  text-decoration: underline;
}

.entrance-protection-wrapper {
  height: 100vh;
}

.entrance-protection,
.entrance-protection-inner {
  height: 100%;
}

.entrance-protection-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entrance-protection-inner .site-name {
  margin-bottom: 20px;
  max-width: 200px;
}
.entrance-protection-inner form {
  text-align: center;
}
.entrance-protection-inner form .submit-wrapper {
  margin-top: 20px;
}
.entrance-protection-inner form .form-group {
  margin-bottom: 10px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.in {
  opacity: 0.9;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.messages .msg {
  padding: 20px 2rem;
  color: #fff;
}
.messages .msg.msg-success {
  background-color: #ad74be;
  border-color: #ad74be;
}
.messages .msg.msg-error {
  background-color: rgba(203, 74, 74, 0.9);
}
.messages .msg.msg-info {
  background-color: rgba(173, 116, 190, 0.9);
}
.messages .msg.msg-warning {
  background-color: rgba(255, 165, 0, 0.9);
}
.messages .msg a {
  color: #fff;
}
@media (max-width: 767px) {
  .messages .msg {
    padding: 10px 20px;
  }
}

.msg-error {
  color: #b41111;
}

.msg-warning {
  color: #ad74be;
}

.admin-bar {
  z-index: 1012;
}

table.border {
  border-collapse: collapse;
}
table.border td,
table.border th {
  border: 1px solid #ebecf5;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2,
  .h4,
  .custom-footer__instagram h4 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .admin-bar {
    display: none;
  }
  .admin-logged .overall-wrapper {
    padding-top: 0;
  }
  .site-msg.information {
    font-size: 0.75rem;
  }
}
.h4.homepage-group-title,
h4.homepage-group-title {
  margin-top: 0;
}

.benefitBanner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .benefitBanner {
    grid-template-columns: auto;
  }
}

.plus-gallery-wrap {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.plus-gallery-wrap .plus-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plus-gallery-wrap .plus-gallery-item img {
  max-height: unset;
  position: static;
  transform: none;
}

.stars-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.stars-wrapper .stars-label {
  color: #979797;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  height: auto;
  width: fit-content;
}
.stars a,
.stars span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.stars a::before,
.stars span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 20px;
  font-family: "shoptet";
}
.stars a.star.star-half::before, .stars a.star.star-on::before,
.stars span.star.star-half::before,
.stars span.star.star-on::before {
  color: #f7a609;
}
.stars a.star.star-off,
.stars span.star.star-off {
  opacity: 0.25;
}
.stars a.star.star-off::before,
.stars span.star.star-off::before {
  content: "\e91c";
  color: #f5ceb6;
}
.stars a.star-on,
.stars span.star-on {
  color: #ad74be;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: "\e91c";
}
.stars a.star-half,
.stars span.star-half {
  color: #ad74be;
}
.stars a.star-half::before,
.stars span.star-half::before {
  content: "\e91a";
}

.remove-item {
  width: 24px;
  height: 24px;
  display: block;
}
.remove-item::before {
  content: "";
  display: inline-block;
  line-height: 0;
  background: url(assets/remove-big.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.search-results-group,
.search-results:not(#products-found) {
  margin-bottom: 40px;
}
.search-results-group h4,
.search-results:not(#products-found) h4 {
  font-size: 2rem;
}
.search-results-group a:not(.btn),
.search-results:not(#products-found) a:not(.btn) {
  color: #ad74be;
  line-height: 1.75em;
}

.in-login .content-inner,
.in-registrace .content-inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(26, 25, 25, 0.05);
}
#back-to-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #1a1919;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-style: solid solid none none;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}

.scrolled #back-to-top {
  opacity: 1;
  visibility: visible;
}

.customer-page:not(.id--7) aside.sidebar {
  flex-basis: 365px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .customer-page:not(.id--7) aside.sidebar {
    flex-basis: unset;
    display: block;
  }
}
.customer-page:not(.id--7) dl {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-page:not(.id--7) dl dd {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .customer-page:not(.id--7) dl dd {
    margin-right: 0;
  }
}

.xyDiscount__banner {
  background-color: #f6f2f8;
  border: 1px solid #d5bade;
  border-radius: 5px;
  padding: 24px;
  color: var(--xy-discount-banner-color);
  display: flex;
  gap: 16px;
  align-items: center;
}
.xyDiscount__banner .icon-gift::before {
  content: url(assets/gift.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.xyDiscount__banner p {
  margin-top: 0;
}
.xyDiscount__banner p:last-child {
  margin-bottom: 0;
}

.popup-widget.cart-widget,
.popup-widget.login-widget {
  display: none;
  border-radius: 24px;
}

.user-action {
  position: sticky;
  top: 0;
  z-index: 1011;
}
.user-action .container {
  position: relative;
}

.login-window-visible .popup-widget.login-widget {
  display: flex;
}

.cart-window-visible .popup-widget.cart-widget {
  display: block;
}

@media (min-width: 768px) {
  .admin-logged .popup-widget {
    top: 163px !important;
  }
  .admin-logged .popup-widget.cart-widget {
    max-height: calc(100vh - 163px);
  }
}

.ordering-process.admin-logged .popup-widget {
  top: 125px;
}
.ordering-process .popup-widget {
  top: 98px;
}

#formLogin .login-wrapper,
#formLoginIncluded .login-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#formLogin .login-wrapper::before, #formLogin .login-wrapper::after,
#formLoginIncluded .login-wrapper::before,
#formLoginIncluded .login-wrapper::after {
  display: none;
}
#formLogin .login-wrapper .password-helper,
#formLoginIncluded .login-wrapper .password-helper {
  width: auto;
}
#formLogin .social-login-buttons-divider,
#formLoginIncluded .social-login-buttons-divider {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
#formLogin input,
#formLoginIncluded input {
  background-color: #fff;
}
#formLogin .btn.btn-login::before,
#formLoginIncluded .btn.btn-login::before {
  display: none;
}
@media (max-width: 767px) {
  #formLogin .login-wrapper,
  #formLoginIncluded .login-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  #formLogin .login-wrapper .password-helper,
  #formLoginIncluded .login-wrapper .password-helper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }
  #formLogin .login-wrapper .password-helper a,
  #formLoginIncluded .login-wrapper .password-helper a {
    margin: 0;
    padding: 0;
  }
}

.popup-widget {
  z-index: 1011;
  padding: 24px;
  background-color: #fff;
  margin-top: 0 !important;
}
.popup-widget h2 {
  font-size: 1.75rem;
  margin: 0 0 0.7142857143em;
}
.popup-widget.cart-widget {
  overflow-y: auto;
  max-width: 435px;
  max-height: calc(100vh - 120px);
}
.popup-widget input[type=email] {
  padding-left: 10px;
  background-image: none;
}
.popup-widget .popup-widget-inner {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.popup-widget::before {
  display: none;
}
@media (min-width: 768px) {
  .popup-widget {
    position: absolute;
    right: 0;
    top: 139px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1200px) {
  .popup-widget {
    margin-left: 236px;
  }
}
@media (min-width: 1464px) {
  .popup-widget {
    margin-left: 292px;
  }
}
.cart-widget .quantity-form .quantity .increase,
.cart-widget .quantity-form .quantity .decrease {
  padding: 4px;
  display: flex;
  border-radius: 50%;
}
.cart-widget .quantity-form .quantity .increase::before,
.cart-widget .quantity-form .quantity .decrease::before {
  width: 14px;
  height: 14px;
  line-height: unset;
}
.cart-widget #continue-order-button {
  display: flex;
}
.cart-widget #continue-order-button::after {
  display: none;
}
.cart-widget .cart-widget-product-delete button::before {
  content: url(assets/trash.svg);
  background: none;
}

.password-helper a {
  display: block;
}
.password-helper a:not(:last-child) {
  margin-bottom: 3px;
}

.cart-widget-product {
  padding: 10px 0;
  overflow: hidden;
}
.cart-widget-product .cart-widget-product-image {
  width: 59px;
}
.cart-widget-product .cart-widget-product-image a img {
  border-radius: 4px;
}
.cart-widget-product .cart-widget-product-name {
  padding-left: 12px;
}

.empty-cart-popup .contact-box .mail {
  margin-top: 20px;
}
.empty-cart-popup .subcategories {
  gap: 10px;
}
.empty-cart-popup .subcategories a {
  background-color: #fff;
}
.empty-cart-popup .subcategories::before {
  display: none;
}

@media (max-width: 991px) {
  .popup-widget {
    top: 136px;
  }
  .popup-widget.cart-widget {
    max-height: calc(100vh - 136px);
  }
  .cart-widget-button {
    position: static;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .popup-widget {
    padding: 30px 20px;
  }
  .popup-widget.cart-widget, .popup-widget.login-widget {
    max-height: calc(100vh - 101px);
    top: 101px;
    padding-bottom: 100px;
    padding-top: 30px;
  }
  .popup-widget-inner .cart-widget-products {
    height: calc(100% - 70px);
  }
}
@media (min-width: 768px) {
  .scrolled-up .popup-widget {
    top: 110px !important;
  }
}

.footer-bottom-wrapper {
  padding: 16px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8125rem;
}
.footer-bottom .copyright {
  order: 1;
}
.footer-bottom > img {
  order: 2;
  margin: 0 auto;
  aspect-ratio: 192/20;
  max-width: 193px;
  object-fit: contain;
}
.footer-bottom #signature {
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footer-bottom #signature .image {
  display: none;
  max-width: 16px;
}
.footer-bottom #signature a {
  color: #0f0811;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

.custom-footer {
  display: block;
}
.custom-footer .news-item-widget time {
  display: none;
}

#footer h4 {
  text-transform: none;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin-right: 0;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: not-allowed;
  color: #0f0811;
}

label {
  cursor: pointer;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 36px;
  display: inline-block;
  line-height: 1.5em;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #ad74be;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type=checkbox] + label.disabled {
  opacity: 0.5;
}

input[type=checkbox]:checked + label::before {
  background-color: #ad74be;
}
input[type=checkbox]:checked + label::after {
  content: url(assets/check-cart.svg);
  display: block;
  line-height: 0;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}

input[type=radio] + label {
  padding-left: 44px;
  position: relative;
  display: inline-block;
}
input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f0811;
  position: absolute;
  left: 3px;
  top: 3px;
  border: none;
}

input[type=checkbox].error-field + label,
input[type=checkbox].js-error-field + label,
input[type=radio].error-field + label,
input[type=radio].js-error-field + label {
  padding-left: 35px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
textarea,
select,
select.form-control {
  border: 1px solid #d5d5d5;
  font-size: 1rem;
  line-height: 1.5em;
  width: 100%;
  color: #0f0811;
  background-color: #fff;
  font-family: "Baloo", sans-serif;
  padding: 0.65625em 1.25em;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder,
select.form-control::placeholder {
  font-size: inherit;
  opacity: 1;
  color: #868686;
  font-family: inherit;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus,
select.form-control:focus {
  outline-color: #ad74be;
}

select,
select.form-control {
  appearance: none;
  background: url(assets/ArrowDown-black.svg) right 20px center no-repeat;
  padding-right: 48px;
  cursor: pointer;
  border-radius: 8px;
}

textarea {
  border-radius: 8px;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-footer__newsletter input[type=email] {
  background-image: url(assets/mail-accent.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
  border: none;
  padding: 0.75em 1.5em 0.75em 56px;
  border-radius: 24px;
}

input[type=submit] {
  border: none;
  box-shadow: none;
  font-family: "Baloo", sans-serif;
  font-size: 1rem;
  align-self: flex-start;
}
input[type=submit].btn.btn-paw {
  background: url(assets/paw-dark.svg) no-repeat left 53px center #efbcd5;
  padding-left: 85px !important;
  padding-right: 54px !important;
  color: #794389;
  border: 3px solid #efbcd5;
}
input[type=submit].btn.btn-paw:hover, input[type=submit].btn.btn-paw:focus {
  background-color: #fef5ed;
}

.form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group:not(.consents) label {
  font-size: 1.25rem;
  line-height: 1.4em;
  width: auto;
}
.form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-group:not(.consents) label {
    font-size: 1.125rem;
    line-height: 1.4238888889em;
    width: auto;
    margin-bottom: 0;
  }
}

.radio-wrapper {
  margin-bottom: 8px;
}
.radio-wrapper input[type=radio] + label {
  padding-top: 0;
  padding-bottom: 0;
}

.required-asterisk::after {
  content: "*";
  display: inline-block;
  padding-left: 0.3em;
}

.filter-label {
  padding-top: 0;
  padding-bottom: 0;
}
.filter-label.no-display {
  display: none;
}

body:not(.customer-page) #register-form,
body:not(.customer-page) #formLogin {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body:not(.customer-page) #register-form,
  body:not(.customer-page) #formLogin {
    padding: 30px 20px;
  }
}

#register-form .btn.btn-secondary {
  background-color: #ad74be;
  color: #fff;
}
#register-form .btn.btn-secondary:hover {
  background-color: #0f0811;
  color: #fff;
}

#formSearchFormContent fieldset {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ao-top .h1 {
  margin: -20px -20px 0;
  font-size: 1.25rem;
  background-color: #9bd200;
  padding: 0.8em;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.ao-top .h1::before {
  content: url(assets/check-black.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.ao-product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin: 40px 0 16px;
}
.ao-product .ao-image {
  order: 1;
  flex: 0 0 100px;
  max-width: 100px;
}
.ao-product .ao-name {
  margin-right: auto;
  order: 2;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ao-product .ao-name .h3 {
  margin: 0;
  font-size: 1.25rem;
  display: block;
  text-decoration: none;
  transform: initial;
}
.ao-product .ao-name .main-link-variant {
  font-family: "Baloo", sans-serif;
  font-size: 1rem;
  display: block;
}
.ao-product .ao-name .availability-amount {
  display: none;
}
@media (max-width: 767px) {
  .ao-product .ao-name {
    flex-direction: column;
    gap: 0;
  }
}
.ao-product .ao-quantity {
  order: 3;
  flex-shrink: 0;
}
.ao-product .ao-price {
  order: 4;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ao-product {
    margin-top: 16px;
    flex-wrap: wrap;
    text-align: center;
    padding: 24px;
  }
  .ao-product .ao-image {
    flex-basis: 100%;
    max-width: unset;
  }
  .ao-product .ao-image img {
    max-width: 100px;
  }
  .ao-product .ao-name {
    flex-basis: 100%;
  }
  .ao-product .ao-name .h3 {
    font-size: 1.125rem;
  }
  .ao-product .ao-quantity,
  .ao-product .ao-price {
    flex-grow: 1;
  }
  .ao-product .quantity {
    justify-content: center;
  }
}

#cboxContent #cboxClose {
  padding: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advanced-order .extras-wrap {
  margin: 0;
  padding: 0 0 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.advanced-order .extras-wrap .btn.btn-conversion::before {
  content: url(assets/cart-white.svg);
  display: block;
  line-height: 0;
  margin-right: 0.625em;
}
.advanced-order .extra.step {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.advanced-order .btn-continue-shopping {
  display: flex;
  align-items: center;
  gap: 0.625em;
  border: 1px solid #ad74be;
  padding: 0.5714285714em 1.7142857143em;
  border-radius: 9999px;
  line-height: 1.375em;
}
.advanced-order .products-block {
  margin: 0;
}
.advanced-order .browse-p {
  display: none;
}
.advanced-order #products .p-desc {
  display: none;
}

.advanced-order-suggestion {
  margin: 24px 0;
  text-align: center;
  font-size: 1.75rem;
  text-transform: initial;
}

@media (max-width: 767px) {
  .ao-top #cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .advanced-order .extras-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .advanced-order-suggestion {
    font-size: 1.25rem;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 1005;
}

#colorbox.siteAgreement {
  z-index: 1006;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10020;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border: 5px solid;
  border-radius: 50%;
  border-color: #fff #ccc #666 #000;
  animation: loader 0.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: none;
}

#cboxClose {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0;
  width: 24px;
  height: 24px;
  text-indent: 0;
}
#cboxClose::before {
  content: url(assets/remove.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  position: static;
}

.content-modal {
  padding: 20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

.colorbox-html-content {
  padding: 20px;
}

.site-agreement-buttons {
  white-space: nowrap;
  text-align: center;
}

.colorbox-msg {
  margin: 20px 20px 20px;
}

#cboxTitle,
#cboxCurrent {
  display: none !important;
}

#cboxPrevious,
#cboxNext {
  outline: none;
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #0f0811;
  border-style: none solid solid none;
  border-radius: 0;
}

#cboxPrevious {
  left: 0;
}
#cboxPrevious::before {
  left: 30px;
  transform: rotate(135deg);
}

#cboxNext {
  right: 0;
}
#cboxNext::before {
  right: 30px;
  transform: rotate(-45deg);
}

.products-inline:not(.dkLabVisitedProducts) .p {
  display: flex;
  align-items: center;
}
.products-inline:not(.dkLabVisitedProducts) .p .image {
  flex-shrink: 0;
}
.products-inline:not(.dkLabVisitedProducts) .product.inactive {
  display: none;
}
.products-inline:not(.dkLabVisitedProducts) .price-standard-wrapper-placeholder {
  display: none;
}

#category-header form {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #category-header form {
    width: calc(100% + 20px);
    padding-bottom: 8px;
  }
}

.dkLab-filters-wrapper .slider-wrapper:not(.dkLab-filters-wrapper__wrap) .slider-header {
  display: flex;
}

.dkLab-filters-wrapper .slider-wrapper.dkLab-filters-wrapper__wrap h4,
.dkLab-filters-wrapper .filter-section.dkLab-filters-wrapper__wrap h4 {
  margin-bottom: 0;
}
.dkLab-filters-wrapper .slider-wrapper:not(.dkLab-filters-wrapper__wrap) h4::after,
.dkLab-filters-wrapper .filter-section:not(.dkLab-filters-wrapper__wrap) h4::after {
  transform: rotate(-135deg) !important;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.slider-wrapper h4 {
  font-size: 1rem;
  line-height: 1.2375em;
  margin-top: 0;
  margin-bottom: 23px;
}
.slider-wrapper .slider-content {
  background-color: transparent;
}
.slider-wrapper.active .slider-header {
  order: 3;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.slider-wrapper.active .slider-header > span {
  background-color: #fff;
  border: 1px solid #8db2d0;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  min-width: 96px;
}
.slider-wrapper .slider-content {
  order: 2;
  margin-top: 32px;
  margin-bottom: 0;
}
.slider-wrapper .ui-slider {
  height: 4px;
  position: relative;
  background-color: #e8e8e9;
}
.slider-wrapper .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #32383e;
}
.slider-wrapper .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  top: -8px;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #32383e;
  cursor: pointer;
}
.slider-wrapper .ui-slider-handle::after {
  display: none;
}

.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.advanced-filters-wrapper:not(:empty):not(:last-of-type) {
  margin-bottom: 20px;
}
.advanced-filters-wrapper .advanced-parameter {
  margin-right: 0;
}
.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner {
  margin-bottom: 0;
}

#products .banner-wrapper.multi-page-banner,
#pet-wrapper .banner-wrapper.multi-page-banner {
  grid-column: 1/-1;
  margin: 80px 0;
}
@media (max-width: 767px) {
  #products .banner-wrapper.multi-page-banner,
  #pet-wrapper .banner-wrapper.multi-page-banner {
    margin: 64px 0 40px 0;
  }
}

.banner-category {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.banner-category a:not(.banner-link) {
  position: relative;
  display: block;
}
.banner-category a:not(.banner-link)::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 21.6%, rgba(37, 37, 37, 0) 100.67%);
  position: absolute;
  z-index: 1;
}
.banner-category a:not(.banner-link):hover img, .banner-category a:not(.banner-link):focus-visible img {
  transform: none;
}
.banner-category .banner-link {
  margin-top: 24px;
}
.banner-category .extended-banner-texts {
  position: absolute;
  bottom: 40px;
  left: 48px;
  top: unset;
  right: 48px;
  z-index: 5;
}
.banner-category .extended-banner-title {
  font-size: 2rem;
  line-height: 1.25em;
}
.banner-category .extended-banner-title em {
  color: #fff;
}
@media (max-width: 767px) {
  .banner-category a::before {
    background: linear-gradient(90deg, rgba(4, 4, 4, 0.708861) 28.44%, rgba(0, 0, 0, 0.72) 28.45%, rgba(28, 28, 28, 0.4248) 77.58%, rgba(247, 247, 247, 0) 100%);
  }
  .banner-category .extended-banner-texts {
    bottom: 16px;
    left: 20px;
  }
  .banner-category .extended-banner-title {
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
  }
  .banner-category .extended-banner-text {
    font-size: 1rem;
    line-height: 1.42375em;
    margin-top: 16px;
  }
  .banner-category .extended-banner-link {
    width: 100%;
    border: 1px solid #0f0811;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
  }
  .banner-category .extended-banner-link::after {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
    content: url(assets/arrowRight-black.svg);
  }
  .banner-category img {
    aspect-ratio: 335/110;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 768px) {
  .banner-category .extended-banner-link {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .banner-category .extended-banner-text {
    max-width: 708px;
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

.category__secondDescription .columns {
  gap: 24px;
  flex-wrap: wrap;
}
.category__secondDescription .desc-img,
.category__secondDescription .desc-text {
  display: flex;
  gap: 24px;
}
.category__secondDescription .desc-img img {
  flex: 1 1 150px;
  display: block;
  border-radius: 24px;
  max-width: 342px;
}
.category__secondDescription h2 {
  margin-top: 0;
}
.category__secondDescription .desc-text p {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.1em;
}
.category__secondDescription .desc-text .column p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .category__secondDescription .desc-text .column {
    padding: 24px;
    background-color: #f1eff6;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .category__secondDescription .desc-text {
    padding: 16px;
    background-color: #f1eff6;
    border-radius: 16px;
    flex-direction: column;
  }
  .category__secondDescription .desc-text.column,
  .category__secondDescription .desc-text .column {
    flex: unset;
  }
}
@media (max-width: 767px) {
  .category__secondDescription h2 {
    display: none;
  }
  .category__secondDescription .columns {
    gap: 8px;
  }
  .category__secondDescription .column.desc-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .category__secondDescription .column.desc-img img {
    border-radius: 8px;
    max-width: 100%;
    min-height: 272px;
    object-fit: cover;
  }
}

.category-content-wrapper {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .category-content-wrapper {
    margin-bottom: 20px;
  }
}

.shipping-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  gap: 20px;
}
.shipping-row .payment-info {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shipping-row .payment-logo img {
  max-width: 80px;
  max-height: 30px;
}
.shipping-row .payment-shipping-price {
  white-space: nowrap;
}

.shipping-options-popup .extra.delivery {
  text-align: left;
  margin-left: 0;
  margin-top: 20px;
}

.advanced-parameter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px 0 0;
  width: fit-content;
  text-align: center;
  height: auto;
}
.advanced-parameter .variant-tooltip {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f0811;
}
.advanced-parameter .advanced-parameter-inner {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 8px;
  min-width: 40px;
  padding: 9.5px 7px;
  overflow: hidden;
  border: 2px solid #d5bade;
  box-shadow: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2em;
  cursor: pointer;
}
.advanced-parameter .advanced-parameter-inner::before {
  display: none;
}
.advanced-parameter .advanced-parameter-inner.yes-before {
  position: relative;
  color: #0f0811;
  border-color: #ad74be;
}
.advanced-parameter .advanced-parameter-inner.yes-before::before {
  display: none;
}
.advanced-parameter .param-info {
  font-size: 0.75rem;
}
.advanced-parameter .parameter-value {
  display: none;
}
@media (max-width: 767px) {
  .advanced-parameter {
    margin-right: 10px;
  }
}

#ratingTab .button-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}
#ratingTab .button-wrapper .add-comment {
  margin: 0 !important;
}

.type-detail #content .browse-p .btn.btn-default.p-all {
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
.type-detail #content .browse-p .btn.btn-default.p-all::after {
  content: "";
  background: url(assets/arrow-right.svg) no-repeat center;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
}
.type-detail #content .browse-p .btn.btn-default.p-all.inactive {
  display: none;
}
@media (min-width: 768px) {
  .type-detail #content .browse-p {
    display: none;
  }
}

.shp-tabs-holder ul.shp-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 24px;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .shp-tabs-holder ul.shp-tabs {
    gap: 8px;
    background-color: #f5eef7;
  }
}

@media (max-width: 767px) {
  .type-detail {
    justify-content: flex-start;
  }
}

.shp-tabs-wrapper .navigation-btn {
  display: none !important;
}

@media (max-width: 767px) {
  .type-detail .shp-tabs-row {
    margin-inline: -20px;
    padding-left: 20px;
  }
}
.shp-tabs-holder ul.shp-tabs li a.shp-tab-link {
  color: #0f0811;
  text-decoration: none;
  display: inline-block;
  padding: 0.4444444444em 1.5em;
  border-radius: 24px;
  font-size: 1.25rem;
  line-height: 1.4em;
  background-color: #fff;
  border: none;
}
.shp-tabs-holder ul.shp-tabs li a.shp-tab-link:hover, .shp-tabs-holder ul.shp-tabs li a.shp-tab-link:focus-visible {
  background-color: #ad74be;
  color: #fff;
}
@media (max-width: 767px) {
  .shp-tabs-holder ul.shp-tabs li a.shp-tab-link {
    font-size: 1.125rem;
    line-height: 1.3888888889em;
    background-color: transparent;
  }
}
.shp-tabs-holder ul.shp-tabs li.shp-tab.active .shp-tab-link {
  background-color: #ad74be;
  color: #fff;
}

.shp-tab[data-testid=tabRelatedVideos], .shp-tab[data-testid=tabAlternativeProducts], .shp-tab.li_dklabZalozka {
  display: none !important;
}

.shp-tab.active .shp-tab-link,
.shp-tab-link:hover,
.shp-tab-link:focus {
  border-bottom-color: #ad74be;
}

.tab-content > .tab-pane {
  display: none;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.fade.in {
  opacity: 1;
}

.tab-content > .active {
  display: block;
}

.basic-description,
.extended-description,
.tab-content > div:not(#description) {
  display: grid;
  width: 100%;
}
@media (min-width: 768px) {
  .basic-description,
  .extended-description,
  .tab-content > div:not(#description) {
    grid-template-columns: 46.1% 53.9%;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
  }
  .basic-description h3,
  .extended-description h3,
  .tab-content > div:not(#description) h3 {
    grid-row: 1/span 999;
    margin: 0 !important;
    padding-right: 16px;
  }
}

.description-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
}
.description-inner .basic-description,
.description-inner .extended-description {
  flex: unset;
}
@media (max-width: 767px) {
  .description-inner .basic-description,
  .description-inner .extended-description {
    padding: 0;
  }
}
.description-inner h3 {
  font-size: 2.5rem;
  line-height: 1.2175em;
}
.description-inner .basic-description ul,
.description-inner .basic-description p {
  color: #868686;
}
.description-inner .basic-description > h3:first-child {
  margin-top: 0;
}
.description-inner .basic-description img {
  width: 100%;
}
.description-inner .basic-description p:has(img):not(:has(img + img)) {
  margin-bottom: 56px;
}
.description-inner .basic-description p:has(img + img) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.description-inner .basic-description p:has(img + img) img {
  flex: 1 1 200px;
  width: 200px;
  border: 1px solid #ad74be;
  border-radius: 32px;
}
.description-inner .extended-description > h3:first-child {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .description-inner .extended-description > h3:first-child {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.description-inner .extended-description .detail-parameters {
  display: block;
}
.description-inner .extended-description .detail-parameters tbody,
.description-inner .extended-description .detail-parameters thead {
  width: 100%;
  display: block;
}
.description-inner .extended-description .detail-parameters tr {
  display: flex;
}
.description-inner .extended-description .detail-parameters tr td,
.description-inner .extended-description .detail-parameters tr th {
  flex-grow: 1;
  flex-basis: 50%;
}
.description-inner .extended-description .detail-parameters tr th {
  color: #0f0811;
  font-weight: 800;
}
.description-inner .extended-description .detail-parameters tr td {
  text-align: right;
  padding-left: 0;
  color: #868686;
}
.description-inner .extended-description .detail-parameters thead th {
  text-transform: initial;
  font-size: 1.25rem;
  line-height: 1.3em;
  margin: 0;
  padding: 0.5em 1em;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(270deg, #eaddee -28.02%, #ad74be 111.56%);
  border-radius: 8px;
}
.description-inner .extended-description .detail-parameters thead th:nth-child(2) {
  text-align: right;
}
.description-inner .extended-description .detail-parameters .row-header-label.has-tooltip {
  position: relative;
  padding-right: calc(18px + 0.5em);
}
.description-inner .extended-description .detail-parameters .row-header-label .question-tooltip {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .description-inner .basic-description {
    padding: 0;
  }
  .description-inner .basic-description p:has(img):not(:has(img + img)) {
    margin-bottom: 40px;
  }
  .description-inner .basic-description > h3:first-child,
  .description-inner .extended-description > h3:first-child {
    font-size: 1.5rem;
  }
  .description-inner .extended-description {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .description-inner .extended-description table {
    margin-top: 0;
  }
  .description-inner .extended-description #productVideos {
    order: -2;
  }
}

#productVideos iframe {
  border-radius: 32px;
}

.p-detail-tabs-wrapper .responsive-nav {
  margin-bottom: 24px;
}
.p-detail-tabs-wrapper .responsive-nav .visible-links {
  display: flex;
}
@media (max-width: 767px) {
  .p-detail-tabs-wrapper .responsive-nav.shp-tabs-row.col-sm-12 {
    padding-bottom: 12px;
    overflow: auto;
  }
}

table:not(.cart-table) {
  width: 100%;
}
table:not(.cart-table) tr:nth-child(even) {
  background-color: #f6f2f8;
  border-radius: 8px;
}
table:not(.cart-table) td,
table:not(.cart-table) th {
  padding: 0.5em 1.5em;
  overflow: hidden;
}
table:not(.cart-table).detail-parameters tr:last-child td, table:not(.cart-table).detail-parameters tr:last-child th {
  padding-bottom: 0.5em;
}
table:not(.cart-table) th + td {
  color: #000000;
  font-weight: 700;
}
table:not(.cart-table) a {
  color: inherit;
}
table:not(.cart-table) thead {
  border-bottom: none;
}

.p-detail-tabs-wrapper .homepage-group-title {
  text-align: center;
}

#relatedFiles {
  margin: 0;
  padding: 0;
  list-style: none;
  scroll-margin-top: 160px;
}
#relatedFiles li img {
  display: none;
}
#relatedFiles li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
#relatedFiles li a::before {
  content: url(assets/file.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
#relatedFiles li a:hover, #relatedFiles li a:focus-visible {
  text-decoration: underline;
}

.rate-wrapper {
  max-width: unset;
  width: 100%;
}

.rate-wrap.row {
  display: flex;
  flex-wrap: wrap;
}
.rate-wrap.row > div {
  flex: 1 1 200px;
}

.rate-average-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.rate-average-wrap .stars-label {
  display: none;
}
.rate-average-wrap .rate-form-trigger {
  align-self: center;
}
@media (min-width: 992px) {
  .rate-average-wrap {
    border-right: 1px solid #ad74be;
  }
}

.rate-average-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.rate-average-inner .stars {
  justify-content: center;
}
.rate-average-inner .rate-average {
  font-size: 2.5rem !important;
  line-height: 1.2175em;
  color: #0f0811;
  display: flex;
  align-items: center;
}
.rate-average-inner .rate-average::after {
  content: "z 5";
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 1em;
}
.rate-average-inner .stars a.star {
  margin-right: 5px;
}

html[lang=en] .rate-average-inner .rate-average::after {
  content: "out of 5";
}

.rate-wrapper.unveil-wrapper .rate-average-inner {
  flex-direction: column;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
  margin-left: 0;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-list {
    max-width: 230px;
    margin: 0 auto 16px;
  }
}
.rate-wrapper.unveil-wrapper .rate-value {
  height: auto;
  width: auto;
  font-weight: 600;
  margin-right: 16px;
}

.rate-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.rate-list span.star,
.rate-list span.star.star-off {
  opacity: 1;
}
.rate-list span.star::before,
.rate-list span.star.star-off::before {
  color: #f7a609;
}

.rate-block {
  width: 100%;
  height: 5px;
  position: relative;
  background-color: #f6f2f8;
}
.rate-block .rate-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ad74be;
}

.rate-count {
  display: none;
}

.rate-form-trigger {
  align-self: flex-start;
}

#rate-form {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .votes-wrap .vote-wrap {
    padding-top: 24px;
  }
  .votes-wrap .vote-wrap.slick-slide {
    margin: 0 8px;
  }
}

.vote-wrap {
  padding: 23px;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  gap: 0px;
  border: 1px solid #ad74be;
  border-radius: 24px;
}
.vote-wrap:not(:last-child) {
  margin-bottom: 24px;
}
.vote-wrap .vote-header {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
}
.vote-wrap .vote-name {
  font-size: 1.25rem;
  line-height: 1.425em;
  display: block;
  font-family: "Baloo", sans-serif;
  margin-bottom: 0;
}
.vote-wrap .vote-name span:not(.vote-time) {
  font-weight: 700;
}
.vote-wrap .votes-wrap {
  width: 100%;
}
.vote-wrap .vote-time {
  display: none;
}
.vote-wrap .vote-pic {
  padding: 0;
  width: 56px;
  height: 56px;
  min-width: unset;
}
.vote-wrap .vote-pic .vote-initials {
  background-color: #f6f2f8 !important;
  color: #0f0811;
  font-family: "Baloo", sans-serif;
  font-weight: 800;
}
.vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f0811;
}
.vote-wrap .vote-content {
  color: #868686;
  font-size: 1rem;
  line-height: 1.4em;
  margin-top: 0;
  margin-left: 72px;
}
.vote-wrap .vote-content #discussion-form {
  margin-top: 24px;
}
.vote-wrap .vote-summary {
  display: flex;
  align-items: center;
  gap: 17px;
}
.vote-wrap .vote-delimeter {
  display: none;
}
@media (max-width: 767px) {
  .vote-wrap {
    padding: 24px 20px;
  }
  .vote-wrap::before {
    display: none;
  }
  .vote-wrap .vote-summary {
    gap: 8px;
    flex-wrap: wrap;
  }
  .vote-wrap .vote-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.type-detail .products.products-block.slick-initialized {
  padding-left: 0;
}

.votes-wrap + .add-comment {
  margin-top: 32px;
  width: auto;
}

#ratingWrapper.unveiled ~ .btn.add-comment {
  display: none;
}

@media (min-width: 768px) {
  .type-detail #ratingsTab .vote-content {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

.thumbnail-prev,
.thumbnail-next {
  font-size: 0;
  opacity: 1;
  margin: 0;
  float: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 71.5px;
  height: 47.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a4c9f0;
  border-radius: 14px;
  border: 1px solid #fff;
  z-index: 5;
  gap: 2px;
  transition: all 0.15s ease-in-out;
}
.thumbnail-prev::before, .thumbnail-prev::after,
.thumbnail-next::before,
.thumbnail-next::after {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  transition: all 0.15s ease-in-out;
}
.thumbnail-prev::before,
.thumbnail-next::before {
  content: url(assets/arrowRight-white.svg);
}
.thumbnail-prev::after,
.thumbnail-next::after {
  content: url(assets/paw-white.svg);
}
.thumbnail-prev:hover, .thumbnail-prev:focus,
.thumbnail-next:hover,
.thumbnail-next:focus {
  background-color: #ad74be;
}
@media (max-width: 767px) {
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}

.thumbnail-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  flex-direction: row-reverse;
}
.thumbnail-prev::before {
  transform: rotate(180deg);
}
.thumbnail-prev::after {
  rotate: -23deg;
}

.thumbnail-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.thumbnail-next::after {
  rotate: 23deg;
}

@media (max-width: 1500px) {
  .thumbnail-prev {
    transform: translateX(-20%) translateY(-50%);
  }
  .thumbnail-next {
    transform: translateX(25%) translateY(-50%);
  }
}
.p-thumbnails-wrapper {
  width: 100%;
  flex: unset;
  position: relative;
}

.p-thumbnails {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
.p-thumbnails:not(.overflow-prev) .thumbnail-prev {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #dddedf;
}
.p-thumbnails:not(.overflow-prev) .thumbnail-prev:hover, .p-thumbnails:not(.overflow-prev) .thumbnail-prev:focus-visible {
  background-color: #a4c9f0;
}
.p-thumbnails:not(.overflow-next) .thumbnail-next {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #dddedf;
}
.p-thumbnails:not(.overflow-next) .thumbnail-next:hover, .p-thumbnails:not(.overflow-next) .thumbnail-next:focus-visible {
  background-color: #a4c9f0;
}
.p-thumbnails.overflow-next::after, .p-thumbnails.overflow-prev::before {
  display: none;
}

.p-thumbnails-inner {
  height: 100px;
  position: absolute;
  top: 0;
  width: 9999em;
  transition: all 0.3s ease-in-out;
}
.p-thumbnails-inner > div {
  display: inline-block;
  height: 100%;
}
.p-thumbnails-inner > div::before, .p-thumbnails-inner > div::after {
  content: " ";
  display: table;
}
.p-thumbnails-inner > div::after {
  clear: both;
}
.p-thumbnails-inner a {
  float: left;
  max-width: 100%;
  position: relative;
  height: 100%;
}
.p-thumbnails-inner a img {
  display: block;
  height: 100%;
  width: auto;
  border: none;
}
@media (max-width: 767px) {
  .p-thumbnails-inner .p-thumbnail {
    border-radius: 16px;
    margin-right: 12px;
    width: 75px;
  }
  .p-thumbnails-inner a img {
    width: 75px;
    height: 75px;
    object-fit: cover;
  }
}

.p-thumbnail {
  margin-right: 24px;
  border-radius: 32px;
  border: 1px solid #ad74be;
}
.p-thumbnail::before {
  display: none;
}

.p-info-wrapper .social-buttons:not(.no-display) {
  display: flex;
  gap: 4px;
}

@media (max-width: 767px) {
  .p-image-wrapper {
    margin-bottom: 0;
  }
}

.p-detail {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-detail {
    margin-bottom: 56px;
  }
  .rate-wrap.row {
    flex-direction: column;
    gap: 24px;
    padding-left: 16px;
  }
  .rate-wrap.row > div {
    flex-basis: auto;
  }
  .rate-average-wrap {
    align-items: flex-start;
  }
  .rate-average-wrap .rate-form-trigger {
    align-self: flex-start;
  }
  .vote-wrap {
    padding: 20px;
  }
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap {
  gap: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
  padding: 50px 50px 10px 50px;
  background-color: #f5f4f4;
  border: 1px solid #ebebeb;
  border-style: solid solid none solid;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-content {
  padding: 0 50px 50px 134px;
  background-color: #f5f4f4;
  border: 1px solid #ebebeb;
  border-style: none solid solid solid;
  border-radius: 0 0 5px 5px;
}
#discussionWrapper > .votes-wrap.discussion > .vote-wrap .vote-wrap {
  margin-left: 50px;
  border: 1px solid #ebebeb;
}
#discussionWrapper > .votes-wrap.discussion .add-comment {
  margin-top: 10px;
}
#discussionWrapper > .votes-wrap.discussion .add-comment:hover, #discussionWrapper > .votes-wrap.discussion .add-comment:focus {
  color: #fff;
}
#discussionWrapper .vote-rating {
  margin-bottom: 0;
  gap: 0;
}
#discussionWrapper .vote-name {
  font-family: "Baloo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
#discussionWrapper .vote-title {
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
}
#discussionWrapper .vote-time {
  display: block;
  padding-left: 8px;
  border-left: 1px solid #0f0811;
}
#discussionWrapper .vote-pic {
  display: block;
}
#discussionWrapper .vote-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 0;
}
#discussionWrapper .vote-header > span:not(.vote-pic) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#discussionWrapper .vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  background-clip: padding-box;
  background-color: transparent !important;
  font-family: "Baloo", sans-serif;
  color: #ad74be;
  font-size: 1.5rem;
}
#discussionWrapper .vote-pic {
  position: relative;
  min-width: 64px;
  height: 64px;
  display: block;
}
#discussionWrapper .vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-content {
    padding: 0 20px 20px 20px;
  }
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap > .vote-header {
    padding: 20px 20px 0 20px;
  }
  #discussionWrapper > .votes-wrap.discussion > .vote-wrap .vote-wrap {
    margin-left: 20px;
  }
  #discussionWrapper .vote-initials,
  #discussionWrapper .vote-pic {
    width: 46px;
    height: 46px;
  }
  #discussionWrapper .vote-pic {
    min-width: 46px;
  }
  #discussionWrapper .vote-initials {
    font-size: 1rem;
  }
}
.watchdog-row {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.watchdog-row .form-control.inline-block {
  width: auto;
}

.disclaimer {
  font-style: italic;
  color: #868686;
}
.disclaimer.hidden {
  display: none;
}

.watchdog-action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.variant-list > th {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.variant-list > th .size-button {
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Baloo", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4230769231em;
  text-transform: none;
}
.variant-list > th .size-button::before {
  content: url(assets/size.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.variant-list > th .size-button:hover, .variant-list > th .size-button:focus-visible {
  text-decoration: none;
}

.dklabZalozkaContent {
  position: fixed;
  display: none !important;
  z-index: 1021;
  background-color: #fff;
  padding: 50px 20px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  overflow-y: auto;
  scrollbar-color: black #fff;
}
.dklabZalozkaContent.active {
  display: block !important;
  visibility: visible;
}
.dklabZalozkaContent .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1021;
}
.dklabZalozkaContent .close-btn::before {
  content: url(assets/cross.svg);
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.dklabZalozkaContent .dklabBookmarkText {
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .dklabZalozkaContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    max-width: 720px;
    max-height: 720px;
    transform: translateX(-50%) translateY(-50%);
    padding: 50px 60px;
  }
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1020;
  overflow: hidden;
  background: rgba(53, 50, 45, 0.5);
  backdrop-filter: blur(5px);
  cursor: pointer;
  display: none;
  visibility: hidden;
}

.popup-overlay.active {
  display: block;
  visibility: visible;
}

.cart-inner h4 {
  margin: 0 0 0.8em;
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1.4em;
  padding: 0;
}
@media (max-width: 767px) {
  .cart-inner h4 {
    font-size: 1.5rem;
    line-height: 1.2208333333em;
  }
}

.ordering-process .contact-box ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.ordering-process #checkoutContent input {
  border-color: #ad74be;
  border-radius: 8px;
}
.ordering-process #content {
  margin-bottom: 40px;
}
.ordering-process .navigation-buttons > a[data-target=navigation] {
  position: static;
}
.ordering-process #header {
  top: 0;
}
.ordering-process #header.sticky.scroll-down .site-name a img {
  top: 114px;
}
@media (min-width: 768px) {
  .ordering-process .header-top .site-name-wrapper {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ordering-process .content-wrapper.container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ordering-process .header-top {
    padding-bottom: 16px;
  }
}

#select-country-payment {
  margin-bottom: 40px;
}

ol.cart-header {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 48px;
  margin: 48px 0 86px;
  text-align: center;
  position: relative;
  gap: 24px;
  border-bottom: none;
  background: linear-gradient(270deg, #eaddee -28.02%, #ad74be 111.56%);
  border-radius: 24px;
}
ol.cart-header li.step {
  flex: 0 1 auto;
  width: auto;
  border-bottom: none;
  overflow: hidden;
}
ol.cart-header li.step a,
ol.cart-header li.step strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.2em;
  flex-direction: column;
  color: #fff;
  font-weight: 800;
  border-bottom: none;
  padding: 0;
  text-transform: none;
}
ol.cart-header li.step a::before,
ol.cart-header li.step strong::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  content: "";
  background-size: 24px;
  line-height: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #fff;
}
ol.cart-header li.step a span::before,
ol.cart-header li.step strong span::before {
  display: none;
}
@media (max-width: 900px) {
  ol.cart-header li.step a,
  ol.cart-header li.step strong {
    flex-direction: column;
    align-items: center;
  }
  ol.cart-header li.step a::before,
  ol.cart-header li.step strong::before {
    margin: 0;
  }
  ol.cart-header li.step a::after,
  ol.cart-header li.step strong::after {
    display: none;
  }
}
ol.cart-header li.step a {
  text-decoration: none;
}
ol.cart-header li.step a:hover, ol.cart-header li.step a:focus-visible {
  text-decoration: underline;
}
ol.cart-header li.step.active a::before,
ol.cart-header li.step.active strong::before {
  background-color: #fff;
}
ol.cart-header .step-1 {
  order: 1;
}
ol.cart-header .step-1 a::before,
ol.cart-header .step-1 strong::before {
  background-image: url(assets/cart-1-inactive.svg);
}
ol.cart-header .step-1.active a::before,
ol.cart-header .step-1.active strong::before {
  background-image: url(assets/cart-1-active.svg);
}
ol.cart-header .step-2 {
  order: 3;
}
ol.cart-header .step-2 a::before,
ol.cart-header .step-2 strong::before {
  background-image: url(assets/cart-2-inactive.svg);
}
ol.cart-header .step-2.active a::before,
ol.cart-header .step-2.active strong::before {
  background-image: url(assets/cart-2-active.svg);
}
ol.cart-header .step-3 {
  order: 5;
}
ol.cart-header .step-3 a::before,
ol.cart-header .step-3 strong::before {
  background-image: url(assets/cart-3-inactive.svg);
}
ol.cart-header .step-3.active a::before,
ol.cart-header .step-3.active strong::before {
  background-image: url(assets/cart-3-active.svg);
}
ol.cart-header .step-1.completed a,
ol.cart-header .step-1.completed strong,
ol.cart-header .step-2.completed a,
ol.cart-header .step-2.completed strong,
ol.cart-header .step-3.completed a,
ol.cart-header .step-3.completed strong {
  color: #fff;
}
@media (min-width: 768px) {
  ol.cart-header::before, ol.cart-header::after {
    content: "";
    display: block;
    background: url(assets/arrow-long-white.svg) center right no-repeat;
    width: 100%;
    max-width: 243px;
    height: 16px;
    flex: 1 1 80px;
  }
  ol.cart-header::before {
    order: 2;
  }
  ol.cart-header::after {
    order: 4;
  }
}
@media (max-width: 767px) {
  ol.cart-header {
    margin-inline: -20px;
    padding: 27px 20px;
    width: calc(100% + 40px);
    border-radius: 0;
    margin-top: 48px !important;
  }
}

.in-kosik ol.cart-header {
  margin-bottom: 69px;
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 56px;
}
.cart-row .col-md-8 {
  flex: 1 1 500px;
}
.cart-row .col-md-8 .cart-content {
  padding: 0;
}
.cart-row .col-md-8#checkoutContent {
  flex-basis: 388px;
}
.cart-row .col-md-8#checkoutContent input[type=checkbox] + label {
  margin-bottom: 0;
}
.cart-row .col-md-4 {
  flex: 0 1 500px;
}
.cart-row .col-md-4.sidebar-in-cart {
  flex-basis: 490px;
}
@media (min-width: 1400px) {
  .cart-row .col-md-4 {
    flex: 0 1 692px;
  }
}
@media (max-width: 991px) {
  .cart-row .col-md-4 {
    flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .cart-row {
    gap: 40px;
  }
}

.in-kosik .cart-row {
  gap: 24px 56px;
}
.in-kosik .cart-row .col-md-4 {
  flex-basis: 490px;
  padding: 0 20px;
}

#checkoutSidebar {
  position: initial !important;
}
#checkoutSidebar .consents {
  padding: 0;
  margin-top: 24px;
}
#checkoutSidebar .consents a {
  color: #0f0811;
  text-decoration: underline;
}
#checkoutSidebar .consents input[type=checkbox] + label::before, #checkoutSidebar .consents input[type=checkbox]:checked + label::after {
  top: 0;
  transform: none;
}
#checkoutSidebar .consents input[type=checkbox]:checked + label::after {
  top: 5px;
}
#checkoutSidebar .consents input[type=checkbox].error-field + label::before {
  top: 5px;
}

.cart-content.checkout-box-wrapper,
#checkoutSidebar .checkout-box {
  display: none;
}

.summary-wrapper,
#checkoutSidebar .cart-content {
  padding: 50px;
  background-color: #f6f2f8;
  backdrop-filter: blur(20px);
  border-radius: 24px;
  box-shadow: 0px 5px 5px 0px rgba(104, 57, 204, 0.1019607843), 0px 2px 2px 0px rgba(104, 57, 204, 0.031372549), 0px 1px 0px 0px rgba(104, 57, 204, 0.0117647059);
}
.summary-wrapper h4,
#checkoutSidebar .cart-content h4 {
  border-bottom: 0;
}
@media (max-width: 1299px) {
  .summary-wrapper,
  #checkoutSidebar .cart-content {
    padding: 16px 32px;
  }
  .summary-wrapper h4,
  #checkoutSidebar .cart-content h4 {
    font-size: 1.25rem;
    line-height: 1.219em;
    margin-bottom: 24px;
  }
}

#checkoutSidebar .cart-content {
  padding: 56px;
}
@media (max-width: 1299px) {
  #checkoutSidebar .cart-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  #summary-box {
    padding: 20px;
  }
  #summary-box h4 {
    font-size: 1.25rem;
    text-align: center;
  }
}

.extras-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.extras-wrapper .extras-col {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  flex: unset;
  max-width: unset;
}
.extras-wrapper .extras-col > div {
  margin: 0;
}
@media (max-width: 767px) {
  .extras-wrapper {
    gap: 20px;
  }
}

.discount-coupon {
  padding-left: 0;
  margin-bottom: 0px;
}
.discount-coupon::before {
  display: none;
}
.discount-coupon h3 {
  margin-top: 0;
}
.discount-coupon form {
  display: flex;
  gap: 10px;
}
.discount-coupon form input {
  padding: 10px 16px;
}
.discount-coupon form input::placeholder {
  color: #0f0811;
}
.discount-coupon form .btn.btn-secondary {
  padding: 13px 24px;
  height: auto;
  background-color: #ad74be;
  color: #f5f4f4;
  border: none;
  backdrop-filter: none;
  box-shadow: none;
  padding: 0.8571428571em 1.7142857143em 0.8571428571em 1.7142857143em !important;
}
.discount-coupon form .btn.btn-secondary::before, .discount-coupon form .btn.btn-secondary::after {
  display: none;
}
@media (max-width: 767px) {
  .discount-coupon {
    margin-bottom: 24px;
  }
  .discount-coupon form {
    flex-direction: column;
  }
  .discount-coupon form .btn {
    flex: unset;
  }
}

#discountCouponCode {
  padding-left: 54px;
  background: url(assets/percent.svg) no-repeat 20px center;
  border-radius: 24px;
  border: 2px solid #ad74be;
}

.applied-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
}

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 8px;
  font-weight: 800;
}
.price-wrapper strong {
  text-align: right;
  font-weight: 800;
}
.price-wrapper .price,
.price-wrapper .price-label {
  font-weight: 800;
}
.price-wrapper .price-label.price-primary {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-family: "Baloo", sans-serif;
  font-weight: 800;
}
.price-wrapper .price.price-primary {
  font-size: 1.5rem;
  line-height: 1.4em;
  white-space: nowrap;
  font-weight: 800;
}
.price-wrapper .price-label.price-secondary {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #0f0811;
  font-weight: 800;
}
.price-wrapper .price-secondary {
  padding-top: 0;
}
.price-wrapper .price.price-secondary {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #0f0811;
}
@media (max-width: 991px) {
  .price-wrapper {
    padding: 0;
  }
}

.id--9 .price-wrapper + .next-step {
  margin-top: 40px;
}

.id--16 .price-wrapper + .next-step,
.id--17 .price-wrapper + .next-step {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .in-kosik .price-wrapper {
    padding: 0;
  }
  .in-kosik .price-wrapper .price-label.price-secondary {
    font-size: 1rem;
    line-height: 1.21875em;
    font-family: "Baloo", sans-serif;
    font-weight: 600;
  }
  .in-kosik .price-wrapper .price.price-secondary {
    color: #939799;
  }
}
.next-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  margin-top: 32px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}
.next-step .next-step-back {
  background-color: #fff;
  border-radius: 24px;
  padding: 11px;
  width: 100%;
  color: #0f0811;
  text-transform: uppercase;
  font-weight: 800;
}
.next-step a.btn.btn-conversion {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #efbcd5;
  color: #794389;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(104, 57, 204, 0.1019607843), 0px 2px 2px 0px rgba(104, 57, 204, 0.031372549), 0px 1px 0px 0px rgba(104, 57, 204, 0.0117647059);
  border: 3px solid #efbcd5;
  padding: 0.6428571429em 1.7142857143em 0.6428571429em 1.7142857143em !important;
  font-weight: 800;
}
.next-step a.btn.btn-conversion .order-button-text {
  font-size: 0.875rem;
  line-height: 1.2142857143em;
  font-weight: 800;
}
.next-step .btn.btn-conversion:not(#submit-order):hover, .next-step .btn.btn-conversion:not(#submit-order):focus-visible {
  background-color: #fef5ed;
  color: #794389;
  border-color: #efbcd5;
}
.next-step.next-step--step-1 {
  column-gap: 24px;
}
.next-step.next-step--step-1 button#orderFormButton {
  color: #794389;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(104, 57, 204, 0.1019607843), 0px 2px 2px 0px rgba(104, 57, 204, 0.031372549), 0px 1px 0px 0px rgba(104, 57, 204, 0.0117647059);
  border: 3px solid #efbcd5;
  padding: 0.6428571429em 1.7142857143em 0.6428571429em 1.7142857143em !important;
  background-color: #efbcd5;
}
.next-step.next-step--step-1 button#orderFormButton:hover, .next-step.next-step--step-1 button#orderFormButton:focus-visible {
  background-color: #fef5ed;
  color: #794389;
  border-color: #efbcd5;
}
.next-step.next-step--step-1 .next-step-back.back-to-shop, .next-step.next-step--step-2 .next-step-back.back-to-shop {
  border: 2px solid #ad74be;
  padding: 9px 11px;
}
@media (min-width: 768px) {
  .next-step.next-step--step-1, .next-step.next-step--step-2 {
    flex-direction: row;
  }
  .next-step.next-step--step-1 > a,
  .next-step.next-step--step-1 button, .next-step.next-step--step-2 > a,
  .next-step.next-step--step-2 button {
    flex: 1 1 80px;
  }
}
@media (max-width: 767px) {
  .next-step {
    margin: 24px -7.5px 0 -7.5px;
    padding: 0;
  }
}

#continue-order-button::after,
#orderFormButton::after {
  content: url(assets/arrowRight-accent.svg);
  width: 24px;
  height: 24px;
  line-height: 0;
  display: block;
}

.back-shopping-link {
  display: block;
  padding-left: 0;
}
.back-shopping-link a.next-step-back {
  padding: 14.5px 19px;
  background-color: #ad74be;
  color: #f5f4f4;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 24px;
  padding: 0.8571428571em 1.7142857143em 0.8571428571em 1.7142857143em;
}

.id--16 .back-shopping-link,
.id--17 .back-shopping-link {
  display: none;
}

@media (min-width: 768px) {
  .in-kosik .cart-summary .next-step-back {
    margin-top: 30px;
  }
}

.extra.delivery {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.extra.delivery::before {
  content: url(assets/transport.svg);
  line-height: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: static;
  margin-top: 0;
  transform: none;
}
.extra.delivery span:not(.for-free) {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.extra.delivery span.for-free-span {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ad74be;
}

.sidebar-in-cart .extra.delivery {
  padding: 32px;
  margin-bottom: 16px;
  background-color: #eceff1;
  border-radius: 10px;
  border: 1px solid #9fbed6;
}
.sidebar-in-cart .extra.delivery.free-shipping {
  display: flex;
  align-items: center;
  color: #54bf00;
}
.sidebar-in-cart .extra.delivery.free-shipping::before {
  content: url(assets/free-shipping.svg);
  line-height: 0;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .sidebar-in-cart .extra.delivery {
    padding: 30px;
  }
}
.sidebar-in-cart .box.box-bg-default {
  margin: 0;
}

.price-range {
  height: 3px;
  overflow: hidden;
  background-color: #f6f6f6;
  margin-top: 10px;
  width: 100%;
}
.price-range > div {
  height: 100%;
  background-color: #ad74be;
}

.ordering-process table.cart-table::before {
  content: "Nákupní košík";
  display: block;
  font-size: 2.25rem;
  line-height: 1.4em;
  margin: 0 0 32px;
  font-family: "Baloo", sans-serif;
}
@media (max-width: 767px) {
  .ordering-process table.cart-table::before {
    margin-bottom: 20px;
    font-size: 1.375rem;
    line-height: 1.1081818182em;
  }
}

html[lang=en] .ordering-process table.cart-table::before {
  content: "Shopping cart";
}

html[lang=sk] .ordering-process table.cart-table::before {
  content: "Nákupný košík";
}

table.cart-table {
  width: 100%;
  display: block;
}
table.cart-table tbody {
  width: 100%;
  display: block;
}
table.cart-table td,
table.cart-table th {
  padding: 0;
}
table.cart-table tr {
  display: flex;
  gap: 24px;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ad74be;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
table.cart-table tr:first-child {
  border-top: 1px solid #ad74be;
  padding-top: 32px;
}
table.cart-table tr.related-visible {
  border-bottom: none;
  margin-bottom: 0;
}
table.cart-table tr.related-visible .p-name .show-related b::before {
  transform: rotate(-135deg);
  top: 2px;
}
@media (max-width: 767px) {
  table.cart-table tr {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
table.cart-table .cart-p-image {
  flex: 1 1 100px;
  width: auto;
  max-width: 100px;
}
table.cart-table .cart-p-image img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #f5eef7;
}
table.cart-table .p-name {
  flex: 1 1 313px;
  padding: 4px 0;
  margin-bottom: auto;
}
table.cart-table .p-name a {
  color: #0f0811;
}
table.cart-table .p-name span {
  display: block;
  font-size: 0.8125em;
}
table.cart-table .p-name .show-related {
  display: block;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #0f0811;
  padding: 0;
}
table.cart-table .p-name .show-related::after {
  display: none;
}
table.cart-table .p-name .show-related b {
  display: inline-block;
  margin-right: 5px;
}
table.cart-table .p-name .show-related b::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #0f0811;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
table.cart-table .p-name .show-related:hover b::before, table.cart-table .p-name .show-related:focus-visible b::before {
  border-color: #ad74be;
}
table.cart-table .p-name a.main-link {
  text-decoration: none;
  margin-bottom: 12px;
  height: 100%;
  display: block;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-family: "Baloo", sans-serif;
  text-transform: none;
  color: #0f0811;
  font-weight: 800;
}
table.cart-table .p-name a.main-link:hover, table.cart-table .p-name a.main-link:focus-visible {
  text-decoration: underline;
}
table.cart-table .p-name a.main-link span.main-link-variant {
  display: none;
  font-family: "Baloo", sans-serif;
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
table.cart-table .p-availability {
  flex: 1 1 80px;
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #4886b7;
}
table.cart-table .p-availability strong {
  color: #71b929 !important;
}
table.cart-table .p-price {
  display: none;
}
table.cart-table .p-discount {
  white-space: nowrap;
  font-weight: 700;
}
table.cart-table .p-quantity {
  flex: 0 1 112px;
  justify-content: flex-end;
}
table.cart-table .p-quantity .quantity-form .quantity {
  padding: 0;
}
table.cart-table .p-quantity .quantity-form .quantity input.amount {
  padding: 10px 25px;
  border: 2px solid #ad74be;
  width: 64px;
  border-radius: 8px;
  font-weight: 800;
}
table.cart-table .p-quantity .quantity-form .quantity .decrease,
table.cart-table .p-quantity .quantity-form .quantity .increase {
  border-radius: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.cart-table .p-quantity .quantity-form .quantity .decrease::before,
table.cart-table .p-quantity .quantity-form .quantity .increase::before {
  color: #010910;
  height: auto;
}
table.cart-table .p-total-separate {
  flex: 1 0 80px;
}
table.cart-table .p-total-separate strong {
  font-weight: 800;
}
table.cart-table .p-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  flex: 1 0 24px;
  text-align: right;
}
table.cart-table .p-total strong.price-final {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.4em;
  color: #0f0811;
  min-width: 64px;
}
table.cart-table .p-total .remove-item {
  opacity: 1;
  padding: 0;
}
table.cart-table tr.related {
  padding: 0 0 32px 50px;
  margin-bottom: 32px;
}
table.cart-table tr.related h4 {
  padding: 0;
  border: none;
  margin: 0;
}
table.cart-table tr.related td {
  display: block;
  width: 100%;
}
table.cart-table tr.related:not(.visible) {
  display: none;
}
table.cart-table tr.related.visible {
  display: block;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-top: 0;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: nowrap;
  padding: 24px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #f6f2f8;
  border: none;
  border-radius: 24px;
}
table.cart-table .cart-related-product:last-child {
  margin-bottom: 0;
}
table.cart-table .cart-related-product .btn.add-to-cart-button,
table.cart-table .cart-related-product a.btn.btn-sm.btn-primary {
  font-size: 0;
  width: 43px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  gap: 0;
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  width: 100%;
}
table.cart-table a.cart-related-name {
  font-family: "Baloo", sans-serif;
  color: #0f0811;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.4em;
  text-transform: none;
  padding: 0;
}
table.cart-table .cart-related-img {
  flex: 1 1 61px;
}
table.cart-table .cart-related-img img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #ad74be;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.4em;
  flex: 1 1 76px;
  padding: 0;
}
table.cart-table .cart-related-availability span {
  color: #71b929 !important;
}
table.cart-table .cart-related-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  white-space: nowrap;
  padding: 0;
  width: auto;
}
table.cart-table .cart-related-button .btn {
  padding: 0.5625em;
  font-size: 0;
}
table.cart-table .cart-related-button .price-final {
  font-family: "Baloo", sans-serif;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4em;
  min-width: 64px;
}

.cart-content .cart-summary {
  padding-top: 0;
}
.cart-content .cart-summary h4 {
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-content .cart-summary {
    padding: 0 0 40px;
  }
  .cart-content .cart-summary .btn.btn-lg {
    margin-top: 20px;
  }
}

.free-gift {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.free-gift .free-gifts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.free-gift .free-gifts li:not(.active) {
  display: none;
}
.free-gift .free-gifts-wrapper {
  flex: 1 1 220px;
}
.free-gift .btn.btn-secondary.free-gift-trigger {
  flex: unset;
  background-color: #ad74be;
  color: #fff;
  border: 1px solid transparent;
  padding: 0.9285714286em 1.7142857143em !important;
  box-shadow: none;
  backdrop-filter: none;
  line-height: 1.5714285714em;
  gap: 12px;
  height: auto;
}
.free-gift .btn.btn-secondary.free-gift-trigger:hover, .free-gift .btn.btn-secondary.free-gift-trigger:focus {
  background-color: #0f0811;
  color: #fff;
  border-color: #0f0811;
}
.free-gift .free-product-gifts-wrapper {
  flex-basis: 100%;
}
@media (max-width: 767px) {
  .free-gift {
    gap: 12px;
  }
}

.free-product-gifts,
.free-gifts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.free-product-gifts li label,
.free-gifts li label {
  display: flex;
  gap: 22px;
  cursor: default;
}
.free-product-gifts li label .free-gifts-img,
.free-gifts li label .free-gifts-img {
  flex: 0 0 61px;
}
.free-product-gifts li label .free-gifts-img img,
.free-gifts li label .free-gifts-img img {
  border-radius: 8px;
  border: 1px solid #d5bade;
  width: 80px;
  height: 80px;
}
.free-product-gifts li label .free-gift-label,
.free-gifts li label .free-gift-label {
  padding-left: 0;
}
.free-product-gifts li label .free-gift-name,
.free-gifts li label .free-gift-name {
  padding: 0;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.4em;
}

#colorbox #vybrat-iny-darcek li label {
  cursor: pointer;
}

.free-gifts-img-hover {
  display: none;
}

#select-country-payment h4 {
  display: none;
}

.co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 24px;
}
.co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
.co-basic-information .select-label {
  display: none;
}

.cart-content {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cart-content {
    margin-bottom: 0px;
  }
}
.cart-content button.btn.btn-conversion {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  border: none;
}
.cart-content button.btn.btn-conversion .order-button-text {
  font-size: 0.875rem;
  line-height: 1.2142857143em;
  font-weight: 800;
}

.shipping-billing-table .radio-wrapper {
  padding: 16px 24px 26px 0;
  margin-top: 10px;
}
.shipping-billing-table .radio-wrapper:not(:last-child) {
  border-bottom: 1px solid #ad74be;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  max-width: 30px;
}
@media (max-width: 767px) {
  .shipping-billing-table .radio-wrapper .payment-logo {
    flex: 1 1 30px;
    max-width: 30px;
  }
}
.shipping-billing-table .radio-wrapper .payment-logo img {
  display: block;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price {
  margin-left: auto;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #0f0811;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price.for-free {
  text-transform: capitalize;
  color: #71b929;
}
.shipping-billing-table .radio-wrapper input[type=radio] + label::before, .shipping-billing-table .radio-wrapper input[type=radio] + label::after {
  top: 50%;
  transform: translateY(-50%);
}
.shipping-billing-table .radio-wrapper .sublabel {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  margin-top: 4px;
  color: #4886b7;
}
.shipping-billing-table .radio-wrapper .sublabel a {
  color: inherit;
}
.shipping-billing-table .radio-wrapper .sublabel a:hover, .shipping-billing-table .radio-wrapper .sublabel a:focus-visible {
  text-decoration: none;
}

.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 150px;
}
.radio-wrapper .payment-info > b {
  margin-right: 0.3em;
  font-size: 1.125rem;
  line-height: 1.4em;
  text-transform: none;
  font-family: "Baloo", sans-serif;
}
.radio-wrapper .payment-info > span {
  display: flex;
}
.radio-wrapper .payment-info .sublabel,
.radio-wrapper .payment-info em {
  width: 100%;
}
.radio-wrapper.active label > span b {
  color: #0f0811;
}
.radio-wrapper a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .radio-wrapper .payment-info {
    flex: 1 1 110px;
    padding: 0;
  }
}

.radio-wrapper.inactive-child {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio-wrapper.inactive-child .not-possible-info {
  display: block;
}
.radio-wrapper.inactive-child label {
  cursor: inherit;
}

.cart-items {
  margin-bottom: 30px;
  padding: 0;
}
.cart-items.gift-items:has(+ .gift-items) {
  margin-bottom: 0;
}
.cart-items.gift-items:has(+ .gift-items) .cart-item-gift {
  padding-bottom: 0;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid #ad74be;
}
.cart-item.cart-item-gift {
  background-color: #fff;
  padding: 16px;
  border: none;
  border-radius: 16px;
}
.cart-item.cart-item-gift > div.cart-item-name {
  text-transform: none;
}
.cart-item .cart-item-name {
  margin-right: auto;
  font-family: "Baloo", sans-serif;
}
.cart-item .cart-item-name a {
  color: #0f0811;
  text-decoration: none;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.5722222222em;
  display: block;
}
.cart-item .cart-item-name a:hover, .cart-item .cart-item-name a:focus-visible {
  text-decoration: underline;
}
.cart-item .cart-item-name a:hover span, .cart-item .cart-item-name a:focus-visible span {
  text-decoration: none;
}
.cart-item .cart-item-name .for-free {
  color: #0f0811;
}
.cart-item .cart-item-name span.main-link-variant {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
  font-weight: 300;
  font-family: "Baloo", sans-serif;
  margin-top: 0;
}
.cart-item > div.cart-item-amount {
  color: #4b5055;
  width: auto;
  text-align: right;
}
.cart-item > div.cart-item-amount .unit-value {
  padding-left: 0;
  color: inherit;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right;
  white-space: nowrap;
}
.cart-item .cart-item-price {
  flex-basis: 70px;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .cart-item .cart-item-price {
    flex-basis: unset;
  }
  .cart-item .cart-item-name {
    flex-basis: 100%;
  }
}

.gift-items .cart-item-name strong,
.gift-items .cart-item-name span {
  font-size: 1rem;
  line-height: 1.1em;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.order-summary-item .price-wrapper {
  width: 100%;
}

#checkoutSidebar .order-summary-item.helper {
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.4em;
}
#checkoutSidebar .order-summary-item.helper > div:last-child {
  flex: unset;
}
#checkoutSidebar .order-summary-item.helper > div:first-child {
  flex: 1;
}
@media (max-width: 991px) {
  #checkoutSidebar .order-summary-item.helper {
    padding: 0 0 8px;
  }
  #checkoutSidebar .order-summary-item.helper > div:first-child {
    flex: unset;
  }
}

#shipping-billing-summary {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ad74be;
}
@media (max-width: 767px) {
  #shipping-billing-summary {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.recapitulation-single {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.recapitulation-single .recapitulation-shipping-billing-label,
.recapitulation-single strong {
  font-weight: 800;
}
.recapitulation-single > span {
  display: none;
}
.recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single > strong {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.recapitulation-single .recapitulation-shipping-billing-info span, .recapitulation-single > strong span {
  margin-left: auto;
  order: 10;
  color: #0f0811;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single > strong .for-free {
  color: #749933;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .recapitulation-single {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-items:has(.recapitulation-single) {
  margin-bottom: 0;
}
.cart-items .recapitulation-single:nth-child(2) > span::after {
  content: ":";
}

.co-contact-information label[for=login] {
  display: none;
}
.co-contact-information a.btn.btn-secondary {
  color: #0f0811;
  background-color: #fff;
  border-color: #ad74be;
  box-shadow: none;
  backdrop-filter: none;
  white-space: nowrap;
}
.co-contact-information a.btn.btn-secondary::after {
  display: none;
}
.co-contact-information a.btn.btn-secondary::before {
  content: url(assets/login-purple.svg);
}

.box.co-contact-information {
  margin-bottom: 26px;
}

.co-box {
  margin-bottom: 20px;
}
.co-box.co-billing-address {
  margin-bottom: 24px;
}
.co-box.box {
  margin-bottom: 40px;
}
.co-box:last-of-type:not(.co-contact-information) {
  margin-bottom: 0;
}

.co-box.co-box-additional .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .co-box.co-box-additional {
    margin-bottom: 56px;
  }
  .co-box.co-box-additional .form-group {
    margin-bottom: 16px;
  }
}

#company-info {
  margin-bottom: 10px;
}

.form-group-hasTooltip {
  position: relative;
}
.form-group-hasTooltip label {
  padding-right: 20px;
}
.form-group-hasTooltip .show-tooltip {
  position: absolute;
  top: 14px;
  right: 0;
  left: unset;
}

.form-group.company-shopping {
  margin-bottom: 24px;
}

#shipping-address {
  margin-bottom: 24px;
}

.country-flag,
.phone-combined-input select {
  display: none;
}

.country-flags.active .country-flag,
.country-flag.selected {
  display: flex;
  align-items: center;
}

.country-flag .shp-flag {
  max-width: 40px;
  max-height: 27px;
}

.country-flags:not(.active) .country-flag.selected .shp-flag,
.country-flags:not(.active) .country-flag.selected .shp-flag-name {
  display: none;
}

.country-flags {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.country-flags::after {
  content: "";
  display: block;
  height: 54.5%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #0f0811;
}
.country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.country-flags.active::before {
  display: none;
}
.country-flags.active .country-flags-inner {
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
}

.country-flags.active {
  left: 0;
}
.country-flags.active .country-flags-inner {
  padding: 38px 10px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.country-flags.active .country-flag.selected::before {
  display: none;
}

.phone-combined-input {
  position: relative;
}
.phone-combined-input input#phone {
  padding-left: 110px;
}

.shp-flag-label::before {
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000000;
  height: 7px;
  width: 7px;
  rotate: 45deg;
  left: -2px;
  margin-top: -6px;
}

.not-possible-info {
  display: none;
}

.question-tooltip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f0811;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.custom-empty-cart #content-wrapper {
  max-width: unset;
  padding: 0;
}
.custom-empty-cart #content {
  padding-top: 100px;
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .custom-empty-cart #content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.custom-empty-cart #content .col-md-4,
.custom-empty-cart #content .col-md-8 {
  display: none;
}
.custom-empty-cart .buttons-wrapper {
  margin-bottom: 50px;
}

#submit-order {
  flex-wrap: wrap;
  gap: 5px;
  margin-left: auto;
}
#submit-order.next-step-finish {
  flex-direction: row;
}
#submit-order.next-step-finish .order-button-text,
#submit-order.next-step-finish .order-button-suffix {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
#submit-order.next-step-finish .order-button-suffix {
  margin: 0;
  padding: 0;
}

.cart-footer {
  padding: 56px 0;
  background-color: #d5bade;
  position: relative;
}
.cart-footer .container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.cart-footer .secure-payment {
  font-size: 0.875rem;
  line-height: 1.1428571429em;
}
.cart-footer .contact-box {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cart-footer .contact-box .tel {
  flex-wrap: wrap;
}
.cart-footer .contact-box .tel::before {
  top: 2px;
  transform: none;
}
.cart-footer .contact-box .tel span {
  margin-left: -16px;
  margin-top: 4px;
}
.cart-footer .contact-box .tel + span {
  flex-basis: 100%;
}
.cart-footer .contact-box .mail a::before {
  display: block;
}
.cart-footer .contact-box .mail span {
  margin-left: 10px;
}
.cart-footer .secure-payment span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.cart-footer .secure-payment img {
  max-width: 192px;
}

.select2-container.select2-container--default {
  z-index: 100000;
}
@media (min-width: 768px) {
  .select2-container.select2-container--default {
    padding-right: 20px;
  }
}

.content-modal #ppl-partner-branch-information .row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .cart-footer {
    padding: 24px;
    text-align: center;
  }
  .cart-footer .container {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 0;
  }
  .in-kosik ol.cart-header {
    margin-bottom: 48px;
  }
  ol.cart-header {
    margin-top: 24px;
  }
  ol.cart-header::before, ol.cart-header::after {
    display: none;
  }
  ol.cart-header li {
    display: block;
    padding: 0;
  }
  ol.cart-header li.step a,
  ol.cart-header li.step strong {
    padding: 0;
  }
  table.cart-table {
    margin-top: 0;
    margin-bottom: 60px;
  }
  table.cart-table tr {
    padding: 0 0 24px 0;
  }
  table.cart-table tr:first-child {
    border-top: none;
  }
  table.cart-table tr:last-child {
    border-bottom-style: solid;
    padding-bottom: 24px;
  }
  table.cart-table tr:not(.related) {
    display: grid;
    grid-template-columns: minmax(1px, 150px) auto;
    gap: 0;
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  table.cart-table tr:not(.related) {
    grid-template-columns: minmax(1px, 110px) auto;
  }
}
@media (max-width: 767px) {
  table.cart-table tr > td {
    width: 100%;
    padding: 0 !important;
  }
  table.cart-table .cart-p-image {
    grid-column: 1;
    grid-row: unset;
    max-width: 100px;
    width: 100px;
  }
  table.cart-table .cart-p-image img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
  }
  table.cart-table .p-name {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 7px;
    margin-left: 7px;
    padding: 0;
  }
  table.cart-table .p-name a.main-link {
    margin-bottom: 30px;
  }
  table.cart-table .p-availability {
    grid-column: 1/3;
    grid-row: 2/4;
    margin-bottom: 10px;
  }
  table.cart-table .p-quantity {
    grid-column: 2/3;
    grid-row: 4/4;
    justify-self: center;
    padding-right: 44px !important;
    width: fit-content;
  }
  table.cart-table .p-quantity input.amount {
    height: 43px;
  }
  table.cart-table .p-price {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  table.cart-table .unit-value {
    color: #4b5055;
  }
  table.cart-table .price-final,
  table.cart-table .unit-value {
    font-family: "Baloo", sans-serif;
    text-align: left;
  }
  table.cart-table .p-total {
    grid-column: 1/2;
    grid-row: 4/4;
    align-self: center;
  }
  table.cart-table form.inline {
    position: absolute;
    bottom: 34px;
    right: 0;
  }
  table.cart-table tr.related {
    padding: 0 0 20px 0;
  }
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
  table.cart-table .cart-related-product .cart-related-info {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: flex-start;
    width: 100%;
  }
  table.cart-table .cart-related-product .cart-related-img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  table.cart-table .cart-related-product .cart-related-name {
    grid-column: 2/3;
    grid-row: 1/2;
    overflow: hidden;
  }
  table.cart-table .cart-related-product .cart-related-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 0;
    text-align: left;
    margin-bottom: 3px;
  }
  table.cart-table .cart-related-product .cart-related-button {
    width: 100%;
    justify-content: space-between;
  }
  .back-shopping-link {
    margin-top: 24px;
  }
  .sidebar-in-cart .extra.delivery {
    order: -1;
  }
  table.cart-table .p-availability,
  table.cart-table .p-price,
  table.cart-table .p-total {
    text-align: left;
  }
  table.cart-table tr {
    align-items: start;
  }
  table.cart-table .p-total {
    justify-content: flex-start;
  }
  .in-kosik #order-form {
    margin-bottom: 52px;
  }
  .in-krok-1 #summary-box,
  .in-krok-2 #summary-box {
    padding: 0;
  }
  .in-krok-1 #checkoutSidebar .checkout-box,
  .in-krok-2 #checkoutSidebar .checkout-box {
    margin-bottom: 24px;
  }
  .in-krok-1.ordering-process #content,
  .in-krok-2.ordering-process #content {
    margin-bottom: 24px;
  }
  .in-krok-1 .next-step,
  .in-krok-2 .next-step {
    flex-direction: column-reverse;
  }
}
.radio-wrapper[data-submethod=applepay] {
  display: none;
}

.cart-contact.project-phone {
  align-items: flex-start;
  font-weight: 400;
}
.cart-contact.project-phone p {
  margin: 0;
}
.cart-contact.project-phone a {
  color: #ad74be;
  font-weight: 700;
  text-decoration: none;
}
.cart-contact.project-phone span {
  color: #a4c9f0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-contact.project-phone {
    display: none;
  }
}

.site-msg-custom {
  background-color: #f6f2f8;
  border: 1px solid #d5bade;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 16px;
}
.site-msg-custom p {
  margin: 0 0 1em;
}
.site-msg-custom p:last-child {
  margin-bottom: 0;
}
.site-msg-custom h4 {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .site-msg-custom {
    padding: 30px;
  }
}

#checkoutContent .site-msg-custom {
  display: none;
}

.personal-collection-point p.em {
  color: #ad74be;
  font-style: italic;
}
.personal-collection-point .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.content-modal h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .products-block.products {
    padding-bottom: 36px;
    margin-bottom: 40px;
  }
  .products-block.products.dmproducts {
    margin-bottom: 64px;
  }
}

.products-block.products .product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-block.products .product .image {
  position: relative;
  text-decoration: none;
  flex-shrink: 0;
  margin-bottom: 8px;
  display: block;
  flex-shrink: 0;
}
.products-block.products .product .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}
.products-block.products .product .floating-wrapper {
  position: absolute;
  bottom: 9px;
  right: 9px;
  z-index: 20;
  font-size: 1.125rem;
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  color: #0f0811;
}
.products-block.products .product .floating-wrapper .custom-ratings.stars {
  width: auto;
  height: auto;
}
.products-block.products .product .floating-wrapper .custom-ratings.stars .star.star-on {
  width: 24px;
  height: 24px;
}
.products-block.products .product .p-in {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-block.products .product .p-in .ratings-wrapper {
  display: none;
}
.products-block.products .product .p .flags-default,
.products-block.products .product .image > .flags-extra {
  left: 8px;
  bottom: 8px;
  top: auto;
  right: auto;
  max-width: 79%;
}
.products-block.products .product .p .flags-default .flags,
.products-block.products .product .image > .flags-extra .flags {
  margin: 0;
}
.products-block.products .product .name {
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  height: auto;
  font-size: 1.75rem;
  line-height: 1.3928571429em;
}
.products-block.products .product .p-in-in .stars-wrapper {
  display: none;
}
.products-block.products .product .p-in-in {
  padding: 0 16px;
}
.products-block.products .product .p-bottom {
  margin-top: auto;
}
.products-block.products .product .p-bottom .btn {
  width: 100%;
}
.products-block.products .product .prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.products-block.products .product .prices .price-standard {
  font-size: 0.8125rem;
  line-height: 1.2em;
  color: #868686;
}
.products-block.products .product .prices .price {
  font-size: 1.5rem;
  line-height: 1.4em;
}
.products-block.products .product .prices .price strong {
  font-size: inherit;
  line-height: inherit;
}
.products-block.products .product .prices .price:has(+ .price-standard) {
  color: #ad74be;
}
.products-block.products .product .p-tools {
  flex-basis: 100% !important;
}
.products-block.products .product .availability {
  margin-bottom: 8px;
  padding: 4px 0;
}
.products-block.products .product .availability span {
  font-size: 1.25rem;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.products-block.products .product .availability span[style="color:#A4C9F0"]::before {
  content: url(assets/in-stock.svg);
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .products-block.products .product .p-tools {
    width: 100%;
    z-index: 20;
  }
}
@media (max-width: 767px) {
  .products-block.products .product .p-in {
    padding: 0;
  }
  .products-block.products .product .p .flags-default,
  .products-block.products .product .image > .flags-extra {
    margin-bottom: 8px;
    left: 8px;
    bottom: 8px;
    right: auto;
  }
  .products-block.products .product .p .flags-default .flags,
  .products-block.products .product .image > .flags-extra .flags {
    margin: 0;
    width: auto;
  }
  .products-block.products .product .floating-wrapper {
    right: 8px;
    bottom: 8px;
  }
  .products-block.products .product .prices .price-final {
    font-size: 1.125rem;
    line-height: 1.3888888889em;
  }
  .products-block.products .product .availability {
    flex-basis: 100%;
  }
  .products-block.products .product .availability span {
    width: fit-content;
  }
  .products-block.products .product .name {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
  .products-block.products .product .image {
    margin-bottom: 8px !important;
  }
  .products-block.products .product .p-bottom .p-tools.has-favorite {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
}

@media (max-width: 767px) {
  .type-category .products-block.products {
    padding-bottom: 0;
  }
  .type-category .products-block.products .product .p .flags-default,
  .type-category .products-block.products .product .image > .flags-extra {
    bottom: unset;
    top: 8px;
  }
  .type-category .products-block.products .product .p-in-in {
    padding: 0 8px;
  }
  .type-category .products-block.products .product .name,
  .type-category .products-block.products .product .availability span {
    font-size: 1rem;
    line-height: 1.4em;
  }
  .type-category .products-block.products .product .p-tools {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    padding-left: 8px;
  }
  .type-category .products-block.products .product .p-bottom .btn {
    width: fit-content;
    padding: 8px;
    border-radius: 50%;
  }
  .type-category .products-block.products .product .p-bottom .btn span {
    display: none;
  }
  .type-category .products-block.products .product .p-bottom .btn.btn-primary {
    font-size: 0;
    gap: 0;
  }
  .type-category .products-block.products .product .p-bottom .btn.btn-primary::after {
    content: url(assets/arrowRight-white.svg);
    width: 24px;
    height: 24px;
    display: block;
    line-height: 0;
  }
}

.p:hover .btn-primary {
  background-color: #a4c9f0;
  border-color: #a4c9f0;
}
.p:hover .btn-cart {
  background-color: #ad74be;
  color: #fff;
  border: 1px solid transparent;
}

.flags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .flags {
    gap: 4px;
  }
}

.flag,
.flags-extra .flag {
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.4615384615em 0.6153846154em;
  color: #5b3267;
  border-radius: 4px;
  margin: 0;
  width: auto;
  height: auto;
  white-space: nowrap;
  flex-direction: row;
  text-transform: uppercase;
}
.flag .price-save,
.flags-extra .flag .price-save {
  color: #5b3267;
}
.flag.flag-new, .flag.flag-bestseller,
.flags-extra .flag.flag-new,
.flags-extra .flag.flag-bestseller {
  color: #fff;
}
.flag.flag-discount,
.flags-extra .flag.flag-discount {
  background-color: #efbcd5;
}

@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag,
  .p-image-wrapper .flags-extra .flag .price-standard {
    border-radius: 31.64px;
    font-size: 1.5625rem;
    line-height: 1.48em;
    padding: 0.16em 0.64em;
  }
}
@media (max-width: 767px) {
  .p-image-wrapper .flags-extra .flag,
  .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 0.8125rem;
    padding: 0.3076923077em 0.6153846154em;
    line-height: 1.4230769231em;
  }
}

@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag .price-save,
  .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 1.5625rem;
    line-height: 1.48em;
  }
}
@media (max-width: 767px) {
  .p-image-wrapper .flags-extra .flag .price-save,
  .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 0.8125rem;
    line-height: 1.4230769231em;
  }
}

.slick-arrow {
  font-size: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: -24px;
  }
}

@media (max-width: 767px) {
  .slick-initialized {
    margin-bottom: 32px;
  }
  .slick-initialized:has(.slick-slide + .slick-slide) {
    margin-bottom: 56px;
  }
}

.slick-slide {
  margin: 0 12px;
}

.slick-list {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .slick-list {
    margin: 0 -20px;
    padding-left: 8px !important;
  }
}

.next-to-carousel-banners {
  display: block;
  margin-bottom: 64px;
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.next-to-carousel-banners .banner-wrapper {
  margin: 0;
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(270deg, #fdf4ec 47.85%, rgba(253, 244, 236, 0) 61.74%);
  border-radius: 56px;
  overflow: hidden;
  z-index: 1;
}
.next-to-carousel-banners .banner-wrapper > a > img {
  flex: 1 1 400px;
  aspect-ratio: 794/488;
  width: 300px;
}
.next-to-carousel-banners .banner-wrapper > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fdf4ec 47.85%, rgba(253, 244, 236, 0) 61.74%);
  z-index: 1;
  content: "";
}
.next-to-carousel-banners .banner-wrapper > a .extended-banner-texts {
  flex: 1 1 325px;
  padding: 20px 60px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
@media (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-texts {
    padding: 20px 90px 20px 60px;
  }
}
@media (min-width: 1300px) {
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-texts {
    padding: 20px 122px 20px 100px;
  }
}
.next-to-carousel-banners .banner-wrapper + .banner-wrapper {
  margin-top: 80px;
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: none;
}
.next-to-carousel-banners .extended-banner-texts {
  position: relative;
}
.next-to-carousel-banners .extended-banner-texts::before {
  content: "";
  position: absolute;
  bottom: 23%;
  right: 42px;
  display: block;
  width: 80px;
  height: 88px;
  background: url(assets/banner-heart.svg) no-repeat center center/cover;
  z-index: 3;
}
@media (max-width: 1299px) {
  .next-to-carousel-banners .extended-banner-texts::before {
    right: 7px;
    bottom: 42px;
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .extended-banner-texts::before {
    width: 48px;
    height: 53px;
    bottom: unset;
    top: 138px;
  }
}
.next-to-carousel-banners .extended-banner-title {
  margin: 0 0 16px;
}
.next-to-carousel-banners .extended-banner-text {
  color: #868686;
  font-size: 1.5rem;
  line-height: 1.4em;
}
.next-to-carousel-banners .extended-banner-link {
  margin-top: 40px;
  width: fit-content;
}
.next-to-carousel-banners .extended-banner-link::after {
  content: url(assets/arrowRight-accent.svg);
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
}
.next-to-carousel-banners .results {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #fef5ed;
  border-radius: 56px;
  padding: 100px 80px 0px 122px;
  gap: 50px;
  overflow: hidden;
}
.next-to-carousel-banners .results::before, .next-to-carousel-banners .results::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(assets/paw-large-beige.svg) no-repeat center center;
  position: absolute;
  top: 8px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .results::before, .next-to-carousel-banners .results::after {
    background-size: cover;
  }
}
.next-to-carousel-banners .results::before {
  left: 7px;
}
.next-to-carousel-banners .results::after {
  right: 7px;
  transform: rotate(102deg);
}
.next-to-carousel-banners .results__overview {
  padding-bottom: 100px;
  flex: 1 1 400px;
}
.next-to-carousel-banners .results__overview h2 {
  margin-top: 0;
}
.next-to-carousel-banners .results__overview::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(assets/paw-large-beige.svg) no-repeat center center;
  position: absolute;
  transform: rotate(-55deg);
}
@media (max-width: 767px) {
  .next-to-carousel-banners .results__overview::before {
    background-size: cover;
  }
}
.next-to-carousel-banners .results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}
.next-to-carousel-banners .results__img {
  flex: 1 1 123px;
  height: fit-content;
  position: relative;
}
.next-to-carousel-banners .results__img::before {
  content: "";
  display: block;
  width: 327px;
  height: 327px;
  background: url(assets/ellipse-beige.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.next-to-carousel-banners .results__img img {
  display: block;
  position: relative;
  z-index: 1;
}
.next-to-carousel-banners .results .result {
  border-radius: 32px;
  background-color: #efbcd5;
  overflow: hidden;
  padding: 32px 20px 32px 32px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.next-to-carousel-banners .results .result__data {
  display: flex;
}
.next-to-carousel-banners .results .result__number {
  font-size: 2rem;
  line-height: 1.40625em;
  color: #ad74be;
}
.next-to-carousel-banners .results .result__text {
  font-size: 1.5rem;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .results {
    padding: 40px 20px 0 20px;
    border-radius: 16px;
    gap: 0;
  }
  .next-to-carousel-banners .results__overview {
    position: relative;
    padding-bottom: 50px;
  }
  .next-to-carousel-banners .results__overview h2 {
    margin-bottom: 24px;
  }
  .next-to-carousel-banners .results__overview::before {
    bottom: 0;
  }
  .next-to-carousel-banners .results__img {
    margin-top: -10px;
  }
  .next-to-carousel-banners .results__img::before {
    background-size: cover;
  }
  .next-to-carousel-banners .results .result {
    border-radius: 16px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
  }
  .next-to-carousel-banners .results .result__data {
    gap: 12px;
    justify-content: space-between;
    flex: 1 1 100px;
  }
  .next-to-carousel-banners .results .result__number {
    font-size: 1.375rem;
    line-height: 1.4090909091em;
    flex: 0 0 58px;
  }
  .next-to-carousel-banners .results .result__text {
    font-size: 1.125rem;
    line-height: 1.3888888889em;
    flex: 1 1 100px;
  }
  .next-to-carousel-banners .results .result__img {
    flex: 0 0 40px;
  }
  .next-to-carousel-banners .results .result__img img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 480px) {
  .next-to-carousel-banners .results .result__data {
    flex-direction: column;
  }
  .next-to-carousel-banners .results .result__text {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .next-to-carousel-banners .results::before, .next-to-carousel-banners .results::after {
    top: 25px;
    width: 69px;
    height: 69px;
  }
  .next-to-carousel-banners .results::before {
    left: 25px;
  }
  .next-to-carousel-banners .results::after {
    right: 25px;
    transform: rotate(102deg);
  }
  .next-to-carousel-banners .results__overview::before {
    width: 69px;
    height: 69px;
    bottom: 67px;
    left: 35px;
  }
  .next-to-carousel-banners .results__img::before {
    width: 827px;
    height: 827px;
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    padding: 0;
    margin-bottom: 40px;
  }
  .next-to-carousel-banners .banner-wrapper + .banner-wrapper {
    margin-top: 40px;
  }
  .next-to-carousel-banners .banner-wrapper > a {
    flex-direction: column-reverse;
    border-radius: 16px;
  }
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-texts {
    padding: 20px 55px 10px 20px;
    justify-content: flex-start;
  }
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-title {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-text {
    font-size: 1.125rem;
    line-height: 1.3888888889em;
  }
  .next-to-carousel-banners .banner-wrapper > a .extended-banner-link {
    margin-top: 24px;
  }
  .next-to-carousel-banners .banner-wrapper > a > img {
    width: 100%;
    flex: unset;
    margin-top: -104px;
    aspect-ratio: 771/679;
  }
  .next-to-carousel-banners .banner-wrapper > a::before {
    background: linear-gradient(360deg, rgba(253, 244, 236, 0) 31.3%, #fdf4ec 57.28%);
  }
}

.adoption-offer__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.adoption-offer__wrapper::before, .adoption-offer__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1326px;
  max-height: 1326px;
  height: 100%;
  aspect-ratio: 1;
  background: radial-gradient(50% 50% at 50% 50%, #eaddee 0%, #ffffff 92.67%);
  position: absolute;
  z-index: -5;
}
@media (min-width: 768px) {
  .adoption-offer__wrapper::before, .adoption-offer__wrapper::after {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.adoption-offer__wrapper::before {
  bottom: 0;
  left: 0;
  transform: translate(-41%, 44%);
}
@media (min-width: 768px) {
  .adoption-offer__wrapper::before {
    content: url(assets/bones.svg);
  }
}
.adoption-offer__wrapper::after {
  right: 0;
  top: 0;
  transform: translate(36%, -44%);
}
@media (min-width: 768px) {
  .adoption-offer__wrapper::after {
    content: url(assets/pet-bowl.svg);
  }
}
.adoption-offer #dog-wrapper {
  margin-bottom: 20px;
}
.adoption-offer a.btn.btn-primary {
  margin-inline: auto;
  display: flex;
  width: fit-content;
}
@media (min-width: 768px) {
  .adoption-offer > h2,
  .adoption-offer > p {
    text-align: center;
  }
  .adoption-offer > p {
    max-width: 774px;
    margin: 0 auto 40px;
  }
  .adoption-offer #dog-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .adoption-offer__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .adoption-offer__wrapper::before, .adoption-offer__wrapper::after {
    width: 497px;
    height: 497px;
  }
  .adoption-offer__wrapper::before {
    transform: translate(-41%, 44%);
    z-index: 0;
  }
  .adoption-offer__wrapper::after {
    background: url(assets/half-ellipse.svg) no-repeat center center;
    transform: translateY(-50%);
    width: 248px;
  }
}

.footer-banners {
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar-width));
  max-width: 1920px;
  padding-top: 80px;
}
.footer-banners .footer-banner[class*=col-] {
  float: none;
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
}
.footer-banners::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1326px;
  max-height: 1326px;
  height: 100%;
  aspect-ratio: 1;
  background: radial-gradient(50% 50% at 50% 50%, #eaddee 0%, #ffffff 92.67%);
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(45%, -34%);
}
@media (min-width: 768px) {
  .footer-banners::after {
    content: url(assets/big-paw-purple.svg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer-banners {
    overflow: visible;
    transform: none;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    inset: unset;
    left: unset;
    max-width: calc(100% + 40px);
    padding-top: 40px;
  }
  .footer-banners::after {
    background: url(assets/part-ellipse.svg) no-repeat center center;
    width: 170px;
    height: 256px;
    transform: translate(20px, -29%);
    z-index: -1;
  }
}

.needs-help-wrapper {
  display: flex;
  gap: 10px 48px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.needs-help-wrapper .tv-container {
  position: relative;
  flex: 1 1 272px;
}
.needs-help-wrapper .tv-container .main-image,
.needs-help-wrapper .tv-container .video {
  position: absolute;
  bottom: 43px;
  left: 43px;
  max-width: 71%;
  border-radius: 32px;
  object-fit: cover;
  width: min(100%, 432px);
  height: 100%;
  max-height: 371px;
  overflow: hidden;
}
.needs-help-wrapper .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.needs-help-wrapper .text-container {
  flex: 1 1 400px;
  padding: 48px;
  background-color: #fef5ed;
  border-radius: 56px;
  backdrop-filter: blur(4px);
  box-shadow: 0px 10px 10px 0px rgba(254, 242, 230, 0.1019607843), 0px 1px 0px 0px rgba(254, 242, 230, 0.0705882353), 0px 4px 4px 0px rgba(254, 242, 230, 0.031372549);
}
.needs-help-wrapper .text-container h2 {
  margin-top: 0;
}
.needs-help-wrapper .text-container h4 {
  color: #ad74be;
}
.needs-help-wrapper .text-container p {
  color: #868686;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .needs-help-wrapper .text-container {
    min-height: 458px;
  }
  .needs-help-wrapper .text-container .video video {
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .needs-help-wrapper .tv-container .main-image,
  .needs-help-wrapper .tv-container .video {
    bottom: 23px;
    left: 23px;
    aspect-ratio: 226/194;
    object-fit: cover;
    border-radius: 16px;
    max-height: 194px;
  }
  .needs-help-wrapper .text-container {
    border-radius: 16px;
    padding: 38px;
  }
  .needs-help-wrapper a.btn {
    width: fit-content;
  }
}

.benefitBanner {
  padding: 48px;
  background-color: #fef5ed;
}
.benefitBanner__item {
  gap: 16px;
  margin: 0;
}
.benefitBanner__content {
  display: flex;
  gap: 5px;
  padding: 0;
  word-break: normal;
  align-items: center;
  font-family: "Baloo", sans-serif;
}
.benefitBanner__title {
  display: block;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1.2222222222em;
}
.benefitBanner__data {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
}
.benefitBanner__picture {
  margin: 0px;
  flex: unset;
}
.benefitBanner__picture img {
  aspect-ratio: 1;
  display: block;
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .benefitBanner {
    padding: 24px 48px;
  }
  .benefitBanner__item {
    gap: 8px;
  }
  .benefitBanner__title {
    font-size: 1rem;
    line-height: 1.21875em;
  }
  .benefitBanner__picture {
    width: 100%;
    max-width: 32px;
    margin-bottom: 0;
  }
  .benefitBanner__picture img {
    width: 32px;
    height: 32px;
  }
}

.news-item time {
  color: #0f0811;
  background-color: #f3d121;
  font-size: 0.8125rem;
  line-height: 1.4238461538em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 16px;
}

.news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-item .image,
.news-item .image img {
  aspect-ratio: 342/320;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.news-item .image time,
.news-item .image img time {
  position: absolute;
  left: 14px;
  bottom: 13px;
  margin-bottom: 0;
}
.news-item .image img {
  object-fit: cover;
}
.news-item .text {
  padding: 16px 23px 24px 16px;
  background-color: #fef5ed;
  display: flex;
  flex-direction: column;
}
.news-item .text .title,
.news-item .text .description {
  margin-bottom: 16px;
}
.news-item .text .description {
  color: #868686;
  font-size: 1rem;
  line-height: 1.42375em;
  height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item .text .description::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background-color: #0f0811;
  margin-bottom: 8px;
}
.news-item .text .title {
  font-weight: 600;
  font-family: "Baloo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  text-decoration: none;
}
.news-item .read-article {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Baloo", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143em;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}
.news-item .read-article::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(assets/arrowRight-black.svg) no-repeat center;
}
.news-item .read-article:hover, .news-item .read-article:focus-visible {
  text-decoration: underline;
}
.news-item:hover .title, .news-item:focus-visible .title {
  text-decoration: underline;
}

#newsWrapper:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px 24px;
}

.homepage-blog-wrapper {
  display: block;
  gap: 24px;
  position: relative;
  padding: 0;
  margin-bottom: 64px;
  overflow: hidden;
}
.homepage-blog-wrapper .homepage-group-title {
  flex-basis: 100%;
  padding-left: 0;
  padding-right: 0px;
  margin-top: 0;
  margin-bottom: 24px;
}
.homepage-blog-wrapper .button-wrapper {
  text-align: right;
  flex-basis: 100%;
}
.homepage-blog-wrapper .news-item {
  padding: 0;
  width: auto;
  flex: unset;
}
.homepage-blog-wrapper .news-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.homepage-blog-wrapper .news-item .text .title {
  display: block;
  margin-top: 0;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-blog-wrapper .news-item .read-article {
  display: flex;
}
@media (max-width: 767px) {
  .homepage-blog-wrapper {
    display: block;
    margin-bottom: 40px;
    overflow: visible;
    width: 100%;
  }
  .homepage-blog-wrapper .news-item.slick-slide {
    margin: 0 8px;
  }
  .homepage-blog-wrapper .button-wrapper {
    text-align: center;
    order: 6;
    flex-basis: 100%;
  }
  .homepage-blog-wrapper .homepage-group-title.h4 {
    flex-basis: 100%;
  }
  .homepage-blog-wrapper .news-item {
    margin-bottom: 26px;
  }
  .homepage-blog-wrapper .news-item .image,
  .homepage-blog-wrapper .news-item .image img {
    aspect-ratio: 275/264;
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .homepage-blog-wrapper .news-item .image img {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .homepage-blog-wrapper .homepage-group-title.h4 {
    margin-bottom: 40px;
    padding-right: 220px;
  }
  .homepage-blog-wrapper .button-wrapper {
    position: absolute;
    top: 4px;
    right: 0;
  }
}

#newsWrapper:not(.slick-initialized) {
  margin-bottom: 48px;
}
#newsWrapper:not(.slick-initialized) .news-item .image img {
  object-fit: cover;
  display: block;
}
#newsWrapper:not(.slick-initialized) .news-item .text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 620px) {
  #newsWrapper:not(.slick-initialized) .news-item {
    flex-wrap: wrap;
  }
  #newsWrapper:not(.slick-initialized) .news-item .image,
  #newsWrapper:not(.slick-initialized) .news-item .text {
    flex: 1 1 100%;
  }
}
@media (max-width: 767px) {
  #newsWrapper:not(.slick-initialized) {
    display: block;
  }
  #newsWrapper:not(.slick-initialized) .news-item {
    margin-bottom: 24px;
  }
}

.narrow-custom {
  max-width: 720px;
  margin: 0 auto 40px;
}

.content-wrapper.latest-contribution-box {
  display: none;
}

.products-block > .buttons-wrapper {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .products-block > .buttons-wrapper {
    display: none;
  }
}

.bgrd-block {
  background-color: #fef5ed;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  position: relative;
}
.bgrd-block .products-block.products {
  margin: 0;
}
.bgrd-block .products-block.products + .faq__banner {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .bgrd-block .products-block.products + .faq__banner {
    margin-top: 80px;
  }
}
.bgrd-block::before, .bgrd-block::after {
  content: "";
  background: url(assets/bubbles-lg.svg) no-repeat center top/cover;
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
}
.bgrd-block::before {
  top: 0;
  transform: rotate(180deg);
}
.bgrd-block::after {
  bottom: 0;
}
@media (max-width: 767px) {
  .bgrd-block {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .bgrd-block::before, .bgrd-block::after {
    height: 28px;
  }
  .bgrd-block .homepage-group-title {
    padding-inline: 16px;
  }
}

@media (min-width: 768px) {
  .type-category .bgrd-block::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .type-category .bgrd-block.full-width {
    margin-inline: 0;
  }
}

.about-wrapper .benefitBanner {
  margin-top: 0;
}
.about-wrapper .about-content {
  padding: 32px 20px;
}
.about-wrapper .about-content h2 {
  margin-top: 0;
}
.about-wrapper .about-content a.btn.btn-primary {
  font-size: 0.8125rem;
  line-height: 1.2553846154em;
  padding: 0.5384615385em 1.6428571429em 0.5384615385em 2.2142857143em;
}
.about-wrapper .about-texts {
  margin-bottom: 32px;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.about-wrapper .about-texts p:last-child {
  margin-bottom: 0;
}
.about-wrapper .about-texts a {
  text-decoration: underline;
}
.about-wrapper .about-texts a:hover, .about-wrapper .about-texts a.focus-visible {
  text-decoration: none;
}
.about-wrapper .about-texts::before {
  content: "";
  width: 50px;
  height: 12px;
  display: block;
  border-bottom: 2px solid #0f0811;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .about-wrapper .about-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .about-wrapper .about-inner > div {
    flex-basis: 50%;
  }
  .about-wrapper .about-content a.btn.btn-primary {
    font-size: 0.875rem;
    line-height: 1.2142857143em;
    padding: 1.0714285714em 1.6428571429em 1.0714285714em 2.2142857143em;
  }
}
@media (min-width: 992px) {
  .about-wrapper .about-texts {
    margin-bottom: 64px;
    position: relative;
    padding-left: 66px;
  }
  .about-wrapper .about-texts::before {
    position: absolute;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .about-wrapper .about-content {
    padding: 96px 96px 96px 80px;
  }
}
@media (max-width: 767px) {
  .about-wrapper {
    margin-inline: -20px;
  }
  .about-wrapper .about-texts {
    padding-right: 40px;
  }
}

.banner-wrapper.multi-page-banner {
  margin-top: 160px;
}
.banner-wrapper.multi-page-banner > a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(270deg, #fdf4ec 47.85%, rgba(253, 244, 236, 0) 61.74%);
  border-radius: 56px;
  overflow: hidden;
}
.banner-wrapper.multi-page-banner > a img {
  flex: 1 1 400px;
  aspect-ratio: 794/488;
  width: 300px;
  transform: none;
  object-fit: cover;
}
.banner-wrapper.multi-page-banner > a .extended-banner-texts {
  flex: 1 1 325px;
  padding: 20px 42px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  z-index: 5;
}
.banner-wrapper.multi-page-banner > a .extended-banner-texts::before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 37px;
  display: block;
  width: 80px;
  height: 88px;
  background: url(assets/banner-heart-yellow.svg) no-repeat center center/cover;
  z-index: 3;
}
@media (min-width: 1200px) {
  .banner-wrapper.multi-page-banner > a .extended-banner-texts {
    padding: 20px 120px 20px 95px;
    gap: 40px;
  }
}
.banner-wrapper.multi-page-banner > a .extended-banner-title {
  margin: 0;
}
.banner-wrapper.multi-page-banner > a .extended-banner-link {
  width: fit-content;
  margin-top: 8px;
}
.banner-wrapper.multi-page-banner > a .extended-banner-link::after {
  content: url(assets/arrowRight-accent.svg);
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
}
.banner-wrapper.multi-page-banner > a .extended-banner-text {
  color: #868686;
}
.banner-wrapper.multi-page-banner > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fdf4ec 50.85%, rgba(253, 244, 236, 0) 61.74%);
  z-index: 1;
  content: "";
}
@media (max-width: 767px) {
  .banner-wrapper.multi-page-banner {
    margin-top: 80px;
  }
  .banner-wrapper.multi-page-banner > a {
    flex-direction: column-reverse;
    border-radius: 16px;
  }
  .banner-wrapper.multi-page-banner > a::before {
    background: linear-gradient(360deg, rgba(253, 244, 236, 0) 31.01%, rgba(253, 244, 236, 0.496666) 38.14%, #fdf4ec 48.99%);
  }
  .banner-wrapper.multi-page-banner > a img {
    flex: unset;
    width: 100%;
    margin-top: -50px;
    aspect-ratio: 335/322;
  }
  .banner-wrapper.multi-page-banner > a .extended-banner-text {
    font-size: 1.125rem;
    line-height: 1.3888888889em;
  }
  .banner-wrapper.multi-page-banner > a .extended-banner-text br {
    display: none;
  }
}

.type-index .banner-wrapper.multi-page-banner::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1326px;
  max-height: 1326px;
  height: 100%;
  aspect-ratio: 1;
  background: radial-gradient(50% 50% at 50% 50%, #eaddee 0%, #ffffff 92.67%);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  transform: translate(-48%, -67%);
}
@media (min-width: 768px) {
  .type-index .banner-wrapper.multi-page-banner::before {
    content: url(assets/house.svg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.banner-wrapper.large-banner {
  margin-bottom: 117px;
}
.banner-wrapper.large-banner .extended-banner-texts {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .banner-wrapper.large-banner .extended-banner-texts {
    max-width: 586px;
  }
}
.banner-wrapper.large-banner .extended-banner-title {
  margin-top: 0;
  font-size: 2rem;
  line-height: 1.21875em;
  text-transform: uppercase;
  color: #fff;
}
.banner-wrapper.large-banner .extended-banner-text {
  margin-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1.4238888889em;
}
.banner-wrapper.large-banner .extended-banner-text::before {
  background-color: #fff;
}
.banner-wrapper.large-banner a {
  position: relative;
}
.banner-wrapper.large-banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 58.5%);
  z-index: 1;
}
.banner-wrapper.large-banner a:hover img, .banner-wrapper.large-banner a:focus-visible img {
  transform: none;
}
@media (min-width: 992px) {
  .banner-wrapper.large-banner .extended-banner-texts {
    left: 80px;
  }
  .banner-wrapper.large-banner .extended-banner-title {
    font-size: 2.5rem;
    line-height: 1.2175em;
    margin-bottom: 32px;
    max-width: 80%;
  }
  .banner-wrapper.large-banner .extended-banner-text {
    font-size: 1.25rem;
    line-height: 1.4em;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper.large-banner {
    margin-bottom: 48px;
  }
  .banner-wrapper.large-banner img {
    height: 440px;
    object-fit: cover;
    object-position: center;
  }
  .banner-wrapper.large-banner a .extended-banner-link {
    border-color: #fff;
    padding: 11px;
  }
  .banner-wrapper.large-banner a .extended-banner-link::after {
    content: url(assets/arrowRight-white.svg);
  }
  .banner-wrapper.large-banner a::before {
    background: rgba(0, 0, 0, 0.6);
  }
}

.divider {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 5;
}
.divider__line {
  height: 3px;
  background-color: #efbcd5;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.divider__line::before, .divider__line::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #efbcd5;
  border-radius: 50%;
}
.divider__line::after {
  position: absolute;
  right: 0;
}
.divider img {
  flex: 1 1 72px;
}
@media (min-width: 768px) {
  .divider {
    margin-bottom: 80px;
  }
}

.contact-form-banner {
  display: grid;
  gap: 20px;
  position: relative;
}
.contact-form-banner .contact-form-wrapper {
  padding: 20px;
  background-color: #fef5ed;
  border-radius: 16px;
}
.contact-form-banner .contact-form-wrapper p {
  color: #868686;
  font-size: 1rem;
  line-height: 1.4em;
}
.contact-form-banner .contact-form-wrapper h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.contact-form-banner .contact-form-wrapper p:not(:first-of-type) {
  display: none;
}
.contact-form-banner .contact-image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .contact-form-banner .contact-image-wrapper img {
    aspect-ratio: 335/355;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-form-banner {
    gap: 24px;
    margin-top: 56px;
  }
  .contact-form-banner .contact-form-wrapper {
    padding: 40px;
    border-radius: 56px;
  }
  .contact-form-banner .contact-form-wrapper h1,
  .contact-form-banner .contact-form-wrapper h2,
  .contact-form-banner .contact-form-wrapper p {
    text-align: center;
  }
  .contact-form-banner .contact-image-wrapper img {
    border-radius: 56px;
  }
}
@media (min-width: 992px) {
  .contact-form-banner {
    grid-template-columns: calc(67% - 12px) calc(33% - 12px);
  }
}
@media (min-width: 1200px) {
  .contact-form-banner .contact-form-wrapper {
    padding: 100px 122px;
  }
}

.type-index .contact-form-banner {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .type-index .contact-form-banner {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.type-index .contact-form-banner form + .contact-address {
  display: none;
}

.ratings-wrapper {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
}
.ratings-wrapper .vote-wrap {
  margin-bottom: 0;
  gap: 32px;
}
.ratings-wrapper .vote-wrap .vote-name {
  font-size: 1rem;
  line-height: 1.425em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ratings-wrapper .vote-wrap .vote-summary {
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .ratings-wrapper .vote-wrap .vote-summary {
    flex-direction: column;
  }
}
.ratings-wrapper h2 {
  margin-top: 0;
}
.ratings-wrapper .vote-content {
  gap: 8px;
}
@media (max-width: 767px) {
  .ratings-wrapper .votes-wrap.slick-initialized:not(:has(.slick-arrow)) {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .ratings-wrapper {
    margin-bottom: 120px;
  }
  .ratings-wrapper h2 {
    padding-right: 210px;
  }
  .ratings-wrapper a.btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .ratings-wrapper .vote-wrap {
    padding: 32px 40px;
  }
  .ratings-wrapper .vote-wrap .vote-content {
    font-size: 1.125rem;
    line-height: 1.4238888889em;
  }
}
@media (min-width: 1200px) {
  .ratings-wrapper {
    margin-bottom: 184px;
  }
}

.type-index .products-block + a.btn {
  margin-bottom: 48px;
}
.type-index .products-group-banner {
  display: block;
}
@media (min-width: 768px) {
  .type-index .products-group-banner > a.btn.btn-primary {
    display: none;
  }
}
@media (max-width: 767px) {
  .type-index .image-banner {
    margin-bottom: 32px;
  }
  .type-index .image-banner.desktop {
    display: none;
  }
  .type-index .image-banner .extended-banner-text {
    font-size: 1rem;
    line-height: 1.42375em;
  }
}
@media (min-width: 768px) {
  .type-index .image-banner {
    margin-bottom: 40px;
  }
  .type-index .image-banner.mobile {
    display: none;
  }
}

ul.socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
ul.socials > li > .facebook a,
ul.socials > li > .instagram a {
  font-size: 0;
}
ul.socials > li > .facebook a::before,
ul.socials > li > .instagram a::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
}
ul.socials > li .facebook a::before {
  background-image: url(assets/FB.svg);
}
ul.socials > li .instagram a::before {
  background-image: url(assets/instagram.svg);
}

.footer-rows {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.footer-rows h4 {
  text-transform: initial;
  margin: 0;
  padding: 0.625rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-family: "Baloo", sans-serif;
  color: #ad74be;
}
.footer-rows ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rows ul li {
  padding: 0.375rem 0.5rem;
}
.footer-rows ul li span + span {
  margin-top: 12px;
}
.footer-rows h4,
.footer-rows a {
  display: inline-block;
}
.footer-rows a {
  text-decoration: none;
  color: #0f0811;
}
.footer-rows a:hover, .footer-rows a:focus-visible {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-rows {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.instagram-widget {
  display: flex;
  gap: 8px;
  max-width: unset;
  flex-wrap: nowrap;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(assets/film-mobil.svg) no-repeat center center/cover #a4c9f0;
}
@media (max-width: 767px) {
  .instagram-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.instagram-widget[class*=columns] > a {
  padding: 0;
  width: auto;
}
.instagram-widget[class*=columns] > a img {
  position: static;
  transform: none;
}
.instagram-widget a img {
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .instagram-widget {
    margin-left: -110px;
    margin-right: -110px;
    padding-top: 48px;
    padding-bottom: 48px;
    background: url(assets/film.svg) no-repeat center center/cover #a4c9f0;
  }
  .instagram-widget a img {
    border-radius: 12px;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }
}

.custom-footer__instagram {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr max-content;
  margin-top: 40px;
  overflow: hidden;
}
.custom-footer__instagram > h4 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4166666667em;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.custom-footer__instagram > h4 span {
  color: #ad74be;
}
.custom-footer__instagram > h4::before {
  content: url(assets/instagram-logo1.svg);
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 767px) {
  .custom-footer__instagram > h4::before {
    margin: 0 auto 8px;
  }
}
.custom-footer__instagram .instagram-widget {
  grid-column: 1/-1;
  grid-row: 3;
}
.custom-footer__instagram .socials {
  grid-column: 1;
  grid-row: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.custom-footer__instagram .socials > li > .instagram,
.custom-footer__instagram .socials > li > .facebook {
  display: block;
}
.custom-footer__instagram .socials > li > .instagram a,
.custom-footer__instagram .socials > li > .facebook a {
  display: block;
}
.custom-footer__instagram .socials > li > .instagram a::before,
.custom-footer__instagram .socials > li > .facebook a::before {
  width: 40px;
  height: 40px;
}
.custom-footer__instagram .instagram-name {
  color: #0f0811;
}
.custom-footer__instagram .instagram-name span {
  color: #ad74be;
}
@media (min-width: 768px) {
  .custom-footer__instagram {
    gap: 40px;
    margin-top: 48px;
  }
  .custom-footer__instagram h4 {
    font-size: 2rem;
    line-height: 1.40625em;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }
  .custom-footer__instagram h4::before {
    display: inline-block;
    margin-right: 7px;
  }
  .custom-footer__instagram .instagram-widget {
    grid-row: 2;
  }
  .custom-footer__instagram .socials {
    grid-column: 2;
    grid-row: 1;
  }
}

.instagram-follow-btn {
  display: none;
}

@media (max-width: 991px) {
  .instagram-widget > a:nth-of-type(n + 5) {
    display: none;
  }
}
@media (max-width: 600px) {
  .instagram-widget {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.newsletter-wrapper {
  border-radius: 56px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: linear-gradient(270deg, rgba(253, 244, 236, 0) 38.3%, #fdf4ec 53.26%);
  position: relative;
  z-index: 1;
}
.newsletter-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(253, 244, 236, 0) 38.3%, #fdf4ec 53.26%);
  z-index: 1;
  content: "";
}
.newsletter-wrapper .custom-footer__newsletter {
  flex: 1 1 400px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  z-index: 5;
  position: relative;
}
.newsletter-wrapper .newsletter-header {
  max-width: 476px;
}
.newsletter-wrapper .newsletter-header h4 {
  margin: 0;
}
.newsletter-wrapper .newsletter-header p {
  margin: 40px 0 0;
}
.newsletter-wrapper .newsletter-image {
  flex: 1 1 400px;
  width: 200px;
  max-height: 482px;
  object-fit: cover;
  object-position: bottom;
  aspect-ratio: 819/482;
}
@media (max-width: 1199px) {
  .newsletter-wrapper .custom-footer__newsletter {
    gap: 16px;
  }
  .newsletter-wrapper .newsletter-header p {
    margin-top: 16px;
  }
}
@media (max-width: 900px) {
  .newsletter-wrapper {
    border-radius: 16px;
    flex-direction: column;
  }
  .newsletter-wrapper::before {
    background: linear-gradient(360deg, rgba(253, 244, 236, 0) 24.96%, #fdf4ec 45.71%);
    inset: 0;
  }
  .newsletter-wrapper .newsletter-header p {
    margin-top: 20px;
    line-height: 1.4em;
  }
  .newsletter-wrapper .custom-footer__newsletter {
    gap: 20px;
  }
  .newsletter-wrapper .custom-footer__newsletter form fieldset {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .newsletter-wrapper .newsletter-image {
    flex: unset;
    max-height: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newsletter-wrapper .newsletter-image {
    aspect-ratio: 335/363;
    margin-top: -75px;
  }
}

.footer-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.footer-links-wrapper h4 {
  flex: 1 1 210px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .footer-links-wrapper {
    flex: 1 1 450px;
    max-width: 514px;
  }
}

.footer-icons {
  gap: 20px;
}
.footer-icons .footer-icon {
  margin: 0;
}
.footer-icons .footer-icon a {
  padding: 10px;
}
.footer-icons .footer-icon a img {
  width: 32px;
  height: 32px;
}
.footer-icons .footer-icon:last-child a {
  padding: 10px 6px;
}
@media (min-width: 480px) {
  .footer-icons {
    flex-wrap: nowrap;
  }
}

.custom-footer__newsletter form {
  max-width: 476px;
}
.custom-footer__newsletter #formNewsletterWidget fieldset br {
  display: none;
}
.custom-footer__newsletter #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
  font-size: 1rem;
  line-height: 1.4em;
  order: 1;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .custom-footer__newsletter #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) {
    margin-top: 0;
  }
}
.custom-footer__newsletter #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) a {
  text-decoration: underline;
}
.custom-footer__newsletter #formNewsletterWidget fieldset > div:not(.validator-msg-holder, .btn-default.btn-arrow-right) label {
  color: #868686;
  line-height: 1.4em;
}
.custom-footer__newsletter #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right span {
  position: relative;
  width: auto;
  height: auto;
  clip: unset;
}
.custom-footer__newsletter #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right::before {
  content: url(assets/paw-dark.svg);
  display: block;
}
.custom-footer__newsletter #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right::after {
  display: none;
}
@media (min-width: 992px) {
  .custom-footer__newsletter #formNewsletterWidget fieldset .validator-msg-holder {
    padding-right: 130px;
  }
  .custom-footer__newsletter #formNewsletterWidget fieldset .validator-msg-holder input {
    padding-right: 44px;
  }
  .custom-footer__newsletter #formNewsletterWidget fieldset .btn.btn-default.btn-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#footer > .footer-links-icons {
  display: none;
}

.custom-footer__contact .contact-box ul li > span.mail::before {
  display: none;
}

.footer-left {
  color: #666666;
  max-width: 450px;
  position: relative;
  flex: 1 1 450px;
}
.footer-left a,
.footer-left h4 {
  padding: 0;
}
.footer-left .custom-footer__contact h4 {
  display: none;
}
.footer-left .contact-box {
  min-height: unset;
}
.footer-left .contact-box ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-left .contact-box ul .mail,
.footer-left .contact-box ul .tel {
  padding: 0;
}
.footer-left .contact-box ul .mail a,
.footer-left .contact-box ul .tel a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #0f0811 !important;
  font-size: 1.125rem;
  line-height: 1.4238888889em;
  font-weight: 400;
}
.footer-left .contact-box ul .mail a::before,
.footer-left .contact-box ul .tel a::before {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-left .contact-box ul .tel::before {
  display: none;
}
.footer-left .contact-box ul .tel a::before {
  content: url(assets/phone-large.svg);
}
.footer-left .contact-box ul .mail a::before {
  content: url(assets/mail-large.svg);
  width: 22.86px;
  height: 22.86px;
}
.footer-left .contact-box ul li {
  margin-bottom: 0;
  padding: 0;
}
.footer-left .contact-box ul li > span {
  padding-left: 0;
}
.footer-left .contact-box ul li:has(.tel) {
  order: -1;
}
@media (max-width: 767px) {
  .footer-left {
    flex: unset;
  }
  .footer-left .site-name {
    margin-bottom: 24px;
    display: block !important;
  }
}
@media (min-width: 768px) {
  .footer-left .site-name {
    margin-bottom: 32px;
  }
}

.footer-row {
  display: grid;
  justify-content: space-between;
  gap: 8px;
}
.footer-row.first-row {
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  .footer-row.first-row .banner:first-child {
    background: url(assets/footer-dog1.svg) no-repeat bottom right 16px;
    padding-bottom: 54px;
  }
  .footer-row.first-row .banner:first-child ul {
    max-width: 196px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer-row.first-row .banner:first-child {
    background-size: 150px;
  }
}
.footer-row.second-row {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer-row.second-row .banner:nth-child(3) {
    background: url(assets/footer-dog-bottom.svg) no-repeat bottom right 16px;
    background-size: 140px;
  }
  .footer-row.second-row .banner:nth-child(3) ul {
    max-width: 196px;
  }
}
.footer-row .banner > div {
  padding: 0.375rem 0.5rem;
}
.footer-row p {
  margin-bottom: 16px;
}
.footer-row p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-row {
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #f5eef7;
  }
  .footer-row.second-row {
    border-bottom: 1px solid #f5eef7;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .footer-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .footer-row {
    display: block;
  }
}

.last-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
}
.last-row .footer-images {
  display: flex;
  gap: 48px;
}
.last-row .footer-images p {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .last-row .footer-images {
    align-items: center;
  }
}

.custom-footer {
  padding: 0;
  border-top: none;
}
.custom-footer ul li:last-child {
  padding-bottom: 0;
}
.custom-footer .banner {
  margin-bottom: 0;
  color: #0f0811;
}
.custom-footer .banner p {
  color: inherit;
}
.custom-footer .banner-wrapper {
  margin-top: 0;
}
.custom-footer > div {
  padding: 0;
}
@media (max-width: 767px) {
  .custom-footer .contact-box ul {
    display: flex;
    gap: 8px;
  }
  .custom-footer .other-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .custom-footer .other-links a {
    display: block;
  }
  .custom-footer .other-links > div {
    flex: 1 1 150px;
  }
  .custom-footer .other-links .custom-footer__contact {
    flex-basis: 100%;
  }
  .custom-footer h4 {
    width: 100%;
  }
  .custom-footer h4.clickable {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: space-between;
  }
  .custom-footer h4.clickable::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #ff4b36;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    transition: all 0.15s ease-in-out;
  }
  .custom-footer h4.active::after {
    transform: rotate(-135deg);
    top: 1px;
  }
  .custom-footer h4:not(.active) + ul, .custom-footer h4:not(.active) + .language-switcher,
  .custom-footer h4:not(.active) + div {
    display: none;
  }
  .custom-footer .banner-wrapper ul,
  .custom-footer .banner-wrapper .language-switcher {
    margin-bottom: 20px;
  }
}

#footer .site-name {
  display: none;
}
#footer ul a {
  color: #0f0811;
}

.footer-bottom-wrapper {
  background-color: #d5bade;
  position: relative;
}
.footer-bottom-wrapper::before {
  content: "";
  background: url(assets/bubbles-purple.svg) no-repeat center top/cover;
  display: block;
  position: absolute;
  top: -15px;
  width: 100%;
  height: 28px;
}

.footer-bottom {
  align-items: center;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover, .footer-bottom a:focus-visible {
  text-decoration: underline;
}
.footer-bottom .company {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright strong::before {
  content: "©";
  margin-right: 3px;
}

#signature img {
  line-height: 0;
  display: block;
}

.contact-box--custom {
  margin-bottom: 45px;
}
.contact-box--custom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 48px;
}
.contact-box--custom ul li:first-child {
  order: 2;
}
.contact-box--custom ul li > span {
  flex-direction: column;
}
.contact-box--custom ul li > span > a {
  font-weight: 800;
}
.contact-box--custom ul li > span > span {
  font-weight: 800;
}

@media (max-width: 480px) {
  .contact-section a.btn {
    width: 100%;
  }
}
.sidebar .banner {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar .banner img {
  display: block;
}

.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-family: "Baloo", sans-serif;
}
.pagination-wrapper .pagination-top {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  border-radius: 24px;
  background-color: #ad74be;
  color: #fff;
  margin-right: auto;
}
.pagination-wrapper .pagination-top > a {
  width: auto;
  min-width: unset;
}
.pagination-wrapper .pagination-top > a:not(.link-to-top) {
  display: none;
}
.pagination-wrapper .pagination-top > strong,
.pagination-wrapper .pagination-top > a {
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  height: auto;
  margin-left: 0;
  color: #fff;
  font-weight: 800;
}
.pagination-wrapper .pagination-top > strong::before,
.pagination-wrapper .pagination-top > a::before {
  display: none;
}
.pagination-wrapper .pagination-top:hover, .pagination-wrapper .pagination-top:focus-visible {
  background-color: #a4c9f0;
}
.pagination-wrapper .pagination-loader {
  order: -1;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pagination-wrapper .pagination strong {
  font-weight: 800;
}
.pagination-wrapper .pagination strong,
.pagination-wrapper .pagination a {
  width: auto;
  min-width: unset;
  margin: 0;
  font-size: 1.125rem;
}
.pagination-wrapper .pagination a {
  text-decoration: none;
}
.pagination-wrapper .pagination .pagination-link {
  width: 71.5px;
  height: 47.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a4c9f0;
  border-radius: 14px;
  border: 1px solid #fff;
  z-index: 5;
  gap: 4px;
  margin: 0;
}
.pagination-wrapper .pagination .pagination-link::before, .pagination-wrapper .pagination .pagination-link::after {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  transition: all 0.15s ease-in-out;
}
.pagination-wrapper .pagination .pagination-link::before {
  content: url(assets/arrowRight-white.svg);
}
.pagination-wrapper .pagination .pagination-link::after {
  content: url(assets/paw-white.svg);
}
.pagination-wrapper .pagination .pagination-link.prev {
  left: 0;
  flex-direction: row-reverse;
}
.pagination-wrapper .pagination .pagination-link.prev::before {
  transform: rotate(180deg);
}
.pagination-wrapper .pagination .pagination-link.prev::after {
  rotate: -23deg;
}
.pagination-wrapper .pagination .pagination-link.next {
  right: 0;
}
.pagination-wrapper .pagination .pagination-link.next::after {
  rotate: 23deg;
}
.pagination-wrapper .pagination .pagination-link:hover, .pagination-wrapper .pagination .pagination-link:focus-visible {
  background-color: #ad74be;
}
.pagination-wrapper .load-products {
  gap: 1em;
}
.pagination-wrapper .load-products:hover::before {
  border-color: #fff;
}
.pagination-wrapper .pagination-loader {
  margin: 0;
}
.pagination-wrapper .pagination-loader .load-products.btn.btn-default.unveil-button {
  display: flex !important;
}
.pagination-wrapper .pagination-loader .load-products.btn.btn-default.unveil-button::before {
  border-color: #fff;
}
@media (max-width: 580px) {
  .pagination-wrapper {
    align-items: center;
    gap: 32px;
  }
  .pagination-wrapper .pagination-loader {
    margin-left: 0;
  }
  .pagination-wrapper .pagination-loader .load-products.btn.btn-default.unveil-button {
    font-size: 0.8125rem;
    line-height: 1.2192307692em;
  }
  .pagination-wrapper .pagination-top {
    padding: 8px 12px;
  }
  .pagination-wrapper .pagination {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .pagination-wrapper {
    flex-direction: unset;
    justify-content: center;
  }
  .pagination-wrapper .pagination-top,
  .pagination-wrapper .pagination,
  .pagination-wrapper .pagination-loader {
    order: unset;
  }
}

#pet-wrapper + .pagination-wrapper {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #pet-wrapper + .pagination-wrapper {
    margin-top: 30px;
  }
}

.type-posts-listing .pagination-top {
  display: none;
}
.type-posts-listing #newsWrapper {
  margin-bottom: 24px;
}
.type-category .products-block:not(.dkLabVisitedProducts) {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .type-category .products-block:not(.dkLabVisitedProducts) {
    margin-bottom: 50px;
  }
}
.type-category .content-wrapper-in {
  gap: 0;
}

@media (max-width: 767px) {
  .subcategories-filter-wrapper {
    padding: 24px;
    background-color: #fcfcfc;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .subcategories-filter-wrapper .subcategories {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .subcategories-filter-wrapper .subcategories .image {
    display: none;
  }
  .subcategories-filter-wrapper .subcategories a {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .subcategories-filter-wrapper .subcategories a:hover {
    box-shadow: none;
  }
  .subcategories-filter-wrapper #filters:not(.visible) {
    display: none;
  }
  .subcategories-filter-wrapper .btn.unveil-button,
  .subcategories-filter-wrapper .order-trigger {
    border: 1px solid #d5d5d5;
    width: 100%;
    gap: 0.4em;
    font-size: 1rem !important;
    padding: 0.5714285714em 1.7142857143em !important;
    line-height: 1.7142857143em !important;
  }
  .subcategories-filter-wrapper .btn.unveil-button::after,
  .subcategories-filter-wrapper .order-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #0f0811;
    border-style: none solid solid none;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-left: auto;
  }
  .subcategories-filter-wrapper .order-trigger {
    margin-top: 20px;
  }
  .subcategories-filter-wrapper .order-trigger span {
    font-weight: 400;
  }
  .subcategories-filter-wrapper #filters::before,
  .subcategories-filter-wrapper #filters::after {
    display: none;
  }
}
.basic-description h2,
.basic-description h3,
.basic-description h4,
.basic-description h5,
.basic-description h6,
.type-post .news-item-detail h2,
.type-post .news-item-detail h3,
.type-post .news-item-detail h4,
.type-post .news-item-detail h5,
.type-post .news-item-detail h6 {
  margin: 1em 0 0.6em;
}

.white-bg-wrapper {
  background-color: #fff;
}
.white-bg-wrapper .container {
  padding-top: 80px;
  padding-bottom: 72px;
}
.white-bg-wrapper .container .banner-wrapper.multi-page-banner {
  margin-top: 0;
  margin-bottom: 152px;
}
.white-bg-wrapper .container .alternative-heading {
  margin-top: 0;
}
.white-bg-wrapper .container > div:last-child,
.white-bg-wrapper .container .products-block {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .white-bg-wrapper .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .white-bg-wrapper .container .banner-wrapper.multi-page-banner {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .type-detail .products-block.products-alternative > div:nth-child(4n),
  .type-detail .products-block.products-related > div:nth-child(4n) {
    border-right-style: none !important;
  }
}
.type-detail footer {
  background-color: #fff;
}
@media (max-width: 767px) {
  .type-detail #content-wrapper .content-wrapper-in {
    border-bottom: 1px solid #d5bade;
  }
}
.type-detail .slick-arrow {
  top: 50%;
  bottom: unset;
  z-index: 8;
}
.type-detail .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.type-detail .slick-arrow.slick-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.type-detail #productsAlternative .browse-p,
.type-detail .browse-p {
  display: none;
}
.type-detail .products-additional .col-lg-1,
.type-detail .products-additional .col-lg-10,
.type-detail .products-additional .col-lg-11,
.type-detail .products-additional .col-lg-12,
.type-detail .products-additional .col-lg-2,
.type-detail .products-additional .col-lg-3,
.type-detail .products-additional .col-lg-4,
.type-detail .products-additional .col-lg-5,
.type-detail .products-additional .col-lg-6,
.type-detail .products-additional .col-lg-7,
.type-detail .products-additional .col-lg-8,
.type-detail .products-additional .col-lg-9,
.type-detail .products-additional .col-md-1,
.type-detail .products-additional .col-md-10,
.type-detail .products-additional .col-md-11,
.type-detail .products-additional .col-md-12,
.type-detail .products-additional .col-md-2,
.type-detail .products-additional .col-md-3,
.type-detail .products-additional .col-md-4,
.type-detail .products-additional .col-md-5,
.type-detail .products-additional .col-md-6,
.type-detail .products-additional .col-md-7,
.type-detail .products-additional .col-md-8,
.type-detail .products-additional .col-md-9,
.type-detail .products-additional .col-sm-1,
.type-detail .products-additional .col-sm-10,
.type-detail .products-additional .col-sm-11,
.type-detail .products-additional .col-sm-12,
.type-detail .products-additional .col-sm-2,
.type-detail .products-additional .col-sm-3,
.type-detail .products-additional .col-sm-4,
.type-detail .products-additional .col-sm-5,
.type-detail .products-additional .col-sm-6,
.type-detail .products-additional .col-sm-7,
.type-detail .products-additional .col-sm-8,
.type-detail .products-additional .col-sm-9,
.type-detail .products-additional .col-xl-1,
.type-detail .products-additional .col-xl-10,
.type-detail .products-additional .col-xl-11,
.type-detail .products-additional .col-xl-12,
.type-detail .products-additional .col-xl-2,
.type-detail .products-additional .col-xl-3,
.type-detail .products-additional .col-xl-4,
.type-detail .products-additional .col-xl-5,
.type-detail .products-additional .col-xl-6,
.type-detail .products-additional .col-xl-7,
.type-detail .products-additional .col-xl-8,
.type-detail .products-additional .col-xl-9,
.type-detail .products-additional .col-xs-1,
.type-detail .products-additional .col-xs-10,
.type-detail .products-additional .col-xs-11,
.type-detail .products-additional .col-xs-12,
.type-detail .products-additional .col-xs-2,
.type-detail .products-additional .col-xs-3,
.type-detail .products-additional .col-xs-4,
.type-detail .products-additional .col-xs-5,
.type-detail .products-additional .col-xs-6,
.type-detail .products-additional .col-xs-7,
.type-detail .products-additional .col-xs-8,
.type-detail .products-additional .col-xs-9 {
  padding: 0 !important;
}
.type-detail .products.products-block.products-related .p .availability {
  display: block;
}
@media (min-width: 768px) and (max-width: 1379px) {
  .type-detail .products.products-block.products-related {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.type-category .slick-arrow {
  top: 50%;
  bottom: unset;
  z-index: 8;
}
.type-category .slick-arrow.slick-prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.type-category .slick-arrow.slick-next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.prodejny-produkt,
.faq-product {
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.prodejny-produkt a,
.faq-product a {
  color: #ad74be;
}
.prodejny-produkt .buttons-wrapper,
.faq-product .buttons-wrapper {
  margin-top: 30px;
}
.prodejny-produkt .buttons-wrapper .btn,
.faq-product .buttons-wrapper .btn {
  color: #0f0811;
  background-color: transparent;
}
@media (max-width: 767px) {
  .prodejny-produkt,
  .faq-product {
    padding: 24px;
  }
}

.custom .prodejny-produkt {
  margin-top: 0;
}

.prodejny-produkt {
  background-color: #eceff1;
  border: 1px solid #9fbed6;
}
.prodejny-produkt h4 {
  margin: 0 0 1.5em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-transform: initial;
}
.prodejny-produkt .columns.col-2 {
  gap: 24px;
}
.prodejny-produkt .columns.col-2 .column {
  flex-basis: 180px;
}
.prodejny-produkt .columns.col-2 .column p {
  margin: 0;
}
.prodejny-produkt .map {
  text-align: right;
}
.prodejny-produkt .map img {
  margin: -20px;
}
@media (max-width: 767px) {
  .prodejny-produkt .map {
    text-align: center;
  }
  .prodejny-produkt .map img {
    margin: 0;
  }
}

.faq-product {
  border: 1px solid #f5f4f4;
  padding-right: 160px;
  background-size: cover;
  background-color: #fcfcfc;
}
.faq-product h4 {
  margin: 0 0 1.5em;
  font-size: 1.75rem;
  line-height: 1.2142857143em;
  text-transform: initial;
}
.faq-product .contacts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.faq-product .contacts .project-email {
  margin-right: auto;
}
@media (max-width: 767px) {
  .faq-product {
    background-position: bottom right;
    padding-right: 24px;
    background-size: 90%;
  }
  .faq-product .contacts {
    gap: 32px;
    margin: 20px 0;
  }
}

.alternative-categories {
  padding: 40px;
  border-radius: 8px;
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  position: relative;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  position: relative;
}
.alternative-categories li {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
}
.alternative-categories li a {
  text-decoration: none;
}
.alternative-categories li img,
.alternative-categories li a {
  display: block;
}
.alternative-categories li .menu-image {
  max-width: 40px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.alternative-categories li .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.alternative-categories li > div {
  width: 100%;
}
.alternative-categories li > div > a {
  min-height: 3em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.alternative-categories li > div > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #0f0811;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: relative;
  right: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .alternative-categories {
    padding: 24px;
    gap: 2px;
  }
}

.discontinued-product .faq-product {
  background: #fcfcfc;
  padding-right: 50%;
  position: relative;
  margin-bottom: 100px;
}
.discontinued-product .faq-product::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(50%, -50%);
}
.discontinued-product .faq-product .contacts {
  gap: 24px;
}
.discontinued-product .faq-product .contacts .project-email {
  margin-right: 0;
}
@media (max-width: 767px) {
  .discontinued-product .faq-product {
    padding-right: 24px;
    background-size: cover;
    margin-bottom: 50px;
  }
  .discontinued-product .faq-product::after {
    display: none;
  }
}

#relatedProducts {
  margin-top: 150px;
}
#relatedProducts .container {
  position: relative;
}
@media (max-width: 1120px) {
  #relatedProducts {
    margin-top: 0;
  }
}

.related-thumbnail {
  position: absolute;
  right: 2rem;
  top: 0;
  transform: translateY(-148px);
  display: flex;
  align-items: flex-end;
  text-align: right;
  gap: 40px;
  max-width: 495px;
}
.related-thumbnail img {
  border-radius: 8px;
  border: 1px solid #ebebeb;
  width: 188px;
}
.related-thumbnail .p-name {
  font-family: "Baloo", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-thumbnail .price-final {
  font-weight: 400;
}
@media (max-width: 1120px) {
  .related-thumbnail {
    display: none;
  }
}

#description {
  scroll-margin-top: 160px;
}

.tab-content > .active.with-sidebar {
  display: flex;
  flex-wrap: wrap;
}
.tab-content > .active.with-sidebar > div {
  flex: 1 1 500px;
  padding: 0 80px;
}
.tab-content > .active.with-sidebar .sidebar .banner {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tab-content > .active.with-sidebar > div {
    padding: 0;
  }
}

#productVideos iframe {
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 767px) {
  .shp-tabs-holder {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
  .type-detail .shp-tabs-holder {
    padding-left: 20px;
  }
  .tabs-trigger {
    width: 100%;
    gap: 0.25em;
    border: 1px solid #d5d5d5;
    font-weight: 400;
  }
  .tabs-trigger span {
    color: #ad74be;
  }
  .tabs-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #0f0811;
    border-style: none solid solid none;
    transform: rotate(45deg);
    margin-left: auto;
    position: relative;
    top: -2px;
  }
  .responsive-nav.show #p-detail-tabs {
    display: flex;
  }
}
#content .text .news-item-detail a,
.basic-descripton .news-item-detail a {
  color: #ad74be;
}
#content .text .grid-4,
.basic-descripton .grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
#content .text .grid-4 > *,
.basic-descripton .grid-4 > * {
  border-radius: 4px;
}
@media (max-width: 767px) {
  #content .text .grid-4,
  .basic-descripton .grid-4 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
#content .text ol,
.basic-descripton ol {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
#content .text ol li,
.basic-descripton ol li {
  display: flex;
  align-items: flex-start;
  counter-increment: my-counter;
}
#content .text ol li::before,
.basic-descripton ol li::before {
  content: "0" counter(my-counter) ")";
  display: block;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
  min-width: 1.5em;
}
#content .text table thead th,
.basic-descripton table thead th {
  text-transform: initial;
  font-size: 1.25rem;
  line-height: 1.3em;
  margin: 0;
  padding: 0.5em 1em;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(270deg, #eaddee -28.02%, #ad74be 111.56%);
  border-radius: 8px;
}
#content .text table thead th:nth-child(2),
.basic-descripton table thead th:nth-child(2) {
  text-align: right;
}
#content .text table tbody tr:first-child,
.basic-descripton table tbody tr:first-child {
  border-radius: 16px 16px 0 0;
}
#content .text table tbody tr:last-child,
.basic-descripton table tbody tr:last-child {
  border-radius: 0 0 16px 16px;
}
#content .text table tbody tr,
.basic-descripton table tbody tr {
  display: flex;
  justify-content: space-between;
}
#content .text table tbody tr td,
#content .text table tbody tr th,
.basic-descripton table tbody tr td,
.basic-descripton table tbody tr th {
  font-size: 1.125rem;
  line-height: 1.4em;
}
#content .text table tbody tr td:first-child,
#content .text table tbody tr th,
.basic-descripton table tbody tr td:first-child,
.basic-descripton table tbody tr th {
  font-weight: 700;
  flex: 1 1 200px;
}
#content .text table tbody tr td:nth-child(2),
.basic-descripton table tbody tr td:nth-child(2) {
  flex: 1 1 200px;
  max-width: 370px;
  text-align: right;
}

.type-page .content,
.customer-page .content {
  margin-bottom: 100px;
}
.type-page .content h1,
.customer-page .content h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .type-page .content,
  .customer-page .content {
    margin-bottom: 50px;
    padding-top: 32px;
  }
}

.type-glossary .sidebar {
  display: none;
}
.type-glossary .content-inner > p {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .type-glossary .content-inner > p {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.type-glossary .content-inner > p a,
.type-glossary .content-inner > p strong {
  font-weight: 700;
  padding: 8px;
  min-width: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.type-glossary .content-inner > p a:hover,
.type-glossary .content-inner > p strong:hover {
  background-color: #ad74be;
  color: #fff;
}
.type-glossary .content-inner > p strong {
  background-color: #ad74be;
  color: #fff;
}

.glossary-group > div {
  padding: 30px;
  background-color: #fcfcfc;
  border-top: 1px solid #ebebeb;
  columns: 5;
  column-gap: 10px;
}
.glossary-group > div a {
  display: block;
  break-inside: avoid-column;
}
@media (max-width: 1150px) {
  .glossary-group > div {
    columns: 4;
  }
}
@media (max-width: 991px) {
  .glossary-group > div {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .glossary-group > div {
    columns: 2;
  }
}
@media (max-width: 540px) {
  .glossary-group > div {
    columns: unset;
  }
}

#glossary-listing a {
  padding-left: 28px;
  position: relative;
  text-decoration: none;
  color: #32383e;
}
#glossary-listing a::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ad74be;
}

@media (max-width: 767px) {
  .glossary-title {
    margin: 16px 0;
  }
}
table.cpost-delivery-point-choose-post tbody > tr > td,
table.cpost-delivery-point-choose-post tbody > tr > th,
table.cpost-delivery-point-choose-post thead > tr > td,
table.cpost-delivery-point-choose-post thead > tr > th {
  padding: 0.25rem 0.5rem;
}

.na-postu-symbols img {
  margin-right: 4px;
}

table.table.cpost-delivery-point-result-table > tbody > tr > td {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .cpost-choose-button,
  .cpost-delivery-point-choose-post td,
  .cpost-delivery-point-choose-post th,
  .cpost-delivery-point-result-table > tbody > tr,
  .cpost-delivery-point-result-table > tbody > tr > td,
  input[type=submit].delivery-point-picker {
    display: block;
    width: 100%;
  }
}
.p-info-wrapper {
  width: 100%;
}
.p-info-wrapper .info-box {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .p-info-wrapper .info-box {
    padding: 8px;
  }
}
.p-info-wrapper .info-box *:last-child {
  margin-bottom: 0;
}
.p-info-wrapper .info-box *:first-child {
  margin-top: 0;
}
.p-info-wrapper .info-box + .info-box {
  margin-top: 8px;
}
.p-info-wrapper .variants-wrapper {
  margin-bottom: 24px;
  max-width: 100%;
}
.p-info-wrapper .variants-title {
  font-weight: 700;
}
.p-info-wrapper .variants-inner {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}
.p-info-wrapper .variants-inner:not(.slick-initialized) {
  display: grid;
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow {
  width: 32px;
  height: 32px;
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow.slick-next {
  transform: translate(50%, -50%);
}
.p-info-wrapper .variants-inner.slick-initialized .slick-arrow.slick-prev {
  transform: translate(-50%, -50%);
}
.p-info-wrapper .variants-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  gap: 8px;
}
.p-info-wrapper .variants-inner a img {
  aspect-ratio: 1;
  width: 100%;
  max-width: 80px;
}
.p-info-wrapper .variants-inner a span:not(.price) {
  font-weight: 700;
}
.p-info-wrapper .stock-info {
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #c2d4e3;
  background-color: #eceff1;
}

#newsWrapper {
  scroll-margin-top: 200px;
  scroll-padding-top: 200px;
}

@media (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
  }
}
.dkLabVisitedProductsNew .dvpnProducts.slick-initialized {
  display: flex;
  gap: unset;
}

body.template-11 .dkLabVisitedProductsBox {
  margin-right: auto;
}
body.template-11 .dkLabVisitedProductsBox a.image > img {
  width: auto;
}
body.template-11 .dkLabVisitedProductsBox .product .name {
  font-weight: 600;
  margin-bottom: 4px;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong {
  display: flex;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong > strong {
  display: flex;
  font-weight: 700;
  align-items: flex-start;
  font-size: 1.125rem;
  line-height: 1.4222222222em;
}
body.template-11 .dkLabVisitedProductsBox .product .prices .price-final > strong > strong > strong {
  line-height: 1em;
}

.dkLabVisitedProductsBox--noPadding h2 {
  margin: revert;
}

.type-index .dkLabVisitedProductsBox,
.type-posts-listing .dkLabVisitedProductsBox,
.type-post .dkLabVisitedProductsBox,
.type-manufacturer-listing .dkLabVisitedProductsBox {
  display: none;
}

.with-pet-wrapper.type-page article {
  max-width: unset;
}
.with-pet-wrapper h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .with-pet-wrapper article header {
    position: relative;
  }
  .with-pet-wrapper article header::after {
    content: url(assets/big-paw-light.svg);
    display: block;
    width: 120px;
    height: 123px;
    position: absolute;
    right: 58px;
    top: -90px;
    z-index: 0;
  }
  .with-pet-wrapper h1 {
    max-width: 590px;
    margin-inline: auto;
    z-index: 1;
    position: relative;
  }
}

.banner-wrapper.shop {
  margin-top: 72px;
}
.banner-wrapper.shop > a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 56px;
  overflow: hidden;
  position: relative;
}
.banner-wrapper.shop > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.89deg, rgba(193, 174, 234, 0) 13.54%, #c198cd 52.61%);
  z-index: 1;
  content: "";
}
.banner-wrapper.shop > a .extended-banner-texts {
  color: #fff;
  background: linear-gradient(269.89deg, rgba(193, 174, 234, 0) 33.54%, #c198cd 62.61%);
  flex: 1 1 325px;
  padding: 20px 122px 20px 122px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.banner-wrapper.shop > a .extended-banner-texts .extended-banner-text {
  max-width: 443px;
}
.banner-wrapper.shop > a .extended-banner-texts .extended-banner-text,
.banner-wrapper.shop > a .extended-banner-texts .extended-banner-title {
  color: #fff !important;
  margin: 0;
}
.banner-wrapper.shop > a .extended-banner-texts .extended-banner-link {
  width: fit-content;
}
.banner-wrapper.shop > a > img,
.banner-wrapper.shop > a > picture {
  flex: 1 1 400px;
}
.banner-wrapper.shop > a > img img,
.banner-wrapper.shop > a > picture img {
  aspect-ratio: 794/488;
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .banner-wrapper.shop > a .extended-banner-texts {
    padding-inline: 48px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper.shop > a {
    flex-direction: column;
    border-radius: 16px;
  }
  .banner-wrapper.shop > a .extended-banner-title {
    margin-top: 0;
  }
  .banner-wrapper.shop > a .extended-banner-texts {
    padding: 20px;
    background: transparent;
  }
  .banner-wrapper.shop > a .extended-banner-texts .extended-banner-link {
    margin-top: 20px;
  }
  .banner-wrapper.shop > a::before {
    background: linear-gradient(0deg, rgba(193, 174, 234, 0) 28.63%, #c198cd 49.92%);
  }
  .banner-wrapper.shop > a > picture {
    flex: unset;
  }
  .banner-wrapper.shop > a > picture img {
    width: 100%;
    border-radius: 0 0 16px 16px;
    margin-top: -20px;
    aspect-ratio: 335/309;
  }
}

#pet-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 24px;
  scroll-margin-top: 195px;
}
@media (max-width: 767px) {
  #pet-wrapper {
    scroll-margin-top: 160px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  #pet-wrapper .banner-wrapper.multi-page-banner {
    position: relative;
  }
  #pet-wrapper .banner-wrapper.multi-page-banner::before, #pet-wrapper .banner-wrapper.multi-page-banner::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 0;
  }
  #pet-wrapper .banner-wrapper.multi-page-banner::before {
    background: url(assets/big-paw-light.svg) no-repeat center/cover;
    left: -40px;
    top: -106px;
    rotate: -90deg;
  }
  #pet-wrapper .banner-wrapper.multi-page-banner::after {
    background: url(assets/big-paw-light.svg) no-repeat center/cover;
    right: -30px;
    bottom: -90px;
  }
}

.pet {
  border-radius: 40px;
  background-color: #fef5ed;
  padding: 40px 31px;
}
.pet__image {
  margin-bottom: 20px;
}
.pet__image img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}
.pet__name {
  text-align: center;
  color: #ad74be;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}
.pet__name::after {
  content: "";
  background: url(assets/paw-dark-fill.svg) no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
}
.pet__info {
  padding: 0px 9px 20px;
}
.pet__other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}
.pet__size {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.pet__size img.active {
  filter: brightness(0) saturate(100%) invert(82%) sepia(40%) saturate(5878%) hue-rotate(222deg) brightness(81%) contrast(78%);
}
.pet .btn.btn-secondary {
  width: 100%;
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .pet .btn.btn-secondary::after {
    content: url(assets/ArrowRight-wh.svg);
    display: block;
  }
}

@media (max-width: 767px) {
  #pet-wrapper .pet {
    padding: 10px 12px;
    border-radius: 20px;
  }
  #pet-wrapper .pet__image {
    text-align: center;
  }
  #pet-wrapper .pet__image img {
    width: 140px;
    height: 140px;
  }
  #pet-wrapper .pet__other {
    flex-direction: column;
    align-items: flex-start;
  }
  #pet-wrapper .pet__info {
    font-size: 0.8125rem;
    line-height: 1.2769230769em;
  }
  #pet-wrapper .pet__name {
    font-size: 1.125rem;
    line-height: 1.4em;
    gap: 3px;
  }
  #pet-wrapper .pet__name::after {
    width: 20px;
    height: 20px;
  }
  #pet-wrapper .pet__age {
    margin-bottom: 8px;
  }
  #pet-wrapper .pet .btn.btn-secondary {
    font-size: 0;
    padding: 8px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    gap: 0;
  }
}

@media (max-width: 767px) {
  #dog-wrapper .pet {
    padding: 20px 32px;
  }
}

.adoption-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #fef5ed;
  margin-top: 40px;
}
.adoption-wrapper h2 {
  text-align: center;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .adoption-wrapper {
    padding: 100px;
    border-radius: 56px;
    margin-top: 72px;
  }
}

.adoption-form {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.adoption-form h3.with-line {
  padding-top: 24px;
  border-top: 1px solid #d5d5d5;
  width: 100%;
}
.adoption-form .conditioned-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.adoption-form .form-group {
  flex-basis: 100%;
  margin-bottom: 0;
}
.adoption-form .form-group.required label::after {
  content: " *";
  color: #ff4b36;
}
.adoption-form .form-group input,
.adoption-form .form-group textarea,
.adoption-form .form-group select {
  border-radius: 8px;
  border: 1px solid #f5eef7;
  background-color: #fff;
  padding: 8px 12px;
  font-family: "Baloo", sans-serif;
}
.adoption-form .form-group select {
  background-position-x: right 12px;
  width: 100%;
  max-width: unset;
}
.adoption-form .form-group fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.adoption-form .form-group fieldset label,
.adoption-form .form-group fieldset input {
  flex-basis: 100%;
}
.adoption-form .form-group fieldset label.half-size,
.adoption-form .form-group fieldset input.half-size {
  flex-basis: calc(50% - 2px);
}
.adoption-form .form-group input[type=checkbox] + label {
  font-size: 0.84375rem;
  line-height: 1.1851851852em;
  padding-left: 34px;
  padding-right: 0;
}
.adoption-form .form-group input[type=checkbox] + label[for=is_truth] {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .adoption-form .form-group.half-size {
    flex-basis: calc(50% - 8px);
  }
}
.adoption-form p {
  font-size: 1.125rem;
  line-height: 1.3888888889em;
  color: #0f0811;
}
.adoption-form .btn.btn-secondary {
  min-width: 200px;
  margin-top: 48px;
}
.adoption-form fieldset.consent-section {
  max-width: 781px;
}
@media (max-width: 767px) {
  .adoption-form .form-group input[type=file] {
    max-width: 280px;
  }
}

/*# sourceMappingURL=scss-style.css.map*/