/** Shopify CDN: Minification failed

Line 1885:1 Expected "}" to go with "{"

**/

.koda-spec-tabs .tab-buttons { display:none; gap:10px; margin-bottom:20px; }
.koda-spec-tabs .tab-btn { padding:8px 16px; border:1px solid #ccc; cursor:pointer; border-radius:6px; background:#fff; }
.koda-spec-tabs .tab-btn.active { background:#000; color:#fff; }
.koda-spec-tabs .tab-content { display:none; }
.koda-spec-tabs .tab-content.active { display:block; }
.koda-spec-tabs .spec-block { margin-bottom:20px; }
.koda-spec-tabs .spec-block img { max-width:60px; display:block; margin-bottom:10px; }
.koda-spec-accordion{
  background: #f5f5f5;
  padding: 48px 40px;
}
.included-product img {
    width: 100%;
    height: 100%;
}
.included-product h4 {
    font-size: 0.875rem;
    font-weight: bold;
}
body.product-custom-product quantity-selector.quantity-selector {
  display: none;
}
button{
  cursor: pointer;
}
.custom-product-atc button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
    margin: 0;
}
.custom-product-atc button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded.disabled {
    cursor: not-allowed;
    --mdc-ripple-fg-opacity: unset;
    opacity: 0.6;
  
}
/* Layout */
.custom-feature-gallery {
  width: 95%;
  margin: 0 auto;
  padding-top: 64px;
}

.feature-gallery__title h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

.custom-feature-gallery .feature-gallery__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1777px;
  margin: 0 auto;
}

.custom-feature-gallery .feature-gallery__tabs {
  flex: 1 1 50%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-feature-gallery .feature-gallery__tabs li+li {
  margin-top: 24px;
}

.custom-feature-gallery .feature-gallery__slides {
  flex: 1 1 50%;
  position: relative;
  max-height: 620px;
}

/* Tabs */
.custom-feature-gallery .feature-gallery__tab {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  gap: 12px;
  text-align: inherit;
  align-items: center;
}

.feature-gallery__content span.feature-gallery__title {
  opacity: 0.5;
  font-size: 40px;
  font-weight: 700;
}

.feature-gallery__content span.feature-gallery__title:hover,
button.feature-gallery__tab.is-active .feature-gallery__content span.feature-gallery__title {
  opacity: 1;
}

.feature-gallery__content .feature-gallery__description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.feature-gallery__content .feature-gallery__description p {
  margin: 0;
}

button.feature-gallery__tab.is-active .feature-gallery__content .feature-gallery__description {
  display: block;
}

.custom-feature-gallery .feature-gallery__tab.is-active {
  color: #000;
  font-weight: 600;
}

.custom-feature-gallery .feature-gallery__icon {
  margin-right: 0.5rem;
}

/* Slides */
.custom-feature-gallery .feature-gallery__slide {
  display: none;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-feature-gallery .feature-gallery__slide.is-active {
  display: block;
  opacity: 1;
}

.custom-feature-gallery .feature-gallery__slide img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.image-text-block__image img {
  width: 50px;
}

button.feature-gallery__tab img {
  width: 100%;
  max-width: 30px;
}

body.product-custom-product .pdp-video h2.home-section--title:after {
  display: none;
}

.spec-accordion {
  background: rgb(245, 245, 245);
  padding: 48px 40px;
}

.spec-accordion .accordion-item {
  max-width: 1306px;
  margin: 0 auto;
}

.spec-accordion .accordion-item+.accordion-item {
  border-top: 1px solid rgb(144, 144, 144);
}

.accordion-title {
  padding: 32px 0;
  font-size: 32px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.3s;
}

button.accordion-title.active,
.accordion-title:hover {
  opacity: 0.5;
}

.accordion-title .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-title .icon svg {
  width: 20px;
  height: 20px;
  color: #000;
}

.accordion-title.active .icon {
  transform: rotate(0deg);
  /* from + to x (or you can replace with −) */
}

.accordion-description {
  padding: 0 16px;
}

.accordion-description ul {
  padding: 0;
  margin: 0;
}

.accordion-description .metafield-rich_text_field>* {
  position: relative;
  color: #575a5d;
  font-size: 17px;
}

.accordion-description .metafield-rich_text_field>*::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgb(87, 90, 93);
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: 6px;
}
.accordion-description .metafield-rich_text_field>ul::before{
  content: none;
}
.accordion-description .metafield-rich_text_field ul li:has(h4) + li:not(:has(+ li h4)),
.accordion-description .metafield-rich_text_field ul li{
  list-style: disc !important;
  margin-inline-start: 0;
}
.accordion-description .metafield-rich_text_field ul li:has(h4) + li:last-child,
.accordion-description .metafield-rich_text_field ul li:has(:is(h3, h4)),
.accordion-description .metafield-rich_text_field ul li:has(h4) + li{
  list-style: none !important;
  margin-inline-start: -15px;
}
.toggle-buttons {
  margin-bottom: 10px;
}

.unit-toggle {
  background-color: #e2e2e2;
  border: none;
  padding: 8px 12px;
  margin-right: 5px;
  cursor: pointer;
}

.unit-toggle.active {
  background-color: #000;
  color: #fff;
}

/* ============================ */

/* Color Selector Section */
.custom-hot-spot .swatch-container {
  margin-top: 15px;
  padding: 0 120px;
  width: fit-content;
}

.custom-hot-spot .swatch-container h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.custom-hot-spot .swatch-container .swatch-box {
  background-color: transparent;
  border-radius: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  background-color: rgb(193, 194, 195);
}

.custom-hot-spot .swatch {
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 50%;
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.custom-hot-spot .swatch span {
  display: none;
}

.custom-hot-spot .swatch.active:first-child {
  background-color: rgb(11 19 24 / 30%);
}

.custom-hot-spot .swatch.active:last-child {
  background-color: rgb(237 236 233 / 30%);

}

.custom-hot-spot .swatch::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 9;
}

.custom-hot-spot .swatch:first-child::before {
  background-color: #0b1318;
}

.custom-hot-spot .swatch:last-child::before {
  background-color: #edece9;
}

/* Image Display Area */
.image-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 120px;
  gap: 120px;
}

