html.storefront-root .giasy-pdp-preview {
  position: relative;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 20px 20px 8px;
  background: #fff;
}

html.storefront-root .giasy-pdp-preview-body {
  max-height: 52rem;
  overflow: hidden;
  color: #334155;
  line-height: 1.8;
  font-size: 16px;
}

html.storefront-root .giasy-pdp-preview-body p,
html.storefront-root .giasy-pdp-preview-body li {
  margin: 0 0 0.85em;
}

html.storefront-root .giasy-pdp-preview.is-open .giasy-pdp-preview-body {
  max-height: none;
  overflow: visible;
}

html.storefront-root .giasy-pdp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 78px;
  height: 9rem;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff 18%, rgba(255, 255, 255, 0.55) 58%, rgba(255, 255, 255, 0) 100%);
}

html.storefront-root .giasy-pdp-preview.is-open .giasy-pdp-preview-fade {
  display: none;
}

html.storefront-root .giasy-pdp-preview-rule {
  margin: 4px 0 0;
  border: 0;
  border-top: 2px solid #22d3ee;
}

html.storefront-root .giasy-pdp-preview-more {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0 8px;
  background: #fff;
}

html.storefront-root .giasy-pdp-xem-them {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 44px;
  padding: 8px 18px;
  border: 0;
  background: transparent;
  color: #0891b2;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  cursor: pointer;
}

html.storefront-root .giasy-pdp-xem-them:hover,
html.storefront-root .giasy-pdp-xem-them:focus-visible {
  color: #0e7490;
}

html.storefront-root .giasy-spec-hl {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
}

html.storefront-root .giasy-spec-hl h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #0e7490;
}

html.storefront-root .giasy-spec-hl ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.storefront-root .giasy-spec-hl li {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

html.storefront-root .giasy-spec-hl li:last-child {
  border-bottom: 0;
}

html.storefront-root .giasy-pdp-react-preview-hide {
  display: none !important;
}
