:root{
  --bg:#140b06;
  --bg2:#1b0f09;

  --text:#efe5d6;
  --muted:#d2c2ac;
  --line:rgba(239,229,214,.18);

  --gold:#c8a46a;
  --gold2:#9a6e35;

  --serifTitle: "Cinzel", serif;
  --serif: "Cormorant Garamond", serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --shadow: 0 18px 70px rgba(0,0,0,.60);
  --radius: 14px;
}

.pHero{
  padding: 26px 0 42px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(1000px 700px at 30% 5%, rgba(200,164,106,.10), transparent 60%),
    radial-gradient(900px 700px at 75% 30%, rgba(0,0,0,.30), transparent 55%),
    linear-gradient(180deg, rgba(20,11,6,.85), rgba(27,15,9,.95));
}

.container{width:min(1120px, 92vw); margin-inline:auto;}
.frame{
  border-radius: var(--radius);
  border:1px solid rgba(200,164,106,.25);
  background: rgba(0,0,0,.20);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.pHero__breadcrumbs{
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(239,229,214,.70);
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.pHero__breadcrumbs a{color: rgba(239,229,214,.80);}
.pHero__sep{opacity:.6}
.pHero__current{color: rgba(239,229,214,.92);}

.pGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items:start;
}

.pGallery__main{
  aspect-ratio: 1 / 1;
  display:grid;
  place-items:center;
}
.pGallery__main img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:center;
  transform: scale(1.01);
  transition: transform 240ms ease;
}
.pGallery__main:hover img{transform: scale(1.06);}

.pGallery__thumbs{
  display:flex;
  gap: 10px;
  margin-top: 12px;
  overflow:auto;
  padding-bottom: 4px;
}
.pThumb{
  width: 74px;
  height: 74px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.22);
  padding: 0;
  overflow:hidden;
  cursor:pointer;
  flex: 0 0 auto;
}
.pThumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.pThumb.is-active{
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 3px rgba(200,164,106,.12);
}

.pInfo{padding-top: 6px;}
.pTitle{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  letter-spacing: .6px;
  color: rgba(255,255,255,.96);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
}
.pMeta{display:grid; gap: 10px;}
.pStars{
  color: rgba(200,164,106,.95);
  font-size: 16px;
  display:flex;
  align-items:center;
  gap: 10px;
}
.pStars__count{
  color: rgba(239,229,214,.75);
  font-family: var(--sans);
  font-size: 13px;
}

.pBadgeRow{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pBadge{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.84);
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.18);
  border-radius: 999px;
  padding: 7px 10px;
}

.pShort{
  margin: 16px 0 18px;
  color: rgba(239,229,214,.86);
  font-size: 18px;
  line-height: 1.7;
  max-width: 60ch;
}

.pPriceBox{
  border-radius: 18px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.22);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  padding: 18px 18px 16px;
}
.pPriceBox__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.70);
  text-transform: uppercase;
  letter-spacing: .9px;
}
.pPriceBox__price{
  margin-top: 6px;
  display:flex;
  align-items: baseline;
  gap: 10px;
}
#pPriceValue{
  font-family: var(--serifTitle);
  font-size: 34px;
  letter-spacing: .3px;
  color: rgba(255,255,255,.95);
}
.pPriceBox__unit{
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(239,229,214,.70);
}

/* Delivery fee line */
.pFee{
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(255,255,255,.03);
}
.pFee__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.62);
}
.pFee__value{
  font-family: var(--serifTitle);
  font-size: 12px;
  color: rgba(239,229,214,.92);
  letter-spacing: .3px;
}
.pPriceBox__mini{
  margin-top: 10px;
  display:flex;
  gap: 10px;
  align-items:center;
}
.pMiniLabel{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.62);
}
.pMiniValue{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.90);
  padding: 5px 8px;
  border-radius: 10px;
  border: 1px solid rgba(239,229,214,.12);
  background: rgba(255,255,255,.04);
}

/* Currency switch */
.pCurrency{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
}

