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

/* Professional store hub */
.sad-store-page {
  min-height: 70vh;
  color: #0f172a;
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 214, 0, 0.15), transparent 24rem),
    #f8fafc;
}

.sad-store-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.sad-store-breadcrumb {
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}

.sad-store-breadcrumb .sad-store-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  color: #64748b;
  font: 700 14px/1.3 Lato, sans-serif;
}

.sad-store-breadcrumb a {
  color: #334155;
  text-decoration: none;
}

.sad-store-breadcrumb a:hover,
.sad-store-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.sad-store-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 46px;
  align-items: center;
  margin: 38px 0 18px;
  padding: clamp(30px, 5vw, 62px);
  border-radius: 30px;
  color: #fff;
  background: #101a31;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.17);
}

.sad-store-hero::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--primary-color, #ffd600);
  content: "";
}

.sad-store-hero__content,
.sad-store-hero__logo {
  position: relative;
  z-index: 1;
}

.sad-store-eyebrow,
.sad-store-section-label {
  margin: 0 0 12px;
  color: #b08b00;
  font: 900 12px/1.3 Lato, sans-serif;
  letter-spacing: 0.13em;
}

.sad-store-hero .sad-store-eyebrow {
  color: #ffdf3a;
}

.sad-store-hero h1 {
  max-width: 760px;
  margin: 0;
  font: 800 clamp(38px, 5.2vw, 68px)/1.03 Lato, sans-serif;
  letter-spacing: -0.045em;
}

.sad-store-hero__content > p:not(.sad-store-eyebrow) {
  max-width: 700px;
  margin: 20px 0 0;
  color: #dbe4f3;
  font: 400 18px/1.6 Lato, sans-serif;
}

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

.sad-store-primary-cta,
.sad-store-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: 900 15px/1 Lato, sans-serif;
  text-decoration: none;
}

.sad-store-primary-cta {
  color: #101827;
  background: var(--primary-color, #ffd600);
}

.sad-store-secondary-cta {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.sad-store-primary-cta:hover,
.sad-store-primary-cta:focus-visible,
.sad-store-secondary-cta:hover,
.sad-store-secondary-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.sad-store-hero__logo {
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
  justify-self: end;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.22);
}

.sad-store-hero__logo img {
  display: block;
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.sad-store-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-bottom: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
}

.sad-store-trust article {
  display: grid;
  gap: 5px;
  padding: 20px 24px;
}

.sad-store-trust article + article {
  border-left: 1px solid #e2e8f0;
}

.sad-store-trust strong {
  font: 900 17px/1.3 Lato, sans-serif;
}

.sad-store-trust span {
  color: #64748b;
  font: 400 14px/1.45 Lato, sans-serif;
}

.sad-store-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
}

.sad-store-about,
.sad-store-picks {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.sad-store-about h2,
.sad-store-picks h2,
.sad-store-deals h2 {
  margin: 0;
  color: #101827;
  font: 900 clamp(27px, 3vw, 38px)/1.15 Lato, sans-serif;
  letter-spacing: -0.025em;
}

.sad-store-description {
  margin-top: 18px;
  color: #334155;
  font: 400 17px/1.65 Lato, sans-serif;
}

.sad-store-description p {
  margin: 0 0 12px;
}

.sad-store-disclosure {
  margin: 18px 0 0;
  color: #64748b;
  font: 400 14px/1.5 Lato, sans-serif;
}

.sad-store-disclosure a,
.sad-store-text-link {
  color: #0f172a;
  font-weight: 800;
}

.sad-store-picks__list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sad-store-picks .sidebar-deal-card {
  margin: 0;
  padding: 12px;
  border-color: #e2e8f0;
  border-radius: 16px;
  box-shadow: none;
}

.sad-store-picks .sidebar-deal-badge {
  display: none;
}

.sad-store-picks .sidebar-deal-image {
  width: 76px;
  min-width: 76px;
  height: 76px;
}

.sad-store-picks .sidebar-deal-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font: 800 14px/1.35 Lato, sans-serif;
}

.sad-store-text-link {
  display: inline-block;
  margin-top: 20px;
}

.sad-store-deals {
  scroll-margin-top: 96px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
}

.sad-store-deals__heading {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.sad-store-deals__heading > p {
  max-width: 420px;
  margin: 0;
  color: #64748b;
  font: 400 14px/1.55 Lato, sans-serif;
}

.sad-store-deal-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  margin-top: 26px;
}

.sad-store-deal-item,
.sad-store-deal-item .freebie-card,
.sad-store-deal-item .freebie-card-body,
.sad-store-deal-item .freebie-content {
  min-width: 0;
  max-width: 100%;
}

