/* Requires jquery, slick.min.js, slick.css, slick-theme.css */

/* detail header */

.gssb-detail-header {
    padding: 0 31px;
}

.gssb-detail-header__row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.gssb-detail-header__logo {
    width: 100px;
    height: auto;
}

/* gs share component styles */
.gssb-detail-header__row .share-services {
    display: none !important;
    top: 10px;
    right: 14px;
}

/* gs share component styles */
.gssb-detail-header__row .icon-share {
    width: 32px;
    height: 32px;
}

.share-services {
    display: none;
    position: absolute;
    right: 0;
    top: 2.8125rem;
    z-index: 10;
    overflow: hidden;
    min-width: 2.5rem;
    height: 44px;
    border-top: 0px;
    border-bottom: 0px;
    margin: -15px 0 0;
}
@media all and (min-width: 768px) {
    .share-services {
        display: block;
    }
    .gssb-detail-header {
        padding: 0 0px;
    }
}
.share-services button {
    position: absolute;
    border-radius: 3.125rem;
    border: 1px solid #B9B9B9;
    background-color: transparent;
    font-size: 1.125rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.1875rem;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 10;
    right: 0;
}

.share-services.expanded button {
    border: 1px solid #171717;
}


.share-services.expanded button.icon-share {
    display: none;
}

.share-services button.icon-share:hover {
    background: #171717;
    border: 0;
    cursor: pointer;
}

.share-services button:hover i {
    color: #FFFFFF;
}
.share-services button:focus {
    outline: none;
}
.share-services button.icon-share {
    color: #B9B9B9;
}
.share-services button.icon-share:before {
    position: relative;
    left: -.0625rem;
}
.share-services button.icon-close_large {
    color: #316BB6;
    font-size: 1.125rem;
    border: 0;
}
.share-services div.share-options a.icon-close_large:hover {
    color: #316BB6;
}
.share-services div.share-options {
    background: #171717;
    border-radius: 45px;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 0;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 100%;
}
.share-services.expanded div.share-options {
    width: 380px;
    padding-left: 10px;
    opacity: 1;
}
.share-services div.share-options a {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'UniversLTW01-57Condense 723821';
    text-transform: uppercase;
    -webkit-transition: color .5s;
    transition: color .5s;
    font-size: 18px;
}
.share-services div.share-options a.more {
    font-size: .875rem;
}
.share-services div.share-options a.more i {
    position: relative;
    top: -1px;
}
.share-services div.share-options i {
    line-height: 2.5rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-family: 'UniversLTW01-67BoldCn';
    font-style: normal;
    -webkit-transition: color .5s;
    transition: color .5s;
}
.gssb-detail-header__title {
    margin: 0 0 12px;
    color: #212121;
    font-family: 'GS Serif';
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-transform: none;
}

.gssb-detail-header-category {
    margin-bottom: 24px;
}

