@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,800|Open+Sans+Condensed:300,400,400i,600,%20600i,700|Playfair+Display:500|Cormorant:wght@700|DM+Serif+Text|DM+Serif+Display|Lato:400&amp;display=swap");

@font-face {
  font-family: "KUniforma-50Regular";
  src: url("static/fonts/KUniforma-50Regular.woff");
  font-display: swap;
}

@font-face {
  font-family: "KUniforma-60Medium";
  src: url("static/fonts/KUniforma-60Medium.woff");
  font-display: swap;
}

@font-face {
  font-family: "KUniforma-80Bold";
  src: url("static/fonts/KUniforma-80Bold.woff");
  font-display: swap;
}

@font-face {
  font-family: "KUniforma-90Black";
  src: url("static/fonts/KUniforma-90Black.woff");
  font-display: swap;
}

:root {
  --primary-color: var(--primary-color);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
:where(html) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(h1) {
  font-size: 2em;
  margin-bottom: 0.67em;
  margin-top: 0.67em;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-bottom: 0;
  margin-top: 0;
}

:where(hr) {
  box-sizing: content-box;
  color: inherit;
  height: 0;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, pre, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

:where(table) {
  border-color: currentColor;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button) {
  text-transform: none;
}

:where(button, input[type="button"i]) {
  -webkit-appearance: button;
}

:where(button, input[type="reset"i]) {
  -webkit-appearance: button;
}

:where(button, input[type="submit"i]) {
  -webkit-appearance: button;
}

:where(progress) {
  vertical-align: baseline;
}

:where(select) {
  text-transform: none;
}

:where(textarea) {
  margin: 0;
}

:where(input[type="search"i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:where(button, input[type="button"i])::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button, input[type="color"i])::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button, input[type="reset"i])::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button, input[type="submit"i])::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button, input[type="button"i])::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(button, input[type="color"i])::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(button, input[type="reset"i])::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(button, input[type="submit"i])::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(:-moz-ui-invalid) {
  box-shadow: none;
}

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(summary) {
  display: list-item;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    -webkit-scroll-behavior: unset;
    -moz-scroll-behavior: unset;
    -ms-scroll-behavior: unset;
    scroll-behavior: unset;
  }
}

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5rem;
  background: white;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.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("../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("../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("../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-611573090 {
  background-color: #f2f2f2;
}

.navigation-header.jsx-611573090 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
}

.flex-site-container.jsx-611573090 {
  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;
  padding: 0 1.5rem;
}

@media (min-width: 1198px) {
  .flex-site-container.jsx-611573090 {
    max-width: 1198px;
    margin: auto;
    padding: 0 2rem;
  }
}

@media (min-width: 1622px) {
  .flex-site-container.jsx-611573090 {
    max-width: 1622px;
    margin: auto;
    padding: 0 3rem;
  }
}

.home-ad-announcement div.ad-wrapper,
.home-ad-announcement div.ad-unit-placeholder {
  background-color: var(--primary-color);
}

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;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  -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 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.desktop-logo-transition-deck.home.jsx-3991560466 {
  opacity: 0;
  -webkit-transition: opacity 0.02s ease-out;
  transition: opacity 0.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: 0.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 0.4s ease-in-out;
  transition: all 0.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);
}

.white-bg.jsx-4290070888 {
  background-color: #fff;
}

.lg-spacer.jsx-4290070888 {
  padding-bottom: 40px;
}

@media (min-width: 760px) {
  .lg-spacer.jsx-4290070888 {
    padding-bottom: 80px;
  }
}

.md-spacer.jsx-4290070888 {
  padding-bottom: 30px;
}

@media (min-width: 760px) {
  .md-spacer.jsx-4290070888 {
    padding-bottom: 60px;
  }
}

.ad-spacer.jsx-4290070888 {
  padding-bottom: 30px;
}

@media (min-width: 760px) {
  .ad-spacer.jsx-4290070888 {
    padding-bottom: 60px;
  }
}

.home-page-header.jsx-190484620 {
  position: relative;
  width: 100%;
  
  padding-bottom: 95px;
  overflow: hidden;
}

@media (min-width: 1198px) {
  .home-page-header.jsx-190484620 {
    height: 738px;
  }
}

.home-page-header.jsx-190484620::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  -webkit-transform: scaleX(3.5);
  -ms-transform: scaleX(3.5);
  transform: scaleX(3.5);
  content: "";
}

@media (min-width: 1198px) {
  .home-page-header.jsx-190484620::before {
    -webkit-transform: scaleX(2);
    -ms-transform: scaleX(2);
    transform: scaleX(2);
  }
}

.home-page-header.jsx-190484620 ul.jsx-190484620 {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1198px) {
  .home-page-header.jsx-190484620 ul.jsx-190484620 {
    width: 548px;
  }
}

.home-page-header.jsx-190484620 li.jsx-190484620 {
  padding-bottom: 20px;
}

.home-page-header.jsx-190484620 .header-content.jsx-190484620 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0 0;
}

@media (min-width: 760px) {
  .home-page-header.jsx-190484620 .header-content.jsx-190484620 {
    padding: 22px 16px 0;
  }
}

@media (min-width: 1198px) {
  .home-page-header.jsx-190484620 .header-content.jsx-190484620 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 16px;
  }
}

.home-page-header.jsx-190484620 .most-popular-deals-title.jsx-190484620 {
  padding-bottom: 13px;
}

.home-page-header.jsx-190484620 .left-col.jsx-190484620 {
  padding-top: 41px;
}

.home-page-header.jsx-190484620 .right-col.jsx-190484620 {
  padding-top: 63px;
}

.home-page-header.jsx-190484620 .welcome-text.jsx-190484620 {
  padding-bottom: 52px;
}

@media (min-width: 1198px) {
  .home-page-header.jsx-190484620 .welcome-text.jsx-190484620 {
    padding-bottom: 130px;
  }
}

.logo-wrapper.jsx-3459867021 {
  display: none;
}

