.main-page {
    /*margin-top: 96px;*/
    padding-bottom: 5rem;
}

.title-root {
    width: 100%;
    text-align: center
}

.title-title {
    color: #1d1d1b;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.title-left {
    text-align: left;
    justify-content: unset
}

.title-right {
    text-align: right;
    justify-content: unset
}

.title-noMargin {
    margin: 0
}


.alternatingBlock-root {
    margin-bottom: 2.5rem
}

@media(min-width: 768px) {
    .alternatingBlock-root {
        margin-bottom: 30px
    }
}

.alternatingBlock-image {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.alternatingBlock-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .alternatingBlock-image {
        width: 65.85%;
        padding-top: 43.55%;
        margin-left: 34.15%;
        transform: translateX(10%)
    }

    .alternatingBlock-image.alternatingBlock-altDirection {
        margin-left: 0;
        transform: translateX(-10%)
    }
}

.alternatingBlock-content {
    position: relative;
    text-align: center;
    padding: 5rem 15px 4.5rem;
    background-color: #fff;
    z-index: 2
}

.alternatingBlock-content.alternatingBlock-reducePadding {
    padding-bottom: 2.5rem
}

.alternatingBlock-content .alternatingBlock-title h2 {
    margin: 0 auto 1rem
}

.alternatingBlock-content p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px
}

.alternatingBlock-content p:last-of-type {
    margin-bottom: 2rem
}

.alternatingBlock-content:before,
.alternatingBlock-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.alternatingBlock-content:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .alternatingBlock-content {
        padding: 2rem 30px 1.5rem
    }

    .alternatingBlock-content .alternatingBlock-title h2 {
        font-size: 1.5rem
    }

    .alternatingBlock-content p {
        font-size: .875rem
    }
}

@media(min-width: 991px) {
    .alternatingBlock-content {
        height: 100%;
        padding: 15px 6rem;
        display: flex;
        align-items: center
    }

    .alternatingBlock-content p.alternatingBlock-reduceMargin:last-of-type {
        margin-bottom: 0
    }
}

.alternatingBlock-shadowContainer {
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.alternatingBlock-shadowContainer:before,
.alternatingBlock-shadowContainer:after {
    box-shadow: 0 0 70px 4px #0000002e;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 56%
}

.alternatingBlock-shadowContainer:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 10px;
    height: 35%;
    width: 90%
}

