

:root {
    --content-width: 1280px;
    --tebex-legal-footer-max-width: 1280px !important;
    --color-bg: #ffffff;
    --color-brighter-bg: #ffffff;
    --color-text: #e46da6;
    --color-text-darker: #bc3b79;
    --color-text-secondary: #e46da6;
    --color-text-dark: #bc3b79;
    --color-primary: #e46da6;
    --color-pink-400: oklch(0.72 0.15 351.36);
}
.wrapper--art:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: inherit;
    mask-repeat: repeat-x;
    -webkit-mask-repeat: repeat-x;
    mask-position: bottom;
    -webkit-mask-position: bottom;
}
.site-home-categories .category {
    min-height: 240px;
}
.blocky:before {
    -webkit-mask-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="38.22" height="5.23" viewBox="0 0 38.22 5.23"><rect width="38.22" height="5.23" fill="%23231f20" stroke-width="0"/></svg>');
    mask-image: url('data:image/svg+xml,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="38.22" height="5.23" viewBox="0 0 38.22 5.23"><rect width="38.22" height="5.23" fill="%23231f20" stroke-width="0"/></svg>');
    -webkit-mask-size: 110px 8px;
    mask-size: 110px 8px;
    height: 8px;
    top: -8px;
}
.category-nav {
    padding: 0px !important;
}
.container {
    margin: 0 auto;
    max-width: var(--content-width);
}
.btn-primary, .btn-secondary, .btn-tertiary {
    border-radius: 10px;
}

.btn-secondary {
    border-color: transparent !important;
    background: #e46da630;
}
.cat-btn {
    font-size: 17px;
    font-weight: 800;
}

.cat-btn {
    transition: all .15s ease;
}

.cat-btn:hover {
    opacity: .75;
}
.bg-neutral-800 {
    background: #e46da6 !important;
    border-color: transparent !important;
    color: white !important;
}
.site-home-categories {
    max-width: none;
    padding: 0px;
    margin: 0;
}
body {
    font-family: 'BR Omny', sans-serif;
    background:#dd9bb4 !important;
}
.related-categories .bg-white {
    background: #e46da6;
    color: white !important;
    font-weight: 600;
    font-family: 'BR Omny', sans-serif !important;
    border-color: transparent !important;
}
#app {
    min-height:100vh;
    display:flex;
    flex-direction: column;
}
#app #bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#app #bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#app #bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(180deg, #f9a3ccd9, #f9a2cbb3);
}
#app #page-bg-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: rotate(180deg);
}
#app footer {
    backdrop-filter: blur(11px);
    border-top: 0px solid #ffffff !important;
    background: #fff !important;
    border-color: #fb64b6 !important;
    box-shadow: 0px 0px 40px #0000001f;
}

/* */
.store-product .image-link {
    BACKGROUND: #facee336;
    box-shadow: none !important;
}
.store-products-list, .store-products-images{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px !important;
}
.site-home-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px !important;
}

.site-home-categories .category {
    display:flex;
    max-width: none !important;
    flex-direction: row;
    border-radius: 15px !important;
    border-bottom: 6px solid black;
    border-right: 4px solid black;
    border-color: #e187a8 !important;
    padding: 50px;
}


div#content {
    padding-top:20px;
    padding-bottom:70px;
}

.site-home-categories .category img {
    max-width: 150px;
    order: 5;
    margin: 0;
    margin-left: auto;
}
#copy-ip h1, #discord h1 {
    font-size: 32px;
    text-shadow: 3px 3px 0px #db666a;
    line-height: 1;
    color:White !important;
}
#copy-ip p, #discord p {
    font-weight: 700;
    opacity: 1 !important;
    color: white !important;
    text-shadow: 3px 3px 0px #db666a;
    line-height: 1;
    margin-top: 6px;
}
.logo img {
    filter: drop-shadow(4px 4px 0px #cc7492);
}
.logo.relative:after {
    content: "";
    background: linear-gradient(45deg, #eb79b0d4, transparent);
    position: absolute;
    border-radius: 100px;
    width: 175px;
    height: 175px;
}
div#hero .w-20.h-20.bg-white\/10.flex.items-center.justify-center.rounded-2xl.relative.shadow-2xl {
    border-bottom: 5px solid black;
    border-right: 4px solid black;
    border-color: #ffb2d0 !important;
}

div#hero .w-20.h-20.bg-white\/10.flex.items-center.justify-center.rounded-2xl.relative.shadow-2xl {
    background: #ff74b5;
}

div#hero svg {
    fill: white !important;
}

.logo {
    display: flex;
}

.logo img {
    position: relative;
    z-index: 5;
}
.btn-primary {
    background: #e46da6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    padding: 0 15px;
    color: white;
    border-radius: 10px;
    font-weight: 800;
}
.btn-primary, .btn-secondary, .btn-tertiary {
    transition: all .15s ease !important;
}

.btn-primary:hover {
    opacity: .75;
}
.store-product {
    padding: 30px;
    text-align: center;
    border-bottom: 6px solid black;
    border-right: 4px solid black;
    border-color: #e187a8 !important;
}

.store-products-list .store-product, .store-products-images .store-product {
    border-radius: 15px;
}
.popup-close {
    filter: invert(1);
}

.store-product-popup-content {
    padding: 0px !important;
    border-radius: 15px !important;
    overflow: hidden;
}
#mc-count,#discord-count {
    color: #ff74b5 !important;
}
.product-content {
    padding: 35px;
}

.product-footer {
    padding: 25px 35px;
}
.store-product .image-link {
    width: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 4px 5px 0 #e46da629;
}
.quantity-field {
    background: #dd8bb21f !important;
    height: 58px;
    border: 2px solid #e46da6;
    border-radius: 10px !important;
}

.product-actions {
    position: relative;
}
.store-product .image-link img {
    width: 100%;
    border-radius: 20px;
}

.store-product .product-title {
    margin-top: 15px;
    font-weight: 900 !important;
    font-size: 26px;
    color: #c46e97;
}

.category-nav {
    border-bottom: 6px solid black;
    border-right: 4px solid black;
    border-color: #e187a8 !important;
}
.product-actions .price {
    margin-bottom: 10px;
    color: #e46da6;
}

/* OVERIDES */
#app .text-white {
    color: #eb79b0;
}
#app .bg-pink-400 {
    background: #e46da6 !important;
}
#app .text-neutral-500 {
    color: var(--color-pink-400);
}
#app .text-pink-800 {
    color: #c46e97 !important;
}
#app .text-neutral-400 {
    color: oklch(0.72 0.15 351.36);
}
body #app button.bg-pink-400 {
    color: white !important;
}
footer h3 {
    font-weight: 900 !important;
    font-size: 24px;
}
.basket-item .quantity-field {
    height: 40px;
}
.text-gray-900 {
    color: #e46da6;
}

.text-gray-400 {
    color: #e46da6;
}