/** DEV-048: currency selector presentation and global shipping copy. */
.pcuk-currency-switcher { display: inline-flex; align-items: center; gap: 8px; }
.pcuk-currency-switcher__label { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pcuk-currency-switcher .yay-currency-custom-select-wrapper { min-width: 130px; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher { width: 100%; justify-content: space-between; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher__label { display: none; }
.pcuk-mobile-drawer__currency .pcuk-currency-switcher .yay-currency-custom-select-wrapper { width: 100%; }
