/* carousel requires slick.css, slick-theme.css */

.gssb-card {
    position: relative;
    margin-bottom: 20px;
}

.gssb-card[aria-hidden="true"] {
    display: none;
}

.gssb-card[data-int-shipping="true"]::before {
    content: '';
    position: absolute;
    display: block;
    background: black url('/a/pgs/images/shipping--white.svg') center center no-repeat;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.gssb-card__hr {
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    display: none;
}

.gssb-card-content {
    padding: 20px 0 24px 0;
    background-color: #FFF;
}

.gssb-card-content__link-external-container {
    width: calc(100% - 18px);
}

.gssb-card-content__link-external {
    position: relative;
    color: #007FC3;
    font-family: 'Univers 55 Roman', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

.gssb-card-content__title {
    display: none;
}

.gssb-card-content {
    padding: 20px 0 24px 0;
    background-color: #FFF;
}

.gssb-card-content__link-external-container {
    width: calc(100% - 18px);
}

.gssb-card-content__link-external {
    position: relative;
    color: black;
    font-family: 'GS Sans Condensed';
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
}

.gssb-card-content__title {
    display: none;
}

@media all and (min-width: 768px) {
    .gssb-card-content__title {
        display: block;
    }
}

.gssb-card-content__owner  {
    margin-top: 20px;
    color: #171717;
    font-family: 'Basis Grotesque';
    font-size: 16px;
    line-height: 24px;
}

.gssb-card-content__owner b{
    font-weight: 500;
}

.gssb-card-content__type {
    margin-bottom: 8px;
    color: #999999;
    font-family: 'Basis Grotesque';
    font-style: normal;
    /*letter-spacing: 0.05em;*/
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    /*text-transform: uppercase;*/
}

.gssb-card-content-category {
    margin-bottom: 16px;
}

.gssb-card-content-category__link {
    color: black;
    font-family: 'Basis Grotesque';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

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

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

.gssb-card-content__link {
    color: black;
    font-family: 'Basis Grotesque';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: capitalize;
}

.gssb-card-content__link:hover {
    opacity: .7;
}

@media all and (max-width: 768px){
    .gssb-card-content__link {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

/* carousel */

.gssb-card-carousel {
    position: relative;
}

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

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

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

/* featured card */

.gssb-card--featured {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
}

.gssb-card--featured .gssb-card__img {
    width: 100%;
    height: auto;
}

.gssb-card--featured .gssb-card-content {
    position: relative;
    width: 86%;
    /*margin-bottom: -62px;*/
    padding: 28px 0px 0 0px;
    /*top: -62px;*/
    z-index: 2;
    background-color: #FFF;
}

.gssb-card--featured .gssb-card-content__link-external-container {
    width: calc(100% - 18px);
}

.gssb-card--featured .gssb-card-content__link-external-container:hover, .gssb-card-content__link-external-container .gssb-card-content__link-external:hover, .gssb-card-content-category__link:hover {
    opacity: .7;
    text-decoration: none;
}

.gssb-card--featured .gssb-card-content__link-external {
    position: relative;
    color: black;
    font-family: 'Basis Grotesque';
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
}

.gssb-card--featured .gssb-card-content__link-external::after {
    content: '';
    position: absolute;
    background: url('/a/pgs/images/arrow--up-right.svg') no-repeat;
    width: 16px;
    height: 16px;
    bottom: 2px;
    right: -28px;
}

.gssb-card--featured .gssb-card-content__title,
.gssb-card--featured .gssb-card-content__title h2 {
    color: #000;
    font-family: 'GS Sans Condensed';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 8px 0 18px 0;
}

.gssb-card--featured .gssb-card-content__owner  {
    color: #171717;
    font-family: 'Basis Grotesque';
    font-size: 14px;
    line-height: 18px;
}

.gssb-card--featured .gssb-card-content__owner b {
    font-weight: 500;
}

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

.gssb-card--featured .gssb-card-content__type {
    color: #999999;
    font-family: 'Basis Grotesque';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    font-style: italic;
}

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

.gssb-card--featured  .gssb-card-content-category {
    display: none;
}

.gssb-card--featured .gssb-card-content__link {
    display: block;
    width: fit-content;
    padding: 10px 12px;
    color: #FFF;
    font-family: 'Basis Grotesque';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    background-color: #000000;
    text-transform: capitalize;
}

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

    .gssb-card {
        width: calc(33% - 24px);
        margin-bottom: 40px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .gssb-card[data-int-shipping="true"]::before {
        width: 48px;
        height: 48px;
    }

    .gssb-card-content {
        position: relative;
        width: 90%;
        /*margin-bottom: -52px;*/
        padding: 24px 0px 0px 0px;
        /*top: -52px;*/
        z-index: 2;
    }

    .gssb-card-content__link-external {
        font-size: 40px;
        line-height: 40px;
    }

    .gssb-card-content__owner  {
        margin-top: 5px;
        font-size: 20px;
        line-height: 30px;
    }

    .gssb-card-content__owner b {
        font-weight: 500 !important;
    }

    .gssb-card-content__type {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 12px;
    }

    .gssb-card-content-category__link {
        font-size: 16px;
        line-height: 32px;
    }

    /* featured card */

    .gssb-card--featured:nth-child(even) {
         margin-left: 16px;
     }
    .gssb-card--featured:nth-child(odd) {
        margin-right: 16px;
    }
    .gssb-card--featured {
        width: calc(50% - 24px);
        margin-bottom: 40px;
        overflow: hidden;
    }

    .gssb-card--featured .gssb-card-content {
        width: 80%;
        /*margin-bottom: -124px;*/
        padding: 28px 0;
        /*top: -124px;*/
    }

    .gssb-card--featured .gssb-card-content__title,
    .gssb-card--featured .gssb-card-content__title h2{
        margin: 20px 0 12px 0;
        font-size: 40px;
        line-height: 40px;
    }

    .gssb-card--featured .gssb-card-content__owner  {
        font-size: 16px;
        line-height: 24px;
    }

    .gssb-card--featured .gssb-card-content__owner b {
        font-weight: 500 !important;
    }

    .gssb-card--featured .gssb-card-content__type {
        line-height: 24px;
        margin-bottom: 20px;
    }
}