/** Shopify CDN: Minification failed

Line 967:9 Expected ":"
Line 4402:27 The "+" operator only works if there is whitespace on both sides
Line 4419:27 The "+" operator only works if there is whitespace on both sides

**/
:root {
    --blue: #13406A;
    --lightpink: #F6AFCE;
    --lightblue: #AEE1F6;
    --pink: #EE365C;
    --offwhite: #F6F2E9;
    --grey: #D6D6D6;
    --white: #fff;
    --trans: 0.25s ease all;
}

* {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}



.skip-link {
    position: absolute;
    top: -42px;
    left: 0;
    background: var(--blue);
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    font-size: 16px;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
}



section {
    overflow-y: hidden;
}




.full {
    max-width: 100%;
    position: relative;


}

.indent {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;

}


.indent-inner {
    margin-right: 20px;
    margin-left: 20px;
}


.basegrid-wide {
    display: grid;
    grid-template-columns: minmax(100px, 430px);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}


.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.basegrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.span-12 {
    grid-column: span 12
}

.span-8 {
    grid-column: span 8;
}

.span-7 {
    grid-column: span 6;
}

.span-6 {
    grid-column: span 6;
}

.span-4 {
    grid-column: span 4;
}


.span-5 {
    grid-column: span 5;
}

.span-3 {
    grid-column: span 3;
}

.span-2 {
    grid-column: span 2;
}

.span-1 {
    grid-column: span 1;
}


.pink {
    color: var(--pink)
}

.blue {
    color: var(--blue)
}

.lightpink {
    color: var(--lightpink)
}

.lightblue {
    color: var(--lightblue)
}

.white {
    color: #fff
}




* {
    font-family: "proxima-soft";
    box-sizing: border-box
}

body {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
    position: relative;
    font-size: 18px;
    background-color: var(--offwhite)
}


a {
    text-decoration: none
}



.link {
    border-bottom: 2px solid transparent;
    transition: var(--trans);
    text-decoration: none;
}

.link:hover {
    border-bottom-color: currentColor;
}


@font-face {
    font-family: proxima-soft, sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'publicnotice';
    src: url('https://cdn.shopify.com/s/files/1/0950/5256/2773/files/publicnotice.ttf?v=1747049988') format('truetype');


    font-weight: normal;
    font-style: normal;
}



h1 {
    font-size: calc(1em + 4vmin);
    font-family: "PublicNotice";
    line-height: 1.4em;
    margin: 0px
}


.hero-head {
    font-size: calc(1em + 5vmin);
    font-family: "PublicNotice";
    line-height: 1.4em;
    margin: 0px;
    color: var(--white);
}

h2 {
    font-size: calc(1em + 2.5vmin);
    font-family: "PublicNotice";
    line-height: 1.4em;
    margin: 0px
}

h3 {
    font-size: calc(1em + 1.25vmin);
    font-family: "proxima-soft";
    line-height: 1.4em;
    margin: 0px
}

h4 {
    font-size: calc(1em + .45vmin);
    font-family: "PublicNotice";
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
}



h4 a {

    font-family: "PublicNotice";
    line-height: 1.4em;

}



h5 {
    font-size: calc(1em + .25vmin);
    font-family: "proxima-soft";
    line-height: 1.4em;
    margin: 0px
}



h6 {
    font-size: 1em;
    font-family: "PublicNotice";
    line-height: 1.4em;
    margin: 0px
}



.surtitle {
    font-size: calc(1em + .35vmin);
    font-family: "proxima-soft";
    font-weight: bold;
    line-height: 1.4em;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}


.centered-text {
    text-align: center;
    max-width: 65ch;
    margin-right: auto;
    margin-left: auto
}


p {
    font-size: 1em;
    font-family: "proxima-soft";
    line-height: 1.4em;
    margin: 0px;
    color: var(--blue)
}







ul li {
    font-size: 1em;
    font-family: "proxima-soft";
    line-height: 1.2em;
    margin: 0px;
    padding-bottom: 10px;

    color: var(--blue)
}


ul {
    max-width: 55ch;
}











.margin {
    font-size: 14px;
    font-family: "proxima-soft";
    font-weight: bold
}

a {
    color: inherit
}

.btt {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 450px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btt-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.btt-link.active .btt-top {
    background: var(--pink);
    color: var(--offwhite);

}


.btt-link.active .btt-btt {
    background: var(--offwhite);
}



.btt-top {
    position: absolute;
    top: 0;
    z-index: 2;



    border-radius: 100px;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 0.35em;
    width: 100%;
    padding: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--trans);
    height: 40px;
    line-height: 1;
}


.btt-btt {
    position: absolute;
    top: 9px;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    transition: var(--trans);
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}


.pink-fill .btt-top {
    border: solid 1px var(--pink);
    background: var(--offwhite);
    color: var(--pink);
}

.pink-fill .btt-btt {
    background: var(--pink);
    border: solid 1px var(--pink);
}



.pink-fill-invert .btt-top {
    border: solid 1px var(--pink);
    background: var(--pink);
    color: var(--offwhite);
}

.pink-fill-invert .btt-btt {
    background: var(--offwhite);
    border: solid 1px var(--pink);
}





.blue-fill .btt-top {
    border: solid 1px var(--blue);
    background: var(--offwhite);
    color: var(--blue);
}

.blue-fill .btt-btt {
    background: var(--blue);
    border: solid 1px var(--blue);
}



.blue-fill-invert .btt-top {
    border: solid 1px var(--blue);
    background: var(--blue);
    color: var(--offwhite);
}

.blue-fill-invert .btt-btt {
    background: var(--offwhite);
    border: solid 1px var(--blue);
}








.cart-btt {
    max-width: 100%;
}


.cart-btt:hover .btt-top {
    background: var(--pink);
    color: var(--offwhite);
    transform: translateY(8px);
}


.cart-btt:hover {
    cursor: pointer;
}

.cart-btt .btt-top:hover {
    cursor: pointer;
}

.cart-btt:hover .btt-btt {
    border-radius: 20px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}


.cont-btt:hover .btt-top {
    background: var(--pink);
    color: var(--offwhite);
    transform: translateY(8px);
}


.cont-btt:hover {
    cursor: pointer;
}

.cont-btt .btt-top:hover {
    cursor: pointer;
}

.cont-btt:hover .btt-btt {
    border-radius: 20px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}










.pink-fill .btt-link:hover .btt-top {
    background: var(--pink);
    color: var(--offwhite);
    transform: translateY(8px);
}

.pink-fill .btt-link:hover .btt-btt {
    border-radius: 20px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}







.pink-fill-invert .btt-link:hover .btt-top {
    background: var(--offwhite);
    color: var(--pink);
    transform: translateY(8px);
}

.pink-fill-invert .btt-link:hover .btt-btt {
    border-radius: 20px;
}





.blue-fill-invert .btt-link:hover .btt-top {
    background: var(--offwhite);
    color: var(--blue);
    transform: translateY(8px);
}

.blue-fill-invert .btt-link:hover .btt-btt {
    border-radius: 20px;
}




.blue-fill .btt-link:hover .btt-top {
    background: var(--blue);
    color: var(--offwhite);
    transform: translateY(8px);
}

.blue-fill .btt-link :hover .btt-btt {
    border-radius: 20px;
}



/* prod car */

.product-card-outer {
    width: 100%;

    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: auto;
}




.collection-filters-inner {
    grid-column: span 12;
    width: 100%;
    padding: 10px;
    background: white;
    border-radius: 20px;
    border: 1px solid var(--pink);
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}



.collection-link {
    color: var(--pink);
    text-transform: uppercase;
    background: var(--offwhite);
    transition: var(--trans);
    width: 100%;
    text-align: center;
    border: 1px solid var(--pink);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2000px;
    padding: 5px;
    font-size: 15px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.collection-link:hover {


    -moz-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    -webkit-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
}


.collection-link.active {
    font-weight: 700;
    background: var(--pink);
    border-radius: 2000px;
    border: 1px solid var(--pink);
    color: var(--white);

    -moz-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    -webkit-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    box-shadow: 0 5px 6px rgba(246, 175, 206, .6);

}


.product-card-outer.fade-out {
    opacity: 0;
    pointer-events: none;
}

.product-card-outer.hidden {
    display: none;
}

.img-cont {
    position: relative;
    width: 100%;
    padding-top: 130%;
    border: 1px solid var(--pink);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--trans)
}


