/** Shopify CDN: Minification failed

Line 1347:0 Unexpected "}"

**/
#tabs-information {
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    width: 100%;
}

section.product-tabs{
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    width: 100%;
}

#tabs-information .nav-tabs {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 0 ;

}
@media (min-width: 768px) {
  #tabs-information .nav-tabs {
    padding: 0 8%;
  }
}
#tabs-information div#reviews1 {
    padding-top: 50px;
}

[class*="template-product"] {
  &:has(.sticky-a-bar-hidden) {
    .product-tabs--sticky {
      @media screen and (min-width: 768px) {
        top: 0;
      }
    }
  }
  &:not(:has(.sticky-a-bar-hidden)) {
    .product-tabs--sticky {
      top: 50px;

      @media screen and (min-width: 768px) {
        top: 84px;
      }
    }
  }

}

.nav>li {
    position: relative;
    display: block;
    /* padding: 0 10px; */
    padding:0;
}

#tabs-information .nav-tabs li.active>a {
    border: 0;
    border-bottom: 5px solid rgba(var(--color-foreground),0.1);
}

#tabs-information .nav-tabs>li>a {
    font-size: 20px;
    font-family: var(--font-heading-family);
    color: rgb(var(--color-foreground));
    text-decoration: none;
    line-height: 38px;
    /* position: relative;
    display: block;
    padding: 10px 15px; */
} 

#tabs-information .nav-tabs>li:hover>a{
    /* border-bottom: 1px solid #ddd; */
}

.product-features{
    padding: 50px 0;
    width: 90%;
    margin: 0px auto;
    min-height: 160px;
    max-width:1720px;
}

.product-features .product-features-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.product-features .product-features-wrapper .product-feature {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-width: 150px;
    flex: 0 0 205px;
}

.product-features .product-features-wrapper .product-feature img {
    width: 64px;
    padding: 5px;
}

.product-features .product-features-wrapper .feature-description {
    padding: 0 10px;
    line-height: 1.3;
}

.product-features .product-features-wrapper .feature-description strong {
    display: block;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--font-heading-family);
    white-space: nowrap;
}

.product-features .product-features-wrapper .feature-description span {
    display: block;
    font-size: 16px;
    font-family: var(--font-body-family);
    white-space: nowrap;
    text-align: left;
}

.metafields-first-section {
    max-width: 1920px;
    margin: auto;
    width: 87.5%;
}

.metafields-first-section .row,
.full-width-row .container .row,
.row.upliftv2-section{
        display: flex;
        padding: 20px 0;
}

.metafields-first-section .row .col-sm-6, 
.full-width-row .container .row .col-sm-6,
.row.upliftv2-section .col-sm-6,
.row .col-sm-6
{
    width:50%;
    padding: 10px;
    max-width:100%;
}

.metafields-first-section .col-sm-6 img.full-width.fr-fic.fr-dii {
    max-width: fit-content;
}

.full-width-row {
    background: #fffbed;
}


.full-width-row .container {
    width: 73%;
}

.full-width-row .col-sm-6.lifting-sys p{
    margin-bottom: 10px;
}
.full-width-row .col-sm-6.lifting-sys p:last-child{
    margin-bottom: 0px;
}
.row.upliftv2-section {
    padding: 20px 0;
}
.full-width-row .container .row .col-sm-12.text-center .functions {
    line-height: 1.3;
    font-weight: 900;
}

.full-width-row .container .row .col-sm-12.text-center .functions .itm span{
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 700;
    font-family: var(--font-heading-family);
    letter-spacing: 0;
}
    

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a{
    color: #243349;
}

.upliftv2 ul{
    list-style-type: none;
    padding: 0;
}
.downloads-section-wrapper h3,
.specifications-section-wrapper h3,
.shipping-faq h3,
.shipping-policy h3,
.faq-wrapper h3,
.warranty-section-wrapper .block1 div h3,
.assembly-section-wrapper h3{
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .product-specifications-tab {
        width: 87%;
        margin: 0 auto;
        max-width: 1920px;
    }
}

.product-specifications-tab .specifications-section-wrapper h4 {
    font-weight: 600;
    font-size: 1.25em;
    margin: 15px 0;
}
/* 
.downloads-section-wrapper .downloads{
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
} */


