/* aspectweldio: shared product card and rail cards */
/* ===== Recently viewed products: restored old compact rail ===== */

.aw-rvp-lastseen {
    margin: 38px 0 0;
}

.aw-rvp-lastseen .aw-rvp__head {
    margin-bottom: 18px;
}

.aw-rvp-lastseen .aw-rvp__title {
    font-size: clamp(30px, 2.1vw, 42px);
    line-height: 1.05;
    font-weight: 800;
    color: #f5f7fb;
    letter-spacing: -0.02em;
}

.aw-rvp-lastseen .aw-rvp__controls {
    margin-left: auto;
}

.aw-rvp-lastseen .aw-rvp__nav {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.03);
    color: #f2f3f5;
    box-shadow: none;
}

.aw-rvp-lastseen .aw-rvp__nav:hover {
    border-color: rgba(247,123,14,.45);
    background: rgba(247,123,14,.08);
    color: #f67b0e;
    transform: none;
}

.aw-rvp-lastseen .aw-rvp__viewport {
    padding: 2px 2px 10px;
}

.aw-rvp-lastseen .aw-rvp__track {
    gap: 16px;
}

.aw-rvp-lastseen .aw-rvp__item {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

.aw-rvp-lastseen .aw-rvp__card {
    min-height: 292px;
    padding: 10px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(52, 86, 138, .16), transparent 42%),
        linear-gradient(180deg, rgba(34, 37, 45, .98) 0%, rgba(22, 24, 30, .98) 100%);
    border: 1px solid rgba(71, 95, 132, .42);
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
    overflow: hidden;
}