@media (min-width: 1198px) {
  .logo-wrapper.jsx-3459867021 {
    display: block;
    padding-bottom: 56px;
    opacity: 1;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
}

.logo-wrapper.on.jsx-3459867021 {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.popular-stores.jsx-3346974781 {
  width: 100%;
}

.popular-stores.jsx-3346974781 .popular-stores-title.jsx-3346974781 {
  padding-bottom: 6px;
}

.popular-stores.jsx-3346974781 ul.jsx-3346974781 {
  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%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 760px) {
  .popular-stores.jsx-3346974781 ul.jsx-3346974781 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

.popular-stores.jsx-3346974781 li.jsx-3346974781 {
  position: relative;
  padding-right: 13px;
}

@media (min-width: 760px) {
  .popular-stores.jsx-3346974781 li.jsx-3346974781 {
    padding-right: 21px;
  }
}

.popular-stores.jsx-3346974781 .image.jsx-3346974781 {
  width: 56px;
  height: 56px;
}

@media (min-width: 760px) {
  .popular-stores.jsx-3346974781 .image.jsx-3346974781 {
    width: 86px;
    height: 86px;
  }
}

.wrapper.jsx-2992807546 {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper.with-fallback.jsx-2992807546 {
  background-color: #eaeaea;
}

.wrapper > a.content-link {
  box-shadow: none;
}

.wrapper > a.content-link:hover {
  box-shadow: none;
}

.add-cursor.jsx-2992807546 {
  cursor: pointer;
}

.inline.jsx-2992807546 {
  position: relative;
  display: inline-block;
}

.round-image.jsx-2992807546 {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  border-radius: 50%;
}

@media (min-width: 760px) {
  .round-image.jsx-2992807546 {
    width: 100px;
    height: 100px;
    margin-top: 0px;
  }
}

.post-card.jsx-3244287808 {
  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;
  height: 130px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}

@media (min-width: 1198px) {
  .post-card.jsx-3244287808 {
    height: 175px;
    border: none;
  }
}

.card-title-wrapper.jsx-3244287808 {
  margin-bottom: 4px;
}

@media (min-width: 1198px) {
  .card-title-wrapper.jsx-3244287808 {
    margin-bottom: 20px;
  }
}

.card-content.jsx-3244287808 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px 20px 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (min-width: 1198px) {
  .card-content.jsx-3244287808 {
    padding: 20px 10px 20px 40px;
  }
}

.card-image.jsx-3244287808 {
  position: relative;
  width: 132px;
  height: 88px;
  margin: 18px 0 18px 10px;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 1198px) {
  .card-image.jsx-3244287808 {
    width: 260px;
    height: 175px;
    margin: 0;
    border-radius: 0;
  }
  .card-image.jsx-3244287808{
    border-left: 3px solid #ededed;
    border-top: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-radius: 20px 0 0px 20px;
    border-right: none;
  }
}

.image-banner.jsx-3244287808 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (min-width: 1198px) {
  .time-stamp.jsx-3244287808 {
    display: none;
  }
}

.cta-link-container.jsx-3244287808 {
  display: none;
}

@media (min-width: 1198px) {
  .cta-link-container.jsx-3244287808 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
}

.mobile-status-timestamp-wrapper.jsx-3244287808 {
  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;
}

.desktop-post-card-status.jsx-3244287808 {
  display: none;
}

@media (min-width: 1198px) {
  .desktop-post-card-status.jsx-3244287808 {
    display: block;
  }
}

.mobile-post-card-status.jsx-3244287808 {
  display: block;
}

@media (min-width: 1198px) {
  .mobile-post-card-status.jsx-3244287808 {
    display: none;
  }
}

.titleless-arrow-wrapper.jsx-3244287808 {
  display: none;
}

.titleless-post-card.jsx-3244287808 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}

.titleless-post-card.jsx-3244287808 .cta-link-container.jsx-3244287808 {
  display: none;
}

.titleless-post-card.jsx-3244287808 .card-title-wrapper.jsx-3244287808 {
  max-width: 211px;
}

@media (min-width: 1622px) {
  .titleless-post-card.jsx-3244287808 .card-title-wrapper.jsx-3244287808 {
    max-width: 400px;
  }
}

.titleless-post-card.jsx-3244287808 .card-image.jsx-3244287808 {
  position: relative;
  width: 132px;
  height: 88px;
  margin: 20px 0 20px 10px;
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 1198px) {
  .titleless-post-card.jsx-3244287808 .card-image.jsx-3244287808 {
    width: 241px;
    height: 161px;
    margin: 0;
    border-radius: 0;
  }
}

.titleless-post-card.jsx-3244287808 .titleless-arrow-wrapper.jsx-3244287808 {
  position: absolute;
  right: 24px;
  bottom: 27px;
  display: block;
}

.titleless-post-card.jsx-3244287808 .card-content.jsx-3244287808 {
  position: relative;
  padding: 20px 24px 0 36px;
}

.mini-post-card.jsx-3244287808 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #ebebeb;
  border-radius: 20px;
}

.mini-post-card.jsx-3244287808 .card-title-wrapper.jsx-3244287808 {
  margin-bottom: 4px;
}

.mini-post-card.jsx-3244287808 .card-content.jsx-3244287808 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px 20px 15px;
}

.mini-post-card.jsx-3244287808 .card-image.jsx-3244287808 {
  position: relative;
  width: 132px;
  height: 88px;
  margin: 18px 0 20px 10px;
  overflow: hidden;
  border-radius: 8px;
}

.mini-post-card.jsx-3244287808 .time-stamp.jsx-3244287808 {
  display: block;
}

.mini-post-card.jsx-3244287808 .cta-link-container.jsx-3244287808 {
  display: none;
}

.mini-post-card.jsx-3244287808 .desktop-post-card-status.jsx-3244287808 {
  display: none;
}

.mini-post-card.jsx-3244287808 .mobile-post-card-status.jsx-3244287808 {
  display: block;
}

.card-image.jsx-3244287808:focus {
  border: solid 6px #0067b8;
  border-color: #0067b8;
  border-radius: 8px 0 0 8px;
  outline: 8px solid transparent;
  box-shadow: 0 0 4px 2px #0067b8;
}

.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: contain;
}

.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: 0.3em 0.5em;
  font-size: 0.9em;
  font-family: sans-serif;
  background: #ebebeb;
}

.contentfulImageLayoutContainer.jsx-1005853260 {
  position: relative;
}

.contentfulImageSpacer.jsx-1005853260 {
  display: block;
  width: 100%;
}

.underline-cta-link.jsx-417243103 {
  color: #000;
}

.chevron-wrapper.jsx-417243103 {
  position: relative;
  top: 0.06rem;
  width: 16px;
  height: 16px;
  padding-left: 5px;
  border-bottom: solid 3px transparent;
}

.underline-cta-link.jsx-417243103:hover {
  color: var(--primary-color);
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.underline-cta-link.jsx-417243103:hover
  .chevron-wrapper.jsx-417243103
  svg
  path {
  fill: var(--primary-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.underline-cta-link.jsx-417243103:hover
  .underline-link-container.jsx-417243103::before {
  bottom: -3px;
  left: -6px;
  height: 100%;
  padding: 4px 10px 0 0;
  border-radius: 11px;
}

.underline-link-container.jsx-417243103::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.underline-link-text.jsx-417243103 {
  position: relative;
  z-index: 1;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
}

.compact.jsx-417243103 .underline-link-text.jsx-417243103 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #000;
}

@media (min-width: 760px) {
  .compact.jsx-417243103 .underline-link-text.jsx-417243103 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.compact.jsx-417243103 .underline-link-container.jsx-417243103 {
  white-space: normal;
}

@media (min-width: 760px) {
  .compact.jsx-417243103 .underline-link-container.jsx-417243103 {
    white-space: nowrap;
  }
}

.compact.jsx-417243103 .underline-link-container.jsx-417243103::before {
  height: 0;
}

@media (min-width: 760px) {
  .compact.jsx-417243103 .underline-link-container.jsx-417243103::before {
    height: 3px;
  }
}

.extra-compact.jsx-417243103 .underline-link-text.jsx-417243103 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #000;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-417243103 .underline-link-text.jsx-417243103 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.extra-compact.jsx-417243103 .underline-link-container.jsx-417243103 {
  white-space: normal;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-417243103 .underline-link-container.jsx-417243103 {
    white-space: nowrap;
  }
}

.extra-compact.jsx-417243103 .underline-link-container.jsx-417243103::before {
  height: 0;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-417243103 .underline-link-container.jsx-417243103::before {
    height: 3px;
  }
}

.feed-carousel-wrapper.jsx-1653165925 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 60px;
}

@media (min-width: 1198px) {
  .feed-carousel-wrapper.jsx-1653165925 {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    -ms-grid-columns: 1fr 548px;
    grid-template-columns: 1fr 548px;
  }
}

.feed-carousel-wrapper.jsx-1653165925 .left.jsx-1653165925 {
  padding: 0 1rem;
}

@media (min-width: 1198px) {
  .feed-carousel-wrapper.jsx-1653165925 .left.jsx-1653165925 {
    padding: 0;
  }
}

.feed-carousel-wrapper.jsx-1653165925 .feed-card-wrapper.jsx-1653165925 {
  padding-bottom: 20px;
}

.feed-carousel-wrapper.jsx-1653165925
  .feed-card-wrapper.jsx-1653165925:last-child {
  padding-bottom: 0;
}

.content-container.jsx-2817288448 {
  height: 100%;
}

@media (max-width: 760px) {
  .content-container.jsx-2817288448 {
    padding: 0 1rem;
  }
}

@media (min-width: 760px) {
  .content-container.jsx-2817288448 {
  }
}

@media (min-width: 1198px) {
  .content-container.jsx-2817288448 {
    max-width: 1198px;
    margin: auto;
    padding: 0 2rem;
  }
}

@media (min-width: 1622px) {
  .content-container.jsx-2817288448 {
    max-width: 1622px;
    margin: auto;
    padding: 0 3rem;
  }
}

button.jsx-1760408133 {
  position: relative;
  top: 5px;
  left: calc(50% - 55px);
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 1198px) {
  button.jsx-1760408133 {
    left: 12px;
    padding-bottom: 18px;
  }
}

.featured-carousel.jsx-1760408133 {
  position: relative;
  padding-bottom: 20px;
}

@media (min-width: 1198px) {
  .featured-carousel.jsx-1760408133 {
    width: 550px;
    padding-bottom: 18px;
  }
}

.featured-carousel-controls.jsx-1760408133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1198px) {
  .featured-carousel .slick-dots {
    margin-left: 24px;
    text-align: left;
  }
}

