/* template.css overrides -- use only when absolutely necessary
================================*/
.banner {
  padding-top: 41.667%;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 300px;
  background: url(../imgs/hero.jpg) no-repeat 0 0;
  background-size: 289.722222%;
}

.header2021-logo-img > img {
  width: 102px !important;
  height: auto;
}

.price {
  margin: 0 0 0.825em 0;
}

.price-save-dollar,
.price-save-label,
.price-save-percent {
  position: relative;
  background: #cc4e00;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.price-save-percent:after {
  left: 100%;
  border-bottom: 19px solid #cc4e00;
  border-right: 10px solid transparent;
  margin-bottom: 0;
}

.price-save-label {
  padding: 0 0 1px 6px;
}

.price-save-dollar {
  padding: 0 0 1px 2px;
}

.price-save-percent {
  padding: 0 6px 1px 2px;
}

.price-save-label:before,
.price-save-percent:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}

.item-cell {
  border-bottom: none;
}

.item-promo {
  margin-top: 1em;
}

.item-promo-code {
  border-color: #888;
}

.item-promo-title span {
  color: #333;
}

.item-promo-info {
  color: #cc4e00;
}

.item-promo-code {
  padding: 1.5em 5px 1em 5px;
  height: auto;
  color: #cc4e00;
}

.item-promo-code-save {
  display: inline;
}

li.mir {
  display: none;
}

.instantSavings,
.mir {
  display: block;
}

.finalPrice {
  font-size: 1.6em;
}

.instantSavings {
  font-size: 0.925em;
}

.finalPrice,
.instantSavings {
  color: #000;
}

.shipping {
  visibility: hidden;
}

.mir {
  font-size: 1em;
  margin: 0;
  color: #016b04;
}

.header .logo {
  width: 125px;
}

.items-grid:after {
  background: none;
}

/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
================================*/

/* custom CSS on a per project basis
================================*/

body {
  background: rgb(26, 26, 26);
}

.feat-section {
  padding: 20px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  max-width: 1366px;
  margin: 0 auto;
}