.img-cont:hover {

    -moz-box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
    -webkit-box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
    box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
}

.main-prod-img,
.hover-vid-cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease;
}


.main-prod-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.main-prod-img {
    z-index: 2;
    opacity: 1;
}

.hover-vid-cont {
    z-index: 1;
}

.hover-vid-cont video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* On hover */
.product-card-outer:hover .main-prod-img {
    opacity: 0;
}


.tag-row {
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    width: 100%
}


.tag-price-cont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    left: 0
}

.tag-prod {
    min-width: 150px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    background: var(--offwhite);
    border: 1px solid var(--pink);
    text-transform: uppercase;
    font-weight: bold;
    color: var(--pink);
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.price-prod {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: var(--pink);
    border: 1px solid var(--offwhite);
    text-transform: uppercase;
    font-weight: bold;
    color: var(--offwhite);
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    transition: all 0.5s ease;
}


.product-card-outer:hover .tag-prod {
    background: var(--pink);
    color: var(--offwhite);
    border: 1px solid var(--offwhite);
}

.product-card-outer:hover .price-prod {
    background: var(--offwhite);
    color: var(--pink);
    border: 1px solid var(--pink);
}

.text-cont {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

#swiper-section {
    margin-top: 0px;
    margin-bottom: 0px;
}


.swiper {
    width: 100vw;
    height: auto;
    overflow: visible;
}


.swiper-slide {
    padding: 8px;
    width: fit-content;
    height: auto;
}



.swiper-cont {
    position: relative;
    overflow-x: hidden;
}

.swiper-outer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}




.swiper-button-cont.cont-right {
    width: 10vw;
    height: 100%;
    display: flex;
    background: linear-gradient(270deg, rgba(248, 242, 232, 1) 0%, rgba(248, 242, 232, 0.46) 60%, rgba(248, 242, 232, 0) 100%);
    margin: 0px;
    display: flex;
    right: 0px;
    top: 0;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
}


.swiper-button-cont.cont-left {
    width: 10vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 242, 232, 1) 0%, rgba(248, 242, 232, 0.46) 60%, rgba(248, 242, 232, 0) 100%);
    margin: 0px;
    left: 0px;
    top: 0;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
}


.swiper-button-cont.cont-right.pinkgrad {
    background: linear-gradient(270deg, rgba(246, 175, 206, 1) 0%, rgba(246, 175, 206, 0.46) 60%, rgba(246, 175, 206, 0) 100%);
}

.swiper-button-cont.cont-left.pinkgrad {
    background: linear-gradient(90deg, rgba(246, 175, 206, 1) 0%, rgba(246, 175, 206, 0.46) 60%, rgba(246, 175, 206, 0) 100%);
}






.swipper-btt-cont {
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-5vh);
}



.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0px !important;
    left: 0px !important;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: 0px !important;
    left: 0px !important;
}



.right {
    transform: rotate(180deg);
    margin-left: auto !important;
    margin-right: 15px !important;
}


.swipper-btt-cont {
    position: relative;
    height: 65px;
    width: 60px;
    padding: 10px;
    cursor: pointer;
    pointer-events: auto;
}

.swipper-btt-top {
    height: 60px;
    width: 60px;
    background: var(--offwhite);
    border: 1px solid var(--pink);
    border-radius: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: var(--trans);
}

.svg-cont {
    max-width: 23px;
    margin-left: 15px;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st0 {
    fill: var(--pink);
    transition: var(--trans);
}

.swipper-btt-btm {
    height: 60px;
    width 60px;
    background: var(--lightpink);
    border: solid 1px var(--pink);
    border-radius: 500px;
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    z-index: 0;
    transition: var(--trans);




    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);





}



.swipper-btt-cont:hover .swipper-btt-top {
    transform: translateY(6px);
    background: var(--pink);
}

.swipper-btt-cont:hover .st0 {
    fill: var(--offwhite);
}


.feat-prod {

    padding-top: 5vh;
    padding-bottom: 5vh;

}


.feat-prod-outer {
    background: var(--offwhite);
    border: solid 2px var(--pink);
    border-radius: 20px;
    transition: var(--trans)
}







.feat-prod-inner {
    padding: 30px;
    display: flex;
    flex-direction: row;

}






.feat-product-text {
    max-width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;

}

.feat-product-image {
    max-width: 50%;
    min-width: 50%;
    background: blue;
    padding-top: 50%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

}


.prod-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 70px;
}

.feat-prod-snippet {
    max-width: 45ch;
    padding-top: 20px;
    padding-bottom: 20px;


}


.feat-product-text .btt {
    margin-top: 70px;
}

.prod-img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;

}


.ticker-outer {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    position: relative;
}

.ticker-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
    transition: none;


    overflow-x: hidden;
    overflow-y: hidden;
}

#instaticker {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tick-slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1vw;
    /* for spacing */
}


.ticker-img {

    min-width: 270px;
    min-height: 40px;
    max-height: 100px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 300px;


}

#shopify-section-template--26498567569748__chimac_ticker_g767yN .ticker-img {
    object-fit: scale-down;
}



.loox-trust-badge-widget-content {
    background: transparent
}





.reviews_row {
    display: flex;
    flex-direction: row;
    overflow: scroll
}


.review_card {

    color: white;
    min-width: 100%;
    width: 100%;
    border: 2px solid white;
    border-radius: 20px;
    max-width: 50px;
    background: var(--pink);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    min-height: 100%;
}



.review_card:nth-child(2n) {
    background: var(--blue) !important;
}




.review_card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;

}


.reviews-img-cont {

    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 300px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;


}


.review-img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.reviews-press-img-cont {

    width: 70%;
    margin-left: auto;
    margin-right: auto;

}

.review-press-img {
    max-width: 100%;
    max-height: 80px;
}


.footer-section {
    margin-top: auto;
}



.quote-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    min-height: 80px;
}

.quote-wrapper h4 {
    font-size: calc(1em + .05vmin);
}


#swiper-section-reviews .swipper-btt-cont {
    transform: translateY(-1vh) !important
}


.love-row {

    grid-column: span 12;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;


}

.love-card {

    grid-column: span 3;
    text-align: center;

}

.bottle-card{    grid-column: span 3; }

.mobile-bottom-img-cont{display:none}


.love-img {
    background: white;
    position: relative;
    border-radius: 5000px;
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-left: auto;
    margin-right: auto;
}


.love-graph {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 60%;
}


.bottle-img {
    max-width: 100%;
}

#bottle-1 {
    transform: rotate(-32deg) translate(20px, 0px) scale(0.6, 0.6);
}

#bottle-2 {
    transform: rotate(33deg) translate(2px, 0px) scale(0.8, 0.8)
}

#bottle-3 {
    transform: rotate(-24deg) translate(0px, -8px) scale(.45, .45);
}

#bottle-4 {
    transform: rotate(11deg) translate(-10px, 60px) scale(0.65, 0.65)
}



#story {

    min-height: 80vh;
    background-image: url('https://cdn.shopify.com/s/files/1/0950/5256/2773/files/ChimacWeb.jpg?v=1759228020');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;

}

.story-cont {
    grid-column-start: 7;
    grid-column-end: 13;
    z-index: 3;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;


}


.section-overlay {

    width: 100%;
    height: 100%;
    background: #D9D9D9;
    opacity: .35;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}


.tag-opt-cont {

    grid-column-start: 1;
    grid-column-end: 7;
    background: white;
    border-radius: 20px;

}

.tag-opt-cont-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;

}


.tag-button-large {

    padding: 7px;
    border-radius: 60px;
    min-height: 50px;
    border: 2px solid var(--blue);
    min-width: 100%;
    text-transform: uppercase;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: var(--blue);
    color: var(--offwhite);
    transition: var(--trans);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.tag-button-large:hover {
    background: var(--offwhite);
    color: var(--blue);




    -moz-box-shadow: 0 4px 4px rgba(17, 0, 102, 0.39);
    -webkit-box-shadow: 0 4px 4px rgba(17, 0, 102, 0.39);
    box-shadow: 0 4px 4px rgba(17, 0, 102, 0.39);



}



.recipe-cont {

    grid-column-start: 7;
    grid-column-end: 13;
    background: white;
    border-radius: 20px;

    transition: var(--trans);

}



#ajax-results {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-column: span 12;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 12px;
}


