*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#080808;--surface:#111113;--surface2:#171719;--border:rgba(255,255,255,.07);--border-hover:rgba(255,255,255,.13);--text:#fff;--muted:#74747d;--red:#ff3155;--red-light:#ff5b78;--topbar:70px;--sidebar-width:235px}
body{min-height:100vh;font-family:Arial,sans-serif;background:#080808;color:#fff}a{color:inherit;text-decoration:none}button{font:inherit}svg{width:20px;height:20px}
.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar);padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:rgba(8,8,8,.95);border-bottom:1px solid var(--border);z-index:1000}.topbar__left,.topbar__right{display:flex;align-items:center;gap:10px}
.icon-button,.user-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;color:#aaa;background:#121214;cursor:pointer}.user-avatar{border-radius:50%}
.brand{display:flex;align-items:center;gap:10px}.brand__symbol{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px 4px;background:linear-gradient(135deg,#ff5573,#e71d47,#871128);transform:rotate(45deg)}.brand__symbol span{width:11px;height:11px;border:3px solid #fff;border-radius:50%}.brand__name{font-size:24px;font-weight:900}.notification-button{position:relative}.notification-dot{position:absolute;right:7px;top:7px;width:7px;height:7px;border-radius:50%;background:var(--red)}
.sidebar{position:fixed;top:var(--topbar);left:0;bottom:0;width:var(--sidebar-width);padding:20px 12px;background:#0a0a0b;border-right:1px solid var(--border);z-index:900}.sidebar__navigation{height:100%;display:flex;flex-direction:column}.sidebar__group{display:flex;flex-direction:column;gap:3px}.sidebar__group--bottom{margin-top:auto}.sidebar__label{margin:10px 13px 9px;color:#525258;font-size:10px;font-weight:800;text-transform:uppercase}.sidebar__link{min-height:45px;padding:0 13px;display:flex;align-items:center;gap:12px;border-radius:9px;color:#92929a;font-size:13px;font-weight:600}.sidebar__link:hover{color:#fff;background:rgba(255,255,255,.045)}.sidebar__link--active{color:#fff;background:linear-gradient(90deg,rgba(255,49,85,.14),rgba(255,49,85,.02))}
.main-content{min-height:100vh;margin-left:var(--sidebar-width);padding-top:var(--topbar)}.page-container{width:min(calc(100% - 45px),1240px);margin:0 auto;padding:28px 0 60px}
.page-header{margin-bottom:24px}.page-eyebrow{display:block;margin-bottom:7px;color:#666;font-size:9px;font-weight:800;letter-spacing:1.3px}.page-header h1{font-size:30px}.page-header p{margin-top:7px;color:#999;font-size:12px}
.shop-carousel{position:relative;min-height:350px;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#111}.shop-slide{position:absolute;inset:0;padding:50px;display:flex;align-items:center;opacity:0;pointer-events:none;transition:.4s;background:linear-gradient(115deg,#2b2e34,#1b1c22 52%,#101013)}.shop-slide:nth-child(2){background:linear-gradient(115deg,#271d35,#19141f 52%,#0d0c10)}.shop-slide:nth-child(3){background:linear-gradient(115deg,#152936,#101c24 52%,#0c0f12)}.shop-slide.is-active{opacity:1;pointer-events:auto}.shop-slide__content{position:relative;z-index:2;max-width:570px}.shop-slide__badge{display:inline-block;margin-bottom:15px;padding:6px 9px;border-radius:7px;color:var(--red-light);background:rgba(255,49,85,.12);font-size:9px;font-weight:800}.shop-slide h1{font-size:50px;line-height:1.02}.shop-slide p{max-width:480px;margin-top:16px;color:#aaa;font-size:13px;line-height:1.7}.primary-button{min-height:42px;margin-top:24px;padding:0 17px;display:inline-flex;align-items:center;gap:8px;border-radius:9px;background:linear-gradient(135deg,var(--red-light),var(--red));font-size:11px;font-weight:800}
.shop-slide__visual{position:absolute;right:110px;top:50%;transform:translateY(-50%)}.promo-orb{width:170px;height:170px;display:flex;align-items:center;justify-content:center;border-radius:48px;background:linear-gradient(145deg,#ff6983,#e11d47,#731235);transform:rotate(12deg)}.promo-orb--purple{background:linear-gradient(145deg,#9c6cff,#6828c5,#35136c)}.promo-orb--blue{background:linear-gradient(145deg,#27b5ff,#147fb8,#084866)}.promo-orb svg{width:58px;height:58px}
.carousel-arrow{position:absolute;top:50%;z-index:4;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid var(--border);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;cursor:pointer}.carousel-arrow--prev{left:14px}.carousel-arrow--next{right:14px}.carousel-dots{position:absolute;left:50%;bottom:16px;z-index:4;display:flex;gap:7px;transform:translateX(-50%)}.carousel-dot{width:7px;height:7px;border:0;border-radius:50%;background:rgba(255,255,255,.25)}.carousel-dot.is-active{width:22px;border-radius:10px;background:var(--red)}
.home-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.shortcut-card{min-height:86px;padding:14px;display:flex;align-items:center;gap:13px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.shortcut-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:var(--red-light);background:rgba(255,49,85,.1)}.shortcut-card strong{display:block;font-size:12px}.shortcut-card span{color:#666;font-size:9px}.shortcut-arrow{margin-left:auto}
.store-section{padding-top:38px}.store-section__header{margin-bottom:16px;display:flex;align-items:flex-end;justify-content:space-between}.store-section__header h2{font-size:23px}.product-count{color:#666;font-size:10px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#101012}.product-card__media{position:relative;aspect-ratio:1.45;background:linear-gradient(145deg,#1b1b20,#101012);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#555}.product-card__placeholder svg{width:46px;height:46px}.product-card__badge{position:absolute;left:10px;top:10px;padding:5px 7px;border-radius:6px;background:var(--red);font-size:8px;font-weight:800}.product-card__body{padding:14px}.product-card__body h3{font-size:14px}.product-card__body p{height:34px;margin-top:7px;overflow:hidden;color:#777;font-size:10px;line-height:1.6}.stock{display:block;margin-top:10px;font-size:9px;font-weight:700}.stock--ok{color:#6ddf96}.stock--out{color:#ff6a78}.product-card__footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card__footer strong{font-size:16px}.product-buy-button{min-height:34px;padding:0 12px;border:0;border-radius:8px;background:#fff;color:#101010;font-size:9px;font-weight:800}.product-buy-button:disabled{opacity:.4}
.empty-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--border);border-radius:15px;background:var(--surface)}.empty-state__icon{width:65px;height:65px;margin-bottom:17px;display:flex;align-items:center;justify-content:center;border-radius:18px;color:var(--red-light);background:rgba(255,49,85,.1)}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.support-card{min-height:190px;padding:23px;border:1px solid var(--border);border-radius:13px;background:var(--surface)}.support-card__icon{width:45px;height:45px;margin-bottom:22px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:var(--red-light);background:rgba(255,49,85,.1)}.support-card p{margin-top:6px;color:#666;font-size:10px}
body.sidebar-closed .sidebar{transform:translateX(-100%)}body.sidebar-closed .main-content{margin-left:0}.mobile-overlay{position:fixed;inset:0;display:none;background:rgba(0,0,0,.65);z-index:850}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.shop-slide__visual{right:45px;opacity:.5}}
@media(max-width:800px){.sidebar{transform:translateX(-100%)}body.mobile-menu-open .sidebar{transform:translateX(0)}body.mobile-menu-open .mobile-overlay{display:block}.main-content{margin-left:0}.product-grid{grid-template-columns:repeat(2,1fr)}.home-shortcuts{grid-template-columns:1fr 1fr}.shop-slide{padding:35px 28px}.shop-slide h1{font-size:40px}.shop-slide__visual{display:none}.support-grid{grid-template-columns:1fr}}
@media(max-width:520px){.page-container{width:calc(100% - 22px)}.home-shortcuts{grid-template-columns:1fr}.product-grid{gap:8px}.product-card__footer{align-items:flex-start;flex-direction:column}.product-buy-button{width:100%}}


/* =========================================================
   CARD CLICÁVEL
========================================================= */

.product-card {
    display: block;

    color: inherit;

    text-decoration: none;

    cursor: pointer;
}

.product-card:focus-visible {
    outline: 2px solid var(--red);

    outline-offset: 3px;
}

.product-card:hover .product-card__media img {
    transform: scale(1.04);
}

.product-card__media img {
    transition: transform .3s ease;
}

.product-buy-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;
}

.product-buy-button--disabled {
    opacity: .4;
}


/* =========================================================
   PÁGINA DO PRODUTO
========================================================= */

.product-page {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 430px);

    gap: 35px;

    align-items: start;
}

.product-page__image {
    min-height: 470px;

    overflow: hidden;

    border: 1px solid var(--border);

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            #17171a,
            #0d0d0f
        );
}

.product-page__image img {
    width: 100%;
    height: 100%;

    min-height: 470px;

    display: block;

    object-fit: cover;
}

.product-page__placeholder {
    min-height: 470px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #4d4d55;
}

.product-page__placeholder svg {
    width: 80px;
    height: 80px;
}


.product-page__content {
    position: sticky;

    top: 100px;

    padding: 25px;

    border: 1px solid var(--border);

    border-radius: 16px;

    background: #101012;
}

.product-page__badge {
    display: inline-flex;

    margin-bottom: 13px;

    padding: 6px 8px;

    border-radius: 6px;

    color: white;

    background: var(--red);

    font-size: 8px;
    font-weight: 800;
}

.product-page__content h2 {
    font-size: 27px;

    line-height: 1.15;

    letter-spacing: -1px;
}

.product-page__price {
    margin-top: 17px;

    font-size: 29px;
    font-weight: 900;
}

.product-page__stock {
    margin-top: 10px;
}

.product-page__description {
    margin-top: 27px;

    padding-top: 23px;

    border-top: 1px solid var(--border);
}

.product-page__description h3 {
    margin-bottom: 10px;

    font-size: 13px;
}

.product-page__description p {
    color: #92929a;

    font-size: 11px;

    line-height: 1.8;
}

.product-page__buy {
    width: 100%;

    min-height: 48px;

    margin-top: 27px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    border: 0;

    border-radius: 10px;

    color: white;

    background:
        linear-gradient(
            135deg,
            var(--red-light),
            var(--red)
        );

    font-size: 11px;
    font-weight: 800;

    cursor: pointer;

    transition: .2s ease;
}

.product-page__buy:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(255,49,85,.2);
}

.product-page__buy:disabled {
    opacity: .4;

    cursor: not-allowed;

    transform: none;
}


@media(max-width: 850px) {

    .product-page {
        grid-template-columns: 1fr;
    }

    .product-page__content {
        position: static;
    }

    .product-page__image,
    .product-page__image img,
    .product-page__placeholder {
        min-height: 330px;
    }

}


/* =========================================================
   PROXY BUILDER
========================================================= */

.proxy-builder {
    width: 100%;
}

.proxy-builder__header {
    margin-bottom: 25px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.proxy-builder__header h1 {
    font-size: 30px;

    letter-spacing: -1.2px;
}

.proxy-builder__header p {
    margin-top: 7px;

    color: #85858d;

    font-size: 11px;
}


.proxy-status {
    display: flex;

    align-items: center;

    gap: 7px;

    padding: 8px 11px;

    border: 1px solid
        rgba(75, 220, 125, .14);

    border-radius: 8px;

    color: #74df9a;

    background:
        rgba(75, 220, 125, .07);

    font-size: 9px;

    font-weight: 700;
}

.proxy-status > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #65dc90;

    box-shadow:
        0 0 10px
        rgba(101, 220, 144, .6);
}


.proxy-builder__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        350px;

    gap: 17px;

    align-items: start;
}


/* =========================================================
   CONFIG
========================================================= */

.proxy-config {
    overflow: hidden;

    border: 1px solid var(--border);

    border-radius: 15px;

    background: #101012;
}


.proxy-option {
    min-height: 95px;

    padding: 20px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    border-bottom:
        1px solid var(--border);
}

.proxy-option:last-child {
    border-bottom: 0;
}

.proxy-option--column {
    align-items: stretch;
    flex-direction: column;
}


.proxy-option__title {
    display: flex;

    align-items: center;

    gap: 12px;
}


.proxy-option__icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: var(--red-light);

    background:
        rgba(255, 49, 85, .09);
}

.proxy-option__icon svg {
    width: 18px;
    height: 18px;
}


.proxy-option__title strong {
    display: block;

    margin-bottom: 4px;

    font-size: 11px;
}


.proxy-option__title span {
    color: #67676f;

    font-size: 9px;
}


/* =========================================================
   SELECT
========================================================= */

.proxy-select {
    min-width: 220px;

    height: 42px;

    padding: 0 12px;

    border: 1px solid var(--border);

    border-radius: 9px;

    outline: none;

    color: white;

    background: #0a0a0c;

    font-size: 10px;

    cursor: pointer;
}


.proxy-select:focus {
    border-color:
        rgba(255, 49, 85, .45);
}


/* =========================================================
   PROTOCOLOS
========================================================= */

.protocol-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 10px;
}