.product-specifications-tab .downloads-section-wrapper .downloads div p {
    /* display: inline-block; */
    font-weight: 600;
    margin:0;
    line-height: 1;
}
.specifications-size-photos {
    max-width: 95%;
    margin: auto;
  }
.specifications-size-photos img {
    display: flex;
    margin: 20px auto;
    height: auto;   
}

.desk-top-specifications-section{
    display: flex;
    flex-direction: initial;
    padding: 30px 0;
}

.desk-top-specifications-section .color-schemes,
.desk-top-specifications-section .desk-top-specs{
    width: 100%;
}

.desk-top-specifications-section .color-schemes{
    display: flex;
    height: fit-content;
    align-self: center;
    justify-content: center;
}



.desk-top-specifications-section .desk-top-specs{
    margin-left: 10px;
    max-width: 550px;
}

.desk-top-specifications-section.arrive .desk-top-specs{
    margin-left: 0;
    margin-right: 10px;
    max-width: 550px;
    min-width: 300px;
}

.desk-top-specifications-section.arrive .desk-top-specs table{
    width: 100%;
}

.desk-top-specifications-section.arrive .img-section{
    width: 100%;
    padding: 20px;
    display: flex;
    height: fit-content;
    align-self: center;
    justify-content: center;
}

.desk-top-specifications-section.arrive .img-section img{
   max-width: 580px;
}

.desk-top-specifications-section .desk-top-specs table tr th{
    width:150px;
    padding: 1em 0 1em 10px!important;
}

.desk-top-specifications-section .color-schemes img{
    height: auto;
    width: 100%;
    max-width: 850px;
    justify-content: center;
}
.shipping-policy p,
.shipping-faq .panel,
.faq-question .panel{
    padding-left: 20px;
}

.shipping-faq .panel p{
    font-size: 16px;
    margin:0;
}
#reviews1 {
    padding-top: 50px;

}
@media (min-width: 768px) {
  .product-specifications-tab {
    width: 87%;
    margin: 0 auto;
    max-width: 1920px;
  }
}
/* .metafields-first-section .row .col-sm-6 h2{
    margin-top:0;
} */

.col-sm-6 .four-images-section{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.four-images-section .item {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 20px 10px 0 10px;
    max-width: 250px;
    width: calc(50% - 20px);
    height: 145px;
    justify-content: flex-start;
    position: relative;
    line-height: 1.1;
}

.four-images-section .item img {
    max-height:80px;
    width:auto!important;
}
.four-images-section .item p {
    font-size: 16px;
    text-align: center;
    margin-top:20px!important;
    margin-bottom:0px!important;
}

.metafields-first-section + .full-width-row .row .col-sm-6:first-child {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin:auto
}

/* .four-images-section .item p {
    text-align: center;
    letter-spacing: -.5px !important;
    font-size: 17px!important;
    margin-top:20px!important;
    margin-bottom:0!important;
} */

.four-images-section .item br{
    display:none;
}

.product-tabs__wrapper .col-sm-6 .four-images-section img {


    /* display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 20px 10px 0;
    max-width: 250px;
    width: calc(50% - 20px);
    height: 230px;
    justify-content: space-between;
    position: relative; */
}



.product-tabs__wrapper .col-sm-6 img {
    width: 100%!important;
    height: auto;
}

.product-recommendations.page-width{
    width: 95vw;
    padding: 0;
    margin: 0 auto;
}



.product-template-content-wrap #tabs-information .h2, .product-template-content-wrap #tabs-information h2 {
    font-family: var(--font-heading-family)!important;
}

.desky-product-description .row .h2, .desky-product-description .row h2 {
    font-size: 24px;
    font-weight: 800;
    text-transform: initial;
    margin-top: 0;
}


.text-center {
    text-align: center;
}

.desky-product-tab .controller {
    padding-top: 25px;
    width: 100%;
    max-width: 600px;
}

