/* -------------------- Custom normalise --------------------*/
:root {
  --side-padding: calc((100% - 1320px) / 2);
}

* {
  box-sizing: border-box;
}

/* DMSans 36pt Regular */
@font-face {
  font-family: "DMSans36pt";
  src: url("font/DMSans_36pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* DMSans 36pt Italic */
@font-face {
  font-family: "DMSans36pt";
  src: url("font/DMSans_36pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* DMSans 36pt Medium */
@font-face {
  font-family: "DMSans36pt";
  src: url("font/DMSans_36pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* DMSans 36pt Bold */
@font-face {
  font-family: "DMSans36pt";
  src: url("font/DMSans_36pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* DMSans 36pt Black */
@font-face {
  font-family: "DMSans36pt";
  src: url("font/DMSans_36pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  font-family: "DMSans36pt", sans-serif;
  scroll-behavior: smooth;
  margin: 0 !important;
}

body {
  overflow: hidden;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
  background-color: #fff;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
dl,
dt,
dd,
input,
button,
textarea,
form,
legend,
menu,
b,
div,
figure,
figcaption,
blockquote {
  text-align: inherit;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #000;
  font-family: "DMSans36pt", sans-serif;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
  font-family: "DMSans36pt", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}

h4 {
  font-size: 1.125rem;
}

h3 {
  margin: 1.25rem 0;
  font-size: 1.25rem;
}

h2,
.product-summary h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.product-summary h1 {
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 150%;
}

h1 {
  font-size: 2.6rem;
  line-height: 200%;
}

p {
  margin: 1rem 0;
}

.grecaptcha-badge {
  display: none;
}

section,
#main {
  padding: 0 var(--side-padding);
  margin-top: 6rem;
}

#main {
  margin-top: 3rem;
}

body > header > div {
  padding: 1rem var(--side-padding);
  background-color: #fac02b;
}
body > header > nav {
  padding: 0 var(--side-padding);
  background-color: #000;
}

iframe {
  max-width: 100%;
  margin-top: 1rem;
}

.mainHeader {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.mainHeader .logo {
  margin-right: auto;
}

.headerButton {
  background-color: #000;
  border-radius: 0.5rem;
  height: 2.35rem;
  width: 2.35rem;
  transition: filter 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}
.headerButton:hover {
  filter: invert(1);
}
.headerButton svg {
  width: 1.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.headerButton:has(p) {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.headerButton:has(p) svg {
  position: relative;
}
.headerButton:has(p) p {
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 600;
}

.menuToggle {
  display: none;
}

.toggledSearch,
.toggleSearch {
  display: none;
}

.woocommerce-product-search {
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1px;
}
.woocommerce-product-search input {
  font-size: 1.1rem;
  background: none;
  padding-left: 0.5rem;
  width: 13rem;
}
.woocommerce-product-search input::-moz-placeholder {
  color: #000;
}
.woocommerce-product-search input::placeholder {
  color: #000;
}
.woocommerce-product-search input::-webkit-search-cancel-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-0.5 -0.5 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' height='16' width='16'%3E%3Cpath d='M11.25 3.75 3.75 11.25' stroke-width='1'%3E%3C/path%3E%3Cpath d='m3.75 3.75 7.5 7.5' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  -webkit-appearance: none;
  height: 1.2rem;
  width: 1.2rem;
  background-size: cover;
  cursor: pointer;
}

.miniCart span {
  position: absolute;
  background-color: #fff;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 50%;
  line-height: 1.2rem;
  text-align: center;
  top: -0.25rem;
  right: -0.25rem;
  font-size: 0.85rem;
}

.centerText > * {
  text-align: center;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 4rem;
  margin-right: 2rem;
}

.mainMenu div {
  font-size: 1.125rem;
}
.mainMenu div > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainMenu div > ul li {
  color: #fac02b;
  font-size: 1em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  padding: 1.8rem 0;
}
.mainMenu div > ul li ul {
  display: none;
}
.mainMenu div > ul > li::after {
  content: "";
  display: inline-block;
  margin-left: 0.3em;
  width: 1em;
  height: 1em;
  background-image: url("../img/chevron-down-accent.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.mainMenu ul.sub-menu {
  position: absolute;
  top: 100%;
  padding-top: 0.5rem;
  left: 0;
  min-width: 150px;
  z-index: 98;
  border-radius: 0.5rem;
  overflow: hidden;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.mainMenu ul.sub-menu li {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: nowrap;
}
.mainMenu ul.sub-menu li:hover {
  background: #fac02b;
  color: #000;
}
.mainMenu ul.sub-menu li a {
  padding: 1.5rem 1rem;
  width: 100%;
}
.mainMenu ul.sub-menu li:nth-child(1) {
  border-radius: 0.5rem 0.5rem 0 0;
}
.mainMenu ul.sub-menu li {
  white-space: nowrap;
  display: block;
  background: #000;
}
.mainMenu li:hover > ul.sub-menu {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

/* Main slider */
.display {
  font-size: 2.7rem;
  font-weight: 900;
}

.textL {
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 500;
}

.slider {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1s ease;
}

.slider.closed {
  clip-path: polygon(var(--side-padding) 0, calc(100% - var(--side-padding)) 0, calc(100% - var(--side-padding)) 90%, var(--side-padding) 90%);
}

p,
.textM {
  font-size: 1.25rem;
  line-height: 150%;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.textS {
  font-size: 1.125rem;
}

.textXS {
  font-size: 1rem;
}

strong {
  text-shadow: none;
}

.button {
  font-weight: 900;
  font-size: 1.125rem;
  padding: 1.125rem 1rem;
  border-radius: 0.5rem;
  background-color: #fac02b;
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button:hover {
  background-color: #000;
  color: #fac02b;
}

.buttonShort {
  background-color: #fff;
  display: inline-block;
}

.footerItem a::after,
.textLink::after,
footer a:not(:has(img))::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 1px;
  transition: width 0.3s ease;
}
.footerItem a:hover::after,
.textLink:hover::after,
footer a:not(:has(img)):hover::after {
  width: 0;
}

footer a:not(:has(img))::after {
  width: 0;
}
footer a:not(:has(img)):hover::after {
  width: 100%;
}

footer a:has(img) {
  transition: transform 0.3s ease;
}
footer a:has(img):hover {
  transform: scale(0.9);
}

.textLink {
  font-weight: 700;
}
.textLink::after {
  height: 2px;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: calc(var(--side-padding) + 2rem);
  background-image: url("../img/arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-position: center;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-size: 1.3em;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: calc(var(--side-padding) + 2rem);
}

/* Main slider */
.swiper {
  margin-top: 0;
}
.swiper .swiperPagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.slider .swiper-slide {
  width: 1320px;
  height: 37rem;
  padding: 6rem 10rem 0 10rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.slider .swiper-slide::after, .slider .swiper-slide::before {
  z-index: 0;
  background-color: #fac02b;
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 31rem;
  border-radius: 0.5rem;
  transition: background-color 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.slider .swiper-slide::before {
  opacity: 0.5;
  background-image: url("../img/paws-pattern.png");
  background-size: 100%;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
}
.slider .textContent {
  z-index: 1;
}
.slider .textContent > * {
  opacity: 0;
  transform-origin: left center;
  transform: translateX(-20rem);
  transition: transform 1s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slider .textContent > *:nth-child(1) {
  transition-delay: 0.2s;
}
.slider .textContent > *:nth-child(2) {
  transition-delay: 0.3s;
}
.slider .textContent > *:nth-child(3) {
  transition-delay: 0.4s;
}
.slider .textContent .button {
  margin-top: 2rem;
}
.slider img {
  z-index: 1;
  opacity: 0;
  transform: scale(0.8) translateY(30%);
  transition: all 1s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slider .swiper-slide-active::after {
  background-color: #ffdc84;
}
.slider .swiper-slide-active .textContent > * {
  opacity: 1;
  transform: none;
}
.slider .swiper-slide-active > img {
  opacity: 1;
  transform: none;
}
.slider .swiperPagination {
  padding-bottom: 0;
}

.swiperPagination {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  bottom: auto;
  top: auto;
  padding: 2rem 0;
}
.swiperPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: all 0.3s ease;
}
.swiperPagination .swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 0.5rem;
  background: #fac02b;
}

/* Categories */
.categories li {
  border-radius: 0.25rem;
  border: 1px solid #e6e6e6;
  padding-left: 0;
}
.categories h3 {
  padding-left: 1rem;
}

.catSwiper .swiperPagination {
  position: relative;
  display: none;
  padding-bottom: 0;
}

@media (min-width: 800px) {
  .home .categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
  }
  .home .categories li {
    display: none;
  }
  .home .categories li:nth-child(-n+4) {
    display: block;
  }
}
.shop-wrapper .categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.catImage {
  width: 100%;
  height: 12.3rem;
}
.catImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headingFullWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.headingFullWidth h2 {
  margin: 0;
}

.seeAll {
  display: inline-flex;
  font-weight: 500;
}
.seeAll svg {
  margin-left: 0.5rem;
  height: 1rem;
}

.productsSlider .swiper-slide {
  width: auto;
}
.productsSlider .swiper-button-next,
.productsSlider .swiper-button-prev {
  left: calc(var(--side-padding) - 2rem);
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  width: 3.75rem;
  height: 3.75rem;
}
.productsSlider .swiper-button-next {
  left: auto;
  right: calc(var(--side-padding) - 2rem);
}

.products {
  overflow: hidden;
}

.k9ProductCard {
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  padding: 0.8em;
  display: inline-flex;
  flex-direction: column;
}
.k9ProductCard .productImage {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
.k9ProductCard .productImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.k9ProductCard p {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1.25rem 0;
}
.k9ProductCard .button {
  margin-top: auto;
}
.k9ProductCard .wc-forward {
  display: none;
}
.k9ProductCard:hover .productImage img {
  transform: scale(1.1);
}

.added::after {
  font-family: WooCommerce;
  content: "\e017";
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.k9ProductCard.newProduct::before {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 1.5em;
  background-color: #000;
  content: "NOVO";
  font-size: 1em;
  color: #fac02b;
  padding: 0.3em 0.5em;
  font-weight: 600;
  border-radius: 0 0.5rem 0.5rem 0;
}

.frontAbout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  margin-top: 2rem;
  overflow: hidden;
}
.frontAbout::before, .frontAbout::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 6rem;
  background-color: #fac02b;
  height: 100%;
  width: 100%;
}
.frontAbout::after {
  width: 38%;
  background-color: #f6f0cd;
  background-image: url("../img/paws-pattern.png");
  background-size: 1400px;
  background-position: right top;
}
.frontAbout > * {
  flex: 1;
  z-index: 3;
}
.frontAbout .petImage {
  align-self: stretch;
}
.frontAbout .petImage img {
  height: 115%;
  position: absolute;
  width: auto;
  right: 10%;
  top: -7.5%;
}
.frontAbout .textContent {
  padding: 6rem 0;
}
.frontAbout .textContent p,
.frontAbout .textContent h2 {
  margin-bottom: 2.5rem;
}
.frontAbout .textContent h2 {
  margin-bottom: 2rem;
}
.frontAbout .textContent p {
  width: 72%;
  line-height: 180%;
}

.reviews svg {
  color: #fac02b;
  height: 1.5rem;
  width: 1.5rem;
}
.reviews .swiperPagination {
  position: relative;
  background: none;
}
.reviews .reviewsHolder {
  padding: 0 8%;
}
.reviews .reviewsSlider {
  overflow: hidden;
}
.reviews .sectionContent {
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  border-radius: 0.5rem;
}
.reviews blockquote p {
  text-align: left;
  margin-top: 1.5em;
}
.reviews blockquote::before {
  display: block;
  content: "";
  height: 1.6em;
  width: 1.6em;
  background-size: 100%;
  background-image: url("../img/quotation_open.svg");
}
.reviews figure {
  padding: 2.5em 1em 1em 1.5em;
  background-color: #fff;
  border-radius: 0.5rem;
}
.reviews figcaption {
  display: flex;
  align-items: center;
}
.reviews figcaption p {
  margin-left: 1em;
}
.reviews .reviewStars {
  display: inline-flex;
}
.reviews .reviewsLink {
  background-color: #fff;
  padding: 0em 1em;
  width: auto;
  display: inline-block;
  border-radius: 0.5rem 0.5rem 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .reviewsLink a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.promo {
  --padding: 6rem;
}
.promo .sectionContent {
  background-color: #fac02b;
  display: flex;
  border-radius: 0.5rem;
  background-image: url("../img/paws-pattern.png");
  background-size: 1400px;
  background-position: right top;
}
.promo .sectionContent > * {
  flex: 1;
}
.promo .sectionContent::after {
  content: "PROMO";
  position: absolute;
  top: 3rem;
  background-color: #cf141b;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  padding: 0.7em 0.7em;
  border-radius: 0.5rem 0 0 0.5rem;
  right: 0;
}
.promo .display {
  font-weight: 500;
  margin-bottom: 3rem;
}
.promo .display strong {
  font-weight: 900;
  display: block;
}
.promo .textContent {
  padding: var(--padding) 0 var(--padding) 10%;
}
.promo .imageContent {
  align-self: stretch;
}
.promo .imageContent img {
  position: absolute;
  bottom: 0;
}

.aboutPage {
  padding-bottom: 3rem;
}
.aboutPage .sectionContent {
  background-color: #ffdc84;
  border-radius: 0.5rem;
}
.aboutPage .textContent {
  padding: 6rem 0 6rem 8%;
}
.aboutPage .button {
  margin-top: 1rem;
}
.aboutPage img {
  position: absolute;
  width: 15%;
  bottom: 0;
  right: 8%;
}
.aboutPage .overflowImg {
  width: auto;
  height: 22rem;
  right: 25%;
  bottom: -8.6rem;
}

.map .sectionContent {
  padding: 1rem 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.map .mapInfo {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 17rem;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  z-index: 2;
}
.map .mapInfo img {
  width: 100%;
}
.map .mapInfo p {
  padding: 0 0.5rem;
}

#google-map {
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
}

.googleMapLink {
  background-color: #fff;
  padding: 0em 1em;
  width: auto;
  display: inline-block;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.googleMapLink a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.googleMapLink svg {
  color: #fac02b;
  height: 1.5rem;
  width: 1.5rem;
}

.partners ul {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 1.5rem;
}
.partners ul li {
  flex: 1;
  aspect-ratio: 200/117;
  border: 2px solid #e6e6e6;
  border-radius: 0.25rem;
}
.partners img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  margin-top: 6rem;
}
footer section {
  background-color: #fac02b;
  margin: 0;
}
footer section .sectionContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer p,
footer li {
  font-size: 1.125rem;
  line-height: 150%;
  margin: 0;
}
footer li {
  margin: 0.25rem 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.footerTop {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footerTop .footerItem {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.footerTop .footerItem img {
  margin-right: 1.5rem;
  width: 2.75rem;
  height: auto;
}

.footerBottom .logo {
  margin-bottom: 1.5rem;
}
.footerBottom .sectionContent {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.linkIcons {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.5rem;
}
.linkIcons img {
  height: 2rem;
  width: auto;
}

.footerCopyright .sectionContent {
  padding: 1.5rem 0;
}

.fullPageProducts {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-numbers {
  margin: 2rem 0 0 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.page-numbers a,
.page-numbers span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  width: 2.75rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
}
.page-numbers .current {
  background-color: #f5f5f5;
}

.woocommerce-breadcrumb,
.woocommerce-result-count {
  color: #767676;
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce-breadcrumb a,
.woocommerce-result-count a {
  font-weight: 400;
}

.woocommerce-breadcrumb {
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-breadcrumb a {
  font-weight: 500;
}

.term-description p {
  font-size: 1.125rem;
  width: 60%;
}

.woocommerce-result-count {
  display: inline-block;
  margin: 0;
  height: 3rem;
  line-height: 3rem;
}

.woocommerce-ordering {
  float: right;
}

.products {
  width: 100%;
  margin-top: 2rem;
}

.woocommerce-info {
  border-color: #000;
}

.woocommerce-info::before {
  color: #000;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  padding: 10px 36px 10px 14px;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  outline: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1rem;
  transition: border-color 0.2s;
  height: 3rem;
}

.wp-block-column img {
  border-radius: 0.5rem;
}

.product-main {
  margin-top: 3rem;
}

.product-summary {
  margin-left: 650px;
  padding-left: 4rem;
}

.product-main .flex-control-nav {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.product-main .flex-control-nav li {
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  width: 5.5rem !important;
  height: 5.5rem;
  cursor: pointer;
}
.product-main .flex-control-nav li img {
  width: 100%;
  height: 100%;
}
.product-main .product-summary {
  padding-top: 5rem;
}
.product-main .product-meta p {
  font-size: 1rem;
  color: #767676;
  margin: 0;
}
.product-main .product-meta strong {
  color: #000;
}
.product-main .flex-viewport {
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.extra-field span {
  font-size: 1rem;
  opacity: 0.9;
  color: #767676;
  margin-left: 1rem;
}

.cart .extra-field input {
  margin-bottom: 0.5rem;
}

.price-container {
  margin: 2rem 0 3rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.price-container .product-price,
.price-container .price {
  font-size: 2rem;
  font-weight: 500;
}
.price-container .product-price {
  padding: 2.5rem 0;
}
.price-container .reset_variations {
  display: none !important;
}
.price-container select,
.price-container table {
  width: 100%;
}
.price-container select {
  margin-top: 1rem;
}
.price-container .variations_button {
  display: flex;
}
.price-container .woocommerce-variation-price .price {
  height: 6rem;
  display: flex;
  align-items: center;
}
.price-container .woocommerce-variation-price .price bdi {
  font-weight: 600;
}
.price-container .button {
  width: 100%;
}
.price-container .disabled {
  background-color: #e6e6e6;
}
.price-container .woocommerce-variation-add-to-cart {
  align-items: stretch;
  margin: 1.5rem 0 2rem 0;
}
.price-container .cart:not(.variations_form) .simple-cart {
  display: flex;
  align-items: stretch;
  margin: 1.5rem 0 2rem 0;
}
.price-container .natpis {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  height: 3rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding: 0 1rem;
}

.quantity {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  overflow: hidden;
  flex-basis: 50%;
  margin-right: 2rem;
}

.quantity input.qty {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 500;
}

.qty-button {
  border: none;
  background: none;
  font-size: 2rem;
  padding: 0 0.75rem;
  text-align: center;
  font-weight: 200;
  cursor: pointer;
  line-height: 1;
}

.unavailable {
  opacity: 0.2;
  pointer-events: none;
}

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

.quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: textfield;
          appearance: textfield;
}

.product-description,
.product-tabs {
  margin-top: 1rem;
}
.product-description p,
.product-description li,
.product-tabs p,
.product-tabs li {
  font-size: 1.125rem;
}
.product-description h2,
.product-tabs h2 {
  display: none;
}

.tabs > li {
  border: 1px solid #e6e6e6;
  padding: 0 1rem;
}
.tabs > li > a {
  display: block;
  height: 3.25rem;
  line-height: 3.25rem;
}
.tabs > li > a::before, .tabs > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.9rem;
  height: 0.9rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1C0 0.4477 0.44772 0 1 0H13C13.5523 0 14 0.4477 14 1C14 1.5523 13.5523 2 13 2H1C0.44772 2 0 1.5523 0 1Z' fill='%23000000'/%3E%3C/svg%3E");
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tabs > li > a::after {
  transform: rotate(90deg);
}
.tabs > li .wc-tab {
  padding: 1rem 0;
}
.tabs > li .wc-tab img {
  cursor: pointer;
}
.tabs > li.active a {
  font-weight: 600;
}
.tabs > li.active a::after {
  transform: none;
}
.tabs > li p,
.tabs > li li,
.tabs > li td {
  font-size: 1rem;
}

.woocommerce div.product div.images:has(.flex-viewport) .woocommerce-product-gallery__image:nth-child(n+2) {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) .woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery {
  float: left;
  width: 48%;
}
.woocommerce-product-gallery > .woocommerce-product-gallery {
  display: none;
}

.pswp__ui {
  height: 100%;
}

.defaultStyle {
  /* Table styling */
}
.defaultStyle ul {
  list-style-type: disc; /* solid bullets */
  padding-left: 1.5rem; /* space for bullets */
}
.defaultStyle ul li {
  margin: 0.5rem 0;
}
.defaultStyle ul:has(table) {
  list-style-type: none;
  padding: 0;
}
.defaultStyle table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
}
.defaultStyle table th,
.defaultStyle table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.defaultStyle table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.defaultStyle tr td:nth-last-child(1) {
  text-align: right;
}

.konPage .sectionContent {
  display: flex;
}
.konPage .sectionContent ul {
  flex-basis: 35%;
}
.konPage .sectionContent ul li {
  margin-bottom: 1rem;
}
.konPage .kFlex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.konPage .linkIcons {
  margin-top: 0;
}
.konPage h3 {
  margin: 0.5rem 0;
}

.wpcf7 {
  margin-top: 1rem;
  flex-basis: 65%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  box-sizing: border-box;
}
.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 0.9rem;
  width: 70%;
}
.wpcf7 .wpcf7-list-item:has(.wpcf7-list-item-label) label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.wpcf7 .wpcf7-list-item:has(.wpcf7-list-item-label) label input {
  margin-top: 0.2rem;
  height: 1rem;
  width: 1rem;
  border-color: #e6e6e6;
  accent-color: #fac02b;
}
.wpcf7 .wpcf7-list-item:has(.wpcf7-list-item-label) label span > span {
  margin-bottom: 0.8rem;
  display: block;
  line-height: 150%;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
.wpcf7 textarea {
  min-height: 100px;
  height: 130px;
  resize: vertical;
}
.wpcf7 p {
  margin: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.cf-flex {
  display: flex;
  gap: 1.5rem;
}

.cf-flex > div {
  flex: 1;
}

.kontaktMap {
  padding: 0;
  height: 60vh;
  margin-bottom: -6rem;
}
.kontaktMap #google-map {
  width: 100%;
}

.woocommerce-message {
  border-top-color: #fac02b;
  background-color: #f6f0cd;
  color: #000;
}
.woocommerce-message::before {
  color: #fac02b;
}
.woocommerce-message .button {
  background-color: black;
  color: #fac02b;
}

.sidecartLightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.sidecart {
  z-index: 99;
}

#custom-sidecart {
  z-index: 999;
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  min-width: 500px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content auto;
  overflow-y: auto;
  height: 100vh;
  background-color: #fff;
  transition: right 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.open .sidecartLightbox {
  opacity: 1;
  pointer-events: all;
}

.open #custom-sidecart {
  right: 0;
}

#custom-sidecart .close-sidecart {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.cart-name {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-mini-cart__empty-message {
  padding: 0 2rem;
}

.cart-bottom .buttons {
  border-top: 1px solid #e6e6e6;
  padding: 0 2rem;
  display: flex;
  padding-top: 1rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.cart-bottom .buttons a:nth-child(1) {
  background-color: #e6e6e6;
}
.cart-bottom .buttons a {
  width: 100%;
}
.cart-bottom .total {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
}

.mini-cart-thumb {
  width: 5rem;
  height: 5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.mini-cart-thumb img {
  width: 100%;
  height: 100%;
}

.cart_list {
  overflow-y: auto;
  max-height: calc(100vh - 14rem);
}

.mini_cart_item {
  display: flex;
  padding: 0.5rem 2rem;
  gap: 1rem;
}
.mini_cart_item .quantity {
  border: none;
  font-size: 1rem;
  color: #767676;
}
.mini_cart_item .product-price {
  font-weight: 700;
}
.mini_cart_item:hover {
  background-color: rgba(118, 118, 118, 0.1);
}

.custom-remove svg {
  height: 1rem;
  color: #767676;
  margin-top: 0.25rem;
  opacity: 0.8;
}
.custom-remove:hover svg {
  color: #000;
  opacity: 1;
}

.closeCart {
  cursor: pointer;
  height: 1.5rem;
  background: none;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.closeCart:hover {
  transform: rotate(180deg) scale(1.5);
}

.mini-cart-info {
  width: 100%;
}

.mini-cart-info-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cart-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.singlePage p {
  font-size: 1rem;
}

/**
 * My Account
 */
/* Change WC Acct Page Column Widths */
.woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: flex;
  justify-content: stretch;
}

.woocommerce-MyAccount-navigation {
  width: auto;
  flex-basis: 20%;
  margin-right: 4rem;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  width: auto;
}
.woocommerce-MyAccount-navigation li {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation .is-active {
  font-weight: 700;
}

.woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-MyAccount-content .edit {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.woocommerce-MyAccount-content address {
  line-height: 150%;
  margin-top: 2rem;
}

.woocommerce-Address-title {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.cart input {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  display: block;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.cart input,
.selection {
  border-color: #e6e6e6;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.woocommerce-form-row em {
  font-size: 0.9rem;
}

.woocommerce form .form-row label,
.cart label {
  line-height: 300%;
  font-size: 0.9rem;
  font-weight: 600;
}

fieldset {
  border: none;
  margin-top: 2rem;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-color: #e6e6e6;
}

.loginPage h1,
.loginPage h2 {
  text-align: center;
}

.loginPage .woocommerce {
  max-width: 465px;
  margin: 0 auto;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  border: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  float: none;
  width: 100%;
  font-weight: 900;
  font-size: 1.125rem;
  padding: 1.125rem 1rem;
  border-radius: 0.5rem;
  background-color: #fac02b;
  display: block;
  text-align: center;
  color: #000;
}

.woocommerce-LostPassword a {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.loginRegister {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 0.5rem;
}
.loginRegister button {
  font-weight: 900;
  cursor: pointer;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  padding: 1.125rem 1rem;
  text-align: center;
  background-color: #e6e6e6;
  color: #000;
}
.loginRegister .active {
  background-color: #000;
  color: #fff;
}

.woocommerce-checkout {
  display: grid;
  grid-template-columns: 55% 42%;
  gap: 3%;
}
.woocommerce-checkout label {
  font-weight: 600;
  line-height: 150% !important;
}

.checkout-order {
  border: 1px solid #e6e6e6;
  padding: 1rem 2rem;
}

.woocommerce table.shop_table th {
  padding: 1rem 0;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce table.shop_table td {
  padding: 0;
}

.product-name {
  font-size: 0.9rem;
}

table tr td:last-child {
  text-align: right;
}

.woocommerce table.shop_table td.product-name {
  padding: 2rem 0;
  display: table-cell;
}

.sticky {
  position: sticky;
  top: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border: 1px solid #e6e6e6;
  background: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(255, 220, 132, 0.5);
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
  font-size: 0.9rem;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #fac02b;
  accent-color-scheme: light;
}

.woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1; /* span all columns */
  margin-bottom: 1rem;
}

.woocommerce table.cart .qty-button {
  display: none;
}

.woocommerce table.cart img {
  height: 3rem;
  width: auto;
}

.woocommerce table.cart thead {
  display: none;
}

.woocommerce table.cart .product-name {
  font-weight: 600;
}
.woocommerce table.cart .product-name a {
  padding-left: 1rem;
}

.woocommerce a.remove svg {
  color: #767676;
  height: 1.2rem;
}
.woocommerce a.remove:hover {
  background: none;
}
.woocommerce a.remove:hover svg {
  color: #000;
}

.cart-coupon > button {
  display: none !important;
}

.cart-coupon .coupon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.cart-coupon .coupon .coupon {
  flex-grow: 1;
  width: 100%;
}
.cart-coupon .coupon input {
  flex-grow: 1;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0 1rem;
}

.woocommerce:has(.woocommerce-cart-form) {
  display: grid;
  grid-template-columns: 60% 35%;
  gap: 5%;
}
.woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper {
  grid-column: 1/-1; /* span all columns */
  margin-bottom: 1rem;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 1.5rem 2rem;
}

.woocommerce ul#shipping_method {
  padding: 1rem 0;
}

.woocommerce .cart_totals .wc-proceed-to-checkout .button,
#place_order,
.cart-coupon .coupon .button {
  background-color: #fac02b;
  font-weight: 900;
  font-size: 1.125rem;
  padding: 1.125rem 1rem;
  border-radius: 0.5rem;
  background-color: #fac02b;
  display: block;
  color: #000;
  width: 100%;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .button:hover,
#place_order:hover,
.cart-coupon .coupon .button:hover {
  background-color: #000;
  color: #fac02b;
}

.cart-coupon .coupon .button {
  width: 50%;
}

.notFound {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notFound h1,
.notFound p {
  text-align: center;
}
.notFound .button {
  margin-top: 1rem;
}
.notFound svg {
  height: 9rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 95;
}

@media (max-width: 800px) {
  :root {
    --side-padding: 5%;
  }
  section {
    margin-top: 3rem;
  }
  h2,
  .display {
    font-size: 22px;
  }
  h3,
  h4,
  h5,
  .textL,
  .textM,
  .textS {
    font-size: 1rem;
  }
  h3 {
    margin: 1rem 0;
  }
  body > header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
  }
  .mainMenu {
    top: 0;
    height: 100vh;
    transition: left 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
    display: block;
    width: 80%;
    min-width: 300px;
    z-index: 99;
    background-color: #000;
    position: fixed;
    left: -100vw;
  }
  .mainMenu div > ul {
    z-index: 30;
    flex-direction: column;
    align-items: flex-start;
  }
  .mainMenu div > ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.15);
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .mainMenu div > ul li a {
    flex-grow: 1;
    padding: 1.2rem 0;
  }
  .mainMenu div > ul li::after {
    margin: 1.2rem 0;
  }
  .mainMenu ul.sub-menu {
    padding: 0;
    flex-basis: 100%;
    order: 3;
    clip-path: none;
    margin-left: 1rem;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
  }
  .mainMenu ul.sub-menu li a {
    padding: 1.2rem 0;
    display: block;
  }
  .mainMenu ul.sub-menu li::after {
    order: 2;
  }
  .mainMenu li.open > ul.sub-menu {
    max-height: 1000px; /* bigger than your tallest submenu */
  }
  .mainMenu .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 20; /* below menu, above page */
  }
  .mainMenu.open {
    left: 0;
  }
  .mainMenu.open .menu-overlay {
    display: block;
  }
  .mainHeader {
    flex-wrap: wrap;
  }
  .mainHeader a:nth-last-child(1) {
    display: none;
  }
  .logo img {
    height: 2.5rem;
  }
  .logo h3 {
    display: none;
  }
  .headerButton {
    background: none;
  }
  .headerButton svg {
    color: #000;
  }
  .menuToggle {
    display: block;
  }
  .woocommerce-product-search {
    width: 100%;
  }
  .woocommerce-product-search input {
    width: 100%;
  }
  .button {
    padding: 0.7rem 0.7rem;
    border-radius: 0.25rem;
    font-size: 1rem;
  }
  .slider {
    padding: 0;
  }
  .slider > button,
  .productsSlider > button {
    display: none;
  }
  .slider .swiper-slide {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-right: 0%;
    padding-left: 5%;
    border-radius: 0;
  }
  .slider .swiper-slide img {
    height: auto;
    width: 10rem;
    margin-bottom: -1rem;
  }
  .slider .swiper-slide .textL {
    font-size: 16px;
    line-height: 120%;
  }
  .slider .swiper-slide .textContent {
    flex-shrink: 1;
  }
  .slider .swiper-slide::after {
    top: 0;
    border-radius: 0;
    height: 100%;
  }
  .shop-wrapper .categories {
    grid-template-columns: 1fr 1fr;
  }
  .catImage {
    height: auto;
    aspect-ratio: 1/1;
  }
  .catSwiper .swiperPagination {
    display: flex;
  }
  .seeAll {
    display: none;
  }
  .products {
    width: 70%;
    overflow: visible;
  }
  .k9ProductCard p {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  .frontAbout {
    padding-top: 2rem;
    margin-top: 1rem;
    flex-direction: column;
  }
  .frontAbout .petImage {
    position: relative;
    height: 10rem;
    width: 100%;
    flex: auto;
    overflow: hidden;
  }
  .frontAbout .petImage img {
    width: auto;
    top: 0;
    left: 0;
    height: 12rem;
  }
  .frontAbout .textContent {
    padding: 2rem 0 2rem 0;
  }
  .frontAbout .textContent h2 {
    margin-bottom: 1rem;
  }
  .frontAbout .textContent p {
    width: 90%;
    margin-bottom: 1rem;
  }
  .frontAbout .textContent p br {
    display: none;
  }
  .frontAbout::after {
    border-top: 1rem solid white;
    width: 100%;
    top: 2rem;
    height: 9rem;
    background-size: 100%;
  }
  .reviews .reviewsHolder {
    padding: 0 1rem;
  }
  .reviews figcaption {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews figcaption p {
    margin-left: 0;
  }
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 2rem;
  }
  .reviews .swiperPagination {
    display: none;
  }
  .promo {
    --padding: 1.5rem;
  }
  .promo .sectionContent {
    overflow: hidden;
  }
  .promo .display {
    margin-bottom: 1rem;
  }
  .promo .sectionContent::after {
    top: 1.5rem;
    font-size: 1rem;
  }
  .promo .imageContent img {
    width: 150%;
    height: auto;
  }
  .promo .textContent {
    padding-left: 1rem;
  }
  #google-map {
    position: relative;
    height: 20rem;
  }
  .map {
    padding: 0;
    margin-bottom: -3rem;
  }
  .map .mapInfo {
    background-color: #000;
    width: 90%;
    margin-bottom: 3rem;
  }
  .map .mapInfo p {
    color: #fff;
    padding-left: 1rem;
  }
  .map .textS {
    text-wrap: nowrap;
  }
  .map .sectionContent {
    padding: 0;
    border-radius: 0;
  }
  .partners ul {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer section .sectionContent {
    flex-direction: column;
    gap: 1rem;
  }
  .footerTop .footerItem strong {
    display: block;
  }
  .footerTop .footerItem p br {
    display: none;
  }
  footer {
    margin-top: 3rem;
  }
  footer p,
  footer li {
    font-size: 1rem;
  }
  .footerBottom .logo {
    display: none;
  }
  .footerBottom .sectionContent div {
    order: 4;
  }
  .footerBottom .sectionContent div:nth-child(1) {
    order: 1;
  }
  .footerBottom .sectionContent div:nth-child(2) {
    order: 2;
  }
  .footerBottom .sectionContent > div:nth-last-child(1) {
    order: 3;
    width: 100%;
    padding-bottom: 2.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .kontaktColumn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .kontaktColumn .linkIcons {
    margin-top: 0;
    flex-basis: 50%;
  }
  .footerMenu {
    width: 100%;
  }
  .footerMenu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footerMenu ul li {
    flex-basis: 50%;
  }
  .footerCopyright p {
    text-align: center;
    width: 100%;
  }
  .flip {
    display: flex;
    flex-direction: column;
  }
  .flip .map {
    order: 2;
  }
  .term-description p {
    font-size: 1rem;
    width: 100%;
  }
  .fullPageProducts {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.8rem;
    row-gap: 1.7rem;
  }
  .woocommerce-ordering {
    float: none;
  }
  .fullPageProducts .k9ProductCard {
    padding: 0;
    border: 0;
  }
  .fullPageProducts .k9ProductCard .productImage {
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
  }
  .woocommerce-product-gallery {
    width: 100%;
  }
  .product-main {
    margin-top: 1rem;
  }
  .product-main .product-summary {
    padding-top: 0;
  }
  .product-summary {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
  }
  .product-main {
    display: flex;
    flex-direction: column;
  }
  .related {
    width: 100%;
    padding: 0;
  }
  .product-summary h1,
  .price-container .product-price,
  .price-container .price {
    font-size: 22px;
  }
  .price-container .quantity {
    margin-right: 0.5rem;
  }
  .price-container .button {
    flex-basis: 60%;
  }
  .price-container .product-description p,
  .product-description li,
  .product-tabs p,
  .product-tabs li {
    font-size: 1rem;
  }
  .konPage .sectionContent {
    flex-direction: column-reverse;
  }
  .cf-flex {
    flex-direction: column;
  }
  .wpcf7 .wpcf7-list-item-label {
    width: 100%;
  }
  p,
  .textM {
    font-size: 1rem;
  }
  .kontaktMap {
    height: 15rem;
  }
  .aboutPage img {
    width: 40%;
    top: -8rem;
    bottom: auto;
    right: auto;
    z-index: 0;
  }
  .aboutPage .overflowImg {
    height: 13rem;
    right: 0;
    z-index: 2;
    bottom: auto;
    top: -7.9rem;
  }
  .aboutPage .textContent {
    z-index: 1;
    padding: 3rem 0 3rem 5%;
    margin-top: 10rem;
  }
  .aboutPage .sectionContent::after {
    content: "";
    background-color: #ffdc84;
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .woocommerce:has(.woocommerce-cart-form) {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .woocommerce table.shop_table td {
    padding: 1rem 0;
  }
  .woocommerce .cart-collaterals .cart_totals {
    padding: 0.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .checkout-order {
    padding: 0.75rem;
  }
  .woocommerce:has(.woocommerce-MyAccount-navigation) {
    gap: 2rem;
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    margin: 0;
    border: 1px solid #e6e6e6;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .woocommerce .woocommerce-info .button {
    margin-top: 1rem;
  }
  .woocommerce-Address {
    margin: 1rem;
  }
  #custom-sidecart {
    min-width: 0;
    right: -100vw;
    width: 100%;
    box-sizing: border-box;
    top: 4.5rem;
    height: auto;
    min-height: 15rem;
    max-height: calc(100vh - 4.5rem);
    overflow: hidden;
  }
  #custom-sidecart .cart-bottom .woocommerce-mini-cart__buttons,
  #custom-sidecart .cart-bottom .total,
  #custom-sidecart .cart-name,
  #custom-sidecart .woocommerce-mini-cart__empty-message {
    padding: 0 0.5rem;
  }
  #custom-sidecart .woocommerce-mini-cart__buttons {
    padding-top: 0.5rem;
    margin: 0.5rem 0;
  }
  #custom-sidecart .mini_cart_item {
    padding: 0.5rem;
  }
  .sidecartLightbox {
    top: 4.5rem;
  }
  .cart_list {
    overflow-y: auto;
    max-height: calc(100vh - 20rem);
    margin-bottom: 7rem;
  }
  .mainHeader .searchbar {
    display: none;
  }
  .toggledSearch,
  .toggleSearch {
    display: block;
    transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .toggledSearch {
    padding: 0 var(--side-padding);
    height: 0;
    overflow: hidden;
    transition: height 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .toggledSearch .searchbar {
    margin-top: 0.5rem;
  }
  .searchOpen .toggledSearch {
    height: 4rem;
  }
  body {
    transition: padding 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding-top: 4.5rem;
  }
  .searchOpen {
    padding-top: 8.5rem;
  }
}
@media (min-width: 800px) and (max-width: 1320px) {
  :root {
    --side-padding: 2rem;
  }
  html {
    font-size: 1.4vw;
  }
  .slider .swiper-slide {
    width: 100%;
  }
  .slider img {
    max-height: 110%;
    width: auto;
  }
  .promo .imageContent img {
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */