#event_banner {
    position: relative;
    width: min(1280px, calc(100% - 1.5rem));
    min-height: 210px;
    margin: 1rem auto 0;
    border-radius: 32px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(7, 18, 34, 0.96) 0%, rgba(11, 37, 63, 0.94) 56%, rgba(16, 116, 144, 0.9) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.18);
}

.product_store_hero_backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 28%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.18), transparent 30%);
    pointer-events: none;
}

#store_header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    min-height: 210px;
    padding: 1.55rem 1.7rem;
    margin: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
}

.product_store_identity {
    display: grid;
    gap: 0.55rem;
    max-width: 700px;
}

.product_store_kicker,
.product_summary_kicker,
.product_section_microhead {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0.32rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product_store_name {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--display-font);
    font-size: clamp(1.9rem, 1.3rem + 1.45vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.product_store_name:hover {
    color: #ffffff;
    text-decoration: none;
}

.product_store_name_text {
    display: inline-flex;
    align-items: center;
}

.product_store_verified_badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 32px;
    padding: 0.3rem 0.74rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #dbeafe;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 24px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(12px);
}

.product_store_verified_badge i {
    color: #93c5fd;
}

.product_store_caption {
    margin: 0;
    max-width: 640px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.98rem;
    line-height: 1.7;
}

.product_store_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.product_store_meta > div {
    margin: 0;
}

.product_store_chip,
.event_btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.46rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.product_store_toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: flex-end;
    align-items: center;
}

.product_store_toolbar_btn {
    min-height: 42px;
    padding-inline: 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

#cat_dropdown {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

#cat_dropdown a:hover {
    color: var(--black) !important;
}

.product_page_shell {
    width: min(1280px, calc(100% - 1.5rem));
    margin: 1rem auto 0;
}

.product_purchase_form {
    margin: 0;
}

.product_main_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) 360px;
    gap: 1rem;
    align-items: start;
}

.product_gallery_column {
    align-self: stretch;
}

#top_left {
    max-width: none;
    position: relative;
    left: auto;
}

.product_gallery_surface,
.product_summary_surface,
.product_purchase_surface,
.product_store_card,
.product_article {
    padding: 1.15rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}

.product_gallery_surface {
    position: sticky;
    top: 1rem;
}

.product_summary_surface,
.product_purchase_surface,
.product_store_card {
    display: grid;
    gap: 1rem;
}

#pdt_carousel_cover {
    width: 100%;
    min-height: clamp(340px, 42vw, 560px);
    padding: 0.9rem;
    border-radius: 24px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#pdt_carousel .carousel-item {
    min-height: clamp(320px, 38vw, 520px);
    justify-content: center;
    align-items: center;
}

#pdt_carousel .carousel-item img,
#pdt_carousel .carousel-item video {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

#pdt_carousel {
    position: relative;
    z-index: 1;
}

#pdt_carousel_cover.zoom-ready {
    cursor: zoom-in;
}

#pdt_zoom_lens {
    position: absolute;
    z-index: 4;
    display: none;
    width: 176px;
    height: 176px;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.92);
    background-color: rgba(255, 255, 255, 0.98);
    background-repeat: no-repeat;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.32), inset 0 0 0 1px rgba(15, 23, 42, 0.12);
    pointer-events: none;
    transform: translate3d(0, 0, 0);
}

#pdt_zoom_lens::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 18px;
    height: 18px;
    border-left: 1px solid rgba(15, 23, 42, 0.3);
    border-top: 1px solid rgba(15, 23, 42, 0.3);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.75;
}

.product_gallery_hint {
    margin-top: 0.8rem;
    color: var(--text_color);
    font-size: 0.84rem;
}

#pdt_carousel_indicators_div {
    position: static;
    display: flex;
    justify-content: flex-start;
    gap: 0.65rem;
    flex-wrap: nowrap;
    padding: 0;
    margin: 1rem 0 0;
    overflow-x: auto;
    list-style: none;
}

#pdt_carousel_indicators_div img {
    width: 78px;
    height: 78px;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    object-fit: cover;
    border: 2px solid transparent;
    background: rgba(226, 232, 240, 0.8);
    opacity: 0.8;
    transition: transform 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

#pdt_carousel_indicators_div img:hover,
#pdt_carousel_indicators_div img.is_active {
    opacity: 1;
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.45);
}

