/* 20250715185509 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #ffffff;
  background-color: #006739;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #f70202;
  color: #000000;
  background-color: #d6d6d6;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #00522d;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #ababab;
  border-color: #c50101;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.btn-green {
  background-color: rgba(0, 103, 56, 1) !important;
  color: #ffffff;
  font-weight:bold;
  border-width: 2px;
	border-style: outset;
  border-color: buttonborder;
}
.btn-green:hover {
  background-color: rgba(0, 103, 56, 0.65) !important;
}

.button {
  display: block;
  margin-left: 25%;
  margin-right: 25%;
  background-color: white;
  color: black;
  border: 2px solid #008CBA; /* Blue */
  text-align: center;
  text-decoration: none;
  font-size: 24px; 
}  

.button:hover {
  background-color: #008CBA; /* Blue */
  border: none;
  color: #ffffff;
}
.wsa-demobar {
  /*display: none;*/
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  background: #a7c7dc !important; /* Old browsers */
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}


.about-container h3 {
  margin-left:1em;
}  

.about-container p {
  margin-left:2em;
}

.about-container img {
  width:100%;
  height: auto;
}

.accessibility-nav-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.accessibility-nav-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.banner-pic img {
	max-width: 100%;
  height: auto;
}

.banner-bbb {
  background-color: rgba(0, 103, 56, .1);
  padding:1em;
}

.banner-bbb-button {
  padding:0.5em;
  margin-top:0.5em;
  background-color: rgba(0, 103, 56, 1);
  color:white;
  cursor: pointer;
  transition: 0.2s;
}

.banner-bbb-button:hover {
  background-color: rgba(0, 103, 56, .65);
}

.banner-bbb-button-wrapper {
  width:100%;
  text-align:center;
}

.banner-bbb-heading {
  width: 100%;
  text-align:center;
  margin-bottom:1em;
}

.banner-bbb-heading h3 {
  font-size: 2em;
  margin-bottom:0.3em;
  text-decoration: underline;
}

.banner-bbb-media {
  display: flex; /* Enables Flexbox for arranging children */
  flex-wrap: wrap; /* Allows items to wrap to the next line if space is limited */
  justify-content: center; /* Centers items horizontally when there's extra space */
  align-items: center; /* Aligns items to the center of the container (useful if heights differ) */
  gap: 20px; /* Adds space between the image and video */
  max-width: 1000px; /* Optional: Sets a maximum width for the container */
  margin: 0 auto; /* Centers the container itself on the page */
}

.banner-bbb-media-item {
  flex: 1; /* Allows items to grow and shrink to fill available space */
  min-width: 300px; /* Minimum width before wrapping occurs for each item */
  text-align: center; /* Centers the content (image/video) within its media-item div */
}

.banner-bbb-media-item img {
  max-width: 100%; /* Ensures images and videos don't overflow their containers */
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes extra space below inline elements like images */
  margin: 0 auto; /* Centers the image/video if its container is wider */
}

.banner-bbb-text {
  font-size: 1.3em;
  font-weight:bold;
}

.banner-bbb-youtube-video {
	max-width: 100%;
}
.banner-bbb-youtube-video iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
}

.bike-content h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: underline;
}

.bike-content h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.blog-content h2 {
  margin-top: 2em;
}

.blog-content h3 {
  margin-top: 2em;
}

.blog-content p {
  text-align: justify;
}

.buyer-guide {
  width: 100%;
}

.buyer-guide h3 {
  margin-top: 25px;
  font-size: 2.5em;
}

.buyer-guide-product {
  display: flex;
  width:100%;
  justify-content: space-around;
  align-items: center;
}

.buyer-guide-product img {
  width: 33%;
}


.buyer-guide-primary-link {
  display: block;
  text-align: center;
  margin: 20px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.3em;
}

.buyer-guide-secondary-link {
  display: inline;
  text-align: center;
}

.buyer-guide-secondary-link a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1em;
}

.buyer-guide-secondary-link p {
  text-align: justify;
  padding: 1em;
}

