.stp_wrapper a {
  all: unset;
  cursor: pointer;
}

.stp_page-container {
  background-color: var(--gray-100);
}

.stp_wrapper {
  margin: 0 auto;
  width: clamp(1120px, 95%, 1240px);
  margin-top: 33px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.stp_wrapper h2 {
  font-family: CircularStd-Medium;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--black);
}

.stp_wrapper .left-panel {
  width: 26%;
  height: fit-content;
  display: flex;
  padding: 24px 16px 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background-color: var(--white);
  border-radius: 10px;
}

.left-panel .panel-title {
  color: var(--bright-mango);
  font-family: CircularStd-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.left-panel .panel-content {
  color: var(--dark-charcoal);
  font-family: CircularStd-Book;
  font-size: 18px;
  line-height: normal;
}

.left-panel .panel-content .store-name {
  text-transform: capitalize;
}

.left-panel .coupon-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coupon-summary .summary-item {
  display: flex;
  align-items: flex-start;
}

.summary-item .summary-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.summary-item .summary-title {
  color: var(--black);
  font-family: CircularStd-Medium;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.25px;
}

.summary-item .summary-text {
  color: var(--dark-gray);
  font-family: CircularStd-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 158%;
}

.stp_wrapper .coupon-body {
  width: 73%;
}

.coupon-body .stp_header-container {
  display: flex;
  background-color: var(--white);
  padding: 16px;
  border-radius: 8px;
  gap: 8px;
}

.stp_header-container .stp_header-wrapper {
  display: flex;
  flex-direction: column;
}

.stp_header-container .cc-image-div {
  padding: 13px 13px 13px 13px;
}

.stp_header-container .cc-image-div .cc-image {
  width: 143px;
  height: 143px;
}

.stp_header-container .cc-image-div .cc-image .image-component-container .image-component {
  border-radius: 10px;
}

.stp_coupons-container {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  background: var(--white);
}

.stp_coupons-container .page_top_section {
  padding: 8px 16px;
  width: 100%;
}

.stp_verified-coupons {
  width: 100%;
  padding: 8px 0;
}

.stp_todays-coupons {
  margin-bottom: 24px;
}

.coupons-sub-title {
  color: var(--bright-mango);
  font-family: CircularStd-Book;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.stp_category-link-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.stp_category-link {
  font-family: CircularStd-Book;
  font-size: 14px;
  color: var(--silver) !important;
  text-transform: uppercase !important;
}

.stp_header {
  font-family: CircularStd-Bold;
  color: var(--dark-charcoal);
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.stp_sub-header h4 span a,
.stp_sub-header h4 {
  font-family: CircularStd-Medium;
  font-size: 24px;
  line-height: normal;
  color: var(--ash-gray);
  margin-top: 4px;
}

.stp_sub-header a {
  font-family: CircularStd-Book;
  font-size: 18px;
  line-height: 140%;
  color: var(--silver);
  border-bottom: 1px solid var(--black);
}

.show-more-toggle {
  cursor: pointer;
  text-decoration: underline;
}

.show-more-toggle svg {
  transition: transform 0.3s ease;
  width: 20px; 
  height: 20px;
  vertical-align: middle;
}

.show-more-toggle svg path {
  stroke: var(--ash-gray);
}

.show-more-toggle.expanded svg {
  transform: rotate(180deg);
}

.ai-desc-container {
  display: none;
  margin-top: 24px;
}

.ai-desc-container .section{
    margin-bottom: 12px;
}

.section-header {
  font-family: CircularStd-Bold;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 8px;
  color: var(--black);
}

.ai-desc-container .section .tip-header {
  color: var(--bright-mango);
}

.benefit-card,
.content-item {
  display: flex; 
  align-items: baseline;
  font-family: CircularStd-Book;
  font-size: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
  line-height: 140%;
  color: var(--silver-2);
}

.content-item .li-item-dot {
  font-size: 20px; 
  line-height: 1; 
  margin-right: 8px;
}

.content-subheader {
  color: var(--black);
  font-weight: bold;
}

.content-subheader a {
  color: var(--link-blue);
  text-decoration: underline;
}

.section-description {
  font-family: CircularStd-Book;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 140%;
  color: var(--ash-gray);
  margin-bottom: 10px;
}

.closing-text {
  font-weight: bold;
  margin-top: 20px;
}
/* rating component */

.stp_rating .c_ratings_desktop {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
}

.stp_rating .couponcode_ratings {
  min-width: 160px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.c_rating_stars {
  margin-right: 10px;
  margin-bottom: 5px;
}

.stp_rating .c_rating_stars {
  display: block;
}

.rating-stars-container {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  gap: 5px;
}

.rating-star-icon {
  cursor: pointer;
  height: 32px;
  width: 32px;
}

.rating-star-icon>svg>g>path {
  fill: var(--white);
}

.rating-star-icon:hover>svg>g>path,
.rating-star-icon.rated>svg>g>path,
.rating-stars-hovered .rating-star-icon.active>svg>g>path {
  fill: var(--mango);
  stroke: var(--mango) !important;
}

.c_rating_stats {
  -moz-box-pack: center;
  justify-content: flex-start;
}

.c_rating_stats {
  display: -moz-box;
  display: flex;
  -moz-box-align: baseline;
  align-items: baseline;
}

.c_rating_stats .c_stat_icon {
  margin-right: 4px;
}

.c_rating_stats .c_stat_icon svg {
  fill: var(--mango);
  height: 20px;
  width: 20px;
}

.c_rating_stats .c_totalrating_count {
  font-family: CircularStd-Medium;
  font-size: 18px;
  line-height: 100%;
  color: var(--black);
  min-width: fit-content;
}

.c_rating_stats .c_mobile_ratebtn {
  margin-left: 4px;
  color: var(--mango);
  font-family: CircularStd-Book;
  font-size: 12px;
  line-height: 140%;
}

.c_rating_stats .c_mobile_ratebtn svg {
  width: 15px;
  height: 15px;
}

.c_rating_stats .c_mobile_ratebtn path {
  width: 20px;
  height: 20px;
}

.stp_rating .c_ratings_mobile {
  display: none;
}

.stp_rating .couponcode_ratings {
  min-width: 160px;
}

.stp_rating .couponcode_rated .c_rating_stars {
  display: none;
}

.stp_rating .couponcode_rated .rated_details {
  display: -moz-box;
  display: flex;
}

.stp_rating .couponcode_rated .c_mobile_ratebtn {
  display: none !important;
}

.rating-badge {
  display: inline-flex;
  align-items: flex-start;
  background-color: var(--bright-mango);
  border-radius: 15px; 
  padding: 3px 8px 3px 8px;
  margin-right: 6px;
}

.rating-value {
  color: white;
  font-size: 18px; 
  font-family: CircularStd-Medium;
  margin-right: 4px;
}

.dark-theme .rating-value {
  color: var(--black);
}

.dark-theme .rating-badge .rating-icon svg>g>path {
  fill: var(--black) !important;
  stroke: var(--black) !important;
}

.rating-icon {
  width: 15px; /* Adjust star size */
}


/* end of rating */
.stp_coupons {
  margin-top: 16px;
}
.couponcards-container .couponcard-container:not(:first-child) {
  margin-top: 16px;
}

.stp_todays-coupons .stp_coupons .todays-best-banner {
  display: flex;
  align-items: center;
  color: var(--golden-mango);
  gap: 12px;
  background-color: var(--black);
  height: 54px;
  padding: 8px 20px;
  border-radius: 12px 12px 0px 0px;
}

.todays-best-banner .todays-best-text {
  font-size: 22px; 
  font-family: CircularStd-Medium;
  text-transform: capitalize;
}

.todays-best-banner .lightning-icon {
  width: 24px;
  height: 24px;
}

/* coupon card stars here */
.couponcard-container {
  width: 100%;
  background-color: var(--white);
  padding: 12px 13.5px;
  border-radius: 12px;
  box-shadow: 0px 6.827px 14px 0px rgba(189, 189, 206, 0.25), 0px 1.138px 3px 0px rgba(189, 189, 206, 0.25), 0px 0px 2px 0px rgba(189, 189, 206, 0.20), 0px 0px 10px 0px rgba(189, 189, 206, 0.15);
}

.couponcard-container .couponcard-container-flex-box {
  display: flex;
  align-items: flex-start;
}

.couponcard-container .couponcard-container-flex-box {
  display: grid;
  grid-template-columns: auto 1fr auto; 
  grid-auto-rows: auto;
  gap: 12px;
}

.couponcard-container-flex-box .cc-discount-div {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 2px dashed var(--charcoal);
  width: 132px;
  height: 140px;
}

.stp_todays-coupons .couponcard-container-flex-box .cc-discount-div {
  border: 2px dashed var(--bright-mango);
}

.stp_todays-coupons .stp_coupons ._showall_btn_container {
  display: none;
}

.dark-theme .stp_todays-coupons .cc-feedback-thankyou,
.dark-theme .stp_todays-coupons .cc-feedback-btn {
  border: 2px dashed #FFCB11;
}

.cc-discount-div .discount-value {
  color: var(--deep-black);
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; 
}

.cc-discount-div .discount-text {
  color: var(--deep-black);
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; 
}

.cc-discount-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  cursor: pointer;
}

.cc-discount-details .cc-discount-details-text {
  font-size: 18px;
}

.cc-discount-details .show-details-toggle-icon {
  width: 20px;
  height: 20px;
  padding: 6px 5px;
  display: flex;
}

.couponcard-container .cc-body-div {
  margin-left: 22px;
  display: grid;
  align-items: center;
  grid-template-columns: 50% auto;
  width: 100%;
}

.cc-verified-badge {
  display: flex;
  align-items: center;
}

.cc-verified-badge .cc-verified-text {
  font-family: CircularStd-Book;
  font-size: 16px;
  line-height: 140%;
  color: var(--green);
}

.cc-verified-badge .cc-verified-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.cc-verified-badge._new-coupon .cc-verified-text {
  color: var(--majestic-violet);
}

.couponcard-container .cc-body-desc-div {
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
}

.couponcard-container .cc-body-desc-div .cc-body-desc-title {
  font-family: CircularStd-Bold;
  font-size: 22px;
  line-height: normal;
  color: var(--black);
  max-height: 100px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
}

.couponcard-container .cc-body-desc-div .cc-body-desc-title h2 {
  font-family: CircularStd-Bold;
  font-size: 28px;
  line-height: 114%;
  color: var(--black);
  max-height: 100px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.couponcard-container .cc-body-desc-div .cc-body-saved-text{
  margin-top: 8px;
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 31px;
}

.cc-body-saved-text .saved-amount{
  color: var(--emerald-green);
}

.couponcard-container .cc-body-desc-div .cc-body-worked-for{
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 20px;
  position: relative;
}

.cc-body-desc-div .cc-body-worked-for .user-icons {
  display: flex;
  position: relative;
  width: 44px;
}

/* .cc-body-desc-div .cc-body-worked-for .worked-for-text {
  position: relative;
  left: 22px;
} */

.cc-body-desc-div .cc-body-worked-for .user-icons .user-profile-image-default {
  width: 22px;
  height: 22px;
  z-index: 3;
  font-size: 12px;
  line-height: normal;
}

.cc-body-desc-div .cc-body-worked-for .user-icons > * {
  width: 22px;
  height: 22px;
  z-index: 3;
}

.cc-body-desc-div .cc-body-worked-for .user-icons > :nth-child(2) {
  position: absolute;
  left: 12px;
  z-index: 2;
}

.cc-body-desc-div .cc-body-worked-for .user-icons > :nth-child(3) {
  position: absolute;
  left: 22px;
  z-index: 1;
}

.couponcard-container .cc-body-desc-div .cc-body-desc-title h2 {
  margin: 0px;
}

.couponcard-container .cc-body-desc-div .cc-body-inline-details {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.cc-body-inline-details .after-dot::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--silver);
  border-radius: 50%;
  margin: auto 16px auto 16px;
}

.cc-body-inline-details-toggle {
  cursor: pointer;
}

.couponcard-container .cc-body-desc-div .after-dot::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--silver);
  border-radius: 50%;
  margin: auto 16px auto 16px;
}

.cc-body-desc-uploadedby {
  display: flex;
  align-items: center;
}

.cc-body-desc-uploadedby .cc-body-desc-uploadedby-img .user-profile-image-default {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc-body-desc-uploadedby .cc-body-desc-uploadedby-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  font-family: CircularStd-Medium;
  font-size: 12px;
}

.cc-body-desc-uploadedby .cc-body-desc-uploadedby-name {
  font-family: CircularStd-Book;
  font-size: 16px;
  line-height: 140%;
  color: var(--black);
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}

.couponcard-container .cc-body-getcoupon-div {
  margin-left: auto;
  position: relative;
}

.couponcard-container .cc-body-getcoupon-div ._badge-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 22px;
}