.left-side {
  width: 48%;
  position: relative;
}

.left-side img {
  width: 100%;
  max-width: 650px;
}

.hotspot-text {
  margin-top: 20px;
  text-align: center;
}

.left-side ul.splide__list .splide__slide .hotspot-title {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 600;
  text-transform: none;
}

.carousel-controls .splide__arrow svg {
  fill: transparent;
  transform: none;
}

.left-side ul.splide__list .splide__slide p {
  margin: 22px 0 0;
  font-size: 16px;
}

.left-side ul.splide__list .splide__slide p:empty {
  display: none;
}

/* Right-side Image and Hotspots */
.right-side {
  position: relative;
  width: 52%;
}

.right-side img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.hot-spot {
  position: absolute;
  cursor: pointer;
}

.hot-spot-button {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  transition: background-color 0.3s, border-color 0.3s;
}

.hot-spot-button:hover {
  background-color: #333;
  color: #fff;
  border-color: #fff;
}

.hot-spot-button span {
  font-size: 16px;
  font-weight: bold;
}

/* Active Hotspot Info Box */
.hotspot-info-box {
  display: none;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  max-width: 300px;
}

.hotspot-info-box.active {
  display: block;
}

.hotspot-info-box h3 {
  font-size: 18px;
  font-weight: bold;
}

.hotspot-info-box p {
  font-size: 14px;
  line-height: 1.5;
}

.custom-hot-spot-section .hot-spot-wrapper {
  display: grid;
  gap: 48px 120px;
  grid-template-columns: 44% 37%;
  justify-content: center;
  grid-template-rows: auto 1fr;
}

.hotspot-progress-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.hotspot-content-box h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}

.hotspot-content-box p {
  font-size: 16px;
}
.custom-hot-spot-section .hotspot-counter {
  font-size: 14px;
  font-weight: 600;
}
.custom-hot-spot-section .hot-spot-image {
  width: 100%;
  position: relative;
}
.custom-hot-spot-section .hot-spot-point {
  position: absolute;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: rgb(0 0 0 / 30%);
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: 0.3s ease;
}
.custom-hot-spot-section.hotspot-content-box {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
}
.custom-hot-spot-section .color-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.custom-hot-spot-section .hot-spot-image img {
  width: 100%;
}

.hotspot-content-box.active {
  display: block;
}
.feature-gallery__mobile-progress-bar,
.custom-hot-spot-section .hotspot-progress-bar {
  max-width: 200px;
  width: 100%;
  height: 6px;
  background-color: #eee;
  border-radius: 3px;
  overflow: hidden;
}
.feature-gallery__mobile-progress-bar .progress-fill,
.custom-progress-fill {
  height: 100%;
  background: #6b6a68;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.custom-hot-spot-section .hot-spot-point::before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #ffc633;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.custom-hot-spot-section .hot-spot-point.active {
  background-color: rgb(0 0 0 / 50%);
  width: 56px;
  height: 56px;
}
.custom-hot-spot-section .hot-spot-point:first-child{
  display: none;
}