.recipe-card-outer:hover .background-imge-recipe {
    transform: scale(1.025);
}







.recipe-grid-wrapper {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-column: span 12;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 12px;
}




.filter-loading {
    position: absolute;
    background: var(--offwhite);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: var(--trans)
}



.filter-loading.active {
    opacity: 1;
    pointer-events: auto;
}



.tag-cont {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 1em;
    padding-top: 5vh;
    padding-bottom: 5vh;


}



.recipe-image-cont {

    position: relative;

    background-size: cover;
    background-position: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: var(--trans);
    overflow: hidden;
    cursor: pointer;
    padding-top: 100%;
    margin-bottom:auto;

}

.background-imge-recipe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: var(--trans);
}


.recipe-card-outer {
    border-radius: 20px;
    border: 1px solid var(--blue);
    overflow: hidden;
    transition: var(--trans);
    background: white;






    opacity: 1;

    pointer-events: auto;

    display: flex;
    align-items: stretch;
    flex-direction: column;

    min-height: 100%;

}

.recipe-card-outer.fading-out {
    opacity: 0;
}





.recipe-card-outer.hidden {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -9999px;
}






.recipe-card-outer:hover {
    background: var(--lightpink);



    -moz-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    -webkit-box-shadow: 0 5px 6px rgba(246, 175, 206, .6);
    box-shadow: 0 5px 6px rgba(246, 175, 206, .6);




}

.recipe-text-cont {
    padding: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height:300px;


}

.recipe-tag-cont {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-wrap:wrap
}




.recipehomeimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}




.tag-recipe {
    padding: 5px;
    min-width: 130px;
    max-width: 130px;
    border: 1px solid var(--blue);
    border-radius: 60px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--white);
    color: var(--blue);
    text-align: center;
    width: 100%;
    justify-content: center;
    transition: var(--trans);
    margin-bottom:10px;
}

.tag-recipe:hover {

    color: var(--white);
    background: var(--blue);


}






.level-img {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;

}


.levels-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}

.level {
    padding: 7px;
    min-width: fit-content;
    border: 1px solid var(--blue);
    border-radius: 60px;
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;

}


.coverlink {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;


}


.level-text {
    margin-right: auto;
    margin-left: auto;
}




#hero {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
    overflow: hidden;

}


.hero-text-cont {
    grid-column: span 12;
    margin-top: auto;
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.hero-cont {
    height: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}





.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}





.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.instafeed-new-layout-item {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}



.image-insta-cont {
    transition: var(--trans)
}


.image-insta-cont:hover {
    -moz-box-shadow: 0 8px 9px rgba(246, 175, 206, .8);
    -webkit-box-shadow: 0 8px 9px rgba(246, 175, 206, .8);
    box-shadow: 0 8px 9px rgba(246, 175, 206, .8);
    transform: translateY(-5px)
}


.social-links {
    display: flex;
    width: 250px;
    justify-content: space-evenly;
}




.social-link-cont {
    transition: var(--trans);
}

.social-link-cont:hover .social-img {

    cursor: pointer;
    opacity: .75;
    transform: translateY(-5px)
}



.social-img {
    transition: var(--trans);
}






#footer {
    background: var(--pink);
    padding-top: 20px;
    padding-bottom: 20px
}

.center-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.social-media-block {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    transition: var(--trans);
}

.social-link {
    transition: var(--trans);
}

.social-media-block:hover .social-link:not(:hover) {
    opacity: .45
}



.social-link {
    max-width: 150px;
}

.footer-links-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    width: 100%
}

.footer-links-col {
    display: flex;
    flex-direction: column;
    max-width: 33%;
    padding: 20px;
    align-items: center;
    width: 33%;
}

.footer-links-col a {
    color: white;
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}

.bottom-link {
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}

.bottom-link:hover {
    border-bottom: 2px solid #fff;
}

.footer-links-col a:hover {
    border-bottom: 2px solid #fff;
}


.footer-links-col p {
    padding-top: 10px;
}

.footer-links-col strong {
    color: white;
}




.image-insta-cont {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 20px;
    border: 2px solid #fff;

    min-width: 350px;
    max-width: 350px;
    min-height: 450px;
    max-height: 100%;
    margin-right: 30px;
    margin-left: 30px;

    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 200px
}


.image-insta-cont:hover {
    cursor: pointer;
}


.image-insta-cont:nth-child(2n) {
    margin-top: 200px;
    margin-bottom: 0px
}

.insta-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}





/* nav */
#main-nav {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 140px;

    background: #EE365C;
    background: linear-gradient(180deg, rgba(238, 54, 92, 0.61) 0%, rgba(238, 54, 92, 0) 72%);
}

#reg-nav {
    position: relative;
    z-index: 500;
    width: 100%;
    height: 140px;

    background: var(--offwhite)
}


#reg-nav-ab {
    width: 100%;
    position: absolute;
    z-index: 300;
}




#reg-nav a {
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}

#reg-nav a:hover:not(.logo-link):not(.cart-link) {
    border-bottom: 2px solid var(--blue);
}



#reg-nav-ab a {
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}

#reg-nav-ab a:hover:not(.logo-link):not(.cart-link) {
    border-bottom: 2px solid var(--blue);
}








#main-nav a {
    color: white;
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}

#main-nav a:hover:not(.logo-link):not(.cart-link) {
    border-bottom: 2px solid #fff;
}


#main-nav p {
    color: white;
}

.logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.links-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-cont {
    height: 30px;
    width: 30px;
    position: relative;
}

.cart-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}








#cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--pink);

    border-radius: 50px;

    color: white;
    height: 25px;
    width: 25px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.visually-hidden {
    opacity: 0;
    visibility: hidden;
}





.product-form-container {
    background: white;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--pink);
    display: flex;
    flex-direction: column;
    color: var(--pink);
    margin-top: 20px;
    margin-bottom: 20px;
}



.prod-img-cont {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    padding-top: 100%;
    border: solid 1px var(--pink);

}

.prod-image-gallery {
    margin-bottom: 5vh;
}


fieldset {
    appearance: none;
    border: 0px;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid;
}


fieldset legend {
    font-weight: 700;
    margin-bottom: 15px;
}



.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.variant-pill {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.variant-input {
    display: none;
}

.variant-label {
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--pink);
    border-radius: 999px;
    background-color: var(--offwhite);
    color: var(--pink);
    transition: all 0.2s ease;
    min-width: 70px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.variant-input:checked+.variant-label {
    background-color: var(--pink);
    color: #fff;
    border-color: var(--pink);
}

.variant-input:disabled+.variant-label {
    opacity: 0.5;
    cursor: not-allowed;
}



.cart-cont-shop-link-outer {
    text-align: center;
    margin-top: 1.5vh;
    font-weight: 800;
}


.cart-cont-shop-link {
    border-bottom: 2px solid transparent;
    transition: var(--trans);
}


.cart-cont-shop-link:hover {
    border-bottom: 2px solid var(--blue);
}


.prod-img-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;


}


.swiper-main-prod {
    overflow: hidden;
}

.swiper-thumb-prod {
    overflow: hidden;
}

.swiper-main-prod .swiper-slide {
    opacity: 1;
}


.swiper-thumb-prod .swiper-slide {
    opacity: .35;
    transition: var(--trans)
}





.swiper-thumb-prod .swiper-slide-thumb-active {
    opacity: 1
}




.prod-desc {
    color: var(--pink);
    padding-top: 20px;
    padding-bottom: 20px
}

.prod-desc p {
    color: var(--pink);
}


.sealsubs-container .sls-purchase-options-container .sls-option-container.sls-active,
.sealsubs-container .sls-option-container.sls-active {
    box-shadow: 0px 2px 4px rgba(238, 54, 92, .52)
}

.sls-option-container.sls-active .sls-selling-plan-group-name {
    font-weight: bold;
    opacity: 1
}

.sls-option-container .sls-selling-plan-group-name {
    font-weight: 500;
    opacity: .65
}

.sealsubs-container {
    margin-bottom: 0px;
}

.sls-more-info-popup-content {
    font-size: 14px;
}

#seal-purchase-options-label {
    font-size: 14px;
    font-weight: bold;
}

[data-product] .sls-purchase-options-container {
    margin-top: 10px;
}

