/* =========================================================
   BBSR SERVICES
   STOCKIST BUSINESS
   PROFESSIONAL NAVY / TEAL / GOLD DESIGN
========================================================= */

.stockist-page {
    width: 100%;
    padding: 30px 0 60px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.stockist-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.stockist-hero {
    position: relative;
    overflow: hidden;

    margin-bottom: 45px;
    padding: 60px 48px;

    background:
        linear-gradient(
            130deg,
            #123b43 0%,
            #195963 55%,
            #0d3036 100%
        );

    border-radius: 15px;

    box-shadow:
        0 18px 45px rgba(18,59,67,.20);
}

.stockist-hero-circle {
    position: absolute;

    width: 480px;
    height: 480px;

    right: -220px;
    top: -285px;

    border: 70px solid rgba(255,255,255,.045);

    border-radius: 50%;
}

.stockist-hero-line {
    position: absolute;

    width: 400px;
    height: 1px;

    right: -90px;
    bottom: 70px;

    background: rgba(255,255,255,.09);

    transform: rotate(-26deg);
}

.stockist-hero-content {
    position: relative;
    z-index: 2;

    max-width: 920px;
}

.stockist-kicker {
    display: inline-block;

    margin-bottom: 17px;
    padding: 8px 15px;

    border: 1px solid rgba(255,255,255,.23);
    border-radius: 30px;

    background: rgba(255,255,255,.07);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.stockist-hero h1 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
}

.stockist-hero-lead {
    max-width: 900px;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 17px;
    line-height: 30px;
}

.stockist-hero-description {
    max-width: 880px;

    margin: 0;

    color: rgba(255,255,255,.83);

    font-size: 14px;
    line-height: 27px;
}


/* =========================================================
   BUTTONS
========================================================= */

.stockist-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 25px;
}

.stockist-btn {
    display: inline-block;

    padding: 12px 21px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .25s ease;
}

.stockist-btn i {
    margin-right: 6px;
}

.stockist-btn-primary {
    background: #d09a4a;
    color: #ffffff !important;

    box-shadow:
        0 6px 15px rgba(208,154,74,.20);
}

.stockist-btn-primary:hover {
    background: #b77d30;
    color: #ffffff !important;

    transform: translateY(-2px);
}

.stockist-btn-light {
    background: #ffffff;
    color: #123b43 !important;
}

.stockist-btn-light:hover {
    background: #edf4f4;
    color: #123b43 !important;

    transform: translateY(-2px);
}

.stockist-btn-outline {
    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.28);

    color: #ffffff !important;
}

.stockist-btn-outline:hover {
    background: rgba(255,255,255,.14);
    color: #ffffff !important;

    transform: translateY(-2px);
}

.stockist-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.stockist-btn-whatsapp:hover {
    background: #1da955;
    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   SECTION
========================================================= */

.stockist-section {
    margin-bottom: 47px;
}

.stockist-section h2 {
    position: relative;

    margin: 0 0 18px;
    padding-bottom: 12px;

    color: #123b43;

    font-size: 28px;
    line-height: 36px;
    font-weight: 650;

    border-bottom: 1px solid #dfe8e9;
}

.stockist-section h2:after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 75px;
    height: 3px;

    background: #d09a4a;

    border-radius: 3px;
}

