/** Shopify CDN: Minification failed

Line 439:0 Unexpected "}"

**/
/* a:visited {
  color: #333;
} */

.newContainer {
  overflow: hidden;
  margin: 0;
}

.newContainer variant-selects {
  max-width: 70%;
  width: 100%;
  float: left;
}

.newContainer .product-form__quantity {
  float: right;
  width: 100%;
  max-width: 30%;
  min-width: inherit;
}

.newContainer .quantity:after {
  box-shadow: none;
}

.newContainer .quantity {
  border-top: solid 1px #7d7d7d;
  border-right: solid 1px #7d7d7d;
  border-bottom: solid 1px #7d7d7d;
  width: 100%;
}

.newContainer .quantity button[name="minus"] {
  border-right: solid 1px #000;
}

.newContainer .quantity button[name="plus"] {
  border-left: solid 1px #7d7d7d;
}

.newContainer label {
  display: none;
}

.newContainer .select {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(125, 125, 125, 1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(125, 125, 125, 1);
  box-shadow: inset 0px 0px 0px 1px rgba(125, 125, 125, 1);
}

.product-form__buttons {
  max-width: 100%;
}

.collapsibleContainer {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}

.customCollapsible {
  cursor: pointer;
  padding: 15px 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  text-align: left;
  width: 100%;
  background: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.customCollapsible:after {
  content: "\002B";
  font-size: 13px;
  float: right;
}

.customCollapsible.active:after {
  content: "\2212";
}

.content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.content p {
  margin-top: 0;
}

.content.open {
  padding: 0px;
}

.dimensions-container {
  text-align: center;
}

.dimensions-title {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

.moreinfo-title {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

.product-des-text {
  margin: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

.dimensions-measurements {
  display: flex;
  justify-content: start;
  gap: 8px;
  margin-bottom: 20px;
}

.dimensions-measurements p {
  margin: 0;
  font-size: 12px;
  margin-bottom: 0px;
}

.dimensions-measurements strong {
  margin-right: 5px;
}

.brochure_p {
  background: #6c6e72;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.brochure_p a {
  text-decoration: none;
  color: #6c6e72;
  transition: all 0.3s ease;
}

.brochure_p:hover {
  color: white;
}

.product-des-text {
  font-size: 14px;
}

.product__description {
  margin-bottom: 0 !important;
}

.product__description ul {
  list-style-position: initial;
  padding-left: 20px;
}

.product__description a:visited {
  color: #333;
}

.productDescReadMore {
  display: block;
  text-align: right;
  margin-top: 0;
  margin-bottom: 30px;
  color: #9fb593;
  text-decoration: none;
}

.featuresContainer {
  display: grid;
  line-height: normal;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.featuresContainer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  text-align: center;
}

.featuresContainer img {
  width: 100%;
  max-width: 64px;
  height: auto;
  margin-bottom: 8px;
}

.product .price__container {
  font-size: 24px;
}

.product .product__title h1 {
  font-size: 24px;
  color: #6c6e72;
}

.product .price .badge {
  margin-top: 5px;
}

.price__regular .price-item--regular:after {
  content: "Incl GST";
  font-size: 14px;
  margin-right: 5px;
}

#ProductInfo-template--16079806857303__main
  > div.product__description.rte.quick-add-hidden {
  font-size: 14px !important;
}

@media (max-width: 1340px) {
  .featuresContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile spacing fixes for product page */
@media (max-width: 768px) {
  /* Ensure proper but minimal spacing after media gallery */
  .product__media-wrapper {
    margin-bottom: 0.75rem !important;
  }
  
  /* Fix product title spacing on mobile */
  .product__info-wrapper {
    padding-top: 0.5rem !important;
  }
  
  .product__title {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
  }
  
  /* When Plattar viewer exists, add small extra space */
  .viewer-container ~ * .product__title,
  .product-glide ~ * .product__title {
    padding-top: 0.75rem;
  }
  
  /* Ensure product info container has proper spacing */
  .product__info-container {
    padding-top: 0.25rem;
  }
}

@media (max-width: 480px) {
  /* Even tighter spacing for small mobile */
  .product__media-wrapper {
    margin-bottom: 0.5rem !important;
  }
  
  .product__info-wrapper {
    padding-top: 0.25rem !important;
  }
  
  /* Add minimal spacing between gallery and product info on very small screens */
  .product-media-container {
    padding-bottom: 0.5rem;
  }
}

/* Mobile 3D Gallery Enhancement */
@media (max-width: 768px) {
  /* Ensure proper gallery container height */
  .product-glide {
    position: relative;
    background: #f9f9f9;
    border-radius: 0px;
    overflow: hidden;
  }
  
  /* Mobile images use object-fit: contain for proper display */
  .product-glide .glide__slide img {
    object-fit: contain !important;
    background: #E0E0E0;
  }
  
  /* Mobile controls positioning */
  .mobile-gallery-controls {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: auto !important;
    z-index: 2 !important;
  }
  
  /* Mobile - simple and clean */
  @media (max-width: 768px) {
    .mobile-gallery-wrapper {
      position: relative;
      width: 100%;
    }
    
    /* 3D viewer independent */
    .mobile-3d-viewer {
      background: #f5f5f5;
      width: 100%;
      height: 500px;
    }
    
    /* Simple show/hide */
    .product-glide.hidden-for-3d {
      display: none !important;
    }
    
    /* Fix Shopify block width only */
    .mobile-3d-viewer .shopify-app-block,
    .mobile-3d-viewer [id*="shopify-block"] {
      width: 100% !important;
    }
    
    /* Remove border-radius from Plattar embed wrapper only */
    .mobile-3d-viewer .plattar-embed-wrapper {
      border-radius: 0 !important;
    }
    
    /* Set background for Plattar containers */
    .mobile-3d-viewer,
    .mobile-3d-viewer .plattar-embed-wrapper,
    .mobile-3d-viewer plattar-viewer {
      background-color: rgb(224, 224, 224) !important;
    }
  }
  
  /* Better button styling for mobile */
  .mobile-gallery-controls button {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    min-width: 110px;
  }
  
  .mobile-gallery-controls button.active {
    background: rgba(51, 51, 51, 0.95) !important;
  }
  
  /* Ensure 3D viewer fills container properly */
  .mobile-3d-viewer {
    border-radius: 8px;
  }
  
  /* Hide Plattar controls that show on desktop */
  .plattar-container .controls {
    display: none !important;
  }

  /* Mobile QR modal styling */
  .qr-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1000 !important;
    max-width: 90vw !important;
    width: auto !important;
    background: rgba(224, 224, 224, 0.95) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  }

  .qr-container img {
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    background: white !important;
    padding: 15px !important;
    border-radius: 8px !important;
  }

  .qr-container p {
    text-align: center !important;
    margin: 15px auto 0 !important;
    color: #333 !important;
    font-size: 14px !important;
    max-width: 250px !important;
  }
}

/* Hide Plattar loading overlays - targeted approach */
.plattar-loading {
  display: none !important;
}

.plattar-loading-spinner {
  display: none !important;
}

/* Fix desktop Plattar positioning */
@media (min-width: 769px) {
  .plattar-container.desktop-only {
    position: relative;
    z-index: 1;
  }
  
  .plattar-container.desktop-only plattar-viewer {
    z-index: 2;
  }
}
  
  .product__info-wrapper {
    padding-top: 0.25rem !important;
  }
  
  /* Add minimal spacing between gallery and product info on very small screens */
  .product-media-container {
    padding-bottom: 0.5rem;
  }
}
