:root {
    --afz-color-bg: #101010;
    --afz-color-header: #202020;
    --afz-color-surface: #202020;
    --afz-color-surface-raised: #242424;
    --afz-color-border: rgba(255, 255, 255, .08);
    --afz-color-border-strong: rgba(255, 255, 255, .16);
    --afz-color-text: #ffffff;
    --afz-color-muted: #a8acb5;
    --afz-color-accent: #ff3d55;
    --afz-color-success: #01ffcc;
    --afz-color-control: #f5f5f5;
    --afz-container: 1170px;
    --afz-page-gutter: 16px;
    --afz-radius-sm: 6px;
    --afz-radius-md: 10px;
    --afz-space-1: 4px;
    --afz-space-2: 8px;
    --afz-space-3: 12px;
    --afz-space-4: 16px;
    --afz-space-5: 20px;
    --afz-space-6: 24px;
    --afz-space-7: 30px;
    --afz-space-8: 40px;
    --afz-font-family: Montserrat, Inter, Arial, sans-serif;
    --afz-font-size-sm: 13px;
    --afz-font-size-md: 15px;
    --afz-font-size-lg: 18px;
    --afz-font-size-xl: 24px;
    --afz-font-size-2xl: 30px;
    --afz-header-height: 88px;
    --mcol: var(--afz-color-accent);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    height: auto;
    background: var(--afz-color-bg);
    overflow-x: hidden;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    color: var(--afz-color-text);
    background: var(--afz-color-bg);
    font-family: var(--afz-font-family);
    font-size: var(--afz-font-size-md);
    line-height: 1.45;
    overflow-x: hidden;
}

body::after {
    display: none;
}

body.admin-bar .top-fixed .head {
    top: 32px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    min-height: 55vh;
    background: var(--afz-color-bg);
}

.cnt,
.afz-container,
.catalog-page>.cnt,
.product-page>.cnt,
.section.home>.cnt,
.sld>.cnt {
    width: min(var(--afz-container), calc(100% - (var(--afz-page-gutter) * 2)));
    max-width: var(--afz-container);
    margin-right: auto;
    margin-left: auto;
}

.clr::after {
    display: none;
}

#loading.remove {
    opacity: 0;
    visibility: hidden;
}

/* Header */
.top-fixed {
    position: relative;
    z-index: 100;
}

.top-fixed .head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: var(--afz-color-header);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.head .cnt {
    display: flex;
    align-items: center;
    gap: var(--afz-space-7);
    min-height: var(--afz-header-height);
}

.head-back {
    height: var(--afz-header-height);
}

.sitelogo {
    display: flex;
    flex: 0 0 20%;
    overflow: visible;
}

.sitelogo a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: var(--afz-header-height);
    padding: 0;
    margin: 0;
    color: var(--afz-color-text);
    line-height: 1;
    box-shadow: none;
}

.sitelogo a img {
    display: block;
    width: auto;
    max-height: 53px;
    margin: 0;
    object-fit: contain;
}

.sitelogo-text {
    display: block;
    color: var(--afz-color-text);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: var(--afz-space-7);
    min-width: 0;
}

.main-nav {
    display: flex;
    align-items: center;
    min-width: 0;
    height: var(--afz-header-height);
}

.main-nav .mobile-button {
    display: none;
}

.main-nav>.uMenuV {
    display: flex;
}

.main-nav>.uMenuV>ul.uMenuRoot {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--afz-space-7);
}

.main-nav>.uMenuV>ul.uMenuRoot>li {
    flex: 1 1 auto;
    display: flex;
    margin: 0;
}

.main-nav>.uMenuV>ul.uMenuRoot>li>a,
span.cab,
span.cab1 {
    /* display: flex;
    align-items: center;
    gap: var(--afz-space-3);
    min-height: 48px;
    padding: 0;
    color: var(--afz-color-text);
    font-family: var(--afz-font-family);
    font-size: var(--afz-font-size-sm);
    font-weight: 500;
    line-height: 1.25;
    white-space: normal;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    transition: color .2s ease;
}

.main-nav>.uMenuV>ul.uMenuRoot>li>a {}

.main-nav>.uMenuV>ul.uMenuRoot>li>a span {
    display: block;
    width: auto;
}

.main-nav>.uMenuV>ul.uMenuRoot>li>a::before,
span.cab::before,
span.cab1::before {
    content: "";
    display: block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.uMenuRoot li:nth-child(1) a::before {
    background-image: url("../img/icons/menu/steam.png");
}

.uMenuRoot li:nth-child(2) a::before {
    background-image: url("../img/icons/menu/testimonials.png");
}

.uMenuRoot li:nth-child(3) a::before {
    background-image: url("../img/icons/menu/support.png");
}

.uMenuRoot li:nth-child(4) a::before {
    background-image: url("../img/icons/menu/news.png");
}

.uMenuRoot li:nth-child(1) a:hover::before {
    background-image: url("../img/icons/menu/steam-red.png");
}

.uMenuRoot li:nth-child(2) a:hover::before {
    background-image: url("../img/icons/menu/testimonials-red.png");
}

.uMenuRoot li:nth-child(3) a:hover::before {
    background-image: url("../img/icons/menu/support-red.png");
}

.uMenuRoot li:nth-child(4) a:hover::before {
    background-image: url("../img/icons/menu/news-red.png");
}

span.cab::before {
    background-image: url("../img/icons/menu/profile.png");
}

span.cab1::before {
    background-image: url("../img/icons/menu/basket.png");
}

span.cab:hover::before {
    background-image: url("../img/icons/menu/profile-red.png");
}

span.cab1:hover::before {
    background-image: url("../img/icons/menu/basket-red.png");
}

.main-nav>.uMenuV>ul.uMenuRoot>li>a:hover,
span.cab:hover,
span.cab1:hover {
    color: var(--afz-color-accent);
}

#shop-basket,
.head-user,
.head-user .userbox {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#shop-basket>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--afz-color-text);
}

#shop-basket .ordernum {
    position: absolute;
    top: -5px;
    left: 25px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    color: var(--afz-color-text);
    background: #8a8a8a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.head-user .userbox {
    position: relative;
    padding: 25px 0;
}

.head-user .userbox ul {
    position: absolute;
    top: calc(100% - 1px);
    margin: 0;
    right: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-2);
    width: 300px;
    padding: var(--afz-space-4);
    border: 1px solid var(--afz-color-border);
    border-radius: 0 0 var(--afz-radius-md) var(--afz-radius-md);
    background: var(--afz-color-surface-raised);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.head-user .userbox:hover ul,
.head-user .userbox:focus-within ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.head-user .userbox ul::after {
    display: none;
}

.head-user .userbox ul li.login-in {
    display: flex;
    gap: var(--afz-space-2);
    padding: var(--afz-space-2);
    border-radius: var(--afz-radius-md);
    background: #191919;
}

.head-user .userbox ul a {
    display: flex;
    align-items: center;
    gap: var(--afz-space-2);
    width: 100%;
    padding: var(--afz-space-3);
    border-radius: var(--afz-radius-md);
    color: #d7d9de;
}

.head-user .userbox ul a:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

/* Mobile menu */
.mobile-right-menu {
    position: fixed;
    top: var(--afz-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: none;
    background: rgba(0, 0, 0, .62);
}

.mobile-right-menu.is-open {
    display: flex;
    justify-content: flex-end;
}

.mobile-right-menu .box {
    width: min(390px, calc(100% - 40px));
    height: 100%;
    padding: var(--afz-space-5);
    background: var(--afz-color-surface-raised);
    overflow-y: auto;
    box-shadow: -20px 0 40px rgba(0, 0, 0, .32);
}

.mobile-right-menu .uMenuRoot {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-2);
    list-style: none;
    padding-left: 0;
}

.mobile-right-menu .uMenuRoot li a {
    display: flex;
    align-items: center;
    padding: var(--afz-space-4);
    border-radius: var(--afz-radius-md);
    color: var(--afz-color-text);
    background: rgba(255, 255, 255, .04);
    font-size: var(--afz-font-size-md);
}

.mobile-right-menu .uMenuRoot li a::before {
    display: none;
}

/* Home slider */
.sld {
    margin-top: var(--afz-space-8);
}

.swiper-container,
section.slider1 {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.swiper-slide .slide {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .25s ease;
}

.swiper-slide .slide::after {
    display: none;
}

.swiper-slide .slide:hover {
    transform: scale(1.035);
}

.swiper-button-next,
.swiper-button-prev {
    width: 22px;
    height: 52px;
    margin: 0;
    color: var(--afz-color-text);
    background: rgba(36, 36, 36, .82);
    opacity: 1;
    transform: translateY(-50%);
}

.swiper-button-prev {
    left: 0;
    border-radius: 0 var(--afz-radius-md) var(--afz-radius-md) 0;
}

.swiper-button-next {
    right: 0;
    border-radius: var(--afz-radius-md) 0 0 var(--afz-radius-md);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--afz-color-accent);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 900;
}

.swiper-pagination {
    bottom: var(--afz-space-3);
    margin-left: var(--afz-space-3);
    text-align: left;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--afz-color-control);
    opacity: 1;
    transition: width .2s ease, background .2s ease;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background: var(--afz-color-accent);
}