#pdt_main_name {
    margin: 0;
    color: var(--heading);
    font-family: var(--display-font);
    font-size: clamp(2rem, 1.4rem + 1.35vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.product_event_promo_wrap {
    margin-top: 0.15rem;
}

.product_event_promo {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 247, 250, 0.99) 100%);
    box-shadow: inset 4px 0 0 var(--event-promo-accent), 0 20px 34px rgba(15, 23, 42, 0.08);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product_event_promo:hover,
.product_event_promo:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
    border-color: rgba(251, 113, 133, 0.28);
    box-shadow: inset 4px 0 0 var(--event-promo-accent), 0 24px 40px rgba(15, 23, 42, 0.12);
}

.product_event_promo_poster {
    position: relative;
    display: block;
    width: 92px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 20px;
    background: #0f172a;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.product_event_promo_poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product_event_promo_poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.22));
    pointer-events: none;
}

.product_event_promo_poster--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--event-promo-accent) 0%, #0f172a 100%);
    font-size: 1.45rem;
}

.product_event_promo_body {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.product_event_promo_badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    min-height: 28px;
    padding: 0.3rem 0.72rem;
    border-radius: 999px;
    background: var(--event-promo-accent);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(225, 29, 72, 0.16);
}

.product_event_promo_title {
    color: var(--heading);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.15;
}

.product_event_promo_copy {
    color: var(--text_color);
    font-size: 0.92rem;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product_event_promo_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
}

.product_event_promo_meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    color: var(--heading);
    font-size: 0.76rem;
    font-weight: 800;
}

.product_event_promo_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--event-promo-accent);
    font-size: 0.95rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.product_rating_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.product_rating_stars {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
}

.product_rating_toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 34px;
    padding: 0.32rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--heading);
    font-weight: 700;
}

.product_rating_stat {
    color: var(--text_color);
    font-weight: 600;
}

#pdt_review_details {
    margin-top: 0.75rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    width: min(320px, calc(100vw - 2rem));
    padding: 0.9rem 1rem;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.96);
    color: #ffffff;
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.24);
}

.product_price_card {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
}

.product_price_label {
    color: var(--text_color);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product_price_row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem;
}

.product_price_card .pdt_price {
    font-size: clamp(1.75rem, 1.25rem + 0.82vw, 2.4rem);
    line-height: 1;
}

#upper_price_range {
    color: var(--colorSecondary);
    font-size: 0.96rem;
    font-weight: 700;
}

.product_price_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.product_price_meta_item {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.78rem;
    font-weight: 800;
}

.product_discount_badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.32rem 0.78rem;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 900;
}

.product_price_note {
    margin: 0;
    color: var(--text_color);
    line-height: 1.7;
}

.product_meta_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.product_meta_chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.44rem 0.82rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--heading);
    font-weight: 700;
}

.product_meta_chip--link {
    text-decoration: none;
}

.product_meta_chip--link:hover {
    text-decoration: none;
    color: var(--heading);
}

#var_article {
    max-height: none;
    min-height: 0;
}

.product_variations_surface {
    display: grid;
    gap: 0.9rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(203, 213, 225, 0.86);
}

.var_header {
    color: var(--heading);
    font-weight: 700;
    font-size: 0.95rem !important;
}

.variation_div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0 !important;
}

#var_article img,
#var_article span {
    cursor: pointer;
    margin-left: 0;
}

.variation_div .img-thumbnail {
    min-width: 62px;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    border-radius: 18px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    background: rgba(255, 255, 255, 0.8);
}

.text_var {
    float: none;
    min-width: 58px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    border-radius: 16px;
}

.selected_var {
    border: 1px solid var(--colorPrimary) !important;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.product_purchase_column {
    position: sticky;
    top: 1rem;
    display: grid;
    gap: 1rem;
    align-self: start;
}

.product_quantity_card,
.product_shipping_card,
.product_cta_surface {
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
}

.product_quantity_meta,
.product_quantity_stock {
    color: var(--text_color);
}

.product_quantity_stock {
    margin-top: 0.45rem;
    font-weight: 700;
    color: var(--colorSecondary);
}

.product_shipping_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(203, 213, 225, 0.86);
}

.product_shipping_eta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    font-size: 0.78rem;
    font-weight: 800;
}

.product_shipping_line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.35rem 0;
}

