/** Shopify CDN: Minification failed

Line 191:20 Unexpected "{"
Line 191:29 Expected ":"
Line 482:22 Unexpected "{"
Line 482:31 Expected ":"

**/
.modal-backdrop.show{
    display:none !important;
  }
  #productrelated {
    margin-top: 40px
  }
  .product-modal__image {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-height: 95%;
    max-width: 95%;
    margin: 0 auto;
    cursor: auto
  }

  .no-csstransforms .product-modal__image {
    top: 2.5%
  }

  #nav-tab-info .nav-tabs {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    box-shadow: 0 -1px var(--g-input-border) inset;
  }

  #nav-tab-info .nav-tabs .nav-link {
    border: none;
    color: var(--g-color-heading);
    position: relative;
  }
  #nav-tab-info .nav-tabs .nav-link:before{
    content: "";
    width: 0;
    transition: width .3s ease;
    border-bottom: 2px solid var(--g-color-heading);
    position: absolute;
    bottom: 1px;
    left: 0;
  }

  #nav-tab-info .nav-tabs .nav-link.active:before{
    width: 100%;
  }

  #nav-tab-info .nav-tabs .nav-item {
    padding:0;
    margin:0 5rem -2px 0;
    font-weight: var(--g-h6-font-weight);
    font-size: var(--g-h6-font-size);
    line-height: var(--g-h6-font-lineheight);
    letter-spacing: var(--g-h6-font-spacing);
    text-transform: var(--g-h6-font-transform);
    background-color: transparent;
    padding:0px 0px 16px;
  }

  .nav-link .spr-badge-starrating {
    display: none
  }

  .social-sharing .col-title {
    line-height: 1.8;
    min-width: 75px;
  }

  .safe-checkout-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-form__quantity-submit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0.5rem;
  }

  .product-form__quantity-submit .product-form__item--submit {
    margin-left: 0;
  }

  /* ── Quantity stepper ── */
  .product-form__item--quantity .js-qty {
    position: relative;
    border-radius: 14px;
    border: 1px solid #d0d0d0;
    height: 56px;
    background: #f5f5f5;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
  }

  .product-form__item--quantity .js-qty__adjust {
    position: static;
    background: transparent;
    border: none;
    width: 44px;
    height: 100%;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    flex-shrink: 0;
  }

  .product-form__item--quantity .js-qty__adjust:hover,
  .product-form__item--quantity .js-qty__adjust:focus {
    background: #e8e8e8;
  }

  .product-form__item--quantity .js-qty__input {
    border: none;
    background: transparent;
    text-align: center;
    width: 48px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    flex-shrink: 0;
  }

  .product-form__item--quantity .js-qty__input::-webkit-inner-spin-button,
  .product-form__item--quantity .js-qty__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Reset inherited .product-form__input on the quantity field */
  .product-form__item--quantity input.product-form__input {
    display: none;
  }

  /* ── Add-to-cart button ── */
  .product-form__cart-submit.btn-theme {
    border-radius: 14px;
    min-height: 56px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .selector-wrapper:not(.color-product-selector) {
    margin: 1.5rem 0;
  }
  .color-product-selector {
    margin-bottom: 4rem;
  }
  .color-product-selector + .selector-wrapper,
  .color-product-selector + .product-form__item {
    margin-top: 4rem;
    clear: both;
    padding-top: 0;
  }
  #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 2rem;
  }
  .template-product .main-content{
    padding-top:8px;
  }
  .product-form-select .selector-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .salepoint .icon{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke:currentColor !important;
    stroke-linecap:miter;
    stroke-linejoin:miter;
  }
  .tabcustom{
    padding: 12px 18px 12px 0;
    position: relative;
    border-bottom: 1px solid var( --g-input-border);
    cursor: pointer;
  }
  .tabcustom i{
    font-size: 14px;
    transition: transform .2s ease;
    position: absolute;
    top: 22px;
    right: 0;
    transform: rotate(270deg);
  }
  .tabcustom svg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
  }
  .tabcustom.collapsed i{
    transform: rotate(90deg);
  }
  .tabcustom:after,.tabcustom:before{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 1.5px;
    background-color: currentColor;
  }
  .tabcustom.collapsed::before{
    transform: rotate(-90deg);
  }
  .product-single__meta .product-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .review + .product-block{
    margin:0 0 1.5rem;
  }
  /* Tighten gap above the first accordion when it follows a content block,
     and stack consecutive accordions flush (no extra space between them). */
  .product-single__meta .product-block + .accordion{
    margin-top: -1rem;
  }
  .product-single__meta .accordion + .accordion{
    margin-top: 0;
  }
  .product-single__meta .ptrust-badge{
    margin-top: 0.5rem;
  }
  .product-single__meta-price{
    display: flex;
    align-items: center;
  }
  .product-single__meta-price li{
    display: flex;
    align-items: center;
  }
  .product-single__meta .accordion + .accordion{
    margin:0;
  }
  .product-single__meta .product-block + .accordion{
    margin:0.5rem 0 0 ;
  }
  .product-single__meta .accordion + .product-block{
    margin:1.5rem 0  ;
  }
  .product-single__meta .product-title{
    margin: 0 0 0.25rem;
  }
  .product-single__meta hr{
    margin:1rem 0 1.5rem;
  }
  .product-single__meta .product-title + .product-single__meta-list{
    margin:0 0 1.5rem;
  }
  .product-single__meta .salepoint + .salepoint{
    margin:0 0 1.5rem ;
  }
  .product-single__meta .salepoint + .product-freeship{
    margin:0 0 1.5rem ;
  }
  .product-single__meta .shopify-block{
    margin:0 0 1.5rem;
  }
  .product-single__meta .fake-view + .product__text{
    margin:0 0 1.5rem ;
  }
   .product-single__meta .shopify-block + .product-short__description{
    margin-top: 0;
   }
  .product-title .product-label{
    position: static;
    transform:none;
    
  }
  .product-title .product-label .product-tag--absolute{
    margin-bottom: 0.75rem !important;
    border:1px solid var( --g-input-border);
    margin-right: 0.5rem;
  }
  .photos__item--thumbs{
    padding:0 0px 24px;
  }
  .product-single__video iframe,.product-single__video video,.product-single__video model-viewer{ 
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
  }
  .product-single__video model-viewer{
    width: 100%;
  }
  .media__poster-button{
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
  }
  .square{
    padding-top:100% !important;
    overflow:hidden;
  }
  .portrait{
    padding-top:120% !important;
    overflow:hidden;
  }
  .square img,.portrait img{
    width: 100%;
    height:100%;
    object-fit:cover;
  }
  .portrait video,.portrait iframe,.square video,.square iframe{
    object-fit: cover;
  }
  /*.spr-summary-actions .spr-summary-actions-newreview{
    color:white !important;
  }*/
  
  .product-grid-buywith .js-grid-cart{
    cursor: pointer;
  }
  .product-countdown{
    border:1px solid var(--g-main);
    padding: 1rem;
    --g-color-heading:var(--g-main);
    --color-body-text:var(--g-main);
  }
  .product-countdown .js-countdown ul {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    
  }
  .product-countdown .js-countdown ul li{
    line-height: 1;
    position: relative;
  }
  .product-countdown .js-countdown ul li:not(:last-child)::before{
    content: ":";
    position: absolute;
    right: -0.6rem;
    color:var(--g-main);
  }
  .product-countdown .js-countdown .countdown-time{
    display: inline-flex;
    min-width: 22px;
    color:var(--g-main);
    font-size: var(--g-h5-font-size);
    margin-right: 2px;
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-time b{
    font-weight:500;
  }
  .product-countdown .js-countdown .countdown-text, .product-countdown .js-countdown span.countdown-time-single{
    font-size: 80%;
    color:var(--g-main);
    text-transform: uppercase;
  }
  .product-countdown .js-countdown span.countdown-text{
    display: none;
  }
  .product-countdown .js-countdown span.countdown-time-single{
    display: inline-block !important;
  }
  .ptrust-badge-heading{
    position: absolute;
    top:-10px;
    background-color: var(--color-body);
    left:50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
  .ptrust-badge .payment-icons svg{
    width: 40px;
    height: auto;
  }
  .product-block__banner img{
    width: 40px !important;
  }
  .product-block__banner .img_svg svg{
    width: 40px !important;
    height:40px !important;
    stroke: currentColor;
    fill: none;
  }
  .product-block__iwt svg{
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
  }
  @media (min-width:991px) {
    .photos-sticky{
      position: sticky;
      top: 6.65rem;
      max-height: calc(100vh - 6.65rem - 1.5rem);
      overflow-y: auto;
      overflow-x: hidden;
      /* Subtle, editorial scrollbar */
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
      /* Soft fade at top/bottom to hint at scrollable content */
      mask-image: linear-gradient(to bottom,
        transparent 0,
        #000 12px,
        #000 calc(100% - 12px),
        transparent 100%);
      -webkit-mask-image: linear-gradient(to bottom,
        transparent 0,
        #000 12px,
        #000 calc(100% - 12px),
        transparent 100%);
      padding-right: 6px;
    }
    .photos-sticky::-webkit-scrollbar {
      width: 4px;
    }
    .photos-sticky::-webkit-scrollbar-track {
      background: transparent;
    }
    .photos-sticky::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.18);
      border-radius: 2px;
    }
    .photos-sticky::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.35);
    }
    .template-product .page-container{
      overflow: visible;
    }
  }
  @media (max-width:1100px) {
    #shopify-section-{{ section.id }} .product-single__info-wrapper{
      padding:0rem 0rem 0rem 0rem;
    }
    .product-form__quantity-submit{
      flex-direction: column;
    }
    .product-form__quantity-submit > .d-flex.flex-row{
      gap: 12px;
    }
    .product-form__item--quantity{
      width: 100%;
      margin-bottom: 0;
    }
    .product-form__item--quantity .js-qty {
      width: 100%;
      justify-content: center;
    }
    .product-form__quantity-submit .product-form__item--submit{
      margin: 0 !important;
      width: 100%;
    }
    .product-form__cart-submit.btn-theme {
      width: 100%;
    }
    .product-form__buynow{
      margin:0;
    }
  }
  @media (max-width:767px) {
    .product-form__quantity-submit > .d-flex.flex-row{
      gap: 10px;
    }
    .product-form__item--quantity{
      flex: 0 0 auto;
      width: auto;
    }
    .product-form__item--submit{
      flex: 1 1 auto;
    }
    .product-form__cart-submit.btn-theme {
      min-height: 48px;
      font-size: 13px;
      letter-spacing: 0.3px;
      border-radius: 12px;
      padding-left: 14px;
      padding-right: 14px;
    }
  }
  .spr-header-title{
    font-weight: var(--g-h4-font-weight);
    font-size: var(--g-h4-font-size);
    line-height: var(--g-h4-font-lineheight);
    letter-spacing: var(--g-h4-font-spacing);
    text-transform: var(--g-h4-font-transform);;
  }
  @media (max-width:767px) {
    .main-content {
      padding-top: 20px;
    }
  }
  .tab-content ul {
    padding-left: 1rem;
  }