/* Shared sections */
.section {
    margin: 0;
}

.section.home,
.catalog-page,
.product-page {
    padding: var(--afz-space-8) 0 56px;
}

.cattab {
    display: flex;
    flex-wrap: wrap;
    gap: var(--afz-space-3);
    margin-bottom: var(--afz-space-8);
    padding: 0;
}

a.itemcattab {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 var(--afz-space-4);
    margin: 0;
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: var(--afz-color-surface-raised);
    font-size: var(--afz-font-size-md);
    font-weight: 600;
}

a.itemcattab:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.zag,
.title-1,
.catalog-page h1.page-title,
.catalog-page .woocommerce-products-header__title {
    margin: 0 0 var(--afz-space-6);
    color: var(--afz-color-text);
    font-size: var(--afz-font-size-2xl);
    line-height: 1.2;
    font-weight: 800;
}

.term-description,
.woocommerce-result-count {
    color: var(--afz-color-muted);
}

/* Category cards */
.grid-container,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: var(--afz-space-7);
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 0 var(--afz-space-8);
    padding: 0;
}

.card,
.woocommerce ul.products li.product-category {
    display: flex;
    flex: 0 1 calc((100% - (var(--afz-space-7) * 3)) / 4);
    min-width: 0;
    margin: 0;
    border: 1px solid var(--afz-color-border);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
}

.card:hover,
.woocommerce ul.products li.product-category:hover {
    border-color: rgba(255, 61, 85, .72);
    transform: translateY(-2px);
}

.card a,
.woocommerce ul.products li.product-category a {
    display: flex;
    width: 100%;
}

.card img,
.woocommerce ul.products li.product-category img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
    transition: transform .25s ease;
}

.card:hover img,
.woocommerce ul.products li.product-category:hover img {
    transform: scale(1.035);
}

.woocommerce-loop-category__title {
    display: none;
}

/* WooCommerce archive */
.catalog-page .path,
.woocommerce-breadcrumb {
    display: none;
}

.catalog-page .woocommerce-result-count {
    margin: 0;
    color: var(--afz-color-muted);
    font-size: var(--afz-font-size-md);
}

.catalog-page .woocommerce-notices-wrapper,
.catalog-page .woocommerce-result-count,
.catalog-page .woocommerce-ordering {
    width: auto;
}

.catalog-page .woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.catalog-page .woocommerce-result-count+.woocommerce-ordering,
.catalog-page .woocommerce-ordering {
    margin-bottom: var(--afz-space-6);
}

.catalog-page .woocommerce-result-count,
.catalog-page .woocommerce-ordering {
    display: flex;
    align-items: center;
}

.woocommerce-ordering select,
.sort select {
    width: 260px;
    max-width: 100%;
    height: 48px;
    padding: 0 42px 0 var(--afz-space-4);
    border: 0;
    border-radius: var(--afz-radius-md);
    color: #111;
    background-color: var(--afz-color-control);
    font-family: var(--afz-font-family);
    font-size: var(--afz-font-size-md);
    font-weight: 600;
}

.woocommerce ul.products li.list-item,
.list-item {
    display: flex;
    flex: 0 1 calc((100% - (var(--afz-space-7) * 2)) / 3);
    flex-direction: column;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--afz-color-border);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
}

.woocommerce ul.products li.list-item:hover,
.list-item:hover {
    border-color: rgba(255, 61, 85, .72);
    transform: translateY(-2px);
}

.g-image {
    position: relative;
    background: #151515;
}

.g-image>a {
    display: flex;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    background: #151515;
}

.g-image>a img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    mix-blend-mode: normal;
}

.g-image .wish {
    position: absolute;
    top: var(--afz-space-3);
    right: var(--afz-space-3);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--afz-radius-md);
    color: var(--afz-color-text);
    background: rgba(32, 32, 32, .86);
}

.g-box {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: var(--afz-space-5) 22px 22px;
    background: var(--afz-color-surface);
}

.list-item .g-name {
    display: block;
    min-height: 52px;
    margin: 0 0 var(--afz-space-4);
    color: var(--afz-color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    overflow: hidden;
}

.list-item .g-name:hover {
    color: var(--afz-color-accent);
}

.list-item .g-stock {
    margin: auto 0 var(--afz-space-2);
    color: var(--afz-color-muted);
    font-size: 14px;
}

.list-item .g-price {
    margin: 0 0 var(--afz-space-5);
}

.list-item .g-price>span,
.list-item .g-price .amount {
    color: var(--afz-color-success);
    font-size: var(--afz-font-size-xl);
    font-weight: 800;
}

.list-item .g-price del,
.list-item .g-price del .amount {
    color: var(--afz-color-accent);
    font-size: var(--afz-font-size-md);
    opacity: 1;
}

.list-item .g-price ins {
    text-decoration: none;
}

.afz-badge {
    position: absolute;
    top: var(--afz-space-3);
    left: var(--afz-space-3);
    z-index: 2;
    padding: 3px 8px;
    border-radius: 999px;
    color: #111;
    background: #fffacc;
    font-size: 10px;
    font-weight: 700;
}

.calas {
    margin-top: auto;
}

.calas .basket-button {
    width: 100%;
    margin: 0;
    text-align: center;
}

/* Buttons and controls */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: var(--afz-radius-md);
    color: #111;
    background: var(--afz-color-control);
    font-family: var(--afz-font-family);
    font-size: var(--afz-font-size-md);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.screen-reader-text {
    display: none;
}

.woocommerce ul.products li.product .button,
.calas .basket-button .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

/* Product page */
.product-page {
    color: var(--afz-color-text);
}

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    gap: var(--afz-space-8);
    width: 100%;
    max-width: none;
    margin: 0;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin: 0;
}

.woocommerce div.product div.images {
    flex: 1 1 520px;
    max-width: 560px;
    padding: var(--afz-space-4);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
}

.woocommerce div.product div.summary {
    flex: 1 1 420px;
    max-width: 540px;
    padding: var(--afz-space-5);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
    color: var(--afz-color-text);
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    border-radius: var(--afz-radius-md);
    background: #111;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images a {
    pointer-events: none;
    cursor: default;
}

.woocommerce div.product .product_title {
    margin: 0 0 var(--afz-space-5);
    color: var(--afz-color-text);
    font-size: 36px;
    line-height: 1.16;
    font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0 0 var(--afz-space-5);
    color: var(--afz-color-success);
    font-size: 28px;
    font-weight: 800;
}

.woocommerce-product-details__short-description {
    margin: 0 0 var(--afz-space-5);
    color: #e8e8e8;
    font-size: 17px;
    line-height: 1.55;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: stretch;
    gap: var(--afz-space-3);
    margin: var(--afz-space-5) 0 var(--afz-space-7);
}

.woocommerce .quantity .qty {
    width: 84px;
    height: 50px;
    padding: 0 var(--afz-space-3);
    border: 0;
    border-radius: var(--afz-radius-sm);
    color: #111;
    background: var(--afz-color-control);
    font-family: var(--afz-font-family);
    font-size: 16px;
    text-align: center;
}

.woocommerce div.product form.cart .button {
    min-width: 180px;
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.woocommerce div.product form.cart .button:hover {
    background: #f02640;
}

.afz-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: var(--afz-space-3);
    color: var(--afz-color-muted);
}

.afz-product-meta>span,
.afz-product-meta .posted_in {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 var(--afz-space-3);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface-raised);
    gap: 4px;
}

.afz-product-meta a {
    color: var(--afz-color-text);
}

.afz-product-description-panel,
.woocommerce-tabs,
.related.products,
.upsells.products {
    flex: 0 0 100%;
    width: 100%;
    margin-top: var(--afz-space-8);
    color: var(--afz-color-text);
}

.afz-product-description-panel {
    padding: var(--afz-space-5);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
}

.afz-product-description-panel>*:first-child {
    margin-top: 0;
}

.afz-product-description-panel>*:last-child {
    margin-bottom: 0;
}

.woocommerce div.product ul,
.woocommerce div.product ol,
.woocommerce-cart ul,
.woocommerce-cart ol {
    padding-left: 0;
    list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: var(--afz-space-2);
    padding: 0;
    margin: 0 0 var(--afz-space-5);
    border-bottom: 1px solid var(--afz-color-border-strong);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: 0;
    border-radius: var(--afz-radius-sm) var(--afz-radius-sm) 0 0;
    background: var(--afz-color-surface-raised);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--afz-color-control);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: var(--afz-space-3) var(--afz-space-4);
    color: inherit;
}

/* Pages and WooCommerce content pages */
.afz-section {
    padding: 56px 0 76px;
    color: var(--afz-color-text);
    background: var(--afz-color-bg);
}

.afz-section .afz-container {
    width: min(var(--afz-container), calc(100% - 70px));
    max-width: var(--afz-container);
}

.afz-content {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-7);
}

.afz-page-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.afz-page-card>h1,
.afz-page-card .entry-title {
    margin: 0 0 38px;
    color: var(--afz-color-text);
    font-size: var(--afz-font-size-2xl);
    line-height: 1.15;
    font-weight: 800;
}

.afz-page-card h2,
.afz-page-card h3,
.afz-page-card h4 {
    margin: var(--afz-space-7) 0 var(--afz-space-4);
    color: var(--afz-color-text);
    line-height: 1.2;
    font-weight: 800;
}

.afz-page-card h2 {
    font-size: 26px;
}

.afz-page-card h3 {
    font-size: 22px;
}

.afz-page-card p,
.afz-page-card li {
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.65;
}

.afz-page-card p {
    margin: 0 0 var(--afz-space-4);
}

.afz-page-card ul,
.afz-page-card ol {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-2);
    margin: 0 0 var(--afz-space-5);
    padding-left: 22px;
}

.afz-page-card a:not(.button) {
    color: var(--afz-color-accent);
}

.afz-page-card a:not(.button):hover {
    color: var(--afz-color-text);
}

.afz-page-card table {
    width: 100%;
    border-collapse: collapse;
    color: var(--afz-color-text);
}

.afz-page-card th,
.afz-page-card td {
    padding: var(--afz-space-4);
    border-bottom: 1px solid var(--afz-color-border-strong);
    text-align: left;
    vertical-align: top;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    width: 100%;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--afz-space-3);
    min-height: 52px;
    margin: 0 0 var(--afz-space-5);
    padding: var(--afz-space-4) var(--afz-space-5);
    border: 1px solid var(--afz-color-border);
    border-radius: var(--afz-radius-md);
    color: var(--afz-color-text);
    background: var(--afz-color-surface);
}

.woocommerce-error {
    align-items: flex-start;
    flex-direction: column;
    padding-left: var(--afz-space-5);
}

.woocommerce-cart .afz-section,
.woocommerce-checkout .afz-section,
.woocommerce-account .afz-section {
    padding-top: 64px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 38px 70px;
    width: 100%;
}

.woocommerce-cart .woocommerce-cart-form {
    display: flex;
    flex: 1 1 650px;
    flex-direction: column;
    min-width: 0;
}

.woocommerce-cart .cart-collaterals {
    display: flex;
    flex: 0 1 390px;
    min-width: 300px;
}