.product_shipping_line_label {
    color: var(--text_color);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product_shipping_line_value {
    text-align: right;
    color: var(--heading);
    font-weight: 700;
}

.product_shipping_region {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.product_shipping_region_label {
    color: var(--heading);
    font-weight: 700;
}

.product_total_box {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(203, 213, 225, 0.86);
}

.product_total_row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.product_total_row--grand {
    font-size: 1.12rem;
    font-weight: 800;
}

.product_bid_box {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.product_bid_input {
    border-radius: 16px;
    padding-inline: 0.35rem;
}

.product_notice {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    background: rgba(248, 250, 252, 0.82);
    color: var(--text_color);
    line-height: 1.65;
}

.product_notice--warning {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.2);
}

.product_notice--danger {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.18);
}

.product_notice--soft {
    background: rgba(15, 23, 42, 0.04);
}

.product_cta_buttons {
    display: grid;
    gap: 0.7rem;
}

.product_add_to_cart,
.product_buy_now,
.product_place_bid,
.product_save_btn {
    width: 100%;
    min-height: 50px;
    border-radius: 18px;
    font-weight: 800;
}

.product_store_card_head {
    display: grid;
    gap: 0.35rem;
}

.product_store_card_name {
    color: var(--heading);
    font-size: 1.15rem;
    font-weight: 800;
    text-decoration: none;
}

.product_store_card_name:hover {
    text-decoration: none;
}

.product_store_card_stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.product_store_card_stats article {
    display: grid;
    gap: 0.18rem;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(203, 213, 225, 0.86);
}

.product_store_card_stats strong {
    color: var(--heading);
    font-size: 1.1rem;
}

.product_store_card_stats span {
    color: var(--text_color);
}

.product_store_card_actions {
    display: grid;
    gap: 0.65rem;
}

.product_store_action {
    justify-content: flex-start;
    text-decoration: none !important;
}

.product_secondary_shell {
    margin-top: 1rem;
}

.product_secondary_layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.product_secondary_sidebar {
    position: sticky;
    top: 1rem;
}

.product_section_heading {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.product_section_heading h3 {
    margin: 0;
    color: var(--heading);
    font-size: 1.35rem;
    font-family: var(--display-font);
    font-weight: 600;
    letter-spacing: -0.03em;
}

.product_category_list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.product_category_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.78rem 0.9rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(203, 213, 225, 0.86);
    color: var(--heading);
    text-decoration: none;
}

.product_category_list li a strong {
    min-width: 34px;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--colorPrimary);
    text-align: center;
}

.product_recommend_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.product_related_card {
    padding: 0.55rem !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: none;
    align-items: stretch;
}

.product_related_card img:nth-child(1),
.product_related_card img {
    width: 100%;
    max-width: none;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin-bottom: 0.75rem;
    padding: 0.4rem;
    border-radius: 18px;
    background: rgba(226, 232, 240, 0.65);
}

.product_related_name {
    min-height: 2.65em;
    margin-bottom: 0.4rem;
    color: var(--heading);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
}

.product_related_store {
    margin-bottom: 0.45rem;
    color: var(--colorPrimary);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.35;
}

.product_marketplace_surface {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.product_marketplace_surface > * {
    min-width: 0;
    max-width: 100%;
}

.product_marketplace_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0;
}

.product_marketplace_heading > div:first-child {
    min-width: 0;
}

.product_marketplace_intro {
    margin: 0.35rem 0 0;
    max-width: 760px;
    color: var(--text_color);
    line-height: 1.7;
}

.product_marketplace_controls {
    display: inline-flex;
    gap: 0.55rem;
    flex-shrink: 0;
}

.product_marketplace_nav {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    color: var(--heading);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.product_marketplace_nav:not(:disabled):hover,
.product_marketplace_nav:not(:disabled):focus {
    transform: translateY(-1px);
    background: var(--heading);
    color: #ffffff;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
    outline: none;
}

.product_marketplace_nav:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.product_marketplace_body {
    min-height: 260px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.product_marketplace_loading,
.product_marketplace_empty {
    display: grid;
    gap: 0.55rem;
    justify-items: center;
    align-content: center;
    min-height: 220px;
    padding: 1.25rem;
    border: 1px dashed rgba(148, 163, 184, 0.5);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
    color: var(--text_color);
    text-align: center;
}

.product_marketplace_loading i,
.product_marketplace_empty i {
    color: var(--colorPrimary);
    font-size: 1.2rem;
}

.product_marketplace_empty strong {
    color: var(--heading);
    font-size: 1rem;
}

.product_marketplace_track {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 0.15rem 0 0.45rem;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.product_marketplace_track::-webkit-scrollbar {
    height: 8px;
}

.product_marketplace_track::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.65);
    border-radius: 999px;
}

.product_marketplace_track_wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 0.15rem;
}

