.shop-page .navbar,
.shop-product-page .navbar,
.shop-flow-page .navbar {
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.shop-hero {
    padding: 130px 0 70px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ff5f6d);
}

.shop-section {
    padding: 110px 0 70px;
    min-height: 70vh;
    background: #f8fafc;
}

.shop-page .shop-section {
    padding-top: 60px;
}

.shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.shop-filter {
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.shop-filter-nested {
    margin-left: calc(var(--filter-depth, 0) * 14px);
}

.shop-filter.active,
.shop-filter:hover {
    background: #ff8a00;
    color: #fff;
}

.shop-card,
.shop-order-box,
.shop-cart-box,
.shop-checkout-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.shop-card {
    height: 100%;
    overflow: hidden;
}

.shop-card-image,
.shop-product-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    background: linear-gradient(135deg, #fff7ed, #e0f2fe);
    color: #ff8a00;
    font-size: 56px;
    text-decoration: none;
}

.shop-card-image img,
.shop-product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-card-body {
    padding: 24px;
}

.shop-card-body h2 {
    font-size: 1.25rem;
    margin: 8px 0 10px;
}

.shop-card-body h2 a,
.shop-back {
    color: #0f172a;
    text-decoration: none;
}

.shop-category {
    color: #ff8a00;
    font-weight: 700;
    font-size: 0.85rem;
}

.shop-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.shop-product-price {
    margin: 16px 0;
    color: #ff8a00;
    font-size: 2rem;
    font-weight: 800;
}

.shop-product-description {
    margin: 24px 0;
}

.shop-empty {
    padding: 70px 20px;
    text-align: center;
    color: #64748b;
}

.shop-empty i {
    display: block;
    margin-bottom: 18px;
    font-size: 54px;
}

.shop-cart-box,
.shop-checkout-form,
.shop-order-box {
    padding: 28px;
}

.shop-cart-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}

.shop-cart-total {
    margin-top: 18px;
    text-align: right;
    font-size: 1.25rem;
}

/* Refined storefront design */
.shop-hero {
    position: relative;
    overflow: hidden;
    padding: 115px 0 92px;
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 26%),
        radial-gradient(circle at 20% 80%, rgba(14, 165, 233, 0.22), transparent 28%),
        linear-gradient(180deg, transparent 0%, transparent 72%, rgba(248, 250, 252, 0.12) 100%),
        linear-gradient(135deg, #0f172a 0%, #312e81 48%, #f97316 100%);
}

.shop-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.shop-hero-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.shop-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
    gap: 40px;
    align-items: center;
}

.shop-hero-visual {
    position: relative;
}

.shop-hero-card {
    position: relative;
    display: grid;
    min-height: 500px;
    place-items: center;
    padding: 12px;
}

.shop-hero-card::before,
.shop-hero-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 999px;
}

.shop-hero-card::before {
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06) 62%, transparent 70%);
}

.shop-hero-card::after {
    right: 24px;
    bottom: 34px;
    width: 190px;
    height: 190px;
    background: rgba(251, 191, 36, 0.24);
    filter: blur(2px);
}

