/* Woocommerce */
.woocommerce-product-gallery {
  opacity: 1 !important;
}
.single-product #content {
  margin-top: 7vh;
}
.woocommerce-product-gallery.element-is-sticky {
  top: 14vh !important;
  display: block;
}
/* End Woocommerce */
/* Custom page */ :root {
  --custom-font-title: 2.2rem;
  --custom-font-large: 1.2rem;
  --custom-font-medium: .75rem;
  --custom-font-small: .5rem;
}
.single-product .ast-container {
  max-width: inherit;
}
.component_options {
  overflow: inherit !important;
}
.composite_component {
    box-shadow: 4px 4px 16px;
    padding: 2.5vh 19px;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.woocommerce-product-gallery img {
  border-radius: 10px;
}
.component_inner {
  padding-bottom: 0 !important;
}
.thumbnail_buttons {
  display: none;
  visibility: hidden;
}
.component_option_thumbnails > ul > li > div {
  display: flex;
  background-color: #f9f9f9;
  padding: 0 5px 5px;
  border-radius: 10px;
  box-shadow: 4px 4px 16px #000000 !important;
}
.component_option_thumbnail_container .image.thumbnail_image {
  border-right: 1px solid #e8e8e8;
}
.description-title {
  font-size: var(--custom-font-medium);
  text-align: left;
  margin-bottom: .5rem;
  line-height: 1.5;
}
.description-title-amt {
  text-align: left;
  font-size: var(--custom-font-medium);
}
.description-short-description {
  font-size: var(--custom-font-medium);
}
.step_title_text {
  font-size: var(--custom-font-large);
}
/* End Custom page */
/* Composite image transition */
.wc-cp-overlay-image {
  animation: fadeIn 0.3s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce-product-gallery__image .wc-cp-overlay-image {
  transition: opacity 0.3s ease-in-out;
}
.button-gray {
    background-color: var(--ast-global-color-6) !important;
    color: var(--ast-global-color-2) !important;
    border-color: transparent !important;
    border-radius: 10px;
    top: -6px;
    position: relative;
}
/* End Composite image transition */
/* Title Area */
.product_title.entry-title {
  font-weight: 800;
  font-size: var(--custom-font-title);
  margin-bottom: 0 !important;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.notice-customizations {
  font-size: .6rem;
}
/* End Title Area */
/* Initial build ***greys out early access*** */
div[data-nav_title="Initial build"], .component_section_title, .component_content {
  display: none !important;
  visibility: hidden !important;
}
/* End Initial build */
/* Exterior Color & Seat Color */
.component_option_thumbnails_container > li .component_option_thumbnail {
  display: flex;
}
.component_option_thumbnails_container > li .component_option_thumbnail .thumbnail_image {
  flex: 1;
}
.component_option_thumbnails_container > li .component_option_thumbnail .thumbnail_description {
  flex: 1;
  padding: 10px 0 0 10px;
}
/* End Exterior Color & Seat Color */
/* Car Edition */
div[data-nav_title="CAR EDITION"] ul li {
  position: relative;
}
div[data-nav_title="CAR EDITION"] ul .overlay, div[data-nav_title="4 Wheel Conversion Kit"] ul .overlay, div[data-nav_title="Front Wing"] ul .overlay, div[data-nav_title="Rear Wing"] ul .overlay {
  position: absolute;
  z-index: 1000;
  top: -3px;
  left: -3px;
  width: 101%;
  height: 105%;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 8px;
  font-weight: 700;
  align-content: baseline !important;
}
div[data-nav_title="CAR EDITION"] ul .overlay span, div[data-nav_title="4 Wheel Conversion Kit"] ul .overlay span, div[data-nav_title="Front Wing"] ul .overlay span, div[data-nav_title="Rear Wing"] ul .overlay span {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
div[data-nav_title="CAR EDITION"] .component_option_thumbnails_container li, div[data-nav_title="4 Wheel Conversion Kit"] .component_option_thumbnails_container li, div[data-nav_title="Front Wing"] .component_option_thumbnails_container li, div[data-nav_title="Rear Wing"] .component_option_thumbnails_container li {
  width: 100% !important;
}
div[data-nav_title="CAR EDITION"] li > div, div[data-nav_title="4 Wheel Conversion Kit"] li > div, div[data-nav_title="Front Wing"] li > div, div[data-nav_title="Rear Wing"] li > div {
  padding: 10px 5px 5px;
}
/* div[data-nav_title="CAR EDITION"] .image.thumbnail_image {
    width: 130px;
} */
div[data-nav_title="CAR EDITION"] li > div > div.image.thumbnail_image, div[data-nav_title="4 Wheel Conversion Kit"] li > div > div.image.thumbnail_image, div[data-nav_title="Front Wing"] li > div > div.image.thumbnail_image, div[data-nav_title="Rear Wing"] li > div > div.image.thumbnail_image {
  border-right: 1px solid #e8e8e8;
  width: 22%;
  margin-right: 0;
  flex: inherit;
}
div[data-nav_title="CAR EDITION"] li > div > div.image.thumbnail_image a {
  padding-top: 35%;
  height: 100%;
  display: block;
}
div[data-nav_title="CAR EDITION"] .thumbnail_description, div[data-nav_title="4 Wheel Conversion Kit"] .thumbnail_description, div[data-nav_title="Front Wing"] .thumbnail_description, div[data-nav_title="Rear Wing"] .thumbnail_description {
  padding: 0;
  width: 100%;
  flex: inherit;
}
.component_option_thumbnail {
  border: 3px solid;
  border-color: transparent;
}
.component_option_thumbnail_container .component_option_thumbnail.selected {
  border-color: var(--ast-global-color-0);
}
.custom-car-edition {
  display: flex;
  justify-content: space-between;
}
.description-left {
  margin-left: 2%;
}
.custom-car-edition ul {
  font-size: var(--custom-font-medium);
  line-height: 0.7rem;
  text-align: left;
  list-style-type: none;
  margin-bottom: .5em;
  margin-left: 10px;
}
.custom-car-edition li::before {
  /* Specify the dash character and a space */
  content: "– ";
  /* Position the dash outside the main text flow (optional) */
  /* This helps with indentation for wrapping text */
  position: absolute;
  left: 0;
}
.custom-car-edition li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.car-edition-pop-div {
  text-align: left;
  padding-left: 1.8rem;
}
.pop-whats-included {
  font-size: var(--custom-font-medium);
  color: var(--ast-global-color-0);
}
.description-right {
  width: 35%;
  margin-right: 2%;
}
div[data-nav_title="CAR EDITION"] .thumbnail_description {
    margin-bottom: 2vh;
}
.delivery-starts {
  text-transform: uppercase;
  font-size: var(--custom-font-small);
  margin-top: -5%;
}
.delivery-date {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12%;
  font-size: var(--custom-font-large);
}
.delivery-units {
  line-height: 0;
  font-size: var(--custom-font-small);
}
.progress-bar {
  line-height: 0;
  margin-top: .5rem;
}
.progress-bar img {
  max-width: 140px;
}
div[data-nav_title="CAR EDITION"] .component_inner {
    bottom: 35px;
}

/* End Car Edition */
/* 4 Wheel Conversion Kit */
.description-details {
    font-size: 0.7rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
    min-height: 30px;
}
/* End 4 Wheel Conversion Kit */
/* Sticky Price Bar */
/* HTML in site builder hook */
#ryn-sticky-bar-mobile {
  display: none;
}
.ryn-sticky-left {
  max-width: 200px;
  float: left;
  margin-left: 20px;
}
#ryn-sticky-bar {
  position: fixed;
  top: -112px;
  left: 0;
  right: 0;
  background: var(--ast-global-color-6);
  padding: 12px 20px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.ryn-sticky-price, .ryn-sticky-delivery {
  border-right: 2px solid #dedede;
  padding-right: 45px;
}
#ryn-sticky-bar.visible {
  transform: translateY(0);
}
.ryn-sticky-inner {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  align-items: flex-start;
  margin-right: 50px;
}
.ryn-sticky-price, .ryn-sticky-delivery, .ryn-sticky-deposit {
  display: flex;
  flex-direction: column;
  color: #000;
}
.ryn-price-label, .ryn-delivery-label, .ryn-deposit-label, .ryn-deposit-details, .button-due-today {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.7;
}
.ryn-price-value, .ryn-deposit-amount {
  font-size: 20px;
  font-weight: 700;
}
.ryn-delivery-value {
  font-size: 16px;
  font-weight: 500;
}
.ryn-sticky-button {
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  border-radius: 10px;
}
.ryn-sticky-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ryn-sticky-button:not(.disabled):hover {
  opacity: 0.9;
}
.cart.composite_data .composite_button {
    display: none;
    visibility: hidden;
}
@media (max-width: 600px) {
  #ryn-sticky-bar-desktop {
    display: none;
  }
  #ryn-sticky-bar-mobile {
    display: block;
  }
  .ryn-sticky-inner {
    flex-wrap: wrap;
  }
  .ryn-sticky-price, .ryn-sticky-delivery, .ryn-sticky-button {
    flex: 1;
  }
  .ryn-sticky-button {
    width: 100%;
    margin-top: 10px;
  }
	.cart.composite_data {
		height: 50vh;
		margin-bottom: 5vh;
	}
}
/* End Sticky Price Bar */
@media screen and (min-width:1024px) {
  .small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container {
    width: 48.2% !important;
  }
  .small_width div[data-nav_title="CAR EDITION"] .component_option_thumbnails_container li, .small_width div[data-nav_title="4 Wheel Conversion Kit"] .component_option_thumbnails_container li, .small_width div[data-nav_title="Front Wing"] .component_option_thumbnails_container li, .small_width div[data-nav_title="Rear Wing"] .component_option_thumbnails_container li {
    width: 100% !important;
  }
  .woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 39%;
  }
  .image.thumbnail_image img {
    width: 80px;
  }
  div[data-nav_title="CAR EDITION"] .image.thumbnail_image img, div[data-nav_title="4 Wheel Conversion Kit"] .image.thumbnail_image img, div[data-nav_title="Front Wing"] .image.thumbnail_image img, div[data-nav_title="Rear Wing"] .image.thumbnail_image img {
    width: inherit;
  }
  .ast-sticky-add-to-cart.bottom.is-active {
    bottom: unset;
    top: 30px;
  }
}
@media screen and (max-width:1024px) {
  :root {
    --custom-font-title: 1.2rem;
    --custom-font-large: .75rem;
    --custom-font-medium: .4rem;
    --custom-font-small: .4rem;
  }
  .single-product #content {
    margin-top: 0 !important;
    top: -15px;
    position: relative;
  }
  .single-product .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
  h1.product_title.entry-title, .woocommerce-product-details__short-description {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .notice-customizations {
    font-size: .6rem;
    line-height: 1.2;
  }
  .woocommerce-product-gallery.element-is-not-sticky {
    top: 90px;
  }
  .woocommerce-product-gallery.element-is-sticky {
    top: 0 !important;
    display: block;
  }
  .woocommerce-product-gallery__wrapper img {
    width: 100% !important;
  }
  form.cart.cart_group.composite_form.single.standard.small_width {
    top: 250px;
  }
  .image.thumbnail_image img {
    width: 80px;
  }
  .progress-bar img {
    max-width: 75px;
  }
  .composite_component {
    padding: 0vh 19px;
  }
  .composite_form .step_title_wrapper {
    margin-bottom: 0 !important;
  }
  .description-title {
    font-size: var(--custom-font-large);
  }
  .description-title-amt {
    font-size: var(--custom-font-large);
  }
  div[data-nav_title="CAR EDITION"] ul .overlay, div[data-nav_title="4 Wheel Conversion Kit"] ul .overlay, div[data-nav_title="Front Wing"] ul .overlay, div[data-nav_title="Rear Wing"] ul .overlay {
    width: 102%;
  }
  #ryn-sticky-bar-desktop {
    display: none;
    visibility: hidden;
  }
  #ryn-sticky-bar {
    bottom: 70px;
    width: 99%;
    border-radius: 10px;
    top: unset;
    padding: 5px 15px;
  }
  .ryn-sticky-inner {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .ryn-sticky-price, .ryn-sticky-delivery {
    border-right: 0;
    padding-right: 0;
  }
  .ryn-sticky-button {
    padding: 10px 15px;
  }
	div[data-nav_title="CAR EDITION"] .component_description {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.woocommerce-product-gallery img {
		border-radius: 0;
	}
}