/* Creative-style product information: stacked sections on mobile. */
@media (max-width: 600px) {
  html body.type-detail
  .hygsi-product-information[data-hygsi-mobile-information="1"]
  > .hygsi-product-tabs {
    display: none !important;
  }

  html body.type-detail .hygsi-product-mobile-sections {
    width: 100%;
    border-top: 1px solid #d9dbe3;
  }

  html body.type-detail .hygsi-product-mobile-section {
    width: 100%;
    margin: 0;
    border-right: 1px solid #d9dbe3;
    border-bottom: 1px solid #d9dbe3;
    border-left: 1px solid #d9dbe3;
    box-sizing: border-box;
  }

  html body.type-detail
  .hygsi-product-mobile-section > .hygsi-product-tab {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0 !important;
    padding: 15px;
    border: 0;
    border-radius: 0;
    background: #f1f1f4;
    color: #0d0d73;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    cursor: default;
  }

  html body.type-detail
  .hygsi-product-mobile-section > .hygsi-product-tab::after {
    display: none;
  }

  html body.type-detail
  .hygsi-product-mobile-section > .hygsi-product-panel {
    display: block !important;
    width: 100%;
    padding: 28px 15px 34px;
  }
}