/* caret indicator for <select> */
.pCurrency::after{
  content:"▾";
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events:none;
  opacity:.85;
  font-size: 12px;
}

/* Currency dropdown (admin-controlled currencies) */
.pSelect{
  width:100%;
  max-width:280px;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.16);
  background: rgba(255,255,255,.05);
  color: rgba(239,229,214,.92);
  font-family: var(--sans);
  font-size: 12px;
  outline: none;
}
.pSelect:focus{
  border-color: rgba(201,162,74,.50);
  box-shadow: 0 0 0 3px rgba(201,162,74,.16);
}

/* ---- Custom dropdown (used for currency selection) ----
   We do NOT rely on native <select> option theming because it's unreliable
   on Windows/Chrome. This gives a true dark dropdown with a visible caret.
*/
.pDropdown{position:relative; width:100%; max-width:280px}
.pDropdown__btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  -webkit-appearance:none;
  appearance:none;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.16);
  background: rgba(0,0,0,.55);
  color: rgba(239,229,214,.92);
  font-family: var(--sans);
  font-size: 12px;
  outline: none;
  cursor:pointer;
}
.pDropdown__btn:hover{border-color: rgba(200,164,106,.35); background: rgba(0,0,0,.62)}
.pDropdown__btn:focus{border-color: rgba(201,162,74,.50); box-shadow: 0 0 0 3px rgba(201,162,74,.16)}
.pDropdown__caret{opacity:.9; font-size:14px; line-height:1}

.pDropdown__menu{
  position:absolute;
  left:0; right:0;
  top: calc(100% + 8px);
  z-index: 20;
  border-radius: 14px;
  border: 1px solid rgba(239,229,214,.14);
  background: #090d10;
  box-shadow: 0 20px 50px rgba(0,0,0,.55);
  padding: 8px;
}

.pDropdown__item{
  width:100%;
  text-align:left;
  border:1px solid transparent;
  border-radius:12px;
  padding:10px 10px;
  background: transparent;
  color: rgba(239,229,214,.92);
  font-family: var(--sans);
  font-size: 12px;
  cursor:pointer;
}
.pDropdown__item:hover{background: rgba(200,164,106,.12); border-color: rgba(200,164,106,.22)}
.pDropdown__item.is-active{background: rgba(200,164,106,.16); border-color: rgba(200,164,106,.35)}
.pCurBtn{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(239,229,214,.16);
  background: rgba(255,255,255,.05);
  color: rgba(239,229,214,.92);
  border-radius: 10px;
  padding: 6px 10px;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.pCurBtn:hover{
  background: rgba(200,164,106,.10);
  border-color: rgba(200,164,106,.35);
}
.pCurBtn.is-active{
  border-color: rgba(200,164,106,.65);
  background: linear-gradient(180deg, rgba(200,164,106,.28), rgba(154,110,53,.14));
  color: rgba(255,255,255,.95);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.pCurBtn:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(200,164,106,.18);
}

@media (max-width: 520px){
  .pCurrency{gap: 6px;}
  .pCurBtn{padding: 7px 10px;}
}
.pPriceBox__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}
.btn--wide{min-width: 200px;}
.btn--full{width:100%;}
.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color:#fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.btn--gold:hover{filter: brightness(1.05);}
.btn--ghost{
  border:1px solid rgba(200,164,106,.40);
  background: rgba(0,0,0,.18);
  color: rgba(239,229,214,.95);
}
.btn--ghost:hover{background: rgba(200,164,106,.08);}

.pTrustStrip{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.pTrustItem{
  border-radius: 14px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(255,255,255,.03);
  padding: 12px 12px;
  text-align:center;
}
.pTrustItem__kicker{
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: rgba(239,229,214,.60);
}
.pTrustItem__value{
  margin-top: 6px;
  font-family: var(--serifTitle);
  font-size: 13px;
  color: rgba(239,229,214,.92);
}

.pSection{
  padding: clamp(56px, 6vw, 90px) 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(16,11,9,.96), rgba(14,10,8,.98));
}
.pSection--order{
  background: linear-gradient(180deg, rgba(18,12,9,.96), rgba(14,10,8,.98));
}

