.header-bottom-right,
.product-parameter__shipping,
.product-parameter-shipping-time {
	display: none;
}

@media (max-width: 767px) {
  .product-snapshot-vertical .product-snapshot-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .product-snapshot-vertical .product-snapshot,
  .product-snapshot-vertical .list_div_item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .product-snapshot-vertical .product-card {
    width: 100% !important;
    min-width: 0 !important;
  }

  .product-snapshot-vertical .product-card__title,
  .product-snapshot-vertical .product-card__title-link {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
  }

  .product-snapshot-vertical .product-card-image {
    min-height: auto !important;
  }

  .product-snapshot-vertical .product-card__body,
  .product-snapshot-vertical .product-card__footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.information__reading-time {display: none;}
.product-image img,
.product-gallery img,
.category-product img,
.page-product img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: auto;
}

.sortbar-top__right {
	display: none;
}
.module-productdescriptionnoparameters-wrapper {
	font-size: 16px !important;
}

@media (min-width: 1200px) {
  .full-width-main-content .product-page-bottom.container {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
    .product-page-body .main-content .module {
        margin-top: 10px !important;
    }