/* ================================================================
   digital|bar Shop – gemeinsames Design für Übersicht und Details
================================================================ */

.shop-page {
    --shop-ink: #0b2027;
    --shop-petrol: #0d6f78;
    --shop-turquoise: #17a4b1;
    --shop-mint: #dff5f3;
    --shop-line: #dce7e9;
    --shop-surface: #ffffff;
    --shop-soft: #f2f7f8;
    background: #f5f8f9;
    color: var(--shop-ink);
}

.shop-page nav .container {
    max-width: 1400px;
}

.shop-shell {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
}

.shop-cart-button {
    min-height: 44px;
    padding: 8px 10px 8px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d3e3e5;
    border-radius: 12px;
    background: #fff;
    color: var(--shop-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.shop-cart-button:hover {
    transform: translateY(-2px);
    border-color: #8ecdd2;
    box-shadow: 0 10px 24px rgba(5, 62, 68, .10);
}

.shop-cart-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-cart-count {
    min-width: 24px;
    height: 24px;
    padding-inline: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--shop-ink);
    color: #fff;
    font-size: 12px;
}

/* Shop-Hero ---------------------------------------------------- */

.shop-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 22px;
    background:
        radial-gradient(circle at 86% 8%, rgba(36, 193, 196, .24), transparent 28%),
        radial-gradient(circle at 8% 92%, rgba(34, 134, 144, .22), transparent 24%),
        linear-gradient(135deg, #071d23 0%, #0a343b 55%, #0e626c 100%);
    color: #fff;
}

.shop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, #000, transparent 68%);
}

.shop-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 68px);
}

.shop-hero-copy {
    max-width: 820px;
}

.shop-eyebrow,
.shop-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #77e2e5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.shop-eyebrow > span {
    width: 24px;
    height: 2px;
    background: currentColor;
}

.shop-hero h1 {
    max-width: 760px;
    margin: 14px 0 15px;
    color: #fff;
    font-size: clamp(40px, 4.3vw, 60px);
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.shop-hero h1 em {
    color: #6ed8df;
    font-style: normal;
    white-space: nowrap;
}

.shop-hero-copy > p {
    max-width: 660px;
    color: rgba(255,255,255,.76);
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.5;
}

.shop-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 21px;
}

