*{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
input,textarea,[contenteditable="true"]{-webkit-user-select:auto;user-select:auto;-webkit-touch-callout:default}
body{touch-action:manipulation}
.h-vh-100 {
    height: 100dvh;
    overflow-x: hidden;
    box-sizing: border-box;
    scrollbar-width: none;
}
.gap-1 {
    gap: 10px;
}
.gap-2 {
    gap: 20px;
}

/* IDs and Specific Elements */
#index-section {
    display: flex;
    flex-direction: column;
}
#header-section {
    flex: 1;
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#header-section::-webkit-scrollbar {
    display: none;
}
#swal2-html-container,
.swal2-popup.swal2-modal.swal2-show {
    padding: 0;
}
#reportDetail {
    margin: 0 20px;
}
#wowpay-balance {
    font-family: Arial, sans-serif;
    color: var(--orange);
}
#shopitemchangeBody {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    min-height: 200px;
}

/* Game Cards */
.game-card {
    position: relative;
    border-radius: 15px 50px 10px 30px;
    color: white;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.card-image {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 70px;
}
.game-card h5 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 16px;
    z-index: 1;
    padding: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.game-card .card-icon-personal,
.game-card .card-icon-team,
.game-card .card-icon-game-video {
    position: absolute;
    color: white;
    opacity: 0.3;
    font-size: 30px;
}
.card-icon-personal.icon-personal-1 {
    top: 15%;
    left: 25%;
    transform: rotate(20deg);
}
.card-icon-personal.icon-personal-2 {
    top: 55%;
    left: 65%;
    transform: rotate(-15deg);
}
.card-icon-personal.icon-personal-3 {
    top: 75%;
    left: 35%;
    transform: rotate(10deg);
}
.card-icon-personal.icon-personal-4 {
    top: 35%;
    left: 85%;
    transform: rotate(10deg);
}
.card-icon-team.icon-team-1 {
    top: 25%;
    left: 70%;
    transform: rotate(-20deg);
}
.card-icon-team.icon-team-2 {
    top: 65%;
    left: 20%;
    transform: rotate(25deg);
}
.card-icon-team.icon-team-3 {
    top: 35%;
    left: 50%;
    transform: rotate(-10deg);
}
.card-icon-team.icon-team-4 {
    top: 45%;
    left: 40%;
    transform: rotate(-40deg);
}
.card-icon-game-video.icon-game-video-1 {
    top: 35%;
    left: 50%;
    transform: rotate(-10deg);
}
.card-icon-game-video.icon-game-video-2 {
    top: 15%;
    left: 70%;
    transform: rotate(-70deg);
}
.card-icon-game-video.icon-game-video-3 {
    top: 75%;
    left: 20%;
    transform: rotate(-50deg);
}
.swal2-popup .game-card {
    border: none !important;
}

/* Confirm Buy/Sell */
.card-wrapper,
.confirm-buy-sell-card {
    background: #fff;
    border-radius: 5px;
}
.confirm-buy-sell {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.confirm-buy-sell-card {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.confirm-buy-sell-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.confirm-buy-sell-header i {
    color: red;
}
.confirm-buy-sell-header span {
    font-weight: 500;
}
.confirm-buy-sell-body {
    background: #e9ecefbf;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.confirm-buy-sell-body::-webkit-scrollbar {
    display: none;
}
.confirm-buy-sell-card-shop-name,
.shop-info-item.shop-info-value .shop-name {
    width: 100%;
    max-width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: block;
}
.shop-info-item .shop-name {
    white-space: nowrap;
}
.confirm-buy-sell-card-shop-info-mobile img,
.shop-info-item img {
    max-width: 70px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;
}
.confirm-buy-sell-card-logistics {
    position: relative;
    border-radius: 5px;
    border: 1px solid #28a745;
    padding: 10px;
    font-size: 14px;
}
.confirm-buy-sell-card-logistics-confirm {
    position: absolute;
    top: 0;
    left: 0;
    background: #28a745;
    padding: 2px;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.confirm-buy-sell-card-logistics-confirm i {
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.confirm-buy-sell-card-wowpay {
    color: red;
    border: 1px solid red;
    padding: 5px;
    font-size: 14px;
}
.confirm-buy-sell-card-shop-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

/* Shop Info */
.shop-main-details {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shop-info-item.shop-info-value {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.shop-info-item.shop-info-value .shop-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.shop-main-info {
    max-width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px;
}
.shop-info-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.shop-info-item-right {
    color: #fd7e14;
    flex: 1;
}
.shop-info-item-right a {
    color: #fd7e14;
}
.shop-info-item span {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.shop-info-item {
    display: flex;
}
.shop-info-item-left {
    width: 80px;
}

/* Prices and Texts */
.tiktok-price,
.shopee-price {
    color: var(--red);
}
.back-button {
    cursor: pointer;
    color: #fff;
    font-size: x-large;
}
.shops-item-price {
    display: flex;
    flex-direction: column;
}
.price-format {
    font-family: Arial, sans-serif;
}
.auctions-time {
    display: flex;
    gap: 10px;
    align-items: center;
}
.text-success {
    font-weight: 700;
}
.text-strikethrough {
    text-decoration: line-through;
    color: #fd7e14;
}
.text-danger {
    color: #fd7e14 !important;
    font-size: 14px;
    font-weight: 600;
}
.alert-danger:empty {
    display: none;
}

/* Survey */
.survey-main {
    background-image: url('/images/giftcode/giftcode.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.survey-main::-webkit-scrollbar {
    display: none;
}
.survey-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.survey-register {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    outline: 1px solid rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    padding: 20px;
    text-align: justify;
    color: #fff;
}
.survey-register h2 {
    text-align: center;
}
.survey-button {
    bottom: 50px;
    position: absolute;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* Animations */
.coin-animation {
    animation: bounce 1.5s ease-in-out infinite;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -10px);
    }
}

/* Countdown and Badges */
.countdown-box {
    background: #343a40;
    align-items: center;
    color: var(--orange);
    cursor: default;
    display: flex;
    padding: 3px 7px;
    position: relative;
    gap: 5px;
    width: max-content;
}
.countdown-box:after,
.countdown-box:before,
.shop-voucher:after,
.shop-voucher:before {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
}
.countdown-box:before {
    left: -3px;
}
.countdown-box:after {
    right: -3px;
}
.shop-voucher:before {
    left: -3px;
}
.shop-voucher:after {
    right: -3px;
}
.mining-countdown {
    display: flex;
    align-items: center;
    background: #007bff;
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
    cursor: default;
    padding: 3px;
    width: max-content;
    border-radius: 5px 0;
    font-size: 12px;
    gap: 2px;
}
.piece-find {
    display: flex;
    align-items: center;
    background: #fd7e14;
    top: 0;
    right: 0;
    color: #fff;
    position: absolute;
    cursor: default;
    padding: 3px;
    width: max-content;
    border-radius: 0 5px;
    font-size: 12px;
    gap: 2px;
}
.countdown-box-popup {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.countdown-time {
    width: 100%;
    text-align: center;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    color: #fd7e14;
}

/* Popups and Modals */
.shop-item-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.swal-report-select {
    color: #6c757d;
}
.menu-popup {
    position: absolute;
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
    width: auto;
    display: none;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    z-index: 1000;
}
.menu-popup .menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
}
.menu-popup .menu-item:hover {
    background-color: #f8f9fa;
}
.menu-popup .menu-item img {
    width: 20px;
    height: 20px;
}
.menu-popup .menu-item span {
    font-size: 14px;
    color: #6c757d;
}
.modal-content {
    border-radius: 0px !important;
}

/* Reviews */
.product-reviews-list {
    width: 100%;
}
.review-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    display: flex;
    gap: 10px;
}
.review-avatar img {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.review-content {
    flex-grow: 1;
}
.review-user-name {
    font-weight: bold;
    font-size: 16px;
}
.review-rating {
    color: #333;
    font-size: 14px;
}
.review-created-at {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
}
.review-comment {
    font-size: 14px;
    color: #333;
}
.no-reviews {
    color: #666;
    font-style: italic;
}
.product-rating-overview {
    align-items: center;
    background-color: #fffbf8;
    border: 1px solid #f9ede5;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 1rem;
    padding: 10px;
    width: 100%;
}

/* Product Info */
.product-info-title {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .87);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    padding: .875rem;
    text-transform: capitalize;
    width: 100%;
}
.product-info {
    flex-direction: column !important;
    justify-content: space-around;
    align-items: flex-start !important;
    gap: 10px;
    padding: 10px;
}

/* Buttons and Inputs */
.btn-light:disabled,
.btn-light:not(:disabled):not(.disabled) {
    border: 1px solid #ccc;
}
.quantity-input,
.quantity-input:disabled,
.shop-pieces-input-modal,
.shop-pieces-input-modal:disabled,
.golden-tickets-input-modal,
.golden-tickets-input-modal:disabled,
.coins-input-modal,
.coins-input-modal:disabled,
.quantity-input-modal,
.quantity-input-modal:disabled {
    background-color: #f8f9fa;
    border-radius: 0;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border: 0;
}
.quantity-container {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.hunter-pieces img {
    width: 22px;
}
.quantity-input {
    width: 80px;
}
.coins-input-modal,
.shop-pieces-input-modal,
.golden-tickets-input-modal,
.quantity-input-modal {
    width: 60px;
}
.coins-decrement-modal,
.quantity-decrement,
.quantity-decrement-modal,
.shop-pieces-decrement-modal,
.golden-tickets-decrement-modal {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.coins-increment-modal,
.quantity-increment,
.quantity-increment-modal,
.shop-pieces-increment-modal,
.golden-tickets-increment-modal {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.shop-add-to-cart,
.select-quantity {
    background-color: #fd7e14;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.hunter-pieces {
    background-color: #dc3741;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.hunter-pieces:hover {
    background-color: #0056b3;
}

/* Swiper and Thumbnails */
.thumbnail-swiper-button-prev,
.thumbnail-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1;
}
.thumbnail-swiper-button-prev {
    left: 0;
}
.thumbnail-swiper-button-next {
    right: 0;
}
.thumbnail-swiper-button-prev i,
.thumbnail-swiper-button-next i {
    font-size: 18px;
}
.thumbnail-swiper-button-prev:hover,
.thumbnail-swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .4);
    transition: background-color 0.3s ease;
}
.thumbnail-swiper .swiper-slide.active-thumb {
    border: 2px solid #fd7e14;
    border-radius: 5px;
    transition: border 0.3s ease;
}
.main-image img {
    height: 400px;
    object-fit: cover;
}
.thumbnail-slider .swiper {
    padding: 10px 0;
}
.thumbnail-img {
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}
.thumbnail-img:hover {
    opacity: 0.7;
}
.main-swiper,
.thumbnail-swiper {
    width: 100%;
}
.swiper-slide img {
    border-radius: 5px;
}
.swiper-pagination {
    margin-top: 10px;
    color: #fff !important;
    background: #0006;
    width: fit-content;
    padding: 5px;
    margin-left: auto;
}

/* Vouchers and Ratings */
.shop-voucher {
    background: rgba(208, 1, 27, .08);
    align-items: center;
    color: var(--orange);
    cursor: default;
    display: flex;
    padding: 3px 7px;
    position: relative;
    gap: 5px;
}
.shop-voucher-img,
.quantity-container img,
.shop-product-social img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 5px;
}
.shop-product-rank {
    display: flex;
    align-items: center;
}
.count-comment {
    color: #767676;
    font-size: .875rem;
    text-transform: capitalize;
}
.star-rating {
    display: inline-flex;
    font-size: 12px;
    align-items: center;
}
.star-rating i {
    margin-right: 2px;
    color: #d1d1d1;
}
.star-rating .full-star {
    color: #ffc107;
}
.star-rating .partial-star {
    position: relative;
    display: inline-block;
}
.star-rating .partial-star i {
    color: #d1d1d1;
}
.star-rating .partial-star::before {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ffc107 var(--fill), #d1d1d1 var(--fill));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Product Cards */
.shop-product-main {
    width: 100%;
    background: #eee;
}
.shop-product-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.shop-product-image {
    flex: 1;
    max-width: 100%;
    min-width: 200px;
}
.shop-product-image img,
.shop-product-image .swiper-slide img,
.search-result-item img,
.shops-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s;
    vertical-align: middle;
}
.search-results.show .search-result-item img {
    border-radius: 5px;
}
.shop-product-image img:hover,
.shop-product-image .swiper-slide img:hover {
    transform: scale(1.05);
}
.shop-product-info {
    flex: 2;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.shop-product-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
    max-width: 665px;
    overflow: hidden;
    overflow-wrap: break-word;
    vertical-align: sub;
}
.shop-product-price {
    background: #fafafa;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.shop-product-wow,
.shop-product-social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-product-price .shop-original-price {
    text-decoration: line-through;
    color: #6c757d;
}
.shop-product-price .shop-discount-price {
    color: #fd7e14;
    font-size: 24px;
    font-weight: 600;
}
.shop-delivery-info,
.shop-voucher-info,
.shop-quantity-info,
.coin-mining-info,
.shop-time-info,
.shop-free-info,
.condition-free-info,
.surcharge-free-info,
.pack-free-info,
.auction-charity-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 3px;
    border-bottom: 1px solid #00000020;
    width: 100%;
}
.coin-mining-info-left img {
    width: 100%;
}
.shop-quantity-info-right {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pack-free-info-right,
.shop-free-info-right,
.condition-free-info-right,
.surcharge-free-info-right,
.shop-time-info-right,
.auction-charity-info-right {
    flex: 1;
    display: flex;
    flex-direction: center;
    align-items: center;
}
.shop-delivery-info-right {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.shop-voucher-info-right,
.coin-mining-info-right {
    grid-column: span 3;
    gap: 5px;
    display: flex;
    align-items: center;
    width: 100%;
}
.shop-voucher-info-right img {
    width: 22px;
}
.coin-mining-info-right img {
    width: 90px;
}
.shop-discount-info {
    color: #2ecc71;
}
.shop-discount-percentage {
    background-color: #feeeea;
    border-radius: 5px;
    color: #fd7e14;
    font-size: 12px;
    font-weight: 700;
    padding: 0 4px;
    width: max-content;
}
.shop-auction-percentage {
    color: #2ecc71;
    font-size: 12px;
    font-weight: 700;
}

/* Product Menu */
.product-menu {
    height: 30px;
    background: #fd7e14;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    width: 100%;
    transition: opacity 0.3s ease;
}
.product-menu-item {
    background: #fff;
    border-radius: 5px;
    width: auto;
    padding: 5px 15px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.product-menu-item span {
    font-weight: 600;
    font-size: 14px;
}

/* Product Lists */
.product-list,
.product-list-success,
.product-list-catalog,
.product-list-shop,
.product-list-shop-full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
    font-family: Arial, sans-serif;
}
.product-list {
    padding: 10px;
}
.shop-product-list {
    width: 100%;
    margin: 0;
    padding: 0;
}
.product-item {
    width: 100%;
    box-sizing: border-box;
}

/* Shops Main */
.shops-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
}
.shops-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px;
    width: 100%;
    height: 100%;
    background: #fd7e14;
    position: relative;
    transition: all 0.3s ease;
    flex: 0;
}
.content-wrapper {
    flex: 1;
    height: 100%;
    overflow-y: auto;
}
.content-wrapper::-webkit-scrollbar {
    display: none;
}
.shops-cart-messenger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.search-container.expanded .shops-cart-messenger {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.search-container.expanded .shops-search-container {
    max-width: 100%;
    flex: 1 0 auto;
}
.search-container.expanded {
    width: 100% !important;
    transition: width 0.3s ease;
}
.shops-cart-messenger img,
.shop-chat img {
    width: 30px;
}
.shop-chat {
    background: #d0011b14;
    color: #fd7e14 !important;
    padding: 5px;
    cursor: pointer;
}
.shops-search-container {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    transition: flex 0.3s ease;
}
.shops-search {
    position: relative;
    width: 100%;
}
.item-search {
    transition: width 0.3s ease;
    width: 100%;
}
.shops-search .form-control {
    width: 100%;
    padding-left: 2.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 40px;
}
.shops-search .form-control:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #007bff;
}
.shops-search .search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: #666;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
}
.search-results {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: none;
}
.search-results.show {
    display: block;
}
.search-result-item {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
    gap: 5px;
}
.search-result-item:hover {
    background: #f8f9fa;
}
.search-result-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-result-info h6 {
    font-size: 0.9rem;
    color: #000;
}
.search-result-info p {
    margin: 0;
    font-size: 0.8rem;
}
.search-result-price {
    text-align: right;
    color: #dc3545;
    font-weight: bold;
    font-size: 0.9rem;
}
.shops-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc;
}
.shops-item-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.shops-item-img img {
    border-radius: 5px 5px 0 0;
}
.shops-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.shops-item-info img {
    border-radius: 5px;
    width: 20px;
}
.shops-item-info span {
    font-size: 12px;
}
.shops-item-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shops-item-free,
.shops-item-auctions {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.shops-item-ship-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.shops-item-ship-location i {
    font-size: 13px;
}
.shops-piece-ship,
.shops-piece-location {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    color: #28a745;
    gap: 5px;
}
.shops-piece-ship span,
.shops-piece-location span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.shops-piece-tiktok,
.shops-piece-shopee,
.shops-item-piece {
    display: flex;
    align-items: center;
    gap: 2px;
}
.shops-piece-tiktok .price-format,
.shops-piece-shopee .price-format {
    color: var(--red);
}
.orders-affter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
.orders-affter a {
    color: #000;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.orders-affter .next-products {
    background: var(--red);
    color: #fff;
}
/* Cards */
.card-condition,
.card-title {
    font-size: 12px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}
.card-title {
    font-weight: 500;
    color: #000;
}
.card-body .text-decoration-line-through {
    color: #ccc;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Other Components */
.coche-image {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.coche-image img {
    width: 70%;
}
.wow-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

/* Skeleton Loading */
.skeleton {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}
.skeleton-img {
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
.skeleton-title, .skeleton-price, .skeleton-piece {
    height: 16px;
    margin: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}
@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.loading-spinner {
    display: flex;
    justify-content: center;
}
div:where(.swal2-container) {
    z-index: 1062 !important;
}
/* Media Queries */
@media (max-width: 576px) {
    .shops-search .form-control {
        font-size: 0.9rem;
        padding-left: 2rem;
    }
    .shops-search .search-icon {
        font-size: 0.8rem;
        left: 0.5rem;
    }
    .search-result-item {
        grid-template-columns: 50px 1fr 50px;
    }
    .search-result-item img {
        height: 50px;
    }
    .search-result-info h6 {
        font-size: 0.7rem;
    }
    .search-result-info p {
        font-size: 0.6rem;
    }
    .search-result-price {
        font-size: 0.7rem;
    }
}
@media (max-width: 767px) {
    .search-results {
        position: fixed;
        top: 50px;
        width: 98%;
        left: 50%;
        transform: translateX(-50%);
    }
    .coin-mining-info,
    .shop-delivery-info,
    .shop-voucher-info,
    .shop-time-info,
    .shop-free-info,
    .condition-free-info,
    .surcharge-free-info,
    .pack-free-info,
    .auction-charity-info {
        grid-template-columns: repeat(10, 1fr);
    }
    .coin-mining-info-right,
    .shop-voucher-info-right,
    .shop-delivery-info-right {
        grid-column: span 9;
    }
    .view-shop {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px;
    }
    .shop-info-value {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .shop-main-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 5px;
    }
    .shop-info-details {
        align-items: flex-start;
    }
    .shop-product-card {
        flex-direction: column;
        margin: 0 0 10px;
        border-radius: 0;
        align-items: center;
        border: none;
    }
    .swiper-slide img {
        border-radius: 0 !important;
    }
    .shop-product-image {
        max-width: 100%;
    }
    .change-buy-item {
        position: fixed;
        bottom: 0;
        height: 50px;
        background: #fff;
        width: 100vw;
        left: 0;
        justify-content: center;
        box-sizing: border-box;
        gap: 0 !important;
        z-index: 2;
    }
    .shop-add-to-cart,
    .change-item {
        flex: 1;
    }
    .shop-add-to-cart {
        height: 100%;
        padding: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
    }
    .hunter-pieces,
    .shop-chat {
        background: #fff !important;
        color: #fd7e14 !important;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex: 1;
        padding: 0 !important;
    }
    .change-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .hunter-pieces img {
        width: 30px !important;
    }
    .shop-main-details {
        justify-content: space-between;
        max-width: 100%;
        overflow: hidden;
    }
    .shop-info-item.shop-info-value {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
    }
    .shop-info-item.shop-info-value .d-flex {
        flex-shrink: 0;
        width: auto;
        max-width: 110px;
    }
    .shop-chat,
    .view-shop {
        font-size: 14px;
        padding: 5px !important;
    }
    .shop-quantity-info {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        padding: 5px;
        width: 100%;
        align-items: center;
    }
    .shop-delivery-info-left,
    .shop-voucher-info-left,
    .shop-quantity-info-left,
    .coin-mining-info-left {
        width: auto;
    }
    .shop-quantity-info-right-mobile {
        grid-column: span 3 !important;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .shop-quantity-info-left-mobile {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .shops-search .form-control {
        height: 36px;
        padding-left: 2.25rem;
    }
    .shops-search .search-icon {
        left: 0.5rem;
        font-size: 0.9rem;
    }
    .search-result-item {
        grid-template-columns: 60px 1fr 60px;
        padding: 0.3rem;
    }
    .search-result-item img {
        height: 60px;
    }
    .search-result-info h6 {
        font-size: 0.8rem;
    }
    .search-result-info p {
        font-size: 0.7rem;
    }
    .search-result-price {
        font-size: 0.8rem;
    }
    .shops-cart-messenger {
        gap: 15px;
    }
}
@media (min-width: 768px) {
    .survey-button {
        bottom: 0;
        position: absolute;
        background: #fff;
        width: 100%;
        text-align: center;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        z-index: 2;
    }
    .product-list,
    .product-list-catalog,
    .product-list-shop,
    .product-list-shop-full {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1200px) {
    .product-list,
    .product-list-catalog,
    .product-list-shop,
    .product-list-shop-full {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1400px) {
    .product-list,
    .product-list-catalog,
    .product-list-shop,
    .product-list-shop-full {
        grid-template-columns: repeat(5, 1fr);
    }
}