.amz-pct{display:flex;flex-wrap:wrap;align-items:center;justify-content:var(--amz-pct-align-desktop,flex-start);gap:var(--amz-pct-gap-desktop,6px);margin-top:var(--amz-pct-mt-desktop,0);margin-bottom:var(--amz-pct-mb-desktop,0)}.amz-pct__text{color:var(--amz-pct-text-color,#111);font-size:var(--amz-pct-text-size-desktop, 14px);line-height:1.3}.amz-pct__price{color:var(--amz-pct-price-color,#111);font-size:var(--amz-pct-price-size-desktop, 16px);font-weight:var(--amz-pct-price-weight,600);line-height:1.2}.amz-pct__timer{color:var(--amz-pct-timer-color,#111);background:var(--amz-pct-timer-bg,#f4f4f4);font-size:var(--amz-pct-timer-size-desktop, 14px);line-height:1.2;padding:var(--amz-pct-timer-pad-y,2px) var(--amz-pct-timer-pad-x,8px);border-radius:var(--amz-pct-timer-radius,6px);font-variant-numeric:tabular-nums;white-space:nowrap}@media screen and (max-width:768px){.amz-pct{justify-content:var(--amz-pct-align-mobile,flex-start);gap:var(--amz-pct-gap-mobile,6px);margin-top:var(--amz-pct-mt-mobile,0);margin-bottom:var(--amz-pct-mb-mobile,0)}.amz-pct__text{font-size:var(--amz-pct-text-size-mobile, 13px)}.amz-pct__price{font-size:var(--amz-pct-price-size-mobile, 15px)}.amz-pct__timer{font-size:var(--amz-pct-timer-size-mobile, 13px)}}