.brand-content {
  margin-top: 3em;
}

.cannondale-geo-image {
  max-width: 1200px;
}

.cannondale-geo-image img {
  width: 100%;
  height: auto;
}

.category-card-custom {
  background-color: #F6F6F6;
}

.chart-centered {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.chart-centered > table {
  margin: 0 auto;
}

.close-out {
    width: 100%;
    padding: 1em;
    background-color: rgba(0, 103, 56, .1);
    border-left: rgba(0, 103, 56, 255);
    border-left-width: 3px;
    border-style: solid;
    margin-top: 1em;
}

.content-description h3, .content-features h3, .content-specs h3 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.5em;
}

.content-description {
  margin-top: 1.5em;
}

.content-features {
  margin-top: 5em;
}

.content-specs {
  margin-top: 5em;
}

.e-bikes-content-container {
  text-align: center;
}

.e-bikes-content {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-around;
}

.e-bikes-content-link:hover {
  box-shadow: 5px 5px 10px 2px rgba(0,0,0,.8);
  transform: scale(1.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 649px) {
  .e-bikes-content {
    width: 250px;
    margin: auto;
  }
  
  .e-bikes-content-link {
  	width: 250px; 
  	height: 250px;
	}
}

@media (min-width: 650px) and (max-width: 899px) {
  .e-bikes-content {
    width: 80%;
    margin: auto;
  }
  
	.e-bikes-content-link {
  	width: 150px; 
  	height: 150px;
	}  
}

@media (min-width: 900px) and (max-width: 1299px) {
  .e-bikes-content {
    width: 80%;
    margin: auto;
  }
  
	.e-bikes-content-link {
  	width: 200px; 
  	height: 200px;
	}  
}

@media (min-width: 1300px) {
  .e-bikes-content {
    width: 80%;
    margin: auto;
  }
  
	.e-bikes-content-link {
  	width: 300px; 
  	height: 300px;
	}  
}

.expandable-div-token-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 16px;
}

.expandable-div-token {
  width: 100%;
}

.expandable-div {
  margin-top: 2em;
}

.expandable-div-heading {
  display: flex;
  justify-content: space-between;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0, 103, 56, 255);
  align-items: center;
}

.expandable-div:hover .expandable-div-heading {
  transform: scale(1.03);
  transition: transform 0.3s;
  transform-origin: center;
  background-color: rgba(0,103,56,0.1);
  cursor: pointer;
}

.expandable-div p {
  display: none;
}

.expandable-div.expanded p {
  display: inline;
}

.expandable-div.expanded .hidden-content-multi-p {
  flex-wrap: wrap;
}

.expandable-div-carets {
  display: inline;
  align-content: flex-end;
  align-self: end;
}

.expandable-div .caret-down {
  display:none;
}

.expandable-div.expanded .caret-down {
  display: inline;
  font-size: 2em;  
  color: rgba(0,103,56,255);
}

.expandable-div .caret-right {
  display: inline;
  font-size: 2em;
  color: rgba(0,103,56,255);
}

.expandable-div.expanded .caret-right {
  display: none;
  text-align: end;
}

.expandable-div .hidden-content {
  display: none;
}

@media (max-width: 800px) {
	.expandable-div.expanded .hidden-content {
  	display: flex;
    flex-wrap: wrap;
  	margin-top: 1em;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: auto;
  	width: 90%;
  	gap: 1em;
  	align-items: center;
	}
}

@media (min-width: 801px) {
	.expandable-div.expanded .hidden-content {
  	display: flex;
  	margin-top: 1em;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: auto;
  	width: 90%;
  	gap: 1em;
  	align-items: center;
	}
}

.giant-geo-image {
  max-width: 1000px;
}

.giant-geo-image img {
  width: 100%;
  height: auto;
}

.gtin-number {
  margin-top: 1em;
}

.homepage-heading-h3 {
  font-size: 2em;
  margin-bottom: 0.3em;
  text-align:center;
  text-decoration: underline;
}

