/* Layout helpers on top of scraped constructor CSS */

.sr-only,
.seo-text,
.visually-hidden,
.mirror-seo-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

[hidden].mirror-seo-hidden {
  display: none !important;
}

/* Header */

.page-header-17__brand-logo-img {
  width: 210px;
  max-width: 100%;
  height: auto;
}

.page-header-17-nav-catalog {
  position: relative;
}

.page-header-17-nav-catalog__content {
  display: none;
}

.page-header-17-nav-catalog:hover .page-header-17-nav-catalog__content,
.page-header-17-nav-catalog_open .page-header-17-nav-catalog__content {
  display: block;
}

.page-header-17-nav-secondary__item {
  position: relative;
}

.page-header-17__mobile-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.page-header-17__mobile-toggle .page-header-17-nav-catalog__open-icon {
  margin-right: 0;
}

.page-header-17-mobile-nav {
  display: none;
}

.page-header-17-mobile-nav__title {
  margin-top: 12px;
  font-weight: 700;
}

.page-header-17-mobile-nav__sub-link {
  display: block;
  padding-left: 16px;
  opacity: 0.85;
}

@media (max-width: 1000px) {
  .page-header-17-nav-secondary {
    display: none;
  }

  .page-header-17__mobile-toggle {
    display: inline-flex;
  }

  .page-header-17-mobile-nav {
    display: grid;
    gap: 8px;
    padding: 12px 20px 20px;
    border-top: 1px solid #ececec;
  }

  .page-header-17-mobile-nav a {
    padding: 8px 0;
  }

  .page-header-17-nav-catalog__content {
    position: static;
    box-shadow: none;
    border: 1px solid #ececec;
    margin-top: 8px;
  }

  .page-header-17__info-text {
    display: none;
  }

  .page-header-17__brand-logo-img {
    width: 160px;
  }
}

/* Hero */

.mirror-hero__grid {
  display: grid;
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 980px) {
  .mirror-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.mirror-hero__subtitle {
  margin-top: 16px;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
}

.mirror-hero__cta {
  display: inline-flex;
  margin-top: 24px;
}

.mirror-hero__stats {
  margin-top: 20px;
  line-height: 1.6;
}

.mirror-hero__media {
  justify-self: center;
}

.mirror-hero__image {
  width: min(100%, 466px);
  height: auto;
}

.mirror-canvas-banner {
  text-align: center;
}

/* Buttons */

.page .button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.page .button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .form__submit .button {
  width: auto;
}

/* Product cards */

.products-02-item__gallery-container,
.products-02-item__img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-sections-01-item__img-container {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-sections-01-item__img,
.products-02-item-gallery__front-img,
.products-02-item-gallery__back-img,
.products-02-item__img,
.product-gallery-01__stage-item-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-02-item__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #777;
  font-size: 14px;
}

.mirror-section-products {
  margin-top: 24px;
}

/* Collection / media sections */

.media-53__image-img {
  width: 100%;
  height: auto;
}

.media-53-part__content {
  margin-top: 8px;
}

.links-08__tag {
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
}

/* Forms use constructor.css (.text-input, .button_style_1) */

.mirror-form .form__item + .form__item {
  margin-top: 12px;
}

.product-01__buy-form {
  margin-top: 20px;
}

.product-gallery-01__thumb-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.product-gallery-01__thumb {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid #ececec;
  overflow: hidden;
}

.product-gallery-01__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-01__stage-item-img-container {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.mirror-media-image {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.katalog-page-intro {
  padding: 24px 16px 0;
}

.katalog-page-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.product-01__details-grid {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .product-01__details-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.product-01__description,
.product-01__details-block {
  margin-top: 24px;
}

.product-01__description .wysiwyg-string,
.product-01__details-block ul {
  line-height: 1.6;
}
