:root {
    --light-gray: #efefef;
    --slightly-light-gray: #dddddd;
    --neon-green: #9ab310;
}
/*product */
#product-container {
    background-image: url("https://web.archive.org/web/20250317153554im_/https://static.verticom.com.au/timber-direct/img/common/pd-header.webp");
    background-repeat: repeat-x;
    padding: 2rem;
    font-weight: bolder;
}

#product-body,
#product-tab {
    margin-left: auto;
    margin-right: auto;
    padding: 0 8rem;
}

#product-tab {
    background-color: var(--light-gray);
    margin-bottom: 0 !important;
    padding-top: 3rem;
}
/*DescriptionTabs*/

#tab-description > p,
#tab-qa-content {
    font-size: 12pt !important;
}
/*product-view*/
#product-thumbnail-container {
    flex: auto;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

#product-image-container {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

#product-quantity {
    flex: 0 0 auto;
    width: 30%;
}

#product-add-to-cart {
    flex: 0 0 auto;
    width: 60%;
}

#form-action-addToCart {
    width: 100% !important;
    height: 40px !important;
    padding: 10px 10px !important;
    background-color: #759e2b;
    border: none;
    border-radius: 4px;
    margin-bottom: 0 !important;
}

#form-action-addToCart--disabled {
    width: 100% !important;
    height: 40px !important;
    padding: 10px 10px !important;
    border: none;
    border-radius: 4px;
    margin: 0 !important;
}

.product--cart > .button {
    margin: 0 !important;
}

#button-container {
    display: flex;
    justify-content: flex-end;
    width: 150px !important;
    margin-top: 0 !important;
}

.price-quantity-cart--container {
    display: grid;
    padding: 6px;
    margin-top: 10px;
    max-width: 600px;
    grid-template-columns: 1fr 120px 1fr;
    grid-gap: 5px;
    background-color: #EBEBEB;
    border-radius: 5px;
    grid-template-areas: "price quantity addcart";
}

.product--price {
    padding: 1px;
    grid-area: price;
}

.product--quantity {
    padding: 1px;
    grid-area: quantity;
}

.product--cart {
    padding: 1px;
    grid-area: addcart;
    display: flex !important;
    flex: 0 0 auto;
    justify-content: flex-end;
    width: 100%;
}

.price-section-product {
    width: 100% !important;
}

.price--bold {
    font-weight: 600;
    font-size: 24px;
}

.product--quantity .form-field {
    padding-right: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.quoteModeContainer {
    background-color: #EBEBEB;
    max-width: 600px;
    max-height: 60px;
    margin-bottom: -5px;
    border-radius: 5px;
}

.quoteMode {
    color: #000;
    padding: 10px;
    max-height: 60px;
    line-height: 20px;
}

@media screen and (min-width:801px) and (max-width:900px) {
    .price-quantity-cart--container {
        grid-template-columns: 1fr;
        grid-template-areas: "price quantity"
            "addcart addcart";
    }

    .product--cart {
        display: flex !important;
        justify-content: flex-start;
        width: 150px;
    }
}

@media screen and (max-width:767px) {
    .price--bold {
        font-weight: 600;
        font-size: 20px;
    }
}

@media screen and (max-width:900px) {
    #button-container {
        margin-left: 17px !important;
    }
}

@media screen and (min-width:801px) and (max-width:900px) {
    #button-container {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .price-quantity-cart--container {
        display: grid;
        max-width: 600px;
        grid-template-columns: 1fr 120px 1fr;
        gap: 5px;
    }

    #button-container {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:320px) and (max-width:499px) {
    .price-quantity-cart--container {
        display: grid;
        max-width: 500px;
        grid-template-columns: 1fr;
        gap: 5px;
        grid-template-areas: "price quantity"
            "addcart addcart";
    }

    #button-container {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .product--cart {
        display: flex !important;
        justify-content: flex-start;
        width: 150px;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    .price-gst {
        font-size: 11px !important;
    }
}

#button-container > input {
    font-size: 16px;
}

#tab-container {
    display: none;
}

#tab-qa-label,
#tab-reviews-label {
    flex: 0 0 auto;
    width: 16.66666667%;
}

#tab-qa-content,
#tab-reviews-content {
    flex: 0 0 auto;
    width: 83.33333333%;
}

#related-products {
    font-size: 2rem;
    font-weight: 800;
    vertical-align: baseline;
}

#related-products-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: start;
    width: 82%;
}

#most-favorite-container {
    font-size: 1.25rem;
    font-weight: 300;
    color: grey;
    margin-left: 3rem;
    margin-top: 0.75rem;
}

.categories-desc {
    padding: 30px;
    background-color: #f6f6f6;
    margin: 60px 0;
}

    .categories-desc strong {
        font-size: 18px;
        font-weight: bold;
    }

.thumbnail-outer {
    display: inline-flexbox;
}

.productView-img-container img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
}

.productView-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
    padding: 1.5em;
}

.productView-options .form-field {
    font-size: 0;
    margin-bottom: 0 !important;
}