/* =============================================
   Entrance animations — subtle reveal on load
   ============================================= */

/* --- Product info stagger --- */
@keyframes pdpBlockReveal {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.product-single__meta > .product-block {
  animation: pdpBlockReveal 400ms ease-out both;
}

.product-single__meta > .product-block:nth-child(1) { animation-delay: 0ms; }
.product-single__meta > .product-block:nth-child(2) { animation-delay: 80ms; }
.product-single__meta > .product-block:nth-child(3) { animation-delay: 160ms; }
.product-single__meta > .product-block:nth-child(4) { animation-delay: 240ms; }
.product-single__meta > .product-block:nth-child(5) { animation-delay: 320ms; }
.product-single__meta > .product-block:nth-child(n+6) { animation-delay: 400ms; }

/* --- Qty + Cart entrance --- */
@keyframes pdpQtyReveal {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.product-form__quantity-submit {
  animation: pdpQtyReveal 400ms ease-out 500ms both;
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .product-single__meta > .product-block,
  .product-form__quantity-submit {
    animation: none;
  }
}

/* =============================================
   Size guide modal — viewport-level overlay fix
   ============================================= */
#jsSizeGuide.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.55);
}

#jsSizeGuide .modal-dialog {
  max-width: 960px;
  margin: 1.75rem auto;
}