.protocol-card {
    min-height: 75px;

    padding: 13px;

    display: flex;

    align-items: center;

    gap: 11px;

    border: 1px solid var(--border);

    border-radius: 11px;

    color: #898991;

    background: #0b0b0d;

    text-align: left;

    cursor: pointer;

    transition: .2s ease;
}


.protocol-card--active {
    color: white;

    border-color:
        rgba(255, 49, 85, .28);

    background:
        rgba(255, 49, 85, .05);
}


.protocol-card__icon {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background:
        rgba(255,255,255,.04);
}


.protocol-card__icon svg {
    width: 18px;
}


.protocol-card strong {
    display: block;

    font-size: 10px;
}


.protocol-card span {
    display: block;

    margin-top: 3px;

    color: #626269;

    font-size: 8px;
}


.protocol-switch {
    position: relative;

    width: 35px;
    height: 20px;

    margin-left: auto;

    border-radius: 20px;

    background: #29292e;

    transition: .2s ease;
}


.protocol-switch span {
    position: absolute;

    top: 3px;
    left: 3px;

    width: 14px;
    height: 14px;

    margin: 0;

    border-radius: 50%;

    background: #77777f;

    transition: .2s ease;
}


.protocol-card--active
.protocol-switch {
    background: var(--red);
}


.protocol-card--active
.protocol-switch span {
    left: 18px;

    background: white;
}


/* =========================================================
   GB
========================================================= */

.proxy-option__gb-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.gb-value {
    display: flex;

    align-items: baseline;

    gap: 5px;
}


.gb-value strong {
    font-size: 27px;
}


.gb-value span {
    color: #77777f;

    font-size: 10px;

    font-weight: 700;
}


.gb-slider {
    --range-progress: 0%;

    width: 100%;

    height: 5px;

    appearance: none;

    border-radius: 20px;

    outline: none;

    background:

        linear-gradient(
            to right,

            var(--red)
                var(--range-progress),

            #29292e
                var(--range-progress)
        );

    cursor: pointer;
}


.gb-slider::-webkit-slider-thumb {
    width: 19px;
    height: 19px;

    appearance: none;

    border: 4px solid white;

    border-radius: 50%;

    background: var(--red);

    box-shadow:
        0 0 0 4px
        rgba(255,49,85,.15);

    cursor: grab;
}


.gb-slider::-webkit-slider-thumb:active {
    cursor: grabbing;
}


.gb-slider__numbers {
    display: flex;

    justify-content: space-between;

    color: #53535b;

    font-size: 8px;
}


.gb-presets {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;
}


.gb-presets button {
    padding: 7px 10px;

    border: 1px solid var(--border);

    border-radius: 7px;

    color: #888890;

    background: #0b0b0d;

    font-size: 8px;

    cursor: pointer;

    transition: .2s;
}


.gb-presets button:hover {
    color: white;

    border-color:
        rgba(255,49,85,.3);
}


/* =========================================================
   RESUMO
========================================================= */

.proxy-summary {
    position: sticky;

    top: 95px;

    padding: 21px;

    border: 1px solid var(--border);

    border-radius: 15px;

    background: #101012;
}


.proxy-summary__top h2 {
    font-size: 19px;
}


.proxy-summary__rows {
    margin-top: 20px;

    border-top:
        1px solid var(--border);

    border-bottom:
        1px solid var(--border);
}


.proxy-summary__row {
    min-height: 48px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    border-bottom:
        1px solid var(--border);
}


.proxy-summary__row:last-child {
    border-bottom: 0;
}