.sealsubs-target-element .sls-custom-radio,
.sls-option[type="radio"]+span.sls-custom-radio {
    background: var(--offwhite);
}


.sealsubs-target-element .sls-option[type="radio"]:checked+.sls-custom-radio::after {
    width: 14px;
    height: 14px;
}

.quant-row {
    display: grid;
    padding-top: 20px;

    align-items: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
}




.quant-row button {


    appearance: none;

    overflow: hidden;
    background: var(--pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pink);
    border-radius: 5px;
    padding-block: 0px;
    height: 100%;
    padding-inline: 0px;


}


.quant-row button.active .btt-qnt-row {
    background: var(--lightpink);
}



.discount-row {
    min-height: 30px;
    color: var(--offwhite);
    font-weight: bold;
    font-size: 12px;
}


.btt-qnt-row {
    background: var(--offwhite);
    color: var(--pink);
    font-size: 20px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: var(--trans)
}

.discount-row {
    min-height: 30px;
    color: var(--offwhite);
    padding: 5px;
    width: 100%;
}




[for="quantity"] {
    font-size: 14px;
    font-weight: bold;
}

.quantity {
    padding: 5px;
    border: 1px solid var(--pink);
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: var(--pink);
    text-align: center;
    margin-left: 10px;
    background: var(--offwhite);
    margin-left: 0px;

}




.custom-input .quantity {
    margin-left: 10px;
    margin-right: 10px;
}


.custom-input {
    grid-column: span 5;

    display: grid;
    grid-template-columns: 20% 60% 20%;

}


.btnqty {
    height: 100%;
    width: 100%;
    min-height: 100%;
    background: var(--pink);
    padding: 10px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}





#bulk {
    display: none;
    margin-top: 20px
}

#no-bulk {
    margin-top: 0px;
}

.btnqty svg {
    max-height: 20px;
    max-width: 20px;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}





.product-accord-cont {
    border: 1px solid var(--pink);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tab-row {
    border-bottom: 1px solid var(--pink);
    display: flex;
    justify-content: space-between;
}

.tab-head {
    background: transparent;
    border: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--pink);
    cursor: pointer;
    transition: var(--trans)
}



.tab-body {
    padding: 20px;
    font-size: 15px;
    transition: var(--trans)
}


#tab-2 {
    border-right: 1px solid;
    border-left: 1px solid;
}


.tab-head[aria-selected="true"] {
    color: var(--white);
    background: var(--pink)
}


.recipe-cont-prod {
    background: white;
    border-radius: 20px;
    border: 1px solid var(--blue);


}



.padder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    padding: 20px;
}


.recipe-col {
    min-width: 100%;
    border-radius: 10px;
}

.main-link {
    background: var(--lightblue);
    text-align: center;
    border-radius: 10px;
    transition: var(--trans);
}

.main-link:hover {

    background: var(--lightpink);

}

.recipe-img-cont-prod {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.recipe-image-back {
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.main-info {
    background: var(--offwhite);
    border-radius: 10px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.recipe-col-inner {
    padding: 20px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.recipe-image-back-full {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat
}


.userow {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    color: var(--blue);
    text-align: center;

    padding-bottom: 30px;
    padding-top: 30px;
}

.uses-cont {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 20px;
}

.how-to-use-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 30%;
    text-align: center;
    min-width: 30%;
    color: var(--pink)
}

.use-img-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 500px;
    height: 120px;
    width: 120px;
    margin-bottom: 20px
}


.recipe-col-inner hr {

    border: 1px solid white;
    width: 100%;



}


#product-recipes {
    margin-bottom: 10vh
}










#sidecart {


    min-width: 100vw;
    min-height: 100vh;
    background: rgba(248, 242, 232, .3);
    z-index: 580;
    opacity: 1;

    backdrop-filter: blur(4px);
    position: fixed;

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

    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

#sidecart.active {
    display: grid;
    /* grid only when active */
    opacity: 1;
    pointer-events: auto;
}





body.cart-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}



.side-cart-main {
    grid-column-start: 2;
    background: var(--lightpink);

    transform: translateX(100%);
    /* start offscreen to the right */
    transition: transform 0.8s ease;


}

.cart-total-price {
    font-family: "PublicNotice";
}




#sidecart.active .side-cart-main {
    transform: translateX(0);
    /* slide into view */
}




.side-cart-inner {
    padding: 20px;
    max-width: 900px;
    overflow-y: auto;
    max-height: 100vh;
}

.sidecart-middle-row {
    padding: 10px;
    border-radius: 20px;
    background: white;
    border: 1px solid var(--pink)
}


.sidecart-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}



.closecart {
    height: 35px;
    width: 35px;
    /* padding: 20px; */
    background: white;
    border-radius: 400px;
    border: 2px solid var(--pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--trans);
}


.closecart:hover .lineclose {
    stroke: white;
}

.closecart:hover {
    background: var(--pink);
}



.closecart svg {
    width: 15px;

    height: 15px;
}





.item-title {
    font-weight: bold
}


.item-img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--pink);
    margin-right: 20px;
    height: 100px;
}


.item-row {
    display: none;
    flex-direction: row;
    padding: 20px;
    align-items: flex-start;
}


.item-row:not(:first-of-type) {
    border-top: 1px solid var(--lightpink)
}


.remove-item {
    appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: white;
    border: 1px solid var(--pink);
    display: flex;
    transition: var(--trans);
    cursor: pointer;
}

.remove-item svg {
    transition: var(--trans);
}

.lineclose {
    transition: var(--trans);
}

.remove-item:hover {
    background: var(--pink)
}

.remove-item:hover .lineclose {
    stroke: white;
}



.remove-col {
    margin-left: auto;
}


.item-controls {
    width: 100px;
    background: var(--offwhite);
    border: 1px solid var(--pink);
    border-radius: 200px;
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    transition: var(--trans);
    cursor: pointer;
}


.decrease-qty {
    appearance: none;
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    width: 30px;
    border-right: 1px solid var(--pink);
    display: flex;
    color: var(--pink);
    align-items: center;
    justify-content: center;
    transition: var(--trans);
    cursor: pointer;


    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.increase-qty {
    appearance: none;
    background: transparent;
    border-top: 0px;
    border-left: 1px solid var(--pink);
    border-bottom: 0px;
    width: 30px;
    border-right: 0px;
    display: flex;
    color: var(--pink);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--trans);

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.increase-qty:hover {
    color: white;
    background: var(--pink);
}

.decrease-qty:hover {
    color: white;
    background: var(--pink);
}


.item-qty {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: flex;
    color: var(--blue);
    align-items: center;
    justify-content: center;
}

.item-text {
    min-height: 100px;
    display: flex;
    flex-direction: column;
}


.cart-note-row {
    padding: 10px;
    border-radius: 20px;
    background: white;
    border: 1px solid var(--pink);
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}



#cart-note-form {
    height: 100%;
    width: 100%;
    background: transparent;
    border: 0px;
    color: var(--blue);
    font-size: 1em;
    font-family: "proxima-soft";
    line-height: 1.4em;
    margin: 0px;
    color: var(--blue);
    padding: 20px;
    padding-top: 0px;
}

#cart-note-form lable {
    color: var(--pink)
}




[name="note"] {
    min-width: 100%;
    min-height: 150px;
    border: 0px;
}



.sidecart-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between
}


.cart-btt-cont {
    margin-top: 20px;
    margin-bottom: 20px;
}









.recipelanding {
    grid-column: span 12;
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 5vh;
}


.recipelanding-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.recipe-col-land {
    max-width: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.recipe-col-land h2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.text-col-inner {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 10vh;
}




.img-col-inner {
    max-height: 100%;
    padding-top: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid white;
}


.imagerecipe-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}














.recipe-box {
    background: white;
    border-radius: 20px;
    border: 1px solid var(--blue);
    margin-bottom: 20px;
}



.recipe-box-title {
    border-bottom: 1px solid var(--blue);
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}





.recipe-box-inner .metafield-rich_text_field {
    padding: 20px;
    color: var(--blue)
}





.recipe-box-inner .metafield-rich_text_field ol {
    padding: 20px;
    padding-top: 0px;
    margin-left: 23px;
    counter-reset: item;
    list-style-type: none;
}


