/* ============================================================
   Shop Page
   ============================================================ */

.pub-site--shop:not(.pub-site--shop-inner) .pub-topbar {
    display: none;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header {
    top: 0;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-header__shell {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header.is-scrolled .pub-header__shell {
    background: rgba(255, 255, 255, 0.98);
    border-color: var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-logo__text,
.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-logo__text strong {
    color: #fff;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-logo__text small {
    color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-nav__link {
    color: rgba(255, 255, 255, 0.86);
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-nav__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-nav__link.is-active {
    background: rgba(76, 101, 173, 0.28);
    color: #fff;
}

.pub-site--shop:not(.pub-site--shop-inner) .pub-header:not(.is-scrolled) .pub-menu-toggle span {
    background: #fff;
}

.pub-site--shop .pub-header.is-scrolled .pub-logo__text,
.pub-site--shop .pub-header.is-scrolled .pub-logo__text strong,
.pub-site--shop-inner .pub-logo__text,
.pub-site--shop-inner .pub-logo__text strong {
    color: var(--pub-ink);
}

.pub-site--shop .pub-header.is-scrolled .pub-logo__text small,
.pub-site--shop-inner .pub-logo__text small {
    color: var(--pub-muted);
    opacity: 1;
}

.pub-site--shop .pub-header.is-scrolled .pub-nav__link,
.pub-site--shop-inner .pub-nav__link {
    color: var(--pub-muted);
}

.pub-site--shop .pub-header.is-scrolled .pub-nav__link:hover,
.pub-site--shop-inner .pub-nav__link:hover {
    background: var(--pub-light);
    color: var(--pub-blue);
}

.pub-site--shop .pub-header.is-scrolled .pub-nav__link.is-active,
.pub-site--shop-inner .pub-nav__link.is-active {
    background: rgba(76, 101, 173, 0.1);
    color: var(--pub-blue);
}

.pub-site--shop .pub-header.is-scrolled .pub-menu-toggle span,
.pub-site--shop-inner .pub-menu-toggle span {
    background: var(--pub-ink);
}

.pub-site--shop-inner .pub-header__shell {
    background: rgba(255, 255, 255, 0.98);
    border-color: var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

/* ── Cinema Hero ── */
.pub-shop-hero--cinema {
    position: relative;
    margin-top: calc(-1 * var(--pub-header-h));
    min-height: clamp(580px, 88vh, 780px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
}

.pub-shop-hero__slider-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pub-shop-hero__slider-wrap--fallback {
    background: linear-gradient(135deg, #1a2744 0%, #243560 55%, #2f4070 100%);
}

.pub-shop-hero--cinema .pub-shop-banner-swiper,
.pub-shop-hero--cinema .pub-shop-banner-swiper .swiper-wrapper,
.pub-shop-hero--cinema .pub-shop-banner-swiper .swiper-slide {
    height: 100%;
}

.pub-shop-hero__slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pub-shop-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.12);
    transition: transform 9s ease-out;
}

.pub-shop-hero--cinema .swiper-slide-active .pub-shop-hero__slide img {
    transform: scale(1);
}

.pub-shop-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(0deg, rgba(8, 14, 30, 0.92) 0%, rgba(8, 14, 30, 0.35) 38%, rgba(8, 14, 30, 0.15) 100%),
        linear-gradient(270deg, rgba(8, 14, 30, 0.82) 0%, rgba(8, 14, 30, 0.45) 38%, transparent 68%);
}

.pub-shop-hero__content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: calc(var(--pub-header-h) + 2.5rem) 0 5.5rem;
}

.pub-shop-hero__panel {
    max-width: 620px;
}

.pub-shop-hero__crumb {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 1rem;
}

.pub-shop-hero__crumb a {
    color: rgba(255, 255, 255, 0.9);
}

.pub-shop-hero__crumb a:hover {
    color: #fff;
}

.pub-shop-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2.1rem, 5.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.pub-shop-hero__title span {
    display: block;
    color: #8fd4ff;
}

.pub-shop-hero__subtitle {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.8);
    max-width: 520px;
}

.pub-shop-hero__slide-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1.15rem;
    padding: 0.65rem 0.9rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    max-width: 420px;
}

.pub-shop-hero__slide-meta[hidden] {
    display: none !important;
}

.pub-shop-hero__slide-meta-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
}

.pub-shop-hero__slide-meta-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
}

.pub-shop-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.65rem;
}

.pub-shop-hero__metric {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.pub-shop-hero__metric i {
    color: #8fd4ff;
    font-size: 1rem;
}

.pub-shop-hero__metric strong {
    font-size: 0.92rem;
    font-weight: 800;
    color: #fff;
}

.pub-shop-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1.65rem;
}

