/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"

**/
.filters {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#chat-button {
  z-index: 5 !important;
}
.filters label:has(input:checked) {
  background: #3275d3;
  border: 1px solid #3275d3;
  color: white;
}

.filters label {
  transition: all .3s;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.recommended {
  position: absolute;
    top: 0;
    right: 0;
    background: #5887da;
    padding: 2px 10px;
    color: white;
    font-weight: bold;
    border-radius: 0px 0px 0px 10px;
}
.yotpo-bottom-line-scroll-panel {
  flex-direction: row !important;
  margin-bottom: 30px;
}
.product-meta__title {
  margin-bottom: 20px !important;
}
.scrollable {
  overflow-x: auto; /* Ensure horizontal scrolling is enabled */
  cursor: grab; /* Set the cursor to grab */
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE10+ */
}
#bundles-footer #hide-show {
  padding: 2px;
    width: 100px;
    margin: auto;
    text-align: center;
    margin-bottom: -25px;
    background-color: #eaf5fa;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 9px 10px -5px black;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
}
.scrollable.grabbing {
  user-select: none; /* Disable text selection while grabbing */
}
.scrollable:active {
  cursor: grabbing; /* Change the cursor to grabbing when active */
}
.fa-solid {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.quantity-controls .fa-solid {
  background: #5887da;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
button.scroll-left:hover,
button.scroll-right:hover {
  filter: opacity(0.8);
}
button.scroll-left,
button.scroll-right {
  background: #007bff;
  filter: opacity(1);
  transition: all 0.5s;
  color: white;
  border: none;
  cursor: pointer;
  min-width: 35px;
  line-height: normal;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  align-items: center;
}

button.scroll-left:disabled,
button.scroll-right:disabled {
  background: #ccc;
  cursor: not-allowed;
}
#bundles-variant .bundles-summary-images::-webkit-scrollbar,
.bundleImagesWrapper::-webkit-scrollbar,
.addons-container::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

/* Track */
#bundles-variant .bundles-summary-images::-webkit-scrollbar-track,
.bundleImagesWrapper::-webkit-scrollbar-track,
.addons-container::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 10px;
}

/* Handle */
#bundles-variant .bundles-summary-images::-webkit-scrollbar-thumb,
.bundleImagesWrapper::-webkit-scrollbar-thumb,
.addons-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

/* Handle on hover */
#bundles-variant .bundles-summary-images::-webkit-scrollbar-thumb:hover,
.bundleImagesWrapper::-webkit-scrollbar-thumb:hover,
.addons-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--header-accent-color);
}
.bundleImagesContainer {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bundleImagesWrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: auto;
  padding-bottom: 20px;
}
.bundleImagesWrapper a img {
  border-radius: 10px;
  min-width: 200px;
}
.learn-more-variants .fa-arrow-up {
  transform: rotate(45deg);
}
.product-form__option-name {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
}
.product-form__option:not(:first-of-type) {
  margin-top: 20px;
}
#camera-quantity-selector {
  flex-direction: row;
}
.variant-price-bundles {
  font-weight: bold;
  font-size: 16px;
  flex: 1 1 100%;
  order: -1;
  text-align: left;
}
.variant-compare-bundles {
  text-decoration: line-through;
  font-size: 12px;
}
.variant-metafields-sku,
.variant-compare-bundles-sale {
  font-size: 12px;
}
.learn-more-variants {
  font-size: 13px;
  text-decoration: underline;
  color: #5887da;
}
.variant-compare-bundles-sale {
  color: #ff0000;
  font-weight: 500;
}
.variant-metafields-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1 1 40%;
}
.variant-metafields-item:nth-child(3) {
  margin-left: auto;
  align-items: flex-end;
  min-width: 135px;
}
.variant-metafields {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.block-swatch--disabled {
  display: none;
}
#block-swatch__itembundles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto !important;
  border: 1px solid #ccc;
  font-weight: normal;
  line-height: 1.5;
  color: #383838;
  border-radius: 8px !important;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.select-wrapper--primary select:valid {
  color: #383838;
}
.block-swatch-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.template-product [data-section-type="product"] .block-swatch,
.template-product
  [data-section-type="product"]
  .color-swatch-list--large
  .color-swatch {
  margin: unset !important;
  width: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .block-swatch-list {
    flex-wrap: wrap;
  }
  .variant-metafields-item:nth-child(3) {
    align-items: flex-start !important;
  }
}
.template-product
  [data-section-type="product"]
  .card
  .product-form__variants
  .block-swatch-list
  .block-swatch__radio:checked
  + #block-swatch__itembundles,
.template-product
  [data-section-type="product"]
  .card
  .product-form__variants
  .block-swatch-list
  .block-swatch__radio
  + #block-swatch__itembundles:hover {
  background: #eaf5fa;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3275d3;
  -moz-box-shadow: inset 0px 0px 0px 3px #f00;
  box-shadow: inset 0px 0px 0px 3px #3275d3;
}