.shop-hero-card-badge {
    position: absolute;
    top: 18px;
    left: 34px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: #f97316;
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.shop-hero-image {
    display: grid;
    width: min(100%, 560px);
    min-height: 470px;
    place-items: center;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

.shop-hero-image img {
    width: min(100%, 560px);
    height: auto;
    max-height: 510px;
    object-fit: contain;
    filter: drop-shadow(0 30px 45px rgba(15, 23, 42, 0.28));
}

.shop-hero-placeholder {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    width: 100%;
    min-height: 390px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
}

.shop-hero-placeholder i {
    font-size: 52px;
}

.shop-hero-card-footer {
    position: absolute;
    right: 18px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.34);
    color: rgba(255, 255, 255, 0.94);
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.shop-hero-card-footer span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.shop-hero-card-footer i {
    color: #fbbf24;
}

.shop-hero-floating {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.shop-hero-floating i {
    color: #f97316;
}

.shop-hero-floating.one {
    right: -4px;
    top: 24%;
}

.shop-hero-floating.two {
    left: -12px;
    bottom: 22%;
}

.shop-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-hero h1 {
    max-width: 700px;
    margin-bottom: 18px;
    font-size: clamp(2.25rem, 4.35vw, 4.25rem);
    font-weight: 900;
    line-height: 0.98;
}

.shop-hero .lead {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.2rem;
}

.shop-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.shop-hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.shop-hero-benefits i {
    color: #fbbf24;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.shop-hero-actions .btn-light {
    color: #0f172a;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(255, 255, 255, 0.18);
}

.shop-hero-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
}

.shop-hero-note i {
    color: #86efac;
}

.shop-section {
    position: relative;
    overflow: visible;
    padding-top: 32px;
    background:
        linear-gradient(180deg, #f8fafc 0%, #fff 38%, #f8fafc 100%);
}

.shop-page .shop-section {
    padding-top: 32px;
}

.shop-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 44px;
    left: max(16px, calc((100% - 1140px) / 2));
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.08);
    filter: blur(8px);
    pointer-events: none;
}

.shop-section::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 130px;
    right: max(16px, calc((100% - 1140px) / 2));
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
    filter: blur(10px);
    pointer-events: none;
}

.shop-section > .container {
    position: relative;
    z-index: 1;
}

.shop-catalog-shell {
    position: relative;
    margin: 0 0 26px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 18%, rgba(249, 115, 22, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), #f8fafc);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
}

.shop-catalog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.shop-section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f97316;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-catalog-head h2 {
    max-width: 760px;
    margin: 0 0 10px;
    color: #0f172a;
    font-size: clamp(1.75rem, 3.5vw, 2.85rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.shop-catalog-head p {
    max-width: 680px;
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
}

.shop-catalog-proof {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    padding: 12px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #166534;
    font-weight: 800;
}

.shop-catalog-value {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

.shop-catalog-value div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    padding: 13px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
}

.shop-catalog-value i {
    grid-row: span 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 14px;
    background: #fff7ed;
    color: #f97316;
}

.shop-catalog-value strong {
    color: #0f172a;
    font-weight: 900;
}

.shop-catalog-value span {
    color: #64748b;
    font-size: 0.9rem;
}

.shop-page-title {
    margin-bottom: 28px;
}

.shop-page-title span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f97316;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.shop-page-title h1 {
    margin-bottom: 8px;
    color: #0f172a;
    font-weight: 900;
}

.shop-page-title p {
    max-width: 680px;
    color: #64748b;
}

.shop-card {
    position: relative;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(249, 115, 22, 0.35), rgba(99, 102, 241, 0.18)) border-box;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.shop-card:hover {
    border-color: #fed7aa;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.13);
    transform: translateY(-4px);
}

.shop-card-image {
    position: relative;
    min-height: 142px;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 20%, rgba(249, 115, 22, 0.14), transparent 30%),
        linear-gradient(135deg, #f8fafc, #eff6ff);
}

.shop-card-image img {
    width: 100%;
    height: 142px;
    padding: 8px 12px 0;
    object-fit: contain;
    transform: scale(0.96);
    transition: transform 0.24s ease;
}

.shop-card:hover .shop-card-image img {
    transform: scale(1.01);
}

.shop-card-image > i {
    font-size: 44px;
}

.shop-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 900;
}

.shop-card-body {
    display: grid;
    min-height: 210px;
    padding: 14px;
}

.shop-card-body .shop-category {
    margin-bottom: 6px;
    font-size: 0.76rem;
    font-weight: 900;
}

.shop-card-body p {
    color: #64748b;
    display: -webkit-box;
    overflow: hidden;
    min-height: 38px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-card-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-bottom: 10px;
}

.shop-card-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 8px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.shop-card-points i {
    color: #f97316;
}

.shop-card-footer {
    align-self: end;
    padding: 11px 0 0;
    border-top: 1px solid #eef2f7;
}

.shop-card-price small,
.shop-card-price strong {
    display: block;
}

.shop-card-price small {
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.shop-card-price strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.shop-card-body h2 {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.25;
}

.shop-card .btn {
    padding: 7px 12px;
    font-size: 0.86rem;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

.shop-card .btn,
.shop-product-buybox .btn,
.shop-summary-card .btn,
.shop-checkout-form .btn {
    border-radius: 999px;
    font-weight: 800;
}

.shop-product-detail {
    padding-top: 118px;
    padding-bottom: 70px;
}

.shop-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.shop-product-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #166534;
    font-size: 0.88rem;
    font-weight: 800;
}

.shop-product-layout {
    margin-bottom: 36px;
}

.shop-product-visual {
    position: relative;
}

.shop-product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
}

.shop-product-cover {
    min-height: 380px;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    background:
        radial-gradient(circle at 72% 18%, rgba(249, 115, 22, 0.12), transparent 32%),
        linear-gradient(135deg, #f8fafc, #eff6ff);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.shop-product-gallery {
    display: grid;
    gap: 12px;
}

.shop-product-gallery-main img {
    width: 100%;
    height: 380px;
    padding: 18px;
    object-fit: contain;
    transition: opacity 0.22s ease;
}

.shop-product-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-product-gallery-thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-product-gallery-thumb:hover,
.shop-product-gallery-thumb.active {
    border-color: #f97316;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.18);
}

.shop-product-cover img {
    width: 100%;
    height: 380px;
    padding: 18px;
    object-fit: contain;
}

.shop-product-cover > i {
    font-size: 64px;
}

.shop-product-visual-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.shop-product-visual-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.shop-product-visual-tags i {
    color: #f97316;
}

.shop-product-panel {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.08), transparent 28%),
        linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.shop-product-panel h1 {
    margin: 8px 0 12px;
    color: #0f172a;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.shop-product-lead {
    max-width: 640px;
    margin-bottom: 22px;
    color: #64748b;
    font-size: 1.05rem;
}

.shop-product-value {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.shop-product-value div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 10px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
}

.shop-product-value i {
    grid-row: span 2;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    background: #fff7ed;
    color: #f97316;
}

.shop-product-value strong {
    color: #0f172a;
    font-size: 0.9rem;
}

.shop-product-value span {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.35;
}

.shop-product-benefits {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
}

.shop-product-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.88rem;
    font-weight: 700;
}