.stockist-section h3 {
    color: #195963;

    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.stockist-section p {
    margin: 0 0 15px;

    color: #555555;

    font-size: 15px;
    line-height: 29px;

    text-align: justify;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.stockist-highlight {
    display: flex;
    align-items: flex-start;
    gap: 17px;

    margin-top: 27px;
    padding: 24px 25px;

    background:
        linear-gradient(
            100deg,
            #eef6f6,
            #fafcfc
        );

    border: 1px solid #d8e5e6;
    border-left: 4px solid #d09a4a;

    border-radius: 8px;
}

.stockist-highlight-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #123b43;

    border-radius: 8px;

    color: #ffffff;
}

.stockist-highlight h3 {
    margin: 0 0 7px;
}

.stockist-highlight p {
    margin: 0;
}


/* =========================================================
   BUSINESS MODEL
========================================================= */

.stockist-model {
    display: flex;
    align-items: stretch;

    margin-top: 28px;

    padding: 5px;

    background: #f2f6f6;

    border: 1px solid #d9e4e5;

    border-radius: 10px;
}

.stockist-model-step {
    flex: 1;

    padding: 23px 18px;

    background: #ffffff;

    border-radius: 7px;

    text-align: center;
}

.stockist-model-step span {
    display: inline-flex;

    width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;

    margin-bottom: 9px;

    background: #123b43;

    border-radius: 50%;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
}

.stockist-model-step h3 {
    margin: 0 0 8px;
}

.stockist-model-step p {
    margin: 0;

    font-size: 12px;
    line-height: 22px;

    text-align: center;
}

.stockist-model-arrow {
    width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #d09a4a;

    font-size: 20px;
}


/* =========================================================
   CARDS
========================================================= */

.stockist-card-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 26px;
}

.stockist-card {
    position: relative;

    min-height: 166px;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #dce6e7;

    border-radius: 8px;

    overflow: hidden;

    transition: all .25s ease;
}

.stockist-card:before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 3px;

    background: #d09a4a;
}

.stockist-card:hover {
    transform: translateY(-4px);

    border-color: #a9c2c5;

    box-shadow:
        0 10px 25px rgba(18,59,67,.09);
}

.stockist-card span {
    color: #d09a4a;

    font-size: 11px;
    font-weight: 700;
}

.stockist-card h3 {
    margin: 7px 0 9px;
}

.stockist-card p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   COMPARISON
========================================================= */

.stockist-comparison {
    margin-top: 25px;

    overflow: hidden;

    border: 1px solid #dce6e7;

    border-radius: 9px;
}

.stockist-comparison-head,
.stockist-comparison-row {
    display: grid;

    grid-template-columns: 1fr 1fr;
}

.stockist-comparison-head {
    background: #123b43;

    color: #ffffff;

    font-weight: 600;
}

.stockist-comparison-head > div,
.stockist-comparison-row > div {
    padding: 18px 21px;

    border-right: 1px solid #dce6e7;
}

.stockist-comparison-head > div:last-child,
.stockist-comparison-row > div:last-child {
    border-right: none;
}

.stockist-comparison-row:nth-child(even) {
    background: #f5f8f8;
}

.stockist-comparison-row > div {
    color: #555555;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CONTENT GRIDS
========================================================= */

.stockist-brand-grid,
.stockist-warehouse-grid,
.stockist-pricing-grid,
.stockist-product-grid,
.stockist-compliance-grid,
.stockist-challenge-grid,
.stockist-service-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 25px;
}

.stockist-brand-grid > div,
.stockist-warehouse-grid > div,
.stockist-pricing-grid > div,
.stockist-product-grid > div,
.stockist-compliance-grid > div,
.stockist-challenge-grid > div,
.stockist-service-grid > div {
    padding: 21px;

    background: #ffffff;

    border: 1px solid #dce6e7;

    border-radius: 8px;

    transition: all .2s ease;
}

.stockist-brand-grid > div:hover,
.stockist-warehouse-grid > div:hover,
.stockist-pricing-grid > div:hover,
.stockist-product-grid > div:hover,
.stockist-compliance-grid > div:hover,
.stockist-challenge-grid > div:hover,
.stockist-service-grid > div:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(18,59,67,.07);
}

.stockist-brand-grid h3,
.stockist-warehouse-grid h3,
.stockist-pricing-grid h3,
.stockist-product-grid h3,
.stockist-compliance-grid h3,
.stockist-challenge-grid h3,
.stockist-service-grid h3 {
    margin-top: 0;
}

.stockist-brand-grid p,
.stockist-warehouse-grid p,
.stockist-pricing-grid p,
.stockist-product-grid p,
.stockist-compliance-grid p,
.stockist-challenge-grid p,
.stockist-service-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   PROCESS
========================================================= */

.stockist-process-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 26px;
}