.hotspot-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.hotspot-buttons .hotspot-prev,
.hotspot-buttons .hotspot-next {
  position: inherit;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  transform: none;
  border: none;
  display: flex;
  cursor: pointer;
}
.swiper-arrow-btn svg path,
.hotspot-buttons .hotspot-prev svg path,
.hotspot-buttons .hotspot-next svg path{
  stroke: #000;
}
span.options-selection__option-swatch-wrapper {
  box-shadow: none !important;
}

.custom-hot-spot-section .hotspot-content-box img {
  width: 100%;
}

.hotspot-content-box p {
  font-size: 16px;
}

.hotspot-counter {
  color: #6b6a68;
  font-size: 16px;
}

.pdp-multicolumn {
  padding: 136px 48px 48px;
  background: rgb(245, 245, 245);
}

.pdp-multicolumn .pdp-multicolumn__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.pdp-multicolumn__container {
  display: flex;
  gap: 16px;
}

.pdp-multicolumn__item {
  flex: 1;
  padding: 32px;
  height: auto !important;
  background-color: #fff;
}

.pdp-multicolumn .swiper-wrapper {
  gap: 16px;
}

.pdp-multicolumn__item img {
  width: 100%;
  max-width: 50px;
}

.pdp-multicolumn__item h3 {
  margin-top: 48px;
  font-size: 24px;
  color: #25282a;
  font-weight: 600;
}

.pdp-multicolumn__item .pdp-multicolumn__description p {
  font-size: 14px;
  color: #25282a;
  margin: 0;
  margin-top: 12px;
}

.product-breadcrumbs nav.breadcrumbs-container {
  margin: 0 0 16px;
  padding: 0;
}

.product-breadcrumbs nav.breadcrumbs-container * {
  font-size: 14px;
  color: #000;
}

.product-custom-product .product__container {
  max-width: 100%;
  padding: 0;
  margin-top: 0;
}

.product-custom-product .product__container .product--outer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.product-custom-product .product__container .product-gallery {
  grid-column: span 8;
  width: auto;
  position: sticky;
  top: 96px;
  background-color: #f4f4f4;
  padding-top: 48px;
}

button.product-gallery--expand {
  display: none;
}

.product-gallery .splide--slide {
  position: relative;
  max-width: 925px;
  margin: 90px auto 0;
}

.product-gallery button.splide__arrow.thumbnail-arrow.splide__arrow--next::before {
  transform: scaleX(-1);
}

.product-gallery button.splide__arrow.thumbnail-arrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-gallery button.splide__arrow {
  width: 48px;
  height: 48px;
  opacity: 1;
  background: #fff;
  color: #000;
}

.product-gallery span.product-gallery--media-thumbnail-img-wrapper {
  width: 80px;
  height: 80px;
}

.product-gallery .splide__pagination {
  gap: 16px;
  position: relative;
  top: 20px;
}

.product-gallery button.splide__pagination__page {
  width: 5px;
  height: 5px;
  background: #909090;
  transition: width .3s ease;
  opacity: 1;
  margin: 0;
}

.product-gallery .splide__pagination__page.is-active {
  transform: scale(1);
  width: 40px;
  border-radius: 4px;
  background-color: #000;
}

.product-custom-product .product__container .product-main {
  grid-column: span 4;
  width: auto;
  margin: 0;
  padding: 48px 32px 40px;
}

.product-custom-product .product__container .product-main .product-title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.product-custom-product .product__container .product-main .product-pricing {
  margin: 0;
}

