/* Mobilní varianta newsletterového štítku: malý a nenápadný prvek
   vpravo dole, mimo obsah produktových karet a nad lištou prohlížeče. */
@media (max-width: 767px) {
  .lovesilk-newsletter-float {
    right: 16px;
    left: auto;
    bottom: max(88px, calc(22px + env(safe-area-inset-bottom)));
    max-width: none;
  }

  .lovesilk-newsletter-float__action {
    position: relative;
    width: 60px;
    height: 60px;
    flex-direction: column;
    gap: 1px;
    justify-content: center;
    padding: 5px;
    border-radius: 2px;
  }

  .lovesilk-newsletter-float__icon {
    width: 24px;
    height: 24px;
  }

  .lovesilk-newsletter-float__text {
    font-size: 0;
    line-height: 1;
  }

  .lovesilk-newsletter-float__text::after {
    content: "10 %";
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .lovesilk-newsletter-float__close {
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}