.stockist-process-grid > div {
    min-height: 160px;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            #eef5f5,
            #ffffff
        );

    border: 1px solid #d9e4e5;

    border-radius: 8px;
}

.stockist-process-grid span {
    display: inline-block;

    margin-bottom: 7px;

    color: #d09a4a;

    font-size: 11px;
    font-weight: 700;
}

.stockist-process-grid h3 {
    margin: 0 0 9px;
}

.stockist-process-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   INVENTORY
========================================================= */

.stockist-inventory-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.stockist-inventory-grid > div {
    padding: 24px;

    background: #123b43;

    border-radius: 8px;

    box-shadow:
        0 7px 20px rgba(18,59,67,.09);
}

.stockist-inventory-grid span {
    color: #d09a4a;

    font-size: 11px;
    font-weight: 700;
}

.stockist-inventory-grid h3 {
    margin: 7px 0 9px;

    color: #ffffff;
}

.stockist-inventory-grid p {
    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CHANNEL
========================================================= */

.stockist-channel-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.stockist-channel-grid > div {
    position: relative;

    padding: 24px;

    background: #ffffff;

    border: 1px solid #dce6e7;

    border-radius: 9px;

    overflow: hidden;
}

.stockist-channel-grid > div:after {
    content: "";

    position: absolute;

    right: -30px;
    bottom: -35px;

    width: 110px;
    height: 110px;

    background: #eef4f4;

    border-radius: 50%;
}

.stockist-channel-icon {
    position: relative;
    z-index: 2;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    background: #123b43;

    border-radius: 8px;

    color: #ffffff;
}

.stockist-channel-grid h3 {
    margin: 0 0 8px;
}

.stockist-channel-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   BENEFITS
========================================================= */

.stockist-benefit-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.stockist-benefit-grid > div {
    padding: 24px;

    background:
        linear-gradient(
            145deg,
            #f1f6f6,
            #ffffff
        );

    border: 1px solid #d9e4e5;

    border-radius: 8px;
}

.stockist-benefit-grid span {
    color: #d09a4a;

    font-size: 11px;
    font-weight: 700;
}

.stockist-benefit-grid h3 {
    margin: 7px 0 9px;
}

.stockist-benefit-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.stockist-related {
    margin: 44px 0 35px;

    padding: 32px;

    background:
        linear-gradient(
            135deg,
            #eef5f5,
            #fafcfc
        );

    border: 1px solid #d9e4e5;

    border-radius: 11px;
}

.stockist-related h2 {
    position: relative;

    margin: 0 0 13px;
    padding-bottom: 11px;

    color: #123b43;

    font-size: 26px;
    line-height: 35px;
    font-weight: 650;

    border-bottom: 1px solid #d9e4e5;
}

.stockist-related h2:after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 65px;
    height: 3px;

    background: #d09a4a;
}

.stockist-related > p {
    margin: 0 0 24px;

    color: #555555;

    font-size: 14px;
    line-height: 26px;
}

.stockist-related-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 12px 16px;
}

.stockist-related-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 54px;

    padding: 13px 17px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #d9e4e5;

    border-radius: 7px;

    color: #123b43 !important;

    font-size: 14px;

    text-decoration: none !important;

    transition: all .22s ease;
}

.stockist-related-link strong {
    padding-right: 12px;
}

.stockist-related-link i {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #edf3f3;

    border-radius: 50%;

    color: #195963;

    transition: all .22s ease;
}

.stockist-related-link:hover {
    border-color: #8faeb2;

    color: #195963 !important;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(18,59,67,.08);
}

.stockist-related-link:hover i {
    background: #195963;

    color: #ffffff;

    transform: translateX(3px);
}


/* =========================================================
   STRATEGY CTA
========================================================= */

.stockist-strategy {
    position: relative;

    overflow: hidden;

    margin: 43px 0 32px;

    padding: 42px 30px;

    background:
        linear-gradient(
            125deg,
            #123b43,
            #195963
        );

    border-radius: 11px;

    text-align: center;
}

.stockist-strategy:before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -160px;
    bottom: -190px;

    border: 55px solid rgba(255,255,255,.04);

    border-radius: 50%;
}

