@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Cinzel:wght@400;600;700&family=Crimson+Pro:wght@300;400;600&display=swap');

html { background: #0a0805; }
body {
  background: #0a0805;
  color: #d4c5a0;
  font-family: 'Crimson Pro', Georgia, serif;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201,168,76,.08), transparent 60%),
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(201,168,76,.015) 60px, rgba(201,168,76,.015) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(201,168,76,.015) 60px, rgba(201,168,76,.015) 61px);
}
header { background: linear-gradient(180deg, rgba(201,168,76,.07), transparent); border-bottom: 1px solid rgba(201,168,76,.2); }
.shop-text-logo {
  display: inline-block;
  color: #e8cb7a;
  font-family: 'Cinzel Decorative', Georgia, serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 0 25px rgba(201,168,76,.35);
  white-space: nowrap;
}
.shop-text-logo span { color: #c9a84c; }
.shop-text-logo small { color: #7a5f2a; font-family: 'Cinzel', Georgia, serif; font-size: .45em; letter-spacing: .08em; }
.menu li a { color: #8a7a5a; font-family: 'Cinzel', Georgia, serif; text-shadow: none; }
.menu li a:hover { color: #e8cb7a; }
.shop, #categories { background: rgba(17,14,8,.92); border-color: rgba(201,168,76,.2); }
.nick { color: #d4c5a0; }
.nick h1, .pname { color: #e8cb7a; font-family: 'Cinzel', Georgia, serif; text-shadow: 0 0 18px rgba(201,168,76,.18); }
.nick a, .back a, #categories a, .buyNow a { color: #c9a84c; }
.col-one-three { background: rgba(10,8,5,.86); border-color: rgba(201,168,76,.22); }
.col-one-three:hover { border-color: rgba(201,168,76,.65); box-shadow: 0 0 20px rgba(201,168,76,.1); }
.price { background: rgba(201,168,76,.12); color: #e8cb7a; }
.footerMenu { background: rgba(17,14,8,.75); border-top: 1px solid rgba(201,168,76,.2); }
footer { color: #8a7a5a; }
@media screen and (max-width: 650px) {
  .shop-text-logo { font-size: 25px; }
}

/* Złote akcenty zamiast zielonych */
body, .text, .name, .danesms {
    color: #d4c5a0 !important;
}

a:link, a:visited, a:hover, a:active {
    color: #c9a84c !important;
}

.button, .buyNow .button {
    color: #1a1200 !important;
    background: #c9a84c !important;
    border-color: #e8cb7a !important;
}

.button:hover, .buyNow .button:hover {
    background: #e8cb7a !important;
}

.green {
    color: #1a1200 !important;
    background-color: #c9a84c !important;
    box-shadow: 0 5px 0 #7a5f2a !important;
}

.green:hover {
    background-color: #e8cb7a !important;
}

.shop-logo-gem {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 9px;
    vertical-align: -8px;
    background-image: url('/logo.webp');
    background-repeat: no-repeat;
    background-size: 216px 46px;
    background-position: -40px 0;
    filter: drop-shadow(0 0 8px rgba(196, 45, 255, .45));
}

.shop-logo-gem {
    width: 34px !important;
    margin-right: 9px;
    background-position: -42px 0;
}

.shop-logo-gem {
    display: inline-block;
    width: 64px !important;
    height: 64px !important;
    margin-right: 10px;
    vertical-align: -17px;
    object-fit: contain;
    background: none !important;
    filter: drop-shadow(0 0 10px rgba(196, 45, 255, .5));
}

.shop-logo-gem {
    width: 96px !important;
    height: 96px !important;
    margin-right: 12px;
    vertical-align: -27px;
}

.shop-text-logo .shop-menu-gem {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
    margin-right: 8px;
    vertical-align: -13px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(196, 45, 255, .45));
}

@media screen and (max-width: 650px) {
    .shop-text-logo .shop-menu-gem {
        width: 38px !important;
        height: 38px !important;
        vertical-align: -10px;
    }
}

/* Ostateczny rozmiar znaku w górnym menu: +50%. */
.shop-text-logo .shop-menu-gem {
    width: 72px !important;
    height: 72px !important;
    margin-right: 12px;
    vertical-align: -20px;
}

@media screen and (max-width: 650px) {
    .shop-text-logo .shop-menu-gem {
        width: 57px !important;
        height: 57px !important;
        vertical-align: -15px;
    }
}