@media(min-width: 768px) {
    .alternatingBlock-shadowContainer {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection {
        left: auto;
        right: 0
    }

    .alternatingBlock-shadowContainer:before {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        top: 52px;
        left: 0;
        width: 56%
    }

    .alternatingBlock-shadowContainer:after {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        right: 6%;
        bottom: 50px;
        width: 56%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:before {
        left: auto;
        right: 12%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:after {
        right: 0
    }
}

@media(min-width: 991px) {
    .alternatingBlock-shadowContainer {
        width: 50%;
        padding: 3rem 0;
        height: 100%
    }
}

.nonEcommerceProductPage-intro {
    padding-top: 1.875rem;
    padding-bottom: 2rem;
    text-align: center
}

@media(min-width: 768px) {
    .nonEcommerceProductPage-intro {
        align-items: center;
        display: flex;
        padding-bottom: 4rem
    }
}

@media(min-width: 991px) {
    .nonEcommerceProductPage-intro {
        padding-bottom: 0
    }
}

.nonEcommerceProductPage-column {
    flex-basis: 50%
}

.nonEcommerceProductPage-widthWrapper {
    margin: auto;
    max-width: 640px
}

.nonEcommerceProductPage {
    color: #fe6b00;
    display: inline-block;
    font-size: .9rem;
    letter-spacing: 1px;
    line-height: 19px;
    margin-bottom: 1.25rem
}

@media(min-width: 1024px) {
    .nonEcommerceProductPage {
        font-size: 1rem
    }
}

.nonEcommerceProductPage-smallTitle h1 {
    color: #1f201d;
    font-family: adobe-garamond-pro, serif, -apple-system, BlinkMacSystemFont !important;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px
}

.nonEcommerceProductPage-smallTitle strong {
    font-weight: 600
}

.nonEcommerceProductPage-title {
    margin-bottom: 1rem;
    padding: 0 20px
}

.nonEcommerceProductPage-title h1 {
    color: #1f201d;
    font-family: adobe-garamond-pro, serif, -apple-system, BlinkMacSystemFont !important;
    font-size: 1.375rem;
    letter-spacing: 1px;
    line-height: 29px;
    margin-bottom: 1.5rem
}

.nonEcommerceProductPage-title strong {
    font-weight: 600
}

@media(min-width: 1024px) {
    .nonEcommerceProductPage-title h1 {
        font-size: 2.25rem;
        line-height: 44px
    }
}

.nonEcommerceProductPage-image {
    margin-bottom: 2rem
}

.nonEcommerceProductPage-image img {
    display: block;
    width: 100%
}

@media(min-width: 991px) {
    .nonEcommerceProductPage-image {
        margin-bottom: 0
    }
}

.nonEcommerceProductPage-content {
    margin-bottom: 1.625rem;
    padding: 0 20px
}

.nonEcommerceProductPage-content p {
    font-size: 1.125rem;
    line-height: 25px
}

@media(min-width: 1024px) {
    .nonEcommerceProductPage-content p {
        font-size: 1.125rem
    }
}

@media(min-width: 768px) {
    .nonEcommerceProductPage-content p {
        margin: 1.75rem auto 2rem;
        max-width: 530px
    }
}

.nonEcommerceProductPage-readMore {
    border-bottom: 1px solid #fe6b00;
    font-size: 1.125rem;
    line-height: 16px;
    padding-bottom: 10px
}

.nonEcommerceProductPage-cta {
    padding: 0 20px
}

.nonEcommerceProductPage-largeButton {
    background-color: #231f20;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 27px 2rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1
}

@media(min-width: 768px) {
    .nonEcommerceProductPage-largeButton {
        display: block;
        font-size: .875rem;
        margin: 0 auto 10px;
        padding: 17px 1rem;
        letter-spacing: 1.8px;
        max-width: 250px
    }
}

.nonEcommerceProductPage-largeButton:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: opacity .5s;
    z-index: -1;
    background-image: url(../images/button-feather-pattern.svg);
    background-position: center;
    background-size: contain
}

.nonEcommerceProductPage-largeButton:hover:before,
.nonEcommerceProductPage-largeButton:focus:before,
.nonEcommerceProductPage-largeButton:active:before {
    opacity: 1
}


.awards-root {
    background-color: #231f20;
    background-image: url(../images/footer-repeat-pattern.svg);
    background-position: center;
    background-size: 226px;
    color: #fff;
    padding: 3rem 0 1rem
}

.awards-root .swiper-pagination {
    position: relative;
    bottom: inherit;
}

@media(min-width: 768px) {
    .awards-root {
        padding: 4rem 0
    }
}

@media(min-width: 1024px) {
    .awards-root {
        padding: 5rem 0
    }
}

.awards-title h2 {
    color: #fff;
    font-size: 1.875rem;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: .5rem;
    margin-top: 0
}

.awards-slide {
    text-align: center
}

.awards-image {
    margin: .5rem auto 1rem;
    min-height: 120px
}

.awards-image img {
    max-width: 100px
}

@media(max-width: 768px),
(min-width: 1024px) {
    .awards-image img {
        max-width: 120px
    }
}

.awards-slideContent p {
    color: #85714d;
    font-size: 1.125rem;
    line-height: 23px;
    margin: .25rem 0 0
}

.awards-slideTitle {
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase
}

@media(max-width: 768px),
(min-width: 1024px) {
    .awards-slideTitle {
        font-size: 1.5rem;
        letter-spacing: 1px;
        line-height: 29px
    }
}


.tastingNotes-root {
    background-color: #f0f0ed;
    padding: 3.75rem 0 2.5rem
}

@media(min-width: 768px) {
    .tastingNotes-root {
        margin-bottom: 2rem
    }
}

@media(min-width: 991px) {
    .tastingNotes-root {
        min-height: 575px;
        margin-bottom: 3.75rem
    }
}

.tastingNotes-title h2 {
    margin-top: 0
}

.tastingNotes-notesTable {
    margin-top: 1rem;
    margin-bottom: 0
}

@media(min-width: 991px) {
    .tastingNotes-notesTable {
        display: block !important;
        margin-top: 3.75rem;
        margin-bottom: 3.7rem
    }
}

.tastingNotes-row {
    padding: 13px 15px;
    position: relative
}

.tastingNotes-row:after {
    background-color: #e7e7e7;
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 15px
}

@media(min-width: 991px) {
    .tastingNotes-row {
        width: 100%;
        float: left
    }
}

.tastingNotes-rowTitle {
    font-family: franklin-gothic-condensed, sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase
}

.tastingNotes-rowValue p {
    font-size: 1rem;
    line-height: 24px;
    margin: 0
}

.tastingNotes-rowValue a {
    color: #85714d
}

.tastingNotes-divider {
    background-color: #e7e7e7;
    border: none;
    height: 1px;
    margin: 12px 0;
    width: 100%
}

.tastingNotes-watermark {
    margin-bottom: 3rem;
    opacity: .6;
    text-align: center
}

.tastingNotes-watermark img {
    width: 240px
}

@media(min-width: 991px) {
    .tastingNotes-watermark img {
        width: 300px;
        max-width: 100%
    }
}

.tastingNotes-signature {
    text-align: center
}

.tastingNotes-signature img {
    width: 205px
}

@media(min-width: 768px) {
    .tastingNotes-signature img {
        width: 165px
    }
}

@media(min-width: 991px) {
    .tastingNotes-signature img {
        width: 205px
    }
}

.tastingNotes-assets {
    margin-top: 1.5rem
}

@media(min-width: 768px) {
    .tastingNotes-assets {
        margin-top: 0;
        position: absolute !important;
        right: 0px !important;
        top: -24px
    }
}

@media(min-width: 991px) {
    .tastingNotes-assets {
        right: -50px !important
    }
}


.tastingNotes-assets {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

.tastingNotes-row {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

.tastingNotes-rowTitle {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

.tastingNotes-rowValue {
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-left: 0%;
    right: auto;
    left: auto;
}

@media(max-width: 990px) {
    .tastingNotes-row {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tastingNotes-assets {
        padding-left: 20px;
        padding-right: 20px;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media(max-width: 767px) {
    .tastingNotes-rowTitle {
        flex: 0 0 41.6667%;
        max-width: 41.6667%;
    }

    .tastingNotes-rowValue {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }

    .tastingNotes-assets {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.alternatingBlock-root {
    margin-bottom: 2.5rem
}

@media(min-width: 768px) {
    .alternatingBlock-root {
        margin-bottom: 30px
    }
}

.alternatingBlock-image {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.alternatingBlock-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .alternatingBlock-image {
        width: 65.85%;
        padding-top: 43.55%;
        margin-left: 34.15%;
        transform: translateX(10%)
    }

    .alternatingBlock-image.alternatingBlock-altDirection {
        margin-left: 0;
        transform: translateX(-10%)
    }
}

.alternatingBlock-content {
    position: relative;
    text-align: center;
    padding: 5rem 15px 4.5rem;
    background-color: #fff;
    z-index: 2
}

.alternatingBlock-content.alternatingBlock-reducePadding {
    padding-bottom: 2.5rem
}

.alternatingBlock-content .alternatingBlock-title h2 {
    margin: 0 auto 1rem
}

.alternatingBlock-content p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px
}

.alternatingBlock-content p:last-of-type {
    margin-bottom: 2rem
}

.alternatingBlock-content:before,
.alternatingBlock-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.alternatingBlock-content:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .alternatingBlock-content {
        padding: 2rem 30px 1.5rem
    }

    .alternatingBlock-content .alternatingBlock-title h2 {
        font-size: 1.5rem
    }

    .alternatingBlock-content p {
        font-size: .875rem
    }
}

@media(min-width: 991px) {
    .alternatingBlock-content {
        height: 100%;
        padding: 15px 6rem;
        display: flex;
        align-items: center
    }

    .alternatingBlock-content p.alternatingBlock-reduceMargin:last-of-type {
        margin-bottom: 0
    }
}

.alternatingBlock-shadowContainer {
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.alternatingBlock-shadowContainer:before,
.alternatingBlock-shadowContainer:after {
    box-shadow: 0 0 70px 4px #0000002e;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 56%
}

.alternatingBlock-shadowContainer:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 10px;
    height: 35%;
    width: 90%
}

@media(min-width: 768px) {
    .alternatingBlock-shadowContainer {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection {
        left: auto;
        right: 0
    }

    .alternatingBlock-shadowContainer:before {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        top: 52px;
        left: 0;
        width: 56%
    }

    .alternatingBlock-shadowContainer:after {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        right: 6%;
        bottom: 50px;
        width: 56%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:before {
        left: auto;
        right: 12%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:after {
        right: 0
    }
}

@media(min-width: 991px) {
    .alternatingBlock-shadowContainer {
        width: 50%;
        padding: 3rem 0;
        height: 100%
    }
}

.sliceStyleOverrides-blockRowTitle {
    margin-top: 30px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center
}

@media(min-width: 991px) {
    .sliceStyleOverrides-blockRowTitle {
        margin-bottom: 30px;
        margin-top: 40px
    }
}

@media(min-width: 768px) {
    .block-row {
        margin-left: -10px !important;
        margin-right: -10px !important
    }
}

@media(min-width: 991px) {
    .block-row {
        margin-left: -15px !important;
        margin-right: -15px !important
    }
}

.block-column-1RI {
    padding: 0;
    margin: 0 auto 2.5rem;
    width: 100%
}

.block-column-1RI.block-isSlice-2X8 {
    flex-basis: 100%;
    width: 100%
}

@media(min-width: 768px) {
    .block-column-1RI {
        width: 50%;
        flex-basis: 50%;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        margin: 0 0 2.5rem
    }

    .block-column-1RI.block-threeColumn-1w2:last-child {
        width: 100%;
        flex-basis: 100%
    }
}

@media(min-width: 1024px) {
    .block-column-1RI {
        padding: 0 15px;
        width: 50%;
        max-width: 100%
    }

    .block-column-1RI.block-threeColumn-1w2,
    .block-column-1RI.block-threeColumn-1w2:last-child {
        flex-basis: 33.3333%;
        width: 33.3333%
    }
}

.block-image-2dC {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.block-image-2dC img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-shadowContainer-LYY {
    position: relative;
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0
}

.block-shadowContainer-LYY:before,
.block-shadowContainer-LYY:after {
    box-shadow: 0 0 70px 20px #0000000f;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 50%
}

.block-shadowContainer-LYY:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    height: 35%;
    width: 90%
}

@media(min-width: 768px) {
    .block-shadowContainer-LYY {
        display: flex;
        flex-grow: 1
    }
}

@media(min-width: 1024px) {
    .block-shadowContainer-LYY {
        margin: -10rem auto 0
    }

    .block-shadowContainer-LYY:after {
        width: 50%;
        border-radius: 130px
    }

    .block-shadowContainer-LYY.block-fitContent-1Yb {
        flex-grow: unset
    }
}

@media(min-width: 1314px) {
    .block-shadowContainer-LYY {
        width: 80%
    }
}

@media(min-width: 768px) {
    .block-threeColumn-1w2:last-child .block-shadowContainer-LYY {
        max-width: 645px;
        margin: -9.25rem auto 0
    }
}

@media(min-width: 1024px) {
    .block-threeColumn-1w2:last-child .block-shadowContainer-LYY {
        margin: -10rem auto 0
    }
}

@media(min-width: 1314px) {
    .block-threeColumn-1w2:last-child .block-shadowContainer-LYY {
        width: 80%
    }
}

.block-content-1CX {
    position: relative;
    text-align: center;
    padding: 2.5rem 15px 2.5rem;
    background-color: #fff;
    z-index: 2
}

.block-content-1CX .block-title-2_7 h2 {
    margin: 0 auto 1rem
}

.block-content-1CX p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px;
    margin: 0 auto 0;
    max-width: 480px
}

.block-content-1CX p:last-of-type {
    margin: 0 auto 1.5rem
}

.block-content-1CX:before,
.block-content-1CX:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.block-content-1CX:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .block-content-1CX .block-title-2_7 h2 {
        font-size: 1.75rem
    }
}

@media(min-width: 768px) {
    .block-content-1CX {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 2.5rem 1rem 5rem;
        flex-grow: 1
    }

    .block-content-1CX.block-fixHeight-o3V {
        min-height: 460px
    }

    .block-content-1CX.block-fitContent-1Yb {
        flex-grow: unset
    }

    .block-content-1CX a {
        align-self: flex-end;
        width: 100%
    }
}

@media(min-width: 1314px) {
    .block-content-1CX {
        padding: 2.5rem 2.5rem 5rem
    }
}

.block-buttonContainer-exs {
    width: 100%
}

@media(min-width: 768px) {
    .block-buttonContainer-exs {
        position: absolute;
        bottom: 2.5rem;
        left: 0
    }
}

.block-fullWidth-16O {
    width: 100%
}

.block-matchHeight-2sX {
    height: 100%
}
.otherBottlings-root .swiper-pagination{
    position: relative;
    bottom: inherit;
}

@media(min-width: 991px) {
    .otherBottlings-root {
        margin-top: 4rem
    }
}

.otherBottlings-content {
    text-align: center
}

.otherBottlings-copy-3zB {
    margin: 0 auto;
    width: 100%;
    max-width: 866px
}

.otherBottlings-copy-3zB p {
    font-size: 1rem;
    line-height: 23px
}

.otherBottlings-slideContent-hKR {
    margin: auto;
    max-width: 530px
}

.otherBottlings-slideTitle-30H {
    color: #1f201d;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: .5rem
}

.otherBottlings-shortDescription-2qk {
    display: block;
    font-size: 1rem;
    line-height: 23px;
    margin-bottom: 1.5rem
}

@media(min-width: 991px) {
    .otherBottlings-shortDescription-2qk {
        margin-bottom: 2rem
    }
}

.otherBottlings-image-12l {
    margin: auto;
    max-width: 420px
}




.swiper-root-36O {
    position: relative
}

@media(min-width: 1921px) {
    .swiper-widthWrapper {
        margin: auto;
        max-width: 1400px
    }
}

.swiper-container {
    overflow: hidden
}

.swiper-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.swiper-bullet,
.swiper-bulletLight {
    background-color: #231f20;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 1.875rem 3px;
    cursor: pointer
}

.swiper-bulletLight {
    background-color: #fff
}

@media(min-width: 768px) {
    .swiper-bullet {
        margin-top: 40px
    }
}

.swiper-bullet:only-child {
    display: none
}

.swiper-bulletActive {
    background-color: #fe6b00
}

.swiper-bulletActiveLight {
    background-color: #4a4a48
}

.swiper-nav,
.swiper-altNav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    width: calc(100% + 150px);
    z-index: 3;
    justify-content: space-between;
    font-size: 20px;
    transition: all .25s
}

.swiper-altNav {
    display: block;
    left: 0;
    padding: 0 20px;
    width: 100%
}

.swiper-nav button {
    transition: border-color var(--app-transition-time)
}

.swiper-nav button:hover,
.swiper-nav button:active,
.swiper-nav button:focus {
    border-color: #4a4a48
}

.swiper-altNav button {
    transition: transform var(--app-transition-time)
}

.swiper-altNav button:hover,
.swiper-altNav button:active,
.swiper-altNav button:focus {
    transform: scale(1.1)
}

@media(min-width: 1024px) {
    .swiper-nav {
        display: block
    }
}

.swiper-nav button {
    background: #fff;
    border: 1px solid #f0f0ed;
    border-radius: 50%;
    color: #636362;
    font-size: 16px;
    height: 48px;
    width: 48px
}

.swiper-altNav button {
    color: #f0f0ed;
    font-size: 36px;
    font-weight: 400
}

.swiper-prev {
    position: absolute;
    left: 20px
}

.swiper-next {
    position: absolute;
    right: 20px
}
.swiper-button-disabled{
    display: none;
}