/** Shopify CDN: Minification failed

Line 160:8 Expected identifier but found whitespace
Line 160:10 Unexpected "{"
Line 160:19 Expected ":"
Line 182:8 Expected identifier but found whitespace
Line 182:10 Unexpected "{"
Line 182:19 Expected ":"

**/
.container {
  max-width: calc((var(--page-width, 1320px) * 1.3) + (60px * 2));
}

.capped-container {
  max-width:1320px !important;
  margin: 0 auto;

}


.product-main:has(custom-select.is-open) {
  position: relative;
  z-index: 4;
}

.product-main .product-media {
  margin-top: calc(5 * var(--space-unit));
  margin-bottom: calc(5 * var(--space-unit));
}

.media-gallery {
    position: sticky;
     top: 120px; 
}

.product-details__calc .h4 {
  margin-bottom: 1.1em;
}

.product-category-link {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #007bff; /* Change this to any color you prefer */
}
.product-inventory-sidebar{
  padding: 0px 15px;
}

.product-summary-sidebar__add-button {
  flex: 0 0 100%;
  background-color: #ffd814;
  color: #000;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.product-summary-sidebar__add-button:hover {
  background-color: #cea008; /* Darker shade for hover */
}
.summary-main-wrapper{
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}

.summary-info-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* --- LAYOUT FIX --- */
.product-info__add-to-cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.product-info__add-to-cart quantity-input {
  order: 2;         /* moves qty to the right */
  flex: 0 0 110px;  /* fixed width column */
}

.product-info__add-to-cart .product-info__add-button {
  order: 1;
  flex: 1;          /* make ATC fill remaining width */
}


/* --- BOXY STYLE --- */
.product-info__add-to-cart .btn,
.product-info__add-to-cart .qty-input{
  border-radius: 10px !important;
  height: 46px;
}

.product-info
/* Make qty input look like a pill-shaped control */
.product-info__add-to-cart .qty-input {
  border: 1px solid rgba(0,0,0,0.15);
  background:#fff;
}

.product-info__add-to-cart .qty-input__btn {
  border: none;
  background: transparent;
  font-size: 20px;
  width: 36px;
  height: 100%;
}

.product-info__add-to-cart .qty-input__input {
  border: none;
  width: 40px;
  text-align: center;
  font-size: 16px;
}


/* --- OPTIONAL HOVER STATE --- */
.product-info__add-to-cart .btn:hover {
  filter: brightness(.92);
}

/* FORCE STYLE ONLY ON ADD TO CART BUTTON */
.product-info__add-to-cart .product-info__add-button .btn {
  background: #236cff !important;
  color: #fff !important;
  border: none !important;
}

/* Hover */
.product-info__add-to-cart .product-info__add-button .btn:hover {
  filter: brightness(.92);
}


.product-info__block:has(.jdgm-widget) {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}



.product-downloadables {
  margin-top: 20px;
}

.product-downloadables__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: {{ section.settings.heading_color | default: "#2a2b2a" }};
}

.product-downloadables__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-downloadables__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-downloadables__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: {{ section.settings.text_color | default: "#2a2b2a" }};
  text-decoration: none;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  transition: all 0.2s ease;
  background: rgba(0,0,0,0.02);
}

.product-downloadables__link:hover {
  background: rgba(0,0,0,0.05);
}

.product-downloadables__icon {
  flex-shrink: 0;
  opacity: 0.7;
}

.product-downloadables__filename {
  font-size: 14px;
  word-break: break-all;
}

.finance-credit-block {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 1rem 1.25rem;
  margin-top: 1.25rem;
  font-family: inherit;
}

.finance-credit-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.75rem;
}

.finance-credit-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.finance-credit-logo {
  width: 48px;
  height: auto;
  border-radius: 4px;
  object-fit: contain;
}

.klarna-logo {
  background: #ffb3d0;
  padding: 4px 6px;
}

.paypal-logo {
  background: #fff;
}

.finance-credit-option p {
  font-size: 12px;
  margin: 0;
}

