/** Shopify CDN: Minification failed

Line 325:0 Expected "}" to go with "{"

**/
/* =============================================================================
   Ella Custom CSS - Customize The Style For Layout
   ============================================================================= */

/* =============================
   SPEC TABLE
============================= */
.spec-table-wrapper {
  max-width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
}

.spec-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.spec-header p {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
}

.spec-group {
  margin-bottom: 20px;
}

.spec-group-title {
    margin: 0;
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    background: #cacaca45;
    padding: 7px 10px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr {
  border-bottom: 1px solid #b1b0b03b;
}

.spec-key {
  width: 35%;
  font-weight: 600;
  padding: 10px 10px;
}

.spec-value {
  padding: 14px 12px;
  color: #000;
}

@media (max-width: 768px) {
  .spec-key {
    width: 45%;
  }
}

.accordion-item.active .accordion-header {
    border-bottom: 1px solid #b1b0b0;
}
/* =============================
   PRODUCT ACCORDION BASE
============================= */
.product-accordion {
  overflow: hidden;
  color: #000;
}

.product-accordion .accordion-item {
  max-width: 1366px;
  margin: 0 auto 20px;
  border: 1px solid #b1b0b03b;
  border-radius: 6px;
}

/* =============================
   ACCORDION HEADER
============================= */
.accordion-header {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

/* Arrow */
.accordion-arrow {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-arrow svg {
  width: 24px;
  height: 24px;
}

.accordion-arrow svg path {
  fill: #fff;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

/* =============================
   ACCORDION BODY – SMOOTH ANIMATION
============================= */
.product-accordion .accordion-body {
    display: block;
    padding: 0 20px;
    overflow: visible;
    max-height: max-content;
    transform: translateY(-8px);
    transition: max-height .45s cubic-bezier(.4, 0, .2, 1), opacity .3s ease, transform .3s ease;
}

.product-accordion .accordion-item.active .accordion-body {
  max-height: 5000px;
  opacity: 1;
  transform: translateY(0);
  padding: 20px;
}

/* =============================
   SHOWCASE
============================= */
.accordion-item .showcase-gallery {
  margin: 0 auto;
}
.accordion-item .showcase-gallery video {
    display: block;
    width: 100%;
}
.accordion-item .showcase-gallery img {
  width: 100%;
  display: block;
}
.showcase-gallery video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;   
  background: transparent;
}

/* =============================
   SPECIFICATIONS – VIEW MORE
============================= */
.spec-content {
  max-height: 260px;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.spec-content.expanded {
  max-height: fit-content;
}

.spec-toggle-btn {
    margin: 8px 0px 0px;
    background: #000000;
    border: 1px solid #555;
    color: #f1f0f0;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 700;
}

.spec-toggle-btn:hover {
     background: #000000;
    color: #ffffff;
    border-color: #000000;
    transform: translateY(-1px);
}

/* =============================
   CONTENT FADE-IN (OPTIONAL POLISH)
============================= */
.product-accordion .accordion-item.active .accordion-body > * {
  animation: accordionFade 0.35s ease both;
}

@keyframes accordionFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.spec-content {
  max-height: 260px;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
 


.halo-text-format ul li, .halo-text-format ol li {
    color: #2f2e2e !important;
}
.jdgm-widget.jdgm-widget {
    max-width: 1366px !important;
}

.product-accordion .accordion-item.active .accordion-body {
    max-height: 0;
    visibility: hidden;
    display: none;
}

.product-accordion .accordion-item.active .accordion-header {
    border-bottom: transparent;
}

/*  show all features css start here */

.key-features-content {
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.productView-moreItem.expanded .key-features-content {
  max-height: 1000px; 

.features-toggle-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #007acc; 
  cursor: pointer;
  font-weight: 600;
  padding: 0;
}



.product-extra-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.extra-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.extra-item .icon {
  width: 42px;
  height: 42px;
  background: #f5f7fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra-item svg {
  width: 22px;
  height: 22px;
  fill: #111;
}

.extra-item .text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

.extra-item .text span {
  font-size: 13px;
  color: #666;
}

/* Hover (optional premium touch) */
.extra-item:hover .icon {
  background: #111;
}
.extra-item:hover svg {
  fill: #fff;
}


@media (max-width: 768px) {
  .product-extra-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

