﻿.post-content {
                width: 100%;
                margin-top: 20px;
                padding: 2rem 1rem;
                color: #3b3b3b;
                background: white;
                border-radius: 20px;
            }

            @media (min-width: 1198px) {
                .post-content {
                    padding:3rem;
                }
            }

            .post-content a {
                color: #3b3b3b;
                font-weight: 800;
                font-size: 16px;
                -webkit-text-decoration: none;
                text-decoration: none;
            }

            .deal-formula-content {
                margin-top: 20px;
            }

            .content-link {
                color: #3b3b3b;
                font-weight: 800;
            }

            .post-content .link.content-link {
                display: inline-block;
                color: #3b3b3b;
                font-weight: normal;
                font-size: 16px;
                -webkit-text-decoration: none;
                text-decoration: none;
                word-wrap: break-word;
                word-break: break-word;
                word-wrap: break-word;
                background-color: transparent;
                box-shadow: inset 0 -5px 0 var(--primary-color);
                cursor: pointer;
                -webkit-transition: box-shadow 0.3s ease;
                transition: box-shadow 0.3s ease;
            }

            .post-content .link.content-link:hover {
                color: #3b3b3b;
                -webkit-text-decoration: none;
                text-decoration: none;
                box-shadow: inset 0 -23px 0 var(--primary-color);
            }

            .post-content .content-link.kcl-btn {
                -webkit-text-decoration: none;
                text-decoration: none;
                box-shadow: none;
            }

            .post-content p {
                font-size: inherit;
                font-family: 'Lato',sans-serif;
            }

            .pinterest-image-wrapper {
                width: -webkit-min-content;
                width: -moz-min-content;
                width: min-content;
            }

            .pinterest-image-wrapper img {
                width: auto;
                height: 175px;
            }

            .pin-it-button {
                margin-top: -40px;
                margin-left: 5px;
            }

            .post-content h2 img {
                max-width: 100%;
            }

            .post-content p .aligncenter {
                display: block;
                margin: 5px auto 30px;
            }

            .post-content .alignnone {
                display: block;
                float: none;
            }

            .post-content p .alignnone {
                margin: 5px 10px 30px 0;
            }

            .post-content .kcl-btn {
                position: absolute;
                right: 0;
                bottom: -50px;
                left: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 85%;
                max-width: 750px;
                height: 62px;
                margin-right: auto;
                margin-bottom: 20px;
                margin-left: auto;
                padding: 10px 20px;
                padding-right: 4.6rem;
                color: #3b3b3b;
                font-weight: 700;
                font-size: 16px;
                font-family: 'KUniforma-50Regular',sans-serif;
                -webkit-letter-spacing: 0.5px;
                -moz-letter-spacing: 0.5px;
                -ms-letter-spacing: 0.5px;
                letter-spacing: 0.5px;
                text-align: center;
                text-transform: uppercase;
                vertical-align: middle;
                background: var(--primary-color);
                border: solid 1px var(--primary-color);
                border-radius: 20px;
                cursor: pointer;
                -webkit-text-fill-color: #3b3b3b;
            }

            @media (min-width: 1198px) {
                .post-content .kcl-btn {
                    font-size:18px;
                }
            }

            .post-content .kcl-btn::after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                display: block;
                width: 3.2rem;
                background-image: url('https://prod-cdn.thekrazycouponlady.com/assets/cheddar-yellow-assets/icons/kcl-chevron.png');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 60%;
                border-left: solid 1px var(--primary-color);
                content: '';
            }

            .post-content .kcl-btn.kcl-btn-more-deals {
                display: table !important;
            }

            .post-content .kcl-btn.kcl-btn-more-deals {
                min-width: 250px;
                max-width: 550px;
                height: 46px;
                margin: 60px auto;
                padding: 10px 24px;
                color: #3b3b3b;
                font-weight: 400;
                font-size: 20px;
                font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial', sans-serif;
                text-transform: uppercase;
                background-color: var(--primary-color);
                border-radius: 4px;
                -webkit-text-fill-color: #3b3b3b;
            }

            .post-content .kcl-btn.kcl-btn-more-deals::after {
                all: unset;
            }

            .post-content .kcl-btn-dark {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: auto;
                max-width: 750px;
                margin-right: auto;
                margin-bottom: 20px;
                margin-left: auto;
                padding: 10px 20px;
                padding-right: 4.6rem;
                color: #3b3b3b;
                font-weight: 700;
                font-size: 20px;
                font-family: 'Open Sans Condensed','Helvetica Neue', 'Helvetica','Arial',sans-serif;
                -webkit-letter-spacing: 0.5px;
                -moz-letter-spacing: 0.5px;
                -ms-letter-spacing: 0.5px;
                letter-spacing: 0.5px;
                text-align: center;
                text-transform: uppercase;
                vertical-align: middle;
                background: transparent;
                border: solid 1px #3b3b3b;
                border-radius: 2px;
                cursor: pointer;
            }

            .post-content .kcl-btn-dark::after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                display: block;
                width: 3.2rem;
                background-image: url('https://prod-cdn.thekrazycouponlady.com/assets/btn-carrots.svg');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 30%;
                border-left: solid 1px #3b3b3b;
                content: '';
            }

            .product {
                all: inherit;
                clear: both;
                margin: 0 0 1rem;
                padding: 0 1rem;
                padding: 1rem;
                color: #3b3b3b;
                background: #eee;
            }

            .product p {
                margin: 0;
                font-weight: 400;
                font-size: 1.125rem;
                font-family: 'Lato',sans-serif;
                font-style: normal;
                line-height: 130%;
            }

            .content h3 {
                font-weight: 500;
                font-size: 1.5rem;
                font-family: 'KUniforma-50Regular',sans-serif;
                line-height: 120%;
            }

            .content h2 {
                font-weight: 500;
                font-size: 2.125rem;
                font-family: 'Playfair Display',serif;
                font-style: normal;
                line-height: 120%;
            }

            .content h2 em {
                font-weight: 400;
            }

            .content blockquote {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                clear: both;
                margin: 16px 0;
                padding-left: 16px;
                border-left: 3px solid var(--primary-color);
            }

            @media (min-width: 760px) {
                .content blockquote {
                    margin:32px 0;
                    padding-left: 32px;
                    border-left: 5px solid var(--primary-color);
                }
            }

            .content blockquote p {
                margin: 16px 0;
            }

            @media (min-width: 760px) {
                .content blockquote p {
                    margin:32px 0;
                }
            }

            .content blockquote h3 {
                margin: 0 0 1rem;
                font-weight: 300;
            }

            .content li {
                font-size: 16px;
            }

            .post-content .product p {
                font-size: 14px;
            }

            .product i {
                font-style: normal;
            }

            .product label {
                position: relative;
            }

            .product.deleted,.product.expired {
                color: #898989;
                -webkit-text-decoration: line-through;
                text-decoration: line-through;
            }

            .product.highlight {
                padding: 1rem;
                background: #eee;
                border: solid 2px #898989;
            }

            .product p.promo {
                font-style: italic;
            }

            .product .deleted,.product .expired,.product .expired a {
                color: #898989;
                -webkit-text-fill-color: #898989;
            }

            .product .expired,.product .expired a {
                -webkit-text-decoration: line-through;
                text-decoration: line-through;
            }

            .product p[data-type='coupon'] em,.product p[data-type='coupon'] i {
                font-style: normal;
            }

            .product .coupon strong {
                font-weight: normal;
            }

            .product input .btn-save {
                float: left;
            }

            .product .final-price {
                font-weight: 600;
                font-size: 1rem;
            }

            .product .stockup_1 {
                background: url('https://prod-cdn.thekrazycouponlady.com/wp-content/themes/thekrazycouponlady_v2/assets/images/stockup-1.jpg');
                background-repeat: no-repeat;
                background-position: left 3px;
            }

            .product .stockup_2 {
                background: url('https://prod-cdn.thekrazycouponlady.com/wp-content/themes/thekrazycouponlady_v2/assets/images/stockup-2.jpg');
                background-repeat: no-repeat;
                background-position: left 3px;
            }

            .product .final-price.stockup_1,.product .final-price.stockup_2 {
                padding-left: 0;
                text-indent: 1rem;
            }

            .kcl-table-1 {
                width: 100%;
                margin: 25px 0;
                font-size: 10px;
            }

            @media (min-width: 760px) {
                .kcl-table-1 {
                    font-size:16px;
                }
            }

            .kcl-table-1 {
                font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial', sans-serif;
                line-height: 1.4rem;
                background-color: #fff;
                border-collapse: collapse;
            }

            .kcl-table-1 thead tr {
                color: #3b3b3b;
                text-align: left;
                background-color: #eddbc5;
            }

            .kcl-table-1 th,.kcl-table-1 td {
                padding: 8px 11px;
            }

            @media (min-width: 760px) {
                .kcl-table-1 th,.kcl-table-1 td {
                    padding:12px 15px;
                }
            }

            .kcl-table-1 tbody tr {
                border-bottom: 1px solid #ddd;
            }

            .kcl-table-1 tbody tr:nth-of-type(even) {
                background-color: #f2f2f2;
            }

            .kcl-table-1 tbody tr:last-of-type {
                border-bottom: 2px solid var(--primary-color);
            }

            .kcl-table-1 tbody tr.active-row {
                color: #3b3b3b;
                font-weight: bold;
            }

            .kcl-table-1 th:first-of-type {
                border-top-left-radius: 4px;
            }

            .kcl-table-1 th:last-of-type {
                border-top-right-radius: 4px;
            }

            #disqus_thread * {
                padding: 0 5px;
                color: #567076;
            }
        
            .main-scroll.jsx-1291770157 {
                background-color: #f2f2f2;
            }

            .navigation-header.jsx-1291770157 {
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                right: 0;
                left: 0;
                z-index: 4;
            }

            .navigation-header-hidden.jsx-1291770157 {
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 4;
                background-color: #fff;
            }

            .flex-site-container.jsx-1291770157 {
                padding: 0 1rem;
            }

            @media (min-width: 1198px) {
                .flex-site-container.jsx-1291770157 {
                    display:-webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-align-items: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    max-width: 1198px;
                    margin: auto;
                    padding: 0 2rem;
                }
            }

            @media (min-width: 1622px) {
                .flex-site-container.jsx-1291770157 {
                    max-width:1622px;
                    margin: auto;
                    padding: 0 3rem;
                }
            }

            @media print {
                .no-print.jsx-1291770157 {
                    display: none;
                }
            }

            .appViewHeader.jsx-1291770157 {
                display: none;
            }

            .appViewMain.jsx-1291770157 {
                margin-top: 0;
            }

            .appViewFooter.jsx-1291770157 {
                display: none;
            }

            .panel.amp.jsx-1291770157 {
                position: fixed;
                top: 0;
                bottom: 0;
                left: 0;
                width: 375px;
                padding: 20px;
                font-family: 'Open Sans','Helvetica Neue','Helvetica','Arial', sans-serif;
                background: #fff;
                box-shadow: 0 0 3px #898989;
                -webkit-transform: translate3d(-100%,0,0);
                -ms-transform: translate3d(-100%,0,0);
                transform: translate3d(-100%,0,0);
                -webkit-transition: right 0.4s ease-in-out;
                transition: right 0.4s ease-in-out;
                -webkit-transition-property: -webkit-transform;
                -webkit-transition-property: transform;
                transition-property: transform;
            }

            .panel.open.jsx-1291770157,.panel[open].jsx-1291770157 {
                -webkit-transform: translate3d(0,0,0);
                -ms-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }

            @media (orientation: landscape),(min-width:414.001px) {
                .panel.jsx-1291770157 {
                    width:390px;
                    max-width: 390px;
                }
            }

            .panel.jsx-1291770157 .title.jsx-1291770157 {
                margin-top: 5px;
                text-align: center;
            }

            .panel.jsx-1291770157 .toggle.jsx-1291770157 {
                position: fixed;
                top: 12px;
                left: 15px;
                z-index: 7;
                width: 44px;
                height: 44px;
                background: transparent;
                border: none;
                cursor: pointer;
            }

            html {
                -webkit-scroll-padding-top: 110px;
                -moz-scroll-padding-top: 110px;
                -ms-scroll-padding-top: 110px;
                scroll-padding-top: 110px;
            }

            @media (min-width: 760px) {
                html {
                    top:70px;
                }
            }
    
            nav.jsx-1402505383 {
                height: 100%;
            }

            .header-nav.jsx-1402505383 {
                display: block;
                width: 100%;
                height: 84px;
                background: #fff;
            }

            @media (min-width: 1198px) {
                .header-nav.jsx-1402505383 {
                    position:relative;
                    width: 100%;
                    height: 98px;
                }
            }

            .header-nav.home.jsx-1402505383 {
                background-color: var(--primary-color);
            }

            .header-nav.home.faded.jsx-1402505383 {
                background-color: #fff;
                -webkit-transition: background-color 1s ease-in-out;
                transition: background-color 1s ease-in-out;
            }

            .desktop-nav.jsx-1402505383 {
                display: none;
            }

            @media (min-width: 1198px) {
                .desktop-nav.jsx-1402505383 {
                    display:block;
                    height: 100%;
                }
            }

            .mobile-nav.jsx-1402505383 {
                display: block;
            }

            @media (min-width: 1198px) {
                .mobile-nav.jsx-1402505383 {
                    display:none;
                }
            }
       
            ul.jsx-2056648083 {
                height: 100%;
                margin: 0;
                padding: 0;
                list-style: none;
            }

            button.jsx-2056648083 {
                display: block;
                padding: 0;
                background: none;
                border: none;
                cursor: pointer;
            }

            .desktop-nav-title-section.jsx-2056648083 {
                width: 33%;
                height: 100%;
            }

            li.desktop-nav-title-section.jsx-2056648083:last-of-type {
                margin-right: 40px;
            }

            .rel-wrapper.jsx-2056648083 {
                position: relative;
                width: 100%;
                height: 100%;
                padding-top: 50px;
            }

            .desktop-primary-nav-container.jsx-2056648083 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                height: 100%;
            }

            .search-auth-button-wrapper.jsx-2056648083 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .search-icon-wrapper.jsx-2056648083 {
                position: relative;
                top: 2px;
                margin-right: 20px;
                cursor: pointer;
            }

            .visually-hidden.jsx-2056648083 {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                border: 0;
                -webkit-clip: rect(0 0 0 0);
                clip: rect(0 0 0 0);
            }

            .insiders-control-container.jsx-2056648083 {
                position: relative;
            }

            .welcome-absolute-wrapper.jsx-2056648083 {
                position: absolute;
                top: 52px;
                right: -5px;
                z-index: 999999;
            }

            .lists-wrapper.jsx-2056648083 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .anon-user-menu-container.jsx-2056648083 .icon.jsx-2056648083 {
                position: relative;
            }

            .shadow.jsx-2056648083 {
                position: absolute;
                right: 0;
                bottom: -14px;
                z-index: 999;
                width: 100%;
                height: 14px;
                box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
                pointer-events: none;
            }

            .submenu.open.jsx-2056648083 {
                display: block;
            }

            .submenu.closed.jsx-2056648083 {
                display: none;
            }
        
            .content-container.jsx-696195936 {
                height: 100%;
            }

            @media (max-width: 760px) {
                .content-container.jsx-696195936 {
                    padding: 0 1rem;
}
            }

            @media (min-width: 760px) {
                .content-container.jsx-696195936 {
                    padding: 0 1rem;
}
            }

            @media (min-width: 1198px) {
                .content-container.jsx-696195936 {
                    max-width: 1198px;
                    margin: auto;
                    padding: 0 2rem;
}
            }

            @media (min-width: 1622px) {
                .content-container.jsx-696195936 {
                    max-width: 1622px;
                    margin: auto;
                    padding: 0 3rem;
}
            }
        
            @media (min-width: 1198px) {
                .nav-logo.jsx-3991560466 {
                    display:-webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    margin-right: 10px;
                }
            }

            .nav-logo-text.jsx-3991560466 {
                display: none;
            }

            @media (min-width: 1198px) {
                .nav-logo-text.jsx-3991560466 {
                    display:-webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                }
            }

            img.jsx-3991560466 {
                width: 100%;
                height: 100%;
            }

            .desktop-logo-transition-deck.jsx-3991560466 {
                opacity: 1;
            }

            .desktop-logo-transition-deck.home.faded.jsx-3991560466 {
                opacity: 1;
                -webkit-transition: opacity .5s ease-in;
                transition: opacity .5s ease-in;
            }

            .desktop-logo-transition-deck.home.jsx-3991560466 {
                opacity: 0;
                -webkit-transition: opacity .02s ease-out;
                transition: opacity .02s ease-out;
            }
        
            .link.jsx-889272709 {
                display: inline;
                color: inherit;
                -webkit-text-decoration: none;
                text-decoration: none;
            }

            .link.kcl-btn.content-link.jsx-889272709 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .link.jsx-889272709:hover {
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            .no-underline.jsx-889272709:hover {
                -webkit-text-decoration: none;
                text-decoration: none;
            }

            .link.jsx-889272709:focus {
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            .hover-helper > .link:focus {
                color: #6e5d12;
            }

            .link.focus-visible.jsx-889272709 {
                outline: none;
            }

            .link.jsx-889272709:focus-visible {
                outline: none;
            }
        
            li.jsx-3450079657 {
                list-style: none;
            }

            .nav-option-slot.jsx-3450079657 {
                height: 100%;
                list-style: none;
            }

            .nav-option-slot.jsx-3450079657 .desktop-nav-secondary-container.jsx-3450079657 {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                border: 0;
                box-shadow: inset 0 7px 15px rgba(0,0,0,0.2);
                opacity: 0;
                -webkit-clip: rect(0 0 0 0);
                clip: rect(0 0 0 0);
            }

            .underline.jsx-3450079657 {
                display: block;
                width: 100%;
                height: 3px;
                background: transparent;
                border-radius: 15px;
            }

            .title.jsx-3450079657 {
                font-weight: 500;
                font-size: 1.125rem;
                font-family: 'KUniforma-60Medium',sans-serif;
                cursor: pointer;
            }

            .overlay-opacity.jsx-3450079657 {
                background-color: rgba(0,0,0,0);
            }

            .overlay-opacity.jsx-3450079657:hover {
                display: none;
            }

            .eligible.desktop-nav-secondary-container.jsx-3450079657 {
                display: none;
            }

            .nav-option-slot.expanded.jsx-3450079657 .eligible.desktop-nav-secondary-container.jsx-3450079657,.nav-option-slot.jsx-3450079657:hover .eligible.desktop-nav-secondary-container.jsx-3450079657 {
                position: absolute;
                bottom: -498px;
                left: 0;
                z-index: 9999;
                display: block;
                width: 100%;
                height: 498px;
                margin: 0;
                overflow: visible;
                background: var(--primary-color);
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out;
                -webkit-clip: auto;
                clip: auto;
            }

            .nav-option-slot.expanded.jsx-3450079657 .underline.jsx-3450079657,.nav-option-slot.jsx-3450079657:hover .underline.jsx-3450079657 {
                height: 3px;
                background-color: var(--primary-color);
                -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            .nav-option-slot.expanded.jsx-3450079657 .title.jsx-3450079657,.nav-option-slot.jsx-3450079657:hover .title.jsx-3450079657 {
                font-weight: 700;
                -webkit-text-decoration: none;
                text-decoration: none;
                -webkit-transition: font-weight 0.1s ease-in-out;
                transition: font-weight 0.1s ease-in-out;
            }

            .nav-option-slot.expanded.jsx-3450079657 .overlay-opacity.jsx-3450079657,.nav-option-slot.jsx-3450079657:hover .overlay-opacity.jsx-3450079657 {
                position: fixed;
                left: 0;
                z-index: 998;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.5);
                -webkit-transition: background-color 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out;
            }

            .nav-panel-title.jsx-3450079657 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 100%;
            }

            .nav-section-title.jsx-3450079657 {
                display: inline-block;
                font-weight: 700;
                font-size: 1.125rem;
                font-family: 'KUniforma-50Regular',sans-serif;
                line-height: 120%;
            }

            .hovered.nav-section-title.jsx-3450079657 {
                font-family: 'KUniforma-90Black',sans-serif;
            }
        
            .inner-list-title-wrapper.jsx-139905833 {
                display: inline-block;
                padding-bottom: 15px;
                cursor: default;
            }

            ul.inner-list-wrapper.jsx-139905833 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-flow: column wrap;
                -ms-flex-flow: column wrap;
                flex-flow: column wrap;
                margin: 0;
                padding: 0;
                line-height: 150%;
                -webkit-column-gap: 118px;
                column-gap: 118px;
            }

            li.inner-list-item-wrapper.jsx-139905833 {
                -webkit-flex: 0 1 50%;
                -ms-flex: 0 1 50%;
                flex: 0 1 50%;
                padding-bottom: 19px;
                list-style: none;
            }

            .view-all-button-wrapper.jsx-139905833 {
                display: inline-block;
            }

            .elite-hover.jsx-139905833:hover {
                color: #6e5d12;
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            @media (min-width: 1198px) {
                .inner-list-container.jsx-139905833 {
                    padding:55px 115px 0 0;
                }
            }

            .link-slot.jsx-139905833 {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                padding-top: 3px;
            }
        
            .nfa-typogrpahy.jsx-774262188,.nfa-heading.jsx-774262188 {
                margin-top: 0;
                padding: 0;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            .nfa-typogrpahy.header.black-friday.jsx-774262188,.nfa-heading.header.black-friday.jsx-774262188 {
                font-family: 'Playfair Display',serif;
                font-size: 1.5rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.header.black-friday.jsx-774262188,.nfa-heading.header.black-friday.jsx-774262188 {
                    font-size:1.75rem;
                }
            }

            .nfa-typogrpahy.post-title.jsx-774262188,.nfa-heading.post-title.jsx-774262188 {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

            .nfa-typogrpahy.h1.jsx-774262188,.nfa-heading.h1.jsx-774262188 {
                font-family: 'Playfair Display',serif;
                font-size: 2.25rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h1.jsx-774262188,.nfa-heading.h1.jsx-774262188 {
                    font-size:3.125rem;
                }
            }

            .nfa-typogrpahy.h2.jsx-774262188,.nfa-heading.h2.jsx-774262188 {
                font-family: 'Playfair Display',serif;
                font-size: 1.5rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h2.jsx-774262188,.nfa-heading.h2.jsx-774262188 {
                    font-size:2.125rem;
                }
            }

            .nfa-typogrpahy.h3.jsx-774262188,.nfa-heading.h3.jsx-774262188 {
                font-family: 'KUniforma-50Regular',sans-serif;
                font-size: 1.25rem;
                margin-bottom: .8em;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h3.jsx-774262188,.nfa-heading.h3.jsx-774262188 {
                    font-size:1.5rem;
                }
            }

            .nfa-typogrpahy.h4.jsx-774262188,.nfa-heading.h4.jsx-774262188 {
                font-family: 'KUniforma-50Regular',sans-serif;
                font-size: 1.125rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h4.jsx-774262188,.nfa-heading.h4.jsx-774262188 {
                    font-size:1.25rem;
                }
            }

            .nfa-typogrpahy.h5.jsx-774262188,.nfa-heading.h5.jsx-774262188 {
                font-family: 'KUniforma-50Regular',sans-serif;
                font-size: 1rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h5.jsx-774262188,.nfa-heading.h5.jsx-774262188 {
                    font-size:1.125rem;
                }
            }

            .nfa-typogrpahy.h6.jsx-774262188,.nfa-heading.h6.jsx-774262188 {
                font-family: 'KUniforma-50Regular',sans-serif;
                font-size: 0.75rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.h6.jsx-774262188,.nfa-heading.h6.jsx-774262188 {
                    font-size:1rem;
                }
            }

            .nfa-typogrpahy.card.jsx-774262188,.nfa-heading.card.jsx-774262188 {
                font-family: 'Playfair Display',serif;
                font-size: 1rem;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.card.jsx-774262188,.nfa-heading.card.jsx-774262188 {
                    font-size:1.125rem;
                }
            }

            .nfa-typogrpahy.body.jsx-774262188,.nfa-heading.body.jsx-774262188 {
                font-family: Lato;
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
            }

            @media (min-width: 1198px) {
                .nfa-typogrpahy.body.jsx-774262188,.nfa-heading.body.jsx-774262188 {
                    font-size:1.125rem;
                }
            }
        
            .underline.jsx-138054052 {
                display: block;
                border-radius: 15px;
            }
       
            span.hover-helper.jsx-1660880510 {
                color: #000;
            }

            span.hover-helper.jsx-1660880510:hover {
                color: #6e5d12;
                -webkit-text-decoration: none;
                text-decoration: none;
                -webkit-text-decoration: none solid currentColor;
                text-decoration: none solid currentColor;
            }
        
            button.jsx-4031443197 {
                padding: 0;
            }

            .underline-cta-link.jsx-4031443197 {
                font-weight: 800;
                font-size: 1.125rem;
                font-family: 'KUniforma-50Regular',sans-serif;
                font-style: normal;
                line-height: 135%;
                border-radius: 15px;
            }

            .underline-link-container.jsx-4031443197 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                white-space: nowrap;
                background-color: transparent;
                cursor: pointer;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }
        
            .underline-cta-link.jsx-1972648586 {
                color: #6e5d12;
            }

            .chevron-wrapper.jsx-1972648586 {
                position: relative;
                top: 3px;
                width: 16px;
                height: 16px;
                padding-left: 3px;
                border-bottom: solid 3px transparent;
            }

            .underline-cta-link.jsx-1972648586:hover {
                color: var(--primary-color);
                -webkit-transition: color 0.1s ease-in;
                transition: color 0.1s ease-in;
            }

            .underline-cta-link.jsx-1972648586:hover .chevron-wrapper.jsx-1972648586 svg path {
                fill: var(--primary-color);
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

            .underline-cta-link.jsx-1972648586:hover .underline-link-container.jsx-1972648586::before {
                bottom: -3px;
                left: -6px;
                height: 100%;
                padding: 4px 10px 0 0;
                border-radius: 11px;
            }

            .underline-link-container.jsx-1972648586::before {
                position: absolute;
                bottom: -3px;
                left: 0;
                z-index: 0;
                width: 100%;
                height: 3px;
                background-color: #6e5d12;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                content: '';
            }

            .underline-link-text.jsx-1972648586 {
                position: relative;
                z-index: 1;
                -webkit-letter-spacing: 1px;
                -moz-letter-spacing: 1px;
                -ms-letter-spacing: 1px;
                letter-spacing: 1px;
}

            .compact.jsx-1972648586 .underline-link-text.jsx-1972648586 {
                padding-bottom: 1px;
                font-size: 1rem;
                line-height: 1rem;
                text-align: left;
                border-bottom: 3px solid #6e5d12;
            }

            @media (min-width: 760px) {
                .compact.jsx-1972648586 .underline-link-text.jsx-1972648586 {
                    font-size: 1.125rem;
                    border-bottom: 0;
                }
            }

            .compact.jsx-1972648586 .underline-link-container.jsx-1972648586 {
                white-space: normal;
            }

            @media (min-width: 760px) {
                .compact.jsx-1972648586 .underline-link-container.jsx-1972648586 {
                    white-space:nowrap;
                }
            }

            .compact.jsx-1972648586 .underline-link-container.jsx-1972648586::before {
                height: 0;
            }

            @media (min-width: 760px) {
                .compact.jsx-1972648586 .underline-link-container.jsx-1972648586::before {
                    height:3px;
                }
            }

            .extra-compact.jsx-1972648586 .underline-link-text.jsx-1972648586 {
                padding-bottom: 1px;
                font-size: 1rem;
                line-height: 1rem;
                text-align: left;
                border-bottom: 3px solid #6e5d12;
            }

            @media (min-width: 1198px) {
                .extra-compact.jsx-1972648586 .underline-link-text.jsx-1972648586 {
                    font-size: 1.125rem;
                    border-bottom: 0;
                }
            }

            .extra-compact.jsx-1972648586 .underline-link-container.jsx-1972648586 {
                white-space: normal;
            }

            @media (min-width: 1198px) {
                .extra-compact.jsx-1972648586 .underline-link-container.jsx-1972648586 {
                    white-space:nowrap;
                }
            }

            .extra-compact.jsx-1972648586 .underline-link-container.jsx-1972648586::before {
                height: 0;
            }

            @media (min-width: 1198px) {
                .extra-compact.jsx-1972648586 .underline-link-container.jsx-1972648586::before {
                    height:3px;
                }
            }
        
            li.jsx-3231346005 {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .curved-sidebar-container.jsx-3231346005 {
                position: absolute;
                top: 9px;
                right: 0;
                width: 531px;
                height: 480px;
            }

            @media (min-width: 1198px) {
                .curved-sidebar-container.jsx-3231346005 {
                    width:507px;
                }
            }

            @media (min-width: 1622px) {
                .curved-sidebar-container.jsx-3231346005 {
                    width:531px;
                }
            }

            .crescent-side-bar-box.jsx-3231346005 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                width: 531px;
                height: 489px;
            }

            .crescent-side-bar-content.jsx-3231346005 {
                width: 100%;
                height: 100%;
                padding: 49px 0 0 65px;
                background: #fff;
            }

            .header-wrapper.jsx-3231346005 {
                margin-bottom: 53px;
            }

            .sections-wrapper.jsx-3231346005 {
                width: 372px;
                margin: 0;
                padding: 0;
            }

            .sections-wrapper.jsx-3231346005:focus {
                border: none;
                outline: none;
                box-shadow: none;
            }

            .sections-wrapper.jsx-3231346005 li.focus-visible.jsx-3231346005 {
                outline: none;
            }

            .sections-wrapper.jsx-3231346005 li.jsx-3231346005:focus-visible {
                outline: none;
            }

            .sidebar-label.jsx-3231346005 {
                display: inline-block;
            }

            .title.jsx-3231346005 {
                color: #000;
                font-weight: 700;
                font-size: 1.125rem;
                font-family: 'KUniforma-60Medium',sans-serif;
            }

            .underline.jsx-3231346005 {
                display: block;
                height: 3px;
                background: var(--primary-color);
            }

            .hilight-title-container.jsx-3231346005 {
                outline: none;
            }

            .hilight-title-container.jsx-3231346005:focus {
                border: none;
                outline: none;
                box-shadow: none;
            }
        
            .flex-wrapper.jsx-1395040305 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%;
                margin: 0;
                padding: 20px 8px 18px 0;
                list-style: none;
                background: none;
                border-top: none;
                border-right: none;
                border-bottom: solid 2px #000;
                border-left: none;
            }

            .flex-wrapper.jsx-1395040305:hover {
                background: var(--primary-color);
            }

            .flex-wrapper.jsx-1395040305:focus {
                background: var(--primary-color);
                border: none;
                outline: none;
                box-shadow: none;
            }

            .hilight-title-container.jsx-1395040305:focus {
                border: none;
                outline: none;
                box-shadow: none;
            }
        
            button.jsx-1745160294 {
                width: 100%;
                border: none;
            }

            .store-name.jsx-1745160294 {
                position: relative;
            }

            .cta-button.jsx-1745160294 {
                position: relative;
                z-index: 2;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 2px 2px 2px 14px;
                white-space: nowrap;
                border-radius: 12px;
                cursor: pointer;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

            .cta-button-wrapper.jsx-1745160294 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-weight: 800;
                font-family: 'KUniforma-50Regular',sans-serif;
                font-style: normal;
                line-height: 120%;
            }

            .anon-icon-wrapper.jsx-1745160294 {
                position: relative;
            }
        
            .button-title.jsx-2753888561 {
                line-height: 1rem;
                padding-right: 5px;
            }

            .cta-button-wrapper.jsx-2753888561 {
                font-size: 1rem;
            }

            .cta-button.jsx-2753888561 {
                color: #6e5d12;
                background: right bottom linear-gradient( to right, #6e5d12 50%, var(--primary-color) 50% );
                background-size: 200% 100%;
                -webkit-transition: all 0.6s ease-out;
                transition: all 0.6s ease-out;
            }

            .cta-button.jsx-2753888561:hover {
                background-position: left bottom;
                color: var(--primary-color);
            }
        
            .post-header-container.jsx-888942403 {
                overflow: hidden;
                background-color: white;
            }

            @media (min-width: 1198px) {
                .post-header-container.jsx-888942403 {
                    margin-bottom:60px;
                }
            }

            .left-rail.jsx-888942403 {
                position: relative;
            }

            .share-rail-container.jsx-888942403 {
                position: -webkit-sticky;
                position: sticky;
                top: 85px;
            }

            .mobile-post-marquee.jsx-888942403 {
                min-height: 50px;
            }

            @media (min-width: 1198px) {
                .post-grid.jsx-888942403 {
                    display:-ms-grid;
                    display: grid;
                    width: 100%;
                }

                .share-buttons.jsx-888942403 {
                    margin: 0;
                }

                .right.jsx-888942403 {
                    position: relative;
                    display: block;
                }
            }

            @media (min-width: 760px) {
                .mobile-post-marquee.jsx-888942403 {
                    min-height:0;
                }
            }

            .amp-up-next-container.jsx-888942403 {
                position: fixed;
                top: 71px;
                z-index: 4;
                width: 100%;
            }

            @media (min-width: 760px) {
                .amp-up-next-container.jsx-888942403 {
                    top:131px;
                }
            }

            .ad-leaderboard-wrapper.jsx-888942403 {
                margin-top: 5px;
            }

            @media (min-width: 1198px) {
                .ad-leaderboard-wrapper.jsx-888942403 {
                    margin:2rem 0 24px;
                }
            }

            .disclosure-wrapper.jsx-888942403 {
                width: 100%;
                color: #6e5d12;
                background: white;
            }

            @media (min-width: 1198px) {
                .disclosure-wrapper.jsx-888942403 {
                    display:-webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                    -webkit-justify-content: flex-end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                }
            }

            .bread-crumbs.jsx-888942403 {
                padding: 0 1rem;
                font-family: 'KUniforma-50Regular',sans-serif;
                background: #6e5d12;
            }

            .sppv-bottom-wrapper.jsx-888942403 {
                background: white;
            }

            @media (min-width: 1198px) {
                .sppv-bottom-wrapper.jsx-888942403 {
                    background:#f2f2f2;
                }
            }

            .grid-center.jsx-888942403 {
                -ms-grid-column: 2;
                grid-column-start: 2;
            }

            .feed-container.jsx-888942403,.comments-container.jsx-888942403 {
                margin: 32px 0;
            }

            .feed-container.jsx-888942403 .header,.comments-container.jsx-888942403 .header {
                text-align: center;
            }

            @media (min-width: 1198px) {
                .deals-picks-container.jsx-888942403 {
                    display:-ms-grid;
                    display: grid;
                    grid-column-gap: 23px;
                    -ms-grid-columns: 60px minmax(775px,834px) 262px;
                    grid-template-columns: 60px minmax(775px,834px) 262px;
                    max-width: 1266px;
                    margin: auto;
                    padding: 0 2rem;
                }
            }

            @media (min-width: 1622px) {
                .deals-picks-container.jsx-888942403 {
                    grid-column-gap:55px;
                    -ms-grid-columns: 60px 1137px 262px;
                    grid-template-columns: 60px 1137px 262px;
                    max-width: 1622px;
                    margin: auto;
                    padding: 0 3rem;
                }
            }

            .deals-picks-container.extra-margin.jsx-888942403 {
                margin-top: 60px;
            }

            .picks-container.jsx-888942403 {
                -ms-grid-column: 2;
                grid-column-start: 2;
                width: 100%;
                margin-top: 40px;
            }

            .feed-container.jsx-888942403 {
                margin-bottom: 40px;
            }

            @media (min-width: 1198px) {
                .feed-container.jsx-888942403 {
                    margin-bottom:65px;
                }
            }

            .center.jsx-888942403,.content-container.jsx-888942403 {
                position: relative;
            }

            .ad-container.jsx-888942403 {
                position: absolute;
            }

            .center-text.jsx-888942403 {
                text-align: center;
            }

            .picks-container.post-content {
                padding: 2rem 0;
            }

            @media (min-width: 1198px) {
                .picks-container.post-content {
                    padding:3rem;
                }
            }
        
            .bread-crumb-container.jsx-1331345664 {
                width: 100%;
                font-weight: 400;
                font-family: 'Lato',sans-serif;
                background: #6e5d12;
            }

            .bread-crumb-wrapper.jsx-1331345664 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            p.jsx-1331345664 {
                margin: 0;
                font-size: 14px;
                white-space: nowrap;
                text-transform: capitalize;
            }

            p.compact.jsx-1331345664 {
                font-size: 12px;
            }
        
            p.jsx-3134865329 {
                margin: 0;
            }

            .crumb.jsx-3134865329 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                font-size: 12px;
            }

            @media (min-width: 1198px) {
                .crumb.jsx-3134865329 {
                    font-size:16px;
                }
            }

            .crumb.jsx-3134865329+.crumb.jsx-3134865329::before {
                padding-right: 6px;
                padding-left: 6px;
                content: '\203A';
            }

            .crumb.compact-crumb.jsx-3134865329+.crumb.compact-crumb.jsx-3134865329::before {
                padding-right: 5px;
                padding-left: 5px;
                font-size: 12px;
            }
        
            .header.jsx-3123722051 {
                -ms-grid-column: 2;
                -ms-grid-column-span: 2;
                grid-column: 2 / span 2;
            }

            @media (min-width: 1198px) {
                .header.jsx-3123722051 {
                    margin-top:60px;
                }
            }

            [dir="ltr"].jsx-3123722051 .disclosure-container.jsx-3123722051 {
                text-align: left;
            }

            [dir="rtl"].jsx-3123722051 .disclosure-container.jsx-3123722051 {
                text-align: right;
            }

            .disclosure-container.jsx-3123722051 {
                color: #6e5d12;
                font-weight: 400;
                font-size: 12px;
                font-family: 'Lato',sans-serif;
                font-style: normal;
                line-height: 120%;
            }

            @media (min-width: 1198px) {
                .disclosure-container.jsx-3123722051 {
                    -ms-grid-column:2;
                    -ms-grid-column-span: 2;
                    grid-column: 2 / span 2;
                    padding-left: 180px;
                }
            }

            .post-header-wrapper.jsx-3123722051 {
                background-color: #fff;
            }
        
            .layout-container.jsx-1378008139 {
                margin: 1rem;
            }

            @media (min-width: 1198px) {
                .layout-container.jsx-1378008139 {
                    max-width:1266px;
                    margin: auto;
                    padding: 0 2rem;
                }
            }

            @media (min-width: 1622px) {
                .layout-container.jsx-1378008139 {
                    max-width:1622px;
                    margin: auto;
                    padding: 0 3rem;
                }
            }

            @media (min-width: 1198px) {
                .layout-grid.jsx-1378008139 {
                    display:-ms-grid;
                    display: grid;
                    grid-column-gap: 23px;
                    -ms-grid-columns: 60px minmax(775px,834px) 262px;
                    grid-template-columns: 60px minmax(775px,834px) 262px;
                }
            }

            @media (min-width: 1622px) {
                .layout-grid.jsx-1378008139 {
                    grid-column-gap:55px;
                    -ms-grid-columns: 60px 1137px 262px;
                    grid-template-columns: 60px 1137px 262px;
                }
            }
        
            .header.jsx-2235335756 {
                background-color: white;
            }

            .featured-image.jsx-2235335756 {
                position: relative;
                -webkit-box-flex: 0;
                -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                flex-grow: 0;
                -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                width: 342px;
                max-width: 100%;
                height: 227px;
                margin-top: -113px;
                overflow: hidden;
                border-radius: 20px;
                box-shadow: 0 5.125px 5.125px 0 rgba(0,0,0,0.2);
            }

            @media (min-width: 1198px) {
                .featured-image.jsx-2235335756 {
                    margin-top:0;
                    margin-top: initial;
                    margin-left: -195px;
                }
            }

            .title-wrapper.jsx-2235335756 {
                padding-top: 91px;
                color: #000;
            }

            @media (min-width: 1198px) {
                .title-wrapper.jsx-2235335756 {
                    padding-top:0;
                    padding-top: initial;
                    padding-left: 173px;
                }
            }

            .rel-wrapper.jsx-2235335756 {
                position: absolute;
                bottom: 0;
                width: 100%;
            }

            .title-date-wrapper.jsx-2235335756 {
                max-width: 850px;
            }

            .title-date-wrapper.jsx-2235335756 h1.jsx-2235335756 {
                margin: 14px 0;
                color: #3b3b3b;
                font-weight: 500;
                font-size: 30px;
                font-family: 'Playfair Display',serif;
                font-style: normal;
                line-height: 120%;
            }

            @media (min-width: 760px) {
                .title-date-wrapper.jsx-2235335756 h1.jsx-2235335756 {
                    font-weight:500;
                    font-size: 60px;
                    line-height: 110%;
                }
            }

            .title-date-wrapper.jsx-2235335756 h1.expired.jsx-2235335756 {
                color: #d3d3d3;
            }

            .title-panel-container.jsx-2235335756 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 30px;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                padding: 20px;
                border: solid #ebebeb 3px;
                border-radius: 20px;
            }

            @media (min-width: 1198px) {
                .title-panel-container.jsx-2235335756 {
                    -webkit-flex-direction:row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: start;
                    -webkit-justify-content: flex-start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                }
            }

            .link-container.jsx-2235335756 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }
        
            .contentfulImage .contentfulImageContainer .contentfulImageLayoutContainer,.contentfulImage .contentfulImageContainer .contentfulImageWrapper {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .contentfulImage .contentfulImageContainer img {
                position: relative;
                width: 100%;
                height: 100%;
            }

            .contentfulImage.intrinsic img {
                object-fit: contain;
            }

            .contentfulImage.fill img {
                object-fit: cover;
            }

            .contentfulImage.fill-width img {
                width: 100%;
                height: auto;
            }

            .contentfulImage.fill-height img {
                width: auto;
                height: 100%;
            }

            figure.jsx-1005853260,.contentfulImage.jsx-1005853260,.contentfulImage.jsx-1005853260 figcaption.jsx-1005853260,.contentfulImageLayoutContainer.jsx-1005853260,.contentfulImageSpacer.jsx-1005853260 {
                margin: 0;
                padding: 0;
                border: 0;
            }

            figure.jsx-1005853260 {
                max-width: 100%;
                margin: 0 auto;
            }

            .contentfulImageContainer.jsx-1005853260 {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

            .contentfulImage.jsx-1005853260 figcaption.jsx-1005853260 {
                padding: .3em .5em;
                font-size: .9em;
                font-family: sans-serif;
                background: #ebebeb;
            }

            .contentfulImageLayoutContainer.jsx-1005853260 {
                position: relative;
            }

            .contentfulImageSpacer.jsx-1005853260 {
                display: block;
                width: 100%;
            }
        
            .meta-line.jsx-2867360003 {
                margin-bottom: 8px;
                font-family: 'KUniforma-50Regular',sans-serif;
            }

            .meta-line.jsx-2867360003 time.jsx-2867360003 {
                color: #3b3b3b;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                text-transform: capitalize;
            }

            @media (min-width: 1198px) {
                .meta-line.jsx-2867360003 time.jsx-2867360003 {
                    font-size:16px;
                    line-height: 26px;
                }
            }
        
            .affiliate-disclosure.jsx-649577065 {
                margin: 24px 0 19px;
                padding: 1px 0 1px 12px;
            }

            @media (min-width: 760px) {
                .affiliate-disclosure.jsx-649577065 {
                    margin:25px 0;
                }
            }

            .affiliate-disclosure.jsx-649577065 .content.jsx-649577065 {
                margin: 0;
                color: #6e5d12;
                font-weight: normal;
                font-size: 0.625rem;
                font-family: 'Lato',sans-serif;
                line-height: 1.5;
            }

            @media (min-width: 1198px) {
                .affiliate-disclosure.jsx-649577065 .content.jsx-649577065 {
                    font-size:0.75rem;
                }
            }
        
            .share-rail.jsx-2669322538 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                gap: 11px;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 15px 0;
                color: #000;
                background-color: var(--primary-color);
                border-radius: 20px;
            }

            @media (min-width: 1198px) {
                .share-rail.jsx-2669322538 {
                    -webkit-flex-direction:column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    max-width: 60px;
                }
            }

            .share-button.jsx-2669322538 {
                background-color: transparent;
                border: none;
            }

            .call-to-action.jsx-2669322538 {
                padding: 8px;
                font-weight: 500;
                font-size: 12px;
                font-family: 'KUniforma-50Regular',sans-serif;
                font-style: normal;
                line-height: 120%;
                text-align: center;
                word-wrap: break-word;
            }

            @media (min-width: 1198px) {
                .call-to-action.jsx-2669322538 {
                    text-align:center;
                }
            }
        
            h1.jsx-3842672248 {
                position: relative;
                margin: 0 0 0.5rem;
                font-weight: 800;
                font-size: 1.3rem;
            }

            h1.expired.jsx-3842672248 {
                color: #d3d3d3;
            }

            @media (min-width: 760px) {
                h1.jsx-3842672248 {
                    font-size:2.8rem;
                    line-height: 54px;
                }
            }
        
            ._deal_formula_product_18o2k_1 ._product_line_18o2k_2 {
                color: #000;
                font-family: Lato;
                font-size: 16px;
                font-style: normal;
                font-weight: 800;
                line-height: 120%;
            }

            ._deal_formula_product_18o2k_1 ._product_line_18o2k_2._link_18o2k_10 {
                color: #000;
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            ._deal_formula_product_18o2k_1 ._product_title_18o2k_16 {
                -webkit-text-decoration: none;
                text-decoration: none;
                color: #000;
                font-size: 30px;
                font-family: Playfair Display-Black;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                margin-bottom: 8px;
            }

            ._deal_formula_product_18o2k_1 ._product_title_18o2k_16._link_18o2k_10:hover {
                color: #000;
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            ._reduced_opacity_18o2k_32 {
                opacity: .5;
            }

            ._deal_formula_kmfb6_1,._is_collapsible_deal_formula_kmfb6_2 {
                position: relative;
                background: #fff;
                font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
                line-height: 1;
                color: #3b3b3b;
                font-size: 15px;
                border-radius: 20px;
            }

            ._deal_formula_kmfb6_1 {
                border: 3px solid #6e5d12;
                padding: 15px 8px 16px;
                margin-left: 0;
                margin-right: 0;
                margin-top: 12px;
            }

            ._is_collapsible_deal_formula_kmfb6_2 {
                border: 3px solid #6e5d12;
                padding-top: 20px;
            }

            @media (min-width: 768px) {
                ._deal_formula_kmfb6_1 {
                    padding:48px 32px 48px 8px;
                }
            }

            ._deal_formula_kmfb6_1 a {
                -webkit-text-decoration: none;
                text-decoration: none;
            }

            ._deal_formula_kmfb6_1:before {
                content: "";
                position: absolute;
                top: 0;
                right: 100%;
                bottom: 100%;
                left: 0;
            }

            ._deal_formula_kmfb6_1._deal_formula_expired_kmfb6_46:before {
                right: 0;
                bottom: 0;
                pointer-events: none;
            }

            ._deal_formula_kmfb6_1._deal_formula_expired_kmfb6_46 ._deal_formula_content_kmfb6_53 {
                opacity: .5;
            }

            ._deal_formula_expiration_kmfb6_58,._is_collapsible_deal_formula_expiration_kmfb6_59 {
                font-size: 12px;
                -webkit-text-decoration: none;
                text-decoration: none;
                margin-right: 2px;
                font-style: normal;
                line-height: 120%;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_expiration_kmfb6_59 {
                    font-size:16px;
                }
            }

            ._deal_formula_expiration_kmfb6_58 {
                color: #003f16;
                font-weight: 500;
            }

            ._is_collapsible_deal_formula_expiration_kmfb6_59 {
                color: #000;
                font-weight: 400;
                line-height: 14.4px;
                padding-bottom: 5px;
                font-family: Lato;
                padding-top: 10px;
            }

            ._deal_formula_expiration_kmfb6_58 ._deal_formula_expired_kmfb6_46,._is_collapsible_deal_formula_expiration_kmfb6_59 ._deal_formula_expired_kmfb6_46 {
                color: #000;
            }

            @media (min-width: 768px) {
                ._deal_formula_expiration_kmfb6_58 {
                    font-size:16px;
                }
            }

            ._deal_formula_payline_kmfb6_97 {
                margin-bottom: 8px;
            }

            ._deal_formula_totals_kmfb6_101._deal_formula_rating__kmfb6_101 {
                padding-left: 20px;
            }

            ._deal_formula_header_kmfb6_105 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            ._deal_formula_top_border_kmfb6_112 {
                -webkit-flex: 12;
                -ms-flex: 12;
                flex: 12;
                border-top: 1px solid #b3b3b3;
                height: 39px;
                margin-left: 15px;
            }

            ._deal_formula_deal_badge_kmfb6_119 {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 13px;
                text-transform: uppercase;
                color: #3b3b3b;
                background-color: #eddbc5;
                height: 32px;
                padding-left: 12px;
                padding-right: 12px;
                margin-bottom: 8px;
            }

            ._deal_formula_deal_badge_logo_kmfb6_134 {
                height: 19px;
                width: 19px;
                margin-right: 8px;
                background-size: auto 19px;
                background-repeat: no-repeat;
                background-color: transparent;
            }

            ._deal_formula_deal_badge_logo_kmfb6_134 span {
                margin: 0;
            }

            @media (min-width: 768px) {
                ._deal_formula_deal_badge_logo_kmfb6_134 {
                    height:28px;
                    width: 28px;
                    background-size: auto 28px;
                }
            }

            ._button_container_kmfb6_155 {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: auto;
                margin-bottom: auto;
                white-space: nowrap;
            }

            @media (min-width: 768px) {
                ._deal_details_kmfb6_163,._deal_footer_kmfb6_164 {
                    -webkit-flex-direction:row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                }
            }

            ._deal_details_kmfb6_163 {
                margin-left: 12px;
            }

            ._deal_formula_comparison_kmfb6_173 {
                margin-bottom: 8px;
            }

            ._deal_formula_title_kmfb6_177,._is_collapsible_deal_formula_title_kmfb6_178,._deal_formula_title_kmfb6_177 ._deal_formula_title_link_text_kmfb6_179,._is_collapsible_deal_formula_title_kmfb6_178 ._is_collapsible_deal_formula_title_link_text_kmfb6_181 {
                -webkit-text-decoration: none;
                text-decoration: none;
                color: #000;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            ._deal_formula_title_kmfb6_177,._deal_formula_title_kmfb6_177 ._deal_formula_title_link_text_kmfb6_179 {
                font-family: Playfair Display-Black;
                font-size: 30px;
                margin-bottom: 8px;
            }

            ._is_collapsible_deal_formula_title_kmfb6_178,._is_collapsible_deal_formula_title_kmfb6_178 ._is_collapsible_deal_formula_title_link_text_kmfb6_181 {
                font-size: 20px;
                padding-bottom: 10px;
                padding-right: 20px;
                font-family: Playfair Display;
            }

            ._deal_formula_title_kmfb6_177 a._deal_formula_title_link_text_kmfb6_179:hover,._is_collapsible_deal_formula_title_kmfb6_178 a._is_collapsible_deal_formula_title_link_text_kmfb6_181:hover {
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            ._deal_banner_text_kmfb6_211 {
                margin-top: 40px;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
            }

            ._deal_formula_promos_kmfb6_218 {
                margin-top: 40px;
            }

            ._coupon_code_details_kmfb6_222 {
                font-weight: 400;
                color: #3b3b3b;
                font-size: 16px;
                margin-bottom: 8px;
                line-height: 1.5;
            }

            ._coupon_code_details_kmfb6_222:last-child {
                margin-bottom: 0;
            }

            ._coupon_code_details_kmfb6_222 a {
                color: #3b3b3b;
                border-bottom: 1px solid #3b3b3b;
                -webkit-text-decoration: none;
                text-decoration: none;
                font-weight: 400;
            }

            @media (min-width: 768px) {
                ._deal_formula_content_container_kmfb6_242 {
                    -webkit-flex-direction:column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }
            }

            ._deal_formula_content_kmfb6_53 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
            }

            @media (max-width: 768px) {
                ._deal_formula_content_kmfb6_53 {
                    -webkit-flex-direction:column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }
            }

            ._deal_formula_bottom_wrapper_kmfb6_257 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: 31px;
                row-gap: 16px;
            }

            @media (max-width: 768px) {
                ._deal_formula_bottom_wrapper_kmfb6_257 {
                    display:-webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-align-items: flex-start;
                    -webkit-box-align: flex-start;
                    -ms-flex-align: flex-start;
                    align-items: flex-start;
                    -webkit-flex-direction: column-reverse;
                    -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                }
            }

            ._deal_formula_empty_bottom_kmfb6_272 {
                margin-top: 12px;
            }

            ._is_collapsible_deal_formula_bottom_wrapper_kmfb6_275 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-top: 0;
            }

            ._bookmark_container_kmfb6_280 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                top: 2%;
                right: 1%;
            }

            @media (min-width: 768px) {
                ._bookmark_container_kmfb6_280 {
                    position:absolute;
                }
            }

            ._expirationContainer_kmfb6_292 {
                margin-top: 1px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-family: KUniforma-50Regular;
                font-size: 16px;
                font-weight: 500;
                gap: 6px;
            }

            @media (min-width: 768px) {
                ._expirationContainer_kmfb6_292 {
                    width:290px;
                    margin-right: 28px;
                }
            }

            ._is_collapsible_expiration_container_kmfb6_309 {
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                padding-bottom: 15px;
            }

            ._button_container_kmfb6_155 {
                width: 100%;
            }

            @media (min-width: 768px) {
                ._button_container_kmfb6_155 {
                    width:100%;
                }
            }

            ._total_container_kmfb6_325 {
                margin-top: -2px;
            }

            ._deal_type_container_xsm_sm_kmfb6_328 {
                display: block;
            }

            @media (min-width: 768px) {
                ._deal_type_container_xsm_sm_kmfb6_328 {
                    display:none;
                }
            }

            ._deal_type_container_med_lrg_kmfb6_334 {
                display: none;
            }

            @media (min-width: 768px) {
                ._deal_type_container_med_lrg_kmfb6_334 {
                    display:block;
                }
            }

            ._collapsed_kmfb6_341 {
                width: 100%;
                max-height: 0px;
                overflow: hidden;
                opacity: 0;
            }

            ._expanded_kmfb6_347 {
                max-height: 1500px;
                opacity: 1;
                -webkit-transition: opacity 1s ease,max-height 1.5s ease;
                transition: opacity 1s ease,max-height 1.5s ease;
                overflow: visible;
            }

            ._expanded_kmfb6_347 ._show_details_button_kmfb6_352 {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                background-color: #d3d3d3;
            }

            ._show_details_button_kmfb6_352 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                height: 53px;
                background-color: var(--primary-color);
                border-top: solid 3px #6e5d12;
                border-radius: 0 0 15px 15px;
                cursor: pointer;
            }

            @media (min-width: 768px) {
                ._show_details_button_kmfb6_352 {
                    height:60px;
                }
            }

            ._details_text_kmfb6_380 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: 100%;
                line-height: 21.6px;
                font-weight: 500;
                padding: 0 30px;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-family: KUniforma-60Medium;
                font-size: 16px;
            }

            @media (min-width: 768px) {
                ._details_text_kmfb6_380 {
                    font-size:18px;
                }
            }

            ._is_collapsible_coupon_container_kmfb6_396 {
                margin-left: 20px;
                margin-right: 20px;
            }

            ._coupon_container_default_kmfb6_400 {
                padding: 0 15px;
            }

            ._deal_fomula_content_subContainer_kmfb6_404 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            @media (min-width: 768px) {
                ._deal_fomula_content_subContainer_kmfb6_404 {
                    -webkit-flex-direction:row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                }
            }

            ._deal_details_container_kmfb6_413 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_title_kmfb6_178,._is_collapsible_deal_formula_title_kmfb6_178 ._is_collapsible_deal_formula_title_link_text_kmfb6_181 {
                    color:#000;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 24px;
                    font-family: Playfair Display;
                }

                ._is_collapsible_deal_formula_title_kmfb6_178 {
                    -webkit-text-decoration: none;
                    text-decoration: none;
                    padding-right: 20px;
                }

                ._is_collapsible_deal_formula_title_kmfb6_178:hover {
                    -webkit-text-decoration: underline;
                    text-decoration: underline;
                }

                ._is_collapsible_deal_formula_title_kmfb6_178 ._is_collapsible_deal_formula_title_link_text_kmfb6_181 {
                    -webkit-text-decoration: none;
                    text-decoration: none;
                }

                ._is_collapsible_deal_formula_title_kmfb6_178 a._is_collapsible_deal_formula_title_link_text_kmfb6_181:hover {
                    -webkit-text-decoration: underline;
                    text-decoration: underline;
                }
            }

            @media (min-width: 768px) {
                ._deal_formula_expiration_kmfb6_58 {
                    font-size:16px;
                    line-height: 14.4px;
                }
            }

            ._hidden_kmfb6_456 {
                display: none;
            }

            ._flag_container_kmfb6_460 {
                position: absolute;
                top: 13px;
                left: -12px;
                z-index: 1;
            }

            ._reduced_opacity_kmfb6_467 {
                opacity: .5;
            }

            ._tip_box_1hmsf_1[data-placement^=top]>._arrow_1hmsf_2 {
                bottom: -4px;
                border-top: 20px solid var(--primary-color);
            }

            ._tip_box_1hmsf_1[data-placement^=top]._secondary_1hmsf_7>._arrow_1hmsf_2 {
                border-top: 20px solid black;
            }

            ._tip_box_1hmsf_1[data-placement^=bottom]>._arrow_1hmsf_2 {
                top: -10px;
                border-bottom: 20px solid var(--primary-color);
            }

            ._tip_box_1hmsf_1[data-placement^=bottom]._secondary_1hmsf_7>._arrow_1hmsf_2 {
                border-bottom: 20px solid black;
            }

            ._tip_box_1hmsf_1[data-placement^=left]>._arrow_1hmsf_2 {
                right: -4px;
            }

            ._tip_box_1hmsf_1[data-placement^=right]>._arrow_1hmsf_2 {
                left: -4px;
            }

            ._arrow_1hmsf_2 {
                width: 0;
                height: 0;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-self: flex-end;
                -ms-flex-item-align: end;
                align-self: flex-end;
                margin-right: 8px;
            }

            ._tip_box_1hmsf_1 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                gap: 5px;
                border-width: 1px;
                border-color: #000;
                background-color: var(--primary-color);
                padding: 8px;
                margin-bottom: 8px;
                border-radius: 20px;
                max-width: 210px;
                white-space: normal;
            }

            ._tip_box_1hmsf_1._secondary_1hmsf_7 {
                background-color: #000;
                color: #fff;
            }

            @media (min-width: 768px) {
                ._tip_box_1hmsf_1 {
                    border-radius:14px;
                }
            }

            ._title_container_1hmsf_70 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            ._tip_title_1hmsf_75 {
                font-family: KUniforma-50Regular;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            ._tip_1hmsf_1 {
                font-family: Lato;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
            }

            ._close_icon_1hmsf_91 {
                margin-bottom: 2px;
            }

            ._active_1cqmc_1 {
                background-color: var(--primary-color);
                color: #000;
            }

            ._active_1cqmc_1._secondary_1cqmc_5 {
                background-color: #ebebeb;
            }

            ._inactive_1cqmc_10 {
                background-color: #000;
                color: #fff;
            }

            ._inactive_1cqmc_10._secondary_1cqmc_5 {
                background-color: #ebebeb;
                color: #000;
            }

            ._button_1cqmc_20 {
                width: 18px;
                height: 18px;
                border-radius: 50%;
                min-width: 18px;
                margin-left: 8px;
                padding: 0;
                border-width: 0px;
                font-family: KUniforma-50Regular;
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            ._button_6xk1g_1 {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
            }

            ._deal_formula_coupon_cx72j_1 {
                color: #000;
                background-position: left top;
                background-size: auto 20px;
                background-repeat: no-repeat;
                background-color: transparent;
                font-family: Lato;
                font-size: 16px;
                font-weight: 500;
                line-height: 120%;
            }

            ._deal_formula_coupon_cx72j_1 ._link_cx72j_12 {
                -webkit-text-decoration: underline;
                text-decoration: underline;
                color: #000;
                font-weight: 500;
            }

            ._coupon_tooltip_cx72j_19 {
                white-space: nowrap;
            }

            ._coupon_section_container_ak7xa_1 {
                border-left: var(--primary-color) 3px solid;
                padding-bottom: 36px;
                padding-left: 12px;
            }

            ._final_section_container_ak7xa_7 {
                padding-bottom: 36px;
                padding-left: 12px;
                margin-left: 3px;
            }

            ._alt_section_container_ak7xa_13 {
                padding-bottom: 36px;
                padding-left: 12px;
            }

            ._alt_coupon_section_content_ak7xa_18 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 8px;
                margin-left: 28px;
            }

            ._price_summary_section_container_ak7xa_25 {
                border: var(--primary-color) 3px solid;
                padding: 0 19px 20px;
                border-radius: 0 20px 20px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            @media (min-width: 768px) {
                ._price_summary_section_container_ak7xa_25 {
                    border:var(--primary-color) 3px solid;
                    padding: 0 19px 20px;
                    border-radius: 0 20px 20px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-align-items: flex-start;
                    -webkit-box-align: flex-start;
                    -ms-flex-align: flex-start;
                    align-items: flex-start;
                }
            }

            ._price_summary_header_ak7xa_46 {
                padding-top: 20px;
                font-family: Lato;
                font-size: 18px;
                font-weight: 400;
                color: #000;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            ._price_summary_header_ak7xa_46 ._title_container_ak7xa_54 {
                margin-left: 0;
            }

            ._coupon_section_header_ak7xa_59 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                color: #000;
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                font-family: Lato;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            ._title_container_ak7xa_54._collapsable_title_container_ak7xa_71 {
                font-size: 16px;
                padding-bottom: 20px;
            }

            @media (min-width: 768px) {
                ._title_container_ak7xa_54._collapsable_title_container_ak7xa_71 {
                    font-size:18px;
                }
            }

            ._coupon_section_content_ak7xa_79 {
                margin-top: 32px;
            }

            ._coupon_section_content_ak7xa_79:empty {
                margin-top: 0;
            }

            ._title_container_ak7xa_54 {
                margin-left: -21px;
            }

            ._product_coupon_section_header_ak7xa_91 {
                position: relative;
            }

            ._coupon_section_icon_ak7xa_95 {
                margin-right: 8px;
            }

            ._deal_formula_alternate_coupon_link_ak7xa_98 {
                -webkit-text-decoration: underline;
                text-decoration: underline;
                color: #3b3b3b;
                cursor: pointer;
            }

            ._deal_formula_alternate_coupon_title_ak7xa_103 {
                font-weight: 500;
                color: #3b3b3b;
                font-size: 25px;
                font-family: KUniforma-60Medium;
                line-height: 120%;
                color: #000;
                margin-bottom: 48px;
            }

            ._icon_container_ak7xa_113 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                right: 28px;
                background-color: var(--primary-color);
                width: 28px;
                height: 28px;
                border-radius: 50%;
                -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                align-self: flex-start;
                min-width: 28px;
            }

            ._alt_icon_container_ak7xa_127 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                right: 28px;
                width: 28px;
                height: 28px;
                border-radius: 50%;
                -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                align-self: flex-start;
                min-width: 28px;
            }

            ._section_title_ak7xa_140 {
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }

            ._deal_formula_alternate_coupon_container_ak7xa_147 {
                margin-top: 12px;
            }

            ._coupon_section_content_ak7xa_79 {
                margin-left: 9px;
            }

            ._product_coupon_section_ak7xa_91 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 24px;
            }

            ._isCollapsible_deal_formula_alternate_coupon_container_ak7xa_161 {
                padding-bottom: 20px;
            }

            ._reduced_opacity_ak7xa_165 {
                opacity: .5;
            }

            ._deal_formula_modal_container_1qq9s_1 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: absolute;
                visibility: hidden;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                opacity: 0;
                -webkit-transition: visibility 0s .3s,opacity .3s linear;
                transition: visibility 0s .3s,opacity .3s linear;
                z-index: 1;
            }

            ._deal_formula_modal_container_1qq9s_1._deal_formula_modal_open_1qq9s_15 {
                visibility: visible;
                opacity: 1;
                -webkit-transition: opacity .3s linear;
                transition: opacity .3s linear;
            }

            ._deal_formula_modal_overlay_1qq9s_20 {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: rgba(0,0,0,0.50196);
            }

            ._deal_formula_modal_1qq9s_1 {
                position: relative;
                background-color: #fff;
                max-width: 500px;
                margin: 0 15px;
                z-index: 1;
                padding: 10px 34px 20px;
                box-shadow: 0 0 3px rgba(38,38,38,0.50196);
            }

            ._deal_formula_modal_close_1qq9s_37 {
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
            }

            ._price_summary_1nmok_1 {
                font-weight: 400;
                font-size: 13px;
                color: #000;
                text-transform: uppercase;
                line-height: 120%;
                margin-bottom: 8px;
            }

            ._deal_formula_comparison_container_1nmok_10 a {
                font-weight: 400;
                font-size: 16px;
                color: #000;
                line-height: 120%;
                font-family: Lato;
                font-style: normal;
            }

            ._deal_formula_comparison_container_1nmok_10 div {
                font-weight: 400;
                font-size: 16px;
                color: #000;
                line-height: 120%;
            }

            ._deal_formula_payline_1nmok_25 {
                display: block;
                margin-bottom: 8px;
                font-family: Lato;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
                color: #000;
            }

            ._deal_formula_final_price_details_1nmok_35 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-bottom: 5px;
                line-height: 120%;
                font-family: Lato;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                color: #000;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            ._deal_formula_comparison_container_1nmok_10 {
                margin-top: 32px;
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            ._reduced_opacity_1nmok_52 {
                opacity: .5;
            }

            ._coupon_codes_6jzz9_1 {
                margin-top: 40px;
                margin-bottom: 8px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                font-size: 13px;
                font-style: italic;
                font-weight: 400;
                color: #898989;
            }

            ._coupon_icon_6jzz9_12 {
                margin-right: 8px;
            }

            ._coupon_code_details_6jzz9_16 {
                font-weight: 400;
                color: #3b3b3b;
                font-size: 16px;
                line-height: 1.5;
            }

            ._coupon_code_6jzz9_1 {
                font-weight: 700;
                color: #3b3b3b;
                font-size: 16px;
            }

            ._coupon_code_link_6jzz9_29 {
                -webkit-text-decoration: none;
                text-decoration: none;
                color: #3b3b3b;
            }

            ._deal_formula_product_header_1qg2c_1 {
                font-weight: 800;
                font-family: Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;
                color: #3b3b3b;
                font-size: 20px;
            }

            ._products_container_1qg2c_9 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 24px;
                text-wrap: pretty;
            }

            ._promo_line_container_1qg2c_16 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            ._promo_line_container_1qg2c_16 ._promo_line_1qg2c_16 {
                color: #000;
                font-family: Lato;
                font-size: 1rem;
                font-style: italic;
                font-weight: 400;
                line-height: 120%;
            }

            ._promo_line_container_1qg2c_16 ._promo_line_1qg2c_16._link_1qg2c_30 {
                -webkit-text-decoration: underline;
                text-decoration: underline;
            }

            ._promo_tooltip_1qg2c_36 {
                white-space: nowrap;
            }

            ._promos_container_1qg2c_40 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 20px;
            }

            ._deal_formula_image_rlogs_1,._isCollapsible_deal_formula_image_rlogs_2 {
                margin-bottom: 12px;
                object-fit: contain;
                width: 100%;
                margin-top: 12px;
            }

            ._deal_formula_image_rlogs_1 {
                max-height: 200px;
            }

            ._isCollapsible_deal_formula_image_rlogs_2 {
                max-height: 192px;
            }

            @media (min-width: 768px) {
                ._deal_formula_image_rlogs_1,._isCollapsible_deal_formula_image_rlogs_2 {
                    object-fit:contain;
                    margin-top: 0;
                }

                ._deal_formula_image_rlogs_1 {
                    height: 200px;
                    width: 290px;
                }

                ._isCollapsible_deal_formula_image_rlogs_2 {
                    height: 172px;
                    width: 275px;
                }
            }

            This ._deal_formula_image_container_rlogs_36 {
                margin-right: 0;
            }

            @media (min-width: 768px) {
                ._deal_formula_image_container_rlogs_36 {
                    margin-right:28px;
                }
            }

            ._reduced_opacity_rlogs_45 {
                opacity: .5;
            }

            ._deal_formula_type_jh2l1_1 {
                font-size: 16px;
            }

            ._is_collapsible_deal_formula_type_jh2l1_4 {
                font-size: 12px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_type_jh2l1_4 {
                    font-size:16px;
                }
            }

            html .deal_formula_type span {
                font-size: 16px;
            }

            ._is_collapsible_deal_formula_type_jh2l1_4 span {
                font-size: 12px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_type_jh2l1_4 span {
                    font-size:16px;
                }
            }

            ._deal_formula_type_jh2l1_1 {
                text-transform: lowercase;
                margin-bottom: 8px;
                color: #000;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                font-family: KUniforma-60Medium;
            }

            ._is_collapsible_deal_formula_type_jh2l1_4 {
                text-transform: lowercase;
                padding-bottom: 10px;
                color: #000;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                font-family: KUniforma-60Medium;
            }

            ._reduced_opacity_jh2l1_43 {
                opacity: .5;
            }

            ._deal_formula_type_jh2l1_1:first-letter,._deal_formula_type_jh2l1_1:first-line {
                text-transform: capitalize;
            }

            ._is_collapsible_deal_formula_type_jh2l1_4:first-letter,._is_collapsible_deal_formula_type_jh2l1_4:first-line {
                text-transform: capitalize;
            }

            ._storeName_jh2l1_56 {
                display: inline-block;
                word-break: break-word;
                text-transform: none;
            }

            ._or_jh2l1_61 {
                display: inline-block;
                text-transform: lowercase;
            }

            .deal_formula_as_low_as {
                color: #000;
            }

            ._deal_formula_original_price_11u6y_5,._is_collapsible_original_price_11u6y_6 {
                display: inline-block;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
                margin-right: 12px;
                font-family: KUniforma-60Medium;
            }

            ._deal_formula_original_price_11u6y_5 {
                font-size: 16px;
            }

            ._is_collapsible_original_price_11u6y_6 {
                font-size: 12px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_original_price_11u6y_6 {
                    font-size:16px;
                }
            }

            ._deal_formula_final_price_11u6y_29,._is_collapsible_deal_formula_final_price_11u6y_30 {
                font-family: KUniforma-60Medium;
                font-style: normal;
                font-weight: 500;
                margin-right: 6px;
                color: #db0000;
                line-height: 1;
            }

            ._deal_formula_final_price_11u6y_29 {
                font-size: 1rem;
                line-height: 120%;
            }

            ._is_collapsible_deal_formula_final_price_11u6y_30 {
                font-size: 12px;
                line-height: 14.4px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_final_price_11u6y_30 {
                    font-size:16px;
                }
            }

            ._deal_formula_totals_11u6y_52 {
                -webkit-flex: 2 1 71%;
                -ms-flex: 2 1 71%;
                flex: 2 1 71%;
                background-size: 20px 20px;
                background-position: 10px 20px;
                background-repeat: no-repeat;
                font-weight: 400;
            }

            ._deal_formula_totals_11u6y_52:last-child {
                margin-bottom: 0;
            }

            ._deal_formula_as_low_as_11u6y_1 {
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
                margin-right: 6px;
                font-family: Lato;
            }

            ._is_collapsible_deal_formula_as_low_as_11u6y_72 {
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%;
                margin-right: 6px;
                font-family: Lato;
            }

            @media (min-width: 768px) {
                ._is_collapsible_deal_formula_as_low_as_11u6y_72 {
                    font-size:18px;
                }
            }

            ._savingsContainer_11u6y_84,._is_collapsible_savingsContainer_11u6y_85 {
                background-color: var(--primary-color);
                border-radius: 16px;
                line-height: 1.75rem;
            }

            ._savingsContainer_11u6y_84 {
                padding: 3px 8px 5px;
            }

            ._is_collapsible_savingsContainer_11u6y_85 {
                padding: 0 6px 2px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_savingsContainer_11u6y_85 {
                    padding:3px 6px;
                }
            }

            ._savings_11u6y_84,._is_collapsible_savings_11u6y_85 {
                display: inline-block;
                color: #6e5d12;
                font-style: normal;
                font-weight: 500;
                font-family: KUniforma-60Medium;
            }

            ._savings_11u6y_84 {
                font-size: 16px;
                line-height: 120%;
            }

            ._is_collapsible_savings_11u6y_85 {
                font-size: 12px;
                line-height: 14.4px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_savings_11u6y_85 {
                    font-size:16px;
                }
            }

            ._reduced_opacity_11u6y_129 {
                opacity: .5;
            }

            ._deal_formula_save_vdb7x_1 {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                background-color: var(--primary-color);
                border-radius: 50%;
                width: 40px;
                height: 40px;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            ._deal_formula_save_vdb7x_1 input {
                opacity: 0;
                position: absolute;
            }

            ._deal_formula_save_vdb7x_1 input+label svg {
                height: 35px;
            }

            ._inner_fill_vdb7x_21 {
                fill: inherit;
            }

            ._deal_formula_save_vdb7x_1 input:checked+label svg ._inner_fill_vdb7x_21 {
                fill: #3b3b3b;
            }

            ._deal_formula_save_vdb7x_1 input+label:before {
                content: "";
                height: 38px;
                left: -5px;
                position: absolute;
                top: -2px;
                width: 36px;
            }

            ._deal_formula_save_vdb7x_1 input:focus+label:before {
                outline: 2px auto Highlight;
                outline: 2px auto -webkit-focus-ring-color;
            }

            html .df_cta_button_wrapper a,html .is_collapsible_df_cta_button_wrapper a {
                color: #000;
                -webkit-text-decoration: none;
                text-decoration: none;
                background-color: var(--primary-color);
                border-radius: 20px;
                white-space: normal;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
                font-family: KUniforma-60Medium;
            }

            html .df_cta_button_wrapper a:hover,html .is_collapsible_df_cta_button_wrapper a:hover {
                color: #3b3b3b;
            }

            ._df_cta_button_wrapper_3f2g0_1 a,._is_collapsible_df_cta_button_wrapper_3f2g0_2 a {
                padding: 16px 10px;
                outline: none;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            @media (min-width: 768px) {
                ._df_cta_button_wrapper_3f2g0_1 a,._is_collapsible_df_cta_button_wrapper_3f2g0_2 a {
                    padding:16px 32px;
                }
            }

            ._df_cta_button_wrapper_3f2g0_1 a:hover {
                -webkit-transition: .5s ease;
                transition: .5s ease;
            }

            ._is_collapsible_df_cta_button_wrapper_3f2g0_2 {
                padding: 0 20px 20px;
            }

            @media (min-width: 768px) {
                ._is_collapsible_df_cta_button_wrapper_3f2g0_2 {
                    padding:0 0 20px 10px;
                    width: 296px;
                }
            }

            ._flag_container_secondary_1j3ph_1 {
                position: relative;
                height: 32px;
                font-size: 1rem;
                font-family: KUniforma-50Regular,sans-serif;
                font-weight: 700;
                padding-left: 1px;
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: var(--secondary-color);
                color: var(--secondary-color);
            }

            ._flag_container_secondary_1j3ph_1:after {
                content: "";
                position: absolute;
                top: 0;
                right: -10px;
                border-style: solid;
                border-width: 32px 5px 0 5px;
                border-color: var(--secondary-color) transparent transparent var(--secondary-color);
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
            }

            ._flag_container_secondary_1j3ph_1:before {
                content: "";
                position: absolute;
                bottom: -3px;
                left: 0;
                border-style: solid;
                border-width: 2.5px 10px 2.5px 0;
                border-color: transparent var(--secondary-color) transparent transparent;
                -webkit-transform: rotate(14deg);
                -ms-transform: rotate(14deg);
                transform: rotate(14deg);
            }

            ._flag_container_primary_1j3ph_36 {
                position: relative;
                height: 30px;
                -webkit-letter-spacing: .3px;
                -moz-letter-spacing: .3px;
                -ms-letter-spacing: .3px;
                letter-spacing: .3px;
                padding: 0 14px 0 20px;
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: var(--primary-color);
                z-index: 2;
            }

            ._flag_container_primary_1j3ph_36:after {
                content: "";
                position: absolute;
                top: 0;
                right: -9px;
                border-style: solid;
                border-width: 30px 5px 0 5px;
                border-color: var(--primary-color) transparent transparent var(--primary-color);
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                transform: rotate(0);
                z-index: 3;
            }
        
            .cta-wrapper.jsx-1339405303 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        
            .signup-message.jsx-1776139655 {
                font-weight: 500;
                font-size: 1.125rem;
                font-family: 'KUniforma-50Regular',sans-serif;
                font-style: normal;
                line-height: 120%;
            }

            .email-signup-call-to-action.jsx-1776139655 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                overflow: hidden;
            }

            @media (min-width: 1198px) {
                .email-signup-call-to-action.jsx-1776139655 {
                    -webkit-flex-direction:row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                }
            }

            .email-signup-call-to-action.secondary.jsx-1776139655 {
                border-radius: 20px;
            }

            .email-signup-call-to-action.secondary.jsx-1776139655 .signup-message.jsx-1776139655 {
                font-size: 1rem;
            }

            .email-signup-call-to-action.secondary.jsx-1776139655 .right-container.jsx-1776139655 svg {
                height: 174px;
            }

            .email-signup-call-to-action.jsx-1776139655 .header.completed-signup {
                margin-bottom: 10px;
            }

            .cta-top-copy.jsx-1776139655 {
                padding-bottom: 10px;
                font-size: 20px;
                font-family: 'Playfair Display',serif;
                font-feature-settings: "lnum";
                font-variant-numeric: lining-nums;
            }

            @media (min-width: 1198px) {
                .cta-top-copy.jsx-1776139655 {
                    font-size:25px;
                }
            }

            .cta-bottom-copy.jsx-1776139655 {
                font-size: 12px;
                font-family: 'KUniforma-50Regular',sans-serif;
            }

            @media (min-width: 1198px) {
                .cta-bottom-copy.jsx-1776139655 {
                    font-size:17px;
                }
            }

            .cheap-eats-bottom-copy.jsx-1776139655,.cheap-eats-top-copy.jsx-1776139655 {
                color: #000;
                font-weight: 400;
                line-height: 120%;
                -webkit-letter-spacing: 0%;
                -moz-letter-spacing: 0%;
                -ms-letter-spacing: 0%;
                letter-spacing: 0%;
            }

            .left-container.jsx-1776139655 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex: 2;
                -ms-flex: 2;
                flex: 2;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                min-height: 197px;
                padding: 20px 20px 0 16px;
                background-color: var(--primary-color);
            }

            @media (min-width: 760px) {
                .left-container.jsx-1776139655 {
                    padding:20px 70px 0;
                }
            }

            @media (min-width: 1198px) {
                .left-container.jsx-1776139655 {
                    -webkit-flex:3;
                    -ms-flex: 3;
                    flex: 3;
                    padding: 20px 30px 0;
                }
            }

            .left-container.submit-success-container.jsx-1776139655 {
                padding: 0 40px;
            }

            .right-container.jsx-1776139655 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                -webkit-align-items: flex-end;
                -webkit-box-align: flex-end;
                -ms-flex-align: flex-end;
                align-items: flex-end;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 15px 10px 0;
                background-color: var(--primary-color);
            }

            @media (min-width: 1198px) {
                .right-container.jsx-1776139655 {
                    padding:0 15px;
                    background-color: #6e5d12;
                }
            }

            @media (min-width: 1622px) {
                .right-container.jsx-1776139655 {
                    max-width:289px;
                    padding: 20px 32px 0;
                }
            }

            .input-wrapper.jsx-1776139655 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-flow: row wrap;
                -ms-flex-flow: row wrap;
                flex-flow: row wrap;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            @media (min-width: 1198px) {
                .input-wrapper.jsx-1776139655 {
                    gap:10px;
                    -webkit-align-items: baseline;
                    -webkit-box-align: baseline;
                    -ms-flex-align: baseline;
                    align-items: baseline;
                    height: 60px;
                }
            }

            @media (min-width: 1622px) {
                .input-wrapper.jsx-1776139655 {
                    margin-right:145px;
                }
            }

            .input-container.jsx-1776139655 {
                width: 100%;
            }

            @media (min-width: 1198px) {
                .input-container.jsx-1776139655 {
                    width:60%;
                }
            }

            .button-container.jsx-1776139655 {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .disclaimer.jsx-1776139655 {
                color: #000;
                font-size: 12px;
            }

            @media (min-width: 1198px) {
                .disclaimer.jsx-1776139655 {
                    margin-top:0;
                    padding-top: 20px;
                    padding-bottom: 0;
                }
            }

            @media (min-width: 1622px) {
                .disclaimer.jsx-1776139655 {
                    margin-top:0;
                }
            }

            @media (min-width: 1198px) {
                .email-header-container.jsx-1776139655 {
                    margin-top:-10px;
                }
            }

            @media (min-width: 1622px) {
                .email-header-container.jsx-1776139655 {
                    width:440px;
                    margin-top: 0;
                }
            }

            .submit-success-bottom-copy.jsx-1776139655 {
                max-width: 445px;
                font-size: 16px;
            }

            .submit-success-top-copy.jsx-1776139655 {
                font-size: 26px;
            }

            .submit-success-bottom-copy.jsx-1776139655,.submit-success-top-copy.jsx-1776139655 {
                color: #000;
                font-weight: 400;
                font-family: 'KUniforma-50Regular',sans-serif;
                line-height: 120%;
                -webkit-letter-spacing: 0%;
                -moz-letter-spacing: 0%;
                -ms-letter-spacing: 0%;
                letter-spacing: 0%;
            }
/* Sales Aholics category archive
   Scoped overrides keep the legacy article styles from leaking into this
   catalog page while other templates migrate independently. */
.sad-category {
  --category-ink: #0d172a;
  --category-muted: #596579;
  --category-yellow: #ffd400;
  --category-line: #dfe3ea;
  --category-wash: #f5f6f8;
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 72px;
  color: var(--category-ink);
}

.sad-category *,
.sad-category *::before,
.sad-category *::after {
  box-sizing: border-box;
}

.sad-category__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #687286;
  font-size: 14px;
}

