/** Shopify CDN: Minification failed

Line 79:0 Expected "}" to go with "{"

**/
.x-container-header-icons {
    align-items: center;
}
.aff-btn {
    background: #F6E8DE;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: .6rem 2rem;
    margin-right: 12px;
}
.loyality-btn {
    position: fixed;
    width: 45px;
    min-width: 45px;
    height: 45px;
    bottom: 26px;
    left: 27px;
    z-index: 1;
    background: #e49a12;
    border-radius: 100px;
    padding: 5px;
    box-shadow: 0 0 #e49a1299;
    animation: floatPulse 4s ease-in-out infinite;
    transition: transform .25s ease,box-shadow .25s ease;
}
.loyality-btn:hover {
    transform: scale(1.12) rotate(6deg);
    box-shadow: 0 0 20px rgba(228,154,18,0.9);
}
@keyframes floatPulse {
    0% {
        transform: translateY(0);
        box-shadow: 0 0 0 rgba(228,154,18,0.6);
    }
    40% {
        transform: translateY(-6px);
        box-shadow: 0 0 18px rgba(228,154,18,0.85);
    }
    70% {
        transform: translateY(0);
        box-shadow: 0 0 6px rgba(228,154,18,0.5);
    }
    100% {
        transform: translateY(0);
        box-shadow: 0 0 0 rgba(228,154,18,0.6);
    }
}
@media (min-width: 991px) {
    div#update-cart {
    width: 38rem !important;
}
}
@media (max-width: 991px) {
    .aff-btn {
    display: none;
}
#shopify-section-template--21299662422266__image_with_text_rUMm6m .iwt-content {
    border-right: 0px solid #e7b283;
    padding-right: 0;
}
#shopify-section-template--21299662422266__image_with_text_rUMm6m .x-block-columns:not(:last-child) {
    padding-bottom: .8rem;
    margin-bottom: .8rem;
}
.loyality-btn {
    left: 20px;

}

section#shopify-section-sections--21299654689018__17672525269ce51127, #shopify-section-sections--21299654689018__1767252431671df27a {
    display: none !important;
}