.desky-product-tab .functions {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 30px 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.desky-product-tab .functions .itm {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    max-width: 120px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.desky-product-tab .functions .itm img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}

.desky-product-description .row {
    padding: 20px 0;
    display: flex;
    max-width:100%;

}
@media(min-width: 768px) {
    .desky-product-description .row {
        width:87.5%;
        margin:0 auto;
    }
}

.info-part {
    position: relative;
    max-width: 890px;
    margin: auto;
    width: 101%;
}

.info-part .image-container {
    position: absolute;
    border-radius: 0 50% 50% 0;
    background: #fffbed;
}

.info-part .image-container img{
    width: 150px;
}

.info-part .content-container {
    padding: 20px 15px 20px 70px;
    margin-left: 93px;
    border: 5px solid #232f4e;
    min-height: 133px;
}

.info-part .content-container .title {
    margin: 0 0 0 10px;
    font-family: var(--font-heading-family);
    font-size: 24px;
}

.tab-pane.active{
    display:block;
}

.desky-product-tab.desky-product-description .container {
    margin: 0 auto;
    padding: 0;
    width: 87.5%;
}


.desky-product-tab.desky-product-description .container .row img.chair-chart {
    height: auto;
    width: 100%;
    min-width: 100%;
}

.tab-pane{
    display:none;
}
/* select.dd_1343537_593211 */
.card__inner{
    height: 285px;
 
}

.product-recommendations.page-width .product-recommendations__heading{
    margin-left: 5%;
}
@media (min-width: 768px) {
    .product-faq-tab {
        max-width: 1920px;
        margin: 0 auto;
        width: 87.5%;
    }
}
.product-recommendations__heading,
.product-faq-tab h3 {
    font-weight: 900;
    line-height:24px;
    font-size: 20px;
}
.product-warranty-tab {
    max-width: 1920px;
    margin: 0 auto;
    width: 87.5%;
}

.product-warranty-tab h3 {
    font-weight: 900;
    font-size: 20px;
    line-height:24px;
    text-transform: uppercase;
    font-family: var(--font-body-family);
}

.shipping-faq h4,
.faq-wrapper .faq-section .h4,
.faq-wrapper .faq-section h4 {
    background-color: #fafafa;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height:24px;
    font-weight: 700;
}


.bold_option_element select{
    color: rgba(var(--color-foreground),.75);
}

.bold_option_element select{
    cursor: pointer;
    padding: 0 4rem 0 1.5rem;
    font-family: var(--font-body-family);
    font-size: 1.2rem;
    border: 1px;
    box-shadow: 0 0 0 .1rem rgba(var(--color-foreground),.55);
    height: 4.5rem;
}
.product-shipping-tab .h3,
 .product-shipping-tab h3,
.product-specifications-tab h3 {
    /* font-weight: 600;
    font-size: 1.56em;
    text-transform: uppercase; */
}



.downloads-section-wrapper h3, 
.assembly-section-wrapper h3 {
    text-align: center;
    margin-bottom: 1em;
}

.product-specifications-tab .downloads-section-wrapper .downloads {
    display: flex;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
}


.row.upliftv2-section .col-sm-6.upliftv2 a.btn.spec-dwnld.text-center{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    display: inline-block;
    text-decoration: none!important;
    cursor: pointer;
    background-color: rgb(var(--color-foreground));
    color: #fff;
    font-family: var(--font-body-family);
    text-transform: uppercase;
    margin-bottom: 2em;
}

.row.upliftv2-section .col-sm-6.upliftv2 a.btn.spec-dwnld.text-center:hover{
    background-color:#fff ;
    color: #222;
}

.stamped-tab-container,
.stamped-tab-container ul.stamped-tabs {
    height: fit-content !important;
    max-height: unset !important;
}



.stamped-tab-container ul.stamped-tabs li {
    font-size: 24px!important;
}


.product-specifications-tab .downloads-section-wrapper {
    margin-top: 30px;
    text-align: center;
}

.downloads-section-wrapper h3 {
    margin: 0 0 17.5px;
}

.product-specifications-tab .downloads-section-wrapper .downloads div p a{
    text-decoration: none;
    color: #243349;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    font-size: 16px;
    font-family: var(--font-body-family);
}

.product-specifications-tab .downloads-section-wrapper .downloads div img {
    padding: 0;
}

.assembly-section-wrapper .iframe-wrapper {
    max-width: 500px;
    margin: auto;
    margin-bottom: 3em;
    width: 100%;
    min-height:250px;
}
@media (max-width:768px){
    .assembly-section-wrapper .iframe-wrapper {
        min-height:200px;
    }
    #tabs-information .nav-tabs {
        margin-top: 0px;
        
    }
    .product-features{
    padding: 0px 
    }
    .metafields-first-section .row {
        padding: 0;
    }
}
.lifting-power{
    display: flex;
}