.proxy-summary__row > span {
    color: #696971;

    font-size: 9px;
}


.proxy-summary__row strong {
    text-align: right;

    font-size: 10px;
}


.proxy-summary__price {
    padding: 21px 0;
}


.proxy-summary__price > span {
    display: block;

    margin-bottom: 6px;

    color: #717179;

    font-size: 9px;
}


.proxy-summary__price strong {
    display: block;

    font-size: 27px;
}


.proxy-summary__price small {
    display: block;

    margin-top: 5px;

    color: #5e5e66;

    font-size: 8px;
}


/* =========================================================
   PAYMENT
========================================================= */

.payment-warning,
.payment-success {
    padding: 12px;

    display: flex;

    align-items: center;

    gap: 10px;

    border-radius: 9px;
}


.payment-warning {
    color: #e4b867;

    background:
        rgba(235, 175, 65, .07);

    border:
        1px solid
        rgba(235, 175, 65, .12);
}


.payment-success {
    color: #79df9c;

    background:
        rgba(70, 210, 120, .07);

    border:
        1px solid
        rgba(70, 210, 120, .12);
}


.payment-warning svg,
.payment-success svg {
    flex: 0 0 17px;

    width: 17px;
}


.payment-warning strong,
.payment-success strong {
    display: block;

    margin-bottom: 3px;

    font-size: 9px;
}


.payment-warning span,
.payment-success span {
    color: #77777e;

    font-size: 8px;

    line-height: 1.4;
}


.proxy-pay-button,
.proxy-create-button {
    width: 100%;

    min-height: 44px;

    margin-top: 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border: 0;

    border-radius: 9px;

    font-size: 10px;

    font-weight: 800;

    cursor: pointer;
}


.proxy-pay-button {
    color: #111;

    background: white;
}


.proxy-create-button {
    color: white;

    background:

        linear-gradient(
            135deg,
            var(--red-light),
            var(--red)
        );
}


.proxy-create-button:disabled {
    color: #66666e;

    background: #1b1b1e;

    cursor: not-allowed;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width: 950px) {

    .proxy-builder__grid {
        grid-template-columns: 1fr;
    }

    .proxy-summary {
        position: static;
    }

}


@media(max-width: 650px) {

    .proxy-builder__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .proxy-option {
        align-items: stretch;
        flex-direction: column;
    }

    .proxy-select {
        width: 100%;

        min-width: 0;
    }

    .protocol-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================================================
   MODAL PIX
========================================================= */

.pix-modal[hidden] {
    display: none;
}

.pix-modal {
    position: fixed;

    inset: 0;

    z-index: 9999;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;
}

.pix-modal__overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(0, 0, 0, .78);

    backdrop-filter: blur(7px);
}


.pix-modal__content {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 430px;

    max-height: calc(100vh - 40px);

    overflow-y: auto;

    padding: 24px;

    border: 1px solid var(--border);

    border-radius: 16px;

    background: #101012;

    box-shadow:
        0 30px 80px
        rgba(0, 0, 0, .55);
}


.pix-modal__close {
    position: absolute;

    top: 12px;
    right: 12px;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--border);

    border-radius: 8px;

    color: #aaa;

    background: #17171a;

    font-size: 20px;

    cursor: pointer;
}


.pix-modal__close:hover {
    color: white;

    border-color:
        rgba(255,49,85,.35);
}


.pix-modal__header {
    padding-right: 45px;
}


.pix-modal__header h2 {
    margin-top: 4px;

    font-size: 21px;
}


.pix-modal__header p {
    margin-top: 6px;

    color: #77777f;

    font-size: 10px;
}


.pix-modal__value {
    margin-top: 20px;

    padding: 13px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    border: 1px solid var(--border);

    border-radius: 10px;

    background: #0b0b0d;
}


.pix-modal__value span {
    color: #77777f;

    font-size: 9px;
}


.pix-modal__value strong {
    font-size: 18px;
}


.pix-modal__qr-wrapper {
    margin-top: 16px;

    padding: 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: white;
}


.pix-modal__qr {
    display: block;

    width: 100%;

    max-width: 280px;

    height: auto;
}


.pix-modal__label {
    display: block;

    margin-top: 15px;
    margin-bottom: 6px;

    color: #a0a0a8;

    font-size: 9px;

    font-weight: 700;
}


.pix-modal__code {
    width: 100%;

    min-height: 72px;

    padding: 10px;

    resize: none;

    border: 1px solid var(--border);

    border-radius: 9px;

    outline: none;

    color: #d9d9dd;

    background: #09090b;

    font-size: 9px;

    line-height: 1.5;

    word-break: break-all;
}


.pix-copy-button {
    width: 100%;

    min-height: 42px;

    margin-top: 8px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    border: 1px solid var(--border);

    border-radius: 9px;

    color: white;

    background: #17171a;

    font-size: 10px;

    font-weight: 700;

    cursor: pointer;
}


.pix-copy-button:hover {
    border-color:
        rgba(255,49,85,.35);
}


.pix-modal__status {
    margin-top: 14px;

    padding: 12px;

    display: flex;

    align-items: center;

    gap: 10px;

    border: 1px solid
        rgba(235,175,65,.15);

    border-radius: 9px;

    background:
        rgba(235,175,65,.06);
}


.pix-modal__status strong {
    display: block;

    color: #e2ba6b;

    font-size: 9px;
}


.pix-modal__status small {
    display: block;

    margin-top: 3px;

    color: #74747c;

    font-size: 8px;

    line-height: 1.4;
}


.payment-spinner {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    border: 2px solid
        rgba(255,255,255,.12);

    border-top-color:
        var(--red);

    border-radius: 50%;

    animation:
        pix-spin .8s linear infinite;
}


@keyframes pix-spin {

    to {
        transform: rotate(360deg);
    }

}


.pix-modal-open {
    overflow: hidden;
}


@media(max-width: 520px) {

    .pix-modal {
        padding: 12px;
    }

    .pix-modal__content {
        padding: 19px;

        max-height:
            calc(100vh - 24px);
    }

    .pix-modal__qr {
        max-width: 240px;
    }

}

.proxy-checkout-email {
    margin-bottom: 14px;
}

.proxy-checkout-email label {
    display: block;

    margin-bottom: 7px;
}

.proxy-checkout-email label strong {
    display: block;

    color: #fff;

    font-size: 10px;
}

.proxy-checkout-email label span {
    display: block;

    margin-top: 4px;

    color: #66666f;

    font-size: 8px;
}

.proxy-checkout-email input {
    box-sizing: border-box;

    width: 100%;

    height: 43px;

    padding: 0 12px;

    border: 1px solid var(--border);

    border-radius: 9px;

    outline: none;

    color: #fff;

    background: #09090b;

    font-size: 10px;
}

.proxy-checkout-email input:focus {
    border-color:
        rgba(255, 49, 85, .45);
}


/* LOGIN NA NAVBAR */

.navbar-account {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-login-btn,
.navbar-account-btn,
.navbar-logout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 38px;

    padding: 0 13px;

    border: 1px solid #29292e;
    border-radius: 9px;

    background: #111113;

    color: #fff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    transition: .2s;
}

.navbar-login-btn:hover,
.navbar-account-btn:hover,
.navbar-logout-btn:hover {
    border-color: #ff3155;

    background: rgba(255, 49, 85, .08);
}

.navbar-login-btn svg,
.navbar-account-btn svg,
.navbar-logout-btn svg {
    width: 16px;
    height: 16px;
}

.navbar-logout-btn {
    padding: 0 10px;
}


.proxy-success-title {
    margin-top: 20px;

    color: #53e68b;

    font-size: 18px;
    font-weight: 800;
}

.proxy-result-field {
    display: flex;

    gap: 8px;

    margin-top: 14px;
}

.proxy-result-field input {
    flex: 1;

    min-width: 0;

    height: 46px;

    padding: 0 12px;

    border: 1px solid #2b2b30;

    border-radius: 10px;

    background: #0b0b0d;

    color: #fff;

    font-size: 12px;
}

.proxy-result-field button {
    min-width: 90px;

    border: 0;

    border-radius: 10px;

    background: #ff3155;

    color: #fff;

    font-weight: 800;

    cursor: pointer;
}