.sad-category__breadcrumb a {
  color: var(--category-ink);
  font-weight: 700;
  text-decoration: none;
}

.sad-category__breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sad-category__hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  min-height: 320px;
  padding: clamp(34px, 5vw, 70px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 212, 0, .25), transparent 20%),
    linear-gradient(135deg, #101a30 0%, #1f3153 72%, #253b62 100%);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(14, 26, 49, .16);
}

.sad-category__hero::after {
  position: absolute;
  right: -75px;
  bottom: -95px;
  z-index: -1;
  width: 280px;
  height: 280px;
  background: var(--category-yellow);
  border-radius: 50%;
  content: "";
}

.sad-category__hero-copy {
  max-width: 760px;
}

.sad-category__eyebrow,
.sad-category__section-kicker {
  margin: 0 0 10px;
  color: #886f00;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .16em;
}

.sad-category__eyebrow {
  color: var(--category-yellow);
}

.sad-category__hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.035em;
}

.sad-category__intro {
  max-width: 720px;
  margin-top: 22px;
  color: #e5ebf5;
  font-size: 18px;
  line-height: 1.65;
}

.sad-category__intro p {
  margin: 0;
}

.sad-category__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sad-category__primary-link,
.sad-category__secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--category-yellow);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sad-category__primary-link {
  color: #101827;
  background: var(--category-yellow);
}

