/* Variant option buttons */ .product-form__input .block-swatch, fieldset input[type="radio"] + label, .product-form__input label { background: #1E1528 !important; border: 1px solid rgba(107,79,160,0.4) !important; color: rgba(232,214,240,0.7) !important; font-family: 'Press Start 2P', monospace !important; font-size: 9px !important; border-radius: 0 !important; } input[type="radio"]:checked + label, .block-swatch.is-selected { background: #6B4FA0 !important; border-color: #C47FA4 !important; color: #E8D6F0 !important; } /* Sale badge */ .badge, .price__badge-sale { background: #C47FA4 !important; color: #2C0D1F !important; font-family: 'Press Start 2P', monospace !important; font-size: 9px !important; border-radius: 0 !important; } /* Quantity stepper */ .quantity { background: #1E1528 !important; border: 1px solid rgba(107,79,160,0.4) !important; } .quantity__button { color: #E8D6F0 !important; } .quantity__input { background: transparent !important; color: #E8D6F0 !important; font-family: 'Press Start 2P', monospace !important; } /* Product description body */ .product__description, .product__description p { font-family: Georgia, 'Times New Roman', serif !important; color: rgba(232,214,240,0.75) !important; line-height: 1.85 !important; } /* Spec section headers (Details, Shipping) */ .product__description h2, .product__description h3, .product__description strong:first-child { font-family: 'Press Start 2P', monospace !important; font-size: 11px !important; color: #C47FA4 !important; display: block; margin-top: 24px !important; margin-bottom: 8px !important; padding-top: 16px; border-top: 1px solid rgba(107,79,160,0.2); }
Skip to content