.pHeader{
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}
.pHeader__title{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  font-size: clamp(24px, 3vw, 38px);
  color: rgba(255,255,255,.95);
}
.pHeader__lead{
  margin:0 auto;
  max-width: 72ch;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
  font-family: var(--serif);
}

.pTabs{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  overflow:hidden;
}
.pTabs__nav{
  display:flex;
  gap: 8px;
  padding: 10px;
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow:auto;
}
.pTab{
  border: 1px solid rgba(200,164,106,.18);
  background: rgba(0,0,0,.20);
  color: rgba(239,229,214,.92);
  padding: 10px 14px;
  border-radius: 12px;
  font-family: var(--serifTitle);
  letter-spacing: .4px;
  cursor:pointer;
  white-space: nowrap;
}
.pTab.is-active{
  border-color: rgba(200,164,106,.55);
  background: rgba(200,164,106,.12);
}
.pTabs__panes{padding: 18px 18px 20px;}
.pPane{display:none;}
.pPane.is-active{display:block;}

.pH2{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.95);
  font-size: 22px;
}
.pH3{
  margin: 16px 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.92);
  font-size: 18px;
}
.pP{
  margin: 0 0 14px;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 15.5px;
}
.pP--small{font-size: 14.5px;}
.pShort--html p,
.pP--html p{
  margin: 0 0 12px;
  line-height: 1.65;
}
.pShort--html p:last-child,
.pP--html p:last-child{
  margin-bottom: 0;
}

.pInfoGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.pInfoCard{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  padding: 14px 14px;
}
.pInfoCard__title{
  font-family: var(--serifTitle);
  color: rgba(239,229,214,.92);
  font-size: 14px;
  letter-spacing: .4px;
  margin-bottom: 8px;
}
.pList{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.78);
  line-height: 1.75;
  font-size: 14.5px;
}
.pCallout{
  border-radius: 16px;
  border: 1px solid rgba(200,164,106,.22);
  background: rgba(200,164,106,.08);
  padding: 14px 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.pCallout__icon{
  width: 40px; height: 40px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(200,164,106,.30);
  background: rgba(200,164,106,.12);
  color: rgba(200,164,106,.95);
  flex: 0 0 auto;
}
.pCallout__text{
  color: rgba(255,255,255,.80);
  line-height: 1.75;
  font-size: 14.5px;
}

.orderGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items:start;
}
.orderForm{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 18px 18px 20px;
}
.orderForm__row{display:grid; gap: 8px; margin-bottom: 12px;}
.orderForm__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.70);
}
.orderForm__input{
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  color: rgba(239,229,214,.92);
  padding: 12px 12px;
  outline: none;
  font-family: var(--sans);
}
.orderForm__input:focus{
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 3px rgba(200,164,106,.12);
}
.orderForm__input--textarea{resize: vertical; min-height: 110px;}
.orderForm__hint{
  margin: 12px 0 0;
  color: rgba(239,229,214,.65);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
}

.orderSide__card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 18px 18px 20px;
}
.orderSide__title{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.95);
  font-size: 18px;
}
.orderSide__text{
  margin:0 0 12px;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 14.5px;
}
.orderSide__mini{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.orderSide__miniLabel{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.65);
}
.orderSide__miniValue{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.90);
}

.reviewGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