.featured-carousel .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8.5px;
}

.featured-carousel .slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-prev {
  left: -25px;
}

.slick-next {
  right: -25px;
}

@media (min-width: 760px) {
  .kclpicks-slider-container-fullwidth .slick-next {
    right: -25px;
  }
}

@media (min-width: 1198px) {
  .kclpicks-slider-container-fullwidth .slick-next {
    right: 10px;
  }
}

.kclpicks-slider-container-tips .slick-prev,
.kclpicks-slider-container-tips .slick-next {
  position: absolute;
  top: 35%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.kclpicks-slider-container-fullwidth .slick-prev,
.kclpicks-slider-container-fullwidth .slick-next {
  position: absolute;
  top: 35%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.slick-prev::before,
.slick-next::before {
  color: white;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
  content: "←";
}

.slick-next::before {
  content: "→";
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

[dir="rtl"] .slick-prev::before {
  content: "→";
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next::before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}




.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: black;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  content: "•";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

.featured-carousel-card.jsx-1300757991 {
  width: 284px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 760px) {
  .featured-carousel-card.jsx-1300757991 {
    width: 550px;
  }
}

.featured-carousel-card.jsx-1300757991 .top.jsx-1300757991 {
  height: 192px;
}

@media (min-width: 760px) {
  .featured-carousel-card.jsx-1300757991 .top.jsx-1300757991 {
    height: 368px;
  }
}

.featured-carousel-card.jsx-1300757991 .bottom.jsx-1300757991 {
  height: 155px;
  padding: 20px 23px 76px 20px;
}

@media (min-width: 760px) {
  .featured-carousel-card.jsx-1300757991 .bottom.jsx-1300757991 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 126px;
    padding: 45px 19px 40px 30px;
  }
}

.featured-carousel-card.jsx-1300757991 .title-box.jsx-1300757991 {
  max-height: 57px;
  padding-bottom: 17px;
}

@media (min-width: 760px) {
  .featured-carousel-card.jsx-1300757991 .title-box.jsx-1300757991 {
    max-width: 396px;
    max-height: none;
    margin-right: 66px;
    padding-bottom: 0;
  }
}

.featured-carousel-card.jsx-1300757991 .icon-box.jsx-1300757991 {
  position: relative;
  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;
}

@media (min-width: 760px) {
  .featured-carousel-card.jsx-1300757991 .icon-box.jsx-1300757991 {
    bottom: -17px;
    display: block;
  }
}

@media (min-width: 760px) {
  .featured-carousel .slick-slide {
    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;
  }
}

.latest-events-widget.jsx-393751041 {
  padding: 26px 13px 14px;
  border: solid 3px #ebebeb;
  border-radius: 20px;
}

@media (min-width: 1198px) {
  .latest-events-widget.jsx-393751041 {
    padding: 44px 27px 34px;
  }
}

.latest-events-widget.jsx-393751041 .heading-wrapper.jsx-393751041 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1198px) {
  .latest-events-widget.jsx-393751041 .heading-wrapper.jsx-393751041 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.latest-events-widget.jsx-393751041 .title-wrapper.jsx-393751041 {
  max-width: 233px;
}

@media (min-width: 1198px) {
  .latest-events-widget.jsx-393751041 .title-wrapper.jsx-393751041 {
    max-width: none;
  }
}

.latest-events-widget.jsx-393751041 .icon-wrapper.jsx-393751041 {
  position: relative;
  bottom: -5px;
  padding-right: 17px;
}

.latest-events-widget.jsx-393751041 .top-title.jsx-393751041 {
  padding-bottom: 37px;
}

.latest-events-widget.jsx-393751041 .app-cta.jsx-393751041 {
  padding: 14px 0 0;
}

@media (min-width: 1622px) {
  .latest-events-widget.jsx-393751041 .app-cta.jsx-393751041 {
    padding: 0;
  }
}

.latest-events-widget.jsx-393751041 .mobile-event-carousel.jsx-393751041 {
  height: auto;
}

@media (min-width: 1198px) {
  .latest-events-widget.jsx-393751041 .mobile-event-carousel.jsx-393751041 {
    height: 198px;
  }
}

.latest-events-widget.jsx-393751041 ul.jsx-393751041 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.latest-events-widget.jsx-393751041
  li.event-card-container.jsx-393751041:last-child {
  margin-right: 0;
}

@media (min-width: 1198px) {
  .latest-events-widget.jsx-393751041
    li.event-card-container.jsx-393751041:last-child.jsx-393751041:first-child,
  .latest-events-widget.jsx-393751041
    li.event-card-container.jsx-393751041:last-child.jsx-393751041:nth-child(
      2
    ) {
    margin-right: auto;
  }
}

.event-card.jsx-2122146988 {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1198px) {
  .event-card.jsx-2122146988 {
    width: 100%;
    min-width: 228px;
    max-width: 248px;
  }
}

.event-card.jsx-2122146988 .top-hilight.jsx-2122146988 {
  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;
  height: 58px;
  padding: 10px 0 11px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.event-card.jsx-2122146988 .icon.jsx-2122146988 {
  padding-right: 16px;
}

.event-card.jsx-2122146988 .event-blurb.jsx-2122146988 {
  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;
  
  padding: 16px 15px 25px;
  overflow-y: hidden;
  border-right: solid 3px #ebebeb;
  border-bottom: solid 3px #ebebeb;
  border-left: solid 3px #ebebeb;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.event-card.jsx-2122146988 .blurb.jsx-2122146988 p.jsx-2122146988 {
  max-width: 181px;
  min-height: 47px;
  margin: 0;
  padding: 0;
}

.event-card.jsx-2122146988 .arrow.jsx-2122146988 {
  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;
  height: 47px;
  padding-left: 10px;
}

p.jsx-2457115980 {
  margin: 0;
  padding: 0;
}

.body-copy-main.jsx-2457115980 {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 130%;
}

@media (min-width: 1198px) {
  .body-copy-main.jsx-2457115980 {
    font-size: 1.125rem;
  }
}

.two-tone-app-cta.jsx-545575310 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 312px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 165px;
  }
}

.two-tone-app-cta.jsx-545575310 .right.jsx-545575310 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 194px;
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .right.jsx-545575310 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 319px;
    padding: 0;
  }
}

.two-tone-app-cta.jsx-545575310 .headline.jsx-545575310 {
  margin-top: 26px;
  margin-right: 20px;
  margin-left: 23px;
  padding-left: 3px;
}

@media (min-width: 760px) {
  .two-tone-app-cta.jsx-545575310 .headline.jsx-545575310 {
    width: 100%;
  }
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .headline.jsx-545575310 {
    margin: 0;
    padding-top: 45px;
    padding-left: 32px;
  }
}

@media (min-width: 1622px) {
  .two-tone-app-cta.jsx-545575310 .headline.jsx-545575310 {
    padding-right: 0;
  }
}

.two-tone-app-cta.jsx-545575310 .left.jsx-545575310 {
  width: 100%;
  height: 118px;
  padding: 5px 22px 18px;
}

