/** Shopify CDN: Minification failed

Line 520:0 Unexpected "}"

**/
/* ============================================================
   USI SPEC SHEET STYLES — product-specifications.css
   Used by snippets/spec-sheet.liquid + snippets/specifications-table.liquid
   ============================================================ */

.specSheetHide {
  display: none;
}

/* ---------- Spec table: minimal lined, grayscale, full-width ---------- */
.grid-container {
  display: grid;
  grid-template-columns: 15% 35% 15% 35%;
  gap: 0;
  padding: 0;
  margin-top: 2rem;
}

.titleSpec {
  grid-area: 1 / 1 / 2 / 5;
  background: transparent;
  color: #1a1718;
  text-align: left;
  padding: 0 4px 9px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
  font-family: Urbanist, sans-serif;
  border-bottom: 3px solid #1a1718;
}

.item {
  background: transparent;
  text-align: left;
  padding: 12px 10px 12px 0;
  text-transform: capitalize;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  font-family: Urbanist, sans-serif;
  font-size: 1.2rem;
  color: #3a3637;
}

.grid-container .item:nth-child(even) {
  font-weight: 700;
  color: #1a1718;
  padding-right: 12px;
}

.grid-container .item:nth-child(4n) {
  padding-left: 1.5rem;
}

/* ---------- Brand gradient logo bar ---------- */
.titleSpecLogo {
  background: linear-gradient(to right, #6c217f, #EE212E, #3091D3);
  height: 80px;
  width: 100%;
  padding: 0.75rem 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.titleSpecLogo img {
  display: block;
  height: auto;
  max-height: 50px;
  width: auto;
}

/* ---------- Product header (title + bullets + image) ---------- */
.specSku {
  margin-top: 2.25rem !important;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
  gap: 2rem;
  width: 100%;
  box-sizing: border-box;
}

.title-block {
  display: block;
  margin: 0 0 0.75rem 0;
  padding: 0;
  text-align: left;
}

.specProductName {
  font-family: Urbanist, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1a1718;
  margin: 0 0 0.6rem 0;
  padding: 0;
  text-align: left;
}

.item-number {
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #231f20;
  margin: 0;
  padding: 0;
}

.enhanced-content-bullets {
  font-family: Urbanist, sans-serif;
  max-width: 60%;
  margin: 0;
}

.enhanced-content-bullets ul {
  list-style: none;
  margin: 0.75rem 0 0 0;
  padding-left: 0;
}

.enhanced-content-bullets li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.35rem;
  line-height: 1.5;
  color: #2b2728;
  margin-bottom: 0.5rem;
}

.enhanced-content-bullets li::before {
  content: "\2022";
  color: #EE212E;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.specIntroText p,
.product-header p,
.enhanced-content-bullets p,
.title-block ~ p {
  margin-top: 1rem !important;
  margin-bottom: 0;
}

.product-image {
  max-width: 42%;
  height: auto;
  margin-left: auto;
  margin-top: 2.25rem;
  align-self: flex-start;
}

/* ============================================================
   RESPONSIVE (screen only) — Mobile & Tablet View
   ============================================================ */
@media screen and (max-width: 768px) {
  .enhanced-content-bullets p,
  .enhanced-content-bullets ul,
  .enhanced-content-bullets li,
  .specIntroText p,
  .title-block ~ p {
    display: none !important;
  }

  .enhanced-content-bullets,
  .enhanced-content-bullets a,
  .enhanced-content-bullets a li,
  .enhanced-content-bullets ul:has(a),
  .enhanced-content-bullets li:has(a) {
    display: block !important;
  }

  .enhanced-content-bullets a {
    margin-top: 0.75rem !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #1a1718 !important;
    text-decoration: underline !important;
  }

  .enhanced-content-bullets a li::before,
  .enhanced-content-bullets a::before {
    content: none !important;
  }

  .product-header {
    flex-direction: column-reverse;
    gap: 1.5rem;
    margin-top: 1rem;
    width: 100% !important;
  }

  .title-block,
  .enhanced-content-bullets {
    width: 100% !important;
    max-width: 100% !important;
  }

  .specProductName {
    font-size: 1.85rem;
    line-height: 1.25;
    width: 100% !important;
  }

  .item-number {
    font-size: 1.1rem;
  }

  .product-image {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    align-self: center;
  }

  .grid-container {
    grid-template-columns: 35% 65%;
    row-gap: 0;
    margin-top: 1.5rem;
  }

  .titleSpec {
    grid-area: auto;
    grid-column: 1 / -1;
    font-size: 1.2rem;
  }

  .item {
    font-size: 0.95rem;
    padding: 8px 6px 8px 0;
  }

  .grid-container .item:nth-child(4n) {
    padding-left: 0;
  }

  .titleSpecLogo {
    height: 60px;
    padding: 0.5rem 0.75rem;
  }

  .titleSpecLogo img {
    max-height: 38px;
  }
}

/* ============================================================
   PRINT — Exact Original Layout with Visible Footer
   ============================================================ */
@media print {
  @page {
    size: letter portrait;
    margin: 0.3in;
  }

  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #231f20 !important;
    font-family: Urbanist, sans-serif !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body {
    zoom: 100% !important;
  }

  #dvContainer2,
  #dvContainer2 *,
  #dvContainer2::after {
    visibility: visible !important;
  }

  /* ---------- Header ---------- */
  #dvContainer2 .specSheetHeader {
    width: 100% !important;
    padding: 1.5rem 2rem 1.5rem 3rem !important;
    margin: 0 0 0.4rem 0 !important;
    line-height: 1rem !important;
    background: linear-gradient(100deg, #6c217f, #ee212e, #3091d3) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
  }

  #dvContainer2 .specSheetHeader img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    display: block !important;
  }

  /* ---------- Product intro ---------- */
  #dvContainer2 .specIntro {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    margin: 0 0 1rem 0 !important;
    padding-top: 2rem !important;
    width: 100% !important;
    min-height: 2.15in !important;
    box-sizing: border-box !important;
  }

  #dvContainer2 .specIntroText {
    flex: 1 1 60% !important;
    padding-right: 2rem !important;
    box-sizing: border-box !important;
  }

  #dvContainer2 .specIntroImage {
    flex: 0 0 38% !important;
    width: 38% !important;
    max-width: 320px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 !important;
    align-self: center !important;
  }

  #dvContainer2 .specSku {
    display: inline-block !important;
    background: #f0f0f0 !important;
    color: #231f20 !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    padding: 5px 14px !important;
    border-radius: 999px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    text-transform: uppercase !important;
  }

  #dvContainer2 .specProductName {
    font-family: Urbanist, sans-serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #1a1718 !important;
    margin: 0 0 0.6rem 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #dvContainer2 .enhanced-content-bullets {
    font-family: Urbanist, sans-serif !important;
    max-width: 80% !important;
    margin: 0 !important;
  }

  #dvContainer2 .enhanced-content-bullets ul {
    list-style: none !important;
    margin: 0.75rem 0 0 0 !important;
    padding-left: 0 !important;
  }

  #dvContainer2 .enhanced-content-bullets li {
    position: relative !important;
    padding-left: 1.2em !important;
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
    color: #2b2728 !important;
    margin-bottom: 0.35rem !important;
  }

  #dvContainer2 .enhanced-content-bullets li::before {
    content: "\2022" !important;
    color: #ee212e !important;
    font-weight: 700 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }

  #dvContainer2 .enhanced-content-bullets li a {
    color: #231f20 !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
  }

  /* ---------- Tables ---------- */
  #dvContainer2 .grid-container {
    display: grid !important;
    grid-template-columns: 25% 25% 25% 25% !important;
    gap: 0 !important;
    padding: 0 !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border: 0 !important;
  }

  #dvContainer2 .titleSpec,
  #dvContainer2 .grid-container .titleSpec,
  #dvContainer2 .grid-container > .titleSpec {
    grid-column: 1 / -1 !important;
    background: transparent !important;
    color: #1a1718 !important;
    text-align: left !important;
    padding: 0 4px 9px 0 !important;
    margin: 0 0 6px 0 !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    letter-spacing: 0.08em !important;
    font-family: Urbanist, sans-serif !important;
    border: 0 !important;
    border-bottom: 2px solid #1a1718 !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  #dvContainer2 .item,
  #dvContainer2 .grid-container .item,
  #dvContainer2 .grid-container > .item {
    background: transparent !important;
    text-align: left !important;
    padding: 10px 10px 10px 0 !important;
    text-transform: capitalize !important;
    border: 0 !important;
    border-bottom: 1px solid #dcdcdc !important;
    font-family: Urbanist, sans-serif !important;
    font-size: 0.9rem !important;
    color: #3a3637 !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  #dvContainer2 .grid-container .itemLabel {
    font-weight: 700 !important;
    color: #1a1718 !important;
    padding-right: 12px !important;
  }

  #dvContainer2 .grid-container .itemValue {
    color: #3a3637 !important;
    padding-right: 12px !important;
  }

  #dvContainer2 .grid-container .item:nth-child(4n) {
    padding-left: 1.5rem !important;
  }

  #dvContainer2 .specSpacer {
    height: 3rem !important;
  }

  #dvContainer2 .grid-container,
  #dvContainer2 .titleSpec,
  #dvContainer2 .item {
    break-inside: avoid !important;
    page-break-inside: avoid !important;
  }

  /* ---------- Printable Footer ---------- */
  .print-footer-wrapper,
  .print-footer {
    display: block !important;
    visibility: visible !important;
  }

  /* Force website address at the bottom right corner */
  #dvContainer2::after,
  body::after {
    content: "www.universalsecurity.com" !important;
    position: fixed !important;
    right: 0.3in !important;
    bottom: 0.2in !important;
    display: block !important;
    visibility: visible !important;
    font-family: Urbanist, sans-serif !important;
    font-size: 9pt !important;
    font-weight: 700 !important;
    color: #1a1718 !important;
    letter-spacing: 0.03em !important;
    z-index: 999999 !important;
  }
}

  .print-footer {
    display: block !important;
    visibility: visible !important;
    font-family: Urbanist, sans-serif !important;
    font-size: 8pt !important;
    font-weight: 600 !important;
    color: #1a1718 !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  /* Disable fixed corner address pseudo-element */
  #dvContainer2::after {
    display: none !important;
    content: none !important;
  }
}