.img-gallery {
  margin-top:3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  gap: 4em;
}

.img-gallery-title {
  flex-basis: 100%;
}

.img-mag__asset {
  cursor: zoom-in; /* Or any other magnifying glass cursor style */
}

/* If the shrinking/following cursor effect is on the .img-mag container */
.img-mag {
  /* Remove any styles that might be causing the hover effect */
}

.img-500 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 3em;
  margin: 0;
  overflow-x: scroll;
}

.img-500-text {
  width: 100%;
  max-width: 500px;
  min-width: 350px;  
}

.img-500-title {
  width: 100%;
  max-width: 500px;
  min-width: 350px;
}

.img-500 img {
  width: 100%;
  max-width: 500px;
  min-width: 350px;
}

.img-350 {
  width: 350px;
  margin: 0;
}

.img-350 img {
  min-width: 350px;
}

.img-110 {
  width:110px;
  margin: 0;
}

.img-110 img {
  min-width: 110px;
}

.footer-contact {
  font-size:1.1em;
}

.gregory-product-specs {
	margin-left: 1em;
}

.gregory-product-specs h5 {
  margin-top:1em;
}

.gregory-product-specs p {
  margin-top:1em;
}

.gui-blogshort .gui-blog-article-image footer {
  width: 100% !important;
	padding-left: 0 !important;
}

.gui-blogshort .gui-blog-article-image header {
  width: 100% !important;
  padding-left: 0 !important;
}

.gui-blog-article header img {
  display: block !important;
}
  
.gui-blog-article-more {
  text-align: right !important;
}

.gui-blog-article-summary > a > img {
  display: block;
}

.homepage-content {
  width: 100%;
	text-align: center;
}

.hero-slideshow__label {
  text-shadow: 1px 1px black;
}

.hero-slideshow__tite {
  text-shadow: 2px 2px black;
}

.homepage-content-logo { 
  width: 100%;
  height: 0;
  padding-top: 14%; /* aspect ratio for pathfinder word logo */
  position: relative;
  overflow: hidden;
}