.lifting-power .lifting{
    width: 49%;
    margin-right: 1%;
}

.lifting-power .power{
    width: 49%;
    margin-left: 1%;
}
.delivery-table table,
.shipping-table table,
.desk-top-specs table,
.lifting-power .power table,
.lifting-power .lifting table { 
    box-shadow: none;
    text-align: left;
}

.delivery-table table tbody tr:nth-child(2n+1),
.desk-top-specs table tbody tr:nth-child(2n+1),
.lifting-power .power table tbody tr:nth-child(2n+1),
.lifting-power .lifting table tbody tr:nth-child(2n+1){
   background: #f6f6f6;
}

.delivery-table table tbody tr td,
.delivery-table table tbody tr th,
.shipping-table table tbody tr td,
.shipping-table table tbody tr th,
.desk-top-specs table tbody tr td,
.desk-top-specs table tbody tr th,
.lifting-power .power table tbody tr td,
.lifting-power .lifting table tbody tr td,
.lifting-power .power table tbody tr th,
.lifting-power .lifting table tbody tr th{
    border: none;
}

.shipping-section {
    padding: 25px 0;
}

.shipping-section .shipping-section-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.shipping-section .shipping-section-wrapper .shipping-info {
    flex: 1 1 20%;
    width: 20%;
    min-width: 320px;
    padding: 5px 10px;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table {
    margin-bottom: 25px;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table {
    border: 0;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:first-child td:first-child {
    background: #9adaf5;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:nth-child(2) td:first-child {
    background: #98d08f;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:nth-child(3) td:first-child {
    background: #FEDF95;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:nth-child(4) td:first-child {
    background: #f496a4;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:nth-child(5) td:first-child {
    background: #CCADD0;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}

.shipping-section .shipping-section-wrapper .shipping-info .shipping-table table tr:nth-child(6) td:first-child {
    background: #dce0e3;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}


.shipping-section .shipping-section-wrapper .shipping-map {
    flex: 1 1 30%;
    width: 30%;
    padding: 5px 10px;
    margin-bottom: 25px;
    min-width: 250px;
}

.shipping-section .shipping-section-wrapper .delivery-costs {
    flex: 1 1 35%;
    width: 35%;
    padding: 0 0 5px 25px;
    margin-bottom: 25px;
}

.shipping-section .shipping-section-wrapper .delivery-costs .delivery-table table tr td:first-child {
    font-weight: 700;
}

.delivery-table table{
    width: 100%;
    color: #243349;
    font-size: 16px;
    font-family: var(--font-body-family);
}

.shipping-section .shipping-section-wrapper .additional-info {
    padding: 15px;
    margin-top: 25px;
    background: #eff7fc;
}

.shipping-section .shipping-section-wrapper .additional-info p { 
    margin: 0;
    font-size: 14px;
}

.stamped-content .stamped-tab-container ul.stamped-tabs li.active {
    padding: 5px 10px!important;
}



.bold_option_value_swatch {
    width: 48px!important;
    height: 48px!important;
}

.shipping-table table tbody tr td{
    line-height: 1.2;
}

.partners{
    line-height: 1.5;
}

.product-specifications-tab .downloads-section-wrapper .downloads div {
    padding: 5px;
    width: 25%;
    min-width: 125px;
}

.specifications-section-wrapper th{
    font-family: var(--font-heading-family) !important;
    font-weight: 700;
    padding: 8px 15px !important;
}

.desky-product-description .row li, .desky-product-description .row p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    min-height: 2.5em;
    margin-top: auto;
}


.shipping-map img{ 
    height: auto;
    max-width: 100%;
}


.shipping-section .shipping-section-wrapper .delivery-costs .delivery-table table tr td {
    padding: 5px 15px;
    border: 0;
    text-align: left;
}

.supports-fontface.share-buttons {
    /* padding: 15px; */
    margin: 30px  auto;
    max-width: 520px;
}
@media (max-width: 768px){
    .supports-fontface.share-buttons {
        margin: 20px auto;
    }
}

.desky-social-sharing {
    display: flex;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
    border-right: 0;
    max-width: 310px;
}

.desky-social-sharing a {
    box-sizing: border-box;
    color: #7c7c7c;
    font-size: 1.375rem;
    border: 1px solid #d5d5d5;
    width: 33%;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    vertical-align: top;
    text-decoration: none;
}

.desky-social-sharing a.share-facebook, .desky-social-sharing a.share-twitter {
    border-right: 0;
}

.supports-fontface.share-buttons .desky-social-sharing.is-clean svg{
    width: 14px;
}

main#MainContent {
    /*overflow: hidden; */
}

.stamped-badge span.stamped-badge-caption {
    text-decoration: none;
    color: #253649;
    font-size: 12px;
    line-height: 18px;
}

.product-tabs__wrapper #tabs-information.col-md-12.tabs-information__content {
    width: 100%;
}

.supports-fontface.share-buttons.social__share-mobile{
    display: none;
}
.supports-fontface.share-buttons.social__share-desktop{
    display: block;
}

.product-info__inner-wrapper .price dl{
    margin-left: 0;
}

@media (min-width: 768px){
    .col-sm-12 {
        width: 100%;
    }
}
@media(min-width: 768px) {
    .desky-product-description .row.upliftv2-section {
        width:87.5%;
        margin: 0 auto;
    }
}
@media (max-width: 767px){

.product-features .product-features-wrapper .product-feature,
.desky-product-description>.row,
.metafields-first-section .row,
.full-width-row .container .row,
.row.upliftv2-section{
    flex-direction: column;
}

/* .metafields-first-section .row{
    flex-direction: column-reverse;
} */

.metafields-first-section .row .col-sm-6, 
.full-width-row .container .row .col-sm-6,
.row.upliftv2-section .col-sm-6{
    width:100%;
}

#tabs-information {
  width: 100%;

  @media screen and (min-width: 768px) {
    width: 95%;
  }
}

.product-features,
.desky-product-tab.desky-product-description>.row .col-sm-6{
    width:100%;
}

.product-features .product-features-wrapper{
    justify-content: space-between;
}

.product-features .product-features-wrapper .product-feature{
    margin: 0 auto 10px auto;
    min-width: 130px;
    flex: 0 0 130px;
}

.product-features .product-features-wrapper .feature-description,
.product-features .product-features-wrapper .feature-description span{
    text-align: center;
}
}

@media (max-width: 1000px){
    .desk-top-specifications-section {
        flex-direction: column;
        align-items: center;
    }
    .desk-top-specifications-section .color-schemes, .desk-top-specifications-section .desk-top-specs {
        width: 100%;
    }
    .desk-top-specifications-section.arrive .desk-top-specs,
    .desk-top-specifications-section .desk-top-specs {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .desk-top-specifications-section .desk-top-specs > img ,
    .desk-top-specifications-section .desk-top-specs > table{
        width: 100% !important;
    }

    .desk-top-specifications-section.arrive {
        flex-direction: column-reverse;
        align-items: center;
    }

    .desk-top-specifications-section.arrive .img-section{
       justify-content: center;
    }
    .desk-top-specifications-section .color-schemes {
        padding: 20px 0;
    }
}


@media (max-width: 749px){


    variant-selects.no-js-hidden,
    .bold_options.bold_options_loaded .bold_option_set{
        max-width: 500px;
    }
    .mobile-buttons__custom-width{
        width: 100%;
    }

    .quantity-button__wrapper{
        width: 100%;
        max-width: 100%;
    }

    .quantity-button__wrapper,
    .bold_options.bold_options_loaded .bold_option_set,
    .stamped-product-reviews-badge.stamped-main-badge span,
    variant-selects.no-js-hidden{
        margin: 0 auto;
    }

    .team-buy,
    .preorder-text,
    .product-info__inner-wrapper{
        align-items: flex-start;
        max-width: 520px;
        margin: auto;
    }
    .preorder-text {
        margin-top: 15px;
        margin-bottom:20px;
    }

    

    .supports-fontface.share-buttons.social__share-mobile{
        display: block;
    }

    .supports-fontface.share-buttons.social__share-desktop{
        display: none;
    }

    .metafields-first-section .row .col-sm-6, 
    .full-width-row .container .row .col-sm-6,
    .row.upliftv2-section .col-sm-6,
    .row .col-sm-6
    {
        padding: 10px 0 10px;
        padding-bottom: 0px;
    }

    .metafields-first-section .row .col-sm-6 {
        padding-top:0;
    }

    .row.upliftv2-section .col-sm-6,
    .desky-product-tab .controller
    {
        padding-top: 0px
    }

    .row.upliftv2-section,
    .row.upliftv2-section.section-fifth {
        padding-bottom: 0px;
    }
    .desky-product-tab .functions {
        padding: 0;
    }

    .stamped-header,
    .stamped-container {
        margin-top: 0;
    }

    .bottom-section .support-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bottom-section .support-wrapper .items .itm {
        padding: 10px 20px;
    }
    
}

@media (max-width: 685px){
    .partners img{
        width: 24%;
        height: auto;
    }
    .shipping-section .shipping-section-wrapper .shipping-map {
        display: flex;
        justify-content: center;
    }

    .row.upliftv2-section,
    .row.upliftv2-section.section-fifth {
        padding-bottom: 0px;
    }
    .desky-product-tab .functions {
        padding: 0;
    }
}

@media (max-width: 600px){
    #tabs-information .nav-tabs {
        flex-flow: column nowrap;
    }

    #tabs-information ul.nav li {
        width: 100%;
        padding: 0; 
    }

    #tabs-information .nav-tabs li.active>a {
        background-color: rgba(var(--color-foreground),0.1);
        width: 100%;
        display: flex;
    }

    #tabs-information {
       width: 100%;
    }

    #tabs-information .nav-tabs>li>a {
        padding-left: 20px;
    }

    .desk-top-specifications-section {
        flex-direction: column;
        align-items: center;
    }

    .desk-top-specifications-section .color-schemes, .desk-top-specifications-section .desk-top-specs {
        width: 95%;
    }
    .desk-top-specifications-section .desk-top-specs > img,
    .desk-top-specifications-section .desk-top-specs > table {
        width: 100% !important;
    }
    

    .desk-top-specifications-section .desk-top-specs > img,
    .desk-top-specifications-section .desk-top-specs > table {
        width: 100% !important;
    }



    ul.nav.nav-tabs li{
        border-bottom: 1px solid #efefef;
    }

    #tabs-information .nav-tabs li.active>a {
        border-bottom: 5px solid rgba(var(--color-foreground),0.1);
    }

    .lifting-power{
        flex-direction: column;
    }

    .lifting-power .lifting,
    .lifting-power .power {
        width: 100%;
        margin: 0;
    }

    .assembly-section-wrapper .iframe-wrapper iframe{
        width: 90vw;
    }

    .product-specifications-tab .downloads-section-wrapper .downloads {
        width: 100%;
    }

    .product-specifications-tab .downloads-section-wrapper .downloads div {
        width: unset;
        min-width: unset;
    }

    .product-specifications-tab .downloads-section-wrapper .downloads div p {
        word-spacing: 600px;
    }

    .product-specifications-tab .downloads-section-wrapper .downloads div p a {
        font-size: 14px;
    }

    .row.upliftv2-section,
    .row.upliftv2-section.section-fifth {
        padding-bottom: 0px;
    }

    .desky-product-tab .functions {
        padding: 0;
    }
}

