:root {
  --green: #559534;
  --black: #000;
  --white: #fff;
  --grey: #f4f4f4;
  --box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
}

@font-face {
  font-family: Jupiter;
  font-weight: 400;
  src: url(https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/jupiter-regular-font/jupiter.ttf);
}
@font-face {
  font-family: HelveticaNeueBlack;
  font-weight: 400;
  src: url(https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/helvetica-neue-5/HelveticaNeueBlack.otf);
}
@font-face {
  font-family: HelveticaNeueLight;
  font-weight: 400;
  src: url(https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/helvetica-neue-5/HelveticaNeueLight.otf);
}
@font-face {
  font-family: HelveticaNeueMedium;
  font-weight: 400;
  src: url(https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/helvetica-neue-5/HelveticaNeueMedium.otf);
}
@font-face {
  font-family: 'Jupiter Mission';
  font-weight: 400;
  font-style: normal;
  src: local('Jupiter Mission'),
    url('https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/jupiter-regular-font/JupiterMission.woff2')
      format('woff2'),
    url('https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/jupiter-regular-font/JupiterMission.woff')
      format('woff'),
    url('https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/jupiter-regular-font/JupiterMission.ttf')
      format('truetype'),
    url('https://gardnertackle.twsdev1.com/wp-content/themes/tws_theme/fonts/jupiter-regular-font/JupiterMission.otf')
      format('opentype');
}

.title,
.title a,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-weight: 400 !important;
  line-height: 1;
  font-family: 'Jupiter Mission' !important;
  text-transform: uppercase !important;
}

.prod-cat-card .wysiwyg {
}
.prod-cat-card .wysiwyg ul {
  margin: 0px;
  margin-top: 20px;
}
.prod-cat-card .wysiwyg ul li {
}
.prod-cat-card .wysiwyg ul li a {
  font-weight: 400;
}

.wysiwyg li {
  position: relative;
  color: var(--black);
  margin-bottom: 0.5em;
  list-style: none;
}

.wysiwyg li::before {
  content: '•';
  color: var(--green);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

.featured-card--title {
  font-family: 'Jupiter Mission' !important;
  font-weight: 400 !important;
  font-size: 1.2rem;
  line-height: 1.3;
}

.nav-search-button {
  height: 28px;
  align-items: center;
}

.tws-has-text-green a {
  color: var(--green);
}

.tws-has-text-green a:hover {
  text-decoration: underline;
}

.admin-bar .nav-overlay,
.nav-overlay {
  pointer-events: none !important;
}

.prod-nav-list--list {
  list-style-type: disc;
  margin-left: 20px;
}
.prod-nav-list--list-item {
  font-size: 14px;
  color: var(--green);
}

.nav-post-card {
  position: relative;
}

.nav-item--sub-nav {
  position: relative;
}

.sub-list-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: max-content;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.5s;
  padding-top: 4px;
}

.sub-list-menu__list {
  background-color: var(--white);
  margin-top: 6px;
  box-shadow: var(--box-shadow);
}
.sub-list-menu__list--link {
  display: block;
  padding: 10px;
  color: var(--black);
  transition: all 0.5s;
}

.sub-list-menu__list--link:hover {
  color: var(--green);
}

.nav-item--sub-nav:hover .sub-list-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.prod-nav-list--list.megadrop-nav__cat-list {
  columns: 2;
}

.prod-nav-list--list-item .megadrop-nav__cat-list--item {
  font-size: 14px;
  color: var(--black);
  display: block;
}

.nav-post-card__title-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px;
}

.nav-post-card__title-box--title {
  color: var(--white);
}

.nav-post-card img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  min-height: 500px;
  filter: brightness(0.7);
}

.megadrop-nav__content-box.article,
.megadrop-nav__content-box.video,
.megadrop-nav__swiper-box.navProductSlider,
.megadrop-nav__post-box {
  width: 50%;
}

.prod-nav-list--list-item ::marker {
  color: var(--green);
}

.shop-banner {
  padding: 180px 20px 50px;
}

.prod-nav-list--list-item:hover {
  text-decoration: underline !important;
}

