@charset "UTF-8";
/* Colors */
/* Cards */
/* Accent colors */
/* Borders */
/* Fonts */
/* Border Radius */
/* ========================================
   DM Sans — Local
======================================== */
/* =========================
   300 — Light
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Light.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-LightItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* =========================
   400 — Regular
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Regular.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Italic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* =========================
   500 — Medium
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Medium.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-MediumItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* =========================
   600 — SemiBold
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/dmsans/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* =========================
   700 — Bold
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Bold.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-BoldItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* =========================
   800 — ExtraBold
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-ExtraBold.woff2") format("woff2"), url("../fonts/dmsans/DMSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* =========================
   900 — Black
========================= */
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-Black.woff2") format("woff2"), url("../fonts/dmsans/DMSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans Local";
  src: url("../fonts/dmsans/DMSans-BlackItalic.woff2") format("woff2"), url("../fonts/dmsans/DMSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* SET DEFAULT FONT SIZE FOR WEBSITE */
html {
  font-size: 16px;
}

/* SET BODY TEXT FONT TO 20 PX */
body {
  font-size: 1.25rem !important;
  font-family: "DM Sans Local", system-ui, -apple-system, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans Local", system-ui, -apple-system, sans-serif;
}

p a {
  text-decoration: underline;
  color: #f5c842;
}

.light {
  color: #f5f3ee !important;
}

.dark {
  color: #0a0a0b;
}

/* Site accents */
.tds-accent {
  color: #f5c842;
}

/* CTA btn arrows */
.tds-btn--arrow::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 7h8M8 4.5L10.5 7 8 9.5' stroke='%231a1600' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.tds-btn--arrow:hover::after {
  transform: translateX(4px);
}

/* Section Titles */
.tds-section-title {
  font-size: clamp(2rem, 3.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 0;
}

/* Shared Section Header */
.tds-section-label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.4rem;
  color: #f5c842;
}
.tds-section-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
}

/* Section badge pre-text accent lines */
.badge-line::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #f5c842;
  flex-shrink: 0;
}

header {
  background-color: #000;
}
header .tds-logo--container .tds-header--logo {
  width: 25px;
}
@media (min-width: 768px) {
  header .tds-logo--container .tds-header--logo {
    width: 30px;
  }
}
header .tds-logo--container .tds-header--name {
  color: #f5f3ee;
}
header a:hover {
  text-decoration: none;
}
header nav .menu .fl-has-submenu .sub-menu {
  background-color: #0a0a0b;
}
header nav .menu .fl-has-submenu .sub-menu a:hover {
  background-color: #f5c842;
  color: #0a0a0b;
}
header .fl-menu-mobile-flyout {
  background: #0a0a0b !important;
}

/* Hero section */
.tds-hero .fl-row-content-wrap {
  position: relative;
  background: #0a0a0b;
  overflow: hidden;
  isolation: isolate;
}
.tds-hero .fl-row-content-wrap::before, .tds-hero .fl-row-content-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tds-hero .fl-row-content-wrap::before {
  background: radial-gradient(ellipse 70% 60% at 60% 40%, rgba(245, 200, 66, 0.06) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 20% 80%, rgba(99, 153, 34, 0.04) 0%, transparent 50%);
  z-index: 0;
}
.tds-hero .fl-row-content-wrap::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 20%, black 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, black 20%, black 80%, transparent 100%);
  z-index: 0;
}
.tds-hero .fl-row-content-wrap > * {
  position: relative;
  z-index: 1;
}
.tds-hero--title {
  color: #f5f3ee;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.1;
}
.tds-hero--subtext {
  color: rgba(245, 243, 238, 0.8);
  margin-top: 0;
}
.tds-hero--pre-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  color: #f5c842;
}
.tds-hero--cta-btns ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) {
  .tds-hero--cta-btns ul {
    flex-direction: row;
  }
}
.tds-hero--cta-btns a {
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 8px;
}
.tds-hero--cta-btns .main-cta {
  background: #f5c842;
  color: #0a0a0b;
}
.tds-hero--cta-btns .ghost-cta {
  color: rgba(245, 243, 238, 0.8);
  border: 1px solid rgba(245, 243, 238, 0.4);
}

