/* Pixel item detail unified layout v13 */
html.pixel-item-page .pixel-mobile-item-head {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    margin: 12px 0 14px;
    padding: 6px 8px;
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr) 88px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 30px rgba(31, 41, 55, .12);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

html.pixel-item-page .pixel-mobile-item-head > a {
    width: 94px;
    height: 40px;
    padding: 0 14px 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 91, 140, .24);
    border-radius: 8px;
    color: #d93773;
    background: rgba(255, 245, 249, .9);
    box-shadow: 0 6px 16px rgba(219, 57, 115, .12);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

html.pixel-item-page .pixel-mobile-item-head > a i {
    font-size: 18px;
    line-height: 1;
}

html.pixel-item-page .pixel-mobile-item-head > a:hover,
html.pixel-item-page .pixel-mobile-item-head > a:focus-visible {
    color: #c92d66;
    background: #fff;
    box-shadow: 0 8px 20px rgba(219, 57, 115, .18);
    transform: translateY(-1px);
}

html.pixel-item-page .pixel-item-head-title {
    min-width: 0;
    overflow: hidden;
    color: #252a34;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html.pixel-item-page .pixel-item-head-context {
    min-width: 0;
    padding: 7px 9px;
    border: 1px solid rgba(20, 184, 166, .22);
    border-radius: 8px;
    color: #177f76;
    background: rgba(237, 255, 252, .78);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 768px) {
    html.pixel-item-page .pixel-mobile-item-shell {
        padding: 18px 20px 22px !important;
        border: 1px solid rgba(255, 255, 255, .62) !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, .70) !important;
        box-shadow: 0 20px 50px rgba(31, 41, 55, .14) !important;
        backdrop-filter: blur(18px) saturate(1.08);
        -webkit-backdrop-filter: blur(18px) saturate(1.08);
    }

    html.pixel-item-page .pixel-mobile-item-shell > .block-content {
        padding: 0 !important;
    }

    html.pixel-item-page .pixel-mobile-item-shell .row.items-push {
        align-items: stretch;
        margin-bottom: 8px !important;
    }

    html.pixel-item-page .pixel-mobile-gallery-area,
    html.pixel-item-page .product-info-area {
        min-width: 0;
    }

    html.pixel-item-page .product-info-area {
        display: flex;
        flex-direction: column;
        padding-left: 22px !important;
    }

    html.pixel-item-page .item-title-content {
        min-height: 112px;
        padding: 18px 20px;
        align-items: flex-start !important;
        border: 1px solid rgba(148, 163, 184, .18);
        border-left: 4px solid #ff6694;
        border-radius: 8px;
        background: rgba(255, 255, 255, .70);
        box-shadow: 0 10px 26px rgba(31, 41, 55, .08);
    }

    html.pixel-item-page .item-title-content .fs-4 {
        color: #20242d;
        font-size: clamp(20px, 1.6vw, 27px) !important;
        font-weight: 900 !important;
        line-height: 1.34;
    }

    html.pixel-item-page .item-title-content .text-muted {
        margin-top: 6px;
        color: #858c98 !important;
    }

    html.pixel-item-page .item-title-content .pixel-amount-unselected {
        margin-top: 5px;
        color: #ff5267 !important;
        font-size: 14px;
        font-weight: 800;
    }

    html.pixel-item-page .item-controls {
        flex: 1 1 auto;
        width: 100%;
        margin: 12px 0 0;
        padding: 14px 16px 16px;
        border: 1px solid rgba(148, 163, 184, .18);
        border-radius: 8px;
        background: rgba(255, 255, 255, .64);
        box-shadow: 0 10px 26px rgba(31, 41, 55, .07);
    }

    html.pixel-item-page .item-controls .table {
        margin: 0 0 14px;
    }

    html.pixel-item-page .item-controls .table tr {
        border-color: rgba(148, 163, 184, .14);
    }

    html.pixel-item-page .item-controls .table td {
        padding-top: 11px;
        padding-bottom: 11px;
        vertical-align: middle;
    }

    html.pixel-item-page .sku-cate-td {
        width: 94px !important;
    }

    html.pixel-item-page .sku-cate-td .cate-name {
        color: #686f7b;
        font-size: 14px;
        font-weight: 800;
    }

    html.pixel-item-page .sku-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    html.pixel-item-page .sku-item {
        min-height: 40px;
        margin: 0 !important;
        padding: 6px 11px;
        border: 1px solid rgba(148, 163, 184, .30);
        border-radius: 8px;
        background: rgba(255, 255, 255, .9);
        box-shadow: none;
    }

    html.pixel-item-page .sku-item.sku-current {
        border-color: rgba(20, 184, 166, .68) !important;
        background: rgba(231, 255, 250, .96) !important;
        box-shadow: 0 0 0 2px rgba(20, 184, 166, .12) !important;
    }

    html.pixel-item-page .quantity-input {
        width: 78px;
        height: 40px;
        border-radius: 8px 0 0 8px;
        border-color: rgba(148, 163, 184, .34);
        text-align: center;
    }

    html.pixel-item-page .sku-stock {
        min-height: 40px;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        border-radius: 0 8px 8px 0;
        font-weight: 800;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock,
    html.pixel-item-page .shop-checkout-btn.no-stock {
        width: 100%;
        min-height: 58px;
        margin: 0;
        padding: 6px;
        display: grid;
        grid-template-columns: 92px 92px minmax(128px, 1fr) minmax(128px, 1fr);
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(255, 255, 255, .58);
        border-radius: 8px;
        background: rgba(248, 250, 252, .70);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    }

    html.pixel-item-page .shop-checkout-btn.have-stock.d-hide,
    html.pixel-item-page .shop-checkout-btn.no-stock.d-hide {
        display: none !important;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock.d-show,
    html.pixel-item-page .shop-checkout-btn.no-stock.d-show {
        display: grid !important;
    }

    html.pixel-item-page .pixel-mobile-action-mini {
        width: 100%;
        height: 46px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border: 1px solid rgba(148, 163, 184, .20);
        border-radius: 8px;
        color: #4b5260;
        background: rgba(255, 255, 255, .78);
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
        white-space: nowrap;
    }

    html.pixel-item-page .pixel-mobile-action-mini i {
        color: #ff5d8f;
        font-size: 18px;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock .checkout-btn,
    html.pixel-item-page .shop-checkout-btn.no-stock .checkout-btn {
        width: 100%;
        min-width: 0;
        height: 46px;
        margin: 0 !important;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border: 0;
        border-radius: 8px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        white-space: nowrap;
        box-shadow: 0 8px 18px rgba(31, 41, 55, .12);
    }

    html.pixel-item-page .shop-checkout-btn.have-stock .btn-add-cart {
        background: #f5a524 !important;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock .btn-buy-now {
        background: #ff5267 !important;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock .checkout-btn:hover {
        filter: brightness(1.04);
        transform: translateY(-1px);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    html.pixel-item-page .product-info-area {
        padding-left: 14px !important;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock,
    html.pixel-item-page .shop-checkout-btn.no-stock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    html.pixel-item-page .pixel-mobile-action-mini {
        height: 42px;
        gap: 3px;
        font-size: 12px;
    }

    html.pixel-item-page .shop-checkout-btn.have-stock .checkout-btn,
    html.pixel-item-page .shop-checkout-btn.no-stock .checkout-btn {
        height: 42px;
    }
}

@media (max-width: 767.98px) {
    html.pixel-item-page .pixel-mobile-item-head {
        position: sticky !important;
        top: 8px !important;
        z-index: 1090 !important;
        width: calc(100% - 16px) !important;
        min-height: 50px !important;
        margin: 8px auto 6px !important;
        padding: 5px 6px !important;
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) 54px !important;
        gap: 7px !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, .80) !important;
        box-shadow: 0 10px 26px rgba(31, 41, 55, .16) !important;
        backdrop-filter: blur(18px) saturate(1.15) !important;
        -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
    }

    html.pixel-item-page .pixel-mobile-item-head > a {
        width: 72px !important;
        height: 38px !important;
        padding: 0 9px 0 6px !important;
        gap: 3px !important;
        border-radius: 8px !important;
        font-size: 13px !important;
    }

    html.pixel-item-page .pixel-mobile-item-head > a i {
        font-size: 17px !important;
    }

    html.pixel-item-page .pixel-item-head-title {
        color: #252a34 !important;
        font-size: 13px !important;
        font-weight: 850 !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    html.pixel-item-page .pixel-item-head-context {
        padding: 6px 5px !important;
        border: 0 !important;
        color: #6f7681 !important;
        background: transparent !important;
        font-size: 10px !important;
    }

    html.pixel-item-page .pixel-mobile-item-shell {
        margin-top: 0 !important;
    }
}

@media (max-width: 359.98px) {
    html.pixel-item-page .pixel-mobile-item-head {
        grid-template-columns: 68px minmax(0, 1fr) 0 !important;
    }

    html.pixel-item-page .pixel-mobile-item-head > a {
        width: 64px !important;
    }

    html.pixel-item-page .pixel-item-head-context {
        display: none !important;
    }
}
/* End Pixel item detail unified layout v13 */
.pixel-product-notice {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 12px 0 8px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 169, 64, .48);
    border-left: 4px solid #ff9f43;
    border-radius: 8px;
    background: rgba(255, 250, 239, .76);
    box-shadow: 0 8px 22px rgba(99, 67, 26, .10);
    backdrop-filter: blur(10px) saturate(1.12);
    -webkit-backdrop-filter: blur(10px) saturate(1.12);
}

.pixel-product-notice-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #fff;
    background: #f59f00;
    font-size: 18px;
}

.pixel-product-notice-main {
    min-width: 0;
}

.pixel-product-notice-title {
    margin-bottom: 4px;
    color: #8a4b00;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.pixel-product-notice-content {
    overflow-wrap: anywhere;
    color: #513b24;
    font-size: 13px;
    line-height: 1.65;
}

.pixel-product-notice-content > :last-child {
    margin-bottom: 0;
}

.pixel-product-notice-content img,
.pixel-product-notice-content video,
.pixel-product-notice-content iframe {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .pixel-product-notice {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 8px;
        margin: 10px 0 6px;
        padding: 10px;
    }

    .pixel-product-notice-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