.stockist-strategy-inner {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 0 auto;
}

.stockist-strategy span {
    display: inline-block;

    margin-bottom: 9px;

    color: #d09a4a;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
}

.stockist-strategy h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 28px;
    line-height: 37px;
}

.stockist-strategy p {
    margin: 0 0 22px;

    color: rgba(255,255,255,.85);

    font-size: 14px;
    line-height: 26px;

    text-align: center;
}

.stockist-strategy-btn {
    display: inline-block;

    padding: 12px 23px;

    background: #d09a4a;

    border-radius: 6px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;
}

.stockist-strategy-btn:hover {
    background: #b77d30;
    color: #ffffff !important;
}

.stockist-strategy-btn i {
    margin-right: 6px;
}


/* =========================================================
   FAQ
========================================================= */

.stockist-faq {
    margin-bottom: 14px;

    padding: 20px 22px;

    background: #ffffff;

    border: 1px solid #dce6e7;

    border-radius: 7px;

    transition: box-shadow .2s ease;
}

.stockist-faq:hover {
    box-shadow:
        0 6px 17px rgba(18,59,67,.06);
}

.stockist-faq h3 {
    margin: 0 0 8px;

    color: #123b43;
}

.stockist-faq p {
    margin: 0;

    font-size: 14px;
    line-height: 26px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.stockist-final-cta {
    position: relative;

    overflow: hidden;

    margin: 42px 0;

    padding: 45px 30px;

    background:
        linear-gradient(
            125deg,
            #0d3036,
            #123b43,
            #195963
        );

    border-radius: 11px;

    text-align: center;
}

.stockist-final-shape {
    position: absolute;

    width: 350px;
    height: 350px;

    right: -190px;
    top: -230px;

    border: 65px solid rgba(255,255,255,.04);

    border-radius: 50%;
}

.stockist-final-cta h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: 30px;
    line-height: 39px;
}

.stockist-final-cta p {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 0 auto 21px;

    color: rgba(255,255,255,.86);

    font-size: 15px;
    line-height: 28px;

    text-align: center;
}

.stockist-final-cta .stockist-hero-buttons {
    position: relative;
    z-index: 3;

    justify-content: center;
}


/* =========================================================
   ALL SERVICES + BACK TO TOP
========================================================= */

.service-page-navigation {
    display: flex;

    justify-content: center;
    align-items: stretch;

    flex-wrap: wrap;

    gap: 16px;

    margin: 38px 0 30px;
}

.service-nav-btn {
    position: relative;

    display: flex;
    align-items: center;

    width: 230px;
    min-height: 58px;

    padding: 0 14px;

    box-sizing: border-box;

    border-radius: 8px;

    text-decoration: none !important;

    overflow: hidden;

    transition: all .25s ease;
}

.service-nav-icon {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border-radius: 7px;

    flex-shrink: 0;
}

.service-nav-text {
    flex: 1;

    font-size: 14px;
    line-height: 20px;

    font-weight: 600;

    text-align: left;
}

.service-nav-arrow {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    flex-shrink: 0;

    transition: all .25s ease;
}

.service-all-btn {
    background: #123b43;

    border: 1px solid #123b43;

    color: #ffffff !important;

    box-shadow:
        0 6px 17px rgba(18,59,67,.12);
}

.service-all-btn .service-nav-icon {
    background: rgba(255,255,255,.12);
}

.service-all-btn .service-nav-arrow {
    background: rgba(255,255,255,.10);
}

.service-all-btn:hover {
    background: #195963;

    border-color: #195963;

    color: #ffffff !important;

    transform: translateY(-3px);
}

.service-all-btn:hover .service-nav-arrow {
    background: #ffffff;

    color: #123b43;

    transform: translateX(3px);
}

.service-top-btn {
    background: #ffffff;

    border: 1px solid #d9e4e5;

    color: #123b43 !important;

    box-shadow:
        0 4px 13px rgba(18,59,67,.06);
}

.service-top-btn .service-nav-icon,
.service-top-btn .service-nav-arrow {
    background: #edf3f3;

    color: #195963;
}