.finance-credit-option a {
  color: #0071e3;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.finance-credit-disclaimer {
  font-size: 12px;
  color: #555;
  margin: 0.75rem 0 0;
}

.info-section-label {
  font-weight: bold;
}

.info-section-value {
  text-align: right;
}


.product-info__block.product-options .opt-label--image {

  width: 100px;
  min-width: 0;
  height: 100px;
}


.product-specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 14px;
}

.product-specs-table th,
.product-specs-table td {
  border: none; /* 🔸 Removes all borders */
  padding: 0.4rem 10px;
  text-align: left;
  vertical-align: top;
}

.product-specs-table th {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  width: 30%;
  padding-right: 1rem;
}

.product-specs-table td {
  color: rgba(0, 0, 0, 0.75);
}

.specs-table__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  background-color: #ebecee;
  padding: 10px 10px;
  border-radius:10px;

}

.product-info .disclosure__content {
  margin-left: 45px;
}

/* Remove bullets and add spacing for download list */
.product-downloadables__list {
  list-style: none;
  margin: 2rem 0; /* adds space above and below list */
  padding: 0;
}

.product-downloadables__item {
  margin-bottom: 1rem; /* spacing between items */
}

.product-downloadables__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* space between icon and text */
  text-decoration: none;
}

.product-downloadables ul li {
  margin: 10px 0px;
  padding-inline-start: 0;
}

.product-downloadables ul{
  padding-inline-start: 0;
}
.product-downloadables__link:hover .product-downloadables__filename {
  text-decoration: underline;
}


@media (min-width: 769px) {
  :root {
    --product-column-padding: calc(8 * var(--space-unit));
    --product-info-width: 47%;
  }
  .shopify-section:not(.product-details) {
    clear: both;
  }
  .product-breadcrumbs .breadcrumbs {
    width: calc(100% - var(--product-info-width));
    padding-inline-end: var(--product-column-padding);
    overflow: hidden;
  }
  .product-breadcrumbs + .product-main .product-media,
.product-breadcrumbs + .product-main .product-info {
    padding-top: 0;
  }
  .product-breadcrumbs + .product-main .product-info::before,
.product-breadcrumbs + .product-main .product-info::after {
    top: calc(-10 * var(--space-unit) - 1em - 2px);
  }
  .shopify-section + .product-main {
    margin-top: -1px;
  }
  .shopify-section + .product-main::before,
.product-details + .shopify-section::before,
.product-main + .shopify-section:not(.product-details)::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-media,
.product-main + .product-details > .container {
    width: calc(100% - var(--product-info-width));
    float: left;
    clear: left;
    border-inline-end: 1px solid rgba(var(--text-color)/0.15);
  }
  .product-main .product-media {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-end: var(--product-column-padding);
  }
  .product-main .product-info {
    position: relative;
    width: var(--product-info-width);
    padding: calc(10 * var(--space-unit)) 0;
    padding-inline-start: var(--product-column-padding);
    float: right;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::before, .product-main .product-info::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: -1px;
    width: 1px;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::after {
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-info--sticky {
    min-height: var(--sticky-height, 0);
  }
  .product-info__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    padding-bottom: 0;
  }
  .product-main + .product-details {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .product-main + .product-details > .container {
    max-width: none;
    margin: 0;
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-start: 0;
    padding-inline-end: var(--product-column-padding);
  }
  .product-main + .product-details + .shopify-section::before {
    top: 1px;
  }
  [dir=rtl] .product-main .product-media,
[dir=rtl] .product-main + .product-details > .container {
    float: right;
    clear: right;
  }
  [dir=rtl] .product-main .product-info {
    float: left;
  }
  [dir=rtl] .product-main .product-info::before, [dir=rtl] .product-main .product-info::after {
    right: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  :root {
    --product-column-padding: calc(12 * var(--space-unit));
  }
  .product-main .product-media,
.product-main .product-info {
    padding-top: calc(12 * var(--space-unit));
  }
}