/* Reviews toolbar */
.reviewToolbar{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.16);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}
.reviewToolbar__left{
  display:flex;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(239,229,214,.82);
  font-family: var(--sans);
  font-size: 13px;
}
.reviewToolbar__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(200,164,106,.35);
  background: rgba(200,164,106,.10);
  color: rgba(255,255,255,.92);
  font-family: var(--serifTitle);
  letter-spacing: .3px;
}
.reviewCard{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 16px 16px 18px;
}
.reviewCard__top{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviewCard__who{display:flex; gap:10px; align-items:center; min-width: 0;}
.reviewCard__avatar{
  width: 42px; height: 42px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(200,164,106,.12);
  border: 1px solid rgba(200,164,106,.22);
  color: rgba(200,164,106,.95);
  font-family: var(--serifTitle);
  overflow:hidden;
}
.reviewCard__avatar img{width:100%; height:100%; object-fit:cover;}
.reviewCard__name{
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.reviewCard__meta{
  font-family: var(--sans);
  color: rgba(200,164,106,.95);
  font-size: 12px;
}
.reviewCard__text{
  margin:0;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 14.5px;
}

.reviewCard__vp{
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: rgba(239,229,214,.90);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.20);
}
.pCenterRow{
  display:flex;
  justify-content:center;
  margin-top: 18px;
}

@media (max-width: 980px){
  .pGrid{grid-template-columns: 1fr; }
  .pTrustStrip{grid-template-columns: 1fr; }
  .pInfoGrid{grid-template-columns: 1fr;}
  .orderGrid{grid-template-columns: 1fr;}
  .reviewGrid{grid-template-columns: 1fr;}
  .reviewToolbar{flex-direction: column; align-items:flex-start;}
  .pHeader{text-align:left;}
}

@media (max-width: 520px){
  #pPriceValue{font-size: 28px;}
  .btn--wide{min-width: 180px;}
  .pGallery__thumbs{gap: 8px;}
  .pThumb{width: 66px; height: 66px;}
}

/* ================================
   Quantity (+ / -) — Premium styling
   Paste at the END of product.css
================================== */

.pQty {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,10,12,.35);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.pQty__btn {
  width: 44px;
  min-width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255,255,255,.88);
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .12s ease, background .15s ease, color .15s ease;
}

.pQty__btn:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.pQty__btn:active {
  transform: translateY(1px);
}

.pQty__btn:focus-visible {
  outline: 2px solid rgba(196, 161, 98, .55); /* warm gold */
  outline-offset: -2px;
}

.pQty__input {
  width: 64px;
  height: 40px;
  text-align: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  letter-spacing: .02em;
  appearance: textfield;
}

/* remove number spinners (Chrome/Safari/Edge) */
.pQty__input::-webkit-outer-spin-button,
.pQty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* remove number spinners (Firefox) */
.pQty__input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: slightly smaller on very small screens */
@media (max-width: 420px) {
  .pQty__btn { width: 40px; min-width: 40px; height: 38px; }
  .pQty__input { width: 58px; height: 38px; }
}


:root{
  --bg:#140b06;
  --bg2:#1b0f09;

  --text:#efe5d6;
  --muted:#d2c2ac;
  --line:rgba(239,229,214,.18);

  --gold:#c8a46a;
  --gold2:#9a6e35;

  --serifTitle: "Cinzel", serif;
  --serif: "Cormorant Garamond", serif;
  --sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  --shadow: 0 18px 70px rgba(0,0,0,.60);
  --radius: 14px;
}

.pHero{
  padding: 26px 0 42px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(1000px 700px at 30% 5%, rgba(200,164,106,.10), transparent 60%),
    radial-gradient(900px 700px at 75% 30%, rgba(0,0,0,.30), transparent 55%),
    linear-gradient(180deg, rgba(20,11,6,.85), rgba(27,15,9,.95));
}

.container{width:min(1120px, 92vw); margin-inline:auto;}
.frame{
  border-radius: var(--radius);
  border:1px solid rgba(200,164,106,.25);
  background: rgba(0,0,0,.20);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.pHero__breadcrumbs{
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(239,229,214,.70);
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.pHero__breadcrumbs a{color: rgba(239,229,214,.80);}
.pHero__sep{opacity:.6}
.pHero__current{color: rgba(239,229,214,.92);}

.pGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items:start;
}

.pGallery__main{
  aspect-ratio: 1 / 1;
  display:grid;
  place-items:center;
}
.pGallery__main img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:center;
  transform: scale(1.01);
  transition: transform 240ms ease;
}
.pGallery__main:hover img{transform: scale(1.06);}

