/* Universal breakpoints */
* {
  scroll-margin-top: 150px;
}

a[class^="button-"] {
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.button-teal {
  .cta-buttons a:first-child {
    background-color: #fbc600;
    color: #3b3c43;
  }*/


.button-outlined-white:hover {
  border: 2px solid white;
  background-color: white;
  color: #3b3d49;
}


@media (max-width: 479px) {
  .button-teal {
    width: 100%;
  }
}

.button-teal img {
  margin-top: -4px !important;
}

.carecredit-nav {
  padding: 16px;
  background-color: #3b3c43;
  position: sticky;
  top: 132px;
  display: flex;
  justify-content: center;
  z-index: 90;
}

@media (max-width: 991px) {
  .carecredit-nav {
    padding: 0;
  }
}

.carecredit-nav__dropdown-trigger {
  padding: 8px;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #3b3d49;
  transition: all 0.3s ease-in-out;
}

.carecredit-nav__dropdown-trigger.open {
  background-color: white;
  color: #3b3d49;
}

.carecredit-nav__dropdown-trigger.open img {
  filter: brightness(0) invert(0);
  transform: rotate(180deg);
}

.carecredit-nav__dropdown-trigger img {
  margin-left: 8px;
  margin-bottom: 1px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .carecredit-nav__dropdown-trigger {
    display: none;
  }
}

.carecredit-nav__links {
  display: flex;
  gap: 40px;
  justify-content: center;
  font-size: 20px;
  pointer-events: all;
}

@media (max-width: 991px) {
  .carecredit-nav__links {
    position: absolute;
    gap: 32px;
    background-color: white;
    color: #3b3d49;
    flex-direction: column;
    z-index: 5;
    top: 100%;
    font-size: 18px;
    text-align: center;
    justify-content: flex-start;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    /* max-height: 0 !important; */
  }

  .carecredit-nav__links.open {
    height: auto;
    /* max-height: 500px !important;
      opacity: 1; */
    box-sizing: border-box;
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .carecredit-nav__links {
    width: 768px;
  }
}

@media (max-width: 767px) {
  .carecredit-nav__links {
    width: 100%;
  }
}

.carecredit-nav a {
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
}

.carecredit-nav a:focus-visible {
  border: 1px solid #fff;
  outline-offset: 2px;
}

.carecredit-nav a:hover {
  text-decoration: underline;
}

.hero_four_up_deals>.bkg-img-default {
  /*background-position: 65% 0;*/
}

@media (min-width: 768px) {
  .hero_four_up_deals .image-mobile {
    background-position: 0 -40px;
  }
}

@media (max-width: 479px) {
  .hero_four_up_deals .image-mobile {
    background-position: right;
  }
}

.hero_four_up_deals .hero {
  min-height: 800px;
}

@media (max-width: 991px) {
  .hero_four_up_deals .hero .mobile-left {
    display: none;
  }
}

.hero_four_up_deals .hero .content {
  padding-top: 40px !important;
}

@media (max-width: 767px) {
  .hero_four_up_deals .hero .content {
    padding-top: 32px;
    padding-bottom: 200px;
  }
}

.hero_four_up_deals .hero-copy-content {
  width: auto !important;
}

.hero_four_up_deals .hero-copy-content .cc-logo {
  width: 120px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .hero_four_up_deals .hero-copy-content .cc-logo {
    width: 100px;
	border-radius: 5px;
  }
}

.hero_four_up_deals .hero-copy-content h1 {
  margin-top: 32px;
  font-size: 36px;
}

@media (min-width: 992px) {
  .hero_four_up_deals .hero-copy-content h1 {
    font-size: 64px;
    margin-top: 0;
    width: 520px !important;
  }
}

.hero_four_up_deals .hero-copy-content p,
.hero_four_up_deals .hero-copy-content ul {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 2px;
}

@media (min-width: 992px) {

  .hero_four_up_deals .hero-copy-content p,
  .hero_four_up_deals .hero-copy-content ul {
    width: 400px !important;
  }
}

.hero_four_up_deals .hero-copy-content .link-to-footnote {
  color: inherit;
  text-decoration: none;
}

.hero_four_up_deals .hero-copy-content .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .hero_four_up_deals .hero-copy-content .cta-buttons {
    width: 800px;
  }
}

.hero_four_up_deals .hero-copy-content .cta-buttons .button-outlined-white img {
  filter: brightness(0) invert(1);
  margin-top: -4px;
}

.hero_four_up_deals .hero-copy-content .cta-buttons .button-outlined-white:hover img {
  filter: brightness(0) invert(0);
}

.hero_four_up_deals .hero-copy-content .cta-buttons a {
  width: 240px;
  border-radius: 8px;
  font-size: 18px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .hero_four_up_deals .hero-copy-content .cta-buttons a {
    width: 100%;
  }
}

.hero_four_up_deals .hero-deals-header {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;

}

@media (max-width: 991px) {
  .hero_four_up_deals .hero-deals-header {
    font-size: 24px;
    line-height: 32px;
  }
}

.hero_four_up_deals .intersect {
  margin-top: -125px;
}

@media (max-width: 767px) {
  .hero_four_up_deals .intersect {
    margin-top: -200px;
  }
}

.tile .expiry-badge {
  background-color: #fbc600;
  color: white;
  border-radius: 4px;
}

.sort-filter-and-search-container input {
  font-size: 16px;
  width: 300px;
}

.category-tabs-swiper .swiper-wrapper {
  max-width: 1260px;
  margin: auto;
}

.category-tabs-swiper .swiper-slide:last-of-type {
  margin-right: 150px;
}

.icon-text-arrow {
  height: 56px;
  box-sizing: border-box;
}

@media (max-width: 479px) {
  .icon-text-arrow {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.icon-text-arrow-copy {
  line-height: 18px;
}

.carecredit__podcast {
  color: white;
}

.carecredit__podcast__content {
  background-color: #006f60;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px;
}

@media (max-width: 991px) {
  .carecredit__podcast__content {
    flex-direction: column;
    padding: 24px;
    box-sizing: border-box;
  }
}

.carecredit__podcast__content img {
  height: 400px;
  width: auto;
}

@media (max-width: 991px) {
  .carecredit__podcast__content img {
    width: 400px;
    max-width: 100%;
    height: auto;
  }
}

.carecredit__podcast__content .podcast__text {
  flex: 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .carecredit__podcast__content .podcast__text {
    padding-right: 24px;
  }
}

.carecredit__podcast__content .podcast__text__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 992px) {
  .carecredit__podcast__content .podcast__text__content {
    max-width: 645px;
  }
}

.carecredit__podcast__content .podcast__text__content h2 {
  line-height: 38px !important;
}

.carecredit__podcast__content .podcast__text__content p {
  line-height: 24px;
}

.carecredit__podcast__content .podcast__text__content a {
  width: 240px;
  color: #006f60;
}

.carecredit__podcast__content .podcast__text__content a:hover {
  color: white;
}

@media (max-width: 479px) {
  .carecredit__podcast__content .podcast__text__content a {
    width: 100%;
  }
}

.shop-smart-brands {
  background-color: #e8e9ec;
  height: 580px;
  display: grid;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .shop-smart-brands {
    height: auto;
    padding: 40px 16px;
  }
}

@media (min-width: 992px) {
  .shop-smart-brands {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.shop-smart-brands__content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

@media (max-width: 1279px) {
  .shop-smart-brands__content {
    flex-direction: column;
    gap: 0px;
  }
}

.shop-smart-brands__content__text {
  max-width: 580px;
}

@media (max-width: 991px) {
  .shop-smart-brands__content__text h2 {
    line-height: 38px !important;
  }
}

.shop-smart-brands__content__text p {
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .shop-smart-brands__content__text p {
    font-weight: 400;
  }
}

.shop-smart-brands__content .button-teal {
  font-size: 20px;
  width: calc(100% - 50px);
}

@media (min-width: 480px) {
  .shop-smart-brands__content .button-teal {
    width: 280px;
  }
}

@media (max-width: 1279px) {
  .shop-smart-brands__content .button-teal.desktop {
    display: none;
  }
}

@media (min-width: 1280px) {
  .shop-smart-brands__content .button-teal.mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .shop-smart-brands__content .button-teal.mobile {
    margin-top: 40px;
  }
}

.shop-smart-brands .logo-brand-grid-inner {
  padding-bottom: 0 !important;
}

@media (max-width: 1279px) {
  .shop-smart-brands .logo-brand-grid-inner {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .shop-smart-brands .logo-brand-grid-inner {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.shop-smart-brands .logo-brand-item {
  padding: 2px 30px 60px 30px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.shop-smart-brands .logo-brand-item span {
  color: #3b3d49;
}

@media (max-width: 767px) {
  .shop-smart-brands .logo-brand-item {
    padding: 0 !important;
  }
}

.shop-smart-brands .logo-grid-logo {
  margin: auto;
}

.carecredit__blog__section {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .carecredit__blog__section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.carecredit__blog__section h2 {
  max-width: 1200px;
}

.carecredit__blog__section .carecredit__blog__tiles {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  padding: 2px;
  margin-top: 16px;
  /* Scrollbar styles */
}

.carecredit__blog__section .carecredit__blog__tiles::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.carecredit__blog__section .carecredit__blog__tiles::-webkit-scrollbar-track {
  background: #e8e9ec;
  opacity: 0.7;
  border-radius: 12px;
}

.carecredit__blog__section .carecredit__blog__tiles::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #62657b;
}

.carecredit__blog__section .carecredit__blog__tiles::-webkit-scrollbar-thumb:hover {
  background: #62657b;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile {
  width: 440px;
  flex-shrink: 0;
  max-width: calc(100vw - 80px);
  display: flex;
  flex-direction: column;
  color: #3b3d49;
  text-decoration: none;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile:hover .carecredit__blog__tile__read-more span,
.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile:focus .carecredit__blog__tile__read-more span {
  background-color: #e8e9ec;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile__top {
  /* background-color: lime; */
  height: 265px;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile__bottom {
  flex: 1;
  margin-bottom: 8px;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile__bottom h3 {
  font-size: 24px;
  line-height: 30px;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile__read-more {
  display: flex;
  justify-content: end;
}

.carecredit__blog__section .carecredit__blog__tiles .carecredit__blog__tile__read-more span {
  width: 180px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 12px;
  justify-content: center;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.half-split-offset {
  margin: 40px auto !important;
}

.a {
  background-position: 75% 0 !important;
}

.b {
  align-items: center;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .b {
    padding: 16px 16px 32px 16px !important;
  }
}

@media (min-width: 992px) {
  .b .b-contents {
    max-width: 460px;
  }
}

@media (max-width: 991px) {
  .b .b-contents h2 {
    font-size: 32px !important;
    line-height: 38px;
  }
}

.b .b-contents a {
  color: inherit;
  text-decoration: none;
}

.b .b-contents .find-location {
  font-size: 20px;
  color: #006f60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 2px solid #e4e4e4;
  height: 56px;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  background: #fff;
  width: 100%;
}

@media (min-width: 480px) {
  .b .b-contents .find-location {
    width: 240px;
  }
}

.b .b-contents .find-location img {
  transition: all 0.3s ease-in-out;
  margin-top: -2px;
}

.b .b-contents .find-location:hover {
  background: #fbc600;
  color: #3b3c43;
}

.b .b-contents .find-location:hover img {
  filter: invert(100%) brightness(200%) contrast(200%);
}

.footnotes {
  color: #3b3d49;
  margin-bottom: 80px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .footnotes {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.footnotes p {
  text-align: left;
  line-height: 20px;
  font-size: 10px;
  scroll-margin-top: 200px;
}

/* button override added by mkpl SCAR-924 */
.podcast__text .button-white {
  width: 240px !important;
  color: #006f60;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 479px) {
  .carecredit__podcast__content .podcast__text__content a {
    width: 100% !important;
  }
}

.cta-buttons a .icon {
  margin: 0 5px;
  display: block;
}

.cta-buttons a .modal__link-icon {
  width: 14px;
  align-self: center;
}

/*
      .button-outlined-white:hover {
      border: 2px solid white;
      background-color: white;
      color: #3b3d49;
      }*/
#blog-anchor:target {
  scroll-margin-top: 160px !important;
}

/* android gap issue on podcast anchor selected */
@media (max-width: 1079px) {
  #podcast-anchor:target {
    scroll-margin-top: 100px !important;
  }

  #blog-anchor:target {
    scroll-margin-top: 150px !important;
  }
}

.shop-smart-brands__content .button-teal {
  width: 250px;
}

.shop-smart-brands__content .button-teal img {
  display: inline-block
}

.shop-smart-brands__content .button-teal {
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .shop-smart-brands__content .button-teal {
    width: 280px;
  }
}

.logo-brand-item .border-radius-full {
  background-color: transparent !important;
}

.sort-search-bar-wrapper #search-label span {
  font-size: 16px;
  margin-left: -10px !important;
}

.hide-featured-deals {
  max-height: 862px;
}

/*
  
  @media (min-width: 992px) {
    .hero_four_up_deals .hero .content {
      padding: 0 0 100px 25px !important;
  
    }
  }
  */
.carecredit-nav__links a {
  color: #fff;
}

/* added by sumati  as part of KHAN-2737*/
.half-split-offset .b-contents .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .half-split-offset .b-contents .cta-buttons {
    width: 746px;
  }
}

.half-split-offset .b-contents .cta-buttons .button-outlined-white img {
  filter: brightness(0) invert(1);
  margin-top: -4px;
}

.half-split-offset .b-contents .cta-buttons .button-outlined-white:hover img {
  filter: brightness(0) invert(0);
}

.half-split-offset .b-contents .cta-buttons a {
  width: 240px;
  border-radius: 8px;
  font-size: 18px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  background: #fbc600;
  color: #3b3d49;
  padding: 10px 24px;
  font-weight: 700;
  transition: all 200ms ease-in-out, color 150ms ease-in-out;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 479px) {
  .half-split-offset .b-contents .cta-buttons a {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .half-split-offset .pay-over-time-img {
    flex: 1;
    height: 600px;
    max-height: 600px;
    margin-bottom: 40px;
  }

  .half-split-offset .pay-over-time-img {
    background-size: contain;
  }
}

.half-split-offset .pay-over-time-img {
  background-size: cover;
  object-fit: contain;
  background-position: 50% 0%;
  height: 80vw;
  min-height: 245px;
  max-height: 500px;
}

.half-split-offset .pay-over-time-block {
  height: 503px;
}

@media (min-width: 992px) {
  .pay-over-time-block .b-contents {
    max-width: 488px;
  }
}

.pay-over-time-img {
  background-position: 75% 10px !important;
}

@media (max-width: 991px) {
  .carecredit-nav a {
    color: inherit;
    text-decoration: none;
    border: 1px solid transparent;
  }
}

.carecredit-nav__dropdown-trigger span {
  color: #fff
}

.carecredit-nav__dropdown-trigger.open span {
  /* background-color: white; */
  color: #3b3d49;
}



@media (min-width: 600px) and (max-width: 1024px) {
  .hero_four_up_deals .image-mobile {
    padding-top: 20%;
  }
}

/* iPhone 15 */
/*
@media screen and (max-width: 430px) and (orientation: portrait)
 {
  section#shop-categories-with-search {
    padding-top: 30px ;
}

  section#blog-anchor {
  padding-top: 35px;
}

}

@media screen and (max-width: 844px) and (orientation: landscape)
 {
  section#shop-categories-with-search {
    padding-top: 30px ;
}

  section#blog-anchor {
  padding-top: 35px;
}

}*/
@media (max-width: 991px) {
  #shop-categories-with-search .sort-filter-and-search-container .sort-and-filter-container {
    flex-direction: row !important;
  }
}
.sort-list .sort-list-item{
  color: #000 !important;
}