.product_marketplace_item {
    flex: 0 0 216px;
    scroll-snap-align: start;
}

.product_marketplace_item .product_related_card {
    height: 100%;
}

.product_marketplace_item--ad {
    flex-basis: 258px;
}

.product_tabs_nav {
    gap: 0.55rem;
    border-bottom: 0;
}

.product_tabs_nav .nav-link {
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    color: var(--text_color);
    font-weight: 700;
}

.product_tabs_nav .nav-link.active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 56%, #0ea5e9 100%);
}

.product_specs_surface,
.product_overview_surface,
.product_reviews_surface {
    display: grid;
    gap: 1rem;
}

.product_specs_card,
.product_detail_block,
.product_reviews_summary {
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
}

.product_detail_header {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 0.85rem;
}

.product_detail_header h3 {
    margin: 0;
    color: var(--heading);
    font-size: 1.15rem;
    font-weight: 800;
}

.product_specs_table {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.product_specs_table td,
.product_specs_table th {
    vertical-align: middle;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.product_specs_table td:first-child {
    width: 38%;
    color: #f97316;
    font-weight: 700;
}

.product_specs_table td:last-child {
    width: 62%;
    color: var(--heading);
}

.product_detail_copy {
    line-height: 1.8;
}

.product_specs_table_wrap {
    overflow-x: auto;
}

.product_detail_copy img,
.product_richtext img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0.85rem auto;
    border-radius: 18px;
    object-fit: contain;
}

.product_detail_copy table,
.product_richtext table {
    width: 100% !important;
    max-width: 100% !important;
}

.product_detail_copy iframe,
.product_richtext iframe,
.product_detail_copy video,
.product_richtext video,
.product_detail_copy embed,
.product_richtext embed,
.product_detail_copy object,
.product_richtext object {
    display: block;
    max-width: 100% !important;
}

.product_detail_copy p:last-child,
.product_richtext p:last-child {
    margin-bottom: 0;
}

.product_overview_gallery {
    display: grid;
    gap: 1rem;
}

.product_overview_gallery img {
    width: 100%;
    border-radius: 22px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    background: rgba(248, 250, 252, 0.82);
}

.product_review_list {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.product_review_item {
    padding: 1rem;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
}

.product_more_reviews {
    min-height: 48px;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 999px;
}

.carousel_full_navs {
    height: 100%;
    padding-top: 45vh;
    position: fixed;
    background: none;
    width: 15%;
    color: var(--white);
    cursor: pointer;
}

#carousel_full_left {
    left: 0;
    padding-left: 2%;
}

#carousel_full_right {
    right: 0;
    padding-left: 10%;
}

#peek_dialog .product_fullscreen_gallery {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(15, 23, 42, 0.45) 0%, rgba(0, 0, 0, 0.96) 68%);
}

#peek_dialog .product_fullscreen_stage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 7rem 6.5rem;
}

#peek_dialog .product_fullscreen_image {
    display: block;
    max-width: min(96vw, 1800px);
    max-height: calc(100vh - 11rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    user-select: none;
}

#peek_dialog .product_fullscreen_close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2010;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#peek_dialog .product_fullscreen_close:hover,
#peek_dialog .product_fullscreen_close:focus {
    background: rgba(220, 38, 38, 0.92);
    outline: none;
}

#peek_dialog .carousel_full_navs.product_fullscreen_nav {
    position: fixed;
    top: 50%;
    z-index: 2008;
    width: 54px;
    height: 54px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

#peek_dialog .carousel_full_navs.product_fullscreen_nav:hover,
#peek_dialog .carousel_full_navs.product_fullscreen_nav:focus {
    background: rgba(37, 99, 235, 0.9);
    transform: translateY(-50%) scale(1.04);
    outline: none;
}

#peek_dialog .product_fullscreen_nav_left {
    left: 1.5rem;
}

#peek_dialog .product_fullscreen_nav_right {
    right: 1.5rem;
}

