/** Shopify CDN: Minification failed

Line 446:0 Unexpected "}"

**/
.collapsible-content {
  position: relative;
  z-index: 0;
}

.collapsible-section-layout {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-section-layout {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.collapsible-content__media {
  background: transparent;
}

.collapsible-content__media--small {
  height: 19.4rem;
}

.collapsible-content__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content__media--small {
    height: 31.4rem;
  }

  .collapsible-content__media--large {
    height: 69.5rem;
  }
}

@media screen and (min-width: 750px) {
  .collapsible-content__grid--reverse {
    flex-direction: row-reverse;
  }
}

.collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 73.4rem;
}

.collapsible-content__header {
  word-break: break-word;
}

.collapsible-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .collapsible-content__heading {
    margin-bottom: 3rem;
  }
}

.collapsible-none-layout .accordion+.accordion {
  border-top: 0;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-scheme-1) {
  margin-top: 1rem;
}

.caption-with-letter-spacing+h2 {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content .accordion {
    margin-top: 0;
  }
}

.collapsible-row-layout .accordion {
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  margin-bottom: 1.5rem;
  /* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
  transform: perspective(0);
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
  padding: 1.5rem;
}

.collapsible-row-layout .accordion .accordion__content {
  padding-top: 0;
}

/* Commented by AMAAN MEMON */

/* .collapsible-content summary:hover {
  background: rgba(var(--color-foreground), 0.04);
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
} */

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {

    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 5rem;
      padding-right: 0;
    }
  }

  @media screen and (min-width: 990px) {

    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 7rem;
    }
  }
}

/* Product Information Layout Styles - New additions for the design */
.product-info-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 8px;
}

@media screen and (min-width: 750px) {
  .product-info-layout {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
    padding: 3rem;
  }
}

.product-info-title {
  flex: 0 0 auto;
  min-width: 200px;
}

@media screen and (min-width: 750px) {
  .product-info-title {
    flex: 0 0 250px;
  }
}

.product-info-content {
  flex: 1;
}

.product-info-layout .accordion {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product-info-layout .accordion+.accordion {
  border-top: 0;
}

.product-info-layout .accordion:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product-info-layout .accordion:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product-info-layout .accordion summary {
  padding: 1.5rem 2rem;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #333;
  transition: background-color 0.2s ease;
  position: relative;
}

.product-info-layout .accordion summary:hover {
  background: #f8f8f8;
}

.product-info-layout .accordion[open] summary {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.product-info-layout .accordion__content {
  padding: 1.5rem 2rem 2rem;
  background: #fff;
  color: #666;
  line-height: 1.6;
}

.product-info-layout .accordion__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.product-info-layout .accordion summary svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  color: #666;
}

.product-info-layout .accordion[open] summary svg {
  transform: rotate(180deg);
}

/* Specifications Table Styles */
.specifications-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.specifications-table tr {
  border-bottom: 1px solid #f0f0f0;
}

.specifications-table tr:last-child {
  border-bottom: none;
}

.specifications-table td {
  padding: 0.75rem 0;
  vertical-align: top;
}

.specifications-table td:first-child {
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  width: 40%;
}

.specifications-table td:last-child {
  color: #333;
  font-weight: 400;
}

/* Enhanced styling for better visual hierarchy */
.product-info-layout .accordion summary::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #666;
  transition: transform 0.2s ease;
}

.product-info-layout .accordion[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.product-info-layout .accordion summary svg {
  display: none;
  /* Hide the default SVG since we're using CSS arrow */
}

/* Responsive improvements */
@media screen and (max-width: 749px) {
  .product-info-layout {
    padding: 1.5rem;
  }

  .product-info-layout .accordion summary {
    padding: 1rem 1.5rem;
  }

  .product-info-layout .accordion__content {
    padding: 1rem 1.5rem 1.5rem;
  }

  .specifications-table td:first-child {
    width: 50%;
    font-size: 0.8rem;
  }
}


/* Added By AMAAN MEMON */
.collapsible-content-wrapper-narrow {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}

.collapsible-content summary:hover {
  background: unset;
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: none;
}

.collapsible-content__header.scroll-trigger.animate--slide-in {
  min-width: 25%;
}

.grid.grid--1-col.grid--2-col-tablet.collapsible-content__grid.collapsible-content__grid--reverse.scroll-trigger.animate--slide-in {
  max-width: unset;
  width: 100%;
}

h2.collapsible-content__heading.inline-richtext.h1 {
  font-family: Spectral;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-top: 0;
  padding: 0;
  margin: 0;
}

h3.accordion__title.inline-richtext.h4 {
  font-family: Spectral;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.accordion__content p, .accordion__content li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #676767;
}

.accordion {
  border-bottom: 1px solid #D78D61;
  border-top: none;
}

.accordion summary {
  padding: 1.5rem 0;
}

.accordion__content {
  padding: 1.5rem 0;
}

.product-info-section{
  width: 95%;
  margin: auto;
  margin-bottom: 64px;
}

@media (max-width:768px){
  .collapsible-content-wrapper-narrow {
    flex-direction: column;
    gap: 0px;
  }
  
  h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  
  h3.accordion__title.inline-richtext.h4 {
    font-size: 15px;
  }
  
  .accordion__content p {
    font-size: 10px;
  }
  
  .accordion {
    /* margin-top: 1.5rem ; */
    padding: 5px 0 ;
  }
  
  .accordion summary {
    padding: 1rem 0;
  }
  
  .accordion__content {
    padding: 1rem 0;
    margin-bottom: 0;
  }
}




/* .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.accordion[open] .accordion__content {
  opacity: 1;
  max-height: 1000px; /* content height se jyada rakho taaki sab fit ho jaye */
} */
