/* line 1, ../../master-v2/_print.scss */
.footer-wrapper,
.topbar {
  display: none !important;
}

/* line 6, ../../master-v2/_print.scss */
.navbar {
  display: block;
  padding: 30px 0;
}
/* line 12, ../../master-v2/_print.scss */
.navbar .logo a img {
  height: 50px;
}
/* line 18, ../../master-v2/_print.scss */
.navbar .nav-mobile,
.navbar .custom-nav,
.navbar .nav {
  display: none !important;
}

/* line 26, ../../master-v2/_print.scss */
.webshop .back-btn,
.webshop .breadcrumbs,
.webshop .button-wrapper,
.webshop .custom-block,
.webshop .meta-info,
.webshop .meta-share,
.webshop .nav-tabs,
.webshop .product-history,
.webshop .sidebar-loading,
.webshop .swiper-button-next,
.webshop .swiper-button-prev,
.webshop .swiper-pagination {
  display: none !important;
}
/* line 41, ../../master-v2/_print.scss */
.webshop .row {
  display: block;
  width: 100%;
}
/* line 46, ../../master-v2/_print.scss */
.webshop .image {
  margin: 30px 0;
}
/* line 50, ../../master-v2/_print.scss */
.webshop .image,
.webshop .sidebar-productinfo {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}
/* line 58, ../../master-v2/_print.scss */
.webshop #product-gallery .swiper-slide {
  display: none !important;
}
/* line 61, ../../master-v2/_print.scss */
.webshop #product-gallery .swiper-slide:first-child {
  display: block !important;
}
/* line 68, ../../master-v2/_print.scss */
.webshop .swiper-container-thumbs .swiper-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
/* line 73, ../../master-v2/_print.scss */
.webshop .swiper-container-thumbs .swiper-wrapper .swiper-slide {
  width: 25% !important;
  flex: 0 0 25%;
  margin: 0 !important;
  padding: 15px;
}
/* line 82, ../../master-v2/_print.scss */
.webshop .tab-pane {
  display: block !important;
  opacity: 1 !important;
}
/* line 86, ../../master-v2/_print.scss */
.webshop .tab-pane#reviews {
  display: none !important;
}
/* line 91, ../../master-v2/_print.scss */
.webshop .tab-pane .accordion-title.d-md-none {
  display: none !important;
}
/* line 96, ../../master-v2/_print.scss */
.webshop .tab-pane .collapse,
.webshop .tab-pane .d-md-none {
  display: block !important;
}
/* line 102, ../../master-v2/_print.scss */
.webshop img {
  max-width: 100%;
}
/* line 106, ../../master-v2/_print.scss */
.webshop .card {
  padding: 30px;
  margin: 0 0 30px;
}