.shop-product-benefits i {
    color: #f97316;
}

.shop-product-buybox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border: 1px solid #fed7aa;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.shop-product-buybox-price small {
    display: block;
    color: #9a3412;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.shop-product-price {
    margin: 4px 0 6px;
    color: #ea580c;
    font-size: clamp(1.8rem, 4vw, 2.35rem);
    font-weight: 900;
    line-height: 1;
}

.shop-product-buybox-note {
    color: #9a3412;
    font-size: 0.82rem;
    font-weight: 700;
}

.shop-product-buybox-actions {
    display: grid;
    gap: 10px;
    justify-items: end;
}

.shop-product-buybox .btn {
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.28);
}

.shop-cart-inline {
    display: inline-flex;
    align-items: center;
    color: #c2410c;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.shop-cart-inline:hover {
    color: #9a3412;
}

.shop-product-about,
.shop-product-steps {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.shop-product-steps {
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.08), transparent 34%),
        linear-gradient(180deg, #fff, #f8fafc);
}

.shop-product-about h2,
.shop-product-steps h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
}

.shop-product-steps-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.shop-product-steps-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.86rem;
    font-weight: 800;
}

.shop-product-steps-note i {
    color: #f97316;
}

.shop-product-steps-track {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 10px;
}

.shop-product-step {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.shop-product-step:hover {
    border-color: #fed7aa;
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.12);
    transform: translateY(-3px);
}

.shop-product-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.shop-product-step-num {
    color: #f97316;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.shop-product-step-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #fff7ed;
    color: #f97316;
    font-size: 0.95rem;
}

.shop-product-step strong {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.25;
}

.shop-product-step p {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
}

.shop-product-step-arrow {
    display: grid;
    place-items: center;
    align-self: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #f97316;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    font-size: 0.72rem;
}