.productView-price {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.productview-thumbnail-link {
    display: inline-block;
    height: 100%;
    max-width: inherit !important;
    padding: 0.125rem;
    position: relative;
    text-align: center;
    width: inherit !important;
    margin-bottom: 1.25rem;
}

.productView-images {
    margin-bottom: 2rem;
}

.product-view-title-margin-bottom {
    margin-bottom: 5px !important;
}

.product-view-description-container {
    width: auto;
    max-width: none;
    display: block;
    margin: 0;
    font-size: 1rem !important;
}

.product-view-description {
    clear: none !important;
}

.product-view-custom-name,
.product-view-custom-value {
    font-family: 'Barlow Condensed' !important;
    font-size: 1.5rem;
}

.product-view-custom-name,
.productview-price {
    font-weight: 700;
}

.product-view-custom-value {
    font-weight: 300;
    margin-left: 0.75rem;
}

.productview-price {
    font-family: 'Barlow Condensed' !important;
    font-size: 2rem;
    margin: 1rem 0;
}

.product-table {
    margin-top: 5px !important;
    display: block;
}

.product-row {
    display: block;
    flex-wrap: wrap;
    vertical-align: middle;
}

.product-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.product-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.product-col-4 {
    flex: 0 0 auto;
    width: 33.33%;
}

.product-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.product-col-8 {
    flex: 0 0 auto;
    width: 67%;
}

.product-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.product-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.product-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.w-form {
    width: 50px !important;
    height: 30px !important;
    display: inline-block !important;
    padding: 2px !important;
    margin: 2px 0 2px 0 !important;
    background-color: #ffffff !important;
    opacity: .50;
    border-radius: 4px;
    border-style: none !important;
}

.tabs-contents {
    margin-bottom: 0;
}

.tab-content-containers {
    display: block;
    padding: 1.5rem 0;
}

.h4-container {
    margin-top: 0.25rem;
    padding-left: .5rem;
    height: 4rem;
    border-left: .75rem solid #dddddd;
    font-family: 'Barlow Condensed' !important;
    font-size: 1.5rem;
    font-weight: 700;
}

.productView-product {
    border-bottom: 0 transparent !important;
    padding-bottom: 0 !important;
}

.tabs {
    border-bottom: 0 transparent !important;
    margin: 0;
}

.tab.is-active {
    border: 0 transparent;
    border-bottom: 3px solid #000 !important;
}

.product-tab-title {
    padding: 0.7857142857rem 1.5rem;
}

.tabs a {
    font-size: 1.25rem;
}

.product-tabs {
    margin: 0;
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
}

.product-tab {
    border-bottom: white;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.productView-details {
    margin-bottom: 15px !important;
    margin-bottom: 0 !important;
}

.rounded {
    border-radius: 1rem;
}

.align-left {
    text-align: left;
}

.breadcrumb-font {
    font-size: 1.2rem;
}

.stjr-product-review-page-widget-header-container-inner__top-row {
    height: 0rem !important;
    visibility: hidden;
    padding-bottom: 0rem !important;
}

.body {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.card-img-container:after,
.productView-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.productView-details::after {
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
}

.productView-info > :first-child {
    margin-top: 5px !important;
}

@media screen and (min-width:1922px) {
    .main-product-image {
        height: 600px !important;
        width: 600px !important;
    }

    .side-thumbnail {
        height: 150px !important;
        width: 150px !important;
    }
}

@media screen and (min-width:1600px) and (max-width:1921px) {
    .main-product-image {
        height: 600px !important;
        width: 600px !important;
    }

    .side-thumbnail {
        height: 110px !important;
        width: 150px !important;
    }
}

@media screen and (min-width:1330px) and (max-width:1599px) {
    .main-product-image {
        height: 400px !important;
        width: 400px !important;
    }

    .side-thumbnail {
        height: 120px !important;
        width: 120px !important;
    }
}

@media screen and (min-width:1262px) and (max-width:1329px) {
    .main-product-image {
        height: 375px !important;
        width: 375px !important;
    }

    .side-thumbnail {
        height: 100px !important;
        width: 100px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1261px) {
    .main-product-image {
        height: 350px !important;
        width: 350px !important;
    }

    .side-thumbnail {
        height: 100px !important;
        width: 100px !important;
    }
}

@media screen and (min-width:801px) and (max-width:1023px) {
    .productView-img-container {
        position: relative;
        margin-top: 0 !important;
        margin-bottom: auto !important;
        max-width: 100%;
        width: 100%;
    }

    .main-product-image {
        height: 300px !important;
        width: 300px !important;
    }

    .side-thumbnail {
        height: 70px !important;
        width: 90px !important;
    }
}

@media screen and (min-width:602px) and (max-width:800px) {

    .main-product-image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .side-thumbnail {
        height: 120px !important;
        width: 190px !important;
    }

    .thumbnail-outer {
        justify-content: space-between;
    }
}

@media screen and (min-width:450px) and (max-width:601px) {

    .main-product-image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .side-thumbnail {
        height: 90px !important;
        width: 150px !important;
    }

    .thumbnail-outer {
        justify-content: space-between;
    }
}

@media screen and (min-width:320px) and (max-width:449px) {

    .main-product-image {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .side-thumbnail {
        height: 50px !important;
        width: 90px !important;
    }

    .thumbnail-outer {
        justify-content: space-between;
    }
}

@media screen and (min-width:320px) and (max-width:1260px) {
    #product-body, #product-tab {
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 1.5rem !important;
        max-width: 1261px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1260px) {
    .tab {
        border-top: 0 #ffffff !important;
        float: left !important;
    }

    #product-tab {
        background-color: var(--light-gray);
        margin-bottom: 0 !important;
        padding-top: 2.5rem;
    }

    #most-favorite-container {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #productimage-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    #product-thumbnail-container {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1rem;
        display: block;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #product-image-container {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 1rem;
        display: block;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #product-quantity {
        flex: 0 0 auto;
        width: 100%;
    }

    #product-add-to-cart {
        flex: 0 0 auto;
        width: 100%;
    }

    #tab-container {
        display: inline-block;
        width: 90%;
        padding: .2rem;
    }

    #tab-ul-container {
        display: none;
    }

    #tab-select {
        width: 100%;
    }

    #tab-qa,
    #tab-reviews {
        display: none;
    }

    #tab-qa-label,
    #tab-reviews-label {
        display: none;
    }

    #tab-qa-content,
    #tab-reviews-content {
        flex: 0 0 auto;
        width: 100%;
    }

    #product-tab {
        background-color: var(--light-gray);
        margin-bottom: 0 !important;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #most-favorite-container {
        display: none;
    }

    .tab {
        border-top: 0 #ffffff !important;
        float: left !important;
    }

    #footer-container-2,
    #footer-container-3 {
        display: none;
    }

    .thumbnail-outer {
        display: flex;
    }

    .thumbnail-inner {
        justify-content: space-around;
        height: 100%;
        margin-right: 10px;
    }
}