.aw-rvp-lastseen .aw-rvp__card:hover {
    transform: none;
    border-color: rgba(97, 123, 165, .56);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

.aw-rvp-lastseen .block_item,
.aw-rvp-lastseen .card,
.aw-rvp-lastseen .card-body {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.aw-rvp-lastseen .block_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.aw-rvp-lastseen .aw-rvp__media {
    height: 128px;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f4f5f8 0%, #ffffff 100%);
    overflow: hidden;
}

.aw-rvp-lastseen .aw-rvp__media .image_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.aw-rvp-lastseen .aw-rvp__media img,
.aw-rvp-lastseen .aw-rvp__media img.jshop_img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none !important;
}

.aw-rvp-lastseen .product_label {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
}

.aw-rvp-lastseen .label_name {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f67b0e;
    color: #17181a;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.aw-rvp-lastseen .aw-rvp__body,
.aw-rvp-lastseen [class*="info_product_"] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 1px;
}

.aw-rvp-lastseen .aw-rvp__name,
.aw-rvp-lastseen .name {
    margin: 0 0 10px;
    min-height: 34px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    text-align: left;
}

.aw-rvp-lastseen .aw-rvp__name a,
.aw-rvp-lastseen .name a,
.aw-rvp-lastseen .card-title {
    color: #f2f3f5 !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aw-rvp-lastseen .description,
.aw-rvp-lastseen .manufacturer_name,
.aw-rvp-lastseen .default_price,
.aw-rvp-lastseen .base_price,
.aw-rvp-lastseen .productweight,
.aw-rvp-lastseen .deliverytime,
.aw-rvp-lastseen .extra_fields,
.aw-rvp-lastseen .vendorinfo,
.aw-rvp-lastseen .qty_in_stock,
.aw-rvp-lastseen .taxinfo,
.aw-rvp-lastseen .plusshippinginfo,
.aw-rvp-lastseen .review_mark,
.aw-rvp-lastseen .count_commentar,
.aw-rvp-lastseen .jshop_code_prod,
.aw-rvp-lastseen .not_available {
    display: none !important;
}

.aw-rvp-lastseen .aw-rvp__pricebox {
    margin-top: auto;
    padding-top: 2px;
}

.aw-rvp-lastseen .aw-rvp__oldprice,
.aw-rvp-lastseen .old_price {
    margin: 0 0 4px;
    color: rgba(242,243,245,.38);
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
}

.aw-rvp-lastseen .aw-rvp__oldprice span,
.aw-rvp-lastseen .old_price span {
    text-decoration: line-through;
}

.aw-rvp-lastseen .aw-rvp__price,
.aw-rvp-lastseen .jshop_price {
    margin: 0 0 12px;
    color: rgba(242,243,245,.36) !important;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 500;
    text-align: left;
}

.aw-rvp-lastseen .aw-rvp__price span,
.aw-rvp-lastseen .jshop_price span {
    color: inherit !important;
}

.aw-rvp-lastseen .aw-rvp__actions,
.aw-rvp-lastseen .buttons {
    display: flex;
    margin-top: auto;
    gap: 0;
}

.aw-rvp-lastseen .aw-rvp__btn,
.aw-rvp-lastseen a.button_detail,
.aw-rvp-lastseen a.button_detail.btn,
.aw-rvp-lastseen a.button_detail.btn.btn-primary,
.aw-rvp-lastseen a.button_buy,
.aw-rvp-lastseen a.button_buy.btn,
.aw-rvp-lastseen a.button_buy.btn.btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 33px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #f67b0e;
    background: #f67b0e;
    color: #17181a !important;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: none;
    box-shadow: none;
}

.aw-rvp-lastseen .aw-rvp__btn:hover,
.aw-rvp-lastseen a.button_detail:hover,
.aw-rvp-lastseen a.button_detail.btn:hover,
.aw-rvp-lastseen a.button_detail.btn.btn-primary:hover,
.aw-rvp-lastseen a.button_buy:hover,
.aw-rvp-lastseen a.button_buy.btn:hover,
.aw-rvp-lastseen a.button_buy.btn.btn-success:hover {
    background: #d96a0d;
    border-color: #d96a0d;
    color: #17181a !important;
    transform: none;
}

@media (max-width: 991px) {
    .aw-rvp-lastseen .aw-rvp__item {
        width: 154px;
        min-width: 154px;
        max-width: 154px;
    }

    .aw-rvp-lastseen .aw-rvp__card {
        min-height: 286px;
    }
}

@media (max-width: 767px) {
    .aw-rvp-lastseen {
        margin-top: 30px;
    }

    .aw-rvp-lastseen .aw-rvp__title {
        font-size: 28px;
    }

    .aw-rvp-lastseen .aw-rvp__controls {
        display: none;
    }

    .aw-rvp-lastseen .aw-rvp__track {
        gap: 12px;
    }

    .aw-rvp-lastseen .aw-rvp__item {
        width: 146px;
        min-width: 146px;
        max-width: 146px;
    }

    .aw-rvp-lastseen .aw-rvp__card {
        min-height: 274px;
        padding: 9px;
        border-radius: 16px;
    }

    .aw-rvp-lastseen .aw-rvp__media {
        height: 118px;
        margin-bottom: 9px;
        border-radius: 13px;
        padding: 9px;
    }

    .aw-rvp-lastseen .aw-rvp__name,
    .aw-rvp-lastseen .name,
    .aw-rvp-lastseen .aw-rvp__name a,
    .aw-rvp-lastseen .name a,
    .aw-rvp-lastseen .card-title {
        font-size: 11.5px;
    }

    .aw-rvp-lastseen .aw-rvp__price,
    .aw-rvp-lastseen .jshop_price {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .aw-rvp-lastseen .aw-rvp__btn,
    .aw-rvp-lastseen a.button_detail,
    .aw-rvp-lastseen a.button_detail.btn,
    .aw-rvp-lastseen a.button_detail.btn.btn-primary,
    .aw-rvp-lastseen a.button_buy,
    .aw-rvp-lastseen a.button_buy.btn,
    .aw-rvp-lastseen a.button_buy.btn.btn-success {
        min-height: 32px;
        border-radius: 9px;
        font-size: 11.5px;
    }
}


/* ===== AspectWeld catalog cards: final production override (reference-aligned) ===== */
#comjshop_list_product,
.jshop_list_product,
.jshop.list_product {
  --aw-card-bg-final: #272B30;
  --aw-card-hover-final: #32373E;
  --aw-card-active-final: #3B414A;
  --aw-card-border-final: #383D45;
  --aw-card-divider-final: #2C3036;
  --aw-card-image-final: #F2F3F5;
  --aw-card-input-final: #1D2024;
  --aw-card-text-primary-final: #F2F3F5;
  --aw-card-text-secondary-final: #C8CCD2;
  --aw-card-text-muted-final: #979DA6;
  --aw-card-accent-final: #E37111;
  --aw-card-accent-hover-final: #F17912;
  --aw-card-accent-active-final: #C9600B;
  --aw-card-accent-text-final: #17181A;
}

#comjshop_list_product .block_product.aw-product-card,
#comjshop_list_product .product.block_product.aw-product-card,
.jshop_list_product .block_product.aw-product-card,
.jshop_list_product .product.block_product.aw-product-card,
.jshop.list_product .block_product.aw-product-card,
.jshop.list_product .product.block_product.aw-product-card {
  border-radius: 20px !important;
  border: 1px solid var(--aw-card-border-final) !important;
  background: var(--aw-card-bg-final) !important;
  box-shadow: none !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease !important;
}

#comjshop_list_product .block_product.aw-product-card::before,
#comjshop_list_product .product.block_product.aw-product-card::before,
.jshop_list_product .block_product.aw-product-card::before,
.jshop_list_product .product.block_product.aw-product-card::before,
.jshop.list_product .block_product.aw-product-card::before,
.jshop.list_product .product.block_product.aw-product-card::before {
  display: none !important;
  content: none !important;
}

#comjshop_list_product .block_product.aw-product-card:hover,
#comjshop_list_product .product.block_product.aw-product-card:hover,
.jshop_list_product .block_product.aw-product-card:hover,
.jshop_list_product .product.block_product.aw-product-card:hover,
.jshop.list_product .block_product.aw-product-card:hover,
.jshop.list_product .product.block_product.aw-product-card:hover {
  background: var(--aw-card-hover-final) !important;
  border-color: var(--aw-card-active-final) !important;
  box-shadow: none !important;
  transform: translateY(-2px) !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__shell,
.jshop_list_product .aw-product-card .aw-product-card__shell,
.jshop.list_product .aw-product-card .aw-product-card__shell {
  background: transparent !important;
}

#comjshop_list_product .aw-product-card .short_description_item,
.jshop_list_product .aw-product-card .short_description_item,
.jshop.list_product .aw-product-card .short_description_item {
  display: none !important;
}

#comjshop_list_product .aw-product-card .image,
#comjshop_list_product .aw-product-card .aw-product-card__media,
.jshop_list_product .aw-product-card .image,
.jshop_list_product .aw-product-card .aw-product-card__media,
.jshop.list_product .aw-product-card .image,
.jshop.list_product .aw-product-card .aw-product-card__media {
  padding: 14px 14px 0 !important;
  background: transparent !important;
}

#comjshop_list_product .aw-product-card .image_block,
#comjshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop_list_product .aw-product-card .image_block,
.jshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop.list_product .aw-product-card .image_block,
.jshop.list_product .aw-product-card .aw-product-card__image-block {
  min-height: 282px !important;
  padding: 12px !important;
  background: var(--aw-card-image-final) !important;
  border: 1px solid var(--aw-card-divider-final) !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 18px !important;
}

#comjshop_list_product .aw-product-card .product_link,
#comjshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop_list_product .aw-product-card .product_link,
.jshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop.list_product .aw-product-card .product_link,
.jshop.list_product .aw-product-card .aw-product-card__image-link {
  min-height: 256px !important;
  padding: 12px !important;
  background: transparent !important;
  border-radius: 16px !important;
}

#comjshop_list_product .aw-product-card .jshop_img,
#comjshop_list_product .aw-product-card .aw-product-card__image,
.jshop_list_product .aw-product-card .jshop_img,
.jshop_list_product .aw-product-card .aw-product-card__image,
.jshop.list_product .aw-product-card .jshop_img,
.jshop.list_product .aw-product-card .aw-product-card__image {
  height: 228px !important;
  max-height: 228px !important;
  object-fit: contain !important;
}

#comjshop_list_product .aw-product-card:hover .jshop_img,
#comjshop_list_product .aw-product-card:hover .aw-product-card__image,
.jshop_list_product .aw-product-card:hover .jshop_img,
.jshop_list_product .aw-product-card:hover .aw-product-card__image,
.jshop.list_product .aw-product-card:hover .jshop_img,
.jshop.list_product .aw-product-card:hover .aw-product-card__image {
  transform: scale(1.02) !important;
}

#comjshop_list_product .aw-product-card .product_label,
#comjshop_list_product .aw-product-card .aw-product-card__label,
.jshop_list_product .aw-product-card .product_label,
.jshop_list_product .aw-product-card .aw-product-card__label,
.jshop.list_product .aw-product-card .product_label,
.jshop.list_product .aw-product-card .aw-product-card__label {
  top: 12px !important;
  left: 12px !important;
}

#comjshop_list_product .aw-product-card .label_name,
#comjshop_list_product .aw-product-card span.label_name,
.jshop_list_product .aw-product-card .label_name,
.jshop_list_product .aw-product-card span.label_name,
.jshop.list_product .aw-product-card .label_name,
.jshop.list_product .aw-product-card span.label_name {
  min-height: 0 !important;
  max-width: 110px !important;
  padding: 7px 11px !important;
  border-radius: 10px !important;
  background: var(--aw-card-input-final) !important;
  border: 1px solid var(--aw-card-divider-final) !important;
  color: var(--aw-card-text-secondary-final) !important;
  box-shadow: none !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__content,
.jshop_list_product .aw-product-card .aw-product-card__content,
.jshop.list_product .aw-product-card .aw-product-card__content {
  gap: 10px !important;
  padding: 16px 18px 16px !important;
  background: transparent !important;
}

#comjshop_list_product .aw-product-card .name,
#comjshop_list_product .aw-product-card .aw-product-card__name,
.jshop_list_product .aw-product-card .name,
.jshop_list_product .aw-product-card .aw-product-card__name,
.jshop.list_product .aw-product-card .name,
.jshop.list_product .aw-product-card .aw-product-card__name {
  min-height: 60px !important;
  justify-content: center !important;
  text-align: center !important;
}

#comjshop_list_product .aw-product-card .name a,
#comjshop_list_product .aw-product-card .aw-product-card__name a,
.jshop_list_product .aw-product-card .name a,
.jshop_list_product .aw-product-card .aw-product-card__name a,
.jshop.list_product .aw-product-card .name a,
.jshop.list_product .aw-product-card .aw-product-card__name a {
  color: var(--aw-card-text-primary-final) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  -webkit-line-clamp: 3 !important;
}

#comjshop_list_product .aw-product-card .oiproduct,
#comjshop_list_product .aw-product-card .aw-product-card__meta,
.jshop_list_product .aw-product-card .oiproduct,
.jshop_list_product .aw-product-card .aw-product-card__meta,
.jshop.list_product .aw-product-card .oiproduct,
.jshop.list_product .aw-product-card .aw-product-card__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

#comjshop_list_product .aw-product-card .manufacturer_name,
#comjshop_list_product .aw-product-card .manufacturer_code,
#comjshop_list_product .aw-product-card .aw-product-card__manufacturer,
#comjshop_list_product .aw-product-card .aw-product-card__article,
.jshop_list_product .aw-product-card .manufacturer_name,
.jshop_list_product .aw-product-card .manufacturer_code,
.jshop_list_product .aw-product-card .aw-product-card__manufacturer,
.jshop_list_product .aw-product-card .aw-product-card__article,
.jshop.list_product .aw-product-card .manufacturer_name,
.jshop.list_product .aw-product-card .manufacturer_code,
.jshop.list_product .aw-product-card .aw-product-card__manufacturer,
.jshop.list_product .aw-product-card .aw-product-card__article {
  color: var(--aw-card-text-muted-final) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

#comjshop_list_product .aw-product-card .manufacturer_name span,
#comjshop_list_product .aw-product-card .manufacturer_code span,
#comjshop_list_product .aw-product-card .aw-product-card__manufacturer span,
#comjshop_list_product .aw-product-card .aw-product-card__article span,
.jshop_list_product .aw-product-card .manufacturer_name span,
.jshop_list_product .aw-product-card .manufacturer_code span,
.jshop_list_product .aw-product-card .aw-product-card__manufacturer span,
.jshop_list_product .aw-product-card .aw-product-card__article span,
.jshop.list_product .aw-product-card .manufacturer_name span,
.jshop.list_product .aw-product-card .manufacturer_code span,
.jshop.list_product .aw-product-card .aw-product-card__manufacturer span,
.jshop.list_product .aw-product-card .aw-product-card__article span {
  color: var(--aw-card-text-secondary-final) !important;
  font-weight: 600 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__footer,
.jshop_list_product .aw-product-card .aw-product-card__footer,
.jshop.list_product .aw-product-card .aw-product-card__footer {
  gap: 12px !important;
  margin-top: auto !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--aw-card-divider-final) !important;
}

#comjshop_list_product .aw-product-card .jshop_price,
#comjshop_list_product .aw-product-card .aw-product-card__price,
.jshop_list_product .aw-product-card .jshop_price,
.jshop_list_product .aw-product-card .aw-product-card__price,
.jshop.list_product .aw-product-card .jshop_price,
.jshop.list_product .aw-product-card .aw-product-card__price {
  color: var(--aw-card-text-primary-final) !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__price-prefix,
.jshop_list_product .aw-product-card .aw-product-card__price-prefix,
.jshop.list_product .aw-product-card .aw-product-card__price-prefix {
  color: var(--aw-card-text-muted-final) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__price-value,
#comjshop_list_product .aw-product-card .jshop_price span,
.jshop_list_product .aw-product-card .aw-product-card__price-value,
.jshop_list_product .aw-product-card .jshop_price span,
.jshop.list_product .aw-product-card .aw-product-card__price-value,
.jshop.list_product .aw-product-card .jshop_price span {
  color: var(--aw-card-accent-hover-final) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__price--empty,
.jshop_list_product .aw-product-card .aw-product-card__price--empty,
.jshop.list_product .aw-product-card .aw-product-card__price--empty {
  color: var(--aw-card-text-secondary-final) !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__buttons,
.jshop_list_product .aw-product-card .aw-product-card__buttons,
.jshop.list_product .aw-product-card .aw-product-card__buttons {
  min-width: 56px !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__cart-button,
#comjshop_list_product .aw-product-card button.aw-product-card__cart-button,
.jshop_list_product .aw-product-card .aw-product-card__cart-button,
.jshop_list_product .aw-product-card button.aw-product-card__cart-button,
.jshop.list_product .aw-product-card .aw-product-card__cart-button,
.jshop.list_product .aw-product-card button.aw-product-card__cart-button {
  width: 56px !important;
  min-width: 56px !important;
  height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid var(--aw-card-accent-final) !important;
  background: var(--aw-card-accent-final) !important;
  color: var(--aw-card-accent-text-final) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__cart-button:hover,
#comjshop_list_product .aw-product-card button.aw-product-card__cart-button:hover,
.jshop_list_product .aw-product-card .aw-product-card__cart-button:hover,
.jshop_list_product .aw-product-card button.aw-product-card__cart-button:hover,
.jshop.list_product .aw-product-card .aw-product-card__cart-button:hover,
.jshop.list_product .aw-product-card button.aw-product-card__cart-button:hover {
  background: var(--aw-card-accent-hover-final) !important;
  border-color: var(--aw-card-accent-hover-final) !important;
  color: var(--aw-card-accent-text-final) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__cart-button:active,
#comjshop_list_product .aw-product-card button.aw-product-card__cart-button:active,
.jshop_list_product .aw-product-card .aw-product-card__cart-button:active,
.jshop_list_product .aw-product-card button.aw-product-card__cart-button:active,
.jshop.list_product .aw-product-card .aw-product-card__cart-button:active,
.jshop.list_product .aw-product-card button.aw-product-card__cart-button:active {
  background: var(--aw-card-accent-active-final) !important;
  border-color: var(--aw-card-accent-active-final) !important;
  color: var(--aw-card-accent-text-final) !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__cart-icon,
.jshop_list_product .aw-product-card .aw-product-card__cart-icon,
.jshop.list_product .aw-product-card .aw-product-card__cart-icon,
#comjshop_list_product .aw-product-card .aw-product-card__cart-button > svg,
.jshop_list_product .aw-product-card .aw-product-card__cart-button > svg,
.jshop.list_product .aw-product-card .aw-product-card__cart-button > svg {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: none !important;
  flex: 0 0 32px !important;
}

#comjshop_list_product .aw-product-card .aw-visually-hidden,
.jshop_list_product .aw-product-card .aw-visually-hidden,
.jshop.list_product .aw-product-card .aw-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__cart-button,
#comjshop_list_product .aw-product-card button.aw-product-card__cart-button,
.jshop_list_product .aw-product-card .aw-product-card__cart-button,
.jshop_list_product .aw-product-card button.aw-product-card__cart-button,
.jshop.list_product .aw-product-card .aw-product-card__cart-button,
.jshop.list_product .aw-product-card button.aw-product-card__cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
}


#comjshop_list_product .aw-product-card .aw-product-card__cart-button > svg path,
.jshop_list_product .aw-product-card .aw-product-card__cart-button > svg path,
.jshop.list_product .aw-product-card .aw-product-card__cart-button > svg path {
  stroke-width: 2.2 !important;
}

@media (max-width: 1199.98px) {
  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 250px !important;
  }

  #comjshop_list_product .aw-product-card .product_link,
  #comjshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop_list_product .aw-product-card .product_link,
  .jshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop.list_product .aw-product-card .product_link,
  .jshop.list_product .aw-product-card .aw-product-card__image-link {
    min-height: 226px !important;
  }

  #comjshop_list_product .aw-product-card .jshop_img,
  #comjshop_list_product .aw-product-card .aw-product-card__image,
  .jshop_list_product .aw-product-card .jshop_img,
  .jshop_list_product .aw-product-card .aw-product-card__image,
  .jshop.list_product .aw-product-card .jshop_img,
  .jshop.list_product .aw-product-card .aw-product-card__image {
    height: 202px !important;
    max-height: 202px !important;
  }
}

@media (max-width: 991.98px) {
  #comjshop_list_product .aw-product-card .aw-product-card__content,
  .jshop_list_product .aw-product-card .aw-product-card__content,
  .jshop.list_product .aw-product-card .aw-product-card__content {
    padding: 14px 14px 14px !important;
  }

  #comjshop_list_product .aw-product-card .name,
  #comjshop_list_product .aw-product-card .aw-product-card__name,
  .jshop_list_product .aw-product-card .name,
  .jshop_list_product .aw-product-card .aw-product-card__name,
  .jshop.list_product .aw-product-card .name,
  .jshop.list_product .aw-product-card .aw-product-card__name {
    min-height: 54px !important;
  }

  #comjshop_list_product .aw-product-card .name a,
  #comjshop_list_product .aw-product-card .aw-product-card__name a,
  .jshop_list_product .aw-product-card .name a,
  .jshop_list_product .aw-product-card .aw-product-card__name a,
  .jshop.list_product .aw-product-card .name a,
  .jshop.list_product .aw-product-card .aw-product-card__name a {
    font-size: 14px !important;
  }

  #comjshop_list_product .aw-product-card .manufacturer_name,
  #comjshop_list_product .aw-product-card .manufacturer_code,
  #comjshop_list_product .aw-product-card .aw-product-card__manufacturer,
  #comjshop_list_product .aw-product-card .aw-product-card__article,
  .jshop_list_product .aw-product-card .manufacturer_name,
  .jshop_list_product .aw-product-card .manufacturer_code,
  .jshop_list_product .aw-product-card .aw-product-card__manufacturer,
  .jshop_list_product .aw-product-card .aw-product-card__article,
  .jshop.list_product .aw-product-card .manufacturer_name,
  .jshop.list_product .aw-product-card .manufacturer_code,
  .jshop.list_product .aw-product-card .aw-product-card__manufacturer,
  .jshop.list_product .aw-product-card .aw-product-card__article {
    font-size: 11px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__price-value,
  #comjshop_list_product .aw-product-card .jshop_price span,
  .jshop_list_product .aw-product-card .aw-product-card__price-value,
  .jshop_list_product .aw-product-card .jshop_price span,
  .jshop.list_product .aw-product-card .aw-product-card__price-value,
  .jshop.list_product .aw-product-card .jshop_price span {
    font-size: 19px !important;
  }
}

@media (max-width: 767.98px) {
  #comjshop_list_product .aw-product-card .image,
  #comjshop_list_product .aw-product-card .aw-product-card__media,
  .jshop_list_product .aw-product-card .image,
  .jshop_list_product .aw-product-card .aw-product-card__media,
  .jshop.list_product .aw-product-card .image,
  .jshop.list_product .aw-product-card .aw-product-card__media {
    padding: 12px 12px 0 !important;
  }

  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 222px !important;
    padding: 10px !important;
  }

  #comjshop_list_product .aw-product-card .product_link,
  #comjshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop_list_product .aw-product-card .product_link,
  .jshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop.list_product .aw-product-card .product_link,
  .jshop.list_product .aw-product-card .aw-product-card__image-link {
    min-height: 200px !important;
    padding: 8px !important;
  }

  #comjshop_list_product .aw-product-card .jshop_img,
  #comjshop_list_product .aw-product-card .aw-product-card__image,
  .jshop_list_product .aw-product-card .jshop_img,
  .jshop_list_product .aw-product-card .aw-product-card__image,
  .jshop.list_product .aw-product-card .jshop_img,
  .jshop.list_product .aw-product-card .aw-product-card__image {
    height: 180px !important;
    max-height: 180px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__footer,
  .jshop_list_product .aw-product-card .aw-product-card__footer,
  .jshop.list_product .aw-product-card .aw-product-card__footer {
    gap: 10px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__cart-button,
  #comjshop_list_product .aw-product-card button.aw-product-card__cart-button,
  .jshop_list_product .aw-product-card .aw-product-card__cart-button,
  .jshop_list_product .aw-product-card button.aw-product-card__cart-button,
  .jshop.list_product .aw-product-card .aw-product-card__cart-button,
  .jshop.list_product .aw-product-card button.aw-product-card__cart-button {
    width: 50px !important;
    min-width: 50px !important;
    height: 40px !important;
  }
}

/* ===== AspectWeld catalog technical badges inside product image ===== */
#comjshop_list_product .aw-product-card .image_block,
#comjshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop_list_product .aw-product-card .image_block,
.jshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop.list_product .aw-product-card .image_block,
.jshop.list_product .aw-product-card .aw-product-card__image-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 318px !important;
}

#comjshop_list_product .aw-product-card .product_link,
#comjshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop_list_product .aw-product-card .product_link,
.jshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop.list_product .aw-product-card .product_link,
.jshop.list_product .aw-product-card .aw-product-card__image-link {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 12px 12px 0 !important;
}

#comjshop_list_product .aw-product-card .jshop_img,
#comjshop_list_product .aw-product-card .aw-product-card__image,
.jshop_list_product .aw-product-card .jshop_img,
.jshop_list_product .aw-product-card .aw-product-card__image,
.jshop.list_product .aw-product-card .jshop_img,
.jshop.list_product .aw-product-card .aw-product-card__image {
  height: 214px !important;
  max-height: 214px !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
.jshop_list_product .aw-product-card .aw-product-card__tech-badges,
.jshop.list_product .aw-product-card .aw-product-card__tech-badges {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px !important;
  width: 100% !important;
  margin-top: auto !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badges--single,
.jshop_list_product .aw-product-card .aw-product-card__tech-badges--single,
.jshop.list_product .aw-product-card .aw-product-card__tech-badges--single {
  grid-template-columns: minmax(0, 1fr) !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 7px 9px 8px !important;
  border: 1px solid #383D45 !important;
  border-radius: 12px !important;
  background: #1D2024 !important;
  box-shadow: none !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge-label {
  display: block !important;
  margin-bottom: 3px !important;
  color: #979DA6 !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge-value {
  display: block !important;
  color: #F2F3F5 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 1199.98px) {
  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 298px !important;
  }

  #comjshop_list_product .aw-product-card .jshop_img,
  #comjshop_list_product .aw-product-card .aw-product-card__image,
  .jshop_list_product .aw-product-card .jshop_img,
  .jshop_list_product .aw-product-card .aw-product-card__image,
  .jshop.list_product .aw-product-card .jshop_img,
  .jshop.list_product .aw-product-card .aw-product-card__image {
    height: 198px !important;
    max-height: 198px !important;
  }
}

@media (max-width: 767.98px) {
  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 232px !important;
    gap: 6px !important;
  }

  #comjshop_list_product .aw-product-card .product_link,
  #comjshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop_list_product .aw-product-card .product_link,
  .jshop_list_product .aw-product-card .aw-product-card__image-link,
  .jshop.list_product .aw-product-card .product_link,
  .jshop.list_product .aw-product-card .aw-product-card__image-link {
    padding: 8px 8px 0 !important;
  }

  #comjshop_list_product .aw-product-card .jshop_img,
  #comjshop_list_product .aw-product-card .aw-product-card__image,
  .jshop_list_product .aw-product-card .jshop_img,
  .jshop_list_product .aw-product-card .aw-product-card__image,
  .jshop.list_product .aw-product-card .jshop_img,
  .jshop.list_product .aw-product-card .aw-product-card__image {
    height: 150px !important;
    max-height: 150px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badges {
    gap: 6px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge {
    min-height: 38px !important;
    padding: 6px 7px !important;
    border-radius: 10px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge-label {
    margin-bottom: 2px !important;
    font-size: 8px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge-value {
    font-size: 11px !important;
  }
}
/* ===== AspectWeld catalog card tech badges: append-only patch ===== */
#comjshop_list_product .aw-product-card .image_block,
#comjshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop_list_product .aw-product-card .image_block,
.jshop_list_product .aw-product-card .aw-product-card__image-block,
.jshop.list_product .aw-product-card .image_block,
.jshop.list_product .aw-product-card .aw-product-card__image-block {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

#comjshop_list_product .aw-product-card .product_link,
#comjshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop_list_product .aw-product-card .product_link,
.jshop_list_product .aw-product-card .aw-product-card__image-link,
.jshop.list_product .aw-product-card .product_link,
.jshop.list_product .aw-product-card .aw-product-card__image-link {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
.jshop_list_product .aw-product-card .aw-product-card__tech-badges,
.jshop.list_product .aw-product-card .aw-product-card__tech-badges {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 8px !important;
  padding: 0 2px 2px !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badges--single,
.jshop_list_product .aw-product-card .aw-product-card__tech-badges--single,
.jshop.list_product .aw-product-card .aw-product-card__tech-badges--single {
  grid-template-columns: minmax(0, 1fr) !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 2px !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 7px 9px !important;
  border-radius: 10px !important;
  border: 1px solid #383D45 !important;
  background: #1D2024 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge-label {
  display: block !important;
  color: #979DA6 !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#comjshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
.jshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
.jshop.list_product .aw-product-card .aw-product-card__tech-badge-value {
  display: block !important;
  color: #F2F3F5 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 991.98px) {
  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 214px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badges {
    gap: 6px !important;
    margin-top: 6px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge {
    min-height: 38px !important;
    padding: 6px 8px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge-label,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge-label {
    font-size: 9px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badge-value,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badge-value {
    font-size: 11px !important;
  }
}

@media (max-width: 767.98px) {
  #comjshop_list_product .aw-product-card .image_block,
  #comjshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop_list_product .aw-product-card .image_block,
  .jshop_list_product .aw-product-card .aw-product-card__image-block,
  .jshop.list_product .aw-product-card .image_block,
  .jshop.list_product .aw-product-card .aw-product-card__image-block {
    min-height: 228px !important;
  }

  #comjshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop_list_product .aw-product-card .aw-product-card__tech-badges,
  .jshop.list_product .aw-product-card .aw-product-card__tech-badges {
    grid-template-columns: 1fr !important;
  }
}


/* ===== FIX: Recently viewed products / restore slider cards ===== */

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen {
  margin: 32px 0 0 !important;
  position: relative !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen *,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen *::before,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen *::after {
  box-sizing: border-box !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .row,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .col,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .col-md-3,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .card,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .card-body,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .block_item,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .block_product {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

/* Head */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 18px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__title,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .related_header.aw-rvp__title {
  margin: 0 !important;
  font-size: clamp(26px, 2.2vw, 36px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  color: #F2F3F5 !important;
  letter-spacing: -0.02em !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__controls {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}

/* Buttons */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__nav {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  border: 1px solid #383D45 !important;
  background: #202327 !important;
  color: #F2F3F5 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__nav:hover {
  background: #1D2024 !important;
  border-color: #383D45 !important;
  color: #F2F3F5 !important;
  transform: none !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__nav[disabled] {
  opacity: .4 !important;
  pointer-events: none !important;
}

/* Slider rail */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  padding: 2px 2px 12px !important;
  scrollbar-width: thin !important;
  scrollbar-color: #E37111 #202327 !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__viewport::-webkit-scrollbar {
  height: 8px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__viewport::-webkit-scrollbar-track {
  background: #202327 !important;
  border-radius: 999px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__viewport::-webkit-scrollbar-thumb {
  background: #E37111 !important;
  border-radius: 999px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  width: max-content !important;
  min-width: 100% !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__item {
  flex: 0 0 232px !important;
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}

/* Card */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 372px !important;
  height: 100% !important;
  padding: 14px !important;
  border-radius: 22px !important;
  background: #272B30 !important;
  border: 1px solid #383D45 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__card:hover {
  background: #32373E !important;
  border-color: #383D45 !important;
  transform: none !important;
  box-shadow: none !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__card-link {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-decoration: none !important;
}

/* Image area */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__media {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 176px !important;
  margin: 0 0 14px !important;
  padding: 16px !important;
  border-radius: 18px !important;
  background: #F2F3F5 !important;
  overflow: hidden !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__media img,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__media img.jshop_img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  transform: none !important;
}

/* Body */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__body,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .info_product_1,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen [class*="info_product_"] {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__name,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .name {
  margin: 0 0 10px !important;
  min-height: 50px !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__name a,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .name a,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .name h3,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .card-title {
  color: #F2F3F5 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__desc,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .description {
  margin: 0 0 10px !important;
  color: #979DA6 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__pricebox {
  margin-top: auto !important;
  padding-top: 6px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__oldprice,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .old_price {
  margin: 0 0 4px !important;
  color: #979DA6 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__oldprice span,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .old_price span {
  text-decoration: line-through !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__price,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .jshop_price {
  margin: 0 !important;
  color: #F2F3F5 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__price span,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .jshop_price span {
  color: inherit !important;
}

/* Action */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__actions,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .buttons {
  display: flex !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__btn,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  background: #E37111 !important;
  border: 1px solid #E37111 !important;
  color: #17181A !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__btn:hover,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail:hover,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn:hover,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn.btn-primary:hover {
  background: #C9600B !important;
  border-color: #C9600B !important;
  color: #17181A !important;
  transform: none !important;
}

/* Labels */
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__label,
.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .product_label {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 3 !important;
}

.nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .label_name {
  display: inline-flex !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #E37111 !important;
  color: #17181A !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__controls {
    display: none !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__track {
    gap: 14px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__item {
    flex: 0 0 182px !important;
    width: 182px !important;
    min-width: 182px !important;
    max-width: 182px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__card {
    min-height: 312px !important;
    border-radius: 18px !important;
    padding: 12px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__media {
    height: 144px !important;
    border-radius: 15px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__name,
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .name {
    min-height: 42px !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__price,
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .jshop_price {
    font-size: 20px !important;
  }

  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen .aw-rvp__btn,
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail,
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn,
  .nevigen_jshop_recently_viewed_products.aw-rvp-lastseen a.button_detail.btn.btn-primary {
    min-height: 36px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
  }
}