.pswp__bg {
  opacity: 0.75 !important;
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
  background-color: unset !important;
  opacity: 1 !important;
}

.nav-container .nav-list--left .social {
  height: 28px;
}

button.pswp__button--arrow--right::before,
button.pswp__button--arrow--left::before {
  font-family: 'Font Awesome 6 Free'; /* or 5 depending on your version */
  background-color: var(--white) !important;
  color: var(--green);
  border-radius: 50%;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  top: 50%;
}

button.pswp__button--arrow--left::before {
  content: '\f104'; /* Unicode for "chevron-left" */
  left: 10px;
}
button.pswp__button--arrow--right::before {
  content: '\f105'; /* Unicode for "chevron-right" */
  right: 10px;
}

.contact-container__form-box label {
  color: var(--green) !important;
  font-family: 'Jupiter Mission' !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.tws-has-background-colour-grey {
  background-color: var(--grey);
}

.prod-nav-list--small {
  display: block;
  color: var(--black);
}

.prod-cat-card--bullet-points:hover span,
.prod-nav-list--small:hover {
  text-decoration: unset;
  color: var(--green);
}

.tws-product-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  transition: all 0.5s;
}

.tws-product-card img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.tws-product-card__content-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tws-product-card:hover {
  box-shadow: var(--box-shadow);
}

.tws-product-card__button-box {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  margin-top: 20px;
}
.tws-product-card__button-box .button {
  align-items: center;
  display: flex !important;
  line-height: 1 !important;
  margin-top: 0 !important;
  transform: unset !important;
}

.tws-banner {
  position: relative;
}

.tws-banner,
.tws-banner .swiper {
  height: 80svh;
  min-height: 650px;
}

.tws-banner img {
  height: inherit;
  width: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(0.9);
}

