.page-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 !important;
    background: linear-gradient(134deg, #7487d8, #8d2d66);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-info {
    max-width: 845px;
    width: 100%;
    background: #0d0f10;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
}
.product-icon-category {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(13, 15, 16, 0.50);
    backdrop-filter: blur(4px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 0 20px 0 0;*/
    overflow: hidden;
}
.product-icon-category img {
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
}
.product__category-name {
    color: #9b9c9e;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
.product-detail .right-info {
    background: #0d0f10;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
    width: 100%;
    min-width: 350px;
    max-width: 420px;
    height: fit-content;
}
.tags p {
    padding: 10px;
    background: #131619;
    border-radius: 15px;
}
.product-detail-description2 {
    border-top: 3px solid #7487d8;
    background: #0d0f10;
    border-radius: 20px;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
    height: fit-content;
    max-width: 420px;
    overflow: hidden;
    width: 100%;
}
.product-detail-description2 .nav-link {
    background: #131619 !important;
    font-size: 22px;
    padding: 24px 10px;
    text-align: center;
    text-transform: uppercase;
    height: 71px;
}
.product-detail-description2 .characteristics,
.product-detail-description1 .tab-pane {
    padding: 2rem;
}
.product-detail-description1 {
    border-top: 3px solid #7487d8;
    background: #0d0f10 !important;
    border-radius: 20px;
    box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);
    height: fit-content;
    overflow: hidden;
    /*max-width: 844px;*/
}
.product-detail-description1 .nav-link {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #dadada !important;
    font-weight: 500;
}
.product-detail-description1 .nav-item {
    background: #131619 !important;
    font-size: 22px;
    padding: 24px 10px;
    text-align: center;
    text-transform: uppercase;
    height: 71px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #e0e0e0;
    letter-spacing: .02em;
    line-height: 24px;
    transition: .2s;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
}

.select-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #131619;
    border-radius: 16px;
    color: #e8e9e9;
    padding: 1rem;
    border-top: 2px solid hsla(0,0%,100%,.08);
    /*box-shadow: 0 6px 4px 0 rgba(0,0,0,.25);*/
    width: 100%;
    max-width: 420px;
    height: fit-content;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.bi-caret-down {
    font-size: 22px;
}

.select-header:hover {
    color: #8d2d66 !important;
    border-top: 2px solid #8d2d66;
    /*box-shadow: 0 5px 5px 0 rgba(45, 26, 43, 0.3);*/
}

.select-options {
    display: none;
    position: absolute;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 33;
    width: 100%;
    color: #e8e9e9;
    background: rgba(13,15,16,1) !important;
    border-bottom: 2px solid #1e2328;
    border-left: 2px solid #1e2328;
    border-right: 2px solid #1e2328;
    border-radius: 15px;
    overflow: hidden;
}

.custom-select .option {
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    height: 50px;
}

.custom-select .option:hover {
    background-color: #131619;
    color: #8d2d66;
}

@media screen and (max-width: 580px) {
    #desktop-cart {
        display: none !important;
    }
    #mobile-cart {
        display: block !important;
    }
}