@import url('../assets/css/theme.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap');

body {
  background: #ffffff;
  font-family: 'Manrope', sans-serif;
}

.container {
  width: 96%;
  max-width: 1700px;
}

.header-bottom-store {
  background: #6F33AF !important;
  height: 118px;
}

.col-main {
  width: calc(100% - 360px);
  float: right;
  margin-top: -102px;
}

.col-left {
  width: 330px;
  float: left;
  margin-top: -102px;
}

.col-main h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
}

.col-main .h2 {
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.col-main .h2 i {
  color: var(--success-color);
}

.heading-2 {
  margin: 34px 0 16px;
  color: #111;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
}

.couponbox-n.col-box {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
}

.couponbox-n.col-box + .couponbox-n.col-box {
  border-top: 0;
}

.col-box-top {
  border-color: var(--primary-color);
}

.couponbox-n.col-box.col-box-top {
  border: 1px solid var(--primary-color);
}

.percentage-values {
  border-right: 1px solid #d7d7d7;
  text-align: center;
  color: var(--primary-color);
  padding: 16px 6px;
  font-size: 46px;
  line-height: 0.95;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.col-box-top .percentage-values {
  border-right-color: var(--primary-color);
}

.percentage-values.is-long {
  font-size: 28px;
}

.offbox {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.percentage-values.is-long .offbox {
  font-size: 16px;
}

.codetype {
  display: inline-block;
  margin-top: 8px;
  background: #333;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  font-weight: 500;
}

.codetype.exclusive {
  background: #000000;
}

.offer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  column-gap: 12px;
  align-items: start;
  padding: 14px 6px 14px 16px;
  position: relative;
}

.offer-content h3 {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.sub-col-box {
  margin-top: 6px;
  min-height: 24px;
}

.verified-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #595959;
}

.verify-icon {
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.verify-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  margin: 0;
}

.verified-check img {
  width: 22px;
  height: 22px;
}

.offer-bottom {
  margin-top: 8px;
}

.enddate-clock {
  font-size: 14px;
  color: #555;
  font-weight: 700;
}

.vxt-showdown {
  position: absolute;
  right: -133px;
  bottom: 12px;
  width: 200px;
  text-align: center;
  font-size: 13px;
  color: #555;
  font-weight: 700;
  cursor: pointer;
}

.vxt-showdown i {
  color: var(--primary-color);
  font-size: 12px;
  margin-right: 3px;
}

.offer-btn {
  width: 200px;
  justify-self: end;
  align-self: start;
}

.code-button {
  display: block;
  text-decoration: none;
  text-align: right;
}

.btn-show-code.promo3__btn {
  width: 200px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  border: 1px dashed var(--primary-color);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 8px;
  font-weight: 500;
  margin-left: 133px;
}

.fxc-details {
  grid-column: 1 / -1;
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease, padding .35s ease;
}

.fxc-details.is-open {
  max-height: 1200px;
  border-top: 1px solid #ddd;
  padding: 15px;
  background: #f2e5ff;
}

.fxc-details p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.expired-coupon-box {
  opacity: 0.65;
}

.heading-2-3,
.h2sub {
  margin: 26px 0 12px;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

#customers2 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#customers2 th,
#customers2 td {
  border: 1px solid #d7d7d7;
  padding: 10px 12px;
  font-size: 14px;
}

#customers2 th {
  background: #efefef;
  text-align: left;
}

.store-full-detail p,
.store-full-detail li {
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

.store-full-detail ol {
  margin: 8px 0 0 22px;
}

.store-full-detail a {
  color: #000;
  text-decoration: underline;
}

.list-coupons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.list-coupon {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  background: #fff;
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  column-gap: 16px;
  min-height: 130px;
  align-items: center;
  padding: 12px 46px 12px 14px;
}

.list-coupon:after {
  content: "\203A";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 42px;
}

.list-coupon-name {
  width: 180px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-coupon-name img {
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.list-coupon-title a {
  display: block;
  color: #111;
  text-decoration: none;
  line-height: 1.25;
}

.list-coupon-title .lc-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.list-coupon-title .lc-title span {
  text-decoration: underline;
}

.list-coupon-title .lc-count {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  color: #666;
  text-decoration: underline;
  font-weight: 400;
}

.sidebox-top {
  text-align: center;
  position: relative;
}

.logoab {
  width: 150px;
  height: 150px;
  margin: -92px auto 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d4d4d4;
  background: #fff;
}

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

.store-name-link {
  margin-top: 14px;
  font-size: 42px;
  color: #111;
  font-weight: 700;
}

.stars {
  color: var(--warning-color);
  font-size: 28px;
  letter-spacing: 0;
  display: inline-flex;
  gap: 3px;
  line-height: 1;
}

.stars.is-rateable .star-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--warning-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stars.is-rateable .star-btn i {
  line-height: 1;
}

.stars.is-rateable .star-btn:hover,
.stars.is-rateable .star-btn.is-active {
  color: var(--warning-color);
}

.stars-help {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
}

.stars-value {
  font-size: 15px;
  color: #555;
  margin-top: 2px;
}

.store-description {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  text-align: left;
}

.store-description h1,
.store-description h2,
.store-description h3,
.store-description h4,
.store-description h5,
.store-description h6,
.store-description p,
.store-description li,
.store-description span,
.store-description div {
  color: #4b5563 !important;
}

.store-full-detail .rich-content {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

.store-full-detail .rich-content h1,
.store-full-detail .rich-content h2,
.store-full-detail .rich-content h3,
.store-full-detail .rich-content h4,
.store-full-detail .rich-content h5,
.store-full-detail .rich-content h6 {
  color: #111 !important;
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.35;
}

.store-full-detail .rich-content p,
.store-full-detail .rich-content li,
.store-full-detail .rich-content span,
.store-full-detail .rich-content div {
  color: #4b5563 !important;
  font-size: 16px;
  line-height: 1.7;
}

.sidebox {
  margin-top: 16px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
}

.sidebox h3 {
  margin: 0;
  padding: 16px 18px 8px;
  font-size: 38px;
  color: #111;
  font-weight: 700;
  background: transparent;
}

.sidebox table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.sidebox td {
  font-size: 15px;
  color: #4f4f4f;
  padding: 8px 18px;
  border-bottom: 0;
}

.sidebox td:last-child {
  text-align: right;
  color: #111;
  font-weight: 500;
}

.sidebox td:first-child {
  position: relative;
  padding-left: 36px;
}

.sidebox tr:nth-child(1) td:first-child:before,
.sidebox tr:nth-child(2) td:first-child:before,
.sidebox tr:nth-child(3) td:first-child:before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-family: "FontAwesome";
  font-size: 14px;
}

.sidebox tr:nth-child(1) td:first-child:before {
  content: "\f004";
}

.sidebox tr:nth-child(2) td:first-child:before {
  content: "\f111";
  font-size: 8px;
}

.sidebox tr:nth-child(3) td:first-child:before {
  content: "\f005";
}

.featured-logo a,
.category-box a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 14px;
}

.featured-logo a:last-child,
.category-box a:last-child {
  border-bottom: 0;
}

.sbread-ul {
  margin: 14px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.sbread-ul li {
  display: inline-flex;
  font-size: 14px;
}

.sbread-ul a {
  color: #4b4b4b;
}

.side-faq {
  margin-top: 16px;
}

.side-faq h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111;
}

.side-faq p {
  margin: 0 0 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.side-faq strong {
  color: var(--primary-color);
  font-weight: 700;
}

.store-full-detail .faq-accordion {
  margin-top: 10px;
}

.store-full-detail .faq-item {
  border: 1px solid #e5d8f7;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.store-full-detail .faq-question {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

.store-full-detail .questionmark {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
}

.store-full-detail .questiontext {
  margin-left: 0;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  flex: 1 1 auto;
}

.store-full-detail .faq-chevron {
  color: var(--primary-color);
  font-size: 22px;
  transition: transform 0.2s ease;
}

.store-full-detail .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding: 0 14px;
  background: #faf6ff;
  border-top: 0;
}

.store-full-detail .faq-item.is-open .faq-answer {
  max-height: 500px;
  padding: 10px 14px 12px 38px;
  border-top: 1px solid #eadff8;
}

.store-full-detail .faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.store-full-detail .faq-answer,
.store-full-detail .faq-answer p,
.store-full-detail .faq-answer li {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .header-bottom-store {
    height: 0;
    background: #fff;
    border-top: 1px solid #ddd;
  }

  .col-main,
  .col-left {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .col-main h1,
  .col-main .h2 {
    color: #111;
  }

  .list-coupons {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .heading-2 {
    font-size: 36px;
  }

  .couponbox-n.col-box {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .percentage-values {
    font-size: 28px;
    padding: 12px 5px;
  }

  .offbox {
    font-size: 18px;
  }

  .codetype {
    font-size: 14px;
    padding: 4px 10px;
  }

  .offer-content {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .offer-content h3 {
    font-size: 22px;
  }

  .verified-check,
  .enddate-clock {
    font-size: 13px;
  }

  .offer-btn,
  .btn-show-code.promo3__btn {
    width: 190px;
    font-size: 16px;
  }

  .vxt-showdown {
    position: static;
    font-size: 13px;
  }

  .list-coupon {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 92px;
    padding: 10px 32px 10px 10px;
  }

  .list-coupon-name {
    width: 88px;
    height: 44px;
  }

  .list-coupon-title .lc-title {
    font-size: 16px;
  }

  .list-coupon-title .lc-count {
    font-size: 14px;
  }

  .store-full-detail p,
  .store-full-detail li,
  #customers2 th,
  #customers2 td,
  .store-description,
  .featured-logo a,
  .category-box a,
  .sidebox td,
  .store-full-detail .questiontext,
  .store-name-link {
    font-size: 16px;
  }

  .logoab {
    margin-top: -64px;
    width: 120px;
    height: 120px;
  }

  .stars {
    font-size: 22px;
  }

  .sidebox h3 {
    font-size: 24px;
    padding: 12px 14px 6px;
  }

  .h2sub,
  .heading-2-3 {
    font-size: 24px;
  }
}

.store-popup-open .container,
.store-popup-open header,
.store-popup-open footer,
.store-popup-open .copyrights {
  filter: blur(3px);
}

.store-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(16, 24, 40, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.store-popup-card {
  width: 100%;
  max-width: 640px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 25px 70px rgba(16, 24, 40, 0.35);
  position: relative;
  padding: 22px 24px 24px;
  text-align: center;
}

.store-popup-close {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #111;
  font-size: 29px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
}

.store-popup-logo {
  width: 136px;
  height: 136px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  padding: 8px;
}

.store-popup-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.store-popup-card h3 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.store-popup-status {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.35;
  color: #111827;
}

.store-popup-status span {
  color: var(--primary-color);
  font-weight: 700;
}

.store-popup-code-wrap {
  margin: 14px auto 0;
  max-width: 420px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.store-popup-code {
  min-height: 44px;
  border: 1px dashed var(--primary-color);
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 0 12px;
}

.store-popup-copy-btn {
  min-height: 44px;
  border: 1px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
}

.store-popup-copy-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.store-popup-cta {
  margin: 16px auto 0;
  min-height: 50px;
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  background: var(--primary-color);
}

.store-popup-cta:hover {
  background: var(--primary-dark);
  color: #fff;
}

.store-popup-note {
  margin: 14px 0 2px;
  color: #111827;
  font-size: 16px;
}

@media (max-width: 760px) {
  .store-popup-card h3 {
    font-size: 20px;
  }

  .store-popup-status {
    font-size: 16px;
  }

  .store-popup-cta {
    font-size: 16px;
  }

  .store-popup-note {
    font-size: 15px;
  }

  .store-popup-code-wrap {
    grid-template-columns: 1fr;
  }
}




