.lla_ac .acc{margin-top:1.5rem}.lla_ac .acc details{border-bottom:1px solid #e5e5e5}.lla_ac .acc details p{font-size:1rem}.lla_ac .acc summary{list-style:none;cursor:pointer;padding:1.25rem 0;font-weight:400;font-size:1.05rem;color:var(--fg);display:flex;justify-content:space-between;align-items:center;gap:1rem}.lla_ac .acc summary::-webkit-details-marker{display:none}.lla_ac .acc summary::after{content:"";width:0.5rem;height:0.5rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.2s;flex-shrink:0;margin-right:0.25rem}.lla_ac .acc details[open] summary::after{transform:rotate(-135deg)}.lla_ac .acc summary:hover h3{color:var(--blue)}.lla_ac .acc .a{padding:0.5rem 0 2rem 0;color:var(--muted);font-size:1rem}.lla_ac .acc .a a{color:var(--blue)}
.lla_ac.tech .acc summary {display: inline-flex;}
.lla_ac.tech .acc details {border: 0 none;}
.lla_ac.tech .acc .accordion-section-title  {color: #fff; font-size: 1rem;} 
.tag-watch-page-v2 .technical-specs .specs-list {margin-bottom: 0;}
.whats-in-box {
  width: 100%;
  padding: 3rem 0;
  background-color: white;
}



    @media (min-width: 768px) {
     .whats-in-box {
        padding: 4rem 0;
      }
    }

.whats-in-box-container {
  margin: 0 auto;
  padding: 0 1.5rem;
  /* max-width: 1280px; */
}

.whats-in-box-inner {
  /* max-width: 1152px; */
  margin: 0 auto;
}

.whats-in-box-header {
  margin-bottom: 3rem;
}

.whats-in-box-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin: 0;
}

.whats-in-box-title-muted {
  color: #6B7280;
}

/* .whats-in-box-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 3rem;
} */

.whats-in-box-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.whats-in-box-item {
  background-color: #F9FAFB;
  padding: 5px 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  .whats-in-box-item {
    padding: 1rem;
  }

  .whats-in-box-grid {
    gap: 1rem;
  }

}


.whats-in-box-item p {
  color: #111827;
  margin: 0;
}

/* .whats-in-box-images-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-top: 2rem;
} */

.whats-in-box-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  overflow: hidden;
  margin-top: 40px;
}

.whats-in-box-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.whats-in-box-product-image {
  width: 100%;
  aspect-ratio: 1;
  background-color: #F9FAFB;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.whats-in-box-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whats-in-box-product-image-shadow img {
  filter: drop-shadow(0 20px 25px rgb(0 0 0 / 0.15)) drop-shadow(0 8px 10px rgb(0 0 0 / 0.08));
}

.whats-in-box-product-label {
  background-color: #111827;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .whats-in-box-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .whats-in-box-images {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .whats-in-box-title {
    font-size: 2.25rem;
  }
}

