.truncate-address {
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 90px;
}

.wrapper-inner:has(.where-to-buy-page) {
    margin: 0;
}

.wrapper-inner:has(.where-to-buy-page) h1 {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    color: #2E2D31;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
}

.wrapper-inner:has(.where-to-buy-page) .region-selector h4 {
    color: #2E2D31;
    font-family: "Playfair Display";
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 112.5% */
    margin: 30px 0 0;
}

.wrapper-inner:has(.where-to-buy-page) .region-selector > p {
    color: #2E2D31;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    margin: 16px 0;
    text-transform: uppercase;
    opacity: 70%;
}

.where-to-buy-page .section-title {
    margin: 0;
    padding: 0;
}

/*.where-to-buy-page .regions {
    margin: 0;
    padding: 0;
}*/

.wrapper-inner:has(.where-to-buy-page) .region-selector .nav-links {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link {
    padding: 0 16px;
    line-height: 56px;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    border-radius: unset;
    width: 100%;
    color: #7B7B7B;
    font-weight: 400;
    max-height: 56px;
    text-align: center;
}

/*.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link.active {
    font-weight: 700;
    color: #2E2D31;
    border-bottom: 2px solid #2E2D31;
    background: rgba(46, 45, 49, 0.05);
}*/

.wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.europe.active) a.nav-link.europe.active {
    font-weight: 700;
    color: #2E2D31;
    border-bottom: 2px solid #2E2D31;
    background: rgba(46, 45, 49, 0.05);
}
.wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.us-canada.active) a.nav-link.us-canada.active {
    font-weight: 700;
    color: #2E2D31;
    border-bottom: 2px solid #2E2D31;
    background: rgba(46, 45, 49, 0.05);
}
.wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.asia.active) a.nav-link.asia.active {
    font-weight: 700;
    color: #2E2D31;
    border-bottom: 2px solid #2E2D31;
    background: rgba(46, 45, 49, 0.05);
}
.wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.africa.active) a.nav-link.africa.active {
    font-weight: 700;
    color: #2E2D31;
    border-bottom: 2px solid #2E2D31;
    background: rgba(46, 45, 49, 0.05);
}

.where-to-buy-page .nav-link {
    border-bottom: 1px solid #7B7B7B;
    white-space: nowrap;
}

.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link.europe {
    max-width: calc(77 / 343 * 100%);
}

.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link.us-canada {
    max-width: calc(127 / 343 * 100%);
}

.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link.asia {
    max-width: calc(64 / 343 * 100%);
}

.wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link.africa {
    max-width: calc(75 / 343 * 100%);
}

.map {
    width: 100vw;
    height: 543px;
    background-repeat: no-repeat;
}

.where-to-buy-page .main-content-wrap:has(.europe.active) .map {
    background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/where-to-buy/europe.png");
    background-position: 50% 0;
    background-size: 320%;
    mix-blend-mode: multiply;
}

.where-to-buy-page .main-content-wrap:has(.us-canada.active) .map {
    background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/where-to-buy/us.png");
    background-position: -7% 100%;
    background-size: 250%;
    mix-blend-mode: multiply;
}

.where-to-buy-page .main-content-wrap:has(.asia.active) .map {
    background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/where-to-buy/asia.png");
    background-position: 111% 30%;
    background-size: 175%;
    mix-blend-mode: multiply;
}

.where-to-buy-page .main-content-wrap:has(.africa.active) .map {
    background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/where-to-buy/africa.png");
    background-position: 55% 200%;
    background-size: 300%;
    mix-blend-mode: multiply;
}

.where-to-buy-page .slick-me {
    padding-left: 4px;
}

.where-to-buy-page .slick-slide {
    max-width: 275px;
    padding-inline: 12px;
    padding-bottom: 27px;
}

.where-to-buy-page .distributor-title {
    margin-bottom: 48px;
    color: #2E2D31;
    font-family: "Playfair Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 120% */
}