.woocommerce-cart .cart_totals {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2 {
    margin: 0 0 var(--afz-space-5);
    color: var(--afz-color-text);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-cart table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    color: var(--afz-color-text);
}

.woocommerce-cart table.shop_table thead th {
    padding: 0 var(--afz-space-3) var(--afz-space-4);
    border-bottom: 1px solid var(--afz-color-border-strong);
    color: var(--afz-color-text);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-cart table.shop_table tbody td,
.woocommerce-cart table.shop_table tfoot td,
.woocommerce-cart table.shop_table tfoot th {
    padding: var(--afz-space-5) var(--afz-space-3);
    border-top: 0;
    border-bottom: 1px solid var(--afz-color-border-strong);
    color: var(--afz-color-text);
}

.woocommerce-cart .cart_item .product-thumbnail {
    width: 96px;
}

.woocommerce-cart .cart_item .product-thumbnail img {
    width: 78px;
    height: 78px;
    border-radius: var(--afz-radius-sm);
    object-fit: cover;
}

.woocommerce-cart .cart_item .product-name {
    min-width: 260px;
}

.woocommerce-cart .cart_item .product-name a {
    color: var(--afz-color-text);
    font-weight: 700;
}

.woocommerce-cart .cart_item .product-name a:hover {
    color: var(--afz-color-accent);
}

.woocommerce-cart .cart_item .product-price,
.woocommerce-cart .cart_item .product-subtotal,
.woocommerce-cart .cart_totals .amount {
    color: var(--afz-color-text);
    font-size: 17px;
    font-weight: 700;
}

.woocommerce-cart .quantity {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    border: 1px solid var(--afz-color-border-strong);
    border-radius: var(--afz-radius-sm);
    background: #141414;
    overflow: hidden;
}

.woocommerce-cart .quantity .qty {
    width: 72px;
    height: 48px;
    border: 0;
    color: var(--afz-color-text);
    background: transparent;
}

.woocommerce-cart .product-remove a.remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: transparent;
    font-size: 26px;
    line-height: 1;
}

.woocommerce-cart .product-remove a.remove:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.woocommerce-cart table.cart td.actions {
    padding: var(--afz-space-5) 0 0;
    border: 0;
}

.woocommerce-cart table.cart td.actions .coupon {
    float: left;
}

.woocommerce-cart table.cart td.actions::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-cart .coupon {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: var(--afz-space-3);
    width: 80%;
    margin: 0 0 var(--afz-space-3);
}

.woocommerce-cart .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.woocommerce-input-wrapper select {
    min-height: 50px;
    padding: 0 var(--afz-space-4);
    border: 1px solid var(--afz-color-border-strong);
    border-radius: var(--afz-radius-md);
    color: var(--afz-color-text);
    background: #151515;
    font-family: var(--afz-font-family);
    font-size: var(--afz-font-size-md);
}

.woocommerce-cart .coupon .input-text {
    width: min(260px, 100%);
}

.woocommerce-cart table.cart td.actions .button {
    min-height: 50px;
    padding: 0 var(--afz-space-5);
    border-radius: var(--afz-radius-md);
    font-weight: 800;
}

.woocommerce-cart table.cart td.actions>button[name="update_cart"] {
    float: none;
    clear: both;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart table.cart td.actions>button[name="update_cart"]:disabled,
.woocommerce-cart table.cart td.actions>button[name="update_cart"][disabled] {
    color: rgba(17, 17, 17, .52);
    background: rgba(255, 255, 255, .72);
    cursor: not-allowed;
    opacity: 1;
}

.woocommerce form .form-row textarea,
.woocommerce-input-wrapper textarea {
    min-height: 130px;
    padding-top: var(--afz-space-4);
}

.woocommerce-cart .cart_totals table.shop_table {
    margin-bottom: var(--afz-space-6);
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: var(--afz-space-5) 0;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-size: 24px;
    font-weight: 800;
}

.woocommerce-cart .wc-proceed-to-checkout {
    display: flex;
    margin: 0;
    padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    min-height: 54px;
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
    font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #f02640;
}

.woocommerce-checkout form.checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--afz-space-7);
    width: 100%;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    flex: 1 1 420px;
    min-width: 0;
}

/* Checkout and order received */
.woocommerce-checkout .afz-page-card>h1,
.woocommerce-order-received .afz-page-card>h1 {
    margin-bottom: 34px;
}

.woocommerce-checkout .woocommerce,
.woocommerce-order-received .woocommerce {
    gap: 24px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    margin: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: var(--afz-space-4);
    min-height: 84px;
    margin: 0 0 var(--afz-space-6);
    padding: var(--afz-space-5) var(--afz-space-6);
    border-color: var(--afz-color-border-strong);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
    box-shadow: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    color: var(--afz-color-success);
    font-size: 20px;
    line-height: 1;
}

.woocommerce-info::before {
    color: var(--afz-color-muted);
}

.woocommerce-error::before {
    color: var(--afz-color-accent);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    order: 2;
    min-height: 50px;
    margin: 0 0 0 auto;
    color: #111;
    background: var(--afz-color-control);
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.woocommerce-form-coupon-toggle {
    width: 100%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    justify-content: flex-start;
    min-height: 56px;
    width: 100%;
    margin-bottom: var(--afz-space-4);
    padding: 0 var(--afz-space-5);
    font-size: 14px;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}

.woocommerce-form-coupon-toggle .showcoupon {
    margin-left: var(--afz-space-2);
    color: var(--afz-color-accent);
    font-weight: 700;
}

.woocommerce form.checkout_coupon {
    display: flex;
    align-items: center;
    gap: var(--afz-space-4);
    width: 100%;
    margin: 0 0 var(--afz-space-7);
    padding: var(--afz-space-5);
    border: 1px solid var(--afz-color-border-strong);
    border-radius: var(--afz-radius-md);
    background: #151515;
}

.woocommerce form.checkout_coupon p {
    margin: 0;
    padding: 0;
    float: none;
}

.woocommerce form.checkout_coupon .form-row-first {
    flex: 1 1 auto;
    width: auto;
}

.woocommerce form.checkout_coupon .form-row-last {
    flex: 0 0 auto;
    width: auto;
}

.woocommerce form.checkout_coupon .input-text {
    width: 100%;
}

.woocommerce-checkout form.checkout {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-5);
    align-items: stretch;
}

.woocommerce-checkout #customer_details {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout #order_review_heading {
    flex: 0 0 auto;
    width: 100%;
    margin: var(--afz-space-2) 0 0;
}