.tws-banner__content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.tws-banner__button-box {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.tws-banner__content-box--content {
  text-align: center;
}

.team-section .tab-links {
  font-size: 1rem;
  text-transform: uppercase;
}

.tws-card-green--title,
.nav-container .nav .nav-list .nav-item .nav-link {
  font-size: 1rem;
}

.tws-card-green {
  box-shadow: unset;
}

.slick--sponsors img {
  filter: brightness(0.5);
  transition: all 0.5s;
}

.sponsors-section--link img {
  transition: all 0.5s;
}
.sponsors-section--link:hover img {
  filter: unset;
}

.gallery-section .tws-image {
  aspect-ratio: 3 / 2;
}

.flexible-content-banner img {
  height: 680px;
}

.banner--title {
  font-size: 3rem;
}

.tws-shop--term-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.flexible-content-banner--logo {
  height: 150px !important;
}

.module-quote {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.image-section img {
  aspect-ratio: 16 / 9 !important;
}

.prod-cat-card--image {
  aspect-ratio: 1 / 1;
  filter: unset;
}
.single-video--portrait p {
  text-align: center;
}
.single-video--portrait iframe {
  aspect-ratio: 9 / 16;
  width: 300px;
  height: 100%;
  margin: auto;
  display: block;
}

.videos-grid__swiper-box {
  height: 250px !important;
}

@media (min-width: 768px) {
  .banner--title {
    font-size: 4rem;
  }

  .tws-shop--term-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .banner--title {
    font-size: 5rem;
  }
}

.featured-section.pages-section .swiper {
  overflow: hidden !important;
}

.page-template-flexi-content .tws-banner {
  margin-top: 120px;
}
.home .tws-banner {
  margin-top: 0px;
}

.content-switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
@media (min-width: 64rem) {
  .content-switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
    margin-bottom: 80px;
  }
}
.content-switch--title {
  line-height: 2.8125rem;
}
.content-switch__content-box,
.content-switch__image-box {
  width: 100%;
}
@media (min-width: 64rem) {
  .content-switch__content-box,
  .content-switch__image-box {
    width: 50% !important;
  }
}
.content-switch__image-box .swiper-slide {
  width: 100% !important;
}
.content-switch__image-box img {
  aspect-ratio: 4/3;
  display: block;
  height: 100%;
  max-height: 400px;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content-switch__content-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 64rem) {
  .content-switch__content-box--content {
    padding: 50px 0;
  }
}
.content-switch:nth-of-type(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 64rem) {
  .content-switch:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.content-switch:last-child {
  margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.fancybox__container {
  z-index: 99999999999 !important;
}

.module-quote {
  font-size: 1.4rem;
}

.columns-section .wysiwyg {
  margin-bottom: 0px !important;
}

@media (min-width: 64rem) {
  .flexi-posts .swiper {
    padding-left: 50px;
    margin-right: calc(-50vw + 50%);
  }
}

.flexi-posts .swiper-button-next:after,
.flexi-posts .swiper-button-prev:after {
  font-size: 1.6rem !important;
  position: relative;
}
.flexi-posts .swiper-button-prev:after {
  right: 2px;
}
.flexi-posts .swiper-button-next:after {
  right: -2px;
}
.flexi-posts .swiper-button-next,
.flexi-posts .swiper-button-prev {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #559534 !important;
  display: flex;
  font-weight: 900 !important;
  height: 50px !important;
  justify-content: center;
  min-height: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
}
.flexi-posts .swiper-button-next {
  right: calc(100% - 60px) !important;
  top: calc(50% + 60px) !important;
}
.flexi-posts .swiper-button-next:hover,
.flexi-posts .swiper-button-prev:hover {
  background-color: #292d32;
  color: #fff !important;
}

.tws-shop__content-box--content .wysiwyg h1,
.woocommerce-Tabs-panel .wysiwyg h1 {
  font-size: 2rem;
}
.tws-shop__content-box--content .wysiwyg h2,
.woocommerce-Tabs-panel .wysiwyg h2 {
  font-size: 1.75rem;
}
.tws-shop__content-box--content .wysiwyg h3,
.woocommerce-Tabs-panel .wysiwyg h3 {
  font-size: 1.5rem;
}
.tws-shop__content-box--content .wysiwyg h4,
.woocommerce-Tabs-panel .wysiwyg h4 {
  font-size: 1.25rem;
}
.tws-shop__content-box--content .wysiwyg h5,
.woocommerce-Tabs-panel .wysiwyg h5 {
  font-size: 1.125rem;
}
.tws-shop__content-box--content .wysiwyg h6,
.woocommerce-Tabs-panel .wysiwyg h6 {
  font-size: 1rem;
}

.tws-shop--single-product {
  margin-top: 100px;
}

.relatedProductSlider {
  height: inherit;
}

.swiper-triangle {
  left: -1px;
}

.tws-card-green__image-box img {
  filter: brightness(0.7);
}

.tws-search-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
}
.tws-search-card--button {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: center;
}
.tws-search-card--type {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
}
.tws-search-card__image-box {
}
.tws-search-card__content-box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.search-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
}

.page-numbers.current {
  background-color: var(--green);
  color: var(--white);
}

.next.page-numbers,
.prev.page-numbers {
  width: 90px;
}

.tws-search-card__content-box .wysiwyg,
.tws-search-card__content-box .wysiwyg p {
  font-size: 14px;
  line-height: 1.3;
}
.tws-search-card__image-box img {
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.description_tab {
}

.tws-shop--tabs {
  gap: 50px;
}

.tws-shop--information-section {
  margin-top: 50px;
}

.featured-card__image-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: unset;
  align-items: center;
}

.back-to-top-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 80px;
  min-height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  font-weight: 900;
  font-size: 1rem;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.banner--title.inactive {
  opacity: 0;
  font-size: 0px;
  pointer-events: none;
}

.back-to-top-button.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.featured-card:after,
.featured-card:before {
  height: 50%;
}

.wysiwyg.has-text-white h1,
.wysiwyg.has-text-white h2,
.wysiwyg.has-text-white h3,
.wysiwyg.has-text-white h4,
.wysiwyg.has-text-white h5,
.wysiwyg.has-text-white h6,
.wysiwyg.has-text-white p,
.wysiwyg.has-text-white p strong,
.wysiwyg.has-text-white strong {
  color: var(--white);
}

@media (min-width: 768px) {
  .tws-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tws-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tws-shop--single-product {
    margin-top: 120px;
  }

  .tws-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