@media (min-width: 321px) {
  .two-tone-app-cta.jsx-545575310 .left.jsx-545575310 {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

@media (min-width: 760px) {
  .two-tone-app-cta.jsx-545575310 .left.jsx-545575310 {
    padding-top: 28px;
  }
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .left.jsx-545575310 {
    width: 319px;
    height: 165px;
    padding-top: 45px;
  }
}

.two-tone-app-cta.jsx-545575310 .download-button-wrapper.jsx-545575310 {
  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: 100%;
  height: 100%;
}

.two-tone-app-cta.jsx-545575310 .flex.jsx-545575310 {
  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;
  height: 100%;
  padding-bottom: 0;
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .flex.jsx-545575310 {
    padding-bottom: 8px;
  }
}

.two-tone-app-cta.jsx-545575310 .flex.jsx-545575310 button.jsx-545575310 {
  width: 131.35px;
  height: 52.12px;
  padding: 0;
  background-color: black;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .flex.jsx-545575310 button.jsx-545575310 {
    width: 105.28px;
    height: 41.77px;
  }
}

.two-tone-app-cta.jsx-545575310
  .button-spacer.jsx-545575310
  button.jsx-545575310:first-child {
  margin-right: 4px;
}

.two-tone-app-cta.jsx-545575310 .image-container.jsx-545575310 {
  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: 100%;
  overflow: hidden;
}

.two-tone-app-cta.jsx-545575310 .mobile-asset.jsx-545575310 {
  margin-top: 19px;
}

@media (min-width: 1198px) {
  .two-tone-app-cta.jsx-545575310 .desktop-asset.jsx-545575310 {
    position: relative;
    bottom: 8px;
    margin-right: 89.5px;
  }
}

.two-tone-app-cta.jsx-545575310 .small-print.jsx-545575310 {
  padding-top: 5px;
}

.full-width-email-signup.jsx-1317449838 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1198px) {
  .full-width-email-signup.jsx-1317449838 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 842px 356px 1fr;
    grid-template-columns: 1fr 842px 356px 1fr;
    height: 251px;
  }
}

@media (min-width: 1622px) {
  .full-width-email-signup.jsx-1317449838 {
    -ms-grid-columns: 1fr 1169px 356px 1fr;
    grid-template-columns: 1fr 1169px 356px 1fr;
  }
}

.full-bleed-left.jsx-1317449838 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.sign-up-graphics.jsx-1317449838 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.full-bleed-right.jsx-1317449838 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
}

.email-cta.jsx-1317449838 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 43px;
}

@media (min-width: 1198px) {
  .email-cta.jsx-1317449838 {
    -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;
    padding-bottom: 0;
  }
}

.email-input-container.jsx-1317449838 {
  width: 100%;
  padding: 20px 16px 0;
}

@media (min-width: 1198px) {
  .email-input-container.jsx-1317449838 {
    width: 657px;
    padding: 31px 0 0;
  }
}

.footer-cta-title.jsx-1317449838 {
  padding-bottom: 20px;
}

.footer-cta-button-wrapper.jsx-1317449838 {
  padding-bottom: 20px;
}

@media (min-width: 760px) {
  .footer-cta-button-wrapper.jsx-1317449838 {
    position: relative;
    top: -10px;
    padding-bottom: 0;
  }
}

.input-spacer.jsx-1317449838 {
  position: relative;
  width: 100%;
}

@media (min-width: 1198px) {
  .input-spacer.jsx-1317449838 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 488px;
    margin: 0 8px 0 0;
    padding-bottom: 0;
  }
}

.email-input-submit.jsx-1317449838 {
  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;
  width: 100%;
}

@media (min-width: 1198px) {
  .email-input-submit.jsx-1317449838 {
    -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: 388px;
    margin-right: 2px;
  }
}

.privacy-link.jsx-1317449838 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.desktop-email-graphic.jsx-1317449838 {
  display: none;
}

@media (min-width: 760px) {
  .desktop-email-graphic.jsx-1317449838 {
    display: block;
  }
}

@media (min-width: 760px) {
  .desktop-email-graphic-wrapper.jsx-1317449838 {
    position: relative;
    top: 40px;
    padding-left: 30px;
  }
}

.center-flex.jsx-1317449838 {
  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;
  width: 100%;
  overflow: hidden;
}

.mobile-email-graphic.jsx-1317449838 {
  position: relative;
  bottom: -6px;
}

.mobile-image-wrapper.jsx-1317449838 {
  position: absolute;
  top: -15.5px;
  left: 1px;
  margin: auto;
}

@media (min-width: 1198px) {
  .mobile-image-wrapper.jsx-1317449838 {
    top: -25;
  }
}

.response-message-header-wrapper.jsx-1317449838 {
  padding-bottom: 19px;
}

@media (min-width: 1198px) {
  .response-message-header-wrapper.jsx-1317449838 {
    padding-bottom: 37px;
  }
}

.message-copy.jsx-1317449838 {
  padding-bottom: 30px;
}

.cheap-eats-bottom-copy.jsx-1317449838,
.cheap-eats-top-copy.jsx-1317449838 {
  color: #000;
  font-family: "KUniforma-50Regular", sans-serif;
  line-height: 120%;
  -webkit-letter-spacing: 0%;
  -moz-letter-spacing: 0%;
  -ms-letter-spacing: 0%;
  letter-spacing: 0%;
}

.cheap-eats-top-copy.jsx-1317449838 {
  padding-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}

.cheap-eats-bottom-copy.jsx-1317449838 {
  font-size: 17px;
}

@media (min-width: 1198px) {
  .cheap-eats-bottom-copy.jsx-1317449838 {
    font-size: 25px;
  }
}

label.jsx-3783384007 {
  position: absolute;
  top: 18px;
  left: 35px;
  color: #6e5d12;
  font-weight: 700;
  font-size: 1rem;
  font-family: "KUniforma-50Regular", sans-serif;
  border-color: transparent;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: top 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transition: top 300ms ease-out, transform 300ms ease-out;
  transition: top 300ms ease-out, transform 300ms ease-out;
  pointer-events: none;
}

input.jsx-3783384007 {
  width: 100%;
  height: 60px;
  padding: 19px 30px 22px;
  color: #6e5d12;
  font-weight: 700;
  font-size: 1rem;
  font-family: "KUniforma-50Regular", sans-serif;
  line-height: 120%;
  border: solid 3px #6e5d12;
  border-radius: 24px;
}

input.jsx-3783384007 + label.jsx-3783384007 {
  opacity: 0;
}

input.jsx-3783384007:focus + label.jsx-3783384007,
input.jsx-3783384007:valid + label.jsx-3783384007 {
  top: 6px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 1;
}

input.jsx-3783384007:focus.jsx-3783384007:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::placeholder {
  color: transparent;
  opacity: 0;
}

input.jsx-3783384007:focus {
  border-color: #000;
  outline: #000 solid 1px;
}

.input-group.jsx-3783384007 {
  position: relative;
  height: 80px;
}

.error-icon.jsx-3783384007 {
  position: absolute;
  bottom: 2px;
  left: 3px;
}

.helper-label.jsx-3783384007 {
  margin-top: -24px;
  margin-left: 30px;
  font-size: 12px;
}

.underline-cta-link.jsx-2094909695 {
  color: #6e5d12;
}

.chevron-wrapper.jsx-2094909695 {
  position: relative;
  top: 0.06rem;
  width: 16px;
  height: 16px;
  padding-left: 5px;
  border-bottom: solid 3px transparent;
}