.product-custom-product .product__container .product-main .price__current {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.product-custom-product .product__container .product-main .product-description {
  margin: 12px 0 24px;
  font-size: 14px;
  color: rgb(87, 90, 93);
  line-height: normal;
}

.product-custom-product .product__container .product-main .product-details .product-description p {
  margin: 0;
}

.product-custom-product .product__container .product-main .product-details .image-text-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-block:has(.image-text-block)+.product-block:has(.image-text-block) {
  margin-top: 16px;
}

.product-custom-product .product__container .product-main .image-text-block .image-text-block__image {
  min-width: 42px;
  max-width: 42px;
  width: 100%;
  height: 42px;
}

.product-custom-product .bundle-products .bundle-item .bundle-image img,
.product-gallery span.product-gallery--media-thumbnail-img-wrapper img,
.product-custom-product .product__container .product-main .image-text-block .image-text-block__image img {
  width: 100%;
  height: 100%;
}

.product-custom-product .product__container .product-main .image-text-block .image-text-block__text h2 {
  font-size: 19px;
  margin: 0;
}

.product-custom-product .product__container .product-main .product-form--regular {
  margin-top: 24px;
}

.product-custom-product .product__container .product-main .product-form--regular fieldset legend .options-selection__option-name {
  color: rgb(87, 90, 93);
  font-size: 18px;
  font-weight: 600;
}

.product-custom-product .product__container .product-main .options-selection__option-value {
  display: block;
}

.product-custom-product .product__container .product-main .options-selection__option-value+.options-selection__option-value {
  margin-top: 8px;
}

.product-custom-product .product__container .product-main .options-selection__option-value .options-selection__option-value-label {
  width: 100%;
  border: 2px solid #e6e7e8;
  padding: 12px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  cursor: pointer;
}

.product-custom-product .product__container .product-main .options-selection__option-value.options-selection__option-value--selected .options-selection__option-value-label {
  border-color: #17191a;
}

.product-custom-product .product__container .product-main .options-selection__option-value .options-selection__option-value-label .variant-color-box {
  width: 72px;
  height: 72px;
  background-color: #474C4D;
}

.product-custom-product .product__container .product-main .options-selection__option-value .options-selection__option-value-label .variant-active {
  opacity: 0;
  position: absolute;
  left: 5px;
  bottom: 0;
}

.product-custom-product .product__container .product-main .options-selection__option-value.options-selection__option-value--selected .options-selection__option-value-label .variant-active {
  opacity: 1;
}

.product-custom-product .product__container .product-main .options-selection__option-value span.options-selection__option-value-name {
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
}

.product-custom-product .bundle-products .bundle-title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 32px 0 16px;
}

.product-custom-product .bundle-products .bundle-item {
  border: 1px solid rgb(230, 231, 232);
  padding: 12px 16px;
  border-radius: 4px;
  position: relative;
}

.product-custom-product .bundle-products .bundle-item+.bundle-item {
  margin-top: 8px;
}

.product-custom-product .bundle-products .bundle-item:has(.bundle-variants[style*="display: block;"]) {
  border: 2px solid rgb(23, 25, 26);
}

.product-custom-product .bundle-products .bundle-item .bundle-item-label {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.product-custom-product .bundle-products .bundle-item .bundle-item-label .bundle-content {
  display: flex;
  flex: 1;
  gap: 16px;
  cursor: pointer;
}

.product-custom-product .bundle-products .bundle-item input {
  opacity: 0;
  position: absolute;
}

.product-custom-product .bundle-products .bundle-item .btn-group {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}

.product-custom-product .bundle-products .bundle-item .btn-icon {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.product-custom-product .bundle-products .bundle-item .btn-icon.btn-check {
  color: #fff;
  background: #000;
  opacity: 0;
  position: absolute;
}

.product-custom-product .bundle-products .bundle-item .btn-icon.btn-plus:has(~ .btn-icon.btn-check.active) {
  opacity: 0;
}

.product-custom-product .bundle-products .bundle-item .btn-icon.btn-check.active {
  opacity: 1;
  position: relative;
}

.product-custom-product .bundle-products .bundle-item .bundle-image {
  width: 72px;
  height: 72px;
}

.product-custom-product .bundle-products .bundle-item .bundle-item-label span {
  font-size: 16px;
  font-weight: 600;
}

.product-custom-product .bundle-products .bundle-item .bundle-item-label span.price {
  font-size: 14px;
  color: rgb(37, 40, 42);
}

.product-custom-product .bundle-products .bundle-item .bundle-variants {
  border-top: 1px solid #000;
  margin-top: 16px;
  padding-top: 16px;
}

.product-custom-product .bundle-products .bundle-item .bundle-variants h3.variant-item-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
  color: #575a5d;
  text-transform: capitalize;
}

.product-custom-product .bundle-summary {
  margin: 40px 0 16px;
  border: 0;
}

.product-custom-product .bundle-summary h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(87, 90, 93);
  text-transform: capitalize;
}

.product-custom-product .bundle-summary button.product-summary__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: rgb(144, 144, 144);
  width: 100%;
  padding: 12px 16px;
}

.product-custom-product .bundle-summary button.product-summary__control .product-summary__price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-custom-product .bundle-summary button.product-summary__control .product-summary__price-wrapper span.product-summary__price {
  color: #25282a;
  transition: 0.3s;
}
span.product-summary__price-icon {
  transition: 0.3s;
}
.product-custom-product .bundle-summary .bundle-summary-box:has(.summary-content.open) button.product-summary__control .product-summary__price {
  opacity: 0;
}
.product-custom-product .bundle-summary .bundle-summary-box:has(.summary-content.open) button.product-summary__control span.product-summary__price-icon {
  transform: rotate(180deg);
}
.product-custom-product .bundle-summary .bundle-summary-box {
  border: 1px solid #e6e7e8;
  border-radius: 4px;
}