.homepage-content-logo img {
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-list-item {
	margin-top: 0.5em; 
  margin-bottom: 0.5em;
  display: flex; 
}

.icon-list-icon {
  max-width: 52px;
  min-width: 48px;
  align-content: center;
}

.icon-list-icon img {
  width: auto;
  object-fit: cover;
  max-width:100%;
}

.icon-list-text {
  align-content: center;
  padding: 1em;  
}

.image-left-banner {
	margin-top: 2em; 
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(0,103,56,0.1);
}

.image-left-banner-no-background {
	margin-top: 2em; 
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-left-banner-img-container {
  flex: 0.5;
  min-width: 350px;
}

.image-left-banner-img-container img {
  width: auto;
  object-fit: cover;
  max-width:100%;
}

.image-left-banner-text-container {
  flex: 0.5;
  min-width: 350px;
  align-content: center;
  text-align: center;
  padding: 2em;
}

.image-left-banner-text-container-background {
  flex: 0.5;
  min-width: 350px;
  align-content: center;
  text-align: center;
  padding: 2em;
  background-color: rgba(0,103,56,0.1);
}

@media (max-width: 740px) {
  .image-left-banner {
    margin-top: 2em; 
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    width:350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.image-left-banner-text-container h3 {
  color: rgba(0,103,56,1);
  text-shadow: 1px 1px 0px #3d403d;
  font-weight: bold;
  font-size: 1.8em;
}

.lqip {
  /*filter: blur(10px);  Adjust the blur amount as needed */
  transition: filter 0.3s ease-in-out; /* Optional smooth transition */
}

@media (max-width: 649px) {
  #promoBanner1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url(https://cdn.shoplightspeed.com/shops/626456/themes/18464/v/904919/assets/promo-1.jpg) !important;
  }
  
	.promo-banner-title {
  	font-size:.9em;
	}

	.promo-banner-title-text {
 		margin-top:10px;
    margin-bottom:10px;
  	font-size:0.6em;
	}
}

.main-section {
  margin-top: 3em;
}

.main-404 {
  width: 100%;
  padding: 2em;
}

@media (min-width: 650px) {
  .homepage-headline-title-br {
    display: none;
  }
  
	.promo-banner-title {
  	font-size:1.3em;
	}

	.promo-banner-title-text {
 		margin-top:10px;
  	font-size:.7em;
	}
}

.modal, 
.modalSynchrony {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* Adjust top margin to allow more space for images */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Keep your existing width */
  max-width: 1000px; /* Keep your existing max-width */
  position: relative;
  display: flex; /* To center the image and potentially other elements */
  flex-direction: column; /* Stack content vertically */
  align-items: center; /* Center items horizontally */
  overflow: auto; /* Enable scrolling for large images */
  max-height: 90vh; /* Limit maximum height to fit viewport */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); /* Keep your existing shadow */
  animation-name: animatetop; /* Keep your existing animation */
  animation-duration: 0.4s; /* Keep your existing animation duration */
}

.modal-content img {
  display: block; /* Prevent extra spacing below the image */
  max-width: 100%; /* Ensure image doesn't exceed modal width */
  height: auto; /* Maintain image aspect ratio */
  margin-bottom: 10px; /* Add some space below the image if needed */
  background-color: white;
}

.modal-content-p-returns {
	margin-bottom: 1em; 
}

.modal-close, 
.modalSynchrony-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus,
.modalSynchrony-close:hover,
.modalSynchrony-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal__close-btn-container {
  width:100%; 
  text-align: right;
  position: sticky;
  top: 0px;
}

.modal-openModalLink-container {
 	width: 100%;
  text-align: center;
}

#modal-openModalLink,
#modalSynchrony-openModalLink {
  color: grey; 
  text-decoration: underline; 
  background: none; /* Remove default button background */
  border: none; /* Remove default button border */
  padding: 0; /* Remove default button padding */
  font: inherit; /* Inherit font styles from parent */
}

#modal-openModalLink:hover,
#modalSynchrony-openModalLink:hover {
  text-decoration: none; 
  cursor: pointer; /* Change cursor to pointer on hover */
}

.no-bullet li {
  list-style: none;
}

.pretty-list {
  margin-left:1em;
  list-style: none;
  list-style-type: none !important;
  max-width:90%;
}

.pretty-list li {
  margin-top:0.5em;
  background: url('https://cdn.shoplightspeed.com/shops/626456/files/62543209/pathfinderteepee-green.png') no-repeat left top 3px;
  background-size: 25px 16px;
  padding-left: 30px;
  transition: transform 0.5s, font-weight 0.5s, border 0.5s ease, background-color 0.5s ease;
  transform-origin: left;
}

/*
.pretty-list li:hover {
  transform: scale(1.1);
  font-weight: bold;
  border-left: 5px solid rgba(0,103,56,255);
  background-color: rgba(0,103,56,0.1);
}
*/

.pretty-list-hidden {
  margin-left:1em;
  list-style: none;
  list-style-type: none !important;
  max-width:90%;
}

.pretty-list-hidden-carets {
  display: inline;
}

.pretty-list-hidden-heading {
  display: inline;
}

.pretty-list-hidden-heading h3 {
  display: inline;
}

.pretty-list-hidden .caret-down {
  display:none;
}

.pretty-list-hidden li:hover .caret-down {
  display: inline;
  font-weight: bold;
  font-size: 1.5em;  
  color: rgba(0,103,56,255);
}

.pretty-list-hidden .caret-right {
  display: inline;
  font-weight: bold;
  font-size: 1.5em;
  color: rgba(0,103,56,255);
}

.pretty-list-hidden li:hover .caret-right {
  display: none;
  text-align: end;
}