.stamped-questions-placeholder {
    padding: 30px 0;
    margin-top: 30px;
    border-block: 1px solid #f6f6f6;

}

@media (max-width: 500px){

    .info-part .content-container .title {
        margin: 19px 0 0 0;
    }

    .info-part .image-container img{
        width:100px
    }
    
    .info-part .image-container {
        position: absolute;
        border-radius: 38% 100%;
        background: #fffbed;
        top: -62px;
        left: 0;
    }

    .info-part .content-container {
        padding: 10px;
        margin-left: 0;
    }
     .shipping-section .shipping-section-wrapper .delivery-costs {
        padding: 0;
    }

    .product-grid .grid__item{
        min-width: 233px ;
    }

    .grid.product-grid.grid--quarter-max{
        justify-content: center;
    }
    
    .assembly-section-wrapper .iframe-wrapper iframe{
        height: 200px;
    }

    .four-images-section .item p {
        font-size: 14px;
    }

    .metafields-first-section .row .col-sm-6, 
    .full-width-row .container .row .col-sm-6,
    .row.upliftv2-section .col-sm-6,
    .row .col-sm-6
    {
        padding: 10px 0;
        padding-bottom: 0px;
    }

    .row.upliftv2-section .col-sm-6
    {
        padding-top: 0px
    }

    .four-images-section .item{
            margin: 0 10px;
    }
    /* .product-tabs__wrapper .col-sm-6 .four-images-section img{
        margin: 0 10px;
    } */
    }

    .col-sm-6.upliftv2 {
        padding-top: 10px;
    }

    .row.upliftv2-section,
    .row.upliftv2-section.section-fifth  {
        padding-bottom: 0px;
    }

    .desky-product-tab .functions {
        padding: 0;
    }
}