.proxy-warning {
    margin-top: 12px;

    color: #8f8f98;

    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   TOPBAR
========================================================= */

.topbar {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index: 1000;

    display: grid;

    grid-template-columns:
        minmax(250px, 1fr)
        auto
        minmax(250px, 1fr);

    align-items: center;

    gap: 24px;

    height: 64px;

    padding: 0 18px;

    background:
        rgba(
            8,
            8,
            10,
            .94
        );

    border-bottom:
        1px solid #202025;

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);

    box-shadow:
        0 8px 30px
        rgba(
            0,
            0,
            0,
            .18
        );
}


/* =========================================================
   LEFT
========================================================= */

.topbar__left {
    display: flex;

    align-items: center;

    gap: 12px;
}


.topbar-brand {
    display: flex;

    align-items: center;

    gap: 11px;

    min-width: 0;

    color: #ffffff;

    text-decoration: none;
}


/* =========================================================
   LOGO
========================================================= */

.topbar-brand__logo {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    transform:
        rotate(45deg);

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #ff3155,
            #d81f45
        );

    box-shadow:
        0 7px 24px
        rgba(
            255,
            49,
            85,
            .20
        );
}


.topbar-brand__logo::before {
    content: "";

    position: absolute;

    inset: 3px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .14
        );

    border-radius: 10px;
}


.topbar-brand__logo-inner {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #ffffff;

    transform:
        rotate(-45deg);

    box-shadow:
        0 0 15px
        rgba(
            255,
            255,
            255,
            .45
        );
}


/* =========================================================
   BRAND TEXT
========================================================= */

.topbar-brand__text {
    display: flex;

    flex-direction: column;

    min-width: 0;

    line-height: 1.1;
}


.topbar-brand__text strong {
    color: #ffffff;

    font-size: 19px;
    font-weight: 900;

    letter-spacing: .4px;
}


.topbar-brand__text span {
    margin-top: 3px;

    color: #666670;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* =========================================================
   CENTER
========================================================= */

.topbar__center {
    display: flex;

    align-items: center;
    justify-content: center;
}


/* =========================================================
   ACCOUNT
========================================================= */

.topbar-account {
    display: flex;

    align-items: center;

    gap: 10px;

    min-width: 250px;
    max-width: 340px;

    height: 42px;

    padding:
        0
        10px;

    border:
        1px solid #29292f;

    border-radius: 11px;

    background:
        #111114;

    color: #ffffff;

    text-decoration: none;

    transition:
        .18s ease;
}


.topbar-account:hover {
    border-color:
        #3a3a42;

    background:
        #151518;

    transform:
        translateY(-1px);
}


.topbar-account__avatar {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 29px;
    height: 29px;

    flex-shrink: 0;

    border-radius: 8px;

    background:
        rgba(
            255,
            49,
            85,
            .11
        );

    color:
        #ff3155;
}


.topbar-account__avatar i {
    width: 15px;
    height: 15px;
}


.topbar-account__info {
    display: flex;

    flex: 1;

    flex-direction: column;

    min-width: 0;
}


.topbar-account__info small {
    margin-bottom: 2px;

    color:
        #6f6f78;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1px;
}


.topbar-account__info strong {
    overflow: hidden;

    color:
        #ececef;

    font-size: 10px;
    font-weight: 750;

    text-overflow: ellipsis;

    white-space: nowrap;
}


.topbar-account__arrow {
    display: flex;

    align-items: center;

    color:
        #65656e;
}


.topbar-account__arrow i {
    width: 14px;
    height: 14px;
}


/* =========================================================
   LOGIN
========================================================= */

.topbar-login {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    height: 40px;

    padding:
        0
        16px;

    border: 0;

    border-radius: 9px;

    background:
        #ff3155;

    color:
        #ffffff;

    font-size: 11px;
    font-weight: 850;

    text-decoration: none;

    transition:
        .18s ease;
}


.topbar-login:hover {
    transform:
        translateY(-1px);

    filter:
        brightness(1.07);
}


.topbar-login i {
    width: 15px;
    height: 15px;
}


/* =========================================================
   RIGHT
========================================================= */

.topbar__right {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 8px;
}


/* =========================================================
   ICON BUTTON
========================================================= */

.topbar-icon-button,
.topbar-profile,
.topbar-logout {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    padding: 0;

    border:
        1px solid #29292f;

    border-radius: 10px;

    background:
        #111114;

    color:
        #a3a3ac;

    text-decoration: none;

    cursor: pointer;

    transition:
        .18s ease;
}


.topbar-icon-button:hover,
.topbar-profile:hover {
    border-color:
        #3b3b43;

    background:
        #17171a;

    color:
        #ffffff;

    transform:
        translateY(-1px);
}


.topbar-icon-button i,
.topbar-profile i,
.topbar-logout i {
    width: 17px;
    height: 17px;
}


/* =========================================================
   LOGOUT
========================================================= */

.topbar-logout {
    color:
        #ff5570;
}


.topbar-logout:hover {
    border-color:
        rgba(
            255,
            49,
            85,
            .45
        );

    background:
        rgba(
            255,
            49,
            85,
            .09
        );

    color:
        #ff3155;

    transform:
        translateY(-1px);
}


/* =========================================================
   NOTIFICATION
========================================================= */

.notification-button {
    position: relative;
}


.notification-dot {
    position: absolute;

    top: 8px;
    right: 8px;

    width: 6px;
    height: 6px;

    border:
        2px solid
        #111114;

    border-radius: 50%;

    background:
        #ff3155;

    box-sizing:
        content-box;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1050px) {

    .topbar {
        grid-template-columns:
            1fr
            auto
            1fr;
    }


    .topbar-account {
        min-width: 210px;
        max-width: 250px;
    }

}


@media (max-width: 820px) {

    .topbar {
        grid-template-columns:
            auto
            1fr
            auto;

        gap: 12px;
    }


    .topbar-brand__text span {
        display: none;
    }


    .topbar__center {
        justify-content: flex-end;
    }


    .topbar-account {
        min-width: 0;
        max-width: 180px;
    }


    .topbar-account__arrow {
        display: none;
    }

}


@media (max-width: 620px) {

    .topbar {
        height: 60px;

        padding:
            0
            10px;
    }


    .topbar-brand__text {
        display: none;
    }


    .topbar-account {
        max-width: 145px;
    }


    .topbar-account__avatar {
        display: none;
    }


    .topbar-account__info small {
        display: none;
    }


    .topbar-icon-button,
    .topbar-profile,
    .topbar-logout {
        width: 36px;
        height: 36px;
    }


    .topbar__right {
        gap: 5px;
    }


    .topbar__right
    .topbar-icon-button:first-child {
        display: none;
    }

}

/* =========================================================
   PESQUISA DA NAVBAR
========================================================= */

.topbar__center {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
}


/* BOX COMPLETO */

.navbar-search {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 460px;

    height: 42px;

    padding: 0 10px 0 14px;

    border: 1px solid #29292f;
    border-radius: 11px;

    background: #111114;

    transition:
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}


/* HOVER */

.navbar-search:hover {
    background: #141417;

    border-color: #36363e;
}


/* QUANDO CLICAR */

.navbar-search:focus-within {
    background: #141417;

    border-color: rgba(255, 49, 85, .65);

    box-shadow:
        0 0 0 3px rgba(255, 49, 85, .08);
}


/* LUPA */

.navbar-search__icon {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    margin-right: 10px;

    color: #777781;

    stroke-width: 2;

    transition: color .18s ease;
}


.navbar-search:focus-within
.navbar-search__icon {
    color: #ff3155;
}


/* INPUT */

.navbar-search__input {
    display: block;

    flex: 1;

    min-width: 0;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    color: #f4f4f5;

    font-family: inherit;
    font-size: 12px;
    font-weight: 500;

    box-shadow: none !important;

    appearance: none;
    -webkit-appearance: none;
}


.navbar-search__input::placeholder {
    color: #676771;

    opacity: 1;
}


/* REMOVE O X PADRÃO DO INPUT SEARCH */

.navbar-search__input::-webkit-search-decoration,
.navbar-search__input::-webkit-search-cancel-button,
.navbar-search__input::-webkit-search-results-button,
.navbar-search__input::-webkit-search-results-decoration {
    display: none;
}


/* CTRL K */

.navbar-search__shortcut {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    height: 24px;

    padding: 0 7px;

    margin-left: 10px;

    border: 1px solid #2e2e34;
    border-radius: 6px;

    background: #19191d;

    color: #686872;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .4px;

    pointer-events: none;

    transition: .18s ease;
}


.navbar-search:focus-within
.navbar-search__shortcut {
    border-color: #3b3b43;

    color: #92929b;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {

    .navbar-search {
        max-width: 340px;
    }

}


@media (max-width: 700px) {

    .navbar-search {
        max-width: 230px;
    }

    .navbar-search__shortcut {
        display: none;
    }

}


@media (max-width: 520px) {

    .navbar-search {
        width: 40px;
        height: 40px;

        padding: 0;

        justify-content: center;
    }

    .navbar-search__icon {
        margin: 0;
    }

    .navbar-search__input {
        display: none;
    }

}

/* =========================================================
   MENU DO USUÁRIO
========================================================= */

.topbar-user-menu {
    position: relative;

    display: flex;
    align-items: center;
}


/* BOTÃO DO BONEQUINHO */

.topbar-user-menu .topbar-profile {
    border: 1px solid #29292f;

    background: #111114;

    color: #a3a3ac;

    cursor: pointer;
}


.topbar-user-menu .topbar-profile:hover,
.topbar-user-menu .topbar-profile.is-active {
    border-color: rgba(255, 49, 85, .45);

    background: rgba(255, 49, 85, .08);

    color: #ffffff;
}


/* =========================================================
   DROPDOWN
========================================================= */

.topbar-user-dropdown {
    position: absolute;

    top: calc(100% + 12px);
    right: 0;

    z-index: 9999;

    width: 270px;

    padding: 7px;

    border: 1px solid #29292f;
    border-radius: 13px;

    background: #111113;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, .50);

    opacity: 0;

    visibility: hidden;

    transform: translateY(-7px) scale(.98);

    transform-origin: top right;

    pointer-events: none;

    transition:
        opacity .16s ease,
        transform .16s ease,
        visibility .16s ease;
}


/* SETINHA DO MENU */

.topbar-user-dropdown::before {
    content: "";

    position: absolute;

    top: -5px;
    right: 14px;

    width: 9px;
    height: 9px;

    border-top: 1px solid #29292f;
    border-left: 1px solid #29292f;

    background: #111113;

    transform: rotate(45deg);
}


/* ABERTO */

.topbar-user-dropdown.is-open {
    opacity: 1;

    visibility: visible;

    transform: translateY(0) scale(1);

    pointer-events: auto;
}


/* =========================================================
   CABEÇALHO
========================================================= */

.user-dropdown-header {
    display: flex;
    align-items: center;

    gap: 10px;

    padding: 10px 10px 13px;
}


.user-dropdown-avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    flex-shrink: 0;

    border-radius: 9px;

    background: rgba(255, 49, 85, .10);

    color: #ff3155;
}