.underline-cta-link.jsx-2094909695:hover {
  color: var(--primary-color);
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.underline-cta-link.jsx-2094909695:hover
  .chevron-wrapper.jsx-2094909695
  svg
  path {
  fill: var(--primary-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.underline-cta-link.jsx-2094909695:hover
  .underline-link-container.jsx-2094909695::before {
  bottom: -3px;
  left: -6px;
  height: 100%;
  padding: 4px 10px 0 0;
  border-radius: 11px;
}

.underline-link-container.jsx-2094909695::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-2094909695 {
  position: relative;
  z-index: 1;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
}

.compact.jsx-2094909695 .underline-link-text.jsx-2094909695 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #6e5d12;
}

@media (min-width: 760px) {
  .compact.jsx-2094909695 .underline-link-text.jsx-2094909695 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.compact.jsx-2094909695 .underline-link-container.jsx-2094909695 {
  white-space: normal;
}

@media (min-width: 760px) {
  .compact.jsx-2094909695 .underline-link-container.jsx-2094909695 {
    white-space: nowrap;
  }
}

.compact.jsx-2094909695 .underline-link-container.jsx-2094909695::before {
  height: 0;
}

@media (min-width: 760px) {
  .compact.jsx-2094909695 .underline-link-container.jsx-2094909695::before {
    height: 3px;
  }
}

.extra-compact.jsx-2094909695 .underline-link-text.jsx-2094909695 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #6e5d12;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2094909695 .underline-link-text.jsx-2094909695 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.extra-compact.jsx-2094909695 .underline-link-container.jsx-2094909695 {
  white-space: normal;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2094909695 .underline-link-container.jsx-2094909695 {
    white-space: nowrap;
  }
}

.extra-compact.jsx-2094909695 .underline-link-container.jsx-2094909695::before {
  height: 0;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2094909695
    .underline-link-container.jsx-2094909695::before {
    height: 3px;
  }
}

.legal-copy.jsx-3551754737 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  line-height: 120%;
}

@media (min-width: 1198px) {
  .homepage-feed.jsx-3914411368 {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 357px;
    grid-template-columns: 1fr 357px;
  }
}

.homepage-feed.jsx-3914411368 .right-rail.jsx-3914411368 {
  display: none;
  max-height: 1205px;
}

@media (min-width: 1198px) {
  .homepage-feed.jsx-3914411368 .right-rail.jsx-3914411368 {
    display: block;
  }
}

.store-landing-feed-wrapper.jsx-1018276685 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

@media (min-width: 1198px) {
  .store-landing-feed-wrapper.jsx-1018276685 {
    gap: 40px;
    margin: 0 0 40px;
  }
}

.dt-feed-card-wrapper.jsx-1018276685 {
  width: 100%;
}

.dt-show-more-button-wrapper.jsx-1018276685 {
  display: inline-block;
  width: 200px;
  padding-bottom: 40px;
}

@media (min-width: 1198px) {
  .dt-show-more-button-wrapper.jsx-1018276685 {
    padding-bottom: 0;
  }
}

.sms-module.jsx-3453661123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 1198px) {
  .sms-module.jsx-3453661123 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 290px;
  }
}

.cta.jsx-3453661123 {
  padding-bottom: 18px;
}

@media (min-width: 1198px) {
  .cta.jsx-3453661123 {
    padding-bottom: 20px;
  }
}

.input-container.jsx-3453661123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 16px 0;
  background-color: #8fd5e7;
}

@media (min-width: 1198px) {
  .input-container.jsx-3453661123 {
    max-width: 484px;
  }
}

@media (min-width: 1622px) {
  .input-container.jsx-3453661123 {
    max-width: 720px;
  }
}

.input-container.success.jsx-3453661123 {
  padding: 64px 37px 105px 16px;
}

@media (min-width: 1198px) {
  .input-container.success.jsx-3453661123 {
    padding: 93px 100px 0 27px;
  }
}

@media (min-width: 1622px) {
  .input-container.success.jsx-3453661123 {
    padding: 93px 292px 0 27px;
  }
}

.input-container.success.jsx-3453661123 .cta.jsx-3453661123 {
  padding-bottom: 24px;
}

@media (min-width: 1198px) {
  .input-width-control.jsx-3453661123 {
    width: 326px;
  }
}

.button-container.jsx-3453661123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.cya-text.jsx-3453661123 {
  padding-bottom: 20px;
  color: #5a00c9;
  font-size: 0.563rem;
  line-height: 0.75rem;
}

@media (min-width: 1198px) {
  .cya-text.jsx-3453661123 {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.signup-message.jsx-3453661123 {
  font-size: 18px;
  line-height: 120%;
}

.image-container.jsx-3453661123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #8fd5e7;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (min-width: 1198px) {
  .image-container.jsx-3453661123 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #5a00c9;
    border-radius: 0;
  }
}

.submit-error.jsx-3453661123 {
  margin: 10px 0;
}

.mobile-asset.jsx-3453661123 {
  margin-bottom: -4px;
}

.underline-cta-link.jsx-2346284863 {
  color: #5a00c9;
}

.chevron-wrapper.jsx-2346284863 {
  position: relative;
  top: 0.06rem;
  width: 16px;
  height: 16px;
  padding-left: 5px;
  border-bottom: solid 3px transparent;
}

.underline-cta-link.jsx-2346284863:hover {
  color: #8fd5e7;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.underline-cta-link.jsx-2346284863:hover
  .chevron-wrapper.jsx-2346284863
  svg
  path {
  fill: #8fd5e7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.underline-cta-link.jsx-2346284863:hover
  .underline-link-container.jsx-2346284863::before {
  bottom: -3px;
  left: -6px;
  height: 100%;
  padding: 4px 10px 0 0;
  border-radius: 11px;
}

.underline-link-container.jsx-2346284863::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background-color: #5a00c9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.underline-link-text.jsx-2346284863 {
  position: relative;
  z-index: 1;
  -webkit-letter-spacing: normal;
  -moz-letter-spacing: normal;
  -ms-letter-spacing: normal;
  letter-spacing: normal;
}

.compact.jsx-2346284863 .underline-link-text.jsx-2346284863 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #5a00c9;
}