.shop-product-description {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #334155;
    box-shadow: none;
    line-height: 1.7;
}

.shop-cart-box.compact {
    padding: 0;
    box-shadow: none;
}

.shop-cart-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
}

.shop-cart-item:first-child {
    padding-top: 0;
}

.shop-cart-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.shop-cart-item-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 14px;
    background: #fff7ed;
    color: #f97316;
}

.shop-cart-item-main {
    display: grid;
    gap: 4px;
}

.shop-cart-item-main strong {
    color: #0f172a;
}

.shop-cart-item-main small {
    color: #64748b;
}

.shop-cart-item-side {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.shop-cart-item-side strong {
    color: #0f172a;
}

.shop-remove {
    border: 0;
    background: transparent;
    color: #dc2626;
    font-size: 13px;
    font-weight: 700;
}

.shop-flow-page .shop-section {
    padding: 118px 0 70px;
    min-height: 70vh;
    background:
        radial-gradient(circle at 8% 12%, rgba(249, 115, 22, 0.06), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #fff 40%, #f8fafc 100%);
}

.shop-flow-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.shop-flow-steps {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    flex: 0 0 auto;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.shop-flow-steps span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 800;
}

.shop-flow-steps span.is-active {
    background: #fff7ed;
    color: #ea580c;
}

.shop-flow-steps-divider {
    width: 28px;
    height: 2px;
    padding: 0 !important;
    border-radius: 999px;
    background: linear-gradient(90deg, #fed7aa, #e2e8f0);
}

.shop-flow-head .shop-page-title {
    flex: 1 1 320px;
    margin-bottom: 0;
    text-align: left;
}

.shop-page-title-row {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.shop-page-title-row span {
    margin-bottom: 0;
}

.shop-page-title-row h1 {
    margin-bottom: 0;
}

.shop-flow-head .shop-page-title h1 {
    margin-bottom: 0;
}

.shop-flow-head .shop-page-title p {
    margin: 0;
}

.shop-cart-shell,
.shop-checkout-shell {
    border: 1px solid #eef2f7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.shop-cart-shell-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px;
    border-bottom: 1px solid #eef2f7;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.shop-cart-shell-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 900;
}

.shop-cart-count-label {
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.82rem;
    font-weight: 800;
}

.shop-cart-box {
    padding: 8px 24px 24px;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.shop-cart-empty {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 56px 24px;
    color: #64748b;
    text-align: center;
}

.shop-cart-empty-icon {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    color: #f97316;
    font-size: 36px;
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.14);
}

.shop-cart-empty strong {
    color: #0f172a;
    font-size: 1.35rem;
}

.shop-cart-empty span {
    max-width: 360px;
    line-height: 1.5;
}

.shop-empty-cta,
.shop-checkout-btn {
    border: 0;
    background: linear-gradient(135deg, #ea580c, #f97316);
    color: #fff !important;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(234, 88, 12, 0.28);
}

.shop-empty-cta {
    margin-top: 8px;
    padding-inline: 24px;
}

.shop-checkout-btn:hover,
.shop-empty-cta:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #c2410c, #ea580c);
    transform: translateY(-1px);
}

.shop-checkout-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

.shop-continue-btn {
    border-color: #cbd5e1;
    color: #475569;
    font-weight: 800;
}

.shop-continue-btn:hover {
    border-color: #f97316;
    background: #fff7ed;
    color: #ea580c;
}

.shop-summary-trust {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.shop-summary-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 700;
}

.shop-summary-trust i {
    color: #f97316;
}

.shop-summary-card {
    position: sticky;
    top: 95px;
    padding: 26px;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.08), transparent 34%),
        #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.shop-summary-card h2,
.shop-checkout-form h2 {
    margin-bottom: 18px;
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 900;
}

.shop-summary-lines {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.shop-summary-line,
.shop-summary-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.shop-summary-line {
    color: #64748b;
}

.shop-summary-total {
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 1.2rem;
}

.shop-summary-note {
    margin-top: 14px;
    color: #64748b;
    font-size: 0.92rem;
}

.shop-checkout-form {
    padding: 30px;
}

.shop-checkout-form .form-control {
    border-radius: 14px;
    padding: 13px 16px;
}

.shop-order-page .navbar {
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.shop-order-page .shop-section {
    min-height: calc(100vh - 82px);
}

.shop-order-section {
    display: flex;
    align-items: center;
    padding: 125px 0 70px;
}

.shop-order-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #eef2f7;
    border-radius: 28px;
}

.shop-order-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.shop-order-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f97316;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-order-header h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
}

.shop-order-status {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 800;
}

.shop-order-status.pending {
    background: #fef3c7;
    color: #92400e;
}

.shop-order-status.paid {
    background: #dcfce7;
    color: #166534;
}

.shop-order-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.shop-order-steps div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: #f8fafc;
    color: #94a3b8;
    font-weight: 800;
}

.shop-order-steps div.active {
    background: #fff7ed;
    color: #f97316;
}

.shop-order-message {
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    margin-bottom: 18px;
}

.shop-order-message i {
    margin-top: 3px;
    font-size: 1.35rem;
}

.shop-order-message strong,
.shop-order-message span {
    display: block;
}

.shop-order-message span {
    margin-top: 3px;
    color: #64748b;
}

.shop-order-message.warning {
    background: #fffbeb;
    color: #d97706;
}

.shop-order-message.success {
    background: #f0fdf4;
    color: #16a34a;
}

.shop-order-message.danger {
    background: #fef2f2;
    color: #dc2626;
}

.shop-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 24px;
}

.shop-order-actions .shop-order-message {
    flex: 1 1 100%;
}

.shop-order-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
}