.user-dropdown-avatar i {
    width: 16px;
    height: 16px;
}


.user-dropdown-info {
    display: flex;
    flex-direction: column;

    min-width: 0;
}


.user-dropdown-info span {
    margin-bottom: 3px;

    color: #666670;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1px;
}


.user-dropdown-info strong {
    overflow: hidden;

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;

    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   DIVISÓRIA
========================================================= */

.user-dropdown-divider {
    height: 1px;

    margin: 5px 7px;

    background: #252529;
}


/* =========================================================
   ITENS
========================================================= */

.user-dropdown-item {
    display: flex;
    align-items: center;

    gap: 10px;

    min-height: 52px;

    padding: 7px 9px;

    border-radius: 9px;

    color: #d8d8dd;

    text-decoration: none;

    transition:
        background .15s ease,
        color .15s ease;
}


.user-dropdown-item:hover {
    background: #19191d;

    color: #ffffff;
}


.user-dropdown-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    flex-shrink: 0;

    border: 1px solid #29292f;
    border-radius: 8px;

    background: #151518;

    color: #92929b;
}


.user-dropdown-item__icon i {
    width: 14px;
    height: 14px;
}


.user-dropdown-item__text {
    display: flex;
    flex: 1;
    flex-direction: column;

    min-width: 0;
}


.user-dropdown-item__text strong {
    color: inherit;

    font-size: 11px;
    font-weight: 750;
}


.user-dropdown-item__text small {
    margin-top: 3px;

    color: #666670;

    font-size: 9px;
}


.user-dropdown-chevron {
    width: 14px;
    height: 14px;

    color: #55555e;
}


/* =========================================================
   SAIR
========================================================= */

.user-dropdown-item--logout {
    color: #ff617b;
}


.user-dropdown-item--logout
.user-dropdown-item__icon {
    border-color: rgba(255, 49, 85, .14);

    background: rgba(255, 49, 85, .07);

    color: #ff4968;
}


.user-dropdown-item--logout:hover {
    background: rgba(255, 49, 85, .08);

    color: #ff4968;
}

/* =========================================================
   SIDEBAR
========================================================= */

.sidebar {
    position: fixed;

    top: 64px;
    left: 0;
    bottom: 0;

    z-index: 900;

    width: 220px;

    background:
        linear-gradient(
            180deg,
            #0b0b0d 0%,
            #09090b 100%
        );

    border-right:
        1px solid #202025;

    box-shadow:
        12px 0 30px
        rgba(
            0,
            0,
            0,
            .12
        );
}


/* =========================================================
   NAVEGAÇÃO
========================================================= */

.sidebar__navigation {
    display: flex;

    flex-direction: column;

    width: 100%;
    height: 100%;

    padding:
        20px
        12px
        14px;

    box-sizing: border-box;
}


/* =========================================================
   GRUPOS
========================================================= */

.sidebar__group {
    display: flex;

    flex-direction: column;

    gap: 5px;
}


.sidebar__group--account {
    margin-top: 26px;
}


/* =========================================================
   CABEÇALHO DOS GRUPOS
========================================================= */

.sidebar__group-header {
    display: flex;

    align-items: center;

    gap: 10px;

    padding:
        0
        8px;

    margin-bottom: 8px;
}


.sidebar__label {
    color: #55555f;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


.sidebar__group-line {
    flex: 1;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            #26262b,
            transparent
        );
}


/* =========================================================
   LINKS
========================================================= */

.sidebar__link {
    position: relative;

    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 44px;

    padding:
        5px
        10px;

    border:
        1px solid transparent;

    border-radius: 10px;

    color: #8e8e98;

    text-decoration: none;

    font-size: 11px;

    font-weight: 650;

    transition:
        color .16s ease,
        background .16s ease,
        border-color .16s ease,
        transform .16s ease;
}


/* HOVER */

.sidebar__link:hover {
    background: #141417;

    border-color: #26262b;

    color: #ffffff;

    transform:
        translateX(2px);
}


/* =========================================================
   ÍCONES
========================================================= */

.sidebar__icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border:
        1px solid #26262b;

    border-radius: 8px;

    background: #121215;

    color: #7c7c86;

    transition:
        .16s ease;
}


.sidebar__icon i {
    width: 14px;
    height: 14px;

    stroke-width: 1.8;
}


.sidebar__link:hover
.sidebar__icon {
    border-color: #33333a;

    color: #ffffff;
}


/* =========================================================
   TEXTO
========================================================= */

.sidebar__link-text {
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}


/* =========================================================
   LINK ATIVO
========================================================= */

.sidebar__link--active {
    background:
        linear-gradient(
            90deg,
            rgba(255, 49, 85, .12),
            rgba(255, 49, 85, .04)
        );

    border-color:
        rgba(
            255,
            49,
            85,
            .18
        );

    color: #ffffff;
}


.sidebar__link--active::before {
    content: "";

    position: absolute;

    left: -12px;

    top: 50%;

    width: 3px;
    height: 24px;

    border-radius:
        0
        3px
        3px
        0;

    background: #ff3155;

    transform:
        translateY(-50%);

    box-shadow:
        0 0 16px
        rgba(
            255,
            49,
            85,
            .38
        );
}


.sidebar__link--active
.sidebar__icon {
    border-color:
        rgba(
            255,
            49,
            85,
            .24
        );

    background:
        rgba(
            255,
            49,
            85,
            .10
        );

    color: #ff3155;
}


/* =========================================================
   FOOTER
========================================================= */

.sidebar__footer {
    margin-top: auto;

    padding-top: 14px;

    border-top:
        1px solid #202025;
}


.sidebar__status {
    display: flex;

    align-items: center;

    gap: 9px;

    padding:
        10px;

    border:
        1px solid #242429;

    border-radius: 10px;

    background: #101013;
}