.sad-category__secondary-link {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .38);
}

.sad-category__primary-link:hover,
.sad-category__secondary-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.sad-category__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 1px;
  min-width: 390px;
  margin: 0;
  overflow: hidden;
  color: var(--category-ink);
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 18px;
  backdrop-filter: blur(14px);
}

.sad-category__stats div {
  padding: 20px 16px;
  background: rgba(255, 255, 255, .92);
}

.sad-category__stats dt {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.sad-category__stats dd {
  margin: 7px 0 0;
  color: #5d6678;
  font-size: 12px;
  font-weight: 800;
}

.sad-category__disclosure {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  margin: 22px 0 36px;
  padding: 14px 18px;
  color: #414b5f;
  background: #fff9d8;
  border: 1px solid #efd76b;
  border-radius: 14px;
  font-size: 13px;
}

.sad-category__disclosure p {
  margin: 0;
}

.sad-category__disclosure a {
  color: var(--category-ink);
  font-weight: 900;
  text-underline-offset: 3px;
}

.sad-category__disclosure-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #111827;
  background: var(--category-yellow);
  border-radius: 50%;
  font-weight: 900;
}

.sad-category__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.sad-category__main,
.sad-category__aside {
  min-width: 0;
}

.sad-category__section + .sad-category__section {
  margin-top: 48px;
}

