/* -------------------- FLAGSHIP LANDING -------------------- */
/* Landing pages: global page chrome removal */



.page-id-20848 .elementor-widget,
.page-id-20839 .elementor-widget,
.page-id-20830 .elementor-widget,
.page-id-20820 .elementor-widget,
.page-id-20810 .elementor-widget,
.page-id-20731 .elementor-widget {
  margin-block: 0 !important;
}

.page-id-20848 .site-header,
.page-id-20848 .site-footer,
.page-id-20839 .site-header,
.page-id-20839 .site-footer,
.page-id-20830 .site-header,
.page-id-20830 .site-footer,
.page-id-20820 .site-header,
.page-id-20820 .site-footer,
.page-id-20810 .site-header,
.page-id-20810 .site-footer,
.page-id-20731 .site-header, 
.page-id-20731 .site-footer {
  display: none !important;
}

.page-id-20848 .site-content,
.page-id-20839 .site-content,
.page-id-20830 .site-content,
.page-id-20820 .site-content,
.page-id-20810 .site-content,
.page-id-20731 .site-content {
  padding-top: 0 !important;
}

.page-id-20848 body,
.page-id-20848 html,
.page-id-20839 body,
.page-id-20839 html,
.page-id-20830 body,
.page-id-20830 html,
.page-id-20820 body,
.page-id-20820 html,
.page-id-20810 body,
.page-id-20810 html,
.page-id-20731 body,
.page-id-20731 html {
  overflow: hidden;
  height: 100vh;
}

/* landing-container */
/* Landing pages: main wrapper */
.product-landing .landing-container {
  display: flex;
  flex-direction: column;
  background-color: var(--landing-black-color);
  height: 100vh;
  overflow: hidden;
  font-family: var(--font-primary);
}
@media (max-width: 1439px) {
  .product-landing .landing-container {
    height: auto;
  }
}

/* header */
/* Landing pages: fixed header */
.landing-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-right: 40px;
  top: 0;
  position: fixed !important;
  left: 0;
  right: 0;
  background: var(--landing-black-color);
  z-index: 10;
  position: relative;
}
.landing-container .header .logo {
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
}
.landing-container .header .logo a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.landing-container .header .nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.landing-container .header .dropdown {
  display: none;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .landing-container .header {
    padding-right: 32px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .landing-container .header {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .landing-container .header .nav {
    display: none;
  }
  .landing-container .header .logo {
    width: auto;
  }
  .landing-container .header {
    padding: 0 16px !important;
  }

  .landing-container .header .dropdown.active {
    display: flex;
  }
  .landing-container .header .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--color-background);
    padding: 32px 28px;
  }
}
.landing-container .header .nav a {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  padding: 10px;
}

.landing-container .header .burger-button {
  display: none;
}

@media (max-width: 767px) {
  .landing-container .header .burger-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}

