/* -- Global style -- */
body {
  width: 100%;
  color: #111111;
  font-weight: normal;
  font-size: 10pt;
  line-height: 1.2em;
  background-color: #FFFFFF; }

p, table, ul, ol, dl, blockquote, pre, code, form {
  margin: 0 0 1em; }

/* -- Hide screen specific global elements -- */
.page-header-top-wrapper,
.page-nav-wrapper,
.page-footer-wrapper,
.page-value-proposition-wrapper,
.page-overlay,
.header-main__icon--menu,
.header-main__search-wrapper,
.header-main__icons,
.retail-cart {
  display: none; }

/* -- Print header style -- */
.page-header-wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #ddd; }
  .page-header-wrapper .reece-logo-wrapper {
    max-width: 110px;
    height: auto; }
    .page-header-wrapper .reece-logo-wrapper::after {
      content: "For more information visit www.reece.com.au or call 1800 032 566";
      position: absolute;
      top: 4px;
      right: 0px;
      display: block;
      border: 1px solid #ccc;
      font-style: italic;
      font-size: 10pt;
      padding: 8px 10px; }

/**
 * Page specific style ============================================================================
 */
/* -- Product Detail Page -- */
.pdp-top-nav,
.pdp-product-gallery .pdp-main-slider__nav,
.pdp-product-gallery .swiper-wrapper .swiper-slide,
.pdp-product-gallery .pdp-product-gallery__thumbs-slider,
.pdp-main-block .pdp-main-block__section,
.pdp-related-product,
.popup-postcode-wrapper {
  display: none !important; }

.pdp-product-gallery .swiper-wrapper .swiper-slide:first-child,
.pdp-main-block .pdp-main-block__section:nth-child(1),
.pdp-main-block .pdp-main-block__section:nth-child(2) {
  display: block !important; }

.pdp-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pdp-hero__inner .pdp-hero__section {
    width: 50%; }

.pdp-hero__cw {
  display: none; }

.pdp-hero .pdp-main-block__product-name {
  margin-bottom: 10px;
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.2em; }

.pdp-hero .pdp-main-block__product-code {
  margin-bottom: 10px;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.2em; }

.pdp-hero .pdp-prices-block__price {
  margin-bottom: 10px;
  font-weight: bold; }

.pdp-hero .pdp-product-gallery__main-slider * {
  width: auto !important; }

.pdp-hero .pdp-product-gallery__main-slider .swiper-wrapper .swiper-slide:first-child img {
  width: 94% !important;
  height: auto; }

.pdp-product-features {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .pdp-product-features__highlights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pdp-product-features__highlights li {
    padding: 4px 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pdp-product-features__highlights-icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 100%; }
    .pdp-product-features__highlights-icon i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pdp-product-features__highlights-text {
    position: relative;
    top: 8px;
    line-height: 1.2em;
    font-size: 10pt;
    font-weight: normal; }
  .pdp-product-features__detail-summary {
    line-height: 1.2em;
    font-size: 10pt;
    font-weight: normal; }

.pdp-details {
  page-break-before: always; }
  .pdp-details__nav-section, .pdp-details__mobile-header-title {
    display: none; }
  .pdp-details__block-inner #details-brochure,
  .pdp-details__block-inner #details-review {
    display: none; }
  .pdp-details .details-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }
    .pdp-details .details-table th {
      width: 35%; }
    .pdp-details .details-table th, .pdp-details .details-table td {
      padding: 5px;
      font-size: 9pt;
      border: 1px solid #ddd; }
  .pdp-details .pdp-details-block__heading {
    margin: 30px 0 10px 0;
    display: block;
    font-size: 14pt;
    font-weight: bold; }
  .pdp-details .pdp-details-block__section--aside {
    display: none; }
  .pdp-details .pdp-details-block__slider-wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .pdp-details .pdp-details-block__slider-wrapper .specs-slider--thumb {
    display: none; }
  .pdp-details .pdp-details-block--product-range {
    display: none; }