.recipe-box-inner .metafield-rich_text_field ol li:before {
    content: counter(item) "  ";
    counter-increment: item;

    position: absolute;
    left: -45px;
    font-family: "PublicNotice";
    color: var(--pink);
    margin-right: auto;
    font-size: 24px;
}



.recipe-box-inner .metafield-rich_text_field ul {
    padding: 20px;
    padding-top: 0px;
}

.recipe-box-inner .metafield-rich_text_field ul li {
    margin-bottom: 5px;
}

.recipe-box-inner .metafield-rich_text_field ol li {
    margin-bottom: 20px;
    position: relative;
}



.recipe-box-inner .metafield-rich_text_field ol li::marker {
    font-family: "PublicNotice";
    color: var(--pink);
    margin-right: auto;
    font-size: 24px;
}

.recipe-box-inner .metafield-rich_text_field ul li::marker {
    color: var(--pink)
}

#recipe-landing {
    background: var(--lightblue);
    margin-bottom: 5vh;

    position: relative;
}


.recipetag {
    transition: var(--trans);
}


.recipetag:hover {
    background: var(--pink);
    color: var(--offwhite);
    border: 1px solid var(--offwhite);
}






.recipe-prod-link-cont {
    display: flex;
    flex-direction: row;
    position: relative;
}


.recipe-prod-link {
    padding: 20px;
    transition: var(--trans);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.recipe-prod-link:hover {
    background: var(--lightpink)
}

.recipeimageprod {
    height: 150px;
    width: 150px;
    border-radius: 20px;
}

.text-block-recipeprod {
    padding-left: 20px;
}


#like-recipes {
    padding-bottom: 10vh;
}








.pag-cont {
    grid-column: span 12;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
}



.page {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: var(--lightblue);
    display: flex;
    color: var(--blue) cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    margin-right: 5px;
    margin-left: 5px;
    transition: var(--trans);
    position: relative
}


.page:hover {
    background: var(--blue);
    color: var(--lightblue);



    -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    box-shadow: 0 4px 4px rgba(19, 64, 106, .4);




}


.page.active {
    background: var(--blue);
    color: var(--lightblue)
}

.page a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.next {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: var(--lightblue);
    display: flex;
    color: var(--blue) cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    margin-right: 5px;
    margin-left: 5px;
    transition: var(--trans);
    position: relative
}


.next a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.next:hover {
    background: var(--blue);
    color: var(--lightblue);




    -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    box-shadow: 0 4px 4px rgba(19, 64, 106, .4);



}


.prev {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: var(--lightblue);
    display: flex;
    color: var(--blue) cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    margin-right: 5px;
    margin-left: 5px;
    transition: var(--trans);
    position: relative
}


.prev a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.prev:hover {
    background: var(--blue);
    color: var(--lightblue);
    -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
}


.filters-blog {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    margin-bottom: 20px
}

#blog-tag-select {
    padding: 0.5rem 2rem 0.5rem 1rem;
    margin-left: 20px;
    border-radius: 300px;
    color: var(--blue);
    font-size: 16px;
    min-width: 160px;
    /* desktop baseline */
    height: 44px;
    /* mobile-friendly height */
    font-size: 16px;


    border: 1px solid var(--blue);
    background: #fff url('https://cdn.shopify.com/s/files/1/0950/5256/2773/files/arrow-down.svg?v=1756218260') no-repeat right 1rem center / 1rem auto;
    appearance: none;
    cursor: pointer;
    font-weight: 700;
}

select option {
    padding: 0.5rem;
    background: #fff;
    color: #222;
}

select option:hover {
    background: #f0f0f0;
}

.filters-blog p {
    margin-top: auto;
    margin-bottom: auto
}

select {
    appearance: none;
    /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f0f0f0;
    background: url('path-to-your-icon.svg') no-repeat right 0.75rem center / 1rem auto;
}



.recipemonth-cont {
    grid-column: span 12;
    display: flex;
    background: var(--lightblue);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--blue);
    margin-bottom: 40px;
    position: relative;
    transition: var(--trans)
}



.recipemonth-col {
    min-width: 50%;
    width: 100%;
    max-width: 50%;
}

.recipemonth-text-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.recipemonth-img {
    padding-top: 50%;
    position: relative
}

.rm-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.recipe-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.recipemonth-cont:hover {

    background: var(--blue);
}

.recipemonth-cont h2 {
    transition: var(--trans)
}

.recipemonth-cont p {
    transition: var(--trans)
}

.recipemonth-cont h5 {
    transition: var(--trans)
}

.recipemonth-cont:hover h2 {
    color: white
}

.recipemonth-cont:hover h5 {
    color: white
}

.recipemonth-cont:hover p:not(.margin) {
    color: white
}






/* stockists */

#stockists {
    background: var(--lightpink)
}

.landing-stockist {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.landing-stockist h1 {
    margin-top: 20vh;
    margin-bottom: 5vh;
}

.landing-stockist h3 {
    max-width: 35ch;
    margin-bottom: 10vh;
}


.stockist-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    grid-gap: 20px;
    grid-column: span 12;
}

.gall-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.stockist-img {
    max-width: 90%;
    object-fit: contain;
    width: 100%;
    max-height: 220px;
    padding: 10px;

}




.wholesale-cta {
    background: var(--white);
    border: 1px solid var(--pink);
    border-radius: 20px;
    grid-column: span 12;
    display: flex;
    flex-direction: row;
    margin-top: 5vh;

    min-height: 50vh;

}

.wholesale-cta-col {
    max-width: 50%;
    padding: 30px;
    width: 100%;
}


.wholesale-cta-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wholesale-cta-text h4 {
    margin-top: 7vh
}

.wholesale-cta-text h5 {
    max-width: 45ch;
}

.wholesale-cta-img {
    display: flex;
    align-items: center;
}


.whole-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}


.partners-cont {
    background: var(--white);
    border: 1px solid var(--pink);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    margin-top: 5vh;

    text-align: center;
}


.partners-cont h4 {
    padding-top: 30px;
}


.partners-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 70px;

    grid-gap: 10px;
}


.partners-img-cont {
    background: var(--offwhite);
    grid-column: span 1;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    transition: var(--trans)
}

.partners-img-cont:hover {
    -moz-box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
    -webkit-box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
    box-shadow: 0 4px 5px rgba(246, 175, 206, .6);
}



.partners-img {
    max-width: 300px;
    width: 100%;
    min-height: 100px;
    object-fit: contain;
}


.ankot-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    margin-bottom: 2vh;
}


.ANKOTSTORE-img {
    width: 100%
}



.login-btt-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 3vh;
}

.ANKOTSTORE-text {
    margin-bottom: 2vh;
    margin-top: 5vh;
}






/* awards */

#awards {
    background: var(--white)
}



.award-card {
    border-radius: 20px;
    border: solid 1px var(--offwhite);
    transition: var(--trans);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: var(--lightpink);
    position: relative
}


.award-card:nth-child(even) {
    background: var(--lightblue)
}

