/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Unexpected "{"
Line 8:3 Expected identifier but found "'true-glue-pdp.css'"

**/
{{ 'true-glue-pdp.css' | asset_url | stylesheet_tag }}

.tg-pdp { background: #f7f4ef; }
.tg-grid{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

.tg-gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.tg-g-lg{ grid-column: 1 / -1; background:#e8e2d9; padding: 24px; }
.tg-g-sm{ background:#e8e2d9; padding: 0; }

.tg-img{ width:100%; height:auto; display:block; }

.tg-sticky{ position: sticky; top: 24px; }

.tg-title{ font-size: 56px; line-height: 1.0; margin: 0 0 12px; }
.tg-price{ font-size: 20px; margin: 12px 0 18px; }
.tg-desc{ font-size: 14px; line-height: 1.6; max-width: 520px; }

.tg-form{ margin-top: 18px; }
.tg-qty{
  display:flex;
  border:1px solid rgba(0,0,0,.12);
  width: 160px;
  height: 44px;
}
.tg-qty-btn{ width:44px; background:transparent; border:0; cursor:pointer; }
.tg-qty-input{ width:72px; border:0; text-align:center; }

.tg-atc{
  margin-top: 14px;
  width: 100%;
  height: 52px;
  border: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.tg-trust{
  margin-top: 26px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  border-top:1px solid rgba(0,0,0,.10);
  padding-top: 18px;
}
.tg-trust-k{ font-size: 10px; letter-spacing:.18em; text-transform:uppercase; }
.tg-trust-v{ font-size: 12px; opacity:.75; margin-top: 4px; }

.tg-acc{ margin-top: 22px; border-top:1px solid rgba(0,0,0,.10); }
.tg-acc details{ border-bottom:1px solid rgba(0,0,0,.10); padding: 14px 0; }
.tg-acc summary{ cursor:pointer; list-style:none; font-size:11px; letter-spacing:.18em; text-transform:uppercase; }
.tg-acc summary::-webkit-details-marker{ display:none; }
.tg-acc-body{ padding-top: 12px; font-size: 13px; line-height: 1.6; opacity:.85; }

@media (max-width: 900px){
  .tg-grid{ grid-template-columns: 1fr; }
  .tg-sticky{ position: static; }
  .tg-title{ font-size: 40px; }
}