.pub-shop-hero__social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.72);
}

.pub-shop-hero__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.pub-shop-hero__social a:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.pub-shop-hero__controls {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pub-shop-hero__arrow {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.pub-shop-hero__arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.45);
    transform: scale(1.05);
}

.pub-shop-hero__arrow i {
    font-size: 1.3rem;
    line-height: 1;
}

.pub-shop-banner-swiper__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 80px;
}

.pub-shop-banner-swiper__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.38);
    opacity: 1;
    transition: width 0.3s ease, background 0.3s ease;
}

.pub-shop-banner-swiper__pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #fff;
}

.pub-shop-hero__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
}

.pub-shop-hero__progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--pub-green), #8fd4ff);
    transition: width 0.15s linear;
}

/* ── Categories slider ── */
.pub-shop-cats {
    padding: 2.5rem 0 2rem;
    background: #fff;
    border-bottom: 1px solid var(--pub-border);
}

.pub-shop-cats__head {
    margin-bottom: 1.25rem;
}

.pub-shop-cats__eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--pub-green);
    margin-bottom: 0.35rem;
}

.pub-shop-cats__title {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: var(--pub-ink);
}

.pub-shop-cats__slider {
    position: relative;
    padding: 0.25rem 0 0.5rem;
}

.pub-shop-cats-swiper {
    overflow: visible;
    padding: 0.25rem 0 1rem;
}

.pub-shop-cats-swiper .swiper-slide {
    width: min(62%, 220px);
    height: auto;
}

.pub-shop-cat-slide {
    position: relative;
    display: block;
    height: 250px;
    border-radius: 1.25rem;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pub-shop-cat-slide:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
    transform: translateY(-2px);
}

.pub-shop-cat-slide__media {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e8edf7, #4c65ad);
}

.pub-shop-cat-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.pub-shop-cat-slide:hover .pub-shop-cat-slide__media img {
    transform: scale(1.06);
}

.pub-shop-cat-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(8, 15, 35, 0.78) 100%);
}

.pub-shop-cat-slide__content {
    position: absolute;
    right: 0.85rem;
    bottom: 0.75rem;
    left: 0.85rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pub-shop-cat-slide__index {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.75);
}

.pub-shop-cat-slide__title {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
}

.pub-shop-cats-swiper__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 0.15rem;
}

.pub-shop-cats-swiper__btn {
    width: 36px;
    height: 36px;
    border: 1px solid var(--pub-border);
    border-radius: 50%;
    background: #fff;
    color: var(--pub-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pub-shop-cats-swiper__btn:hover {
    background: var(--pub-blue);
    border-color: var(--pub-blue);
    color: #fff;
}

.pub-shop-cats-swiper__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 10px;
}

.pub-shop-cats-swiper__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: rgba(76, 101, 173, 0.25);
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease;
}

.pub-shop-cats-swiper__pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--pub-blue);
}

/* ── Section head ── */
.pub-shop-section {
    padding: 4rem 0;
    background: #fff;
}

.pub-shop-section--alt {
    background: var(--pub-light);
}

.pub-shop-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.pub-shop-section__head--center {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pub-shop-section__eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--pub-green);
    margin-bottom: 0.5rem;
}

.pub-shop-section__eyebrow--center { text-align: center; }

.pub-shop-section__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 800;
    color: var(--pub-ink);
}

.pub-shop-section__desc {
    margin: 0;
    font-size: 0.95rem;
    color: var(--pub-muted);
    line-height: 1.75;
    max-width: 520px;
}

.pub-shop-section__head--center .pub-shop-section__desc {
    margin-inline: auto;
}

.pub-shop-section__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--pub-blue);
    white-space: nowrap;
}

.pub-shop-section__link:hover { color: var(--pub-blue-dark); }

/* ── Product card (Pixio style) ── */
.pub-shop-card {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid var(--pub-border);
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
}

.pub-shop-card:hover {
    box-shadow: var(--pub-shadow);
    transform: translateY(-4px);
}

.pub-shop-card.is-hidden,
.pub-shop-card.is-lazy-hidden {
    display: none;
}

.pub-shop-card__media {
    position: relative;
    overflow: hidden;
}

.pub-shop-card__thumb {
    display: block;
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    background: #f4f6fa;
}

.pub-shop-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--pub-ease);
}

.pub-shop-card:hover .pub-shop-card__thumb img {
    transform: scale(1.06);
}

.pub-shop-card__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: var(--pub-green);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    z-index: 2;
}