.landing-container .landing-header-dropdown-button {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  height: 56px;
  border-bottom: 1px solid var(--color-dark);
  color: var(--color-dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

/* footer */
/* Landing pages: footer layout */
.landing-container .footer {
  display: flex;
  background: var(--landing-black-color);
  padding: 104px 200px;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
.landing-container .footer .top-content {
  display: flex;
  justify-content: space-between;
}
.landing-container .footer .top-content .logo-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.landing-container .footer .top-content .links-section {
  display: flex;
  gap: 16px;
}
.landing-container .footer .top-content .links-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 241px;
}

.landing-container .footer .top-content .links-header {
  color: var(--color-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.landing-container .footer .top-content img {
  width: 150px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.landing-container .footer .footer-text .tablet-hidden {
  display: block;
}
.landing-container .footer .footer-text {
  color: var(--color-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  transition: color 0.4s ease-out;
}
.landing-container .footer a.footer-text.link:hover {
  color: var(--color-accent);
}
.landing-container .footer .bottom-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.landing-container .footer .media {
  display: flex;
  gap: 36px;
  align-items: center;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .landing-container .footer {
    padding: 104px 120px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .landing-container .footer .top-content .links-stack {
    width: 170px;
  }
  .landing-container .footer {
    padding: 48px 36px;
    gap: 64px;
  }
  .landing-container .footer .top-content .links-section {
    gap: 18px;
  }
  .landing-container .footer .top-content .logo-section {
    width: 150px;
  }
  .landing-container .footer .footer-text .tablet-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .landing-container .footer {
    padding: 48px 24px;
    gap: 62px;
    align-items: center;
  }
  .landing-container .footer .top-content {
    flex-direction: column;
    align-items: center;
    gap: 62px;
  }
  .landing-container .footer .top-content .links-section {
    align-items: center;
    flex-direction: column;
    gap: 62px;
  }
  .landing-container .footer .top-content .links-stack {
    width: auto;
    align-items: center;
  }
  .landing-container .footer .top-content .logo-section {
    align-items: center;
  }
  .landing-container .footer .footer-text {
    text-align: center;
  }
  .landing-container .footer .media {
    justify-content: center;
  }
}

/* side-nav */
/* Landing pages: right-side section navigation */
.landing-container .side-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 32px 40px;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .landing-container .side-nav {
    display: none;
  }
}
.landing-container .side-nav .nav-button:focus {
  outline: none;
}
.landing-container .side-nav .nav-button {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  height: 44px;
  cursor: pointer;
}
.landing-container .side-nav .nav-button .nav-label {
  opacity: 0;
  color: var(--color-muted);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.landing-container .side-nav .nav-button:hover .nav-label {
  opacity: 1;
}
.landing-container .side-nav .nav-button:hover .nav-dot {
  border: none;
  background: var(--color-accent);
}

.landing-container .side-nav .nav-button.active .nav-label {
  opacity: 1;
}
.landing-container .side-nav .nav-button .nav-dot {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--color-muted);
  transition: all 0.3s ease;
}
.landing-container .side-nav .nav-button.active .nav-dot {
  border: none;
  background: var(--color-accent);
  filter: drop-shadow(0 0 7px rgba(48, 188, 255, 0.6));
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .landing-container .side-nav {
    padding: 32px 16px;
  }
  .landing-container .side-nav .nav-button {
    gap: 8px;
    height: 37px;
  }
  .landing-container .side-nav .nav-button .nav-label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
  .landing-container .side-nav .nav-button .nav-dot {
    width: 16px;
    height: 16px;
  }
}

/* page-content */
/* Landing pages: scrollable content column */
.product-landing .page-content {
  display: flex;
  flex-direction: column;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
.product-landing .page-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1439px) {
  .product-landing .page-content {
    height: auto;
    gap: 64px;
  }
}

/* section-container */
/* Landing pages: section width constraints */
.product-landing .hero-section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  flex-shrink: 0;
}
.product-landing .section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  flex-shrink: 0;
}

/* section */
/* Landing pages: section row composition */
.product-landing .section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.product-landing .feature-section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  flex-shrink: 0;
}

@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing .section-container,
  .product-landing .hero-section-container {
    max-width: 1200px;
  }
  .product-landing .feature-section-container {
    max-width: 1200px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .section-container {
    max-width: 696px;
    min-height: auto;
    padding-block: 64px;
  }
  .product-landing .hero-section-container {
    min-height: 916px;
    max-width: 696px;
    padding-block: 80px;
    margin-top: 80px;
  }
  .product-landing .hero-section-container .section {
    flex-direction: column-reverse;
    gap: 72px;
  }

  .product-landing .feature-section-container {
    max-width: 696px;
    min-height: auto;
    padding-block: 36px;
  }
}
@media (max-width: 767px) {
  .product-landing .feature-section-container,
  .product-landing .section-container,
  .product-landing .hero-section-container {
    max-width: 358px;
    min-height: auto;
    padding-block: 36px;
    margin-top: 80px;
  }
  .product-landing .hero-section-container .section {
    flex-direction: column-reverse;
    gap: 36px;
  }

  .product-landing #rig-styles.section {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .product-landing .section {
    flex-direction: column;
    gap: 32px;
  }
}

/* feature-section */
/* Landing pages: feature and collection blocks */
.product-landing .feature-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}
.product-landing .colors-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
  background: radial-gradient(
    27.91% 42.41% at 50% 50.06%,
    rgba(48, 188, 255, 0.19) 25.96%,
    rgba(0, 0, 0, 0.17) 100%
  );
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .colors-section {
    gap: 71px;
  }
}
.product-landing .collection-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 32px;
}
.product-landing .collection-section .collection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-landing .collection-section .collection-header .heading {
  color: var(--color-light);
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.39px;
}

@media (max-width: 767px) {
  .product-landing .collection-section .collection-header .heading {
    font-size: 31px;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: capitalize;
  }
}

