.product-desc-trends {
  background: #fff7ec;
  padding: 20px 18px;
  border-radius: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  max-width: 640px;
  margin: 0 auto 16px; /* bottom gap for next section */
}

/* second box for hashtags */
.product-hash-trends {
  background: #fff7ec;
  padding: 20px 18px;
  border-radius: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  max-width: 640px;
  margin: 0 auto;
}

.pdt-inner {
  max-width: 600px;
  margin: 0 auto;
}

.pdt-description {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b3a24;
}

.pdt-heading {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #423021;
}

.pdt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdt-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #f3c682;
  background: #fffdf7;
  font-size: 0.9rem;
  color: #4a3220;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.16s ease;
  white-space: nowrap;
}

.pdt-tag:hover {
  background: #ffe3b8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .product-desc-trends,
  .product-hash-trends {
    padding: 16px 14px;
  }
  .pdt-description {
    font-size: 0.9rem;
  }
  .pdt-tag {
    font-size: 0.85rem;
    padding: 5px 12px;
  }
}

.product-desc-trends {
  background: #fff7ec;
  padding: 20px 18px;
  border-radius: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  max-width: 640px;
  margin: 0 auto 16px;
}

.product-hash-trends {
  background: #fff7ec;
  padding: 20px 18px;
  border-radius: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  max-width: 640px;
  margin: 0 auto;
}

.pdt-inner {
  max-width: 600px;
  margin: 0 auto;
}

/* Ã°Å¸â€Â¥ MAIN HEADING AT TOP */
.section-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #3b2a19;
}

.pdt-description {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4b3a24;
}

.pdt-heading {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #423021;
}

.pdt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdt-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #f3c682;
  background: #fffdf7;
  font-size: 0.9rem;
  color: #4a3220;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.16s ease;
  white-space: nowrap;
}

.pdt-tag:hover {
  background: #ffe3b8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .product-desc-trends,
  .product-hash-trends {
    padding: 16px 14px;
  }
  .pdt-description {
    font-size: 0.9rem;
  }
  .pdt-tag {
    font-size: 0.85rem;
    padding: 5px 12px;
  }
}
.details-content > ul:first-of-type {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0px;
}
.details-content section ul {
  padding-left: 10px;
}
.details-accordion > :nth-child(2) > :first-child {
  padding-top: 0;
}
.product-price::after {
  content: "\A Inclusive of all tax";
  white-space: pre;
  font-size: 12px; /* optional */
  opacity: 0.7; /* optional */
}
.sh-header-logo {
  max-height: 84px !important;
}
header > div:first-child > div:nth-child(3) {
  justify-content: normal !important;
}
header .max-w-4xl {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  header .max-w-4xl {
    display: none !important;
  }
}
header > div:first-child > div:nth-child(3) > div:nth-child(4) {
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
  width: fit-content !important;
  margin-left: 20px;
}
@media (min-width: 768px) {
  #search-box {
    min-width: 350px !important;
  }
}
.pdt-heading {
  margin-top: 12px !important;
}
.details-toggle span {
  font-weight: 600 !important;
}
.details-content .space-x-2 {
  gap: 20px !important;
}
.details-content .space-x-2 strong {
  width: fit-content;
  min-width: 130px;
  max-width: 130;
}
.variant-selector-field-text > span {
  display: none;
}
.details-accordion:nth-of-type(3) .details-toggle span {
  display: none;
}

.details-accordion:nth-of-type(3) .details-toggle::before {
  content: "Care Instructions";
  font-weight: 600;
}