.sidebar__status-dot {
    width: 8px;
    height: 8px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #31d269;

    box-shadow:
        0 0 12px
        rgba(
            49,
            210,
            105,
            .45
        );
}


.sidebar__status div {
    display: flex;

    flex-direction: column;

    min-width: 0;
}


.sidebar__status strong {
    color: #d7d7dc;

    font-size: 9px;

    font-weight: 800;
}


.sidebar__status span {
    margin-top: 3px;

    color: #5f5f68;

    font-size: 8px;
}


/* =========================================================
   SCROLL
========================================================= */

.sidebar__navigation {
    overflow-y: auto;

    scrollbar-width: thin;

    scrollbar-color:
        #27272c
        transparent;
}


.sidebar__navigation::-webkit-scrollbar {
    width: 5px;
}


.sidebar__navigation::-webkit-scrollbar-track {
    background: transparent;
}


.sidebar__navigation::-webkit-scrollbar-thumb {
    border-radius: 999px;

    background: #27272c;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 900px) {

    .sidebar {
        transform:
            translateX(-100%);

        transition:
            transform .22s ease;
    }


    .sidebar.is-open {
        transform:
            translateX(0);
    }

}

/* =========================================================
   CARRINHO - NAVBAR
========================================================= */

.topbar-cart-button {
    position: relative;

    width: 38px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border: 1px solid #29292f;
    border-radius: 10px;

    background: #111114;

    color: #a3a3ac;

    text-decoration: none;

    transition: .18s ease;
}

.topbar-cart-button:hover {
    border-color: rgba(255, 49, 85, .38);

    background: rgba(255, 49, 85, .07);

    color: #fff;
}

.topbar-cart-button svg {
    width: 16px;
    height: 16px;
}

.topbar-cart-count {
    position: absolute;

    top: -6px;
    right: -6px;

    min-width: 18px;
    height: 18px;

    padding: 0 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #09090b;
    border-radius: 999px;

    background: #ff3155;

    color: #fff;

    font-size: 7px;
    font-weight: 900;
}

/* =========================================================
   PRODUTO CLICÁVEL
========================================================= */

.product-card--clickable {
    display: flex;
    flex-direction: column;

    overflow: hidden;

    color: inherit;
    text-decoration: none;

    cursor: pointer;

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.product-card--clickable:hover {
    transform: translateY(-3px);

    border-color:
        rgba(255, 49, 85, .28);

    box-shadow:
        0 18px 45px
        rgba(0, 0, 0, .24);
}

.product-card__media img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.product-card__category {
    display: block;

    margin-bottom: 7px;

    color: #ff3155;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.product-card__open {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    color: #8b8b94;

    font-size: 8px;
    font-weight: 800;
}

.product-card__open svg {
    width: 12px;
    height: 12px;
}

.product-card--clickable:hover
.product-card__open {
    color: #ff3155;
}

.stock--out {
    color: #ff617b !important;
}

/* =========================================================
   PÁGINA DO PRODUTO
========================================================= */

.product-detail-page {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    padding: 28px 24px 70px;
}

.product-detail-breadcrumb {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 20px;

    color: #62626c;

    font-size: 8px;
}

.product-detail-breadcrumb a {
    color: #777781;
    text-decoration: none;
}

.product-detail-breadcrumb a:hover {
    color: #fff;
}

.product-detail-breadcrumb svg {
    width: 11px;
    height: 11px;
}

.product-detail-breadcrumb strong {
    color: #aaaab3;
}

.product-detail-grid {
    display: grid;

    grid-template-columns:
        minmax(320px, 1fr)
        minmax(340px, .9fr);

    gap: 40px;
}


/* GALERIA */

.product-gallery__main {
    position: relative;

    aspect-ratio: 1 / .82;

    overflow: hidden;

    border: 1px solid #25252b;
    border-radius: 16px;

    background: #101013;
}

.product-gallery__main img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.product-gallery__placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #3e3e46;
}

.product-gallery__placeholder svg {
    width: 60px;
    height: 60px;
}

.product-gallery__thumbs {
    display: flex;

    gap: 8px;

    margin-top: 10px;
}

.product-gallery__thumb {
    width: 65px;
    height: 65px;

    padding: 0;

    overflow: hidden;

    border: 1px solid #29292f;
    border-radius: 9px;

    background: #111114;

    cursor: pointer;
}

.product-gallery__thumb.is-active {
    border-color: #ff3155;

    box-shadow:
        0 0 0 2px
        rgba(255, 49, 85, .08);
}

.product-gallery__thumb img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* INFO */

.product-detail-info {
    padding-top: 8px;
}

.product-detail-category {
    color: #ff3155;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.product-detail-info h1 {
    margin: 8px 0 10px;

    color: #f4f4f5;

    font-size: clamp(
        26px,
        3vw,
        38px
    );

    line-height: 1.15;
}

.product-detail-short {
    max-width: 590px;

    margin: 0;

    color: #85858f;

    font-size: 11px;

    line-height: 1.7;
}

.product-detail-price {
    margin-top: 27px;

    padding: 17px 0;

    display: flex;
    flex-direction: column;

    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
}

.product-detail-price span {
    color: #63636d;

    font-size: 8px;
}

.product-detail-price strong {
    margin: 4px 0;

    color: #fff;

    font-size: 28px;
}

.product-detail-price small {
    color: #55555f;

    font-size: 8px;
}


/* ESTOQUE */

.product-detail-stock {
    margin: 17px 0;

    min-height: 45px;

    display: grid;

    grid-template-columns:
        9px auto;

    column-gap: 8px;

    align-items: center;
}

.product-detail-stock__dot {
    grid-row: 1 / 3;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #31d269;

    box-shadow:
        0 0 12px
        rgba(49, 210, 105, .40);
}

.product-detail-stock__dot--out {
    background: #ff3155;
}

.product-detail-stock strong {
    font-size: 9px;
}

.product-detail-stock > span:last-child {
    color: #62626b;

    font-size: 8px;
}


/* COMPRA */

.product-purchase-box {
    padding: 16px;

    border: 1px solid #27272d;
    border-radius: 13px;

    background: #111114;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 12px;
}

.product-quantity > span {
    color: #85858f;

    font-size: 9px;
    font-weight: 700;
}

.product-quantity__control {
    height: 38px;

    display: flex;

    overflow: hidden;

    border: 1px solid #2a2a30;
    border-radius: 8px;

    background: #0c0c0f;
}

.product-quantity__control button {
    width: 38px;

    border: 0;

    background: transparent;

    color: #85858f;

    cursor: pointer;
}

.product-quantity__control button:hover {
    background: #18181c;

    color: #fff;
}

.product-quantity__control button svg {
    width: 13px;
    height: 13px;
}

.product-quantity__control input {
    width: 42px;

    border: 0;

    outline: 0;

    background: transparent;

    color: #fff;

    text-align: center;

    font-size: 10px;
    font-weight: 800;
}

.product-quantity__control input::-webkit-inner-spin-button,
.product-quantity__control input::-webkit-outer-spin-button {
    display: none;
}

.product-add-cart,
.product-buy-now {
    width: 100%;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    border-radius: 9px;

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;

    transition: .16s ease;
}

.product-add-cart {
    margin-bottom: 8px;

    border: 1px solid #323239;

    background: #17171a;

    color: #fff;
}

.product-add-cart:hover {
    border-color: #44444c;

    background: #1c1c20;
}

.product-buy-now {
    border: 1px solid #ff3155;

    background: #ff3155;

    color: #fff;
}

.product-buy-now:hover {
    filter: brightness(1.08);

    transform: translateY(-1px);
}

.product-add-cart svg,
.product-buy-now svg {
    width: 14px;
    height: 14px;
}

.product-security-info {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 8px;

    margin-top: 10px;
}

.product-security-info > div {
    min-height: 56px;

    padding: 10px;

    display: flex;
    align-items: center;

    gap: 8px;

    border: 1px solid #222227;
    border-radius: 9px;

    color: #65656e;
}

.product-security-info svg {
    width: 15px;
    height: 15px;

    color: #777781;
}

.product-security-info span {
    display: flex;
    flex-direction: column;

    font-size: 7px;
}

.product-security-info strong {
    margin-bottom: 2px;

    color: #aaaab3;

    font-size: 8px;
}


/* DESCRIÇÃO */

.product-description {
    margin-top: 45px;

    overflow: hidden;

    border: 1px solid #25252b;
    border-radius: 14px;

    background: #101013;
}