.product-custom-product .bundle-summary .bundle-summary-box .cart-product {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-custom-product .bundle-summary .bundle-summary-box .cart-product .product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.product-gallery button.splide__arrow.thumbnail-arrow svg,
.sticky-add-to-cart__overlay,
.product-custom-product .bundle-summary .bundle-summary-box .cart-product .product-content small {
  display: none;
}

.product-custom-product .bundle-summary .bundle-summary-box .summary-total-container {
  padding: 12px 16px;
}

.product-custom-product .bundle-summary .bundle-summary-box .summary-total-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-custom-product .bundle-summary .bundle-summary-box .summary-total-section+.summary-total-section {
  border-top: 1px solid rgb(230, 231, 232);
  padding-top: 12px;
  margin-top: 12px;
}

.product-custom-product .bundle-summary .bundle-summary-box .summary-total-section span {
  font-size: 16px;
}

.product-custom-product .bundle-summary .bundle-summary-box .summary-total-section .price {
  color: #575a5d;
}

.summary-instock {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 0;
}

.summary-instock::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background-color: #61e68f;
  border-radius: 50%;
}
.summary-instock.summary-out-of-stock:before {
  background: red;
}

.btn.btn-primary {
  background: #ffc633;
  border: 0;
  padding: 12px 32px;
  width: 100%;
  border-radius: 32px;
  height: 60px;
}

/* pdp slider */
.thumbnail_slider {
  max-width: 700px;
  margin: 30px auto;
}

.product-gallery .splide--nav>.splide__track>.splide__list>.splide__slide {
  border: 0;
}

.product-gallery .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border: 1px solid #17191a;
}