#peek_dialog .product_fullscreen_footer {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 2009;
    width: min(94vw, 760px);
    transform: translateX(-50%);
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.76);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

#product_fullscreen_counter {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

#peek_dialog .product_fullscreen_thumbs {
    display: flex;
    max-width: 100%;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
}

#peek_dialog .product_fullscreen_thumb {
    width: 54px;
    height: 54px;
    padding: 0;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.68;
    transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

#peek_dialog .product_fullscreen_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#peek_dialog .product_fullscreen_thumb:hover,
#peek_dialog .product_fullscreen_thumb:focus,
#peek_dialog .product_fullscreen_thumb.is_active {
    border-color: #fff;
    opacity: 1;
    transform: translateY(-1px);
    outline: none;
}


@media screen and (max-width: 1199px) {
    .product_main_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product_purchase_column {
        position: static;
        grid-column: 1 / -1;
    }

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

    .product_secondary_sidebar {
        position: static;
    }

    .product_recommend_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product_marketplace_item {
        flex-basis: 208px;
    }

    .product_marketplace_item--ad {
        flex-basis: 240px;
    }
}

@media screen and (max-width: 991px) {
    #event_banner,
    .product_page_shell {
        width: calc(100% - 1rem);
    }

    #store_header {
        min-height: 0;
        padding: 1.2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .product_store_toolbar {
        justify-content: flex-start;
    }

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

    #top_left {
        position: static;
    }

    .product_gallery_surface {
        position: static;
    }

    .product_shipping_head,
    .product_shipping_line {
        flex-direction: column;
        align-items: flex-start;
    }

    .product_shipping_line_value {
        text-align: left;
    }

    .product_recommend_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product_event_promo {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .product_event_promo_arrow {
        display: none;
    }

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

    .product_marketplace_controls {
        width: 100%;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 575px) {
    #peek_dialog .product_fullscreen_stage {
        padding: 4.25rem 1rem 6.25rem;
    }

    #peek_dialog .product_fullscreen_image {
        max-width: 96vw;
        max-height: calc(100vh - 10.5rem);
        border-radius: 10px;
    }

    #peek_dialog .carousel_full_navs.product_fullscreen_nav {
        width: 44px;
        height: 44px;
        font-size: 1.12rem;
        background: rgba(15, 23, 42, 0.64);
    }

    #peek_dialog .product_fullscreen_nav_left {
        left: 0.65rem;
    }

    #peek_dialog .product_fullscreen_nav_right {
        right: 0.65rem;
    }

    #peek_dialog .product_fullscreen_footer {
        bottom: 0.6rem;
        width: calc(100vw - 1rem);
        padding: 0.6rem;
        border-radius: 16px;
    }

    #peek_dialog .product_fullscreen_thumb {
        width: 46px;
        height: 46px;
        border-radius: 10px;
    }

    #event_banner {
        border-radius: 26px;
    }

    .product_gallery_surface,
    .product_summary_surface,
    .product_purchase_surface,
    .product_store_card,
    .product_article {
        padding: 1rem;
        border-radius: 24px;
    }

    #pdt_carousel_cover {
        min-height: 290px;
        padding: 0.65rem;
    }

    #pdt_zoom_lens {
        display: none !important;
    }

    #pdt_carousel_indicators_div img {
        width: 64px;
        height: 64px;
    }

    .product_meta_chips {
        display: grid;
    }

    .product_event_promo {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 0.7rem;
        padding: 0.72rem;
        border-radius: 20px;
    }

    .product_event_promo_poster {
        width: 72px;
        border-radius: 16px;
    }

    .product_event_promo_copy {
        font-size: 0.87rem;
    }

    .product_event_promo_meta {
        display: grid;
        gap: 0.32rem;
    }

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

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

    .product_tabs_nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .product_tabs_nav .nav-link {
        white-space: nowrap;
    }

    .product_marketplace_intro {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .product_marketplace_nav {
        width: 42px;
        height: 42px;
    }

    .product_marketplace_body {
        min-height: 220px;
    }

    .product_marketplace_loading,
    .product_marketplace_empty {
        min-height: 188px;
        border-radius: 20px;
    }

    .product_marketplace_track {
        gap: 0.7rem;
        padding-bottom: 0.35rem;
    }

    .product_marketplace_item {
        flex-basis: min(82vw, 212px);
    }

    .product_marketplace_item--ad {
        flex-basis: min(86vw, 248px);
    }

}