.pretty-list-hidden li {
  margin-top:0.5em;
  min-height: 3em;
  background: url('https://cdn.shoplightspeed.com/shops/626456/files/62543209/pathfinderteepee-green.png') no-repeat left top 1.5em;
  background-size: 25px 16px;
  padding-left: 30px;
  transition: transform 0.5s, font-weight 0.5s, border 0.5s ease, background-color 0.5s ease;
  transform-origin: left;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0,103,56,255);
}

.pretty-list-hidden li > p {
  display:none;
}

.pretty-list-hidden li:hover {
  font-weight: bold;
  border-left: 5px solid rgba(0,103,56,255);
  background-color: rgba(0,103,56,0.1);
}

.pretty-list-hidden li:hover > p {
  display:block;
  margin-top: 0.5em;
}

#hidden-table-container {
  overflow-x: scroll;
}

.pretty-list-hidden li > #hidden-table-container {
  display: none;
}

.pretty-list-hidden li:hover > #hidden-table-container {
  display:block;
  margin-top: 0.5em;
}

.pretty-list-hidden li > table {
  display: none;
}

.pretty-list-hidden li:hover > table {
  display: block;
  margin-top: 0.5em;
}

.pretty-list-hidden li > .pretty-list-hidden-table-container {
  display: none;
}

.pretty-list-hidden li:hover > .pretty-list-hidden-table-container {
  display: block;
  overflow-x: scroll;
}

.pretty-list-hidden-title-container {
  display: flex;
  height: 3em;
  justify-content: space-between;
  align-items: flex-end;
}

.pretty-list-static {
  margin-left:1em;
  list-style: none;
  list-style-type: none !important;
  max-width:90%;
}

.pretty-list-static li {
  margin-top:0.5em;
  background: url('https://cdn.shoplightspeed.com/shops/626456/files/62543209/pathfinderteepee-green.png') no-repeat left top 3px;
  background-size: 25px 16px;
  padding-left: 30px;
  transition: transform 0.5s, font-weight 0.5s, border 0.5s ease, background-color 0.5s ease;
  transform-origin: left;
}

.pretty-table {
  overflow-x: auto; 
  border-collapse: collapse;
}

.pretty-table caption {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pretty-table table {
  width: fit-content;
  border-left:   1px solid  rgba(0,103,56,255);
  border-right:   1px solid  rgba(0,103,56,255);
}

.pretty-table td {
  padding: 1em;
  border-top:    1px solid  rgba(0,103,56,255);
	border-bottom: 1px solid rgba(0,103,56,255);
}

.pretty-table th {
  padding: 1em;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid white;
  background-color: rgba(0,103,56,255);
  color: white;
}

.product-brand-logo-container {
  min-height: 100px;
  width: 145px;
  object-fit: contain;
  align-content: center;
}

.product-brand-logo-container img {
  width: 145px;
  margin: 0;
  padding-bottom: 0.5em; 
}

.product-list-content {
  margin-top: 2em;
}

.prop-65-block {
  display: flex;
  margin-top:5em;
}

.prop-65-pic {
  display: inline-block;
  min-width: fit-content;
}

.prop-65-warning {
  display: inline-block;
}

.prop-65-list-hidden {
  margin-left:1em;
  margin-top:5em;
  list-style: none;
  list-style-type: none !important;
  max-width:90%;
}

.prop-65-list-hidden-carets {
  display: inline;
}

.prop-65-list-hidden-heading {
  display: inline;
}

.prop-65-list-hidden-heading h3 {
  font-size:1em;
  display: inline;
}

.prop-65-list-hidden .caret-down {
  display:none;
}

.prop-65-list-hidden li:hover .caret-down {
  display: inline;
  font-weight: bold;
  font-size: 1.5em;  
  color: rgba(0,103,56,255);
}

.prop-65-list-hidden .caret-right {
  display: inline;
  font-weight: bold;
  font-size: 1.5em;
  color: rgba(0,103,56,255);
}

.prop-65-list-hidden li:hover .caret-right {
  display: none;
  text-align: end;
}

.prop-65-list-hidden li {
  margin-top:0.5em;
  min-height: 3em;
  background: url('https://cdn.shoplightspeed.com/shops/626456/files/65034251/warning-1.png') no-repeat left top 1.5em;
  background-size: 28px 25px;
  padding-left: 30px;
  transition: transform 0.5s, font-weight 0.5s, border 0.5s ease, background-color 0.5s ease;
  transform-origin: left;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0,103,56,255);
}