@media (max-width: 480px){
    .shipping-section .shipping-section-wrapper .delivery-costs {
        min-width: 0;
    }
}


@media (max-width: 350px){
    .shipping-section .shipping-section-wrapper .delivery-costs {
        min-width: 0;
    }
}

p.stamped-review-content-body {
    font-family: var(--font-body-family);
}


@media (max-width:768px){
    .full-width-row {
        padding-left: 18%;
        padding-right: 18%;
    }
    .desky-product-tab.desky-product-description .full-width-row {
        padding-left: 16px;
        padding-right: 16px;
    }
    .col-sm-6.upliftv2 h2 {
        margin-top: 20px;
    }
}
  .full-width-row .container {
    margin: auto !important;
    max-width: 1920px;
  }

.shipping-table table td {
    border: 0;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid white;
    text-align:left;
}


.delivery-partners .partners  img {
    margin: 3px;
    height: 36px;
    width: auto;     
}
body img {
    max-width: 100%;
    border: 0;
}
.delivery-partners h3 {
    margin-bottom:0.5em;
    margin-top:1.5em;
}
.delivery-partners p {
    margin:0;
    margin-bottom:0.5em;
}

.delivery-partners .partners {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 300px;
}

.iframe-wrapper.overview-video {
    margin-bottom:1em;
}
@media (min-width:768px){
 .iframe-wrapper.overview-video {
    display: none;
    
}   
    
}