.product-gallery .splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.pdp-video.dynamic-video-wrapper {
  max-width: 1777px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

.pdp-video.dynamic-video-wrapper h2.home-section--title {
  font-size: 46px;
  font-weight: 600;
  margin: 72px 0 16px;
}

.pdp-video.dynamic-video-wrapper .dynamic-video {
  padding: 24px 0;
}

.shopify-section:has(.custom-hot-spot) {
  background-color: rgb(245, 245, 245);
}

.custom-hot-spot h3 {
  padding: 32px 0 16px;
  margin: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
}

.spec-accordion .accordion-item .toggle-buttons button.unit-toggle {
  padding: 8px 24px;
  background: transparent;
  color: rgb(162, 162, 162);
  border-radius: 80px;
  font-size: 16px;
  margin: 0;
}

.spec-accordion .accordion-item .toggle-buttons button.unit-toggle.active {
  background-color: #000;
  color: #fff;
}

.accordion-description .metafield-rich_text_field:has(ul) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.accordion-description .metafield-rich_text_field ul li br,
.product--section>nav.breadcrumbs-container,
.swiper.feature-gallery__mobile-slider,
.swiper-button-container,
.accordion-description .metafield-rich_text_field p:empty {
  display: none;
}

.accordion-description .metafield-rich_text_field ul li:has(:is(h3, h4)) {
  list-style-type: none;
  margin-inline-start: -15px;
}

.accordion-description .metafield-rich_text_field ul li {
  color: #575a5d;
  margin-bottom: 8px;
  font-size: 17px;
}

.accordion-description .metafield-rich_text_field ul li h3 {
  font-size: 24px;
  color: #25282a;
  margin: 0;
  text-transform: capitalize;
}

.accordion-description .metafield-rich_text_field ul li h4 {
  font-size: 18px;
  color: #25282a;
  margin: 24px 0 8px;
  text-transform: capitalize;
}

.product-custom-product main.site-main {
  overflow-x: initial;
}

.sticky-add-to-cart__container {
  padding: 0 32px;
  height: 60px;
  background-color: #0b1318;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 999;
}
.swiper-arrow-btn,
button.sticky-add-to-cart__title {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.sticky-add-to-cart__title span.text-large--semi.sticky-add-to-cart__title-label,
span.sticky-add-to-cart__price {
  color: rgb(107, 106, 104);
  font-size: 18px;
  font-weight: 600;
}

.sticky-add-to-cart__subnav,
.sticky-add-to-cart__form {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sticky-add-to-cart__subnav .sticky-add-to-cart__anchor {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.sticky-add-to-cart__subnav .sticky-add-to-cart__anchor:hover {
  color: #c1c2c3;
}

.sticky-add-to-cart__subnav.sticky-add-to-cart__desktopnav .sticky-add-to-cart__anchor:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffc633;
  position: absolute;
  left: 0;
  bottom: -8px;
}

span.sticky-add-to-cart__price {
  color: #fff;
}

.sticky-add-to-cart__atc {
  padding: 12px 32px;
  background-color: rgba(255, 198, 51, 1);
  border: none;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #25282a;
  margin-inline-start: 32px;
}

nav.sticky-add-to-cart__subnav.sticky-add-to-cart__mobilenav {
  position: absolute;
  display: block;
  top: 100%;
  width: 100%;
  left: 0;
  background: #0b1318;
  padding: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: height 0.3s;
}

.sticky-add-to-cart__subnav.sticky-add-to-cart__mobilenav .sticky-add-to-cart__anchor {
  display: block;
  border-bottom: 1px solid #ffc633;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.sticky-add-to-cart__subnav.sticky-add-to-cart__mobilenav .sticky-add-to-cart__anchor:last-child {
  border: none;
}

.product-custom-product .bundle-products .bundle-item .bundle-price .success-text,
.mobile-hotspot,
.product-custom-product .bundle-products .bundle-item .bundle-item label:has(.btn-check.active) .bundle-price .price {
  display: none;
}

.product-custom-product .bundle-products .bundle-item label:has(.btn-check.active) .bundle-price .success-text {
  display: block;
  color: rgb(73, 123, 48);
  font-size: 14px;
}

.mobile-hotspot .hotspot-slide img {
  width: 100%;
}

.hotspot-image-wrapper {
  position: relative;
}

.mobile-hotspot .hotspot-image-wrapper img {
  width: 100%;
  height: auto;
}

.custom-hot-spot.mobile-hotspot .hotspot-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  height: 75px;
}

.mobile-hotspot .hotspot-counter {
  font-size: 14px;
  font-weight: bold;
}

.mobile-hotspot .hotspot-slide {
  display: none;
  border: 1px solid rgb(193, 194, 195);
  border-radius: 16px;
  overflow: hidden;
}

.mobile-hotspot .hotspot-slide .hotspot-slide-content {
  padding: 24px 20px;
  background-color: #fff;
}

.mobile-hotspot .hotspot-slide .hotspot-slide-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.mobile-hotspot .hotspot-slide .hotspot-slide-content p {
  font-size: 13px;
  margin: 0 0 20px;
}

.mobile-hotspot .hotspot-slide.active {
  display: block;
}

.hotspot-bottom-nav,
.feature-gallery__mobile-controls{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.hotspot-bottom-nav button.bottom-arrow {
  background-color: #ffc633;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;  
  padding: 0;
}
.hotspot-bottom-nav button.bottom-arrow svg path{
  stroke: #fff;
}

.feature-gallery__mobile-content {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.feature-gallery__mobile-content .feature-gallery__icon {
  max-width: 32px;
  width: 32px;
  height: 32px;
}
.feature-gallery__mobile-controls{
  margin-top: 0;
}
.mobile-feature-gallery__description {
  margin-top: 16px;
  font-size: 14px;
}
img.feature-gallery__mobile-image {
  width: 100%;
  height: 100%;
  max-height: 463px;
  object-fit: cover;
}
.mobile-nav{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 80px;
}
.feature-gallery__mobile-progress-bar{
  max-width: 100%;
}
.mobile-feature-gallery__title {
  font-size: 26px;
  font-weight: 700;
}
.custom-content-banner .content-banner__container {
  padding: 12px 20px;
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid transparent;
}
.custom-content-banner .content-banner__container p{
  margin: 0;
}
.custom-content-banner .content-banner__container .content-banner__content {
  font-size: 14px;
  color: #17191a;
  text-decoration: none;
  line-height: 1.5;
}
.custom-content-banner .content-banner__container .content-banner__content .content-banner__link_copy{
  margin-top: 4px;
  display: flex;
  align-items: baseline;
}

.sticky-add-to-cart__product{
      display: flex;
    align-items: center;
}
.sticky-add-to-cart__product .product-form--atc{
  margin-top: 0;
}
.sticky-add-to-cart button.sticky-add-to-cart__default[disabled="true"] {
    cursor: not-allowed;
    --mdc-ripple-fg-opacity: unset;
    opacity: 0.8;
}
.sticky-add-to-cart button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded,
.sticky-add-to-cart button.sticky-add-to-cart__default{
    padding: 12px 32px;
    background-color: #ffc633;
    border: none;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 500;
    color: #25282a;
    margin-inline-start: 32px;
}
.product-koda-2-pro section.image-with-text {
  max-width: 100%;
  padding: 0;
  margin-top: 16px;
}
.product-koda-2-pro section.image-with-text .image-with-text__content .image-with-text__content-wrapper{
  max-width: 600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.product-koda-2-pro section.image-with-text .image-with-text__image-wrapper img{
  display: block;
}
.product-koda-2-pro .koda-spec-tabs .tab-content.active:has(.spec-block){
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.product-koda-2-pro .koda-spec-tabs .tab-content .spec-block ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.product-koda-2-pro .koda-spec-tabs .tab-content .spec-block ul li {
    margin-bottom: 8px;
}
.product-koda-2-pro .koda-spec-tabs .tab-content .spec-block h4{
  margin: 0 0 24px;
}
.product-koda-2-pro .koda-spec-tabs .tab-content .spec-block h4:empty,
.product-koda-2-pro .koda-spec-tabs .tab-content .spec-block p:empty {
    display: none;
}
.included-products-slider .included-product{
  padding: 24px;
  background: #fff;

}
.included-products-slider .included-product a{
  text-decoration: none;
  color: #293035;
}
.included-products-slider .included-product a img{
  width: 100%;
}
.included-products-slider .included-product a h4{
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.product-koda-2-pro section.image-with-text .image-with-text__image-wrapper{
  max-height: 762px;
}
.product-koda-2-pro section.image-with-text .image-with-text__image-wrapper .image-with-text__image{
  height: 100%;
}
.product-koda-2-pro section.image-with-text .image-with-text__content .image-with-text__content-wrapper h2,
.product-koda-2-pro section.image-with-text .image-with-text__content .image-with-text__content-wrapper p {
  margin: 0;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
}
.product-koda-2-pro .custom-html--container h1{
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1.15;
}
.product-koda-2-pro .accordion-description .metafield-rich_text_field:has(ul){
  display: block;
}
.product-koda-2-pro .accordion-description {
  padding: 0;
}
.product-koda-2-pro .accordion-description .metafield-rich_text_field > p:before{
  content: none;
}
.product-koda-2-pro .accordion-description .metafield-rich_text_field ul{
  padding-inline-start: 16px;
}
.product-koda-2-pro .koda-spec-tabs .tab-buttons{
  gap: 0;
}
.product-koda-2-pro .koda-spec-tabs .tab-buttons .tab-btn{
  padding: 8px 24px;
  border-radius: 80px;
  background: transparent;
  border: none;
  color: #575a5d;
}
.product-koda-2-pro .koda-spec-tabs .tab-buttons .tab-btn.active{
  color: #fff;
  background: #000;
}

@media (min-width: 1981px){
  .site-header-main{
    max-width: 100%;
  }
}
@media (min-width: 864px) {

  .hide-on-desktop,
  nav.sticky-add-to-cart__mobilenav {
    display: none;
  }
}

@media (max-width: 1440px) {
  .pdp-multicolumn__item h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 1365px) {

  .unit-content .unit-block .metafield-rich_text_field ul li h3,
  .left-side ul.splide__list .splide__slide .hotspot-title {
    font-size: 20px;
  }

  .unit-content .unit-block .metafield-rich_text_field ul li h4 {
    font-size: 16px;
  }

  .feature-gallery__title h2 {
    margin-bottom: 50px;
  }

  .accordion-title {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .pdp-swiper {
    padding-bottom: 50px;
  }

  .pdp-multicolumn .swiper-wrapper {
    gap: 0;
  }

  .pdp-multicolumn .pdp-multicolumn__item {
    flex: 0 0 auto;
    box-sizing: border-box;
    height: auto;
  }

  .pdp-multicolumn .swiper-navigation {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pdp-multicolumn .swiper-slide-count {
    font-size: 13px;
    color: #6b6a68;
  }

  .pdp-multicolumn .swiper-navigation .swiper-btn {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    color: #575a5d;
  }

  .pdp-multicolumn .swiper-rtl .swiper-navigation .swiper-btn::after {
    content: none;
  }

  .pdp-multicolumn .swiper-progress-bar {
    width: 100%;
    height: 5px;
    background-color: #c1c2c3;
    border-radius: 4px;
  }

  .pdp-multicolumn .swiper-progress-bar__fill {
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background-color: #6b6a68;
    transition: 0.3s;
  }

  .pdp-multicolumn__item .pdp-multicolumn__description p {
    max-width: 205px;
  }

  .swiper-button-container {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 32px;
  }
  .pdp-multicolumn__item h3{
    margin: 20px 0 12px;
  }
  .custom-feature-gallery .feature-gallery__inner{
    display: none;
  }
  .swiper.feature-gallery__mobile-slider{
    display: block;
  }
}

@media (max-width: 992px) {
  .feature-gallery__mobile-content img {
    width: 100%;
    max-width: 30px;
  }

  .image-container {
    padding: 0 50px;
    gap: 60px;
  }

  .site-header-main .live-search {
    margin-right: 20rem !important;
  }

  .product-custom-product .product__container .product--outer {
    display: block;
  }

  .product-gallery .splide__pagination,
  .product-custom-product .product__container .product-gallery {
    position: static;
    width: 100%;
  }

  .product-gallery .splide--slide :is(.splide__track, .splide__arrows) {
    display: none;
  }

  .product-gallery .splide--slide {
    margin: 30px 0;
  }

  .feature-gallery__content span.feature-gallery__title,
  .product-custom-product .product__container .product-main .product-title {
    font-size: 26px;
  }

  .product-custom-product .bundle-products .bundle-item .bundle-item-label span,
  .feature-gallery__content .feature-gallery__description,
  .product-custom-product .product__container .product-main .options-selection__option-value span.options-selection__option-value-name {
    font-size: 14px;
  }

  .product-custom-product .product__container .product-main .image-text-block .image-text-block__text h2{
    font-size: 19px;
  }
  .product-custom-product .product__container .product-main .product-description {
    font-size: 13px;
  }
  .product-custom-product .product__container .product-main{
    padding: 48px 16px 40px;
  }

  .btn.btn-primary {
    height: 48px;
  }

  .pdp-multicolumn__container {
    flex-wrap: wrap;
  }

  .hotspot-content-box p {
    font-size: 14px;
  }

  .hotspot-content-box h4 {
    font-size: 26px;
  }
}

@media (max-width: 864px) {

  .desktop-hotspot,
  .sticky-add-to-cart__subnav.sticky-add-to-cart__desktopnav {
    display: none;
  }

  .mobile-hotspot {
    display: block;
    padding: 0 20px 20px;
  }

  .custom-hot-spot h3 {
    font-size: 32px;
  }

  .sticky-add-to-cart__title {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .sticky-add-to-cart__title .sticky-add-to-cart__title-icon {
    color: rgb(107, 106, 104);
  }

  nav.sticky-add-to-cart__subnav.sticky-add-to-cart__mobilenav.active {
    height: auto;
    padding: 20px 24px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .custom-hot-spot-section .hot-spot-wrapper {
    max-width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

  .custom-hot-spot .swatch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: auto;
  }

  .hotspot-nav.hotspot-progress-wrapper {
    margin-bottom: 24px;
  }

  .custom-hot-spot-section .hot-spot-wrapper {
    gap: 10px;
  }

  .hotspot-buttons {
    gap: 8px;
  }

  .hot-spot-container {
    padding-bottom: 50px;
  }

  .pdp-multicolumn {
    padding: 50px 20px;
    background: rgb(245, 245, 245);
  }
  .accordion-description .metafield-rich_text_field:has(ul){
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .unit-content .unit-block .metafield-rich_text_field {
    display: block;
  }

  .unit-content .unit-block .metafield-rich_text_field ul {
    margin-bottom: 100px;
  }

  .unit-content .unit-block .metafield-rich_text_field ul:last-child {
    margin-bottom: 0;
  }

  .toggle-buttons {
    display: flex;
    align-items: center;
  }

  .spec-accordion .accordion-item .toggle-buttons button.unit-toggle {
    flex: 1;
  }

  .custom-hot-spot h3 {
    font-size: 32px;
  }

  .pdp-video.dynamic-video-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .spec-accordion {
    padding: 35px 20px;
  }

  .product-gallery--navigation.loading {
    display: none;
  }
  .pdp-multicolumn{
    padding: 50px 16px;
  }
  .sticky-add-to-cart__container{
    height: auto;
    gap: 10px;
  }
  .sticky-add-to-cart__container{
    padding: 6px 10px;
  }
  .sticky-add-to-cart__title span.text-large--semi.sticky-add-to-cart__title-label{
    font-size: 14px;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .sticky-add-to-cart__atc{
    margin-inline-start: 10px;
  }
}

@media (max-width: 575px) {
  .unit-content .unit-block .metafield-rich_text_field ul {
    margin-bottom: 60px;
  }

  .custom-hot-spot.mobile-hotspot .hotspot-title {
    height: 110px;
  }
  
  .accordion-description .metafield-rich_text_field:has(ul){
    grid-template-columns: 1fr;
  }
@media (max-width: 767px) {
  .product-koda-2-pro .custom-html--container h1 {
    font-size: 30px !important;
  }
  .product-koda-2-pro section.image-with-text .image-with-text__content .image-with-text__content-wrapper p {
    font-size: 20px !important;
}
}