.shop-order-summary div {
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
}

.shop-order-summary span,
.shop-order-summary strong {
    display: block;
}

.shop-order-summary span {
    color: #64748b;
    font-size: 0.88rem;
}

.shop-order-summary strong {
    margin-top: 5px;
    color: #0f172a;
    word-break: break-word;
}

.shop-download-list {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.shop-download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    color: #0f172a;
    text-decoration: none;
}

.shop-download-item:hover {
    border-color: #f97316;
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.12);
}

.shop-simple-footer {
    margin-top: 0;
}

/* Add to cart wow toast */
.shop-cart-toast {
    position: fixed;
    top: 96px;
    right: 24px;
    z-index: 10050;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    width: min(420px, calc(100vw - 32px));
    padding: 16px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.18), transparent 42%),
        rgba(255, 255, 255, 0.94);
    box-shadow:
        0 24px 70px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(249, 115, 22, 0.08);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(-28px) scale(0.92);
    transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.shop-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.shop-cart-toast.is-leaving {
    opacity: 0;
    transform: translateY(-12px) scale(0.96);
}

.shop-cart-toast-glow {
    position: absolute;
    inset: auto -30px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.22);
    filter: blur(18px);
    pointer-events: none;
}

.shop-cart-toast-icon {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
}

.shop-cart-toast-check {
    width: 54px;
    height: 54px;
}

.shop-cart-toast-check-circle {
    fill: none;
    stroke: #dcfce7;
    stroke-width: 3;
}

.shop-cart-toast-check-mark {
    fill: none;
    stroke: #16a34a;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
}

.shop-cart-toast.is-visible .shop-cart-toast-check-mark {
    animation: shopCheckDraw 0.55s ease 0.15s forwards;
}

.shop-cart-toast.is-visible .shop-cart-toast-check-circle {
    animation: shopCheckPop 0.45s ease forwards;
}

.shop-cart-toast-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.shop-cart-toast-copy strong {
    color: #0f172a;
    font-size: 1rem;
}

.shop-cart-toast-copy span {
    overflow: hidden;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-cart-toast-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.32);
    white-space: nowrap;
}

.shop-cart-toast-link:hover {
    color: #fff;
    transform: translateY(-1px);
}

.shop-cart-toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #f97316, #fbbf24);
    transform-origin: left center;
    transform: scaleX(0);
}