.price-gst {
    font-size: 14px;
}

.bulk-pricing-container {
    width: 600px !important;
    display: table-cell;
    margin-top: 20px !important;
    margin-bottom: 5px;
}

.bulk-pricing-table {
    width: 100%;
    border: 1px solid #98b40c;
    background: white;
    height: 21px;
    line-height: 21px;
    margin: 0 !important;
    font-size: 14px;
}

.bulk-pricing-tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.bulk-pricing-table > thead > tr > th {
    background: #98b40c;
    color: #fff;
}

.bulk-pricing-table > thead > tr > th,
.bulk-pricing-table > tbody > tr > td {
    padding: 10px;
}

.bulk-pricing-table th + th {
    border-left: 1px solid #fff;
}

.bulk-pricing-table td + td {
    border-left: 1px solid #98b40c;
}

.bulk-pricing-table tr.even,
.bulk-pricing-table tr.alt,
.bulk-pricing-table tr:nth-of-type(even) {
    background: #efefef;
}

@media screen and (min-width: 768px) {
    .productGrid .product {
        margin-bottom: inherit;
    }

    .thumbnail-outer {
        width: 100%;
    }
}

.productGrid {
    margin-bottom: 0;
}

.productView-title,
.productView-brand,
.product-view-custom-name,
.product-view-custom-value,
.productView-price {
    color: #000;
}

    .productView-brand a {
        text-decoration: none;
    }

.productView-title {
    margin-top: 0.7rem;
}

.tab-title {
    color: #000;
}

.stjr-product-review-page-widget-header-container .stjr-product-review-page-widget-header__tabs {
    border-bottom: 1px #d8d8d8 solid;
}

@media screen and (min-width: 551px) and (max-width: 800px) {
    #product-view-breadcrumbs {
        margin-top: 50px;
    }

    .breadcrumbs {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 551px) {
    .breadcrumbs {
        padding: 0;
    }
}
@media screen and (max-width: 550px) {
    .breadcrumbs {
        display: block;
    }

    #product-view-breadcrumbs {
        margin-top: 20px;
    }

    .breadcrumbs {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 430px) and (max-width: 550px) {
    #product-view-breadcrumbs > ul > li {
        font-size: 15px;
    }
}

@media screen and (max-width: 429px) {
    #product-view-breadcrumbs > ul > li {
        font-size: 10px;
    }

    .breadcrumbs {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .body {
        margin-top: 125px !important;
    }
}

@media screen and (max-width: 767px) {
    .body {
        margin-top: 100px !important;
    }

    .productView-img-container {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-tab-title {
        display: block;
        font-size: 28px;
    }

    .remove-padding-on-mobile {
        padding-bottom: 0 !important;
    }
}

.stjr-product-review-page-widget.stjr-widget--mobile {
    padding: 10px 0;
}
.stjr-widget--mobile .stjr-product-review-page-widget-header-container {
    padding: 0;
}
/*
     FILE ARCHIVED ON 15:35:54 Mar 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:28:31 Jul 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.424
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.011
  esindex: 0.008
  cdx.remote: 1945.245
  LoadShardBlock: 374.91 (3)
  PetaboxLoader3.datanode: 134.505 (4)
  PetaboxLoader3.resolve: 304.088 (3)
  load_resource: 93.957
*/