/** Shopify CDN: Minification failed

Line 180:2 Unexpected "}"
Line 239:20 Expected identifier but found whitespace
Line 239:34 Unexpected ";"
Line 371:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-accordian (INDEX:81) */
/* ═══════════════════════════════════════════
     Product Details Accordion — pd-accordions
     ═══════════════════════════════════════════ */

 

  .pd-accordions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  /* ── Accordion wrapper ── */
  .pd-acc {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .pd_title{
        background: linear-gradient(278.53deg, #C881AE 6.35%, #94286C 93.31%);
        -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
  }
  /* ── Header button ── */
  .pd-acc__header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 8px;
  }

  .pd-acc__title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.1px;
  }

  .pd-acc__title--gold {
    color: #9b59b6; /* purple matching the screenshot */
  }

  .pd-acc__icon {
    flex-shrink: 0;
    color: #555;
    font-size: 16px;
    transition: transform 0.25s ease;
    line-height: 1;
  }

  .pd-acc--open .pd-acc__icon {
    transform: rotate(180deg);
  }

  /* ── Body ── */
  .pd-acc__body {
    overflow: hidden;
    transition: max-height 0.32s ease;
  }

  .pd-acc__body[hidden] {
    display: none;
  }

  .pd-acc__inner {
    
    border-top: 1px solid #efefef;
  }

  /* ── SKU ── */
  .pd-sku {
    font-size: 13px;
    color: #777;
    margin: 14px 0 8px;
  }

  .pd-sku__label {
    color: #9b59b6;
    font-weight: 600;
  }

  .pd-sku__value {
    color: #333;
    font-weight: 500;
  }

  /* ── Set description ── */
  .pd-set-desc p{
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.5;
  }

  /* ── Chain note ── */
  .pd-chain-note {
    font-size: 12px;
    color: #c0392b;
    margin-bottom: 14px;
    line-height: 1.4;
  }

  /* ── Spec grid ── */
  .pd-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .pd-spec-block {
    padding: 14px 14px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .pd-spec-block:nth-child(2) {
    border-right: none;
  }

  .pd-spec-block--full {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
    border-bottom: 1px solid #e0e0e0;
  }

  /* ── Spec block title ── */
  .pd-spec-block__title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .pd-spec-block__icon {
    font-size: 16px;
  }

  /* ── Spec list ── */
  .pd-spec-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
   
    
}

/* Remove line from last block */
.pd-spec-block--full:last-child {
  border-bottom: none;
}
  }

  .pd-spec-block__list li {
    font-size: 13.5px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .pd-spec-block__list li::before {
    content: "•";
    color: #9b59b6;
    font-size: 11px;
    flex-shrink: 0;
  }

  .pd-spec-block__list--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
  }

  /* ── Warranty ── */
  .pd-warranty {
    font-size: 12.5px;
    color: #555;
    line-height: 1.5;
  }

  .pd-warranty__label {
    color: #9b59b6;
    font-weight: 600;
  }

  /* ── Price Table ── */
  .pd-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    font-size: 13px;
  }

  .pd-price-table tr {
    border-bottom: 1px solid #eee;
  }

  .pd-price-table__label {
    padding: 8px 0;
    color: #666;
  }

  .pd-price-table__value {
    padding: 8px 0;
    text-align: right;
    font-weight: 600;
    color: #1a1a1a;
  }

    justify-content: space-between;
    padding: 16px 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 8px;
  }

  .pd-acc__title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.1px;
  }

  .pd-acc__title--gold {
    color: #9b59b6; /* purple matching the screenshot */
  }

  .pd-acc__icon {
    flex-shrink: 0;
    color: #555;
    font-size: 16px;
    transition: transform 0.25s ease;
    line-height: 1;
  }

  .pd-acc--open .pd-acc__icon {
    transform: rotate(180deg);
  }

  /* ── Body ── */
  .pd-acc__body {
    overflow: hidden;
    transition: max-height 0.32s ease;
  }

  .pd-acc__body[hidden] {
    display: none;
  }

  .pd-acc__inner {
    
    border-top: 1px solid #efefef;
  }

  /* ── SKU ── */
  .pd-sku {
    font-size: 13px;
    color: #777;
    margin: 14px 0 8px;
  }

  .pd-sku__label {
    color: #9b59b6;
    font-weight: 600;
  }

  .pd-sku__value {
    color: #333;
    font-weight: 500;
  }

  /* ── Set description ── */
  .pd-set-desc p{
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.5;
  }

  /* ── Chain note ── */
  .pd-chain-note {
    font-size: 12px;
    color: #c0392b;
    margin-bottom: 14px;
    line-height: 1.4;
  }

  /* ── Spec grid ── */
  .pd-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .pd-spec-block {
    padding: 14px 14px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .pd-spec-block:nth-child(2) {
    border-right: none;
  }

  .pd-spec-block--full {
    grid-column: 1 / -1;
    border-right: none;
    border-bottom: none;
    border-bottom: 1px solid #e0e0e0;
  }

  /* ── Spec block title ── */
  .pd-spec-block__title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .pd-spec-block__icon {
    font-size: 16px;
  }

  /* ── Spec list ── */
  .pd-spec-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
   
    
}

}

  /* Remove line from last block */
  .pd-spec-block--full:last-child {
    border-bottom: none;
  }

  .pd-spec-block__list li {
    font-size: 13.5px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .pd-spec-block__list li::before {
    content: "•";
    color: #9b59b6;
    font-size: 11px;
    flex-shrink: 0;
  }

  .pd-spec-block__list--two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    align-content: start;
    align-items: start;
  }

  /* ── Warranty ── */
  .pd-warranty {
    font-size: 12.5px;
    color: #555;
    line-height: 1.5;
  }

  .pd-warranty__label {
    color: #9b59b6;
    font-weight: 600;
  }

  /* ── Price Table ── */
  .pd-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    font-size: 13px;
  }

  .pd-price-table tr {
    border-bottom: 1px solid #eee;
  }

  .pd-price-table__label {
    padding: 8px 0;
    color: #666;
  }

  .pd-price-table__value {
    padding: 8px 0;
    text-align: right;
    font-weight: 600;
    color: #1a1a1a;
  }

  .pd-price-table__total-row {
    border-top: 2px solid #ddd;
    border-bottom: none;
  }

  .pd-price-table__label--total {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 14px;
  }

  .pd-price-table__value--total {
    font-weight: 700;
    color: #9b59b6;
    font-size: 14px;
  }

  /* ── Policy text ── */
  .pd-policy-text {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin-top: 12px;
  }
/* END_SNIPPET:product-accordian */