.pGallery__thumbs{
  display:flex;
  gap: 10px;
  margin-top: 12px;
  overflow:auto;
  padding-bottom: 4px;
}
.pThumb{
  width: 74px;
  height: 74px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.22);
  padding: 0;
  overflow:hidden;
  cursor:pointer;
  flex: 0 0 auto;
}
.pThumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.pThumb.is-active{
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 3px rgba(200,164,106,.12);
}

.pInfo{padding-top: 6px;}
.pTitle{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  letter-spacing: .6px;
  color: rgba(255,255,255,.96);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
}
.pMeta{display:grid; gap: 10px;}
.pStars{
  color: rgba(200,164,106,.95);
  font-size: 16px;
  display:flex;
  align-items:center;
  gap: 10px;
}
.pStars__count{
  color: rgba(239,229,214,.75);
  font-family: var(--sans);
  font-size: 13px;
}

.pBadgeRow{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pBadge{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.84);
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.18);
  border-radius: 999px;
  padding: 7px 10px;
}

.pShort{
  margin: 16px 0 18px;
  color: rgba(239,229,214,.86);
  font-size: 18px;
  line-height: 1.7;
  max-width: 60ch;
}

.pPriceBox{
  border-radius: 18px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.22);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  padding: 18px 18px 16px;
}
.pPriceBox__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.70);
  text-transform: uppercase;
  letter-spacing: .9px;
}
.pPriceBox__price{
  margin-top: 6px;
  display:flex;
  align-items: baseline;
  gap: 10px;
}
#pPriceValue{
  font-family: var(--serifTitle);
  font-size: 34px;
  letter-spacing: .3px;
  color: rgba(255,255,255,.95);
}
.pPriceBox__unit{
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(239,229,214,.70);
}
.pPriceBox__mini{
  margin-top: 10px;
  display:flex;
  gap: 10px;
  align-items:center;
}

/* Delivery fee row (below price) */
.pFee{
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(239,229,214,.12);
  background: rgba(255,255,255,.03);
}
.pFee__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.65);
}
.pFee__value{
  font-family: var(--serifTitle);
  font-size: 12px;
  color: rgba(239,229,214,.95);
}
.pMiniLabel{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.62);
}
.pMiniValue{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.90);
  padding: 5px 8px;
  border-radius: 10px;
  border: 1px solid rgba(239,229,214,.12);
  background: rgba(255,255,255,.04);
}