@media (min-width: 760px) {
  .compact.jsx-2346284863 .underline-link-text.jsx-2346284863 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.compact.jsx-2346284863 .underline-link-container.jsx-2346284863 {
  white-space: normal;
}

@media (min-width: 760px) {
  .compact.jsx-2346284863 .underline-link-container.jsx-2346284863 {
    white-space: nowrap;
  }
}

.compact.jsx-2346284863 .underline-link-container.jsx-2346284863::before {
  height: 0;
}

@media (min-width: 760px) {
  .compact.jsx-2346284863 .underline-link-container.jsx-2346284863::before {
    height: 3px;
  }
}

.extra-compact.jsx-2346284863 .underline-link-text.jsx-2346284863 {
  padding-bottom: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  border-bottom: 3px solid #5a00c9;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2346284863 .underline-link-text.jsx-2346284863 {
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

.extra-compact.jsx-2346284863 .underline-link-container.jsx-2346284863 {
  white-space: normal;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2346284863 .underline-link-container.jsx-2346284863 {
    white-space: nowrap;
  }
}

.extra-compact.jsx-2346284863 .underline-link-container.jsx-2346284863::before {
  height: 0;
}

@media (min-width: 1198px) {
  .extra-compact.jsx-2346284863
    .underline-link-container.jsx-2346284863::before {
    height: 3px;
  }
}

.insiders-module.jsx-2642576295 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 323px;
  margin-top: 50px;
}

@media (min-width: 760px) {
  .insiders-module.jsx-2642576295 {
    height: auto;
  }
}

@media (min-width: 1198px) {
  .insiders-module.jsx-2642576295 {
    margin-top: 0;
  }
}

.insiders-module.jsx-2642576295 .overlap-icon.jsx-2642576295 {
  position: relative;
  width: 0;
  height: 218px;
}

@media (min-width: 1198px) {
  .insiders-module.jsx-2642576295 .overlap-icon.jsx-2642576295 {
    width: 61px;
  }
}

.insiders-module.jsx-2642576295 .icon-wrapper.jsx-2642576295 {
  position: absolute;
  top: -50px;
  -webkit-transform: translate(5%, 0);
  -ms-transform: translate(5%, 0);
  transform: translate(5%, 0);
}

@media (min-width: 1198px) {
  .insiders-module.jsx-2642576295 .icon-wrapper.jsx-2642576295 {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.insiders-module.jsx-2642576295 .color-block.jsx-2642576295 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 75px 35px 0 20px;
  background: var(--primary-color);
  border-radius: 20px;
}

@media (min-width: 1198px) {
  .insiders-module.jsx-2642576295 .color-block.jsx-2642576295 {
    padding: 10px 68px 35px 117px;
  }
}

.insiders-module.jsx-2642576295 .sign-up-today-wrapper.jsx-2642576295 {
  display: inline-block;
}

button.jsx-1199620257 {
  width: 100%;
  border: none;
}

.button-title.jsx-1199620257 {
  padding-right: 11px;
}

.store-name.jsx-1199620257 {
  position: relative;
}

.cta-button.jsx-1199620257 {
  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;
  height: 47px;
  padding: 4px 11px 4px 20px;
  white-space: nowrap;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cta-button-wrapper.jsx-1199620257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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;
  font-weight: 800;
  font-size: 1rem;
  font-family: "KUniforma-50Regular", sans-serif;
  font-style: normal;
  line-height: 120%;
}
.icon-wrapper.jsx-4139916261 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 29px;
    height: 29px;
}
.absolute-icon-placer.jsx-1199620257 {
  
  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: 100%;
  height: 100%;
  border-radius: inherit;
}

.absolute-icon-placer.variant-right.jsx-1199620257 {
  top: 0;
  left: 1px;
}

.absolute-icon-placer.variant-down.jsx-1199620257 {
  top: 1px;
  left: 0;
}

.cta-button.jsx-3440939877 {
  height: 60px;
  border: solid 3px #6e5d12;
  color: #6e5d12;
  background: white;
  background-size: 200% 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta-button.jsx-3440939877:hover {
  background: #6e5d12;
  color: var(--primary-color);
  border: solid 3px #6e5d12;
}

.icon-wrapper.jsx-3440939877 {
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
}

.background-squircle.jsx-3440939877 {
  width: 29px;
  height: 29px;
  background: inhert;
  border-radius: 11px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.cta-button.jsx-3440939877:hover .background-squircle.jsx-3440939877 {
  background: var(--primary-color);
  width: 29px;
  height: 29px;
}

.cta-button.jsx-3440939877:hover .absolute-icon-placer.jsx-3440939877 svg path {
  fill: #6e5d12;
}

.fadeIn.cta-button.jsx-3440939877 {
  color: #6e5d12;
  background: inhert;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fadeIn.cta-button.jsx-3440939877:hover {
  color: var(--primary-color);
  background: #6e5d12;
}

.fadeIn.cta-button.jsx-3440939877 .background-squircle.jsx-3440939877 {
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
  width: 29px;
  height: 29px;
}

.explore-widget.jsx-1665809414 {
  width: 100%;
  padding: 42px 22px 44px 27px;
  border: solid 3px #ebebeb;
  border-radius: 20px;
}

.explore-widget.jsx-1665809414 ul.jsx-1665809414 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.explore-widget.jsx-1665809414 li.jsx-1665809414 {
  padding-bottom: 20px;
}

.explore-widget.jsx-1665809414 li.jsx-1665809414:last-child {
  padding-bottom: 0;
}

.explore-widget.jsx-1665809414 .title-wrapper.jsx-1665809414 {
  padding-bottom: 41px;
}

.explore-widget.jsx-1665809414 .explore-button-title.jsx-1665809414 {
  white-space: normal;
  word-break: break-word;
}

ul.jsx-2111188613 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-container.jsx-116883972 {
  min-height: 375px;
  overflow: auto;
  background-color: white;
}

@media (min-width: 1198px) {
  .carousel-container.jsx-116883972 {
    min-height: 519px;
  }
}

.carousel-container.jsx-116883972 .header {
  color: #6e5d12;
  font-weight: 500;
  text-align: center;
}

.carousel-wrapper.jsx-116883972 {
  min-height: 300px;
}

.header-wrapper.jsx-116883972 {
  margin: 40px 0;
}

.item-wrapper.jsx-116883972 {
  margin: 10px;
}

.navigation-button.jsx-3412255627 {
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: inherit;
  border: none;
}

.dot.jsx-3412255627 {
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}

.dot.jsx-3412255627:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-item.jsx-1482866627 {
  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;
}

.label.jsx-1482866627 {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "KUniforma-50Regular", sans-serif;
  font-style: normal;
  line-height: 120%;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.image.jsx-1482866627 {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

@media (min-width: 1198px) {
  .image.jsx-1482866627 {
    width: 200px;
    height: 200px;
  }
}

.navigation-container.jsx-3733989669 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -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;
  margin-top: 20px;
}

@media (min-width: 1198px) {
  .navigation-container.jsx-3733989669 {
    margin-top: 20px;
  }
}

.navigation-container.jsx-3733989669 ul.jsx-3733989669 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -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: 0;
  list-style: none;
}

.navigation-container.jsx-3733989669 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-container.jsx-3733989669 .slick-active .dot {
  background-color: #000;
}

.navigation-button.jsx-3733989669 {
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: inherit;
  border: none;
}

footer.jsx-1025675316 {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  background: #000;
}

@media (min-width: 1198px) {
  footer.jsx-1025675316 {
    padding-bottom: 70px;
  }
}

footer.jsx-1025675316::before {
  position: absolute;
  top: -36px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3500px;
  background: black;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-transform: scaleX(8);
  -ms-transform: scaleX(8);
  transform: scaleX(8);
  content: "";
}

@media (min-width: 760px) {
  footer.jsx-1025675316::before {
    top: -80px;
    height: 1000px;
    -webkit-transform: scaleX(3.6);
    -ms-transform: scaleX(3.6);
    transform: scaleX(3.6);
  }
}

@media (min-width: 1198px) {
  footer.jsx-1025675316::before {
    height: 100%;
  }
}

@media (min-width: 1622px) {
  footer.jsx-1025675316::before {
    top: -98px;
    -webkit-transform: scaleX(2.8);
    -ms-transform: scaleX(2.8);
    transform: scaleX(2.8);
  }
}

.footer-section-title.jsx-1025675316 {
  padding-bottom: 10px;
}

.footer-wrapper.jsx-1025675316 {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background: var(--primary-color);
}

.footer-content-container.jsx-1025675316 {
  width: 100%;
  height: 100%;
}

.footer-app-cta.jsx-1025675316 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1198px) {
  .footer-app-cta.jsx-1025675316 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
  }
}

.download-app.jsx-1025675316 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 321px;
  margin-top: 27px;
}

@media (min-width: 760px) {
  .download-app.jsx-1025675316 {
    margin-top: 27px;
  }
}

@media (min-width: 1198px) {
  .download-app.jsx-1025675316 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 575px;
    margin-top: 0;
  }
}

.download-cta-title-wrapper.jsx-1025675316 {
  padding-bottom: 20px;
}

@media (min-width: 1198px) {
  .download-cta-title-wrapper.jsx-1025675316 {
    padding-bottom: 0;
  }
}

.download-app.jsx-1025675316 .app-store-icon-container.jsx-1025675316 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 345px;
}

@media (min-width: 760px) {
  .download-app.jsx-1025675316 .app-store-icon-container.jsx-1025675316 {
    width: 355px;
  }
}

.desktop-divider.jsx-1025675316 {
  display: none;
}

@media (min-width: 1198px) {
  .desktop-divider.jsx-1025675316 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #6b6b6b;
  }
}

.tablet-desktop-links.jsx-1025675316 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-top: 20px;
}

.links-col.jsx-1025675316 {
  width: 33.33333%;
  color: #fff;
}

.footer-end.jsx-1025675316 {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (min-width: 1198px) {
  .footer-end.jsx-1025675316 {
    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
  }
}

.legal.jsx-1025675316 {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 760px) {
  .legal.jsx-1025675316 {
    -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;
  }
}

.affiliate-disclosure.jsx-1025675316 {
  margin-top: 40px;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  line-height: 120%;
}

.affiliate-link.jsx-1025675316 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer-end.jsx-1025675316 p.jsx-1025675316 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.75rem;
  font-family: "KUniforma-50Regular", sans-serif;
}

.email-padding.jsx-3028043241 {
  position: relative;
  width: 100%;
}

.email-cta.jsx-3028043241 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 760px) {
  .email-cta.jsx-3028043241 {
    -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;
  }
}

.email-input-container.jsx-3028043241 {
  padding: 20px 0 0;
}

@media (min-width: 760px) {
  .email-input-container.jsx-3028043241 {
    width: 657px;
    padding: 70px 0 0;
  }
}

.email-input-container.cheap-eats-input-container.jsx-3028043241 {
  padding: 52px 0 0;
}

.email-input-submit.jsx-3028043241 input.jsx-3028043241 {
  width: 321px;
  height: 60px;
  padding: 24px;
  color: #6e5d12;
  font-size: 1.125rem;
  font-family: "KUniforma-50Regular", sans-serif;
  border: 3px solid #6e5d12;
  border-radius: 24px;
  outline: none;
}

@media (min-width: 760px) {
  .email-input-submit.jsx-3028043241 input.jsx-3028043241 {
    width: 388px;
    margin-right: 2px;
  }
}

.email-input-submit.jsx-3028043241 input.jsx-3028043241:-ms-input-placeholder {
  opacity: 1;
}

.email-input-submit.jsx-3028043241
  input.jsx-3028043241::-webkit-input-placeholder {
  opacity: 1;
}