.where-to-buy-page .fobox {
    margin: 0 !important;
    padding: 40px 30px;
    height: 440px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.where-to-buy-page .slick-slide:hover .fobox {
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.where-to-buy-page .fobox .card-body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.where-to-buy-page .fobox .card-body .card-title {
    margin: 0;
    padding: 0;
    color: #2E2D31;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.where-to-buy-page .fobox .card-body ul li {
    padding: 16px 0 0;
}

.where-to-buy-page .fobox .card-body ul li:first-of-type {
    padding: 0;
}

.where-to-buy-page .fobox .card-body ul li p {
    margin: 0;
    padding: 0;
    color: rgba(46, 45, 49, 0.75);
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 169.231% */
}

.where-to-buy-page .fobox .card-body ul li p.list-value {
    color: #2E2D31;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.where-to-buy-page .fobox .card-body ul li a {
    position: relative;
    color: #D1AB59;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    word-break: break-all;
}

.where-to-buy-page .fobox .card-body ul li a::after {
    content: "";
    background-image: url('https://stage-assets.goldbank.co.uk/images/additional-images/arrow_forward.png');
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: -22px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: all .3s ease;
}

.where-to-buy-page .tab-content {
    position: relative;
}

.where-to-buy-page .tab-pane {
    z-index: 10;
    position: relative;
}

.where-to-buy-page {
    background: rgb(248,249,250);
    background: linear-gradient(180deg, rgba(248,249,250,1) 7%, rgba(202,169,105,0.14471726190476186) 32%, rgba(248,249,250,0.22034751400560226) 52%, rgba(202,169,105,0.1727284663865546) 77%, rgba(255,255,255,0) 100%);
}

.where-to-buy-page .distributor-section {
    margin: 66px 0 177px;
    padding: 0;
}

.where-to-buy-page .distributor-section h2 {
    color: #2E2D31;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 125% */
    max-width: 220px;
    margin: 0 0 6px;
    padding: 0;
}

.where-to-buy-page .distributor-section p {
    color: rgba(46, 45, 49, 0.75);
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.where-to-buy-page .distributor-section a {
    display: flex;
    width: 260px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    background: #2E2D31;
    text-transform: uppercase;
}

.where-to-buy-page .distributor-section .section-title {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.where-to-buy-page .distributor-section img {
    display: block;
    max-width: 210px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: -80px;
}

.abstract-liquid {
    background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/click-and-drop/abstract-liquid-fluid-white-gold-swirl-background-generative-ai-sm.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    aspect-ratio: 375 / 615;
    z-index: -1;
    background-size: cover;
}

.abstract-liquid::after {
    content: "";
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 0%, #ffffff 73.54%);
    position: absolute;
    width: 100vw;
    aspect-ratio: 1440 / 960;
    bottom: 200px;
    top: 0;
}

.where-to-buy-page .generic-subscribe {
    padding: 40px 10px;
    margin-inline: 0;
}

@media (min-width: 768px) {
    .wrapper-inner:has(.where-to-buy-page) .region-selector h4 {
        text-align: left;
    }

    .wrapper-inner:has(.where-to-buy-page) .region-selector p {
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .abstract-liquid {
        aspect-ratio: 1440 / 960;
        bottom: -200px;
        left: 0;
        background-image: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/click-and-drop/abstract-liquid-fluid-white-gold-swirl-background-generative-ai-xl.png");
        /*background: url("https://stage-assets.goldbank.co.uk/home_new/assets/images/click-and-drop/abstract-liquid-fluid-white-gold-swirl-background-generative-ai-xl.png") lightgray 50% / cover no-repeat;*/
        max-width: 1920px;
    }

    .abstract-liquid::after {
        content: "";
        background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 0%, #f8f9fa 63.54%);
        position: absolute;
        width: 100vw;
        aspect-ratio: 1440 / 960;
        bottom: 200px;
        max-width: 1920px;
    }

    .wrapper-inner:has(.where-to-buy-page) {
        margin-top: 0px;
    }

    .wrapper-inner:has(.where-to-buy-page) h1 {
        color: #2E2D31;
        text-align: center;
        font-family: "Playfair Display";
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 70px; /* 145.833% */
        padding-top: 40px;
        margin-bottom: 48px;
    }

    .where-to-buy-page .distributor-section {
        margin: 157px 0 199px;
    }

    .where-to-buy-page .distributor-section > .container {
        max-width: 1300px;
    }

    .where-to-buy-page .distributor-section > .container > .row > div {
        display: flex;
        flex-direction: row;
        gap: 73px;
    }

    .where-to-buy-page .distributor-section > .container > .row > div img {
        flex: 0 0 482px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: -200px;
    }

    .where-to-buy-page .distributor-section > .container > .row > div .section-title {
        flex: 0 0 741px;
        width: 100%;
        gap: 20px;
        align-items: flex-start;
    }

    .where-to-buy-page .distributor-section > .container > .row > div .section-title h2 {
        margin: 0;
        color: #2E2D31;
        font-family: "Playfair Display";
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: 80px; /* 125% */
        max-width: 526px;
        text-align: left;
    }

    .where-to-buy-page .distributor-section > .container > .row > div .section-title p {
        text-align: left;
        max-width: 526px;
        color: rgba(46, 45, 49, 0.75);
        font-family: "Nunito Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .where-to-buy-page .slick-slide {
        max-width: 330px;
        width: 100%;
    }

    .where-to-buy-page .fobox .card-body .card-title {
        font-size: 24px;
    }

    .where-to-buy-page .stores {
        margin-top: 40px;
        max-width: 1300px;
        width: 100%;
    }

    .where-to-buy-page .distributor-title {
        color: #2E2D31;
        font-family: "Playfair Display";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px; /* 120% */
    }

    .where-to-buy-page .main-content-wrap > .container {
        max-width: 1300px;
    }

    .where-to-buy-page .main-content-wrap > .container > .row {
        margin: 0;
        row-gap: 0;
        column-gap: 24px;
    }

    .where-to-buy-page .main-content-wrap > .container > .row > * {
        padding: 0;
    }

    .where-to-buy-page .main-content-wrap .map {
        max-width: 965px;
        width: 100%;
        max-height: 476px;
        height: 476px;
        background-position: unset !important;
        background-size: contain !important;
    }

    .where-to-buy-page .main-content-wrap > .container > .row .regions {
        max-width: 274px;
    }

    .wrapper-inner:has(.where-to-buy-page) .region-selector h4 {
        color: #2E2D31;
        font-family: "Playfair Display";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px; /* 120% */
        margin: 0;
        text-align: left;
        padding-left: 16px;
    }

    .wrapper-inner:has(.where-to-buy-page) .region-selector > p {
        margin: 6px 0 16px;
        color: #2E2D31;
        font-family: "Nunito Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        text-align: left;
        padding-left: 16px;
    }

    .wrapper-inner:has(.where-to-buy-page) .region-selector .nav-links {
        flex-direction: column;
    }

    .wrapper-inner:has(.where-to-buy-page) .region-selector a.nav-link {
        max-width: 100% !important;
        padding-inline: 16px;
        text-align: left;
        color: #2E2D31;
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px; /* 311.111% */
    }

    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.europe.active) a.nav-link.europe.active,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.us-canada.active) a.nav-link.us-canada.active,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.africa.active) a.nav-link.africa.active,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.asia.active) a.nav-link.asia.active {
        font-weight: 700;
        position: relative;
    }

    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.europe.active) a.nav-link.europe.active::after,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.us-canada.active) a.nav-link.us-canada.active::after,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.africa.active) a.nav-link.africa.active::after,
    .wrapper-inner:has(.where-to-buy-page) .main-content-wrap:has(.tab-pane.asia.active) a.nav-link.asia.active::after {
        content: "\f125";
        position: absolute;
        right: 16px;
        top: 50%;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        transform: translate(0, -50%);
    }

    .main-wrapper:has(.where-to-buy-page) .header_bottom .header_inner > .row {
        max-width: 1300px;
        padding: 0;
    }

    .main-wrapper:has(.where-to-buy-page) .header_bottom .header_inner > .row > div:first-of-type {
        padding-left: 0;
    }

    .main-wrapper:has(.where-to-buy-page) .header_bottom .header_inner > .row > div:last-of-type {
        padding-right: 0;
    }

    .where-to-buy-page .slick-me button {
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
        border: 1px solid #2E2D31;
        background: none;
        border-radius: 50%;
        top: -24px;
        position: absolute;
        transform: translate(0, -100%);
    }

    .where-to-buy-page .slick-me button.slick-disabled {
        border: 1px solid rgba(46, 45, 49, 0.1);
        cursor: unset;
    }

    .where-to-buy-page .slick-me button.slick-next {
        right: 16px;
    }

    .where-to-buy-page .slick-me button.slick-prev {
        right: calc(16px + 16px + 60px);
    }

    .where-to-buy-page .slick-me button i {
        width: 24px;
        height: 24px;
        z-index: 10;
        position: relative;
    }

    .where-to-buy-page .slick-me button i::before {
        width: 12px;
        height: 12px;
    }

    .where-to-buy-page .slick-me button i::after {
        display: none;
    }

    .where-to-buy-page .tab-content::before {
        border-radius: 600px;
        opacity: 0.3;
        background: var(--icon-gradient, linear-gradient(149deg, #FFE7B9 -8.31%, #CAA969 50%));
        filter: blur(250px);
        width: 600px;
        height: 600px;
        transform: translate(60%, -15%);
    }

    .where-to-buy-page .tab-content::after {
        border-radius: 443px;
        opacity: 0.4;
        background: var(--icon-gradient, linear-gradient(149deg, #FFE7B9 -8.31%, #CAA969 50%));
        filter: blur(200px);
        width: 443px;
        height: 443px;
        transform: translate(-56%, 47%);
    }

    .main-wrapper:has(.where-to-buy-page) .footer > div {
        max-width: 1300px;
        margin-inline: auto;
    }

    .where-to-buy-page .slick-list {
        width: 123%;
        padding-bottom: 25px;
        overflow: hidden;
    }
}

@media (min-width: 1920px) {
    .where-to-buy-page .tab-content::before {
        transform: translate(25%, -15%);
    }

    .where-to-buy-page .tab-content::after {
        transform: translate(-100%, 47%);
    }
}

.where-to-buy-page .distributor-section > .container:hover img {
    -webkit-filter: drop-shadow(12px 12px 7px rgba(202, 169, 105, 0.5));
    filter: drop-shadow(12px 12px 7px rgba(202, 169, 105, 0.5));
}