/* Currency switch (segmented) */
.pCurrency{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pCurBtn{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(239,229,214,.16);
  background: rgba(255,255,255,.05);
  color: rgba(239,229,214,.92);
  border-radius: 10px;
  padding: 6px 10px;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.pCurBtn:hover{
  background: rgba(200,164,106,.10);
  border-color: rgba(200,164,106,.35);
}
.pCurBtn.is-active{
  border-color: rgba(200,164,106,.65);
  background: linear-gradient(180deg, rgba(200,164,106,.28), rgba(154,110,53,.14));
  color: rgba(255,255,255,.95);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.pCurBtn:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(200,164,106,.18);
}

@media (max-width: 520px){
  .pCurrency{gap: 6px;}
  .pCurBtn{padding: 7px 10px;}
}
.pPriceBox__actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: var(--serifTitle);
  letter-spacing:.6px;
}
.btn--wide{min-width: 200px;}
.btn--full{width:100%;}
.btn--gold{
  border:1px solid rgba(200,164,106,.55);
  background: linear-gradient(180deg, rgba(200,164,106,.30), rgba(154,110,53,.18));
  color:#fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.btn--gold:hover{filter: brightness(1.05);}
.btn--ghost{
  border:1px solid rgba(200,164,106,.40);
  background: rgba(0,0,0,.18);
  color: rgba(239,229,214,.95);
}
.btn--ghost:hover{background: rgba(200,164,106,.08);}

.pTrustStrip{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.pTrustItem{
  border-radius: 14px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(255,255,255,.03);
  padding: 12px 12px;
  text-align:center;
}
.pTrustItem__kicker{
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: rgba(239,229,214,.60);
}
.pTrustItem__value{
  margin-top: 6px;
  font-family: var(--serifTitle);
  font-size: 13px;
  color: rgba(239,229,214,.92);
}

.pSection{
  padding: clamp(56px, 6vw, 90px) 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(16,11,9,.96), rgba(14,10,8,.98));
}
.pSection--order{
  background: linear-gradient(180deg, rgba(18,12,9,.96), rgba(14,10,8,.98));
}

.pHeader{
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}
.pHeader__title{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  font-size: clamp(24px, 3vw, 38px);
  color: rgba(255,255,255,.95);
}
.pHeader__lead{
  margin:0 auto;
  max-width: 72ch;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.75;
  font-family: var(--serif);
}

.pTabs{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  overflow:hidden;
}
.pTabs__nav{
  display:flex;
  gap: 8px;
  padding: 10px;
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.06);
  overflow:auto;
}
.pTab{
  border: 1px solid rgba(200,164,106,.18);
  background: rgba(0,0,0,.20);
  color: rgba(239,229,214,.92);
  padding: 10px 14px;
  border-radius: 12px;
  font-family: var(--serifTitle);
  letter-spacing: .4px;
  cursor:pointer;
  white-space: nowrap;
}
.pTab.is-active{
  border-color: rgba(200,164,106,.55);
  background: rgba(200,164,106,.12);
}
.pTabs__panes{padding: 18px 18px 20px;}
.pPane{display:none;}
.pPane.is-active{display:block;}

.pH2{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.95);
  font-size: 22px;
}
.pH3{
  margin: 16px 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.92);
  font-size: 18px;
}
.pP{
  margin: 0 0 14px;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 15.5px;
}
.pP--small{font-size: 14.5px;}
.pShort--html p,
.pP--html p{
  margin: 0 0 12px;
  line-height: 1.65;
}
.pShort--html p:last-child,
.pP--html p:last-child{
  margin-bottom: 0;
}

.pInfoGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.pInfoCard{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  padding: 14px 14px;
}
.pInfoCard__title{
  font-family: var(--serifTitle);
  color: rgba(239,229,214,.92);
  font-size: 14px;
  letter-spacing: .4px;
  margin-bottom: 8px;
}
.pList{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.78);
  line-height: 1.75;
  font-size: 14.5px;
}
.pCallout{
  border-radius: 16px;
  border: 1px solid rgba(200,164,106,.22);
  background: rgba(200,164,106,.08);
  padding: 14px 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.pCallout__icon{
  width: 40px; height: 40px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(200,164,106,.30);
  background: rgba(200,164,106,.12);
  color: rgba(200,164,106,.95);
  flex: 0 0 auto;
}
.pCallout__text{
  color: rgba(255,255,255,.80);
  line-height: 1.75;
  font-size: 14.5px;
}

.orderGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items:start;
}
.orderForm{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 18px 18px 20px;
}
.orderForm__row{display:grid; gap: 8px; margin-bottom: 12px;}
.orderForm__label{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.70);
}
.orderForm__input{
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  color: rgba(239,229,214,.92);
  padding: 12px 12px;
  outline: none;
  font-family: var(--sans);
}
.orderForm__input:focus{
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 3px rgba(200,164,106,.12);
}
.orderForm__input--textarea{resize: vertical; min-height: 110px;}
.orderForm__hint{
  margin: 12px 0 0;
  color: rgba(239,229,214,.65);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
}

.orderSide__card{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 18px 18px 20px;
}
.orderSide__title{
  margin:0 0 10px;
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.95);
  font-size: 18px;
}
.orderSide__text{
  margin:0 0 12px;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 14.5px;
}
.orderSide__mini{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.orderSide__miniLabel{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.65);
}
.orderSide__miniValue{
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(239,229,214,.90);
}

.reviewGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