/* Product stats row */
.ds-stats {
  background: #0a0a0b;
}
.ds-stats--module {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: start;
}
.ds-stats--container {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.ds-stats--num {
  color: #f5f3ee;
  font-weight: 600;
}
.ds-stats--stat-label {
  color: rgba(245, 243, 238, 0.8);
}

/* Hero Breadscrumbs */
.tds-hero-breakcrumb-container ol {
  padding: 0;
}
.tds-hero-breakcrumb-container nav {
  font-size: 1rem;
  color: rgba(245, 243, 238, 0.8);
}
.tds-hero-breakcrumb-container a {
  color: #f5c842;
}

/**************
* LEGAL PAGES
**************/
.legal-subtext {
  font-size: 0.8rem;
  margin-top: -15px;
}

/* Sections */
.tds-legal-row {
  background: #0a0a0b;
}
.tds-legal-row .tds-section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 6px;
}
.tds-legal-row .amazon-block {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.tds-legal--text {
  font-weight: 300;
  margin-top: 0;
  color: rgba(232, 230, 225, 0.65);
  font-size: 1.125rem;
}

/**************
* ACCESSIBILTY
**************/
.tds-accessibility-row {
  background: #0a0a0b;
}

/**************
* ABOUT
**************/
.tds-about--how,
.tds-about--list {
  background: #0a0a0b;
}
.tds-about--how p,
.tds-about--list p {
  color: rgba(245, 243, 238, 0.8);
}

.tds-about--exists,
.tds-about--affiliate {
  background: #f5f4f2;
}
.tds-about--exists p,
.tds-about--affiliate p {
  color: #0a0a0b;
}

.tds-about--affiliate p a {
  display: inline-block;
  background: #0a0a0b;
  padding: 10px 16px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.tds-about--affiliate p a:hover {
  color: #f5c842;
}

/**************
* CONTACT
**************/
.tds-contact-row {
  background: #f5f4f2;
}
.tds-contact-row .gform-body label {
  text-transform: uppercase;
}
.tds-contact-row .gform-body input {
  padding: 15px;
}
.tds-contact-row .gform-body input:focus {
  outline: 3px solid #f5c842;
}
.tds-contact-row .gform-body textarea:focus {
  outline: 3px solid #f5c842;
}
.tds-contact-row #gform_2 .gform-field-label--type-sub {
  font-size: 1rem;
}
.tds-contact-row #gform_2 .gform_footer input[type=submit].gform_button {
  background: #0a0a0b;
  text-transform: uppercase;
}
.tds-contact-row #gform_2 .gform_footer input[type=submit].gform_button:hover {
  text-decoration: underline;
}

.tds-contact-options__list {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.tds-contact-option {
  background: #0a0a0b;
  padding: 20px;
  border-radius: 8px;
}
.tds-contact-option h3 {
  color: #f5f3ee;
}
.tds-contact-option p {
  color: rgba(245, 243, 238, 0.8);
}

/* Badges on products if available */
.tds-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
.tds-badge--new {
  background: rgba(245, 200, 66, 0.14);
  color: #f5c842;
  border: 1px solid rgba(245, 200, 66, 0.25);
}
.tds-badge--hot {
  background: rgba(216, 90, 48, 0.14);
  color: #e8704a;
  border: 1px solid rgba(216, 90, 48, 0.25);
}

/**************
* FEATURED SECTION
**************/
.tds-featured-section {
  background: #0a0a0b;
}

/* Grid — 1 col mobile, 2 col tablet+ */
.tds-featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tds-featured-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Featured card — horizontal layout (image left, content right) */
.tds-card--featured {
  background: #131315;
  display: flex;
  flex-direction: row;
  /* image left, body right */
  transition: background 0.2s ease;
}
.tds-card--featured:hover {
  background: #1a1a1c;
}
.tds-card--featured:hover .tds-card__img {
  transform: scale(1.03);
  filter: saturate(1);
}
.tds-card--featured {
  /* Popular and new badges */
  /* Image — fixed width sidebar */
}
.tds-card--featured .tds-card__img-wrap {
  width: 160px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #0a0a0b;
  aspect-ratio: unset;
  /* override any global aspect-ratio on img-wrap */
}
@media (min-width: 992px) {
  .tds-card--featured .tds-card__img-wrap {
    width: 220px;
  }
}
.tds-card--featured .tds-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.8);
  transition: transform 0.4s ease, filter 0.3s ease;
}
.tds-card--featured .tds-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0d0f;
}
.tds-card--featured {
  /* Featured card body */
}
.tds-card--featured .tds-card__body {
  padding: 1.35rem 1.35rem 1.25rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  /* prevent text overflow pushing grid */
}
.tds-card--featured {
  /* Featured card title */
}
.tds-card--featured .tds-card__title {
  color: #f5f3ee;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.tds-card--featured {
  /* Featured card desc */
}
.tds-card--featured .tds-card__desc {
  /* Clamp to 3 lines so all cards stay same height */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1.1rem;
  font-size: 1rem;
  color: rgba(232, 230, 225, 0.65);
}
@media (min-width: 1024px) {
  .tds-card--featured .tds-card__desc {
    font-size: 1.125rem;
  }
}
.tds-card--featured {
  /* Featured card footer */
}
.tds-card--featured .tds-card__footer {
  margin-top: auto;
}
.tds-card--featured {
  /* Featured card cta */
}
.tds-card--featured .tds-card__cta {
  font-weight: 500;
  font-size: 1rem;
  color: #f5c842;
  padding: 10px 20px;
  border-radius: 8px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: rgba(245, 200, 66, 0.08);
}
.tds-card--featured .tds-btn--arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 7h8M8 4.5L10.5 7 8 9.5' stroke='%23f5c842' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tds-card--featured {
  /* Featured card description */
}