.shop-cart-toast.is-visible .shop-cart-toast-progress {
    animation: shopToastProgress 3.2s linear forwards;
}

.shop-cart-particle {
    position: fixed;
    z-index: 10049;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    animation: shopParticleFly 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.shop-added-flash {
    animation: shopButtonFlash 0.65s ease;
}

.shop-cart-count-pop {
    animation: shopCartCountPop 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes shopCheckDraw {
    to { stroke-dashoffset: 0; }
}

@keyframes shopCheckPop {
    0% { transform: scale(0.7); opacity: 0.4; }
    70% { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes shopToastProgress {
    to { transform: scaleX(1); }
}

@keyframes shopParticleFly {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translate(var(--tx), var(--ty)) scale(0.2) rotate(var(--rot));
    }
}

@keyframes shopButtonFlash {
    0% { transform: scale(1); box-shadow: 0 12px 26px rgba(249, 115, 22, 0.24); }
    35% { transform: scale(1.04); box-shadow: 0 18px 36px rgba(34, 197, 94, 0.35); }
    100% { transform: scale(1); box-shadow: 0 12px 26px rgba(249, 115, 22, 0.24); }
}

@keyframes shopCartCountPop {
    0% { transform: scale(1); }
    35% { transform: scale(1.45); color: #16a34a; }
    100% { transform: scale(1); }
}

@media (max-width: 575px) {
    .shop-cart-toast {
        top: 88px;
        right: 16px;
        left: 16px;
        width: auto;
        grid-template-columns: auto 1fr;
    }

    .shop-cart-toast-link {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .shop-catalog-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-catalog-value {
        grid-template-columns: 1fr;
    }

    .shop-hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .shop-hero-image {
        min-height: 280px;
    }

    .shop-hero-image img,
    .shop-hero-placeholder {
        height: 280px;
    }

    .shop-hero-floating {
        position: static;
        margin-top: 10px;
        width: fit-content;
    }

    .shop-summary-card {
        position: static;
    }

    .shop-product-value {
        grid-template-columns: 1fr;
    }

    .shop-product-steps-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-product-steps-track {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .shop-product-step-arrow {
        justify-self: center;
        transform: rotate(90deg);
    }

    .shop-product-buybox {
        grid-template-columns: 1fr;
    }

    .shop-product-buybox-actions {
        justify-items: stretch;
    }

    .shop-product-buybox .btn {
        width: 100%;
    }

    .shop-order-section {
        align-items: stretch;
    }

    .shop-order-summary,
    .shop-order-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .shop-hero {
        padding: 120px 0 84px;
    }

    .shop-page .shop-section {
        padding-top: 24px;
    }

    .shop-flow-page .shop-section {
        padding-top: 108px;
    }

    .shop-flow-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-flow-head .shop-page-title {
        text-align: left;
    }

    .shop-page-title-row {
        justify-content: flex-start;
    }

    .shop-flow-head .shop-page-title p {
        margin: 0;
    }

    .shop-flow-steps {
        width: 100%;
        border-radius: 20px;
    }

    .shop-cart-shell-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-catalog-shell {
        padding: 20px;
        border-radius: 24px;
    }

    .shop-card-points {
        grid-template-columns: 1fr;
    }

    .shop-product-detail {
        padding-top: 108px;
    }

    .shop-product-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-product-panel,
    .shop-product-about,
    .shop-product-steps {
        padding: 20px;
        border-radius: 22px;
    }

    .shop-product-cover,
    .shop-product-cover img {
        min-height: 280px;
        height: 280px;
    }

    .shop-hero-actions,
    .shop-card-footer,
    .shop-hero-benefits {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-hero-card {
        padding: 12px;
        border-radius: 28px;
    }

    .shop-hero-card-footer {
        position: static;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 8px;
    }

    .shop-cart-item {
        grid-template-columns: auto 1fr;
    }

    .shop-cart-item-side {
        grid-column: 1 / -1;
        justify-items: start;
    }

    .shop-order-box {
        padding: 22px;
    }

    .shop-order-header,
    .shop-download-item {
        align-items: flex-start;
        flex-direction: column;
    }
}