.email-input-submit.jsx-3028043241 input.jsx-3028043241::-moz-placeholder {
  opacity: 1;
}

.email-input-submit.jsx-3028043241 input.jsx-3028043241:-ms-input-placeholder {
  opacity: 1;
}

.email-input-submit.jsx-3028043241 input.jsx-3028043241::placeholder {
  opacity: 1;
}

.footer-cta-title.jsx-3028043241 {
  padding-bottom: 20px;
}

.footer-cta-title.cheap-eats-title.jsx-3028043241 {
  padding-bottom: 10px;
}

.footer-cta-button-wrapper.jsx-3028043241 {
  padding-bottom: 20px;
}

@media (min-width: 760px) {
  .footer-cta-button-wrapper.jsx-3028043241 {
    position: relative;
    top: -10px;
    padding-bottom: 0;
  }
}

.input-wrapper.jsx-3028043241 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 760px) {
  .input-wrapper.jsx-3028043241 {
    max-width: 488px;
    margin: 0 8px 0 0;
    padding-bottom: 0;
  }
}

.email-input-submit.jsx-3028043241 {
  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;
  width: 100%;
}

@media (min-width: 760px) {
  .email-input-submit.jsx-3028043241 {
    -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;
  }
}

.privacy-link.jsx-3028043241 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.desktop-email-graphic.jsx-3028043241 {
  display: none;
}

@media (min-width: 760px) {
  .desktop-email-graphic.jsx-3028043241 {
    position: relative;
    top: 26px;
    display: block;
    width: 367px;
    height: 390px;
  }
}

@media (min-width: 1198px) {
  .desktop-email-graphic.jsx-3028043241 {
    top: -24px;
  }
}

.mobile-email-graphic.jsx-3028043241 {
  position: relative;
  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;
  padding: 33px 0 22px;
}

.mobile-image-wrapper.jsx-3028043241 {
  width: 260px;
  height: 196px;
}

.response-message-header-wrapper.jsx-3028043241 {
  padding-bottom: 19px;
}

@media (min-width: 1198px) {
  .response-message-header-wrapper.jsx-3028043241 {
    padding-bottom: 37px;
  }
}

.message-copy.jsx-3028043241 {
  padding-bottom: 30px;
}

.cheap-eats-bottom.jsx-3028043241 {
  font-size: 18px;
  font-family: "KUniforma-50Regular", sans-serif;
}

@media (min-width: 1198px) {
  .cheap-eats-bottom.jsx-3028043241 {
    font-size: 22px;
  }
}

.cheap-eats-top.jsx-3028043241 {
  padding-bottom: 10px;
  font-size: 29px;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-family: "Playfair Display", serif;
}

@media (min-width: 1198px) {
  .cheap-eats-top.jsx-3028043241 {
    font-size: 40px;
  }
}

.cheap-eats-bottom.jsx-3028043241,
.cheap-eats-top.jsx-3028043241 {
  color: #000;
  line-height: 120%;
  -webkit-letter-spacing: 0%;
  -moz-letter-spacing: 0%;
  -ms-letter-spacing: 0%;
  letter-spacing: 0%;
}

.cheap-eats-desktop-graphic.jsx-3028043241 {
  width: 260px;
  height: 375px;
}

.card-sub-head.jsx-3351539772 {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Playfair Display", serif;
}

@media (min-width: 1198px) {
  .card-sub-head.jsx-3351539772 {
    font-size: 1.125rem;
  }
}

h5.cat-header-body-link-cta-copy.jsx-2176753957 {
  margin: 0;
  font-size: 1rem;
  font-family: "KUniforma-50Regular", sans-serif;
  line-height: 120%;
}

@media (min-width: 1198px) {
  h5.cat-header-body-link-cta-copy.jsx-2176753957 {
    font-size: 1.125rem;
  }
}

ul.jsx-731673618 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1198px) {
  li.jsx-731673618 {
    padding-bottom: 24px;
  }
}

.social-links.jsx-3203380165 {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 287px;
  margin-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1198px) {
  .social-links.jsx-3203380165 {
    width: 180px;
    margin: 0;
    padding: 0;
  }
}

/******************************************************/