.product-landing .collection-section .collection-content {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .collection-section .collection-content {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .product-landing .collection-section .collection-content {
    order: 9999;
    flex-direction: column;
    gap: 8px;
  }
}

.product-landing .collection-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 368px;
  height: 459px;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--color-foreground);
  background: var(--landing-black-color);
  justify-content: flex-end;
  padding: 24px;
  transition: all 0.3s ease-out;
}

.landing-container .collection-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  scale: 0.95;
  transition: all 0.3s ease-out;
}

.landing-container .collection-card .collection-card-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(48, 188, 255, 0.15) 100%),
    var(--landing-black-color);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}

@media (max-width: 1439px) {
  .landing-container .collection-card {
    width: 340px;
    height: 485px;
  }
  .landing-container .collection-card img,
  .landing-container .collection-card,
  .landing-container .collection-card .collection-card-overlay {
    transition: none;
  }
}
@media (max-width: 767px) {
  .landing-container .collection-card {
    height: 421px;
  }
}
.landing-container .collection-card:hover {
  box-shadow: 0 0 11px 2px rgba(48, 188, 255, 0.2);
}

.landing-container .collection-card:hover img {
  scale: 1;
}

.landing-container .collection-card:hover .collection-card-overlay {
  opacity: 1;
}
.landing-container .collection-card .collection-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}

.landing-container .collection-card .collection-card-content .title {
  color: var(--color-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.landing-container .collection-card .collection-card-content .exp-text {
  color: var(--color-muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}

.product-landing .collection-buttons {
  display: flex;
  gap: 16px;
}

/* Landing pages: feature cards */
@media (max-width: 767px) {
  .product-landing .collection-buttons {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.product-landing .colors-section img {
  height: 670px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing .colors-section img {
    height: 540px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .colors-section img {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .product-landing .colors-section img {
    height: 200px;
    width: 100%;
  }
}

.product-landing .feature-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.product-landing .feature-header .text-content {
  flex: 1;
}
.product-landing .feature-header .text {
  flex: 1;
}
.product-landing .feature-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1439px) {
  .product-landing .feature-header {
    align-items: start;
    flex-direction: column;
    gap: 16px;
    width: 348px;
  }
}
.product-landing .feature-card {
  position: relative;
  width: 288px;
  height: 288px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  border: 1px solid var(--color-foreground);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(48, 188, 255, 0.5) 100%),
    var(--landing-black-color);
}
.product-landing .feature-card .feature-card-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 18, 0) 30.43%,
    rgba(18, 18, 18, 0.96) 100%
  );
}

.product-landing .feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-landing .feature-card .feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
.product-landing .feature-card .feature-card-content .title {
  color: var(--color-light);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.5px;
  text-transform: capitalize;
}
.product-landing .feature-card .feature-card-content .exp-text {
  color: var(--color-muted);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .product-landing .feature-card {
    width: 171px;
    height: 171px;
    padding: 14px;
    border-width: 0.5px;
  }
  .product-landing .feature-card .feature-card-content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.5px;
  }
  .product-landing .feature-card .feature-card-content .exp-text {
    display: none;
  }
}

/* hero-content-container */
/* Landing pages: hero copy wrapper */
.product-landing .hero-content-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing .hero-content-container {
    flex: none;
    width: 694px;
  }
}
@media (max-width: 1439px) {
  .product-landing .hero-content-container {
    align-items: center;
    gap: 24px;
  }
}

/* hero-text-content */
/* Landing pages: hero text stack */
.product-landing .hero-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1439px) {
  .product-landing .hero-text-content {
    align-items: center;
    gap: 16px;
  }
}
/* hero-heading */
/* Landing pages: hero headline */
.product-landing .hero-heading {
  color: var(--color-light);
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.96px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .hero-heading {
    text-align: center;
    font-size: 61px;
    line-height: 61px;
    letter-spacing: -0.61px;
  }
}
@media (max-width: 767px) {
  .product-landing .hero-heading {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
  }
}

/* hero-text */
/* Landing pages: hero supporting copy */
.product-landing .hero-text {
  color: var(--color-muted);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.5px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .hero-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-landing .hero-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 131%;
    letter-spacing: 0%;
    text-align: center;
  }
}