.award-card-inner {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.award-card-image {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.award-logo {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    z-index: 3
}

.prodimg-award {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.award-card-text {
    text-align: center;
    padding: 10px;
}

.award-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}



.award-card:hover {
    -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    background: var(--offwhite);
}


#about-landing {
    position: relative;


    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;



}



.about-landing {
    margin-top: 10vh;
    margin-bottom: 0vh;
    padding: 20px;
}

.about-landing h5 {
    margin-left: auto;
    margin-right: auto;
    max-width: 75ch;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 3vh;
}

.about-landing-imgcont {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.about-landing-imgcont img {
    height: 100%;
    width: 100%;
    max-width: 1200px;
}












.year-cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
    margin-top: 12vh;
    margin-bottom: 12vh;
    max-width: 1350px;
    z-index: 3;
}




.year-cont:last-of-type {
    margin-bottom: 30vh;
}


.year-box {
    grid-column-start: 5;
    grid-column-end: 15;
    background: white;
    border-radius: 20px;
    border: 1px solid var(--pink);
    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 10
}

.year-box-inner {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.year {

    grid-row-start: 1;
    grid-row-end: 2;
    z-index: 20;
}


.left-lay {
    top: -62px;
    left: 0px;
    position: absolute;
    grid-column-start: 3;
    grid-column-end: 5;
}

.year-lay-1 {
    transform: rotate(-20deg);
}

.year-lay-2 {
    transform:rotate(17deg) translate(-139px, -15px)
}

.right-lay {
    top: -41px;
    left: 25px;
    position: absolute;
    grid-column-start: 13;
    grid-column-end: 15;
}







.bigyear {
    font-size: 101px
}

.yearimg-cont {

    grid-row-start: 1;
    grid-row-end: 2;
    position: relative;
}

.leftimg {
    grid-column-start: 14;
    grid-column-end: 18;
}

.rightimg {
    grid-column-start: 2;
    grid-column-end: 5;
}


.year-img {
    border: 1px solid var(--pink);
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    min-width: 200px;
    min-height: 300px;
    max-width: 200px;
    max-height: 300px;
}

.top-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.btt-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



.lay1.top-img {
    left: 40px;
    top: -77px;
    transform: rotate(24deg);
    z-index: 2;
}





.lay1.btt-img {
    left: 67px;
    top: 147px;
    transform: rotate(-24deg);
}




.lay2.top-img {
    left: 59px;
    top: -74px;
    transform: rotate(-34deg);
    z-index: 2;
}





.lay2.btt-img {
    left: 76px;
    top: 172px;
    transform: rotate(22deg);
}



/* Scroll section */
#scroller {
    position: relative;
    height: 15500px;
    /* big enough to test scroll */


}





/* Full overlay SVG */
#scrollSVG {
    position: absolute;
    top: -150vh;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* The path (visible for debugging) */
#scrollPath {
    stroke: var(--pink);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    fill: none;

    stroke-dasharray: 4 8;
    /* 4px dash, 8px gap */
    stroke-linecap: round;
    /* makes the dots round instead of square */
}

/* The follower circle */
#follower {
    fill: var(--pink);

}

.section-cont {
    position: absolute;
    top: 50vh;
    bottom: 0;
    left: 0;
    right: 0;
}


.top-grad {
    position: absolute;
    top: 0vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
    background: #F6F2E9;
    background: linear-gradient(180deg, rgba(246, 242, 233, 1) 0%, rgba(246, 242, 233, 0) 80%);
    z-index: 1;
}


.bottom-grad {
    position: absolute;

    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
    background: #F6F2E9;
    background: linear-gradient(0deg, rgba(246, 242, 233, 1) 0%, rgba(246, 242, 233, 0) 80%);
    z-index: 1;
}


/* reg pages */




.rte {
    margin-top: 5vh;
    margin-bottom: 20vh;
    display: flex;
    overflow: hidden;

}


.rte h5 {
    color: var(--pink)
}


.rte img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 5vh;
}

.rte h2 {
    color: var(--pink)
}

.main-title-page {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}




#mobile-side-nav {
    display: none
}

.hamburger-mobile-cont {
    display: none
}



.form-cont {
    min-width: 300px;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border-radius: 20px;
    background: white;
    margin-top: 4vh;
    margin-bottom: 5vh
}



.contact-form input {
    border: var(--grey) 1px solid;
    padding: 7px;
    font-size: 18px;
    border-radius: 5px
}

.contact-form textarea {
    border: var(--grey) 1px solid;
    padding: 7px;
    font-size: 18px;
    border-radius: 5px
}

.contact-form select {
    border: var(--grey) 1px solid;
    padding: 7px;
    font-size: 18px;
    border-radius: 5px;
    color: grey;
    position: relative;
    width: 100%;
}

.select-cont {
    position: relative;
}



.select-cont:before {
    content: "";
    height: 10px;
    width: 20px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    background-image: url(/cdn/shop/files/chimac-select.png?v=1761129505);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}







.contact-form {
    display: flex;
    flex-flow: column;
}



.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}


.form-group label {
    font-size: 18px;
    font-weight: bold;
    color: var(--pink);
}


.btn-contact {
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    width: 100%;
    padding: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--trans);
    height: 40px;
    line-height: 1;

    border: solid 1px var(--blue);
    background: var(--blue);
    color: var(--offwhite);
}

.btn-contact:hover {
    cursor: pointer;
    border: solid 1px var(--blue);
    background: var(--offwhite);
    color: var(--blue);
}




.faq-accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid var(--grey);
    padding: 0.75rem 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.accordion-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.accordion-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url(/cdn/shop/files/chimac-select.png?v=1761129505)
}

/* Rotate arrow when open */
.accordion-header[aria-expanded="true"] .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content {
    padding: 0.75rem 0 0;
}


.top-title-faq {
    text-align: center
}

.accordion-wrapper {
    padding: 20px;
    background: white;
    border-radius: 20px;
    margin-bottom: 30px;
}

















