/** Shopify CDN: Minification failed

Line 52:0 Unexpected "<"

**/
/* ===== FROSTNECK™ - Collapsible Section Dark Mode ===== */

#shopify-section-template--26620340109641__collapsible_content_VV38cX {
  background-color: #0B0F1A !important;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX .accordion__content,
#shopify-section-template--26620340109641__collapsible_content_VV38cX details {
  background-color: #131A2A !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  transition: all 0.3s ease !important;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX details summary {
  padding: 20px 24px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #ffffff !important;
  cursor: pointer;
  transition: color 0.3s ease;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX details summary:hover {
  color: #00AEEF !important;
  box-shadow: 0 0 12px rgba(255, 107, 53, 0.3) !important;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX details[open] {
  box-shadow: 0 0 18px rgba(0, 174, 239, 0.35) !important;
  border: 1px solid #00AEEF !important;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX details[open] summary {
  color: #00AEEF !important;
}

#shopify-section-template--26620340109641__collapsible_content_VV38cX .accordion__content p,
#shopify-section-template--26620340109641__collapsible_content_VV38cX .rte {
  padding: 0 24px 20px !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #c8d6e5 !important;
}
/* ===== END FROSTNECK™ ===== */
<div class="frost-card">

<h2>❄️ La différence FROSTNECK™</h2>

<p>Fraîcheur instantanée. Partout.</p>

</div>
.multicolumn-card,
.collapsible-content,
.rich-text {

background: linear-gradient(
180deg,
#0F172A 0%,
#111827 100%
) !important;

border: 1px solid rgba(255,255,255,.06) !important;

border-radius: 24px !important;

padding: 28px !important;

color: white !important;

box-shadow:
0 0 30px rgba(0,174,255,.08);

}
.mobile-sticky-atc {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #0B0F1A;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -8px 30px rgba(0,0,0,.35);
  }

  .sticky-price span {
    display: block;
    color: #D1D5DB;
    font-size: 12px;
  }

  .sticky-price strong {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
  }

  .sticky-btn {
    background: linear-gradient(90deg,#FF5A00,#FF7B00);
    color: #fff;
    padding: 14px 26px;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 0 22px rgba(255,90,0,.4);
  }

  body {
    padding-bottom: 80px;
  }
}