/* TURN VARIANT DROPDOWNS INTO BUTTONS */ /* Hide the default dropdown arrow */ .variant-select-wrapper::after { display: none; } /* Style the dropdown to look like a button cluster */ /* Note: This is a visual trick; real swatches require a plugin, but this styles the selector to look cleaner */ .product-variants .variant-option { border: 1px solid #ccc; padding: 10px 15px; margin-right: 10px; display: inline-block; cursor: pointer; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; } /* Improve the "Add to Cart" Button */ .sqs-add-to-cart-button { text-transform: uppercase; letter-spacing: 2px; font-weight: 600; border-radius: 0px !important; /* Sharp corners for luxury feel */ transition: all 0.3s ease; }