.woocommerce-checkout #order_review {
    flex: 0 0 auto;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout #order_review,
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    width: 100%;
    padding: var(--afz-space-6);
    border: 1px solid var(--afz-color-border-strong);
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    max-width: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-order-received h2 {
    margin: 0 0 var(--afz-space-5);
    color: var(--afz-color-text);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-checkout form .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout form .form-row label {
    display: block;
    margin-bottom: var(--afz-space-2);
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-checkout form .form-row .required {
    color: var(--afz-color-accent);
}

.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
}

.woocommerce-checkout table.shop_table,
.woocommerce-order-received table.shop_table {
    width: 100%;
    margin: 0;
    border: 1px solid var(--afz-color-border-strong);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    overflow: hidden;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
    padding: var(--afz-space-4);
    border: 0;
    border-bottom: 1px solid var(--afz-color-border-strong);
    color: var(--afz-color-text);
    background: transparent;
    text-align: left;
}

.woocommerce-checkout table.shop_table tr:last-child th,
.woocommerce-checkout table.shop_table tr:last-child td,
.woocommerce-order-received table.shop_table tr:last-child th,
.woocommerce-order-received table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-checkout table.shop_table thead th,
.woocommerce-order-received table.shop_table thead th {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.woocommerce-checkout table.shop_table .amount,
.woocommerce-order-received table.shop_table .amount {
    color: var(--afz-color-text);
    font-weight: 800;
}

.woocommerce-checkout #payment {
    margin-top: var(--afz-space-5);
    border-radius: var(--afz-radius-md);
    background: #18161f;
    overflow: hidden;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: var(--afz-space-5);
    border-bottom: 1px solid var(--afz-color-border);
}

.woocommerce-checkout #payment ul.payment_methods li {
    color: var(--afz-color-text);
    line-height: 1.5;
}

.woocommerce-checkout #payment div.payment_box {
    width: 100%;
    margin: var(--afz-space-4) 0 0;
    padding: var(--afz-space-4);
    border-radius: var(--afz-radius-sm);
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .08);
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgba(255, 255, 255, .08);
}

.woocommerce-checkout #payment div.form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--afz-space-5);
    padding: var(--afz-space-5);
}

.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.65;
}

.woocommerce-checkout #payment #place_order {
    align-self: flex-end;
    min-width: 150px;
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.woocommerce-checkout #payment #place_order:hover {
    background: #f02640;
}

.woocommerce-order-received .woocommerce {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.woocommerce-order-received .woocommerce-notice {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, .84);
}

.woocommerce-order-received .woocommerce>p:not(.woocommerce-notice) {
    width: 100%;
    margin: 0;
    padding: var(--afz-space-5) var(--afz-space-6);
    border: 1px solid var(--afz-color-border-strong);
    border-radius: var(--afz-radius-md);
    color: rgba(255, 255, 255, .84);
    background: var(--afz-color-surface);
}

.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--afz-space-4);
    margin: 0;
    padding-left: var(--afz-space-6);
    list-style: none;
}

.woocommerce-order-received .woocommerce-order-overview li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    color: var(--afz-color-muted);
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview strong {
    display: block;
    margin-top: 3px;
    color: var(--afz-color-text);
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
}

.woocommerce-order-received .woocommerce-order-details {
    width: 100%;
}

.woocommerce-order-received .woocommerce-customer-details {
    width: 100%;
}

.woocommerce-order-received .woocommerce-customer-details address {
    min-height: 0;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 0;
    line-height: 1.7;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
    margin: 0;
    color: var(--afz-color-text);
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 270px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-3);
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 var(--afz-space-4);
    border-radius: var(--afz-radius-md);
    color: var(--afz-color-text);
    background: var(--afz-color-surface);
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 1 620px;
    min-width: 0;
}

/* Steam top-up page */
.afz-steam-page {
    padding: 26px 0 72px;
    color: var(--afz-color-text);
}

.afz-steam-page .cnt {
    max-width: 980px;
}

.afz-steam-hero,
.afz-steam-section {
    padding: 26px 0 54px;
}

.afz-steam-banners {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.afz-steam-banner {
    position: relative;
    min-height: 128px;
    padding: 18px;
    border-radius: var(--afz-radius-sm);
    background-color: #191919;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.afz-steam-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .12));
}

.afz-steam-banner span {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 190px;
    color: var(--afz-color-text);
    font-size: 23px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.afz-steam-heading {
    max-width: 780px;
    margin: 0 auto 20px;
    text-align: center;
}

.afz-steam-heading h1,
.afz-steam-heading h2 {
    margin: 0 0 12px;
    color: var(--afz-color-text);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.afz-steam-heading h1 span {
    color: var(--afz-color-accent);
}

.afz-steam-heading p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.55;
}

.afz-steam-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 20px;
}

.afz-steam-actions a,
.afz-steam-next-step {
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: var(--afz-color-surface);
}

.afz-steam-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
}

.afz-steam-actions a:hover {
    background: var(--afz-color-accent);
}

.afz-steam-action-icon,
.afz-steam-input-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
    font-weight: 900;
}

.afz-steam-action-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

.afz-steam-error {
    margin: 0 auto 16px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 61, 85, .7);
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: rgba(255, 61, 85, .12);
}

.afz-steam-form,
.afz-steam-calc,
.afz-steam-faq details {
    border-radius: var(--afz-radius-md);
    background: var(--afz-color-surface);
}

.afz-steam-form,
.afz-steam-calc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    padding: 26px;
}

.afz-steam-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.afz-steam-field-full,
.afz-steam-payments,
.afz-steam-next-step,
.afz-steam-confirm,
.afz-steam-submit {
    grid-column: 1 / -1;
}

.afz-steam-field>span,
.afz-steam-payments>span {
    color: var(--afz-color-text);
    font-size: 16px;
    font-weight: 900;
}

.afz-steam-field small,
.afz-steam-muted {
    color: var(--afz-color-muted);
    font-size: 12px;
}

.afz-steam-field input,
.afz-steam-input-unit,
.afz-steam-input-unit output {
    width: 100%;
}

.afz-steam-field input,
.afz-steam-input-unit {
    min-height: 56px;
    border: 1px solid transparent;
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: #151515;
    font-family: var(--afz-font-family);
    font-size: 15px;
}

.afz-steam-field input {
    padding: 0 16px;
    outline: none;
}

.afz-steam-field input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.afz-steam-field input[type="number"]::-webkit-outer-spin-button,
.afz-steam-field input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.afz-steam-field input:focus {
    border-color: var(--afz-color-accent);
}

.afz-steam-input-unit {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.afz-steam-input-with-icon {
    gap: 10px;
    padding-left: 14px;
}

.afz-steam-input-icon {
    width: 22px;
    height: 22px;
    font-size: 12px;
}

.afz-steam-input-unit input {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
    border: 0;
    background: transparent;
}

.afz-steam-input-unit output {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
    color: rgba(255, 255, 255, .72);
}

.afz-steam-input-unit b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 36px;
    margin-right: 10px;
    border-radius: var(--afz-radius-sm);
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
    font-size: 13px;
}

.afz-steam-next-step {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--afz-color-border);
}

.afz-steam-next-step strong {
    font-size: 15px;
}

.afz-steam-next-step span {
    color: var(--afz-color-muted);
    font-size: 13px;
    line-height: 1.5;
}

.afz-steam-confirm {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--afz-color-muted);
    font-size: 13px;
    line-height: 1.45;
}

.afz-steam-confirm input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--afz-color-accent);
}