.sad-category__section-heading {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--category-line);
}

.sad-category__section-heading h2,
.sad-category__related h2,
.sad-category__trust h2 {
  margin: 0;
  color: var(--category-ink);
  font-size: clamp(27px, 3vw, 38px);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
}

.sad-category__section-heading > span {
  flex: none;
  color: var(--category-muted);
  font-size: 13px;
  font-weight: 800;
}

.sad-category__deal-list {
  display: grid;
  gap: 18px;
}

.sad-category__deal-list .freebie-card {
  margin: 0;
  padding: 20px;
  border-color: var(--category-line);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(18, 31, 55, .06);
}

.sad-category__deal-list .freebie-card:hover {
  border-color: #c8cdd7;
  box-shadow: 0 18px 42px rgba(18, 31, 55, .11);
}

.sad-category__deal-list .freebie-card-head {
  margin-bottom: 13px;
  color: #2e6a3a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.sad-category__deal-list .freebie-card-body {
  gap: 22px;
}

.sad-category__deal-list .freebie-image {
  display: grid;
  place-items: center;
  width: 220px;
  height: 190px;
  padding: 12px;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 15px;
}

.sad-category__deal-list .freebie-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sad-category__deal-list .freebie-title {
  font-size: 20px;
  line-height: 1.3;
}