/* Reviews toolbar */
.reviewToolbar{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.16);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}
.reviewToolbar__left{
  display:flex;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(239,229,214,.82);
  font-family: var(--sans);
  font-size: 13px;
}
.reviewToolbar__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(200,164,106,.35);
  background: rgba(200,164,106,.10);
  color: rgba(255,255,255,.92);
  font-family: var(--serifTitle);
  letter-spacing: .3px;
}
.reviewCard{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  padding: 16px 16px 18px;
}
.reviewCard__top{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviewCard__who{display:flex; gap:10px; align-items:center; min-width: 0;}
.reviewCard__avatar{
  width: 42px; height: 42px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(200,164,106,.12);
  border: 1px solid rgba(200,164,106,.22);
  color: rgba(200,164,106,.95);
  font-family: var(--serifTitle);
  overflow:hidden;
}
.reviewCard__avatar img{width:100%; height:100%; object-fit:cover;}
.reviewCard__name{
  font-family: var(--serifTitle);
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.reviewCard__meta{
  font-family: var(--sans);
  color: rgba(200,164,106,.95);
  font-size: 12px;
}
.reviewCard__text{
  margin:0;
  color: rgba(255,255,255,.80);
  line-height: 1.85;
  font-size: 14.5px;
}

.reviewCard__vp{
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: rgba(239,229,214,.90);
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(239,229,214,.14);
  background: rgba(0,0,0,.20);
}
.pCenterRow{
  display:flex;
  justify-content:center;
  margin-top: 18px;
}

@media (max-width: 980px){
  .pGrid{grid-template-columns: 1fr; }
  .pTrustStrip{grid-template-columns: 1fr; }
  .pInfoGrid{grid-template-columns: 1fr;}
  .orderGrid{grid-template-columns: 1fr;}
  .reviewGrid{grid-template-columns: 1fr;}
  .reviewToolbar{flex-direction: column; align-items:flex-start;}
  .pHeader{text-align:left;}
}

@media (max-width: 520px){
  #pPriceValue{font-size: 28px;}
  .btn--wide{min-width: 180px;}
  .pGallery__thumbs{gap: 8px;}
  .pThumb{width: 66px; height: 66px;}
}

/* ================================
   Quantity (+ / -) — Premium styling
   Paste at the END of product.css
================================== */

.pQty {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,10,12,.35);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.pQty__btn {
  width: 44px;
  min-width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255,255,255,.88);
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .12s ease, background .15s ease, color .15s ease;
}

.pQty__btn:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.pQty__btn:active {
  transform: translateY(1px);
}

.pQty__btn:focus-visible {
  outline: 2px solid rgba(196, 161, 98, .55); /* warm gold */
  outline-offset: -2px;
}

.pQty__input {
  width: 64px;
  height: 40px;
  text-align: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  letter-spacing: .02em;
  appearance: textfield;
}

/* remove number spinners (Chrome/Safari/Edge) */
.pQty__input::-webkit-outer-spin-button,
.pQty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* remove number spinners (Firefox) */
.pQty__input[type="number"] {
  -moz-appearance: textfield;
}

/* Optional: slightly smaller on very small screens */
@media (max-width: 420px) {
  .pQty__btn { width: 40px; min-width: 40px; height: 38px; }
  .pQty__input { width: 58px; height: 38px; }
}


/* ==================================================
   Quantity (+ / -) FIX
   Your HTML uses: .pQty button + .pQty input
   This makes the premium styling apply correctly.
================================================== */
.pQty{
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(8,10,12,.35);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}
.pQty button{
  width: 44px;
  min-width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(255,255,255,.88);
  border: 0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .12s ease, background .15s ease, color .15s ease;
}
.pQty button:hover{ background: rgba(255,255,255,.08); color: #fff; }
.pQty button:active{ transform: translateY(1px); }
.pQty input{
  width: 64px;
  height: 40px;
  text-align: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.92);
  font-weight: 700;
  letter-spacing: .02em;
  appearance: textfield;
}
.pQty input::-webkit-outer-spin-button,
.pQty input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }
.pQty input[type="number"]{ -moz-appearance: textfield; }

/* ===============================
   PRODUCT CURRENCY SELECT (FIX)
   - Black dropdown + white text
================================ */
.pSelect{
  width: 100%;
  background: rgba(0,0,0,.55);
  color: rgba(239,229,214,.95);
  border: 1px solid rgba(200,164,106,.35);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  appearance: none;
}