/* landing-button-link */
/* Landing pages: shared CTA button styles */
.landing-button-link {
  display: inline-flex;
  width: fit-content;
  text-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 48px;
  border-radius: 4px;
  padding: 0 23px;
  user-select: none;
  cursor: pointer;
  transition: all 0.4s ease-out;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .landing-button-link {
    transition: none;
  }
}
.landing-button-link.flex-1 {
  flex: 1;
}
.landing-button-link.main {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}
.landing-button-link.secondary {
  border: 1px solid var(--color-muted);
  color: var(--color-light);
}
.landing-button-link.accent-ghost {
  color: var(--color-accent);
}
.landing-button-link.white-ghost {
  color: var(--color-light);
}
.landing-button-link.secondary:hover,
.landing-button-link.secondary:active,
.landing-button-link.main:hover,
.landing-button-link.main:active {
  background-color: var(--color-accent);
  color: var(--landing-black-color);
  box-shadow: 0 0 12.5px 4px rgba(48, 188, 255, 0.2);
}
.landing-button-link.white-ghost:hover,
.landing-button-link.white-ghost:active,
.landing-button-link.accent-ghost:hover,
.landing-button-link.accent-ghost:active {
  background: var(--color-foreground);
  color: var(--color-accent);
}

/* content-container */
/* Landing pages: standard text content wrapper */
.product-landing .content-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing .content-container {
    flex: none;
    width: 592px;
  }
}
@media (max-width: 1439px) {
  .product-landing .content-container {
    gap: 24px;
  }
}

/* text-content */
/* Landing pages: heading + body grouping */
.product-landing .text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-landing .text-content .heading-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1439px) {
  .product-landing .text-content .heading-container {
    gap: 8px;
  }
  .product-landing .feature-header .text-content {
    gap: 8px;
  }
}

/* text */
/* Landing pages: generic paragraph styles */
.product-landing .text {
  color: var(--color-muted);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}

.product-landing .text.padding-right {
  padding-right: 64px;
}
.product-landing .text.padding-left {
  padding-left: 136px;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing .text.padding-left {
    padding-left: 0;
  }
}
@media (max-width: 1439px) {
  .product-landing .text.padding-right {
    padding-right: 16px;
  }
  .product-landing .text.padding-left {
    padding-left: 0;
  }
  .product-landing .text {
    font-size: 16px;
    line-height: 21px;
  }
}
.product-landing .text.center {
  text-align: center;
}

/* heading */
/* Landing pages: generic headings */
.product-landing .heading {
  color: var(--color-light);
  font-size: 61px;
  font-style: normal;
  font-weight: 600;
  line-height: 61px;
  letter-spacing: -1.22px;
  text-transform: capitalize;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing .heading {
    font-size: 39px;
    line-height: 39px;
    letter-spacing: -0.39px;
  }
}
@media (max-width: 767px) {
  .product-landing .heading {
    font-size: 31px;
    line-height: 110%;
    letter-spacing: -2%;
  }
  .product-landing #colors .heading {
    text-align: center;
  }
}

/* highlight */
.landing-container .highlight {
  color: var(--color-accent);
}

/* capitalize */
.landing-container .capitalize {
  text-transform: capitalize;
}

/* overview */
/* images */
/* Landing pages: overview media block */
.product-landing #overview img {
  width: 751px;
  height: 507px;
  object-fit: cover;
  object-position: center;
  flex: 1;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing #overview img {
    width: 506px;
    flex: none;
    height: 341px;
  }
}
@media (max-width: 1439px) {
  .product-landing #overview img {
    width: 100%;
    height: auto;
    flex: none;
  }
}

/* how it works */

/* Landing pages: how-it-works media block */

.product-landing #how-it-works img {
  width: 752px;
  height: 753px;
  object-fit: cover;
  object-position: center;
  flex: 1;
  background: radial-gradient(
    49.41% 38.98% at 50% 50.06%,
    rgba(48, 188, 255, 0.16) 52.88%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing #how-it-works img {
    width: 592px;
    flex: none;
    height: 540px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing #how-it-works img {
    width: 340px;
    flex: none;
    height: 353px;
  }
}
@media (max-width: 767px) {
  .product-landing #how-it-works img {
    width: 100%;
    flex: none;
    height: 343px;
  }
}

/* rig styles */

/* Landing pages: rig styles interactive gallery */