.service-top-btn:hover {
    border-color: #8eaaae;

    color: #195963 !important;

    transform: translateY(-3px);
}

.service-top-btn:hover .service-nav-icon,
.service-top-btn:hover .service-nav-arrow {
    background: #195963;

    color: #ffffff;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.stockist-disclaimer {
    margin: 28px 0;

    padding: 19px 21px;

    background: #fafcfc;

    border: 1px solid #dfe7e8;

    border-radius: 6px;
}

.stockist-disclaimer strong {
    color: #333333;

    font-size: 14px;
}

.stockist-disclaimer p {
    margin: 7px 0 0;

    color: #666666;

    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .stockist-page {
        padding: 20px 8px 40px;
    }

    .stockist-container {
        max-width: 100%;
    }

    .stockist-hero {
        padding: 34px 20px;

        border-radius: 9px;
    }

    .stockist-kicker {
        font-size: 9px;
        line-height: 17px;
    }

    .stockist-hero h1 {
        font-size: 29px;
        line-height: 38px;
    }

    .stockist-hero-lead {
        font-size: 14px;
        line-height: 26px;

        text-align: justify;
    }

    .stockist-hero-description {
        font-size: 13px;
        line-height: 24px;

        text-align: justify;
    }

    .stockist-hero-buttons {
        display: block;
    }

    .stockist-btn {
        display: block;

        width: 100%;

        margin-bottom: 9px;

        box-sizing: border-box;

        text-align: center;
    }

    .stockist-highlight {
        display: block;

        padding: 21px;
    }

    .stockist-highlight-icon {
        margin-bottom: 12px;
    }

    .stockist-model {
        display: block;

        padding: 7px;
    }

    .stockist-model-step {
        margin-bottom: 7px;
    }

    .stockist-model-arrow {
        width: 100%;
        height: 28px;

        transform: rotate(90deg);
    }

    .stockist-card-grid,
    .stockist-brand-grid,
    .stockist-warehouse-grid,
    .stockist-pricing-grid,
    .stockist-product-grid,
    .stockist-compliance-grid,
    .stockist-challenge-grid,
    .stockist-service-grid,
    .stockist-process-grid,
    .stockist-inventory-grid,
    .stockist-channel-grid,
    .stockist-benefit-grid {
        display: block;
    }

    .stockist-card,
    .stockist-brand-grid > div,
    .stockist-warehouse-grid > div,
    .stockist-pricing-grid > div,
    .stockist-product-grid > div,
    .stockist-compliance-grid > div,
    .stockist-challenge-grid > div,
    .stockist-service-grid > div,
    .stockist-process-grid > div,
    .stockist-inventory-grid > div,
    .stockist-channel-grid > div,
    .stockist-benefit-grid > div {
        margin-bottom: 14px;
    }

    .stockist-section h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .stockist-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .stockist-comparison {
        overflow-x: auto;
    }

    .stockist-comparison-head,
    .stockist-comparison-row {
        min-width: 650px;
    }

    .stockist-related {
        padding: 24px 18px;
    }

    .stockist-related-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .stockist-strategy {
        padding: 31px 18px;
    }

    .stockist-strategy h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .stockist-final-cta {
        padding: 32px 18px;
    }

    .stockist-final-cta h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .service-page-navigation {
        flex-direction: column;

        gap: 10px;

        margin: 30px 0 25px;
    }

    .service-nav-btn {
        width: 100%;
        min-height: 56px;
    }

}


/* =========================================================
   TABLET
========================================================= */

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

    .stockist-container {
        width: 95%;
        max-width: 95%;
    }

    .stockist-hero {
        padding: 45px 32px;
    }

    .stockist-hero h1 {
        font-size: 35px;
    }

    .stockist-card-grid,
    .stockist-brand-grid,
    .stockist-warehouse-grid,
    .stockist-pricing-grid,
    .stockist-product-grid,
    .stockist-compliance-grid,
    .stockist-challenge-grid,
    .stockist-service-grid,
    .stockist-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

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

    .stockist-container {
        width: 1120px;
    }

}