.shop-hero-primary {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 750;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.shop-hero-primary {
    background: #24b7c3;
    color: #fff;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.shop-hero-primary:hover {
    background: #70dce2;
    transform: translateY(-2px);
}

.shop-hero-proof {
    margin-top: 18px;
    display: none;
    flex-wrap: wrap;
    gap: 12px 24px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    font-weight: 600;
}

.shop-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.shop-hero-proof b {
    color: #74e074;
}

/* Übersicht & Filter ------------------------------------------- */

.shop-main {
    padding: 32px 0 96px;
}

.shop-section-head {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.shop-section-kicker {
    color: var(--shop-petrol);
}

.shop-section-head h2 {
    max-width: 920px;
    margin-top: 8px;
    color: var(--shop-ink);
    font-size: clamp(28px, 2.6vw, 38px);
    font-weight: 650;
    line-height: 1.12;
}

.shop-result-count {
    flex: 0 0 auto;
    margin: 0 0 2px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #e7f5f4;
    color: var(--shop-petrol);
    font-size: 12px;
    font-weight: 700;
}

.shop-controls {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 38px rgba(14, 52, 57, .06);
}

.filter-bar,
.search-sort-bar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-bar {
    flex-wrap: wrap;
}

.filter-btn {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    color: #64777d;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.filter-btn:hover {
    color: var(--shop-petrol);
    background: #eff7f7;
}

.filter-btn.active {
    border-color: #143b42;
    background: var(--shop-ink);
    color: #fff;
}

.search-sort-bar {
    margin-left: auto;
}

.shop-search-field {
    position: relative;
    display: block;
}

.shop-search-field svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    fill: none;
    stroke: #71858b;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.shop-input {
    height: 44px;
    min-width: 205px;
    padding: 0 38px 0 14px;
    border: 1px solid #d7e4e6;
    border-radius: 11px;
    outline: none;
    background: #f7fafb;
    color: var(--shop-ink);
    font: inherit;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.shop-search-field .shop-input {
    width: 235px;
    padding-left: 42px;
}

.shop-input:focus {
    border-color: #75cbd0;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(23, 164, 177, .10);
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.product-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--shop-line);
    border-radius: 22px;
    background: var(--shop-surface);
    box-shadow: 0 10px 30px rgba(13, 52, 57, .045);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    border-color: #b5d7da;
    box-shadow: 0 24px 54px rgba(10, 54, 60, .12);
}

.product-card:focus-within {
    border-color: var(--shop-turquoise);
    box-shadow: 0 0 0 4px rgba(23,164,177,.12), 0 24px 54px rgba(10,54,60,.10);
}

.product-image-link {
    position: relative;
    display: block;
    margin: 10px 10px 0;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(circle at 70% 12%, rgba(116, 222, 224, .18), transparent 30%),
        linear-gradient(145deg, #eef5f6 0%, #f8fbfb 100%);
}

.product-card-top {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.product-cat,
.product-delivery-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-cat {
    padding: 7px 9px;
    background: #fff;
    color: var(--shop-petrol);
    box-shadow: 0 7px 18px rgba(11, 47, 53, .08);
}

.product-delivery-badge {
    gap: 6px;
    padding: 7px 9px;
    background: rgba(8, 39, 45, .88);
    color: #fff;
}

.product-delivery-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6fe369;
}

.product-img {
    width: 100%;
    aspect-ratio: 1.14 / 1;
    padding: 42px 22px 24px;
    display: block;
    object-fit: contain;
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}

.product-card:hover .product-img {
    transform: scale(1.045);
}

.product-card-body {
    flex: 1;
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
}

.product-title {
    margin: 0;
    color: var(--shop-ink);
    font-size: 18px;
    font-weight: 680;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.product-title a:hover {
    color: var(--shop-petrol);
}

.product-card-desc {
    min-height: 44px;
    margin: 9px 0 18px;
    display: -webkit-box;
    overflow: hidden;
    color: #667a80;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-price-block {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #edf2f3;
}

.product-price {
    color: var(--shop-ink);
    font-size: 24px;
    font-weight: 750;
    letter-spacing: -.025em;
}

.product-tax-note {
    margin: 2px 0 16px;
    color: #74868b;
    font-size: 11px;
    line-height: 1.45;
}

.product-tax-note a,
.price-note a {
    color: var(--shop-petrol);
    font-weight: 700;
}

.product-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.product-card-primary,
.product-details-link {
    min-height: 46px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.product-card-primary {
    padding-inline: 14px;
    background: var(--shop-ink);
    color: #fff;
}

.product-card-primary:hover {
    background: var(--shop-petrol);
    transform: translateY(-1px);
}

.product-details-link {
    width: 46px;
    border-color: #d5e4e6;
    background: #fff;
    color: var(--shop-ink);
    font-size: 18px;
}

.product-details-link:hover {
    border-color: #8fcbd0;
    background: #eff8f8;
    color: var(--shop-petrol);
    transform: translateX(2px);
}

.shop-empty-state {
    grid-column: 1 / -1;
    padding: 70px 24px;
    border: 1px solid var(--shop-line);
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.shop-empty-state span {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--shop-mint);
    color: var(--shop-petrol);
    font-size: 24px;
}

.shop-empty-state h2 {
    margin-bottom: 6px;
    color: var(--shop-ink);
    font-size: 24px;
}

.shop-empty-state p {
    color: #6b7e83;
}

/* Produktdetailseite ------------------------------------------- */

.product-main {
    padding: 110px 0 115px;
}

.breadcrumb {
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    color: #7a8b90;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}

.breadcrumb a {
    color: var(--shop-petrol);
}

.breadcrumb a:hover {
    color: var(--shop-turquoise);
}

.breadcrumb > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr);
    align-items: start;
    gap: clamp(48px, 6vw, 86px);
}

.product-media {
    position: sticky;
    top: 98px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-detail-img {
    position: relative;
    min-height: 570px;
    padding: 74px 58px 52px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--shop-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 80% 12%, rgba(67, 189, 195, .16), transparent 32%),
        linear-gradient(145deg, #edf4f5 0%, #ffffff 72%);
    box-shadow: 0 22px 60px rgba(10, 51, 57, .08);
}

.product-detail-img::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(23,164,177,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(23,164,177,.035), 0 0 0 65px rgba(23,164,177,.025);
}

.product-media-badge {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    padding: 8px 11px;
    border: 1px solid #d4e8e9;
    border-radius: 999px;
    background: rgba(255,255,255,.88);
    color: var(--shop-petrol);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.product-detail-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    filter: drop-shadow(0 24px 22px rgba(11,32,39,.12));
}

.product-gallery {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery-thumb {
    width: 88px;
    height: 76px;
    padding: 8px;
    object-fit: contain;
    border: 1px solid var(--shop-line);
    border-radius: 13px;
    background: #fff;
    cursor: pointer;
    opacity: .66;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
    border-color: #9ccfd3;
}

.gallery-thumb.active {
    opacity: 1;
    border-color: var(--shop-turquoise);
    box-shadow: 0 0 0 3px rgba(23,164,177,.11);
}

.product-meta {
    min-width: 0;
    padding-top: 8px;
}

.product-meta-topline {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product-meta .category {
    color: var(--shop-petrol);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.product-availability {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #54706b;
    font-size: 11px;
    font-weight: 700;
}

.product-availability i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #62c95b;
    box-shadow: 0 0 0 4px rgba(98,201,91,.12);
}

.product-meta > h1 {
    margin: 0 0 18px;
    color: var(--shop-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.product-meta .desc {
    margin-bottom: 26px;
    color: #5d7177;
    font-size: 16px;
    line-height: 1.7;
}

.product-highlights {
    padding: 22px 0 8px;
    border-top: 1px solid var(--shop-line);
}

.product-highlights h2,
.product-info h2 {
    margin: 0 0 14px;
    color: var(--shop-ink);
    font-size: 14px;
    font-weight: 750;
}

.feature-list {
    margin: 0;
    display: grid;
    gap: 10px;
}

.feature-list li {
    position: relative;
    padding-left: 27px;
    color: #344b52;
    font-size: 13.5px;
    line-height: 1.5;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f7e2;
    color: #31933a;
    font-size: 11px;
    font-weight: 900;
}

.product-note {
    margin: 18px 0 0;
    padding: 13px 15px;
    border: 1px solid #d7e7e9;
    border-left: 3px solid var(--shop-turquoise);
    border-radius: 10px;
    background: #f4f9fa;
    color: #5e7379;
    font-size: 12px;
    line-height: 1.55;
}

.purchase-panel {
    margin-top: 28px;
    padding: 24px;
    border: 1px solid #bcdcdf;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(60, 193, 198, .12), transparent 35%),
        #fff;
    box-shadow: 0 18px 46px rgba(10, 57, 63, .08);
}

.purchase-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.purchase-label {
    display: block;
    margin-bottom: 2px;
    color: #6d8187;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-meta .price {
    color: var(--shop-ink);
    font-size: 35px;
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.purchase-status {
    padding: 7px 10px;
    border-radius: 999px;
    background: #e3f6f3;
    color: #26776e;
    font-size: 10px;
    font-weight: 800;
}

.price-note {
    margin: 7px 0 20px;
    color: #6f8186;
    font-size: 11px;
}

.variant-select {
    width: 100%;
    min-height: 50px;
    margin-bottom: 12px;
    padding: 0 14px;
    border: 1px solid #cddfe1;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: var(--shop-ink);
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.variant-select:focus {
    border-color: var(--shop-turquoise);
    box-shadow: 0 0 0 4px rgba(23,164,177,.11);
}

.product-buy-button {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 12px;
    background: var(--shop-ink);
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(11,32,39,.16);
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.product-buy-button:hover {
    transform: translateY(-2px);
    background: var(--shop-petrol);
    box-shadow: 0 18px 32px rgba(13,111,120,.22);
}

.product-buy-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.purchase-benefits {
    margin-top: 17px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.purchase-benefits > span {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #62777d;
    font-size: 9.5px;
    line-height: 1.3;
}

.purchase-benefits svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: var(--shop-petrol);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-info {
    margin-top: 18px;
    padding: 17px 18px;
    border: 1px solid var(--shop-line);
    border-radius: 14px;
    background: rgba(255,255,255,.64);
}

.product-info-list {
    display: grid;
    gap: 8px;
}

.product-info-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #6d8085;
    font-size: 12px;
}

.product-info-row dd {
    margin: 0;
    color: var(--shop-ink);
    font-weight: 700;
    text-align: right;
}

.manufacturer-link {
    margin-top: 16px;
    padding: 12px 2px;
    align-items: center;
    justify-content: space-between;
    color: var(--shop-petrol);
    font-size: 12px;
    font-weight: 750;
}

.manufacturer-link:hover {
    color: var(--shop-turquoise);
}

.specs-section {
    margin-top: 92px;
    padding-top: 62px;
    display: grid;
    grid-template-columns: minmax(250px, .36fr) minmax(0, .64fr);
    align-items: start;
    gap: 70px;
    border-top: 1px solid var(--shop-line);
}

.specs-heading > span {
    color: var(--shop-petrol);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.specs-heading h2 {
    margin: 9px 0 10px;
    color: var(--shop-ink);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 650;
    line-height: 1.12;
}

.specs-heading p {
    color: #687b81;
    font-size: 14px;
}

.specs-table-wrap {
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(10,51,57,.05);
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table th,
.specs-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e8eff0;
    text-align: left;
    font-size: 13px;
    line-height: 1.45;
}

.specs-table th {
    width: 38%;
    background: #f5f9f9;
    color: #365158;
    font-weight: 700;
}

.specs-table td {
    color: #64787e;
}

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

.shop-assistance {
    margin-top: 86px;
    padding: clamp(30px, 5vw, 54px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    overflow: hidden;
    position: relative;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0, rgba(41,187,194,.28), transparent 34%),
        linear-gradient(135deg, #081e24 0%, #0b4d55 100%);
    color: #fff;
}

.shop-assistance::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(255,255,255,.03);
}

.shop-assistance > div,
.shop-assistance > a {
    position: relative;
    z-index: 1;
}

.shop-assistance h2 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 650;
}

.shop-assistance p {
    max-width: 740px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.shop-assistance > a {
    min-width: 220px;
    min-height: 54px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-radius: 13px;
    background: #63d3da;
    color: #08282e;
    font-size: 14px;
    font-weight: 800;
    transition: transform .22s ease, background .22s ease;
}

.shop-assistance > a:hover {
    transform: translateY(-2px);
    background: #8be4e8;
}

/* Responsive --------------------------------------------------- */

@media (max-width: 1180px) {
    .shop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-detail-grid {
        gap: 42px;
    }

    .purchase-benefits {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .shop-hero {
        padding-top: 114px;
    }

    .shop-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .shop-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .search-sort-bar {
        width: 100%;
        margin-left: 0;
    }

    .shop-search-field {
        flex: 1;
    }

    .shop-search-field .shop-input,
    .search-sort-bar > .shop-input {
        width: 100%;
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-media {
        position: static;
    }

    .product-meta {
        max-width: 760px;
    }

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

    .specs-section {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 760px) {
    .shop-shell {
        width: min(100% - 28px, 1320px);
    }

    .shop-hero {
        padding: 94px 0 28px;
    }

    .shop-hero h1 {
        margin: 15px 0 17px;
        font-size: clamp(34px, 10vw, 44px);
    }

    .shop-hero h1 em {
        white-space: normal;
    }

    .shop-hero-actions {
        display: block;
        margin-top: 23px;
    }

    .shop-hero-primary {
        width: 100%;
        min-height: 48px;
        padding-inline: 10px;
        font-size: 12px;
    }

    .shop-hero-proof {
        display: none;
    }

    .shop-hero-grid {
        gap: 28px;
    }

    .shop-main {
        padding: 30px 0 72px;
    }

    .shop-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .shop-section-head h2 {
        margin-top: 5px;
        font-size: clamp(26px, 8vw, 34px);
    }

    .shop-result-count {
        margin: 0;
    }

    .filter-bar {
        flex-wrap: nowrap;
        width: 100%;
        padding-bottom: 3px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .shop-controls {
        margin-bottom: 12px;
        padding: 10px;
    }

    .filter-bar::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        flex: 0 0 auto;
    }

    .search-sort-bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 150px;
        align-items: stretch;
        gap: 7px;
    }

    .search-sort-bar > .shop-input,
    .shop-search-field,
    .shop-search-field .shop-input {
        min-width: 0;
        width: 100%;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-image-link {
        margin: 7px 7px 0;
    }

    .product-card-top {
        top: 8px;
        right: 8px;
        left: 8px;
    }

    .product-delivery-badge {
        display: none;
    }

    .product-cat {
        padding: 6px 8px;
        font-size: 8px;
    }

    .product-img {
        padding: 35px 12px 15px;
    }

    .product-card-body {
        padding: 14px 13px 13px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-card-desc {
        min-height: 36px;
        margin: 7px 0 12px;
        font-size: 11px;
        line-height: 1.45;
    }

    .product-price-block {
        padding-top: 11px;
    }

    .product-price {
        font-size: 18px;
    }

    .product-tax-note {
        min-height: 31px;
        margin-bottom: 11px;
        font-size: 9px;
    }

    .product-actions {
        grid-template-columns: 1fr 40px;
        gap: 6px;
    }

    .product-card-primary,
    .product-details-link {
        min-height: 40px;
        font-size: 10.5px;
    }

    .product-details-link {
        width: 40px;
        font-size: 16px;
    }

    .product-main {
        padding: 94px 0 80px;
    }

    .breadcrumb {
        margin-bottom: 18px;
    }

    .product-detail-grid {
        gap: 30px;
    }

    .product-detail-img {
        min-height: 380px;
        padding: 62px 24px 30px;
        border-radius: 21px;
    }

    .product-detail-img img {
        max-height: 300px;
    }

    .gallery-thumb {
        width: 70px;
        height: 62px;
    }

    .product-meta > h1 {
        font-size: clamp(31px, 9vw, 42px);
    }

    .purchase-panel {
        margin-inline: -2px;
        padding: 20px;
    }

    .purchase-benefits {
        grid-template-columns: 1fr;
    }

    .specs-section {
        margin-top: 66px;
        padding-top: 44px;
    }

    .specs-table th,
    .specs-table td {
        padding: 13px 14px;
        font-size: 11px;
    }

    .shop-assistance {
        margin-top: 58px;
        align-items: stretch;
        flex-direction: column;
        gap: 24px;
        border-radius: 20px;
    }

    .shop-assistance > a {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .shop-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-img {
        aspect-ratio: 1.35 / 1;
        padding: 42px 28px 22px;
    }

    .product-card-body {
        padding: 17px;
    }

    .product-title {
        font-size: 17px;
    }

    .product-card-desc {
        min-height: 0;
        font-size: 12.5px;
    }

    .product-price {
        font-size: 22px;
    }

    .product-tax-note {
        min-height: 0;
        font-size: 10px;
    }

    .product-card-primary,
    .product-details-link {
        min-height: 44px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-card,
    .product-img,
    .product-buy-button {
        transition: none;
    }
}