.pub-shop-card__actions {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(21, 34, 56, 0.55));
    transform: translateY(100%);
    transition: transform 0.35s var(--pub-ease);
}

.pub-shop-card:hover .pub-shop-card__actions {
    transform: translateY(0);
}

.pub-shop-card__action {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: var(--pub-ink);
    font-size: 1.15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.pub-shop-card__action:hover {
    background: var(--pub-blue);
    color: #fff;
    transform: scale(1.08);
}

.pub-shop-card__action--cart {
    background: var(--pub-blue);
    color: #fff;
}

.pub-shop-card__action--cart:hover {
    background: var(--pub-blue-dark);
}

.pub-shop-card__body {
    padding: 1.1rem 1.15rem 1.25rem;
}

.pub-shop-card__brand {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--pub-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pub-shop-card__title {
    margin: 0.25rem 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.45;
}

.pub-shop-card__title a {
    color: var(--pub-ink);
    transition: color 0.2s;
}

.pub-shop-card__title a:hover { color: var(--pub-blue); }

.pub-shop-card__price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
}

.pub-shop-card__price strong {
    font-size: 1.05rem;
    color: var(--pub-ink);
}

.pub-shop-card__price strong small {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--pub-muted);
}

.pub-shop-card__price del {
    font-size: 0.82rem;
    color: var(--pub-muted);
}

.pub-shop-card__rating {
    font-size: 0.78rem;
    color: #f59e0b;
}

.pub-shop-card__rating span {
    color: var(--pub-muted);
    margin-right: 0.25rem;
}

/* ── Trending swiper ── */
.pub-shop-trending-swiper {
    position: relative;
    padding-bottom: 0.5rem;
}

.pub-shop-trending-swiper .swiper-slide {
    height: auto;
}

.pub-shop-swiper-nav {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pub-shop-swiper-prev,
.pub-shop-swiper-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--pub-border);
    background: #fff;
    color: var(--pub-ink);
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pub-shop-swiper-prev:hover,
.pub-shop-swiper-next:hover {
    background: var(--pub-blue);
    border-color: var(--pub-blue);
    color: #fff;
}

/* ── Marquee ── */
.pub-shop-marquee,
.pub-shop-cat-marquee {
    overflow: hidden;
    padding: 1.25rem 0;
    border-block: 1px solid var(--pub-border);
}

.pub-shop-marquee {
    background: var(--pub-blue-deep);
}

.pub-shop-cat-marquee {
    background: #fff;
}

.pub-shop-marquee__track,
.pub-shop-cat-marquee__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: pubShopMarquee 30s linear infinite;
}

.pub-shop-marquee__track span {
    font-size: clamp(1.25rem, 3vw, 1.85rem);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.pub-shop-marquee__track span::after {
    content: '—';
    margin-right: 2.5rem;
    color: var(--pub-green);
    opacity: 0.5;
}

.pub-shop-cat-marquee__track span {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(21, 34, 56, 0.12);
    white-space: nowrap;
}

.pub-shop-cat-marquee__track span::after {
    content: '•';
    margin-right: 2rem;
    -webkit-text-stroke: 0;
    color: var(--pub-blue);
    opacity: 0.25;
}

@keyframes pubShopMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ── Tabs & grid ── */
.pub-shop-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.pub-shop-tabs__btn {
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    border: 1px solid var(--pub-border);
    background: #fff;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pub-muted);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.pub-shop-tabs__btn:hover {
    border-color: var(--pub-blue);
    color: var(--pub-blue);
}

.pub-shop-tabs__btn.is-active {
    background: var(--pub-ink);
    border-color: var(--pub-ink);
    color: #fff;
}

.pub-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.pub-shop-load {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.pub-shop-load__count {
    margin: 0;
    font-size: 0.88rem;
    color: var(--pub-muted);
}

.pub-shop-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px dashed var(--pub-border);
    color: var(--pub-muted);
}

.pub-shop-empty .mdi {
    font-size: 3rem;
    color: var(--pub-blue);
    opacity: 0.35;
    margin-bottom: 1rem;
}

.pub-shop-empty p {
    margin: 0;
    line-height: 1.8;
    max-width: 420px;
    margin-inline: auto;
}

.pub-shop-card__meta {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    color: var(--pub-muted);
}

/* ── Partners ── */
.pub-shop-partners {
    padding: 3rem 0;
    background: #fff;
    border-top: 1px solid var(--pub-border);
}

.pub-shop-partners__inner {
    text-align: center;
}

.pub-shop-partners__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    color: var(--pub-muted);
}