/**************
* MAIN PRODUCT SECTION
**************/
.tds-products-section {
  background: #f5f4f2;
}
.tds-products-section .tds-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  row-gap: 60px;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .tds-products-section .tds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .tds-products-section .tds-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .tds-products-section .tds-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tds-products-section .tds-card {
  background: #fff;
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}
.tds-products-section .tds-card:hover {
  transform: translateY(-2px);
}
.tds-products-section .tds-card:hover .tds-card__img {
  transform: scale(1.04);
  filter: saturate(1.05);
}
.tds-products-section .tds-card__img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: #f0efe9;
}
.tds-products-section .tds-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.3s ease;
}
.tds-products-section .tds-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0efe9;
}
.tds-products-section .tds-card {
  /* Card body */
}
.tds-products-section .tds-card .tds-card__body {
  padding: 1.1rem 1rem 1.1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tds-products-section .tds-card .tds-card__title {
  font-weight: 600;
  color: #0a0a0b;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.tds-products-section .tds-card .tds-card__desc {
  font-weight: 300;
  color: #6b6966;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1rem;
  font-size: 1rem;
  /* Clamp to 3 lines to keep cards uniform height */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tds-products-section .tds-card .tds-card__desc {
    font-size: 1.125rem;
  }
}
.tds-products-section .tds-card .tds-card__footer {
  margin-top: auto;
}
.tds-products-section .tds-card .tds-card__cta {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  background: #fdf3c0;
  color: #7a5f00;
  padding: 8px 16px;
  line-height: 1;
  white-space: nowrap;
}

/**************
* OTHER CATS SECTION ON CATEGORY PAGES
**************/
.tds-other-cats-row {
  background: #0a0a0b;
}

/* Other Categories Grid */
.tds-othercats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tds-othercats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .tds-othercats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.tds-othercats-card {
  background: #111113;
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.07), 0px 0px 0 rgba(255, 255, 255, 0.07);
}
.tds-othercats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease;
  z-index: 1;
}
.tds-othercats-card.has-image::before {
  background: rgba(0, 0, 0, 0.35);
}
.tds-othercats-card.has-image:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.tds-othercats-card:not(.has-image):hover {
  background: #1a1a1c;
}
.tds-othercats-card__inner {
  position: relative;
  z-index: 2;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.tds-othercats-card__name {
  font-weight: 600;
  color: #f5f3ee;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.tds-othercats-card__count {
  font-size: 1rem;
  color: rgba(232, 230, 225, 0.45);
  letter-spacing: 0.04em;
}

.tds-footer-copyright {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #0a0a0b;
  color: rgba(232, 230, 225, 0.65);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 1rem;
}
.tds-footer-copyright a {
  text-decoration: none;
  color: rgba(232, 230, 225, 0.65) !important;
}
.tds-footer-copyright a:hover {
  text-decoration: underline;
}
.tds-footer-copyright--container {
  margin-top: 0;
}
/*# sourceMappingURL=main.css.map */