.prop-65-list-hidden li > p {
  display:none;
}

.prop-65-list-hidden li:hover {
  font-weight: bold;
  border-left: 5px solid rgba(0,103,56,255);
  background-color: rgba(0,103,56,0.1);
}

.prop-65-list-hidden li:hover > p {
  display:block;
  margin-top: 0.5em;
}

#hidden-table-container {
  overflow-x: scroll;
}

.prop-65-list-hidden li > #hidden-table-container {
  display: none;
}

.prop-65-list-hidden li:hover > #hidden-table-container {
  display:block;
  margin-top: 0.5em;
}

.prop-65-list-hidden li > table {
  display: none;
}

.prop-65-list-hidden li:hover > table {
  display: block;
  margin-top: 0.5em;
}

.prop-65-list-hidden li > .prop-65-list-hidden-table-container {
  display: none;
}

.prop-65-list-hidden li:hover > .prop-65-list-hidden-table-container {
  display: block;
  overflow-x: scroll;
}

.prop-65-list-hidden-title-container {
  display: flex;
  height: 3em;
  justify-content: space-between;
  align-items: flex-end;
}

.s-tabs-custom a[aria-selected="false"] {
 	border-bottom: 3px solid rgba(0,103,56,255);
}

.s-tabs-custom a[aria-selected="true"] {
    border-left: 2px solid rgba(0, 103, 56, 255);
    border-top: 2px solid rgba(0, 103, 56, 255);
    border-right: 2px solid rgba(0, 103, 56, 255);
    border-bottom: none;
}

.sale-price {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sale-price-price {
	font-size: 1.5em;
  color: #CF2300;
}

.sale-price-discount {
	font-size: 1em;
  color: white;
  margin-left:1em;
  background-color: #CF2300;
  padding-left: 5px;
  padding-right: 5px;
}

.screen-reader-only {
  position: absolute; 
  left: -10000px; 
  width: 1px; 
  height: 1px; 
  overflow: hidden;
}

.shipping-statement {
  font-size: 1.5em;
}

.sizing-guide h3 {
	font-weight: bold;   
  text-decoration: underline;
  margin-bottom: 0.5em;
}

.sizing-guide h4 {
	font-weight: bold;   
}

.sizing-guide h5 {
	font-weight: bold; 
}

.sizing-guide-nav {
	width: 100%;
  display: flex;
  justify-content: space-around;
}

.sizing-guide-nav a {
	color: blue; 
}

.sub-section-1 {
  margin-top: 2em;
  margin-left: 1em;
}

.sub-section-2 {
  margin-top: 1.5em;
  margin-left: 1em;
}

.synchrony-product-page-container {
  display:flex;
  gap: 7px;
  margin-bottom:1em;
  justify-content: center;
}

.synchrony-product-page-logo {
  max-width:100px;
}

.synchrony-product-page-text {
  min-width:fit-content;
}

.tabs-filler {
  width: 100%;
  border-bottom: 3px solid rgba(0,103,56,1);
}

.tab-heading {
	font-size: 1.3em;  
  transition: background-color 0.5s ease; 
}

.tab-heading:hover {
	text-decoration: underline;
  background-color: rgba(0,103,56,0.1);
}

/* Initially hide the nav until loaded */
.thumbslide__nav-wrapper[data-defer-load="true"]:not(.is-loaded) {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumbslide__nav-wrapper.is-loaded {
  opacity: 1;
}

.variation {
  font-size: 0.8em; /* Make the text smaller */
  color: #666; /* A more subtle color */
}

.youtube-video {
  width: 100%;
  padding-top: 56.25%; /* aspect ratio for youtube video */
  position: relative;
  overflow: hidden;
}

.youtube-video iframe {
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