.pub-shop-partners__title strong {
    color: var(--pub-blue);
    font-weight: 800;
}

.pub-shop-partners__track {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.pub-shop-partners__marquee {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: pubShopMarquee 25s linear infinite;
}

.pub-shop-partners__marquee span {
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    border: 1px solid var(--pub-border);
    background: var(--pub-light);
    font-weight: 800;
    font-size: 0.88rem;
    color: var(--pub-muted);
    white-space: nowrap;
}

/* ── Features ── */
.pub-shop-features {
    padding: 3rem 0;
    background: var(--pub-light);
    border-top: 1px solid var(--pub-border);
}

.pub-shop-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.pub-shop-feature {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid var(--pub-border);
    transition: box-shadow 0.3s, transform 0.3s;
}

.pub-shop-feature:hover {
    box-shadow: var(--pub-shadow-sm);
    transform: translateY(-3px);
}

.pub-shop-feature__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    border-radius: 14px;
    background: rgba(76, 101, 173, 0.1);
    color: var(--pub-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.pub-shop-feature h3 {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 800;
}

.pub-shop-feature p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--pub-muted);
    line-height: 1.6;
}

/* ── CTA ── */
.pub-shop-cta {
    padding: 3.5rem 0;
    background: var(--pub-blue-deep);
    color: #fff;
}

.pub-shop-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.pub-shop-cta__text h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
}

.pub-shop-cta__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    max-width: 480px;
    line-height: 1.75;
}

.pub-shop-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .pub-shop-hero--cinema {
        min-height: clamp(520px, 80vh, 680px);
    }

    .pub-shop-cat-slide {
        height: 220px;
    }

    .pub-shop-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pub-shop-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pub-shop-hero--cinema {
        min-height: clamp(480px, 78vh, 620px);
    }

    .pub-shop-hero__content-wrap {
        padding-bottom: 4.75rem;
    }

    .pub-shop-hero__title {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .pub-shop-hero__subtitle {
        font-size: 0.92rem;
    }

    .pub-shop-hero__cta {
        flex-direction: column;
    }

    .pub-shop-hero__cta .pub-btn {
        width: 100%;
    }

    .pub-shop-hero__metrics {
        gap: 0.45rem;
        margin-bottom: 1.35rem;
    }

    .pub-shop-hero__controls {
        bottom: 1.35rem;
        gap: 0.75rem;
    }

    .pub-shop-hero__arrow {
        width: 36px;
        height: 36px;
    }

    .pub-shop-cat-slide {
        height: 210px;
    }

    .pub-shop-cats-swiper .swiper-slide {
        width: 72%;
    }

    .pub-shop-section {
        padding: 2.75rem 0;
    }

    .pub-shop-section__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.75rem;
    }

    .pub-shop-section__head--center {
        align-items: center;
    }

    .pub-shop-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }

    .pub-shop-card__body {
        padding: 0.85rem;
    }

    .pub-shop-card__title {
        font-size: 0.85rem;
    }

    .pub-shop-card__actions {
        transform: translateY(0);
        position: static;
        background: transparent;
        padding: 0 0.85rem 0.85rem;
        justify-content: flex-start;
    }

    .pub-shop-card__action {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        border: 1px solid var(--pub-border);
    }

    .pub-shop-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
        margin-inline: -1rem;
        padding-inline: 1rem;
        scrollbar-width: none;
    }

    .pub-shop-tabs::-webkit-scrollbar { display: none; }

    .pub-shop-tabs__btn {
        flex-shrink: 0;
    }

    .pub-shop-cta__inner {
        flex-direction: column;
        text-align: center;
    }

    .pub-shop-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .pub-shop-cta__actions .pub-btn {
        width: 100%;
    }

    .pub-shop-features__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .pub-shop-feature {
        padding: 1rem 0.75rem;
    }
}

@media (max-width: 480px) {
    .pub-shop-grid {
        grid-template-columns: 1fr;
    }

    .pub-shop-cats-swiper .swiper-slide {
        width: 78%;
    }

    .pub-shop-cat-slide {
        height: 190px;
    }

    .pub-shop-features__grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pub-shop-marquee__track,
    .pub-shop-cat-marquee__track,
    .pub-shop-partners__marquee {
        animation: none;
    }
}

/* ── Product detail page ── */
.pub-shop-product {
    padding: calc(var(--pub-header-h) + 1.5rem) 0 4rem;
}

.pub-shop-product__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1.75rem;
    font-size: 0.88rem;
    color: var(--pub-muted);
}

.pub-shop-product__breadcrumb a {
    color: var(--pub-muted);
    transition: color 0.2s;
}