.product-description__header {
    padding: 17px 20px;

    border-bottom: 1px solid #222227;
}

.product-description__header span {
    color: #ff3155;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1px;
}

.product-description__header h2 {
    margin: 4px 0 0;

    font-size: 14px;
}

.product-description__content {
    padding: 22px;

    color: #93939c;

    font-size: 10px;

    line-height: 1.9;
}


/* MENSAGEM */

.product-message {
    min-height: 44px;

    margin-bottom: 18px;

    padding: 10px 13px;

    display: flex;
    align-items: center;

    gap: 8px;

    border-radius: 9px;

    font-size: 9px;
}

.product-message svg {
    width: 14px;
    height: 14px;
}

.product-message--success {
    border:
        1px solid
        rgba(49, 210, 105, .18);

    background:
        rgba(49, 210, 105, .07);

    color: #6ee292;
}

.product-message--error {
    border:
        1px solid
        rgba(255, 49, 85, .18);

    background:
        rgba(255, 49, 85, .07);

    color: #ff6b84;
}

.product-message a {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: 5px;

    color: inherit;

    font-weight: 800;

    text-decoration: none;
}

.product-message a svg {
    width: 12px;
    height: 12px;
}


/* NÃO ENCONTRADO */

.product-not-found {
    min-height: 450px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    text-align: center;
}

.product-not-found > svg {
    width: 45px;
    height: 45px;

    color: #44444c;
}

.product-not-found h1 {
    margin: 15px 0 4px;

    font-size: 22px;
}

.product-not-found p {
    color: #6a6a73;

    font-size: 10px;
}

/* =========================================================
   CARRINHO
========================================================= */

.cart-page {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    padding: 28px 24px 70px;
}

.cart-page__heading {
    margin-bottom: 22px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;
}

.cart-page__heading > div {
    display: flex;
    flex-direction: column;
}

.cart-page__heading > div > span {
    color: #ff3155;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1.1px;
}

.cart-page__heading h1 {
    margin: 5px 0;

    font-size: 27px;
}

.cart-page__heading p {
    margin: 0;

    color: #686872;

    font-size: 9px;
}

.cart-clear {
    height: 36px;

    padding: 0 10px;

    display: flex;
    align-items: center;

    gap: 6px;

    border: 1px solid #29292f;
    border-radius: 8px;

    background: #111114;

    color: #777781;

    font-size: 8px;
    font-weight: 700;

    cursor: pointer;
}

.cart-clear:hover {
    border-color:
        rgba(255, 49, 85, .20);

    color: #ff617b;
}

.cart-clear svg {
    width: 12px;
    height: 12px;
}

.cart-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        330px;

    gap: 17px;

    align-items: start;
}


/* ITENS */

.cart-items {
    display: flex;
    flex-direction: column;

    gap: 9px;
}

.cart-item {
    min-height: 105px;

    padding: 12px;

    display: grid;

    grid-template-columns:
        76px
        minmax(150px, 1fr)
        112px
        110px
        34px;

    align-items: center;

    gap: 13px;

    border: 1px solid #25252b;
    border-radius: 12px;

    background:
        linear-gradient(
            180deg,
            #111114,
            #0f0f12
        );
}

.cart-item__image {
    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border: 1px solid #29292f;
    border-radius: 9px;

    background: #151518;

    color: #55555f;
}

.cart-item__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.cart-item__image svg {
    width: 22px;
    height: 22px;
}

.cart-item__info {
    min-width: 0;

    display: flex;
    flex-direction: column;
}

.cart-item__info > span {
    color: #ff3155;

    font-size: 6px;
    font-weight: 900;

    letter-spacing: .8px;

    text-transform: uppercase;
}

.cart-item__info > a {
    margin: 4px 0;

    overflow: hidden;

    color: #eee;

    font-size: 10px;
    font-weight: 800;

    text-decoration: none;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.cart-item__info small {
    color: #5f5f68;

    font-size: 7px;
}

.cart-item__quantity {
    height: 35px;

    display: flex;

    overflow: hidden;

    border: 1px solid #29292f;
    border-radius: 8px;
}

.cart-item__quantity button {
    width: 34px;

    border: 0;

    background: #151518;

    color: #777781;

    cursor: pointer;
}

.cart-item__quantity button:hover {
    background: #1c1c20;

    color: #fff;
}

.cart-item__quantity button svg {
    width: 11px;
    height: 11px;
}

.cart-item__quantity input {
    width: 43px;

    border: 0;

    outline: 0;

    background: #0e0e11;

    color: #fff;

    text-align: center;

    font-size: 9px;
    font-weight: 800;
}

.cart-item__price {
    display: flex;
    flex-direction: column;

    text-align: right;
}

.cart-item__price span {
    color: #5d5d66;

    font-size: 7px;
}

.cart-item__price strong {
    margin-top: 5px;

    font-size: 11px;
}

.cart-item__remove {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #29292f;
    border-radius: 7px;

    background: #151518;

    color: #777781;

    cursor: pointer;
}

.cart-item__remove:hover {
    border-color:
        rgba(255, 49, 85, .25);

    background:
        rgba(255, 49, 85, .07);

    color: #ff617b;
}

.cart-item__remove svg {
    width: 12px;
    height: 12px;
}


/* RESUMO */

.cart-summary {
    position: sticky;

    top: 85px;

    overflow: hidden;

    border: 1px solid #29292f;
    border-radius: 13px;

    background:
        linear-gradient(
            180deg,
            #121215,
            #0f0f12
        );
}

.cart-summary__header {
    padding: 16px;

    border-bottom: 1px solid #242429;
}

.cart-summary__header span {
    color: #ff3155;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1px;
}

.cart-summary__header h2 {
    margin: 4px 0 0;

    font-size: 14px;
}

.cart-coupon {
    padding: 15px 15px 0;
}

.cart-coupon label {
    display: block;

    margin-bottom: 7px;

    color: #777781;

    font-size: 8px;
    font-weight: 700;
}

.cart-coupon > div {
    height: 39px;

    display: flex;
}

.cart-coupon input {
    min-width: 0;

    flex: 1;

    padding: 0 10px;

    border: 1px solid #29292f;
    border-right: 0;

    border-radius:
        8px 0 0 8px;

    outline: 0;

    background: #0d0d10;

    color: #fff;

    font-size: 8px;
}

.cart-coupon input:focus {
    border-color:
        rgba(255, 49, 85, .45);
}

.cart-coupon button {
    padding: 0 11px;

    border: 0;

    border-radius:
        0 8px 8px 0;

    background: #27272d;

    color: #ccc;

    font-size: 8px;
    font-weight: 800;

    cursor: pointer;
}

.cart-coupon button:hover {
    background: #ff3155;

    color: #fff;
}

.cart-active-coupon {
    margin: 9px 15px 0;

    padding: 8px 9px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border:
        1px solid
        rgba(49, 210, 105, .16);

    border-radius: 8px;

    background:
        rgba(49, 210, 105, .05);
}

.cart-active-coupon > span {
    display: flex;
    align-items: center;

    gap: 5px;

    color: #64db89;

    font-size: 7px;
    font-weight: 800;
}

.cart-active-coupon svg {
    width: 11px;
    height: 11px;
}

.cart-active-coupon button {
    padding: 0;

    border: 0;

    background: none;

    color: #777781;

    font-size: 7px;

    cursor: pointer;
}

.cart-values {
    margin-top: 15px;

    padding: 0 15px;
}

.cart-values > div {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #222227;
}

.cart-values span {
    color: #686872;

    font-size: 8px;
}

.cart-values strong {
    font-size: 8px;
}

.cart-discount {
    color: #5ed982;
}

.cart-values__total {
    min-height: 65px !important;

    border-bottom: 0 !important;
}

.cart-values__total span {
    color: #fff;

    font-weight: 800;
}

.cart-values__total strong {
    color: #fff;

    font-size: 20px;
}

.cart-checkout-button {
    width: calc(100% - 30px);
    height: 46px;

    margin: 0 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    border: 0;
    border-radius: 9px;

    background: #ff3155;

    color: #fff;

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;

    transition: .16s ease;
}

.cart-checkout-button:hover {
    filter: brightness(1.08);

    transform: translateY(-1px);
}

.cart-checkout-button svg {
    width: 13px;
    height: 13px;
}

.cart-summary__safe {
    padding: 12px 15px 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    color: #55555f;

    font-size: 7px;

    text-align: center;
}

.cart-summary__safe svg {
    width: 12px;
    height: 12px;
}


/* VAZIO */

.cart-empty {
    min-height: 420px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;

    text-align: center;
}

.cart-empty__icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #29292f;
    border-radius: 17px;

    background: #111114;

    color: #55555f;
}

