/** Shopify CDN: Minification failed

Line 71:0 All "@import" rules must come first
Line 72:0 All "@import" rules must come first

**/
 /* AB11 Start */
.EG-NMNPPAB11 .eg-thumbnails .eg-thumbnail img {
    width: 72px;
    height: 72px;
    background-size: contain;
    object-fit: contain;
    border: 1px solid #1C1B1B1A
}

.EG-NMNPPAB11 .eg-thumbnails .eg-container {
    display: flex;
    flex-direction: row;
    min-width: max-content;
    grid-gap: 15px;
    padding: 0px 15px;
}

.EG-NMNPPAB11 .eg-thumbnails {
    overflow-y: scroll;
    scrollbar-width: none; 
    margin-bottom: 20px;
}

.EG-NMNPPAB11 .eg-thumbnails::-webkit-scrollbar {
  display: none;
}

.EG-NMNPPAB11 .eg-thumbnails .eg-thumbnail.active img {
    border: 1px solid #1C1B1B !important;
}

.EG-NMNPPAB11 .Product__Gallery .Product__SlideshowMobileNav {
    position: unset !important;
}

.EG-NMNPPAB11 .Product__Gallery .Product__SlideshowMobileNav {
  display: none;
}

.EG-NMNPPAB11 .Product__Gallery .Product__SlideshowMobileNav [aria-label="Previous"] {
    left: 15px;
}

.EG-NMNPPAB11 .Product__Gallery .Product__SlideshowMobileNav [aria-label="Next"] {
    right: 15px;
}

.EG-NMNPPAB11 .Product__Gallery .Product__SlideshowMobileNav > button {
    top: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #1C1B1B1A;
}

 /* AB11 End */

/* AB16 Start */
/* Import font files */
@import url('/cdn/shop/files/AktivGrotesk_Trial_Rg.ttf?v=1761800578');
@import url('/cdn/shop/files/AktivGrotesk_Trial_Md.ttf?v=1761800603');

/* Define the font faces */
@font-face {
    font-family: 'AktivGrotesk-Regular';
    src: url('/cdn/shop/files/AktivGrotesk_Trial_Rg.ttf?v=1761800578') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AktivGrotesk-Medium';
    src: url('/cdn/shop/files/AktivGrotesk_Trial_Md.ttf?v=1761800603') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* MINI CART PROGRESS BAR CSS START HERE */

.EG-AB16-MINICART .slidecarthq .rewards {
    display: none !important;
}

.EG-AB16-MINICART .eg-wrap {
    max-width: 100%;
    padding: 12px 22px;
    background: #0000000D;
    box-sizing: border-box;
    font-family: AktivGrotesk-Regular;
}

.EG-AB16-MINICART .eg-headline {
    margin: 4px 0 12px;
    color: #000;
    font-family: AktivGrotesk-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
}

.EG-AB16-MINICART .eg-headline .eg-highlight {
    font-weight: 700;
    font-size: 14px;
    font-family: AktivGrotesk-Medium;
}

.EG-AB16-MINICART .eg-progress-row {
    display: flex !important;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.EG-AB16-MINICART .eg-progress {
    display: flex !important;
    align-items: center;
    width: 100%;
    border-radius: 34px;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
}

.EG-AB16-MINICART .eg-step {
    flex: 1;
    padding: 9.5px 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #ffffff;
    border-left: 2px dashed #bdbdbd;
    border-top: 2px dashed #bdbdbd;
    border-bottom: 2px dashed #bdbdbd;
}


/* .EG-AB16-MINICART .eg-step:first-child {
    border-left: none;
} */

.EG-AB16-MINICART .eg-step:first-child.eg-active {
    border-left: none;
}

.eg-step.eg-step-last {
    border-right: 2px dashed #bdbdbd;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
}

.EG-AB16-MINICART .eg-step-first {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
}

.EG-AB16-MINICART .eg-step.eg-active {
    background: #54684E;
    color: #fff;
    border-top: none;
    border-bottom: none;
    transition: width 0.4s ease;
    padding: 10px 0;
}

.EG-AB16-MINICART .eg-step.eg-active .eg-check-circle {
    display: inline-flex;
}

.EG-AB16-MINICART .eg-step .eg-check-circle {
    display: none;
}

.EG-AB16-MINICART .eg-check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.EG-AB16-MINICART .eg-check-circle img {
    width: 14px;
    height: 14px;
    display: block;
}

.EG-AB16-MINICART .eg-step-label {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    font-family: "Instrument Sans", AktivGrotesk-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
}

.EG-AB16-MINICART .eg-gift-wrap {
    width: 32px;
    height: 39px;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
}

.EG-AB16-MINICART .eg-gift {
    width: 32px;
    height: 34px;
    object-fit: cover;
    display: block;
}

.EG-AB16-MINICART .eg-progress-row {
    position: relative;
}

.EG-AB16-MINICART .eg-progress {
    z-index: 1;
    background: transparent;
}

.EG-AB16-MINICART .eg-step-filled {
    z-index: 2;
}

@media screen and (max-width:767px) {
    .EG-AB16-MINICART .eg-headline .eg-highlight {
        font-weight: 600;
        font-size: 12px;
        font-family: AktivGrotesk-Medium;
    }

    .EG-AB16-MINICART .eg-headline {
        font-family: AktivGrotesk-Regular;
        font-weight: 400;
        font-size: 12px;
    }

    .EG-AB16-MINICART .eg-wrap {
        padding: 12px 8px 12px 12px;
    }

    .EG-AB16-MINICART .eg-gift {
        width: 24px;
        height: 24px;
    }

    .EG-AB16 #slidecarthq .slidecarthq.open {
        width: 90% !important;
    }

    .EG-AB16-MINICART .eg-step.eg-active {
        padding: 11px 0;
    }

    .EG-AB16-MINICART .eg-gift-wrap {
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .EG-AB16-MINICART .eg-step-last.eg-active {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media screen and (max-width:380px) {
    .EG-AB16-MINICART .eg-wrap {
        padding: 12px 12px;
    }

    .EG-AB16-MINICART .eg-progress-row {
        gap: 4px;
    }

    .EG-AB16-MINICART .eg-check-circle img {
        width: 12px;
        height: 12px;
    }

    .EG-AB16-MINICART .eg-check-circle {
        width: 12px;
        height: 12px;
    }

    .EG-AB16-MINICART .eg-step-label {
        font-size: 11px;
    }

    .EG-AB16-MINICART .eg-step.eg-active {
        padding: 10.5px 0;
    }
}

/* AB16 end */