@media (max-width: 575px) {
  #jsSizeGuide .modal-dialog {
    margin: 0.5rem;
  }
}

/* === Metaobject-driven product tabs (Material / Sizing / Care) === */
.pmeta-block {
  padding: 24px 0 8px;
  color: #0a0a0a;
}
.pmeta-section {
  margin-bottom: 22px;
}
.pmeta-section:last-child { margin-bottom: 0; }
.pmeta-eyebrow {
  display: block;
  font-family: var(--g-font-2, ui-monospace, monospace);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}
.pmeta-body {
  font-family: var(--g-font-1, sans-serif);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.78);
  max-width: 60ch;
}
.pmeta-body p { margin: 0 0 8px; }
.pmeta-body p:last-child { margin-bottom: 0; }
.pmeta-fit {
  font-family: var(--g-font-1, sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

/* Editorial stat grid for "On the model" — anonymized, dynamic, big numbers */
.pmeta-onbody__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4px;
}
.pmeta-onbody__cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  position: relative;
}
.pmeta-onbody__cell + .pmeta-onbody__cell {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.pmeta-onbody__label {
  font-family: var(--g-font-2, monospace);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.pmeta-onbody__value {
  font-family: var(--g-font-1, sans-serif);
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0a0a0a;
  text-transform: uppercase;
  padding-top: 2px;
  font-variant-numeric: tabular-nums;
}
.pmeta-onbody__caption {
  font-family: var(--g-font-2, monospace);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 4px;
}

/* Single-cell variant for the simplified Shipping tab box */
.pmeta-onbody__grid.pship-stats {
  grid-template-columns: 1fr;
}

/* Right-column tab strip (Material / Sizing / Care) */
.product-meta-tabs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.product-meta-tabs__nav {
  position: relative;
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}
.product-meta-tabs__btn {
  flex: 1 1 auto;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 14px 4px 12px;
  font-family: var(--g-font-2, monospace);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.25s ease;
  position: relative;
  z-index: 1;
}
.product-meta-tabs__btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.product-meta-tabs__btn.is-active {
  color: #0a0a0a;
}
.product-meta-tabs__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-meta-tabs__icon .icon {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-meta-tabs__btn.is-active .product-meta-tabs__icon .icon {
  transform: scale(1.08);
}
.product-meta-tabs__indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: var(--acc, #ff4a1c);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  will-change: transform, width;
}
.product-meta-tabs__panels {
  position: relative;
}
.product-meta-tabs__panel {
  display: none;
}
.product-meta-tabs__panel.is-active {
  display: block;
  animation: pmeta-tab-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes pmeta-tab-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.product-meta-tabs__panel.is-active > .pmeta-block > .pmeta-section {
  animation: pmeta-section-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.product-meta-tabs__panel.is-active > .pmeta-block > .pmeta-section:nth-child(1) { animation-delay: 0.10s; }
.product-meta-tabs__panel.is-active > .pmeta-block > .pmeta-section:nth-child(2) { animation-delay: 0.16s; }
.product-meta-tabs__panel.is-active > .pmeta-block > .pmeta-section:nth-child(3) { animation-delay: 0.22s; }
.product-meta-tabs__panel.is-active > .pmeta-block > .pmeta-section:nth-child(4) { animation-delay: 0.28s; }

/* Hide tab source markup by default to prevent FOUC.
   JS un-hides it (.is-fallback) only when there aren't enough sources to mount tabs. */
.product-single__meta .accordion.js-meta-tab-source {
  display: none;
}
.product-single__meta .accordion.js-meta-tab-source.is-fallback {
  display: block;
}
.product-single__meta .product-meta-tabs {
  margin-top: -4px;
}

/* Breathing room at the bottom of the product info column */
.product-single__info-wrapper {
  margin-bottom: 20px;
}

/* Smoother accordion fallback (used only when JS doesn't mount tabs) */
.product-single__meta .collapsing {
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.product-single__meta .collapse.show > .py-3 {
  animation: pmeta-reveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}
@keyframes pmeta-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.product-single__meta .collapse.show > .py-3 > .pmeta-block > .pmeta-section {
  animation: pmeta-section-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.product-single__meta .collapse.show > .py-3 > .pmeta-block > .pmeta-section:nth-child(1) { animation-delay: 0.12s; }
.product-single__meta .collapse.show > .py-3 > .pmeta-block > .pmeta-section:nth-child(2) { animation-delay: 0.18s; }
.product-single__meta .collapse.show > .py-3 > .pmeta-block > .pmeta-section:nth-child(3) { animation-delay: 0.24s; }
.product-single__meta .collapse.show > .py-3 > .pmeta-block > .pmeta-section:nth-child(4) { animation-delay: 0.30s; }
@keyframes pmeta-section-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.product-single__meta .tabcustom {
  transition: padding-left 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
}
.product-single__meta .tabcustom:hover {
  padding-left: 4px;
}
.product-single__meta .tabcustom:not(.collapsed) {
  color: var(--acc, #ff4a1c);
}

/* Care pictogram grid */
.pcare-grid {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pcare-grid li:before { content: none !important; }
.pcare-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
  transition: border-color .2s ease;
}
.pcare-item:hover { border-color: rgba(0, 0, 0, 0.4); }
.pcare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.7);
}
.pcare-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: none !important;
  stroke: currentColor;
}
.pcare-icon svg path,
.pcare-icon svg polygon,
.pcare-icon svg rect,
.pcare-icon svg line {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.3;
}
.pcare-icon svg circle {
  stroke: currentColor;
  stroke-width: 1.3;
}
.pcare-icon svg line[stroke-width="1.8"] {
  stroke-width: 1.6;
}
.pcare-label {
  font-family: var(--g-font-2, ui-monospace, monospace);
  font-size: 10.5px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 600px) {
  .pcare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}