body {
    color: #4a4b65;
}

.btn-addToCart {
    background-color: #0099ff;
    border-color: #0099ff;
}

.legalText {
    color: #6c757d;
    font-size: 0.75rem;
}

.itemNumber {
    font-size: 0.8rem;
}

.productSingleTable {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.productConfigList {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.clickable {
    cursor: pointer;
}

.employeeImage-wrapper {
    position: relative;
}

.employeeImage-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 400ms ease-out;
    background-color: white;
}

.employeeImage-hover:hover {
    opacity: 1;
}

#productImages {
    margin-bottom: 5rem !important;
}

.productImagesContainer {
    position: relative;
}

.weLikeProductImageBadge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.impersonationHeader {
    height: 2rem;
    color: white;
    font-size: 0.8rem;
    background-color: #dc2626;
}

.findStore_warningBanner_container {
    position: absolute;
    width: 100%;
    background-color: rgba(211, 47, 47, .80);
    font-weight: 600;
    color: white;
    padding: 10px;
    z-index: 10;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.countdown_timer {
    color: black;
    font-family: 'Roboto', sans-serif;
}

.gochi {
    color: black;
    font-family: 'Gochi Hand', cursive;
}

.weLikeBox-bg {
    background-color: #f8fafc;
}

.bg-grey {
    background-color: #f9fafb;
}

.orderMessageCard--message {
    background-color: #f1f5f9;
    padding: 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.orderMessageCard--messageCustomer {
    background-color: #e0f2fe;
    padding: 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.colorBadgeCategory {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 100;
    display: inline-block;
    border: 1px solid #d1d5db;
}

.bg-gradient-christmas {
    background: linear-gradient(50deg, #730001 0, #D80100 100%) !important;
    border: none;
}

.bg-gradient-christmas-alt {
    background: linear-gradient(50deg, #D80100 0, #730001 100%) !important;
    border: none;
}

.notificationBar {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .notificationBar {
        font-size: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.easyPromotionBadge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-color: #eae7e4;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.easyPromotionBadge_textWrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    /* margin-left: 14px; */
    margin-right: 0px;
}

.easyPromotionBadge_textWrapper a {
    color: #17120f;
    text-decoration: underline;
}

.easyPromotionBadge_text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.easyPromotionBadge_legal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #787471;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}





.clubPriceBadge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #17120f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-color: #2C3A47;
    border-style: solid;
    border-color: #eae7e4;
    border-radius: 0px;
    border-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.clubPriceBadge_textWrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    /* margin-left: 14px; */
    margin-right: 0px;
}

.clubPriceBadge_textWrapper a {
    color: #17120f;
    text-decoration: underline;
}

.clubPriceBadge_header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #00D6C4;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.clubPriceBadge_text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #00D6C4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.clubPriceBadge_legal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: left;
    color: #CAD3C8;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.separatorPdp {
    margin-top: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
}

.separatorPdp::before,
.separatorPdp::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cbd5e1;
}

.separatorPdp:not(:empty)::before {
    margin-right: .25em;
}

.separatorPdp:not(:empty)::after {
    margin-left: .25em;
}

.sticky {
    position: sticky;
    top: 0px;
    z-index: 100;
}

.modalTextLabel {
    font-size: 0.9rem;
}

.easyBannerCheckout {
    background-color: #0f172a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.2' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* HTML: <div class="ribbon">Your text content</div> */
.productRibbon {
    font-size: 15px;
    font-weight: bold;
    color: #00D6C4;
    z-index: 100;
}

.productRibbon {
    --f: .5em;
    /* control the folded part */

    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #2C3A47;
    /* the main color  */
}

/* HTML: <div class="ribbon">Your text content</div> */
.productRibbon-start {
    font-size: 15px;
    font-weight: bold;
    color: #00D6C4;
    z-index: 100;
}

.productRibbon-start {
    --f: .5em;
    /* control the folded part */

    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: #2C3A47;
    /* the main color  */
}