.gssb-detail-header-category__link {
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

.gssb-detail-header-category__link::after {
    content: ',';
}

.gssb-detail-header-category__link:last-child::after {
    content: '';
}

/* detail carousel */

.gssb-detail-carousel {
    position: relative;
    margin-bottom: 24px;
}

.gssb-detail__img {
    width: 100%;
    height: auto;
}

.gssb-detail-carousel__btn {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    top: calc(50% - 12px);
    background-color: transparent;
    border: 0;
    z-index: 2;

}

.gssb-detail-carousel__btn--prev {
    left: 20px;
    background: url('/a/pgs/images/chevron--left--white.svg') no-repeat;
}

.gssb-detail-carousel__btn--next {
    right: 20px;
    background: url('/a/pgs/images/chevron--right--white.svg') no-repeat;
}

.gssb-detail-carousel-nav-bar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.gssb-detail-carousel-nav-bar__indicator {
    color: #999999;
    font-family: 'Univers 55 Roman', sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-right: 12px;
}

.gssb-detail-carousel-nav-bar__btn {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    color: #FFF;
    font-family: 'Univers 55 Roman', sans-serif;
    font-size: 12px;
    line-height: 14px;
    background-color: transparent;
    border: 0;
    z-index: 2;

}

.gssb-detail-carousel-nav-bar__btn--prev {
    border-right: 1px solid #FFF;
}

/* detail feature */

.gssb-detail-feature {
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.gssb-detail-feature-img__container {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
}

.gssb-detail-feature-img__img {
    width: 80px;
    height: auto;
}

.gssb-detail-feature__container {
    padding-left: 14px;
}

.gssb-detail-feature__quote {
    color: #000;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}

.gssb-detail-feature__quote::before {
    content: 'â€œ';
    margin-left: -14px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}

.gssb-detail-feature__quote::after {
    content: 'â€';
    margin-right: -22px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}

.gssb-detail-feature__container h2 {
    color: #000;
    font-family: 'GS Serif';
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
}

.gssb-detail-feature__container h2::before {
    content: '“';
    margin-left: -14px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}

.gssb-detail-feature__container h2::after {
    content: '”';
    margin-right: -22px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
}

.gssb-detail-feature__owner {
    color: #000000;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
}

@media all and (max-width: 768px){
    .gssb-detail-feature__owner {
        font-size: 16px;
        line-height: 24px;
    }
}

.gssb-detail-feature__owner b{
    font-weight: 500;
}

.gssb-detail-feature__type {
    color: #999999;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

@media all and (max-width: 768px){
    .gssb-detail-feature__type {
        font-size: 16px;
        line-height: 24px;
    }
}

/* deatil section */

.gssb-detail-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 0px 64px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.gssb-detail-section-col:last-child {
    margin-bottom: 40px;
}

.gssb-detail-section__title {
    margin: 0 0 20px 0;
    color: black;
    font-family: 'GS Sans Condensed';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
}

@media all and (max-width: 768px){
    .gssb-detail-section__title {
        font-size: 32px;
        line-height: 32px;
    }
}

.gssb-detail-section__img {
    width: 100%;
    height: auto;
    /*margin: 0 -14px;*/
}

.gssb-detail-section__content h3 {
    margin: 0 0 16px 0;
    color: #000;
    font-family: 'GS Sans Condensed';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
}

@media all and (max-width: 768px){
    .gssb-detail-section__content h3 {
        font-size: 32px;
        line-height: 32px;
    }
}

.gssb-detail-section__content p {
    margin: 0 0 20px 0;
    color: #000;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

@media all and (max-width: 768px){
    .gssb-detail-section__content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.gssb-detail-section__content *:last-child {
    margin: 0;
}

.gssb-detail-section__content a {
    position: relative;
    margin: 0;
    color: white;
    background: black;
    font-weight: 500;
    padding: 10px 12px;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}

.gssb-detail-section__content a:hover {
    opacity: .7;
}

/*.gssb-detail-section__content a::after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*display: block;*/
    /*background: url('/a/pgs/images/arrow--up-right--blue.svg') no-repeat;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*bottom: 2px;*/
    /*right: -18px;*/
/*}*/

.gssb-detail-section-info {
    min-height: 338px;
    padding: 23px 28px;
    background-color: rgba(239, 241, 246, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gssb-detail-section-info__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 80px;
    margin: 0 0 auto 0;
}

.gssb-detail-section-info__body {
    margin: 0;
    color: #000;
    font-family: "GS Sans Condensed";
    font-size: 28px;
    line-height: 28px;
    /*letter-spacing: 0.05em;*/
    font-weight: 400;
    text-align: left;
}

@media all and (min-width: 768px) {
    .gssb-detail-section-info__body {
        text-align: left;
    }
}

.gssb-detail-section__link-external {
    position: relative;
    margin: 0;
    color: black;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-top: 42px;
}

.gssb-detail-section__link-external:hover {
    text-decoration: none;
    opacity: .7;
}

.gssb-detail-section-info__shipping {
    position: relative;
    display: flex;
    margin-top: 16px;
    /*padding-left: 38px;*/
    display: none;
    color: #000;
    font-family: 'Univers 55 Roman', sans-serif;
    font-size: 12px;
    line-height: 26px;
}

@media all and (max-width: 768px) {
    .gssb-detail-section__link-external {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }
}


.gssb-detail-section__link-external::after {
    content: '';
    position: absolute;
    display: block;
    background: url('/a/pgs/images/arrow--up-right.svg') no-repeat;
    width: 16px;
    height: 16px;
    bottom: 3px;
    left: 70px;
}

/* detail footer */

.gssb-detail-footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /*margin-bottom: 60px;*/
    padding: 16px 0;
}

.gssb-detail-footer__link {
    margin-bottom: 16px;
    color: black;
    font-family: 'Basis Grotesque';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    position: relative;
    display: none !important;
    align-items: center;
}

.gssb-detail-footer__link::after {
    content: '';
    display: block;
    width: 36px;
    height: 30px;
    margin-left: 8px;
    background: url('/a/pgs/images/undo.svg') no-repeat;
}

.gssb-detail-footer__link-external {
    position: relative;
    width: fit-content;
    margin: 0 0 0 -30px;
    color: black;
    font-family: 'Basis Grotesque';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /*letter-spacing: 1px;*/
    text-decoration: none;
    text-transform: none;
}

.gssb-detail-footer__link-external:hover, .gssb-detail-footer__link:hover {
    opacity: .7;
}

.gssb-detail-footer__link-external::after {
    content: '';
    position: absolute;
    display: block;
    background: url('/a/pgs/images/arrow--up-right.svg') no-repeat;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: -30px;
}

@media screen and (min-width: 768px) {

    .gssb-detail-carousel {
        margin-bottom: 80px;
    }

    .gssb-detail-header__row {
        margin-bottom: 64px;
    }

    .gssb-detail-header__logo {
        width: 140px;
    }

    /* gs share component styles */
    .gssb-detail-header__row .icon-share {
        width: 40px;
        height: 40px;
    }

    .gssb-detail-header__title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    .gssb-detail-header-category {
        margin-bottom: 40px;
    }

    .gssb-detail-header-category__link {
        font-size: 20px;
        line-height: 30px;
    }

    /* detail feature */

    .gssb-detail-feature {
        flex-direction: row;
        padding-bottom: 80px;
    }

    .gssb-detail-feature-img__container {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px;
        margin: 0 95px 0 0;
    }

    .gssb-detail-feature-img__img {
        width: 100px;
        height: auto;
    }

    .gssb-detail-feature__container {
        margin-right: 45px;
        padding-left: 22px;
    }

    .gssb-detail-feature__container h2,
    .gssb-detail-feature__container h2::before,
    .gssb-detail-feature__container h2::after {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 32px;
    }

    .gssb-detail-feature__container h2::before {
        margin-left: -22px;
    }

    /* detail footer */

    .gssb-detail-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /*margin-bottom: 120px;*/
        padding: 32px 0;
    }

    .gssb-detail-footer__link {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .gssb-detail-footer__link::after {
        content: '';
        display: block;
        width: 36px;
        height: 30px;
        margin-left: 8px;
        background: url('/a/pgs/images/undo.svg') no-repeat;
    }

    .gssb-detail-footer__link-external {
        margin: 0;
    }

}

@media screen and (min-width: 992px) {

    /* detail section  */

    .gssb-detail-section {
        flex-direction: row;
        justify-content: space-between;
        padding: 80px 0;
    }

    .gssb-detail-section-col:last-child {
        margin-bottom: 0;
    }

    .gssb-detail-section__img {
        width: 384px;
        margin: 0;
    }

    .gssb-detail-section-col:first-child {
        margin-right: 64px;
    }

    .gssb-detail-section-info {
        width: 284px;
        min-height: 284px;
        margin: 0;
    }

}