.afz-steam-submit {
    min-height: 54px;
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.afz-steam-submit:hover {
    background: #f02640;
}

.afz-steam-result {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border-radius: var(--afz-radius-sm);
    background: #151515;
}

.afz-steam-result span {
    color: var(--afz-color-text);
    font-weight: 900;
}

.afz-steam-result strong {
    color: var(--afz-color-text);
    font-size: 18px;
}

.afz-steam-result [data-calc-fee] {
    color: var(--afz-color-accent);
}

.afz-steam-faq {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.afz-steam-faq details {
    padding: 0;
}

.afz-steam-faq summary {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 62px;
    padding: 0 24px;
    color: var(--afz-color-text);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.afz-steam-faq summary::-webkit-details-marker {
    display: none;
}

.afz-steam-faq summary::before {
    content: "+";
    color: var(--afz-color-muted);
    font-weight: 400;
}

.afz-steam-faq details[open] summary::before {
    content: "-";
    color: var(--afz-color-accent);
}

.afz-steam-faq p {
    margin: 0;
    padding: 0 50px 24px;
    color: var(--afz-color-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Footer */
footer {
    padding: var(--afz-space-8) 0 var(--afz-space-6);
    color: rgba(255, 255, 255, .62);
    background: var(--afz-color-surface-raised);
}

footer .top-footer,
footer .accordion-item1,
footer .accordion-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--afz-space-6);
}

footer .top-footer {
    justify-content: space-between;
    margin-bottom: var(--afz-space-6);
}

footer .sitelogo {
    flex: 0 0 auto;
}

footer .sitelogo a {
    min-height: 0;
}

.link-foot {
    display: flex;
    flex-direction: column;
    gap: var(--afz-space-2);
    margin: 0;
}

.link-foot a,
footer a {
    color: var(--afz-color-text);
}

.link-foot a:hover,
footer a:hover {
    color: var(--afz-color-accent);
}

footer .bottom {
    display: flex;
    padding-top: var(--afz-space-5);
    border-top: 1px solid var(--afz-color-border);
    color: rgba(255, 255, 255, .45);
    font-size: var(--afz-font-size-sm);
    line-height: 1.5;
}

footer .left {
    width: auto;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    display: none;
}

/* Responsive */
@media (max-width: 1220px) {
    .head .cnt {
        gap: var(--afz-space-5);
    }

    .sitelogo {
        flex-basis: 260px;
    }

    .sitelogo a img {
        width: 250px;
    }

    .nav-right,
    .main-nav>.uMenuV>ul.uMenuRoot {
        gap: var(--afz-space-5);
    }

    .main-nav>.uMenuV>ul.uMenuRoot>li>a {
        width: 112px;
    }
}

@media (max-width: 1040px) {
    :root {
        --afz-header-height: 64px;
        --afz-page-gutter: 14px;
    }

    body.admin-bar .top-fixed .head {
        top: 46px;
    }

    .head .cnt {
        width: 100%;
        max-width: none;
        padding: 0 var(--afz-page-gutter);
    }

    .sitelogo {
        flex: 0 1 auto;
    }

    .sitelogo a img {
        width: 210px;
        max-height: 42px;
    }

    .nav-right {
        flex: 0 0 auto;
        gap: var(--afz-space-2);
        margin-left: auto;
    }

    .main-nav {
        order: 3;
    }

    .main-nav .mobile-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-height: 44px;
        padding: 0;
        color: var(--afz-color-text);
        background: transparent;
    }

    .main-nav .mobile-button span {
        display: none;
    }

    .main-nav .mobile-button i {
        font-size: 32px;
    }

    .main-nav>.uMenuV {
        display: none;
    }

    .head-user,
    span.cab {
        display: none;
    }

    #shop-basket>a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
    }

    span.cab1 {
        width: 44px;
        min-height: 44px;
        font-size: 0;
    }

    span.cab1::before {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    #shop-basket .ordernum {
        top: 4px;
        left: 26px;
    }

    .mobile-right-menu {
        top: var(--afz-header-height);
    }

    body.admin-bar .mobile-right-menu {
        top: calc(var(--afz-header-height) + 46px);
    }

    .sld {
        margin-top: var(--afz-space-6);
    }

    .section.home,
    .catalog-page,
    .product-page {
        padding-top: var(--afz-space-6);
    }

    .card,
    .woocommerce ul.products li.product-category {
        flex-basis: calc((100% - var(--afz-space-7)) / 2);
    }

    .woocommerce ul.products li.list-item,
    .list-item {
        flex-basis: calc((100% - var(--afz-space-7)) / 2);
    }
}

@media (max-width: 760px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    .cattab {
        gap: var(--afz-space-2);
        margin-bottom: var(--afz-space-6);
    }

    a.itemcattab {
        flex: 1 1 100%;
        justify-content: center;
    }

    .zag,
    .title-1,
    .catalog-page h1.page-title,
    .catalog-page .woocommerce-products-header__title {
        font-size: 24px;
    }

    .catalog-page .woocommerce-ordering {
        justify-content: stretch;
        width: 100%;
        margin-bottom: var(--afz-space-5);
    }

    .woocommerce-ordering select {
        width: 100%;
    }

    .grid-container,
    .woocommerce ul.products {
        gap: var(--afz-space-5);
    }

    .card,
    .woocommerce ul.products li.product-category,
    .woocommerce ul.products li.list-item,
    .list-item {
        flex-basis: calc(50% - 10px);
    }

    .woocommerce div.product {
        gap: var(--afz-space-6);
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        flex-basis: 100%;
        max-width: none;
    }

    .woocommerce div.product .product_title {
        font-size: 26px;
    }

    .woocommerce div.product form.cart {
        flex-wrap: wrap;
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
    }

    .woocommerce-cart .coupon {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .sitelogo a img {
        width: 182px;
    }

    .mobile-right-menu .box {
        width: 100%;
    }

    .section.home,
    .catalog-page,
    .product-page {
        padding-bottom: var(--afz-space-8);
    }

    .g-box {
        padding: var(--afz-space-4);
    }

    .list-item .g-name {
        min-height: 0;
        font-size: var(--afz-font-size-md);
    }

    footer .top-footer,
    footer .accordion-item1,
    footer .accordion-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Catalog layout and reference product card */
.catalog-page>.cnt {
    width: min(1225px, calc(100% - 70px));
    max-width: 1225px;
}

.afz-shop-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

.afz-shop-sidebar {
    position: sticky;
    top: calc(var(--afz-header-height) + 24px);
    display: flex;
    flex: 0 0 270px;
    flex-direction: column;
    gap: 12px;
}

.afz-sidebar-action,
.afz-sidebar-heading,
.afz-sidebar-cat {
    display: flex;
    align-items: center;
    min-width: 0;
    border: 0;
    border-radius: 8px;
    background: var(--afz-color-surface);
    color: var(--afz-color-text);
    font-family: var(--afz-font-family);
    font-weight: 700;
}

.afz-sidebar-action,
.afz-sidebar-heading {
    justify-content: space-between;
    min-height: 44px;
    padding: 0 20px;
    color: var(--afz-color-accent);
    font-size: 15px;
}

.afz-sidebar-action i,
.afz-sidebar-heading i {
    font-size: 28px;
    line-height: 1;
    transition: transform .2s ease;
}

.afz-sidebar-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.afz-sidebar-note {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 176px;
    padding: 20px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #141414;
    font-size: 15px;
    line-height: 1.35;
}

.afz-sidebar-note p {
    margin: 0;
}

.afz-sidebar-note a {
    color: var(--afz-color-accent);
    font-weight: 500;
}

.afz-sidebar-cats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: max-content;
    overflow: hidden;
    opacity: 1;
    transition: max-height .25s ease, opacity .2s ease;
}

.afz-sidebar-card.is-collapsed .afz-sidebar-cats {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.afz-sidebar-cat {
    gap: 12px;
    min-height: 64px;
    padding: 10px;
    border: 1px solid transparent;
    font-size: 17px;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.afz-sidebar-cat:hover,
.afz-sidebar-cat.is-current {
    border-color: rgba(255, 61, 85, .45);
    color: var(--afz-color-accent);
    background: #252525;
}

.afz-sidebar-cat img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

.afz-sidebar-cat span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.afz-shop-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.afz-shop-content .woocommerce-products-header__title,
.afz-shop-content h1.page-title,
.afz-shop-content .title-1 {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.afz-shop-content .woocommerce-result-count {
    display: none;
    order: -1;
    margin: 0 0 18px;
    color: var(--afz-color-muted);
}

.afz-shop-content .woocommerce-ordering {
    display: none;
    align-self: flex-end;
    margin: -60px 0 24px;
}

.afz-shop-content .woocommerce-ordering select {
    width: 245px;
    height: 44px;
    border-radius: 8px;
    font-size: 14px;
}

.afz-shop-content .grid-container.subcategories {
    display: none;
}

.catalog-page .afz-shop-content .woocommerce ul.products,
.product-page .related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px 30px;
    margin: 0;
    padding: 0;
}

.catalog-page .afz-shop-content .woocommerce ul.products li.list-item,
.product-page .related.products ul.products li.list-item {
    display: flex;
    flex: 0 1 calc((100% - 60px) / 3);
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: var(--afz-color-surface);
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
}

.catalog-page .afz-shop-content .woocommerce ul.products li.list-item:hover,
.product-page .related.products ul.products li.list-item:hover {
    border-color: rgba(255, 61, 85, .55);
    transform: translateY(-2px);
}

.catalog-page .afz-shop-content .list-item .g-image,
.product-page .related.products .list-item .g-image {
    border-radius: 8px 8px 0 0;
    background: #161616;
    overflow: hidden;
}

.catalog-page .afz-shop-content .list-item .g-image>a,
.product-page .related.products .list-item .g-image>a {
    display: flex;
    aspect-ratio: 1 / 1;
    min-height: 0;
}

.catalog-page .afz-shop-content .list-item .g-image img,
.product-page .related.products .list-item .g-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-page .afz-shop-content .list-item .g-box,
.product-page .related.products .list-item .g-box {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 16px 12px;
    background: var(--afz-color-surface);
}

.catalog-page .afz-shop-content .list-item .g-price,
.product-page .related.products .list-item .g-price {
    order: 1;
    margin: 0 0 6px;
}

.catalog-page .afz-shop-content .list-item .g-price .amount,
.catalog-page .afz-shop-content .list-item .g-price>span,
.product-page .related.products .list-item .g-price .amount,
.product-page .related.products .list-item .g-price>span {
    color: var(--afz-color-success);
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
}

.catalog-page .afz-shop-content .list-item .g-name,
.product-page .related.products .list-item .g-name {
    order: 2;
    display: -webkit-box;
    min-height: 42px;
    margin: 0 0 14px;
    color: var(--afz-color-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-page .afz-shop-content .list-item .g-stock,
.product-page .related.products .list-item .g-stock {
    display: none;
}

.woocommerce a.added_to_cart {
    display: none;
}

.catalog-page .afz-shop-content .list-item .g-actions,
.product-page .related.products .list-item .g-actions {
    order: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.catalog-page .afz-shop-content .list-item .basket-button,
.product-page .related.products .list-item .basket-button {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.catalog-page .afz-shop-content .list-item .basket-button .button,
.product-page .related.products .list-item .basket-button .button {
    width: 100%;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    color: #050505;
    background: var(--afz-color-control);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
}

.catalog-page .afz-shop-content .list-item .basket-button .button:hover,
.product-page .related.products .list-item .basket-button .button:hover {
    color: var(--afz-color-text);
    background: var(--afz-color-accent);
}

.catalog-page .afz-shop-content .list-item .afz-stock-button,
.product-page .related.products .list-item .afz-stock-button {
    border: 2px solid var(--afz-color-control);
    color: var(--afz-color-control);
    background: transparent;
    cursor: default;
    text-transform: none;
}

.catalog-page .afz-shop-content .list-item .afz-stock-button::before,
.product-page .related.products .list-item .afz-stock-button::before {
    display: none;
}

.related.products {
    display: none;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}

dl.variation {
    display: flex;
    font-size: 16px;
    line-height: 1.65;
}

dl.variation p {
    margin: 0;
}

@media (max-width: 1220px) {
    .catalog-page>.cnt {
        width: min(1170px, calc(100% - 32px));
    }

    .afz-shop-sidebar {
        flex-basis: 250px;
    }
}

@media (max-width: 1040px) {
    .afz-shop-layout {
        gap: 22px;
    }

    .afz-shop-sidebar {
        flex-basis: 230px;
    }

    .catalog-page .afz-shop-content .woocommerce ul.products li.list-item {
        flex-basis: calc((100% - 30px) / 2);
    }
}

@media (max-width: 760px) {
    .afz-section {
        padding: 38px 0 58px;
    }

    .afz-section .afz-container {
        width: min(560px, calc(100% - 28px));
    }

    .afz-page-card>h1,
    .afz-page-card .entry-title {
        margin-bottom: 26px;
        font-size: 26px;
    }

    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .woocommerce-account .woocommerce,
    .woocommerce-checkout form.checkout {
        gap: var(--afz-space-6);
    }

    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        flex-basis: 100%;
        min-width: 0;
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table,
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody,
    .woocommerce-cart .woocommerce-cart-form table.shop_table tr,
    .woocommerce-cart .woocommerce-cart-form table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table {
        min-width: 0;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td {
        padding: 0;
        border: 0;
    }



    .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
        display: grid;
        grid-template-columns: 32px 76px minmax(0, 1fr) 74px;
        align-items: start;
        gap: 12px 14px;
        padding: 18px 0 20px;
        border-bottom: 1px solid var(--afz-color-border-strong);
    }

    .woocommerce-cart .cart_item .product-remove {
        display: flex;
        grid-column: 1;
        grid-row: 1 / 2;
        align-self: start;
        justify-content: center;
    }

    .woocommerce-cart .cart_item .product-thumbnail {
        grid-column: 2;
        grid-row: 1 / 3;
        width: 76px;
    }

    .woocommerce-cart .cart_item .product-thumbnail img {
        width: 64px;
        height: 76px;
    }

    .woocommerce-cart .cart_item .product-name {
        grid-column: 3 / 5;
        grid-row: 1 / 2;
        min-width: 0;
        padding-top: 2px;
    }

    .woocommerce-cart .cart_item .product-name a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 15px;
        line-height: 1.35;
    }

    .woocommerce-cart .cart_item .product-price,
    .woocommerce-cart .cart_item .product-quantity,
    .woocommerce-cart .cart_item .product-subtotal {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        margin-top: 0;
    }

    .woocommerce-cart .cart_item .product-price {
        display: none !important;
    }

    .woocommerce-cart .cart_item .product-price::before,
    .woocommerce-cart .cart_item .product-quantity::before,
    .woocommerce-cart .cart_item .product-subtotal::before {
        display: none;
        content: none;
    }

    .woocommerce-cart .cart_item .product-quantity {
        grid-column: 4;
        grid-row: 2 / 3;
        justify-self: end;
    }

    .woocommerce-cart .cart_item .product-subtotal {
        grid-column: 3;
        grid-row: 2 / 3;
        justify-self: start;
        min-height: 44px;
        font-size: 16px;
    }

    .woocommerce-cart .quantity {
        min-height: 44px;
    }

    .woocommerce-cart .quantity .qty {
        width: 66px;
        height: 44px;
    }

    .woocommerce-cart table.cart td.actions {
        padding-top: 20px;
    }

    .woocommerce-cart .coupon {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
    }

    .woocommerce-cart .coupon .input-text,
    .woocommerce-cart .coupon .button,
    .woocommerce-cart table.cart td.actions>button[name="update_cart"] {
        width: 100%;
    }

    .woocommerce div.product {
        gap: var(--afz-space-5);
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        flex-basis: 100%;
        max-width: none;
    }

    .woocommerce-checkout table.shop_table,
    .woocommerce-order-received table.shop_table {
        min-width: 0;
    }

    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-page>.cnt {
        width: min(560px, calc(100% - 28px));
    }

    .afz-shop-layout {
        flex-direction: column;
        gap: 22px;
    }

    .afz-shop-sidebar {
        position: static;
        flex: 0 1 auto;
        width: 100%;
    }

    .afz-sidebar-note {
        min-height: 0;
    }

    .afz-sidebar-cats {
        max-height: 292px;
        overflow: auto;
    }

    .afz-sidebar-card:not(.is-collapsed) .afz-sidebar-cats {
        max-height: 292px;
    }

    .afz-sidebar-card.is-collapsed .afz-sidebar-cats {
        max-height: 0;
        overflow: hidden;
    }

    .afz-shop-content {
        width: 100%;
    }

    .afz-shop-content .woocommerce-ordering {
        align-self: stretch;
        margin: 0 0 22px;
    }

    .afz-shop-content .woocommerce-ordering select {
        width: 100%;
    }

    .catalog-page .afz-shop-content .woocommerce ul.products {
        gap: 22px;
    }

    .catalog-page .afz-shop-content .woocommerce ul.products li.list-item {
        flex-basis: 100%;
    }

    .afz-steam-page {
        padding-top: 18px;
    }

    .afz-steam-banners,
    .afz-steam-form,
    .afz-steam-calc {
        grid-template-columns: 1fr;
    }

    .afz-steam-banner {
        min-height: 112px;
    }

    .afz-steam-heading h1,
    .afz-steam-heading h2 {
        font-size: 24px;
    }
}

@media (max-width: 520px) {
    .afz-section .afz-container {
        width: calc(100% - 24px);
    }

    .afz-page-card>h1,
    .afz-page-card .entry-title {
        font-size: 24px;
    }

    .afz-page-card th,
    .afz-page-card td {
        padding: var(--afz-space-3);
    }

    .woocommerce-cart .cart_totals .order-total th,
    .woocommerce-cart .cart_totals .order-total td {
        font-size: 20px;
    }

    .woocommerce-cart .cart_totals table.shop_table th,
    .woocommerce-cart .cart_totals table.shop_table td {
        display: table-cell;
        width: 50%;
        padding: var(--afz-space-4) 0;
        vertical-align: middle;
    }

    .woocommerce-cart .cart_totals table.shop_table td {
        text-align: right;
    }

    .woocommerce-cart .coupon {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
        grid-template-columns: 28px 68px minmax(0, 1fr) 68px;
        gap: 10px 12px;
    }

    .woocommerce-cart .cart_item .product-thumbnail {
        width: 68px;
    }

    .woocommerce-cart .cart_item .product-thumbnail img {
        width: 62px;
        height: 70px;
    }

    .woocommerce-cart .cart_item .product-name a {
        font-size: 14px;
        font-weight: 400;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout #order_review,
    .woocommerce-order-received .woocommerce-order-overview,
    .woocommerce-order-received .woocommerce-order-details,
    .woocommerce-order-received .woocommerce-customer-details {
        padding: var(--afz-space-4);
    }

    .woocommerce form.checkout_coupon {
        align-items: stretch;
        flex-direction: column;
    }

    .woocommerce form.checkout_coupon .form-row-first,
    .woocommerce form.checkout_coupon .form-row-last,
    .woocommerce form.checkout_coupon button {
        width: 100%;
    }

    .woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .catalog-page>.cnt {
        width: calc(100% - 24px);
    }

    .afz-sidebar-action,
    .afz-sidebar-heading {
        padding: 0 16px;
    }

    .catalog-page .afz-shop-content .list-item .g-box {
        padding: 12px;
    }

    .catalog-page .afz-shop-content .list-item .g-price .amount,
    .catalog-page .afz-shop-content .list-item .g-price>span {
        font-size: 22px;
    }

    .afz-steam-form,
    .afz-steam-calc {
        padding: 16px;
    }

    .afz-steam-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .afz-steam-actions a {
        justify-content: center;
    }

    .afz-steam-faq summary {
        padding: 0 16px;
    }

    .afz-steam-faq p {
        padding: 0 34px 20px;
    }

    dl.variation,
    dl.variation p {
        font-size: 12px;
    }

    dl.variation dd {
        margin-left: 10px;
    }

    .woocommerce-cart .afz-section,
    .woocommerce-checkout .afz-section,
    .woocommerce-account .afz-section {
        padding-top: 30px;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.product-thumbnail,
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.product-quantity {
        display: none;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item {
        display: flex;
        padding-block: 8px;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.product-remove {
        flex-basis: 50px;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.product-subtotal {
        flex-basis: 100px;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody td.actions {
        margin-top: 20px;
    }
}