.pSelect:focus{
  border-color: rgba(200,164,106,.55);
  box-shadow: 0 0 0 4px rgba(200,164,106,.12);
}

.pSelect option{
  background: #0f0d0b;
  color: #fff;
}

/* ===============================
   CURRENCY DROPDOWN CARET (VISIBLE)
================================ */
.pSelect{
  background: rgba(0,0,0,.55)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23c8a46a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 12px center !important;
  padding-right: 38px !important;
  border-color: rgba(200,164,106,.35) !important;
}

.pSelect:hover{
  border-color: rgba(200,164,106,.55) !important;
}

.pSelect option{
  background: #0f0d0b;
  color: #fff;
}


/* Sale price */
.pPriceOld{
  opacity: .65;
  text-decoration: line-through;
  font-family: var(--serifTitle);
  font-size: 18px;
}
.pPriceNow{
  font-family: var(--serifTitle);
  font-size: 34px;
  letter-spacing: .3px;
  color: rgba(255,255,255,.95);
}

/* ===== Reviews ===== */
.pSectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.pMuted{font-family:var(--sans); font-size:12px; color: rgba(239,229,214,.62)}
.pReviews{display:grid; gap: 12px;}
.pReview{
  border-radius: 18px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(255,255,255,.03);
  padding: 14px 14px;
}
.pReview__head{display:flex; gap: 12px; align-items:center;}
.pAvatar{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(200,164,106,.35);
  background: rgba(0,0,0,.25);
  overflow:hidden;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.pAvatar img{width:100%; height:100%; object-fit:cover}
.pAvatar span{font-family: var(--serifTitle); color: rgba(255,255,255,.92);}
.pReview__name{font-family: var(--serifTitle); color: rgba(255,255,255,.95); font-size: 14px;}
.pReview__meta{margin-top: 2px; display:flex; align-items:center; gap: 8px; font-family:var(--sans); font-size:12px; color: rgba(239,229,214,.62)}
.pStarsSm{color: rgba(200,164,106,.95)}
.pDot{opacity:.6}
.pVerified{
  margin-left: 8px;
  display:inline-flex;
  align-items:center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(200,164,106,.35);
  background: rgba(200,164,106,.10);
  color: rgba(239,229,214,.92);
  font-family: var(--sans);
  font-size: 11px;
}
.pReview__body{margin-top: 10px; color: rgba(239,229,214,.86); line-height: 1.7;}
.pReview__media{margin-top: 10px; display:flex; gap: 10px; overflow:auto; padding-bottom: 4px;}
.pReview__media img, .pReview__media video{width: 140px; height: 100px; object-fit: cover; border-radius: 12px; border: 1px solid rgba(239,229,214,.12)}
.pReview__media audio{width: 220px;}
.pLoadMoreWrap{margin-top: 18px; display:flex; justify-content:center;}
.pEmpty{color: rgba(239,229,214,.70); font-family: var(--sans);}

/* ===== Related products ===== */
.pRelGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.pRelCard{
  text-decoration:none;
  border-radius: 18px;
  border: 1px solid rgba(239,229,214,.10);
  background: rgba(255,255,255,.03);
  padding: 10px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.pRelCard:hover{transform: translateY(-2px); border-color: rgba(200,164,106,.30); background: rgba(200,164,106,.06)}
.pRelCard__img{aspect-ratio: 1 / 1; margin-bottom: 10px;}
.pRelCard__img img{width:100%; height:100%; object-fit: cover}
.pRelCard__name{font-family: var(--serifTitle); color: rgba(255,255,255,.95); font-size: 13px; line-height: 1.3;}

@media (max-width: 900px){
  .pRelGrid{grid-template-columns: repeat(2, 1fr)}
}

@media (max-width: 560px){
  .pSectionHead{flex-direction:column; align-items:flex-start}
  .pRelGrid{grid-template-columns: 1fr}
}