/* Mobile to Tablet: 480px to 767px */
@media (min-width: 180px) and (max-width: 767px) {




    .footer-links-row {
        flex-direction: column;
    }



    .footer-links-col {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding: 20px;
        align-items: center;
        width: 100%;
    }







    .btn-contact:active {
        background: var(--offwhite);
        color: var(--blue);
        border: solid 1px var(--blue);
        transform: translateY(3px);
        /* 👈 pressed down */
    }

    .hero-text-cont {
        justify-content: center;
        padding-top: 40vh;
    }





    h1 {
        font-size: calc(1em+ 5vmin);
        font-family: "PublicNotice";
        line-height: 1.4em;
        margin: 0px
    }


    .hero-head {
        font-size: calc(1em + 5vmin);
        font-family: "PublicNotice";
        line-height: 1.1em;
        margin: 0px;
        color: var(--white);
        text-align:center;
    }

    h2 {
        font-size: calc(1em+ 1.5vmin);
        font-family: "PublicNotice";
        line-height: 1.4em;
        margin: 0px
    }

    .prod-title {
        font-size: calc(1em + 5vmin);
        line-height: 1em;
        padding-bottom: 0px;
    }

    h3 {
        font-size: calc(1em + 1.15vmin);
        font-family: "proxima-soft";
        line-height: 1.4em;
        margin: 0px
    }

    h4 {
        font-size: calc(1em + .15vmin);
        font-family: "PublicNotice";
        line-height: 1.2em;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .tick-slide h4 {
        font-size: calc(1em + 5vmin);
    }


    h4 a {

        font-family: "PublicNotice";
        line-height: 1.4em;
        cursor: pointer !important;

    }



    h5 {
        font-size: calc(1em + .15vmin);
        font-family: "proxima-soft";
        line-height: 1.4em;
        margin: 0px
    }



    h6 {
        font-size: 1em;
        font-family: "PublicNotice";
        line-height: 1.4em;
        margin: 0px
    }



    .surtitle {
        font-size: calc(.9em);
        font-family: "proxima-soft";
        font-weight: bold;
        line-height: 1em;
        margin: 0px;
        text-transform: uppercase;
        letter-spacing: 0.25em;
        margin-top: 20px;
    }



    p {
        font-size: 16px;
        font-family: "proxima-soft";
        line-height: 1.2em;
        margin: 0px;
        color: var(--blue)
    }








    p a {
        cursor: pointer !important;
    }

    .margin {
        font-size: 14px;
        font-family: "proxima-soft";
        font-weight: bold
    }

    a {
        color: inherit;
        cursor: pointer !important;
    }



    .btt {
        position: relative;
        width: 100%;
        height: 40px;
        max-width: 450px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer !important;
    }



    .basegrid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        overflow: hidden;
        grid-auto-rows: auto;
    }

    .flex-center {
        padding: 10px;
    }


    .indent {
        padding-left: 10px;
        padding-right: 10px;
    }

    .indent-inner {
        margin: 0px;
    }

    .love-card {
        grid-column: span 6;
    }

    .bottle-card{    grid-column: span 6; display:none}


    .mobile-bottom-img-cont{display:block; background-image:url(/cdn/shop/files/bottlemobile_copy.webp?v=1761220117); background-position:center; background-size:cover; background-repeat:no-repeat; width:100%; height:100%; padding-top:100%}

    .bottle-img {
        max-width: 200px;
    }




    .span-12 {
        grid-column: span 12
    }

    .span-8 {
        grid-column: span 12;
    }

    .span-7 {
        grid-column: span 12;
    }

    .span-6 {
        grid-column: span 12;
    }

    .span-4 {
        grid-column: span 12;
    }


    .span-5 {
        grid-column: span 12;
    }

    .span-3 {
        grid-column: span 12;
    }

    .span-2 {
        grid-column: span 12;
    }

    .span-1 {
        grid-column: span 12;
    }


    .tag-opt-cont {
        grid-column-start: 1;
        grid-column-end: 13;
    }


    .recipe-cont {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .story-cont {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .tag-cont {
        grid-template-columns: 1fr 1fr;
        min-width: 100%;
    }

    .tag-button-large {
        padding: 7px;
        border-radius: 60px;
        min-height: 50px;
        border: 2px solid var(--blue);
        min-width: 100%;
        text-transform: uppercase;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        background: var(--blue);
        color: var(--offwhite);
        transition: var(--trans);
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;

    }


    .review_card-inner {
        padding: 10px;
    }

    .hover-vid-cont {
        display: none;
    }


    .feat-prod-inner {
        padding: 10px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }


    .feat-product-text {
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 0px;
        padding-top: 10px;
    }

    .feat-product-image {
        max-width: 100%;
        min-width: 100%;
        background: blue;
        padding-top: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }


    .feat-product-text .btt {
        margin-top: 30px;
    }



    .swiper-outer {
        display: none
    }

    .prod-image-gallery .swiper-outer {
        display: block;
    }

    .swiper {
        padding: 10px;
    }

    .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        overflow: hidden;
    }


    .swiper-thumb-prod .swiper-slide {
        flex-shrink: 0;
        padding: 0px;
        position: relative;
        transition-property: transform;
        display: block;

    }

    .swiper-thumb-prod {
        padding-top: 8px;
    }


    .swiper-main-prod .swiper-slide {
        padding: 0px;
    }


    .swiper .swiper-slide {
        padding: 0px;
        max-width: none !important;
        width: 100% !important
    }

    .swiperreview .swiper-slide {
        padding: 0px;
        max-width: none !important;
        width: 100% !important
    }

    .reviews-press-img-cont {
        max-width: 100px;
        min-width: 100px;
    }

    .swiper-main-prod .swiper-wrapper {
        display: flex;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .swiper-thumb-prod .swiper-wrapper {
        display: flex;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }



    .quote-wrapper h4 {
        font-size: 15px;
    }




    .tag-prod {
        display: none
    }

    .price-prod {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        background: var(--pink);
        border: 1px solid var(--offwhite);
        text-transform: uppercase;
        font-weight: bold;
        color: var(--offwhite);
        text-align: center;
        border-radius: 100px;
        font-size: 14px;
        transition: all 0.5s ease;
    }


    .tag-row {
        padding: 5px
    }


    .swiperreview {
        padding: 10px;
    }

    .review_card {
        max-width: 100%;
    }


    .story-cont {
        text-align: center;
    }


    .image-insta-cont {
        min-width: 147px;
        max-width: 147px;
        max-height: 189px;
        min-height: 189px;
        margin-bottom: 100px;
        margin-left: 10px;
        margin-right: 10px;
    }


    .image-insta-cont:nth-child(2n) {
        margin-top: 100px;
        margin-bottom: 0px
    }





    #bottle-2 {
        transform:rotate(33deg) translate(-10px, 61px) scale(0.6, 0.6)
    }

#bottle-4{ transform: rotate(11deg) translate(-59px, -34px) scale(0.85, 0.85);}

#bottle-3 {
    transform: rotate(-24deg) translate(62px, -103px) scale(.75, 0.75)}

#bottle-1 {
    transform:rotate(-9deg) translate(0px, -10px) scale(0.7, 0.7)
}



    


    /* Container sizes */
    .swipper-btt-cont,
    .swipper-btt-top {
        height: 44px;
        width: 44px;
    }

    .swipper-btt-btm {
        height: 44px;
        bottom: -3px;
    }

    .cont-right,
    .cont-left {
        width: 40px !important;
    }

    /* SVG sizing */
    .svg-cont {
        max-width: 16px;
        margin-left: 12px;
    }

    .right {
        margin-right: 12px !important;
    }

    /* Hide default swiper arrows */
    .swiper-button-next:after,
    .swiper-button-prev:after {
        opacity: 0;
    }

    /* Button face */
    .swipper-btt-top {
        transition: transform 0.15s ease, background 0.15s ease;
    }

    /* Hover effects (desktop only) */
    .swipper-btt-cont:hover .st0 {
        fill: var(--pink);
    }

    .swipper-btt-cont:hover .swipper-btt-top {
        transform: translateY(0);
        /* reset */
        background: var(--offwhite);
    }

    /* Press / tap effect */
    .swipper-btt-cont:active .swipper-btt-top {
        background: var(--pink);
        transform: translateY(3px);
        /* 👈 pressed down */
    }

    .swipper-btt-cont:active .st0 {
        fill: var(--offwhite);
    }

    /* Focus (keyboard accessibility only) */
    .swipper-btt-cont:focus .swipper-btt-top {
        outline: 1px solid rgba(246, 175, 206, .2);
        outline-offset: 3px;
    }

    /* Gallery */
    .prod-image-gallery {
        margin-bottom: 0;
    }



    .tick-slide h4 {
        margin-top: 3vh;
        margin-bottom: 3vh;
        font-size: calc(1em + 1vmin);
    }






    .btt {

        color: inherit;
        transform: none;

    }



    .btt-btt {
        top: 4px;
    }

    .cart-btt:hover .btt-top {
        background: var(--offwhite);
        color: var(--pink);
        transform: translateY(0px);
    }

    .cart-btt .btt-top:active {
        background: var(--pink);
        color: var(--offwhite);
        transform: translateY(4px);
    }




    .cont-btt:hover .btt-top {
        background: var(--offwhite);
        color: var(--pink);
        transform: translateY(0px);
    }

    .cont-btt .btt-top:active {
        background: var(--pink);
        color: var(--offwhite);
        transform: translateY(4px);
    }








    .cart-btt .btt-top {
        transition: transform 0.15s ease, background 0.15s ease;
    }


    .pink-fill .btt-link:hover .btt-top {
        background: var(--offwhite);
        color: var(--pink);
        transform: translateY(0px);
    }


    .pink-fill .btt-link:active .btt-top {
        background: var(--pink);
        color: var(--offwhite);
        transform: translateY(4px);
    }

    .pink-fill .btt-link .btt-top {
        transition: transform 0.15s ease, background 0.15s ease;
    }



    .blue-fill .btt-link:hover .btt-top {
        background: var(--offwhite);
        color: var(--blue);
        transform: translateY(0px);
    }


    .blue-fill .btt-link:active .btt-top {
        background: var(--blue);
        color: var(--offwhite);
        transform: translateY(4px);
    }

    .pink-fill .btt-link .btt-top {
        transition: transform 0.15s ease, background 0.15s ease;
    }



    .product-card-outer:hover .price-prod {
        background: var(--pink);
        color: var(--offwhite);
        border: 1px solid var(--offwhite);
    }



    .product-card-outer:hover .main-prod-img {
        opacity: 1;
    }


    .product-card-outer {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }

    .product-card-outer:active {
        transform: translateY(10px);
    }


    .product-card-outer a:active {
        transform: translateY(4px);
        display: block;
        /* ensure it's treated like a block for transform */
    }




 .award-card:hover{
      
        /* ensure it's treated like a block for transform */
        -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, 0);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, 0);
    box-shadow: 0 4px 4px rgba(19, 64, 106, 0);
    background: var(--white);
    }




 .award-card:active{
        transform: translateY(4px);
        display: block;
        /* ensure it's treated like a block for transform */
        -moz-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    -webkit-box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    box-shadow: 0 4px 4px rgba(19, 64, 106, .4);
    background: var(--offwhite);
    }












    .btnqty {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }


    .btnqty:active {
        transform: translateY(5px);
        background: var(--offwhite)
    }

    .btnqty:active path {
        fill: var(--pink);
    }

    ​ #product-reviews .span-4:has(.review_card) {
        grid-column: span 6;
    }

    #similarprods .span-3 {
        grid-column: span 6;
    }


    .padder {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        padding: 10px;
        grid-row-gap: 10px;
    }


    .recipe-col:nth-of-type(2) {
        grid-row-start: 1;
    }


    #productmain .basegrid {
        padding-top: 0px !important
    }



    .variant-pill {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }

    .variant-pill:active {
        transform: translateY(5px);
        background: var(--offwhite);
        color: var(--pink)
    }

    .quant-row button {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }

    .quant-row button:active {
        transform: translateY(5px);
        background: var(--offwhite);
        color: var(--pink)
    }






    .recipe-card-outer.span-4 {
        grid-column: span 6;
    }

    .recipe-card-outer:active {
        transform: translateY(5px);
    }

    .recipe-card-outer {
        grid-template-rows: 1fr 1fr;
    }

    .recipe-tag-cont {
        padding: 5px;
    }


    .collection-link {
        font-size: 10px;
    }

    .collection-filters-inner {
        padding: 5px;
        align-items: center;
    }

    .product-card-outer {
        grid-column: span 6;
    }


    .recipelanding-inner {
        flex-direction: column;
    }

    .recipe-col-land {
        max-width: 100%;
    }

    .recipemonth-cont {
        flex-direction: column;
    }

    .recipemonth-col {
        max-width: 100%;
    }

    .recipemonth-img {
        padding-top: 100%;
    }

    .main--Recipeinfo h5 {
        padding-top: 20px;
    }

    .stockist-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .wholesale-cta-col {
        padding: 20px;
    }

    .wholesale-cta {
        flex-direction: column-reverse;
    }

    .wholesale-cta-col {
        max-width: 100%;
    }

    .love-img {
        width: auto;
        height: auto;
        padding-top: 100%;
    }

    .love-graph {
        max-width: 80%;
    }

    .reviews-img-cont {
        width: 100px;
        height: 100px;
    }


    #story {
        background-attachment: scroll;
    }

    .ticker-img {
        min-width: 100px;
        min-height: 25px;
        max-width: 130px;
    }


    .award-card {
        grid-column: span 6;
    }


    .award-logo {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 75px;
        height: 75px;
        object-fit: cover;
        z-index: 3;
    }

    .review_card {
        grid-column: span 6;
    }

    .partners-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        padding: 30px;
        padding-top: 0px;
        padding-bottom: 20px;
        grid-gap: 10px;
        margin-top: 20px;
    }


    #ANKOTSTORE {
        margin-bottom: 0px !important
    }

    #about-landing h1 {
        text-align: center
    }












}