[alt="Desky ergonomic chair comparison"] {
  margin: auto;
  max-width: 1200px;
  width:100%;
}
.template-product #reviews1 {
    margin-bottom: 100px;
}

.desky-product-description .hardwood-desks-image {
    max-width: 540px;
    margin: auto;
  }

  .template-product .grid__item.product__media-wrapper {
    position: relative;
    padding:0;
  }
  
  [class*="template-product"] .product__media-wrapper .card__badge {
    z-index: 2;
    right:10px
  }
  
  [class*="template-product"] .card__badge span {
    background: #d10100;
    color: white;
    border: 0;
    font-weight: 700;
    
  }

.product-specifications-tab .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    max-width:1200px;
    margin:auto;
}

@media (max-width:768px) {
    .product-specifications-tab .row .col-sm-6 {
        width: 100%;
    }
    
}

.desky-product-tab .media-mobile{
  @media screen and (min-width: 769px) {
    display: none;
  }
}

.desky-product-tab .media-desktop{
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.trustedByBrands {
  font-size: 30px;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  margin-top: 10px;
  padding-bottom: 20px;
  
  @media screen and (min-width: 768px) {
    padding-bottom: 50px;
    margin-top: 30px;
  }

  .trustedByBrands__title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;

    @media screen and (min-width: 768px) {
      font-weight: 800;
      font-size: 26px;
      margin-top: 80px;
    }
  }

  .trustedByBrands__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;

    @media screen and (min-width: 1500px) {
      gap: 80px;
    }
  
    .trustedByBrands__logo {
      width: 100%;
      max-width: 260px;
      fill: #243349;
      flex: 35%;

      @media screen and (min-width: 945px) {
        flex:1;
      }

      path {
        &:nth-child(1),
        &:nth-child(2),
        &:nth-child(4) {
          fill: #243349;
        }
      }
    }
  }
}

.desk-accessories-section:has(.trustedByBrands) {
  background-color: #f0f0f0;

  .section-main-wrapper {
    padding-bottom: 0;
  }
}