.sad-store-deal-item .freebie-title,
.sad-store-deal-item .freebie-what,
.sad-store-deal-item .freebie-what-list {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sad-store-deal-item .freebie-card {
  margin: 0;
}

.sad-store-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 28px;
}

.sad-store-pagination a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid #101827;
  border-radius: 999px;
  color: #101827;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
}

.sad-store-pagination a:focus-visible {
  outline: 3px solid var(--primary-color, #ffd600);
  outline-offset: 3px;
}

.sad-store-pagination [aria-current="page"] {
  font-weight: 800;
}

.sad-store-load-more {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding-top: 28px;
}

.sad-store-load-more button,
.sad-store-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  color: #101827;
  background: var(--primary-color, #ffd600);
  font: 900 15px/1 Lato, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.sad-store-load-more button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.sad-store-load-more p {
  min-height: 20px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.sad-store-empty {
  padding: 45px 24px;
  border-radius: 20px;
  text-align: center;
  background: #f8fafc;
}

.sad-store-empty h3 {
  margin: 0 0 10px;
  font: 900 25px/1.25 Lato, sans-serif;
}

.sad-store-empty p {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #64748b;
}

.sad-store-newsletter {
  overflow: hidden;
  margin: 46px 0 70px;
  border-radius: 26px;
}

@media (max-width: 900px) {
  .sad-store-hero {
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 24px;
  }

  .sad-store-hero__logo {
    width: 140px;
    height: 140px;
    border-radius: 30px;
  }

  .sad-store-hero__logo img {
    width: 98px;
    height: 98px;
  }

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

@media (max-width: 680px) {
  .sad-store-shell {
    width: min(100% - 24px, 1180px);
  }

  .sad-store-hero {
    grid-template-columns: 1fr;
    margin-top: 22px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .sad-store-hero::after {
    right: -180px;
    bottom: -240px;
  }

  .sad-store-hero__logo {
    display: none;
  }

  .sad-store-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .sad-store-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .sad-store-trust article + article {
    border-top: 1px solid #e2e8f0;
    border-left: 0;
  }

  .sad-store-deals__heading {
    align-items: start;
    flex-direction: column;
  }

  .sad-store-about,
  .sad-store-picks,
  .sad-store-deals {
    padding: 22px 18px;
    border-radius: 20px;
  }
}

.white-bg.jsx-3793364025 {
  background-color: #fff;
}
.mb-40.jsx-3793364025 {
  margin-bottom: 40px;
}
.right-rail.jsx-3793364025 {
  display: none;
  max-height: 1205px;
}
@media (min-width: 1198px) {
  .right-rail.jsx-3793364025 {
    display: block;
  }
}
.menu-container.jsx-3793364025 {
  width: 100%;
  border: solid 1px #898989;
}
.store-landing-feed-wrapper.jsx-3793364025 {
  margin-bottom: 100px;
}
.store-content-wrapper.jsx-3793364025 {
  margin-bottom: 40px;
}
.store-landing-card-wrapper.jsx-3793364025 {
  width: 100%;
  margin-bottom: 40px;
}
.store-landing-card-wrapper.jsx-3793364025:last-child {
  margin-bottom: 0;
}
.stores-landing-header-spacer.jsx-3793364025 {
  margin: 40px 0 22px;
}
@media (min-width: 1198px) {
  .stores-landing-header-spacer.jsx-3793364025 {
    margin: 40px 0 26px;
  }
}
@media (min-width: 1198px) {
  .store-2-column-layout.jsx-3793364025 {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr 357px;
    grid-template-columns: 1fr 357px;
  }
}
.top-email-signup-wrapper.jsx-3793364025 {
  margin-bottom: 40px;
}
@media (min-width: 1198px) {
  .top-email-signup-wrapper.jsx-3793364025 {
    margin-bottom: 40px;
  }
}
.store-landing-posts-container.jsx-3793364025 {
  margin-bottom: 40px;
}
@media (min-width: 1198px) {
  .store-landing-posts-container.jsx-3793364025 {
    margin-bottom: 100px;
  }
}
.store-landing-header-container.jsx-926288497 {
    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: 26px 24px 21px 28px;
    background: var(--primary-color);
    border-radius: 20px;
}

@media (min-width: 1198px) {
    .store-landing-header-container.jsx-926288497 {
        padding:17px 51px 24px 65px;
    }
}

.logo-image-wrapper.jsx-926288497 {
    position: absolute;
    top: 45%;
    left: 49%;
    width: 57px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media (min-width: 1198px) {
    .logo-image-wrapper.jsx-926288497 {
        width:110px;
    }
}

.logo-rel-wrapper.jsx-926288497 {
    position: relative;
}