@media (min-width: 767px) and (max-width: 1440px) {





    .reviews-press-img-cont {
        max-width: 230px;
        min-width: 160px;
    }


    .tag-prod {
        font-size: 13px;
        min-width: 120px;
    }

    .price-prod {
        font-size: 13px;
    }

    .reviews-img-cont {
        height: 120px;
        width: 120px;
    }







}



@media (min-width: 767px) and (max-width: 924px) {
    .love-card {
        grid-column: span 6;
    }

    .bottle-card{    grid-column: span 3; display:none}



    .mobile-bottom-img-cont{display:block; background-image:url(/cdn/shop/files/bottlemobile_copy.webp?v=1761220117); background-position:center; background-size:cover; background-repeat:no-repeat; width:100%; height:100%; padding-top:100%}












}




@media (min-width: 1px) and (max-width: 1140px) {

 




    #reg-nav {
        height: 80px;
    }

    #main-nav {
        height: 80px;
    }

    #reg-nav-ab {
        height: 80px;
    }

    #shopify-section-NAVBAR-REG {}

    .normal-nav-link {
        display: none;
    }


    .links-cont {
        grid-column: span 4 !important; margin-bottom:10px;
    }

    .logo-cont {
        grid-column: span 4 !important;  margin-bottom:10px;
    }

    .cart-cont {
        height: 20px;
        width: 30px;
        margin-left: auto;
        left: -10px;
    }


    .logo-link {
        max-width: 50px;
        max-height: 50px;
        margin: auto;
    }





    .ham-out {
        height: 24px;
        width: 27px;
        position: relative;
    }




    .line-cont {
        padding: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .line {
        width: 100%;
        height: 2px;
        display: block;
        z-index: 1;
        background: var(--blue);
        border-radius: 3px;
    }

    .midline {
        width: 60%;
    }

    .botline {
        width: 30%;
    }

    .cartnum {
        font-size: 10px;
    }


    #sidecart {
        grid-template-columns: 1fr;
    }

    .side-cart-main {
        grid-column-start: 1;
    }






    .mobile-side-nav {
        pointer-events: none;
    }

    .mobile-side-nav.active {
        pointer-events: auto;
    }


    /* Drawer */
    .mobile-side-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;

        height: 100%;
        background: var(--lightpink);

        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 100;
        padding: 2rem 1.5rem;
        display: flex !important;
        flex-direction: column;
    }

    .mobile-side-nav.active {
        transform: translateX(0);
    }

    /* Hamburger lines */
    .hamburger-mobile-cont {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        padding: 8px;
        z-index: 4000;
        /* above nav */


    }

    .hamburger-mobile-cont .line {
        width: 24px;
        height: 2px;
        background: var(--blue);
        transition: all 0.3s ease;
    }

    /* Transform to X when active */
    .hamburger-mobile-cont.active .topline {
        transform: rotate(45deg) translate(6px, 5px);
    }

    .hamburger-mobile-cont.active .midline {
        opacity: 0;
    }

    .hamburger-mobile-cont.active .botline {
        transform: rotate(-45deg) translate(6px, -5px);
    }


    .side-nav-list {
        padding: 0px;
        display: flex;
        flex-direction: column;
        margin-top: 10vh;
    }


    .side-nav-list h4 {
        font-size: 26px;
    }




    .side-nav-list h4:active {
        transform: translateY(5px);
        color: var(--blue)
    }





    #reg-nav.nav-overlay-active,
    #reg-nav-ab.nav-overlay-active,
    #main-nav.nav-overlay-active {
        background: var(--lightpink);
        /* dark background, tweak as needed */
        transition: background 0.3s ease;
    }




    #main-nav.nav-overlay-active .logo-link svg path {
        fill: var(--pink) !important;
        transition: background 0.3s ease;
    }

    #main-nav.nav-overlay-active #Path_31 {
        fill: var(--blue) !important;
        transition: background 0.3s ease;
    }

    #main-nav.nav-overlay-active .line {
        background: var(--blue) !important;
        transition: background 0.3s ease;
    }




    .hamburger-mobile-cont {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }

    .logo-link {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }

    .cart-link {
        transition: transform 0.15s ease, background 0.15s ease;
        will-change: transform;
    }




    .hamburger-mobile-cont:active {
        transform: translateY(5px);
        color: var(--pink)
    }

    .logo-link:active {
        transform: translateY(5px);
        color: var(--pink)
    }

    .cart-link:active {
        transform: translateY(5px);
        color: var(--pink)
    }












    .left-lay {
        top: 0;
        left: 0px;
        position: relative;
        grid-column-start: 1;
        grid-column-end: 20;
    }

    .year-box {
        grid-column-start: 1;
        grid-column-end: 20;
        background: white;
        border-radius: 20px;
        border: 1px solid var(--pink);
        grid-row-start: 2;
        grid-row-end: 3;
        z-index: 10;
    }


    .year-cont {
        margin-top: 10vh;
        margin-bottom: 10vh;
    }

 
.year-lay-2 {
    transform:rotate(18deg) translate(-178px, -20px)
}



    .yearimg-cont {
        grid-row-start: 3;
        grid-row-end: 4;
        position: relative;
                display: flex
;
        align-items: center;
        justify-content: center;
        flex-wrap:wrap
    }


    .leftimg {
        grid-column-start: 1;
        grid-column-end: 20;
    }



.top-img{position:relative}
.btt-img{position:relative}

    .lay1.top-img {
        left: 0px;
        top: -0px;
             transform: rotate(13deg);
        z-index: 2;
    }


    .lay1.btt-img {
     left: 0px;
        top: 0px;
        transform: rotate(-14deg);
    }


    .rightimg {
        grid-column-start: 1;
        grid-column-end: 20;
    }

    .lay2.top-img {
        left: 0px;
        top: -0px;
        transform: rotate(-13deg);
        z-index: 2;
    }


    .lay2.btt-img {
          left: -0px;
        top: 0px;
        transform: rotate(16deg);
    }

    .year-box-images {
        margin-top: 3vh;
    }




    #scrollSVG {
        transform: scaleY(2.7);
        /* try values between 1.2–1.5 */
        transform-origin: top center;
    }


#follower{display:none}


.year-img{    min-height: 350px;
    max-width: 230px;}

.bigyear{font-size:70px;}

.year-lay-1{    transform: rotate(-11deg);}





}





.holding-image-cont{ padding:20px;}