.cart-empty__icon svg {
    width: 25px;
    height: 25px;
}

.cart-empty h2 {
    margin: 15px 0 5px;

    font-size: 17px;
}

.cart-empty p {
    margin: 0 0 17px;

    color: #64646d;

    font-size: 9px;
}


/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 950px) {

    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

}

@media (max-width: 700px) {

    .product-detail-page,
    .cart-page {
        padding:
            20px 13px 50px;
    }

    .product-security-info {
        grid-template-columns: 1fr;
    }

    .cart-page__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-item {
        grid-template-columns:
            65px
            minmax(0, 1fr)
            32px;
    }

    .cart-item__image {
        width: 64px;
        height: 64px;
    }

    .cart-item__quantity {
        grid-column: 2;
        width: 110px;
    }

    .cart-item__price {
        grid-column: 2;

        align-items: flex-start;

        text-align: left;
    }

    .cart-item > form:last-child {
        grid-column: 3;
        grid-row: 1;
    }

}
/* =========================================================
   CHECKOUT PIX DO CARRINHO
========================================================= */

.cart-pix-modal[hidden] {
    display: none !important;
}

.cart-pix-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;
}

.cart-pix-modal__overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(8px);
}

.cart-pix-modal__box {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 470px;

    max-height: calc(100vh - 40px);
    overflow-y: auto;

    padding: 25px;

    border: 1px solid #29292f;
    border-radius: 16px;

    background:
        linear-gradient(
            180deg,
            #121215,
            #0d0d10
        );

    box-shadow:
        0 35px 120px
        rgba(0, 0, 0, .65);
}

.cart-pix-modal__close {
    position: absolute;

    top: 13px;
    right: 13px;

    width: 33px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #29292f;
    border-radius: 8px;

    background: #17171a;

    color: #777781;

    cursor: pointer;
}

.cart-pix-modal__close:hover {
    color: #fff;
}

.cart-pix-modal__close svg {
    width: 14px;
    height: 14px;
}

.cart-pix-modal__icon {
    width: 45px;
    height: 45px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid
        rgba(255, 49, 85, .20);

    border-radius: 11px;

    background:
        rgba(255, 49, 85, .08);

    color: #ff3155;
}

.cart-pix-modal__icon svg {
    width: 19px;
    height: 19px;
}

.cart-pix-eyebrow {
    color: #ff3155;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1.2px;
}

.cart-pix-modal h2 {
    margin: 6px 0 7px;

    color: #fff;

    font-size: 21px;
}

.cart-pix-modal p {
    margin: 0 0 20px;

    color: #777781;

    font-size: 9px;
    line-height: 1.65;
}

.cart-pix-email-field {
    display: block;
}

.cart-pix-email-field > span {
    display: block;

    margin-bottom: 7px;

    color: #96969f;

    font-size: 8px;
    font-weight: 800;
}

.cart-pix-email-field > div {
    position: relative;
}

.cart-pix-email-field svg {
    position: absolute;

    top: 50%;
    left: 12px;

    width: 14px;
    height: 14px;

    color: #62626c;

    transform: translateY(-50%);
}

.cart-pix-email-field input {
    width: 100%;
    height: 43px;

    padding: 0 12px 0 36px;

    border: 1px solid #29292f;
    border-radius: 9px;

    outline: none;

    background: #0b0b0e;

    color: #fff;

    font-size: 9px;
}

.cart-pix-email-field input:focus {
    border-color:
        rgba(255, 49, 85, .55);

    box-shadow:
        0 0 0 3px
        rgba(255, 49, 85, .06);
}

.cart-pix-total-box {
    margin: 15px 0;

    padding: 13px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border: 1px solid #27272d;
    border-radius: 9px;

    background: #101013;
}

.cart-pix-total-box span {
    color: #73737d;

    font-size: 8px;
}

.cart-pix-total-box strong {
    font-size: 15px;
}

.cart-pix-primary,
.cart-pix-secondary,
.cart-pix-copy {
    width: 100%;
    min-height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    border-radius: 9px;

    font-size: 9px;
    font-weight: 850;

    text-decoration: none;

    cursor: pointer;
}

.cart-pix-primary {
    border: 0;

    background: #ff3155;

    color: #fff;
}

.cart-pix-primary:disabled {
    opacity: .55;
    cursor: wait;
}

.cart-pix-secondary,
.cart-pix-copy {
    margin-top: 8px;

    border: 1px solid #2d2d33;

    background: #151518;

    color: #bbb;
}

.cart-pix-primary svg,
.cart-pix-secondary svg,
.cart-pix-copy svg {
    width: 14px;
    height: 14px;
}

.cart-pix-value {
    margin-bottom: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-pix-value span {
    color: #707079;

    font-size: 8px;
}

.cart-pix-value strong {
    font-size: 17px;
}

.cart-pix-qr {
    width: 210px;
    height: 210px;

    margin: 0 auto 16px;

    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: #fff;
}

.cart-pix-qr img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.cart-pix-qr-placeholder {
    color: #111;
}

.cart-pix-qr-placeholder svg {
    width: 60px;
    height: 60px;
}

.cart-pix-code {
    display: block;
}

.cart-pix-code > span {
    display: block;

    margin-bottom: 7px;

    color: #777781;

    font-size: 8px;
    font-weight: 800;
}

.cart-pix-code textarea {
    width: 100%;
    min-height: 75px;

    padding: 10px;

    resize: none;

    border: 1px solid #29292f;
    border-radius: 8px;

    outline: 0;

    background: #09090b;

    color: #8d8d96;

    font-family: Consolas, monospace;

    font-size: 7px;

    line-height: 1.5;
}

.cart-pix-waiting {
    margin-top: 14px;

    padding: 11px;

    display: flex;
    align-items: center;

    gap: 10px;

    border: 1px solid #27272d;
    border-radius: 9px;

    background: #101013;
}

.cart-pix-spinner {
    width: 16px;
    height: 16px;

    flex: 0 0 16px;

    border: 2px solid #33333a;
    border-top-color: #ff3155;

    border-radius: 50%;

    animation:
        cartPixSpin .8s linear infinite;
}

@keyframes cartPixSpin {
    to {
        transform: rotate(360deg);
    }
}

.cart-pix-waiting > div {
    display: flex;
    flex-direction: column;
}

.cart-pix-waiting strong {
    font-size: 8px;
}

.cart-pix-waiting span {
    margin-top: 2px;

    color: #61616a;

    font-size: 7px;
}


/* =========================================================
   ENTREGA
========================================================= */

.cart-delivery-success {
    text-align: center;
}

.cart-delivery-success__icon {
    width: 55px;
    height: 55px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid
        rgba(49, 210, 105, .20);

    border-radius: 50%;

    background:
        rgba(49, 210, 105, .08);

    color: #31d269;
}

.cart-delivery-success__icon svg {
    width: 24px;
    height: 24px;
}

.cart-delivery-success > span {
    color: #31d269;

    font-size: 7px;
    font-weight: 900;

    letter-spacing: 1.1px;
}

.cart-delivery-success h2 {
    margin-top: 6px;
}

.cart-delivery-order {
    width: fit-content;

    margin: 12px auto 18px;

    padding: 6px 9px;

    border: 1px solid #29292f;
    border-radius: 7px;

    background: #131316;

    color: #878790;

    font-size: 8px;
}

.cart-delivery-products {
    display: flex;
    flex-direction: column;

    gap: 9px;

    margin-bottom: 13px;
}

.cart-delivery-product {
    overflow: hidden;

    border: 1px solid #29292f;
    border-radius: 10px;

    background: #0b0b0e;
}

.cart-delivery-product__header {
    min-height: 43px;

    padding: 0 11px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #25252b;
}

.cart-delivery-product__header strong {
    font-size: 9px;
}

.cart-delivery-product__header span {
    color: #63636c;

    font-size: 7px;
}

.cart-delivery-product pre {
    margin: 0;

    padding: 12px;

    overflow-x: auto;

    color: #bdbdc5;

    font-family: Consolas, monospace;

    font-size: 8px;

    line-height: 1.7;

    white-space: pre-wrap;
}