.content-container.jsx-1561350954 {
    position: relative;
    width: 346px;
    height: auto;
}
.welcome-panel-container.jsx-1314352901 {
    position: absolute;
    right: -4px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px;
}
.welcome-panel-top.jsx-1314352901 {
    position: relative;
    padding: 13px 33px 8px;
    background-color: rgb(255, 214, 13);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.nfa-typogrpahy.jsx-774262188, .nfa-heading.jsx-774262188 {
    margin-top: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.cta-button.jsx-277833249 {
    height: 60px;
    color: rgb(255, 214, 13);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(110, 93, 18);
    border-image: initial;
    background: 0% 0% / 200% 100% rgb(110, 93, 18);
    transition: 0.5s ease-out;
}
.background-squircle.jsx-277833249 {
    width: 29px;
    height: 29px;
    background: rgb(255, 214, 13);
    border-radius: 11px;
    transition: background 0.5s ease-out;
}
.cta-button-wrapper.jsx-1199620257 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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;
    font-weight: 800;
    font-size: 1rem;
    font-family: 'KUniforma-50Regular',sans-serif;
    font-style: normal;
    line-height: 120%;
}
.absolute-icon-placer.jsx-1199620257 {
    position: absolute;
    top: 0;
    left: 1px;
    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: 100%;
    height: 100%;
    border-radius: inherit;
}
.cta-button.jsx-4139916261:hover .background-squircle.jsx-4139916261 {
    background: rgb(255, 214, 13);
    width: 29px;
    height: 29px;
}
.background-squircle.jsx-4139916261 {
    width: 29px;
    height: 29px;
    background: rgb(255, 255, 255);
    border-radius: 11px;
    transition: background 0.5s ease-out;
}
.icon-wrapper.jsx-277833249 {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
}
.welcome-panel-container.jsx-1314352901::after {
    position: absolute;
    top: -13px;
    right: 20px;
    display: block;
    width: 0px;
    border-color: rgb(255, 214, 13) transparent;
    border-style: solid;
    border-width: 0px 16px 18px;
    content: "";
}
@media (min-width: 1198px) {
    .content-container.jsx-1561350954 {
        width: 575px;
    }
    .welcome-panel-container.jsx-1314352901 {
        right: -8px;
        width: 430px;
    }
    .welcome-panel-top.jsx-1314352901 {
        padding: 22px 33px 26px 50px;
    }
        .nfa-typogrpahy.h2.jsx-774262188, .nfa-heading.h2.jsx-774262188 {
        font-size: 2.125rem;
        font-family: 'Playfair Display', serif;
    }
        .nfa-typogrpahy.h5.jsx-774262188, .nfa-heading.h5.jsx-774262188 {
        font-size: 1.125rem;
        font-family: 'KUniforma-50Regular', sans-serif;
    }
        .welcome-panel-bottom.jsx-1314352901 {
        display: flex;
        padding: 28px 15px 34px 33px;
    }
    .welcome-panel-button-wrapper.jsx-1314352901 {
        display: flex;
        width: 175px;
        padding-top: 0px;
        padding-right: 15px;
    }
    .welcome-panel-button-wrapper.jsx-1314352901 {
        display: flex;
        width: 175px;
        padding-top: 0px;
        padding-right: 15px;
    }
    .welcome-panel-container.jsx-1314352901::after {
        top: -12px;
        right: 12px;
        border-width: 0px 32px 21px;
    }
}
@media (min-width: 760px) {
    .content-container.jsx-1561350954 {
        right: -14px;
    }

}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Đen mờ */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.login-popup {
  width: 360px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  position: relative;
  background: #fff;
}

.login-header {
  background-color: #FFD600;
  padding: 20px;
  position: relative;
}

.login-header h2 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.login-header p {
  margin: 5px 0 0;
  font-size: 16px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.login-body {
  padding: 20px;
  background-color: white;
}

.login-body form {
  display: flex;
  flex-direction: column;
}

.login-body input[type="email"],
.login-body input[type="password"], 
.login-body input[type="text"]{
  border: 2px solid #8C7900;
  border-radius: 20px;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 16px;
  outline: none;
}

.forgot-password {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.login-btn {
  background-color: #8C7900;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.login-btn::after {
  content: "➤";
  position: absolute;
  right: 20px;
}

.or-login {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 10px;
}

.social-login {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.social-btn {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 15px;
  background-color: #FFD600;
  cursor: pointer;
  font-weight: bold;
}

.signup-link {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.signup-link a {
  text-decoration: underline;
  color: #000;
}
/* Footer */
.login-footer {
  background-color: #FFD600;
  padding: 15px;
  text-align: center;
}
.or-login {
  font-weight: bold;
  margin-bottom: 10px;
}
.social-login {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-btn {
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.parent-container.jsx-2842203091 {
    position: absolute;
    right: -4px;
    width: 339px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px;
    border-radius: 20px;
}
.top-container.jsx-2842203091 {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 19px 30px 30px;
    background: rgb(255, 214, 13);
}
.step-container.jsx-3201255174 {
    padding: 0px 30px 28px;
    background-color: rgb(255, 214, 13);
}
.step-wrapper.jsx-3201255174 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 14px;
}
.step-svg.jsx-3201255174 {
    margin-right: 6px;
    margin-bottom: -6px;
}
.bottom-container.jsx-2842203091 {
    position: relative;
    padding: 30px 30px 43px;
}
.parent-container.jsx-2842203091::after {
    position: absolute;
    top: -13px;
    right: 20px;
    display: block;
    width: 0px;
    border-color: rgb(255, 214, 13) transparent;
    border-style: solid;
    border-width: 0px 16px 18px;
    content: "";
}
.edit-profile-container.jsx-2842203091 {
    border-top: 2px solid rgb(0, 0, 0);
}
button.jsx-1436464075 {
    width: 100%;
    height: 61px;
    padding: 0px;
}
.hilight-title-container.jsx-1436464075 {
    width: 100%;
    margin: 0px;
    list-style: none;
    border-bottom: 2px solid rgb(0, 0, 0);
}
.flex-wrapper.jsx-1436464075 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 8px 18px 0px;
}
.my-inbox-wrapper.jsx-3265650704 {
    display: flex;
    height: 21px;
}
.you-got-mail-wrapper.jsx-3265650704 {
    position: relative;
    top: -4px;
    padding-right: 12px;
}
.edit-flex.jsx-2842203091 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 21px;
}
.edit-icon-wrapper.jsx-2842203091 {
    position: relative;
    top: 4px;
    padding: 0px 11px 0px 4px;
}
.sign-out-container.jsx-2842203091 {
    padding-top: 48px;
}

@media (min-width: 1198px) {
    .parent-container.jsx-2842203091 {
        right: -8px;
        width: 420px;
    }
        .parent-container.jsx-2842203091::after {
        top: -12px;
        right: 12px;
        border-width: 0px 32px 21px;
    }
}


.profile-modal-wrapper {
  font-family: 'Georgia', serif;
  width: 340px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
}

.profile-modal-header {
  background: #ffd900;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  position: relative;
}

.profile-modal-header .profile-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.profile-modal-body {
  padding: 24px 20px 28px;
}

.profile-avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-update-text {
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}

.profile-input-field {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #665000;
  border-radius: 9999px;
  font-size: 16px;
  margin-bottom: 25px;
  outline: none;
  box-sizing: border-box;
}

.profile-save-btn {
  width: 100%;
  background: #665000;
  color: #ffd900;
  padding: 14px 18px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.profile-save-btn span {
  background: #ffd900;
  color: #665000;
  padding: 6px 12px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}

.pricing-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 20px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  width: 300px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.pricing-card h2 {
  font-size: 26px;
  color: #222;
}

.pricing-card .price {
  font-size: 34px;
  font-weight: bold;
  color: rgb(255, 189, 0);
  margin: 15px 0;
}

.pricing-card .price span {
  font-size: 14px;
  color: #666;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  line-height: 1.8;
  color: #444;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

/* Nút vàng chính */
.btn-yellow {
  background: rgb(255, 214, 13);
  color: #000;
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.4);
}

.btn-yellow:hover {
  background: rgb(240, 195, 0);
  box-shadow: 0 10px 20px rgba(240, 180, 0, 0.5);
  transform: translateY(-2px);
}

/* Nút nổi bật hơn (Premium) */
.btn-yellow.highlight {
  background: linear-gradient(to right, var(--primary-color), #ffc107);
  box-shadow: 0 0 14px rgba(255, 214, 13, 0.7);
  font-weight: bold;
}

/* 📱 Responsive cho mobile */
@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 10px;
  }

  .pricing-card {
    width: 100%;
    max-width: 90%;
  }

  .btn {
    width: 100%;
    max-width: 300px;
  }
}

.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%;
}
label.jsx-3783384007 {
    position: absolute;
    top: 18px;
    left: 35px;
    color: #6e5d12;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'KUniforma-50Regular',sans-serif;
    border-color: transparent;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: top 300ms ease-out,-webkit-transform 300ms ease-out;
    -webkit-transition: top 300ms ease-out,transform 300ms ease-out;
    transition: top 300ms ease-out,transform 300ms ease-out;
    pointer-events: none;
}

input.jsx-3783384007 {
    width: 100%;
    height: 60px;
    padding: 19px 30px 22px;
    color: #6e5d12;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'KUniforma-50Regular',sans-serif;
    line-height: 120%;
    border: solid 3px #6e5d12;
    border-radius: 24px;
}

input.jsx-3783384007+label.jsx-3783384007 {
    opacity: 0;
}

input.jsx-3783384007:focus+label.jsx-3783384007,input.jsx-3783384007:valid+label.jsx-3783384007 {
    top: 6px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
}

input.jsx-3783384007:focus.jsx-3783384007:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

input.jsx-3783384007:focus.jsx-3783384007::placeholder {
    color: transparent;
    opacity: 0;
}

input.jsx-3783384007:focus {
    border-color: #000;
    outline: #000 solid 1px;
}

.input-group.jsx-3783384007 {
    position: relative;
    height: 80px;
}

.error-icon.jsx-3783384007 {
    position: absolute;
    bottom: 2px;
    left: 3px;
}

.helper-label.jsx-3783384007 {
    margin-top: -24px;
    margin-left: 30px;
    font-size: 12px;
}

.search-main.jsx-2517707663 {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 5;
    background-color: rgb(255, 255, 255);
}
@media (min-width: 1198px) {
    .search-bar-container.jsx-2517707663 {
        max-width: 1198px;
    }
}

.search-bar-container.jsx-2517707663 {
    margin: 0px auto;
    padding: 14px 2rem;
}
.search-bar.jsx-2517707663 {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 70px;
    line-height: 0;
}
.search-input.jsx-2517707663 {
    width: 100%;
    margin-left: 8px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 1.125rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    line-height: 130%;
    border: none;
}
.search-input:focus {
    outline: none;
}
@media (min-width: 1198px) {
    .search-close.jsx-2517707663 {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }
}

.search-close.jsx-2517707663 {
    display: flex;
    flex-basis: 40px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.search-content.jsx-2517707663 {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 15px inset;
}
@media (min-width: 1198px) {
    .search-container.jsx-2517707663 {
        flex-direction: row;
        max-width: 1198px;
        height: auto;
        column-count: 3;
        column-gap: 64px;
    }
}
.search-container.jsx-2517707663 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0px auto;
    padding: 0px 0px 34px 20px;
    overflow-y: auto;
    letter-spacing: 0.05rem;
}
.overlay.show {
    display: flex!Important;
}
/* CSS cho kết quả tìm kiếm */
.search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-result-item a {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.search-result-item a:hover {
    background-color: #f0f0f0;
}

.search-result-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
    border-radius: 4px;
}

.search-result-item .result-info .title {
    font-weight: 600;
}

.search-result-item .result-info .type {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
}
.navigation-container.jsx-3733989669 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    -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;
    margin-top: 20px;
}
/* ----- Trạng thái KHI ĐÃ CUỘN (div cha có thêm class .scrolled) -> ẨN LOGO ----- */

.jsx-3991560466.home.scrolled {
    display:none;
}