.sad-category__deal-list .freebie-title a:hover {
  color: #7b6500;
}

.sad-category__deal-list .ro-price-current {
  color: #d12e2e;
  font-size: 28px;
}

.sad-category__deal-list .freebie-what {
  padding: 12px 14px;
  background: var(--category-wash);
}

.sad-category__deal-list .freebie-what-list {
  display: -webkit-box;
  padding: 0;
  overflow: hidden;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-category__deal-list .freebie-btn {
  min-height: 44px;
  padding: 11px 18px;
  color: var(--category-ink);
  background: var(--category-yellow);
  border-radius: 999px;
  box-shadow: none;
}

.sad-category__deal-list .freebie-btn:hover {
  background: #f1c900;
  box-shadow: 0 8px 20px rgba(197, 164, 0, .25);
}

.sad-category__guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sad-category__guide-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--category-line);
  border-radius: 18px;
}

.sad-category__guide-image {
  display: block;
  min-height: 150px;
  overflow: hidden;
  background: var(--category-wash);
  border-radius: 12px;
}

.sad-category__guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sad-category__guide-label {
  margin: 2px 0 8px !important;
  color: #846c00;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .12em;
}

.sad-category__guide-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
}

.sad-category__guide-card h3 a {
  color: var(--category-ink);
  text-decoration: none;
}