.pub-shop-product__breadcrumb a:hover {
    color: var(--pub-blue);
}

.pub-shop-product__breadcrumb i {
    font-size: 1rem;
    opacity: 0.55;
}

.pub-shop-product__breadcrumb span[aria-current="page"] {
    color: var(--pub-ink);
    font-weight: 700;
}

.pub-shop-product__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: start;
    margin-bottom: 3rem;
}

.pub-shop-product__gallery {
    position: sticky;
    top: calc(var(--pub-header-h) + 1rem);
}

.pub-shop-product__main {
    position: relative;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
    background: #f4f6fb;
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

.pub-shop-product__main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.25rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.pub-shop-product__main-img.is-active {
    opacity: 1;
}

.pub-shop-product__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--pub-green);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.pub-shop-product__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.pub-shop-product__thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 2px solid var(--pub-border);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pub-shop-product__thumb.is-active {
    border-color: var(--pub-blue);
    box-shadow: 0 0 0 3px rgba(76, 101, 173, 0.12);
}

.pub-shop-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub-shop-product__buybox {
    padding: clamp(1.25rem, 2vw, 1.75rem);
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--pub-border);
    box-shadow: var(--pub-shadow-sm);
}

.pub-shop-product__brand {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--pub-blue);
    letter-spacing: 0.02em;
}

.pub-shop-product__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.45;
    color: var(--pub-ink);
}

.pub-shop-product__subtitle {
    margin: 0 0 1rem;
    color: var(--pub-muted);
    line-height: 1.7;
}

.pub-shop-product__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--pub-border);
}

.pub-shop-product__price strong {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    color: var(--pub-ink);
}

.pub-shop-product__price strong small {
    margin-right: 0.25rem;
    font-size: 0.72em;
    font-weight: 600;
    color: var(--pub-muted);
}

.pub-shop-product__price del {
    color: var(--pub-muted);
    font-size: 0.95rem;
}

.pub-shop-product__field {
    margin-bottom: 1.1rem;
}

.pub-shop-product__label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pub-ink);
}

.pub-shop-product__select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--pub-border);
    border-radius: 12px;
    background: #fff;
    color: var(--pub-ink);
    font: inherit;
}

.pub-shop-product__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--pub-border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--pub-light);
}

.pub-shop-product__qty-btn {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--pub-ink);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.pub-shop-product__qty-btn:hover {
    background: rgba(76, 101, 173, 0.08);
    color: var(--pub-blue);
}

.pub-shop-product__qty-input {
    width: 72px;
    height: 44px;
    border: 0;
    border-inline: 1px solid var(--pub-border);
    background: #fff;
    text-align: center;
    font: inherit;
    font-weight: 700;
    color: var(--pub-ink);
    -moz-appearance: textfield;
}

.pub-shop-product__qty-input::-webkit-outer-spin-button,
.pub-shop-product__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pub-shop-product__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin: 1.35rem 0 1rem;
}

.pub-shop-product__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.pub-shop-product__trust li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: var(--pub-muted);
}

.pub-shop-product__trust .mdi {
    color: var(--pub-blue);
    font-size: 1.15rem;
}

.pub-shop-product__section-title {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    color: var(--pub-ink);
}

.pub-shop-product__specs {
    margin-bottom: 3rem;
    padding: 1.5rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--pub-border);
}

.pub-shop-product__spec-table {
    width: 100%;
    border-collapse: collapse;
}

.pub-shop-product__spec-table th,
.pub-shop-product__spec-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--pub-border);
    text-align: right;
    vertical-align: top;
}

.pub-shop-product__spec-table tr:last-child th,
.pub-shop-product__spec-table tr:last-child td {
    border-bottom: 0;
}

.pub-shop-product__spec-table th {
    width: 34%;
    color: var(--pub-muted);
    font-weight: 600;
    background: rgba(244, 246, 251, 0.65);
}

.pub-shop-product__spec-table td {
    color: var(--pub-ink);
    font-weight: 600;
}

.pub-shop-product__related {
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .pub-shop-product__layout {
        grid-template-columns: 1fr;
    }

    .pub-shop-product__gallery {
        position: static;
    }

    .pub-shop-product__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .pub-shop-product {
        padding-top: calc(var(--pub-header-h) + 0.75rem);
    }

    .pub-shop-product__spec-table th,
    .pub-shop-product__spec-table td {
        display: block;
        width: 100%;
    }

    .pub-shop-product__spec-table th {
        border-bottom: 0;
        padding-bottom: 0.35rem;
    }
}
