.wims-api-wp-plugin-v1.product-profile {
  width: 100%;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .main-content {
  flex-grow: 2;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .main-content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content {
  max-width: max(20vw, 360px);
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery {
  max-width: 360px;
  overflow: hidden;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery ul {
  padding: 0 !important;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery .glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery [data-glide-el=controls] {
  display: flex;
  justify-content: space-between;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery [data-glide-el=controls] button {
  outline: none;
  border: none;
  background: #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery [data-glide-el=controls] button:focus, .wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery [data-glide-el=controls] button:active, .wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content .image-gallery [data-glide-el=controls] button:hover {
  outline: none !important;
}
@media only screen and (max-width: 780px) {
  .wims-api-wp-plugin-v1.product-profile .content-wrapper {
    flex-direction: column;
  }
  .wims-api-wp-plugin-v1.product-profile .content-wrapper .sidebar-content {
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

/*# sourceMappingURL=wims-api-wp-product-profile.css.map */