.sad-category__guide-card p {
  margin: 9px 0;
  color: var(--category-muted);
  font-size: 13px;
  line-height: 1.5;
}

.sad-category__read-link {
  color: var(--category-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sad-category__related,
.sad-category__trust {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--category-line);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(18, 31, 55, .06);
}

.sad-category__related h2,
.sad-category__trust h2 {
  font-size: 27px;
}

.sad-category__related-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.sad-category__related-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  align-items: center;
  padding: 13px 14px;
  color: var(--category-ink);
  background: var(--category-wash);
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}

.sad-category__related-list a:hover {
  background: #fff9d8;
  border-color: #e7ce56;
}

.sad-category__related-list span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-category__related-list small {
  color: var(--category-muted);
  font-size: 11px;
}

.sad-category__related-list b {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.sad-category__trust {
  margin-top: 18px;
  color: #fff;
  background: var(--category-ink);
  border-color: var(--category-ink);
}

.sad-category__trust .sad-category__section-kicker {
  color: var(--category-yellow);
}

.sad-category__trust h2 {
  color: #fff;
}

.sad-category__trust ul {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.sad-category__trust li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  color: #dce3ee;
  font-size: 13px;
  line-height: 1.45;
}

.sad-category__trust li span {
  color: var(--category-yellow);
  font-weight: 900;
}

.sad-category__pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding: 16px;
  background: var(--category-wash);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
}

