.shop-logo {
  width: 6.999rem;
}

@media (min-width: 768px) {
  .shop-logo {
    width: 11.665rem;
  }
}

.section--home > div:first-of-type {
  background-image: url("../images/bg-liki_tiny.png");
}

.section--home h1 {
  color: #fff;
  font-family: Kreon, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.section--home p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-top: 1rem;
  text-shadow: rgba(0, 0, 0, 0.75) 1px 0 30px;
}

@media (min-width: 1024px) {
  .section--home h1 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .section--home p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.merchsys-productsubgroup figure {
  background-color: #fff;
}

#main-nav .dynamicmenu--footer,
footer .dynamicmenu--main,
.main--showtext h1 {
  display: none;
}

.basket-count {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

select.py-4 {
  padding-bottom: 1.1rem;
  padding-top: 1.1rem;
}

.response + .pt-16 {
  padding-top: 0;
}

.merchsys-basket-img {
  display: inline-block;
  margin: 0;
  max-width: 100px;
}

.merchsys-subtotal {
  text-align: right;
}

td.merchsys-price {
  min-width: 4.2rem;
}

div.country {
  width: 14%;
}

div.zip {
  width: 40%;
}

div.city {
  width: 40%;
}

input.street {
  width: 82%;
}

input.number {
  width: 14.5%;
}

.merchsys-toggle-panel {
  display: none;
}

.merchsys-toggle-button h2 {
  margin-top: 1rem;
}

.merchsys-toggle-wrapper svg {
  transform: rotate(180deg);
}

.merchsys-toggle-wrapper--open .merchsys-toggle-panel {
  display: block;
}

.merchsys-toggle-wrapper--open svg {
  transform: rotate(0);
}

.paypal-button-container {
  max-width: 18.75rem;
  width: 100%;
}

.paypal-button-container iframe,
.paypal-button-container iframe:focus-visible {
  outline: 0;
}

nav.z-50 {
  z-index: 101;
}

.liki-bounce > img {
  max-height: 450px;
  width: auto;
}

@media (min-width: 640px) {
  .response + .sm\:pt-28 {
    padding-top: 0;
  }
}