@media screen and (min-width: 767px) {
  .product-block-list__item.product-block-list__item--gallery {
    position: sticky;
    top: 15px;
  }
}

.addons-item:has(.addon-checkbox:checked),
.addons-item:hover {
  background-color: #eaf5fa;
  -webkit-box-shadow: inset 0px 0px 0px 3px #3275d3;
  -moz-box-shadow: inset 0px 0px 0px 3px #f00;
  box-shadow: inset 0px 0px 0px 3px #3275d3;
}
.addons-container * {
  font-size: 12px;
  line-height: 1.5;
}
.addons-item * {
  cursor: pointer;
}
.addons-container {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.addons-item {
  min-width: 180px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 33%;
  padding: 10px;
  transition: all 0.3s;
  overflow: hidden;
}
.addons-item-price {
  font-weight: bold;
  color: red;
}
.addons-item label .product-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.addons-item img {
  align-self: center;
  margin-bottom: 10px;
}
.addons-item .product-form__add-button {
  padding: 5px;
}
.addons-item .product-form__add-button,
input[name="product-id"],
input[name="section-id"] {
  margin-top: auto; /* Push these elements to the bottom */
}
.addons-item .addons-item-title {
  min-height: 40px;
}
.addons-item .addons-learn-more {
  margin: 20px auto 0px auto;
  text-align: center;
  text-decoration: underline;
  color: #5887da;
  display: block;
}
.addons-learn-more .fa-arrow-up {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .addons-container {
    overflow: auto;
    padding-bottom: 15px;
  }
  .addons-item {
    min-width: 200px;
  }
  #bundles-footer #hide-show {
    display: flex !important;
  }
}

#featuresWrapper {
  margin-bottom: 30px;
  margin-top: 20px;
  background: #eaf5fa;
  padding: 20px;
  border-radius: 10px;
}
.iconWrapper {
  background-size: 25px;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 40px;
  font-size: 15px;
  line-height: 2;
  background-position: 0px 3px;
  list-style: none;
}
@media screen and (min-width: 767px) {
  #featuresWrapper {
    columns: 2;
  }
}

#bundles-footer > div.container {
  max-width: 1280px;
}
#bundles-footer .text-strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bundles-sticky-footer {
    position: sticky;
    bottom: 15px;
    background-color: #eaf5fa;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 0 10px #383838;
    margin: 0 auto;
    max-width: 1400px;
    border-radius: 10px;
    z-index: 6;
  }
}
@media screen and (max-width: 767px) {
  .bundleImagesWrapper a img {
    min-width: 150px !important;
  }
  .bundles-sticky-footer {
    position: fixed;
    background-color: #eaf5fa;
    box-shadow: 0 0 10px #383838;
    top: 0px;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 5;
  }
  .addons-item .addons-item-title {
    min-height: 40px !important;
  }
  #bundles-footer .bundles-summary-images {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
  }
  #bundles-variant {
    align-items: center !important;
  }
  #bundles-footer .bundle-summary {
    text-align: center !important;
  }
}
.bundles-sticky-footer .container {
  padding: 15px 10px;
}
#bundles-footer .bundles-summary-images {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 10px;
}
.bundle-wrapper-item {
  position: relative;
}
.quantity-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px auto 5px auto;
  position: absolute;
  width: 95%;
  bottom: 0;
  padding: 5px;
  background: #eaf5fa;
  left: auto;
  z-index: 1;
  transform: translateX(50%);
  right: 50%;
}
.quantity-controls .addon-quantity {
  width: 80px;
  text-align: center;
}
.addon-qty {
  width: 20px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  background: #3275d3;
  color: white;
  height: 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#bundles-variant {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
#bundles-variant .bundles-variant-info {
  display: flex;
  flex-direction: column;
}
#bundles-footer .bundle-summary {
  margin-left: auto;
  text-align: right;
}
#bundles-footer #bundles-addon-info {
  font-weight: bold;
}
#bundles-addon-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
#bundles-variant-image,
#bundles-footer #bundles-addon-images img {
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 5px;
  margin-right: 5px;
  min-width: 100px;
}