.card {
  background: linear-gradient(160deg, #2e2e2e 0%, #1a1a1a 100%);
  border-radius: 12px;
  padding: 36px 20px;
  color: #aaa;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 2px 0 0 rgba(255, 255, 255, 0.06) inset,
    0 8px 24px rgba(0, 0, 0, 0.5),
    0 2px 6px rgba(0, 0, 0, 0.4);
}

.card-1 {
  grid-column: 1 / 5;
}

.card-2 {
  grid-column: 5 / 9;
}

.card-3 {
  grid-column: 9 / 13;
}

.card-4 {
  grid-column: 1 / 2;
  flex-direction: column;
}

.card-5 {
  grid-column: 2 / 4;
  flex-direction: column;
}

.card-6 {
  grid-column: 4 / 10;
  padding: 12px;
}

.card-7 {
  grid-column: 10 / 13;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 24px;
}

.card-8 {
  grid-column: 1 / 3;
  flex-direction: column;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  background: linear-gradient(
    30deg,
    #a88a5c 0%,
    #f0dfb8 30%,
    #c9a876 60%,
    #8b6f47 100%
  );
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.card-icon-01 {
  -webkit-mask-image: url("../imgs/icon-feature-01.svg");
  mask-image: url("../imgs/icon-feature-01.svg");
}

.card-icon-02 {
  -webkit-mask-image: url("../imgs/icon-feature-02.svg");
  mask-image: url("../imgs/icon-feature-02.svg");
}

.card-icon-03 {
  -webkit-mask-image: url("../imgs/icon-feature-03.svg");
  mask-image: url("../imgs/icon-feature-03.svg");
}

.card-icon-04 {
  -webkit-mask-image: url("../imgs/icon-feature-04.svg");
  mask-image: url("../imgs/icon-feature-04.svg");
}

.card-icon-05 {
  -webkit-mask-image: url("../imgs/icon-feature-05.svg");
  mask-image: url("../imgs/icon-feature-05.svg");
}

.card-icon-07 {
  -webkit-mask-image: url("../imgs/icon-feature-07.svg");
  mask-image: url("../imgs/icon-feature-07.svg");
}

.card-icon-08 {
  -webkit-mask-image: url("../imgs/icon-feature-08.svg");
  mask-image: url("../imgs/icon-feature-08.svg");
}

.card-icon-09 {
  -webkit-mask-image: url("../imgs/icon-feature-09.svg");
  mask-image: url("../imgs/icon-feature-09.svg");
}

.card-icon-10 {
  -webkit-mask-image: url("../imgs/icon-feature-10.svg");
  mask-image: url("../imgs/icon-feature-10.svg");
}

.card-9 {
  grid-column: 3 / 9;
}

.card-10 {
  grid-column: 9 / 13;
  flex-direction: column;
}

.card-6 img {
  width: 100%;
  max-width: 80%;
  height: auto;
  object-fit: contain;
  display: block;
}

.mhz-up {
  font-size: 18px;
  color: #aaa;
  align-self: flex-end;
  letter-spacing: 1px;
}

.mhz-num {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.mhz-unit {
  display: inline;
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
  margin-left: 4px;
}

/* RWD (641px – 1024px) */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .card {
    font-size: 18px;
    padding: 28px 16px;
  }

  .mhz-num {
    font-size: 24px;
  }
}

/* RWD (≤640px) */
@media only screen and (max-width: 640px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-7,
  .card-8,
  .card-9,
  .card-10 {
    grid-column: auto;
    grid-row: auto;
  }

  .card-5,
  .card-6 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .card {
    font-size: 14px;
    padding: 20px 12px;
    flex-direction: column;
    min-width: 0;
    word-break: break-word;
  }

  .card-icon {
    width: 36px;
    height: 36px;
  }

  .mhz-num {
    font-size: 32px;
  }

  .card-7 {
    align-items: center;
    text-align: center;
  }

  .mhz-unit {
    display: block;
    margin-left: 0;
    margin-top: 2px;
    text-align: center;
  }
}

.items-grid .item-title {
  height: auto;
  overflow: visible;
  text-overflow: clip;
}

.items-grid .item-cell {
  width: 80%;
  min-width: 300px;
}

.items-grid .btn-area {
  margin: 1.5em 0 3em 0;
  text-align: left;
}

.item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  overflow: hidden;
}

.item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.item-img img.tg-w-80 {
  max-width: 80%;
}

.section-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-bg-white {
  background: #fff;
}

.content-section {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px 20px;
}

.section-title {
  margin: 0 0 16px;
  font:
    700 24px/1.3 "Montserrat",
    "Open Sans",
    Arial,
    sans-serif;
  text-transform: uppercase;
}

.summary-wrapper {
  margin: 0 auto;
  color: #333;
}

.summary-section {
  width: 100%;
  display: block;
  font-size: 0;
}

.summary-section img {
  width: 100%;
  display: block;
}

.note-wrapper {
  margin: 0 auto;
  color: #333;
}

.note-list {
  width: 100%;
  margin: 0;
  padding-left: 24px;
  list-style: decimal;
}

.note-list li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.note-list li:last-child {
  margin-bottom: 0;
}

.tg-pt-1 {
  padding-top: 1%;
}

.tg-pt-2 {
  padding-top: 2%;
}

.tg-pt-4 {
  padding-top: 4%;
}

.tg-pb-1 {
  padding-bottom: 1%;
}

.tg-pb-2 {
  padding-bottom: 2%;
}

.tg-pb-4 {
  padding-bottom: 4%;
}

.tg-py-2 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.tg-py-4 {
  padding-top: 4%;
  padding-bottom: 4%;
}

.tg-mr-4 {
  margin-right: 4%;
}

.tg-text-white {
  color: #fff;
}

.tg-text-warm {
  color: #c8a882;
}

.tg-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.tg-text-gold {
  background: linear-gradient(
    30deg,
    #a88a5c 0%,
    #f0dfb8 30%,
    #c9a876 60%,
    #8b6f47 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.tg-text-xs {
  font-size: 11px;
  line-height: 1.4;
}

.tg-text-sm {
  font-size: 13px;
  line-height: 1.4;
}

.tg-text-base {
  font-size: 14px;
  line-height: 1.5;
}

.tg-text-lg {
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.7;
}

.tg-text-xl {
  font-size: clamp(18px, 3.5vw, 24px);
  line-height: 1.3;
}

.tg-text-2xl {
  font-size: clamp(22px, 4.5vw, 32px);
  line-height: 1.3;
}

.tg-text-3xl {
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.25;
}

.tg-text-hero {
  font-size: clamp(28px, 7vw, 52px);
  line-height: 1;
}

.tg-text-bold {
  font-weight: 700;
}

.tg-items-center {
  align-items: center;
}

.tg-list-plain {
  list-style: none;
  padding: 0;
  margin: 0;
  width: min(100%, 870px);
  text-align: left;
}

.tg-btn-primary {
  background-color: rgb(0, 112, 230);
  transition: background-position 0.5s ease;
  color: #fff;
}

.tg-btn-primary:hover {
  color: #fff;
  background-color: rgba(0, 112, 230, 0.9);
}

.tg-shopall {
  text-align: center;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 8%;
  color: #fff;
  background: linear-gradient(to right, #0070e6, #22edfd, #0070e6);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.5s ease;
}

.tg-shopall:hover {
  color: #fff;
  background-position: 100% 0%;
}

/* ── Combo Savings Badge ── */
.tg-combo-savings {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 20px 4px 10px;
  background: #db1600;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(
    0% 0%,
    calc(100% - 10px) 0%,
    85% 100%,
    calc(100% - 10px) 100%,
    0% 100%
  );
}

.tg-imgtext-section {
  display: flex;
  flex-direction: row;
  min-height: 500px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tg-imgtext-reverse {
  flex-direction: row-reverse;
}

.tg-imgtext-bg {
  flex: 0 0 45%;
}

.tg-imgtext-content {
  flex: 0 0 55%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 64px;
  background: linear-gradient(
    to right,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.62) 28%,
    rgba(26, 26, 26, 0.82) 48%,
    rgba(26, 26, 26, 0.88) 100%
  );
  color: #fff;
  box-sizing: border-box;
}

.tg-imgtext-reverse .tg-imgtext-content {
  background: linear-gradient(
    to left,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.62) 28%,
    rgba(26, 26, 26, 0.82) 48%,
    rgba(26, 26, 26, 0.88) 100%
  );
}

.tg-imgtext-content > * {
  max-width: 560px;
}

.tg-imgtext-content .tg-imgtext-title {
  max-width: 660px;
}

.tg-imgtext-section:not(.tg-imgtext-reverse) .tg-imgtext-content {
  align-items: flex-end;
}

.tg-imgtext-reverse .tg-imgtext-content {
  align-items: flex-start;
}

.tg-imgtext-content::before {
  content: none;
}

.tg-imgtext-content > * {
  position: relative;
  z-index: 1;
}

.tg-imgtext-content .tg-imgtext-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f6a623;
  margin-bottom: 12px;
}