.product-landing #rig-styles .image-container {
  width: 752px;
  height: 753px;
  flex: 1;
  border: 1px solid var(--color-foreground);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0.07%,
      rgba(48, 188, 255, 0.17) 100%
    ),
    var(--landing-black-color);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1919px) and (min-width: 1440px) {
  .product-landing #rig-styles .image-container {
    width: 592px;
    height: 592px;
    flex: none;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing #rig-styles .image-container {
    width: 340px;
    height: 340px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .product-landing #rig-styles .image-container {
    width: 358px;
    height: 358px;
    flex: none;
  }
}

.product-landing #rig-styles .rig-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.product-landing #rig-styles .rig-image.active {
  opacity: 1;
  pointer-events: auto;
}

.product-landing #rig-styles .rig-style-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.product-landing #rig-styles .rig-style-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999999px;
  height: 42px;
  gap: 16px;
  cursor: pointer;
  border: 1px solid var(--color-foreground);
}

.product-landing #rig-styles .rig-style-button.active,
.product-landing #rig-styles .rig-style-button:active,
.product-landing #rig-styles .rig-style-button:hover {
  border-color: var(--color-accent);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(48, 188, 255, 0.14) 100%),
    var(--Landing-page-black, #040404);
  box-shadow: 2px 2px 6px 0 rgba(48, 188, 255, 0.25);
}

.product-landing #rig-styles .rig-style-button .number {
  border-radius: 100%;
  border: 1px solid var(--color-light);
  color: var(--color-light);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product-landing #rig-styles .rig-style-button.active .number,
.product-landing #rig-styles .rig-style-button:active .number,
.product-landing #rig-styles .rig-style-button:hover .number {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.product-landing #rig-styles .rig-style-button .label {
  color: var(--color-light);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product-landing #rig-styles .rig-style-button.active .label,
.product-landing #rig-styles .rig-style-button:active .label,
.product-landing #rig-styles .rig-style-button:hover .label {
  color: var(--color-accent);
}

@media (max-width: 1439px) and (min-width: 768px) {
  .product-landing #rig-styles .rig-style-button .label {
    font-size: 16px;
  }
  .product-landing #rig-styles .rig-style-button .number {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}

/* -------------------- TROLLING LURES LANDING -------------------- */

/* Landing pages: alternate trolling lures template */


.page-id-20731 .site-header {
  display: none;
}

.page-id-20731 .site-content {
  padding-top: 0 !important;
}

.page-id-20731 .landing-container {
  display: flex;
  flex-direction: column;
  background-color: var(--landing-black-color);
  font-family: var(--font-primary);
  margin-top: 80px;
}

.page-id-20731 .page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
  gap: 64px;
}

.landing-container .header-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 752px;
}

.page-id-20731 .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.header-section-container .heading {
  color: var(--color-light);
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: -0.96px;
}

.page-id-20731 .text {
  color: var(--color-muted);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.5px;
}

.page-id-20731 .main-content {
  display: flex;
  flex-wrap: wrap;
  width: 1520px;
  gap: 16px;
  justify-content: center;
}

.page-id-20731 .collection-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 368px;
  height: 525px;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--color-foreground);
  background: var(--landing-black-color);
  justify-content: flex-end;
  padding: 24px;
  transition: all 0.3s ease-out;
}
.page-id-20731 .collection-card .collection-card-content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
.page-id-20731 .collection-card .collection-card-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}

@media (max-width: 1919px) and (min-width: 1440px) {
  .page-id-20731 .main-content {
    width: 1200px;
  }
  .landing-container .header {
    padding-right: 32px !important;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .page-id-20731 .main-content {
    width: 696px;
  }

  .landing-container .header-section-container {
    width: 612px;
    gap: 24px;
  }
  .page-id-20731 .text-container {
    gap: 16px;
  }
  .header-section-container .heading {
    font-size: 61px;
    line-height: 100%;
    letter-spacing: -1%;
  }
  .page-id-20731 .text {
    font-size: 20px;
    line-height: 131%;
    letter-spacing: 0%;
  }
  .page-id-20731 .collection-card {
    width: 340px;
    height: 485px;
  }
}
@media (max-width: 767px) {
  .page-id-20731 .main-content {
    width: 358px;
  }
  .header-section-container .heading {
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -1%;
  }
  .page-id-20731 .text {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .landing-container .header-section-container {
    width: 358px;
    gap: 16px;
  }
  .page-id-20731 .text-container {
    gap: 16px;
  }
}
