:root {
    --amazon-ink: #171719;
    --amazon-nav: #27272a;
    --amazon-orange: #d5c299;
    --amazon-orange-dark: #baa67e;
    --amazon-blue: #404046;
    --amazon-muted: #d0d0d3;
}
.store-v2-header .store-v2-logo__custom { width: 60px; height: 60px; object-fit: contain; }
.store-footer__brand img { width: 56px; height: 56px; object-fit: contain; }
.store-footer .store-footer__social-links { gap: 12px; max-width: none; }
.store-footer .store-footer__social-links > a {
    width: 48px; height: 48px; flex-basis: 48px; border-radius: 50%;
    background: #202023; border-color: #47474e;
}
.store-footer .store-footer__social-links img { width: 22px; height: 22px; }
.store-footer .store-footer__social-links > a:is(:hover, :focus-visible) {
    background: #323238; border-color: #d5c299;
    outline: 2px solid #d5c299; outline-offset: 3px;
}
@media (max-width: 640px) {
    .store-v2-header .store-v2-logo__custom { width: 48px; height: 48px; }
}
@media (max-width: 760px) {
    .sf-info-nav { min-width: 0; max-width: 100%; }
    .sf-info-nav a { flex: 0 0 auto; }
}
body { background: #f6f6f7; color: #262629; }
.store-v2-header .store-v2-top { background: #171719; color: #fafafa; }
.store-v2-header .store-v2-nav { background: #27272a; border-color: #3b3b40; }
.store-v2-search select { background: #eeeeef; color: #3b3b40; border-color: #dedee1; }
.store-v2-search button { background: #d5c299; color: #202023; }
.store-v2-search button:hover { background: #e5d7b9; }
.store-v2-header .store-v2-cart { background: #d5c299; border-color: #d5c299; color: #202023; }
.store-v2-header .store-v2-cart:hover { background: #e5d7b9; border-color: #e5d7b9; }
.store-v2-header .store-v2-cart__count { background: #27272a; border-color: #d5c299; }
.store-v2-nav__pill { background: #f0f0f2; color: #27272a; }
.store-v2-nav__promo { background: #323237; color: #fafafa; }
.store-v2-nav__promo small { color: #d0d0d3; }
.store-footer { --footer-muted: #c9c9cd; --footer-border: #38383e; background: #171719; color: #f5f5f6; }
.store-footer__main { background: #101012; }
.store-footer__discovery { background: #202023; }
.store-footer__contact h2 { color: #e0cfaa; }
.store-footer__contact-button, .store-footer__back-top { background: #d5c299; border-color: #d5c299; color: #202023 !important; }
.store-footer__contact-button:hover, .store-footer__back-top:hover { background: #e5d7b9; }
.store-footer__quick svg, .store-footer__store .ihya-icon { color: #d5c299; }
.store-footer__social-links>a { background: #202023; border-color: #47474e; }
.store-footer__social-links>a:hover { background: #323238; border-color: #b7b7be; }
.store-footer__app-links>a { background: #0c0c0e; border-color: #47474e; }
.store-footer__app-links>a:hover { background: #27272a; }
.store-footer__spectrum i:nth-child(1) { background: #424248; }
.store-footer__spectrum i:nth-child(2) { background: #96969c; }
.store-footer__spectrum i:nth-child(3) { background: #d5c299; }
.store-footer__spectrum i:nth-child(4) { background: #b5ac9d; }
.store-footer__spectrum i:nth-child(5) { background: #64646a; }
.sf-page { --sf-text: #262629; --sf-muted: #65656d; --sf-line: #dedee2; --sf-accent: #404046; --sf-gold: #d5c299; }
.sf-page :focus-visible { outline-color: #404046; }
.sf-page .sf-btn--primary { background: #d5c299; color: #202023; border-color: #baa67e; }
.sf-page a:not(.sf-btn):not(.btn) { color: #404046; }
.store-v2-search:focus-within { outline-color: #d5c299; }