.couponcard-container .cc-body-getcoupon-div .cc-body-getcoupon-expires {
  font-family: CircularStd-Medium;
  font-size: 12px;
  line-height: normal;
  color: var(--silver);
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: -16px;
  width: 100%;
  text-align: center;
}

.cc-feedback-wrapper,
.cc-body-getcoupon-div-inner {
  margin-top: 12px;
  margin-bottom: 14px;
}

.couponcard-container:hover .cc-body-getcoupon-expires {
  opacity: 1;
}

.couponcard-container .cc-body-getcoupon-button {
  position: relative;
  margin-right: 40px;
}

.couponcard-container .cc-body-getcoupon-button button {
  border-radius: 5px;
  color: var(--white);
  background-color: var(--mango);
  padding: 15px 10px;
  font-family: CircularStd-Medium;
  font-size: 24px;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.couponcard-container .cc-body-getcoupon-button ._coupon-code {
  font-family: CircularStd-Medium;
  font-size: 24px;
  line-height: normal;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: -40px;
  top: 0px;
  color: var(--mango);
  border: 2px dashed var(--mango);
  padding: 14px 8px;
  text-align: right;
  z-index: 0;
  border-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.couponcard-container .cc-coupon-details {
  border-radius: 8px;
  background: #F5F5F7;
  padding: 12px 15px;
  margin-top: 6px;
  color: var(--dark-charcoal);
  display: none;
  font-family: CircularStd-Medium;
  font-size: 16px;
  line-height: 30px;
}

.couponcard-container[data-details="show"] .cc-coupon-details {
  display: block;
}

.cc-discount-details + .hide-details {
  display: none;
}

._showall_btn_container {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._showall_btn_container ._showall_button {
  cursor: pointer;
  border-radius: 5px;
  padding: 8px 16px;
  color: var(--mango);
  border: 2px solid var(--mango);
  font-family: CircularStd-Medium;
  font-size: 18px;
  line-height: 140%;
}

div[data-showall='true'] + div._showall_btn_container {
  display: none;
}

.cc-feedback-wrapper {
  position: relative;
}
.cc-copied-btn {
  position: absolute;
  top: -32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeDown 6s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.cc-copied-btn ._base_button._small_button {
  background-color: var(--black);
  color: var(--white);
  padding: 4px 16px;
  min-height: 30px;
}
.cc-copied-btn ._base_button._small_button svg {
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.cc-copied-btn ._base_button._small_button svg path {
  fill: var(--white);
}
.cc-feedback-btn {
  border: 2px dashed var(--mango);
  border-radius: 5px;
  padding: 9.5px 29.3px;
  position: relative;
  z-index: 2;
  background-color: #F6F6F6;
  height: 59px;
}
.cc-feedback-btn ._text {
  font-family: CircularStd-Book;
  font-size: 14px;
  color: #181D1F;
}
.cc-feedback-btn ._btns-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 3px;
}
.cc-feedback-btn ._btns-wrapper ._react-btn {
  padding: 0px 5px;
  font-family: CircularStd-Medium;
  font-size: 11px;
  line-height: 20px;
  border-radius: 5px;
  border: 0.889px solid #262626;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cc-feedback-btn ._btns-wrapper ._react-btn svg {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
.cc-feedback-btn ._btns-wrapper ._react-btn._yes {
  background-color: var(--white);
  color: #00BC7C;
}
.cc-feedback-btn ._btns-wrapper ._react-btn._no {
  color: #FF2C60;
}
.cc-feedback-thankyou {
  border: 2px dashed var(--mango);
  border-radius: 5px;
  padding: 6px 16px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: CircularStd-Book;
  font-size: 14px;
  line-height: 16px;
  color: #181D1F;
  max-width: 240px;
  height: 59px;
  text-align: center;
}
.cc-feedback-thankyou ._heart-svg svg {
  width: 30px;
  height: 30px;
}
.couponcard-container._show-coupon .cc-body-getcoupon-button button {
  display: none;
  z-index: -1;
}
.couponcard-container._show-coupon .cc-body-getcoupon-button ._coupon-code {
  text-align: center;
  padding: 14px 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  width: 235px;
  height: 59px;
  max-width: 235px;
  position: relative;
  right: 0px;
  left: 0px;
  cursor: pointer;
  display: inline-block;
}
.couponcard-container._show-coupon .cc-body-getcoupon-button {
  margin-right: 0px;
}
/* coupon card ends here */

/* subscribe container */
.subscribe_container {
  background-color: var(--lavender-bliss);
  padding: 32px 40px;
  border-radius: 8px;
  position: relative;
  margin-top: 28px;
  width: 100%;
  overflow: hidden;
}

.subscribe_container .subscriber_header,
.subscriber_thankyou .note {
  font-family: CircularStd-Bold;
  font-size: 24px;
  line-height: normal;
}

.subscribe_container .subscriber_header {
  margin-bottom: 16px;
}

.subscribe_container .subscriber_input {
  position: relative;
  display: flex;
  padding: 8px 16px;
  background-color: var(--white);
  border-radius: 16px;
  max-height: 56px;
  max-width: min(100%, 400px);
  border: 0.429px solid #E5E5E5;
}

.input-error-text {
  margin-top: 4px;
  height: 18px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.input-error-text span {
  margin-left: 4px;
  color: #ff5c5c;
  font-size: 14px;
  line-height: 18px;
}

.subscribe_container .subscriber_input ._small_button {
  max-height: 36px;
  margin-left: 5px;
}

.subscribe_container ._small_button {
  background-color: var(--black);
  color: var(--white);
}

.subscribe_container .subscriber_sub {
  margin-top: 24px;
  font-family: CircularStd-Book;
  font-size: 12px;
  line-height: normal;
  color: var(--silver-2);
}

.subscribe_container .subscribe_action_block {
  position: relative;
  width: fit-content;
}

.subscribe_container ._mail-svg {
  position: absolute;
  left: 90%;
  display: flex;
  bottom: -65%;
}

.subscribe_container ._mail-svg ._arrow {
  width: 173px;
}

.subscribe_container ._mail-svg ._mail-box {
  width: 112px;
  margin-bottom: 40%;
}

.subscriber_sub .subscriber_sub_link {
  color: var(--silver-2);
  text-decoration: none;
  border-bottom: 1px solid var(--silver-2);
}

.subscribe_container .subscriber_mailimg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 64px;
  width: 95px;
}

.subscribe_container .subscriber_vector {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 190px;
}

.subscribe_container .subscriber_input input {
  color: #222;
  max-height: 36px;
  border: none;
  padding: unset;
}

.subscribe_container .subscriber_input input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.subscribe_container .subscriber_thankyou {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.subscriber_thankyou .icon {
  margin-right: 16px;
}

.subscriber_thankyou .icon svg {
  height: 24px;
  width: 24px;
}

.subscriber_thankyou .icon svg path {
  fill: var(--mango);
}

@keyframes fadeoutafter5 {
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.subscribe_container.fadeout_after_5secs {
  -webkit-animation-name: fadeoutafter5;
  -webkit-animation: fadeoutafter5 4s forwards;
  -moz-animation: fadeoutafter5 4s forwards;
  animation: fadeoutafter5 4s forwards;
}

/* end of subscribe container */

.store-deals {
  width: 100%;
  padding: 0 8px;
}
.store-deals ._heading {
  padding: 0 8px;
}

/* prpmo history section */
.stp_promo-history-container {
  margin-top: 55px;
}

.stp_promo-history-container .ph_table {
  border: 1px solid var(--silver);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
}

.stp_promo-history-container .ph_table ._row {
  display: grid;
  grid-template-columns: 18% auto;
  background-color: var(--white);
}

.stp_promo-history-container .ph_table ._row:not(:last-child) {
  border-bottom: 1px solid var(--silver);
}

.stp_promo-history-container ._time,
.stp_promo-history-container ._content {
  font-family: CircularStd-Book;
  font-size: 16px;
  color: var(--black);
  line-height: 140%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.stp_promo-history-container ._time {
  color: var(--silver);
  font-family: CircularStd-Book;
  font-size: 16px;
  line-height: 140%;
}

.stp_promo-history-container ._text-mango {
  font-family: CircularStd-Book;
  font-size: 16px;
  color: var(--mango);
  border-bottom: 1px solid var(--mango);
  line-height: 140%;
}

.stp_promo-history-container ._store-name {
  border-bottom: 1px solid var(--black);
  text-transform: capitalize;
}

/* prpmo history section end here*/

.stp_related-coupons {
  padding: 0 8px;
}

.stp_related-coupons ._heading{
  padding: 0 8px;
}

/* install extension */
.install-extension-main {
  width: 100%;
  margin-top: 16px;
}

.install-ext-container {
  border-radius: 5px;
  background-color: var(--cream);
  overflow: hidden;
  padding: 32px 0px 16px 35px;
  width: 100%;
  position: relative;
}

.install-ext-container .ie-content-title {
  font-family: CircularStd-Medium;
  font-size: 32px;
  line-height: 35px;
}

.install-ext-container .ie-content-subtitle {
  font-family: CircularStd-Book;
  font-size: 20px;
  line-height: 98%;
  margin-top: 4px;
  color: var(--silver-3);
}

.install-ext-container .ie-content-button button {
  background-color: var(--bright-mango);
  color: var(--white);
  margin-top: 20px;
  font-size: 24px;
  padding: 10px 50px;
  border-radius: 8px;
}

.install-ext-container .ie-text-details {
  width: 50%;
  line-height: 35px;
  position: relative;
  z-index: 2;
}

.install-ext-container img {
  position: absolute;
  right: 13px;
  top: 0;
  width: auto;
  height: 211px;
  filter: none;
  z-index: 0;
  object-fit: unset;
}

.install-ext-container ._store-icon {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  top: 33%;
  right: 38%;
  z-index: 5;
}

/* install extension ends */

/* savings tips container */

.savings-tips {
  width: 100%;
  padding: 0 8px;
}

.savings-tips h2 {
  padding: 0 8px;
}

._savings_container {
  display: -moz-box;
  display: flex;
  overflow-x: auto;
}

._savings_container.showalldata {
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  overflow: unset;
  flex-wrap: wrap;
}

._savings_container.showalldata .savingtips_container {
  width: 212px;
}

._savings_container.showalldata>* {
  margin-right: 8px;
  margin-bottom: 8px;
}

._savings_container::-webkit-scrollbar {
  display: none;
}

.savingtips_container {
  max-width: 432px;
  min-width: 212px;
  background-color: var(--white);
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0px 0px 0.836px 0px rgba(0, 0, 0, 0.04), 0px 1.673px 5.018px 0px rgba(0, 0, 0, 0.04), 0px 10.872px 20.071px 0px rgba(0, 0, 0, 0.06);
}

._savings_container>* {
  margin-right: 8px;
  margin-bottom: 8px;
}

.savingtips_container:last-child {
  margin-right: 0;
}

.savingtips_container .savingtips_header {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  align-items: center;
}

.savingtips_header .dollaricon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.savingtips_header .savingtips_stat {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: CircularStd-Medium;
  font-size: 16px;
  line-height: normal;
  color: var(--black);
}

.savingtips_header .savingtips_stat .hearticon {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.savingtips_header .savingtips_stat .hearticon svg>g>mask>path {
  fill: var(--black) !important;
}

.savingtips_body {
  position: relative;
}

.savingtips_body .tip {
  color: var(--black);
  margin-top: 16px;
  font-family: CircularStd-Book;
  font-size: 16px;
  line-height: 140%;
}

.savingtips_body .truncate {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.savingtips_body .readmore,
.savingtips_body .hide {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding-left: 5px;
  background-color: var(--cream);
  font-size: 16px;
  font-family: CircularStd-Book;
}

.savingtips_body .hide {
  display: none;
}

.savingtips_body .readmore_trigger {
  color: var(--mango);
  border-bottom: 1.5px solid var(--mango);
  cursor: pointer;
}

.savingtips_container.expand {
  min-width: -webkit-calc(100% - 25%);
  min-width: -moz-calc(100% - 25%);
  min-width: calc(100% - 25%);
}

.savingtips_container.expand .readmore {
  display: none;
}

.savingtips_container.expand .hide {
  display: block;
}

/* end of tips container */

.coupon_footer {
  padding: 0 8px;
  margin-bottom: 16px;
}

.coupon_footer .c_header {
  padding: 0 8px;
}

/* deals section */
._deals_container ._deals_card:not(:first-child) {
  margin-top: 24px;
}

._deals_card {
  border-radius: 5px;
  background: var(--white);
  padding: 16px 24px 16px 16px;
  box-shadow: 0px 6.827px 14px 0px rgba(189, 189, 206, 0.25), 0px 1.138px 3px 0px rgba(189, 189, 206, 0.25), 0px 0px 2px 0px rgba(189, 189, 206, 0.20), 0px 0px 10px 0px rgba(189, 189, 206, 0.15);
  display: grid;
  align-items: center;
  grid-template-columns: 120px auto 30%;
}

._deals_card ._deal_image {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
}

._deals_card ._deals-contents {
  margin-left: 15px;
}

._deals_card ._caption {
  align-self: flex-start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  font-family: CircularStd-Bold;
  font-size: 22px;
  line-height: 140%;
}

._deals_card .cc-body-desc-uploadedby {
  margin-top: 30px;
}

._deals_card ._deals_actions .cc-verified-badge {
  margin-top: 16px;
}

._deals_card ._deals_actions {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}

._deals_card ._deals_actions button {
  background-color: var(--mango);
  color: var(--white);
  font-family: CircularStd-Medium;
  font-size: 24px;
  padding: 15px 65px;
}

/* deals section ends here */

/* product showcase */
.product-body {
  width: 100%;
}

._products_container {
  display: grid;
  column-gap: 54px;
  row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
}

._search_productshowcase {
  display: inline-block;
  padding: 13px 13px 28px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1.6px solid #EDEDEF;
  max-width: 288px;
  height: auto;
}

._search_productshowcase:hover {
  -webkit-box-shadow: 0 24px 41px rgb(0 0 0 / 4%), 0 6px 24px rgb(0 0 0 / 4%), 0 4px 8px rgb(0 0 0 / 4%), 0 0 41px rgb(0 0 0 / 8%);
  box-shadow: 0 24px 41px rgb(0 0 0 / 4%), 0 6px 24px rgb(0 0 0 / 4%), 0 4px 8px rgb(0 0 0 / 4%), 0 0 41px rgb(0 0 0 / 8%);
}

._product_image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

._product_image img {
  border-radius: 5px;
}

._search_productshowcase ._caption {
  margin: 36px 0 0;
  font-family: CircularStd-Book;
  font-size: 20px;
  line-height: normal;
  display: block;
}

._search_productshowcase ._caption ._name {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: CircularStd-Book;
  font-size: 20px;
  line-height: normal;
  color: var(--black);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}

._search_productshowcase ._divider {
  height: 0;
  border-top: 1px;
  border-style: solid;
  border-color: var(--silver);
  opacity: .15;
  margin: 14px 0px;
}

._search_productshowcase ._user_details {
  -moz-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

._search_productshowcase ._user_details {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: CircularStd-Medium;
  line-height: normal;
}

._search_productshowcase ._user_details ._details {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: CircularStd-Medium;
  line-height: normal;
}

._search_productshowcase ._user_details ._details {
  -moz-box-flex: 1;
  flex: 1 1;
  font-size: 16px;
}

._search_productshowcase ._user_details ._user_image .user-profile-image-default {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._search_productshowcase ._user_details ._user_image {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  overflow: hidden;
}

._search_productshowcase ._user_details ._user_name {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font-family: CircularStd-Book;
  font-size: 14px;
  line-height: 140%;
  color: var(--black);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  max-width: 200px;
}

._search_productshowcase ._user_details ._user_image img {
  border-radius: 50px;
}

/* end of product showcase */

.coupon_footer_about.right-section {
  margin-top: 28px;
  padding: 0 8px;
}

.coupon_footer_about.right-section .coupons-sub-title {
  margin-bottom: 10px;
  padding: 0 8px;
}

.c_questionbox_container {
  border: 1.6px solid #707070;
  padding: 20px 12px;
  border-radius: 5px;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.c_questionbox_container .c_answer {
  font-family: CircularStd-Book;
  font-size: 14px;
  color: var(--silver-2);
  margin-bottom: 10px;
  word-wrap: break-word;
  line-height: 140%;
}

.c_questionbox_container .c_answer strong {
  color: var(--black);
  font-family: CircularStd-Bold;
  font-size: 16px;
  line-height: normal;
}

.c_questionbox_container .c_question {
  font-family: CircularStd-Bold;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 8px;
  color: var(--black);
}

.c_questionbox_container .qns_subtitle {
  font-size: 20px;
}

.faq-section {
  margin-top: 0;
}

.faq-section .c_header {
  margin-top: 0px;
  font-size: 22px;
  line-height: 161%;
}

.faq-section .c_questionbox_container {
  border: none;
  padding: unset;
  background: unset;
}

.faq-section .c_questionbox_container .c_question {
  margin-bottom: 8px;
  line-height: normal;
  font-family: CircularStd-Medium;
  font-size: 18px;
}

.faq-section .c_questionbox_container .c_answer {
  margin-bottom: 8px;
  line-height: normal;
  font-size: 18px;
  color: var(--dark-gray);
}

.c_questionbox_container .c_answer:last-child {
  margin-bottom: 0;
}

/* related shops */
.coupon_related_shops {
  padding: 0 8px;
}

.coupon_related_shops .shop_type {
  font-family: CircularStd-Medium;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 6px;
  padding: 0 8px;
}

._shops_container {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  -moz-box-pack: center;
  justify-content: center;
  gap: 9px;
}

._shop {
  width: 140px;
  padding: 12px;
  border-radius: 7px;
  background-color: var(--white);
}

._shop ._shop_logo {
  background-color: var(--white);
  padding: 8px;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  overflow: hidden;
}

._shop ._shop_logo img {
  border-radius: 50px;
}

._shop ._shop_logo .user-profile-image-default,
._shop ._shop_logo img {
  border-radius: 50px;
}

._shop ._shop_name {
  font-family: CircularStd-Medium;
  font-size: 14px;
  line-height: normal;
  color: var(--silver-2);
  min-height: 18px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

._shop ._shop_coupons_count {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  height: 18px;
  font-family: CircularStd-Medium;
  font-size: 14px;
  line-height: normal;
}

._shop ._shop_name a {
  text-decoration: none;
  color: var(--silver-2);
}

.coupon_related_shops .other_shops {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--cool);
  padding: 24px 12%;
  border-radius: 16px;
  background-color: var(--white);
  border: 1.6px solid var(--silver-2);
  border-radius: 5px;
}

._base_button._small_button.related_other_store_buttons {
  margin-right: 24px;
  margin-bottom: 16px;
  background-color: var(--gray-100);
  color: var(--black);
  padding: 10px;
  min-height: 36px;
  font-family: CircularStd-Medium;
  font-size: 14px;
  line-height: normal;
  border-radius: 5px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  max-width: 80vw;
}

.coupon_related_shops .other_shops a {
  text-decoration: none;
  color: var(--black);
  font-family: CircularStd-Book;
}

._base_button._small_button.related_other_store_buttons ._content_container ._svg_container {
  width: 16px;
  height: 17px;
}
/* related shops ends here */

/* animations */
@keyframes shake {

  0%, 100% {
    transform: translateX(0);
  }

  25%, 75% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes fadeDown {

  0% {
    transform: translateX(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}

.couponcard-container:hover,
._deals_card:hover {
  animation: shake 0.5s ease-in-out;
}
/* animations ends here */

.install-extension-main .ie-content-button ._caption {
  font-size: 24px;
  font-family: CircularStd-Book;
}

/* dark theme starts here */
.stp_page-container.dark-theme {
  background-color: var(--charcoal-black);
}

.dark-theme .stp_todays-coupons .cc-verified-badge .cc-verified-text,
.dark-theme .stp_todays-coupons .cc-body-saved-text .saved-amount,
.dark-theme .stp_todays-coupons .cc-discount-div .discount-text,
.dark-theme .stp_todays-coupons .cc-discount-div .discount-value,
.dark-theme .left-panel .panel-title,
.dark-theme .ai-desc-container .section .tip-header {
  background: linear-gradient(92deg, #FFCD49 5.43%, #FFA400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark-theme .stp_todays-coupons .couponcard-container .cc-body-getcoupon-button button,
.dark-theme .rating-badge {
  background: linear-gradient(92deg, #FFCD49 5.43%, #FFA400 100%);
}

.dark-theme .stp_todays-coupons .couponcard-container .cc-body-getcoupon-button button{
  color: var(--charcoal-black);
}

.dark-theme .stp_coupons-container,
.dark-theme .coupon-body .stp_header-container,
.dark-theme .left-panel {
  background-color: var(--black);
}
 
.dark-theme .coupon_footer .coupon_footer_seasoning .c_questionbox .c_questionbox_container .c_answer,
.dark-theme .coupon_footer .coupon_footer_seasoning .c_questionbox .c_questionbox_container .c_answer strong,
.dark-theme .cc-feedback-thankyou ._thankyou-text,
.dark-theme .cc-feedback-btn ._text,
.dark-theme ._deals_card ._caption, 
.dark-theme .savingtips_header .savingtips_stat, 
.dark-theme .savingtips_body .readmore, 
.dark-theme .savingtips_body .hide,
.dark-theme .savingtips_body .readmore_trigger,
.dark-theme .savingtips_body .tip,
.dark-theme ._search_productshowcase ._user_details ._user_name,
.dark-theme ._search_productshowcase ._caption ._name,
.dark-theme .coupon_related_shops .other_shops a,
.dark-theme ._shop ._shop_coupons_count,
.dark-theme ._shop ._shop_name a,
.dark-theme .stp_wrapper h2,
.dark-theme .install-ext-container .ie-content-subtitle,
.dark-theme ._showall_btn_container ._showall_button,
.dark-theme .cc-discount-div .discount-text, 
.dark-theme .cc-discount-div .discount-value,
.dark-theme .couponcard-container .cc-body-getcoupon-button ._coupon-code,
.dark-theme .cc-body-desc-uploadedby .cc-body-desc-uploadedby-name,
.dark-theme .couponcard-container .cc-body-desc-div .cc-body-desc-title h2,
.dark-theme .coupons-sub-title,
.dark-theme .stp_header,
.dark-theme .c_rating_stats .c_totalrating_count,
.dark-theme .c_questionbox_container .c_question,
.dark-theme .summary-item .summary-title,
.dark-theme .left-panel .panel-content,
.dark-theme .section-header,
.dark-theme .content-subheader {
  color: var(--light-gray);
}

.dark-theme ._shop ._shop_name,
.dark-theme .footerv3-container ._contents ._top-section ._right-menu ._item a, 
.dark-theme .footerv3-container ._contents ._top-section ._left-menu a {
  color: var(--white);
}

.dark-theme .summary-item .summary-text {
  color: var(--golden-yellow);
}

.dark-theme ._showall_btn_container ._showall_button {
  background-color: var(--deep-black);
  border: none;
}

.dark-theme .couponcard-container .cc-body-desc-div .cc-body-worked-for,
.dark-theme .couponcard-container .cc-body-desc-div .cc-body-saved-text,
.dark-theme .stp_sub-header,
.dark-theme .benefit-card,
.dark-theme .content-item {
  color: var(--ash-gray);
}

.dark-theme .coupon_footer_about .c_questionbox_container .c_answer strong,
.dark-theme .coupon_footer_about .c_questionbox_container .c_answer,
.dark-theme .faq-section .c_questionbox_container .c_answer {
  color: var(--ash-gray);
}

.dark-theme .cc-verified-badge .cc-verified-icon>svg>g>path {
  fill: #93FF04;
}

.dark-theme .cc-verified-badge .cc-verified-text,
.dark-theme .cc-body-saved-text .saved-amount {
  color: #93FF04;
}

.dark-theme .cc-verified-badge._new-coupon .cc-verified-text {
  color: var(--majestic-violet);
}

.dark-theme .stp_todays-coupons .cc-verified-badge .cc-verified-icon>svg>g>path,
.dark-theme .summary-item .summary-icon svg path {
  fill: #FCCF61 !important;
}

.dark-theme .rating-star-icon>svg>g>path {
  fill: var(--black);
} 

.dark-theme .rating-star-icon:hover>svg>g>path, 
.dark-theme .rating-star-icon.rated>svg>g>path,
.dark-theme .rating-stars-hovered .rating-star-icon.active>svg>g>path {
  fill: #FCCF61 !important;
  stroke: #FCCF61 !important;
}

.dark-theme .cc-feedback-thankyou,
.dark-theme .cc-feedback-btn,
.dark-theme .couponcard-container {
  background-color: var(--deep-black);
  box-shadow: none;
}

.dark-theme .stp_todays-coupons .couponcard-container {
  border: 2px solid #FFCB11;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.65);
}

.dark-theme .cc-discount-details .cc-discount-details-text {
  color: #AAAAAA;
}

.dark-theme .stp_todays-coupons .cc-discount-details .cc-discount-details-text {
  color: #878787;
}

.dark-theme .cc-discount-details .show-details-toggle-icon>svg>g>g>path {
  fill: #AAAAAA;
  stroke: #AAAAAA !important;
}

.dark-theme .stp_todays-coupons .cc-discount-details .show-details-toggle-icon>svg>g>g>path {
  fill: #878787;
  stroke: #878787 !important;
}

.dark-theme .stp_todays-coupons .couponcard-container .cc-body-getcoupon-button ._coupon-code,
.dark-theme .stp_todays-coupons .couponcard-container-flex-box .cc-discount-div {
  border: 2px dashed #FFCB11;
}

.dark-theme .couponcard-container-flex-box .cc-discount-div {
  border: 2px dashed var(--white);
}

.dark-theme .couponcard-container .cc-coupon-details {
  background-color: var(--deep-black);
  color: var(--light-gray);
  border-radius: 8px;
  border: 1px solid #262626;
  margin-top: 14px;
  font-family: CircularStd-Book;
  font-size: 14px;
}

.dark-theme .install-ext-container {
  background-color: var(--charcoal);
  color: #FAFAFA;
}

.dark-theme .install-ext-container .ie-content-title {
  color: #FAFAFA;
}

.dark-theme .coupon_footer .coupon_footer_seasoning .c_questionbox .c_questionbox_container,
.dark-theme ._deals_card, 
.dark-theme .savingtips_body .readmore, 
.dark-theme .savingtips_body .hide,
.dark-theme .savingtips_container,
.dark-theme .coupon_related_shops .other_shops,
.dark-theme ._shop,
.dark-theme .coupon_footer_about .c_questionbox_container {
  background: var(--deep-black);
}

.dark-theme .left-panel .coupon_footer_about .c_questionbox_container {
  background: var(--black);
}

.dark-theme ._deals_card {
  box-shadow: none;
}

.dark-theme ._base_button._small_button.related_other_store_buttons {
  background: #151719;
}

.dark-theme ._base_button._small_button.related_other_store_buttons ._content_container ._svg_container svg path {
  fill: var(--light-gray) !important;
}

.dark-theme .coupon_footer .coupon_footer_seasoning .c_questionbox .c_questionbox_container,
.dark-theme ._base_button._small_button.related_other_store_buttons,
.dark-theme .coupon_footer_about.right-section .c_questionbox_container,
.dark-theme .coupon_related_shops .other_shops,
.dark-theme ._shop,
.dark-theme ._search_productshowcase {
  border: 1.6px solid #262626;
}

.dark-theme ._base_button._small_button.related_other_store_buttons:hover, 
.dark-theme ._shop:hover,
.dark-theme ._search_productshowcase:hover {
  border: 1.6px solid #F40;
}

.dark-theme .footerv3-container ._contents ._bottom-setion ._left ._extra-info ._item {
  color: #E7E7E7;
}

.dark-theme .footerv3-container ._contents ._bottom-setion ._left ._logo svg > g > g > path:not(:first-of-type),
.dark-theme .footerv3-container ._contents ._bottom-setion ._right ._social-icons ._item svg path {
  fill: var(--white) !important;
}

.dark-theme .savingtips_body .readmore_trigger {
  border-bottom: 1.5px solid var(--white);
}
.dark-theme .footerv3-container._with-bg-gradient{
  background: var(--dark-charcoal);
}

.dark-theme .savingtips_header .savingtips_stat .hearticon svg>g>mask>path {
  fill: var(--light-gray) !important;
}

.dark-theme .cc-feedback-btn ._btns-wrapper ._react-btn._no {
  background-color: var(--white);
}
/* dark theme ends here */

@media (max-width: 1024px) {
  .stp_wrapper {
    width: 100%;
    margin: 0px;
    padding: 8px 0;
    position: relative;
  }

  .dark-theme .stp_wrapper {
    background-color: var(--black);
  }

  .stp_wrapper h2 {
    font-family: CircularStd-Medium;
    font-size: 24px;
    color: var(--bright-mango);
    margin-top: 20px;
    margin-bottom: 16px;
    padding-left: 8px;
  }

  .stp_wrapper .left-panel {
    display: none;
  }

  .stp_wrapper .coupon-body {
    width: 100%;
    padding: 0 8px;
  }

  .stp_verified-coupons {
    width: 100%;
    padding: 0;
  }

  .stp_todays-coupons {
    padding: 0;
    margin-top: 0;
    border-radius: 8px;
    margin-bottom: 33px;
  }

  .stp_coupons-container{
    background: var(--cool);
    padding: 8px 0;
    margin-top: 8px;
  }

  .stp_coupons {
    margin-top: 12px;
  }

  .couponcards-container .couponcard-container:not(:first-child) {
    margin-top: 8px;
  }

  .stp_coupons-container .page_top_section {
    padding: 0;
    width: 100%;
  }

  ._showall_btn_container {
    margin-top: 12px;
  }

  .coupon_footer_about.right-section {
    margin-top: 16px;
    padding: 0 8px;
  }

  .coupon_footer_about.right-section .c_questionbox_container {
    border-radius: 8px;
    padding: 16px 12px 15px 13px;
  }

  .coupon_footer_about.right-section .c_questionbox_container .c_answer {
    font-size: 16px;
    line-height: normal;
  }

  .coupons-sub-title {
    font-size: 24px;
    font-family: CircularStd-Medium;
    margin-left: 8px;
  }

  .stp_related-coupons {
    width: 100%;
    padding: 0;
  }

  .stp_related-coupons ._heading {
    padding: 0;
    font-size: 32px;
  }

  .coupon_related_shops .shop_type {
    padding: 0;
  }

  .couponcard-container-flex-box .cc-discount-div {
    padding: 17px;
    width: 97px;
    height: 103px;
  }

  .cc-discount-div .discount-value {
    font-size: 30px;
    line-height: 35px;
  }

  .cc-discount-div .discount-text {
    font-size: 20px;
  }

  .c_questionbox .coupons-sub-title {
    font-size: 32px;
    padding: 0;
  }

  .coupon_footer_about.right-section .coupons-sub-title {
    padding: 0;
    margin-left: 0;
  }

  ._shops_container {
    justify-content: space-between;
    margin: 10px 0;
  }

  ._shops_container ._shop {
    width: 168px;
    padding: 14px;
    border-radius: 9px;
  }

  ._shop ._shop_logo {
    padding: 9px;
    border-radius: 57px;
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }

  ._shop ._shop_name {
    font-family: CircularStd-Book;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }

  ._shop ._shop_coupons_count {
    font-family: CircularStd-Book;
    font-size: 18px;
  }

  .dark-theme ._shop ._shop_logo {
    background-color: var(--deep-black);
  }

  .coupon_related_shops .other_shops {
    margin-top: 16px;
    padding: 27px 30px;
  }

  .coupon_related_shops .other_shops ._content_container a {
    font-size: 18px;
  }

  .store-deals ._heading {
    font-size: 32px;
    padding: 0;
  }

  .couponcard-container .couponcard-container-flex-box {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
    position: relative;
  }

  .couponcard-container .couponcard-container-flex-box > :nth-child(1) {
    grid-column: 1;
  }

  .couponcard-container .couponcard-container-flex-box > :nth-child(2) {
    grid-column: 2;
  }

  .couponcard-container .couponcard-container-flex-box > :nth-child(3) {
    grid-column: 1 / span 2;
    width: 100%;
  }
  
  .couponcard-container .cc-body-desc-div .cc-body-desc-title h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }
  
  .couponcard-container .cc-body-desc-div .cc-body-saved-text, 
  .couponcard-container .cc-body-desc-div .cc-body-worked-for{
    font-size: 14px;
    margin-top: 4px;
  }

  .couponcard-container .cc-body-desc-div .cc-body-worked-for {
    margin-top: 0;
    line-height: unset;
  }

  .cc-body-desc-div .cc-body-worked-for .user-icons {
    width: 32px;
  }

  .cc-body-desc-div .cc-body-worked-for .user-icons .user-profile-image-default {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }

  .cc-body-desc-div .cc-body-worked-for .user-icons > :nth-child(2) {
    left: 8px;
  }

  .cc-body-desc-div .cc-body-worked-for .user-icons > :nth-child(3) {
    left: 16px;
  }

  .cc-body-desc-div .cc-body-worked-for .worked-for-text {
    left: 16px;
  }

  .cc-discount-details {
    position: absolute;
    bottom: -10px;
    right: 33%;
    z-index: 1;
  }

  .cc-discount-details .cc-discount-details-text {
    font-size: 14px;
  }

  .cc-discount-details .show-details-toggle-icon {
    width: 16px;
    height: 16px;
    padding: 3px 4px;
  }

  .install-extension-main {
    display: none;
  }

  ._deals_card ._caption {
    font-size: 16px;
  }

  .stp_category-link {
    font-size: 10px !important;
  }

  .stp_category-link-flex {
    max-width: 60%;
    overflow: hidden;
  }

  .stp_category-link-flex a:not(:first-child) {
    display: none;
  }

  .c_rating_stars {
    display: none !important;
  }

  .stp_rating {
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 10;
  }

  .mobile-rating-start .c_rating_stats {
    display: none !important;
  }

  .mobile-rating-start .c_rating_stars {
    display: block !important;
  }

  .stp_rating .couponcode_ratings {
    justify-content: flex-end;
  }

  .c_rating_stats .c_stat_icon svg {
    height: 15px;
    width: 15px;
  }

  .c_rating_stats .c_totalrating_count,
  .c_rating_stats .c_rating {
    font-size: 10px;
  }

  .stp_wrapper .coupon-body .stp_header-container {
    padding: 8px;
    position: relative;
    gap: 0;
  }

  .dark-theme .stp_wrapper .coupon-body .stp_header-container {
    background-color: var(--deep-black);
  }

  .coupon-body .stp_header-container .cc-image-div {
    height: 140px;
    margin-right: 12px;
    padding: 0;
  }

  .stp_header {
    font-size: 24px;
    line-height: 27px;
    max-height: 81px;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .stp_sub-header{
    position: absolute;
    bottom: 8px;
    left: 12px;
    right: 12px;
  }

  .todays-best-banner .todays-best-text {
    font-size: 20px; 
  }

  .cc-body-getcoupon-div-inner {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .cc-body-getcoupon-div .cc-body-inline-details {
    position: absolute;
    top: 0;
    right: 0;
  }

  .stp_sub-header h4 span a, .stp_sub-header h4 {
    font-size: 18px;
    height: 46px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .couponcard-container {
    padding: 16px 12px;
  }

  .stp_header-container .cc-image-div .cc-image {
    width: 81px;
    height: 81px;
  }

  .couponcard-container .cc-body-getcoupon-button button {
    width: 100%;
    font-size: 18px;
    padding: 10px 38px;
  }

  .couponcard-container .cc-body-getcoupon-button ._coupon-code {
    font-size: 18px;
    padding: 10px 8px;
  }

  .cc-body-inline-details-toggle {
    display: none;
  }

  .cc-body-desc-uploadedby {
    justify-content: flex-end;
  }

  .cc-body-desc-uploadedby .cc-body-desc-uploadedby-img {
    width: 21px;
    height: 21px;
  }

  .cc-body-desc-uploadedby .cc-body-desc-uploadedby-name {
    font-size: 14px;
  }

  .cc-feedback-btn {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
  }

  .cc-feedback-btn ._btns-wrapper {
    margin-top: 0px;
  }

  .cc-feedback-thankyou {
    width: 100%;
    max-width: 100%;
    padding: 8px;
  }

  .couponcard-container._show-coupon .cc-body-getcoupon-button ._coupon-code {
    width: 100%;
    max-width: 100%;
    padding: 18px 38px;
  }

  .stp_promo-history-container ._time,
  .stp_promo-history-container ._content {
    font-size: 14px;
  }

  .stp_promo-history-container .ph_table ._row {
    grid-template-columns: 120px auto;
  }

  .stp_promo-history-container ._content {
    row-gap: 0px;
  }

  .install-ext-container {
    padding: 32px 24px;
  }

  .install-ext-container img {
    display: none;
  }

  ._savings_container {
    flex-direction: column;
    overflow-x: hidden;
  }

  ._savings_container>* {
    margin: 0px 0px 10px 0px;
  }

  ._deals_card {
    position: relative;
    padding: 95px 16px 16px 16px;
    grid-template-columns: 1fr;
  }

  ._deals_card ._deal_image {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 70px;
    height: 70px;
  }

  ._deals_card .cc-body-desc-uploadedby .cc-body-desc-uploadedby-name {
    font-size: 14px;
  }

  ._deals_card .cc-body-desc-uploadedby .cc-body-desc-uploadedby-img {
    width: 20px;
    height: 20px;
  }
  
  ._deals_card .cc-body-desc-uploadedby {
    position: absolute;
    right: 16px;
    top: 45px;
    margin-top: 0px;
  }

  ._deals_card ._deals_actions .cc-verified-badge {
    position: absolute;
    right: 16px;
    top: 16px;
    margin-top: 0px;
  }

  ._deals_card ._deals-contents {
    margin-left: 0px;
  }

  ._deals_card ._deals_actions {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  ._deals_card ._deals_actions button {
    width: 100%;
    font-size: 18px;
    padding: 10px 38px;
  }

  ._products_container {
    grid-template-columns: repeat(auto-fit, 174px);
    column-gap: 8px;
    justify-content: center;
  }

  ._search_productshowcase {
    max-width: 174px;
    padding: 10px 12px 18px;
  }

  .dark-theme ._search_productshowcase {
    background: var(--deep-black);
  }

  ._search_productshowcase ._caption {
    margin: 22px 0 0;
  }

  ._search_productshowcase ._caption ._name {
    font-size: 13px;
  }

  ._search_productshowcase ._divider {
    margin: 8px 0px;
  }

  ._search_productshowcase ._user_details ._user_name {
    font-size: 10px;
  }

  ._search_productshowcase ._user_details ._user_image {
    width: 13px;
    height: 13px;
  }

  ._search_productshowcase ._user_details ._user_image .user-profile-image-default {
    font-size: 7px;
  }

  .product-body ._showall_btn_container {
    margin-top: 16px;
  }

  .c_questionbox_container .c_answer {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  ._shops_container ._shop {
      width: 150px;
  }
}