.tg-imgtext-content .tg-imgtext-title {
  font-family: "Open Sans Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  background: linear-gradient(
    30deg,
    #a88a5c 0%,
    #f0dfb8 30%,
    #c9a876 60%,
    #8b6f47 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.tg-imgtext-content .tg-imgtext-desc {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 16px;
}

.tg-imgtext-content .tg-imgtext-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #f6a623;
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
  align-self: flex-start;
}

.tg-imgtext-content .tg-imgtext-btn:hover {
  background: #e0941a;
}

/* application tag pills */
.tg-imgtext-taglist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.tg-imgtext-taglist li {
  background: #444;
  border: none;
  padding: 12px 28px 12px 48px;
  margin: 8px;
  font-family: "Open Sans", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  clip-path: polygon(
    8px 0%,
    100% 0%,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0% 100%,
    0% 8px
  );
}

.tg-imgtext-taglist li::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #1a1a1a;
  clip-path: polygon(
    7px 0%,
    100% 0%,
    100% calc(100% - 7px),
    calc(100% - 7px) 100%,
    0% 100%,
    0% 7px
  );
  z-index: -1;
}

.tg-imgtext-taglist li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: no-repeat center / contain;
}

.tg-imgtext-taglist li:nth-child(1)::before {
  background-image: url("../imgs/icon-01.svg");
}

.tg-imgtext-taglist li:nth-child(2)::before {
  background-image: url("../imgs/icon-02.svg");
}

.tg-imgtext-taglist li:nth-child(3)::before {
  background-image: url("../imgs/icon-03.svg");
}

.tg-imgtext-taglist li:nth-child(4)::before {
  background-image: url("../imgs/icon-04.svg");
}

.tg-imgtext-taglist li:nth-child(5)::before {
  background-image: url("../imgs/icon-05.svg");
}

.tg-imgtext-taglist li:nth-child(6)::before {
  background-image: url("../imgs/icon-06.svg");
}

.tg-imgtext-taglist li:nth-child(7)::before {
  background-image: url("../imgs/icon-07.svg");
}

.tg-imgtext-img {
  display: none !important;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ── tg-imgtext RWD：（< 1024px）── */
@media only screen and (max-width: 1023px) {
  .tg-imgtext-section,
  .tg-imgtext-section.tg-imgtext-reverse {
    flex-direction: column;
    min-height: auto;
    background-image: none !important;
  }

  .tg-imgtext-bg {
    display: none;
  }

  .tg-imgtext-content {
    flex: none;
    width: 100%;
    padding: 32px 24px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(20, 20, 20, 0.92);
    align-items: stretch;
  }

  .tg-imgtext-content > * {
    max-width: none;
  }

  .tg-imgtext-img {
    display: block !important;
  }
}

@media only screen and (max-width: 550px) {
  .items-grid .item-cell {
    width: 80%;
    min-width: 0;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 8%;
  }

  .items-grid .btn-area {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .items-grid .item-cell {
    width: 29%;
  }
}

@media only screen and (min-width: 1366px) {
  .items-grid .item-cell {
    width: 21%;
  }
}

@media only screen and (min-width: 641px) {
  .banner {
    padding-top: 21.96%;
  }

  .banner-img {
    background-position: 100% 0;
    background-size: 152.7086383601757%;
  }
}

.tg-deco-line {
  width: 100%;
  height: auto;
  display: block;
}

.tg-thanks-box {
  position: relative;
  padding: 0 40px 16px;
  max-width: 860px;
  margin: 0 auto;
}

.tg-thanks-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.tg-thanks-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.tg-shield-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.tg-thanks-text h3 {
  color: #d4af7a;
  text-align: left;
  line-height: 1.7;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .tg-thanks-box {
    padding: 24px 20px 16px;
  }

  .tg-thanks-content {
    flex-direction: column;
    gap: 16px;
  }

  .tg-shield-icon {
    width: 48px;
    height: 48px;
  }

  .tg-thanks-text h3 {
    text-align: center;
  }
}