.sad-category__pagination a {
  color: var(--category-ink);
  text-decoration: none;
}

.sad-category__pagination a:last-child {
  text-align: right;
}

.sad-category__empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 28px;
  background: #fff9d8;
  border: 1px solid #ead15c;
  border-radius: 20px;
}

.sad-category__empty > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--category-yellow);
  background: #111827;
  border-radius: 14px;
  font-size: 31px;
  font-weight: 900;
}

.sad-category__empty h2,
.sad-category__empty p {
  margin: 0;
}

.sad-category__empty p {
  margin-top: 5px;
  color: var(--category-muted);
  line-height: 1.5;
}

.sad-category__empty a {
  padding: 12px 17px;
  color: #fff;
  background: var(--category-ink);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.sad-category__newsletter {
  margin-top: 48px;
}

.sad-category__newsletter .sad-inline-newsletter {
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 1180px) {
  .sad-category__hero {
    grid-template-columns: 1fr;
  }

  .sad-category__stats {
    min-width: 0;
  }

  .sad-category__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .sad-category__guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .sad-category {
    width: min(100% - 28px, 760px);
  }

  .sad-category__layout {
    grid-template-columns: 1fr;
  }

  .sad-category__aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .sad-category__trust {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .sad-category {
    width: min(100% - 20px, 540px);
    padding-top: 14px;
  }

  .sad-category__breadcrumb {
    margin-bottom: 14px;
    overflow: hidden;
    white-space: nowrap;
  }

  .sad-category__hero {
    min-height: 0;
    gap: 28px;
    padding: 28px 22px 30px;
    border-radius: 22px;
  }

  .sad-category__hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .sad-category__intro {
    font-size: 16px;
  }

  .sad-category__hero-actions {
    display: grid;
  }

  .sad-category__stats {
    grid-template-columns: 1fr;
  }

  .sad-category__stats div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 13px 16px;
  }

  .sad-category__stats dd {
    margin: 0;
  }

  .sad-category__disclosure {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .sad-category__disclosure a {
    grid-column: 2;
  }

  .sad-category__section-heading {
    align-items: start;
  }

  .sad-category__deal-list .freebie-card {
    padding: 15px;
  }

  .sad-category__deal-list .freebie-card-body {
    flex-direction: column;
  }

  .sad-category__deal-list .freebie-image {
    width: 100%;
    height: 225px;
  }

  .sad-category__deal-list .freebie-content {
    width: 100%;
  }

  .sad-category__guide-card {
    grid-template-columns: 1fr;
  }

  .sad-category__guide-image {
    min-height: 210px;
  }

  .sad-category__aside {
    grid-template-columns: 1fr;
  }

  .sad-category__empty {
    grid-template-columns: auto 1fr;
  }

  .sad-category__empty a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .sad-category__pagination {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sad-category__pagination a:last-child {
    text-align: center;
  }
}
