@import url("header.css");
@import url("add/search-inline.css");
@import url("add/catalog-lightbox.css");
@import url("add/side-menu.css");

:root {
    --white: #ffffff;
    --gray: #e8efe8;
    --light-gray: #f7f7fb;
    --dark-gray: #5b5b5b;
    --primary: #1a5d1a;
    --primary-match: var(--white);
    --accent: #124e12;
    --accent-match: var(--white);
    --black: #2e2e2e;
    --border: #e4e4e4;
    --header-height: 110px;
    --top-bar-height: 30px;
    --container-indent: 40px;
    --blocks-indent: 20px;
    --products-in-col: 6;
    --products-indent-h: 20px;
    --products-indent-w: 20px;
    --scroll-bar: 6px;
    --font-family-1: "Raleway";
    --font-family-2: "Montserrat";
    --btn-height: 55px;
    --btn-height-small: 40px;
    --btn-padding: 0 32px;
}
@media (max-width: 1440px) {
    :root {
        --products-in-col: 5;
    }
}
@media (max-width: 1279px) {
    :root {
        --top-bar-height: 40px;
        --container-indent: 20px;
        --products-in-col: 4;
    }
}
@media (max-width: 1024px) {
    :root {
        --products-in-col: 3;
    }
}
@media (max-width: 768px) {
    :root {
        --blocks-indent: 15px;
        --products-indent-h: 20px;
        --products-indent-w: 10px;
        --products-in-col: 2;
    }
}
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/raleway/raleway-400.woff2) format("woff2");
}
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/raleway/raleway-500.woff2) format("woff2");
}
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/raleway/raleway-600.woff2) format("woff2");
}
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/raleway/raleway-700.woff2) format("woff2");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/montserrat/montserrat-400.woff2) format("woff2");
}
@media (pointer: fine) {
    ::-webkit-scrollbar {
        width: var(--scroll-bar);
    }
    ::-webkit-scrollbar-track {
        background-color: var(--white);
    }
    ::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 20px;
        border: 0px;
        transition: scrollbar-color 0.5s ease-out;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-locale: auto;
    -webkit-text-size-adjust: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}
main {
    position: relative;
    top: var(--header-height);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - var(--container-indent));
    width: calc(100% - var(--container-indent));
    margin: 0 (var(--container-indent) / 2);
}
.container-full {
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0 0;
}
.block-with-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--blocks-indent);
}
.col-50 {
    display: flex;
    flex-direction: column;
    width: calc(50% - var(--blocks-indent) / 2);
}
/* Размеры текстов - Start */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: var(--font-family-1);
    font-weight: 600;
    margin: 0;
}
.h1 {
    font-size: 60px;
    line-height: 70px;
}
h2,
.h2 {
    font-size: 38px;
    line-height: 45px;
}
h3,
.h3 {
    font-size: 30px;
    line-height: 35px;
}
h4,
.h4 {
    font-size: 25px;
    line-height: 30px;
}
h5,
.h5 {
    font-size: 20px;
    line-height: 24px;
}
p {
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
small {
    font-family: var(--font-family-1);
    font-size: 14px;
    line-height: 21px;
}
ul.menu {
    display: flex;
    gap: 15px;
    list-style: none;
    font-family: var(--font-family-2);
    font-size: 18px;
    line-height: 21px;
}
ul.menu#main-menu-menu {
    font-family: var(--font-family-1);
    font-weight: 500;
    gap: 25px;
}
ul.menu#top-bar-menu {
    font-size: 14px;
    line-height: 17px;
}
@media (max-width: 1440px) {
    .h1 {
        font-size: 50px;
        line-height: 58px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h3,
    .h3 {
        font-size: 28px;
        line-height: 33px;
    }
    h4,
    .h4 {
        font-size: 20px;
        line-height: 24px;
    }
    ul.menu {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (max-width: 1279px) {
    h1,
    .h1 {
        font-size: 28px;
        line-height: 33px;
    }
    h2,
    .h2 {
        font-size: 24px;
        line-height: 28px;
    }
    h3,
    .h3 {
        font-size: 20px;
        line-height: 24px;
    }
    p {
        font-size: 14px;
        line-height: 17px;
    }
}
/* Размеры текстов - End */

a,
a p {
    color: inherit;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.link {
    transition: all 0.3s ease;
}
.link:hover {
    color: var(--black);
}
.hover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.underline {
    text-decoration: underline;
}
del {
    color: #d3d3d3;
}
ins {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.primary {
    color: var(--primary);
}
.gray {
    color: var(--gray);
}
.light-gray {
    color: var(--light-gray);
}
.dark-gray {
    color: var(--dark-gray);
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
ul.list,
ol.list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    margin-top: 5px;
}
ul.list li,
ol.list li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
}
ul.list li strong,
ol.list li strong {
    width: calc(100% - 16px - 10px);
}
ul.list li:before,
ol.list li:before {
    content: "";
    display: flex;
    width: 7px;
    min-width: 7px;
    height: 7px;
    background: var(--black);
    border-radius: 100%;
    position: relative;
    top: 6px;
}
ul.list ul,
ol.list ul {
    margin-left: 30px;
    margin-bottom: 10px;
}
ul.list ul li,
ol.list ul li {
    gap: 6px;
    flex-wrap: nowrap;
}
ul.list ul li:before,
ol.list ul li:before {
    content: "";
    display: flex;
    min-width: 9px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
    top: 2.5px;
    border: 1px solid #000;
}
@media (min-width: 1280px) {
    .mob {
        display: none !important;
    }
}
@media (max-width: 1279px) {
    .pc {
        display: none !important;
    }
    ul.list ul,
    ol.list ul {
        margin-left: 15px;
    }
    ul.list li,
    ol.list li {
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .col-50 {
        width: 100%;
    }
}
/* КНОПКИ */
.btn-group {
    display: flex;
    align-items: center;
    gap: var(--blocks-indent);
    z-index: 1;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: var(--btn-height);
    width: fit-content;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 100px;
    cursor: pointer;
}
.btn span {
    font-family: var(--font-family-1);
    font-weight: 600;
    height: 18px;
    transition: all 0.3s ease;
}
.btn img {
    height: 20px;
    object-fit: contain;
    transition: filter 0.3s;
}
.btn-full {
    width: 100% !important;
}

/* Primary - Start */
.btn.btn-primary {
    background: var(--primary);
    padding: var(--btn-padding);
}
.btn.btn-primary span {
    color: var(--primary-match);
}
.btn.btn-primary:hover {
    background: var(--accent);
}
.btn.btn-primary:hover span {
    color: var(--accent-match);
}
.btn.btn-primary img {
    filter: url(#primary-color-match);
}
/* Primary - End */

/* Dark - Start */
.btn.btn-dark {
    background: var(--black);
    padding: var(--btn-padding);
}
.btn.btn-dark span {
    color: var(--white);
}
.btn.btn-dark:hover {
    background: var(--white);
}
.btn.btn-dark:hover span {
    color: var(--black);
}
.btn.btn-dark img {
    filter: brightness(0) invert(1);
}
.btn.btn-dark:hover > img {
    filter: brightness(1) invert(0);
}
/* Dark - End */

/* White - Start */
.btn.btn-white {
    background: var(--white);
    padding: var(--btn-padding);
}
.btn.btn-white span {
    color: var(--black);
}
.btn.btn-white:hover {
    background: var(--black);
}
.btn.btn-white:hover span {
    color: var(--white);
}
.btn.btn-white img {
    filter: brightness(1) invert(0);
}
.btn.btn-white:hover > img {
    filter: brightness(0) invert(1);
}
/* White - End */

/* Gray - Start */
.btn.btn-gray {
    padding: var(--btn-padding);
    background: var(--gray);
}
.btn.btn-gray span {
    color: var(--black);
}
.btn.btn-gray:hover {
    background: var(--primary);
}
.btn.btn-gray:hover span {
    color: var(--primary-match);
}
/* Gray - End */

/* Border - Start */
.btn.btn-border {
    background: transparent;
    border: 2px solid var(--border);
    padding: var(--btn-padding);
}
.btn.btn-border span {
    color: var(--black);
}
.btn.btn-border:hover {
    background: var(--primary);
    border: 2px solid var(--primary);
}
.btn.btn-border:hover span {
    color: var(--primary-match);
}
.btn.btn-border.primary {
    border: 2px solid var(--primary);
}
.btn.btn-border.primary span {
    color: var(--black);
}
.btn.btn-border.primary:hover {
    background: var(--primary);
}
.btn.btn-border.primary:hover span {
    color: var(--primary-match);
}
.btn.btn-border.primary:hover img {
    filter: brightness(0) invert(0);
}
/* Border - End */

/* Special - Start */
.btn.btn-circle {
    height: 48px;
    width: 48px;
    padding: 9px;
    background: #363636;
    border-radius: 100%;
}
.btn.btn-catalog {
    height: 50px;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
.btn.btn-catalog img {
    height: 20px;
}
.btn.btn-catalog span {
    font-size: 16px;
    font-weight: 600;
    height: 16px;
}
.btn.btn-small {
    height: var(--btn-height-small);
}
.disabled {
    background: var(--gray) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.center {
    margin-left: auto !important;
    margin-right: auto !important;
}
.column {
    flex-direction: column !important;
}
.row {
    flex-direction: row !important;
}
.wrap {
    flex-wrap: wrap !important;
}
/* Special - End */

/* КНОПКИ - End */

/* Breadcrumb - Start */
.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 500;
    padding: 30px calc(var(--container-indent) / 2) 30px calc(var(--container-indent) / 2) !important;
    margin: 0 !important;
    color: var(--black) !important;
    overflow-x: auto;
}
.woocommerce .woocommerce-breadcrumb:before {
    display: none !important;
}
.woocommerce-breadcrumb a {
    color: #bcbcbc !important;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.woocommerce-breadcrumb a:hover {
    color: var(--black);
    white-space: nowrap;
    transition: all 0.3s ease;
}
.woocommerce-breadcrumb span {
    color: var(--black) !important;
    white-space: nowrap;
}
.woocommerce-breadcrumb span.bread-arrow {
    color: #bcbcbc !important;
}
.woocommerce-breadcrumb span.bread-last {
    font-weight: 600;
}
.woocommerce-breadcrumb svg {
    transform: translateY(0px);
}
/* Breadcrumb - End */
.type-delivery {
    display: none;
}
/* Product List - Start */
.category-chips {
    display: flex;
    gap: 10px;
}
.category-chips .category-chip {
    display: flex;
    padding: 10px 21px;
    background: #e8efe8;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.category-chips .category-chip.active {
    background: var(--primary);
    color: #fff;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--products-indent-h) var(--products-indent-w);
}
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(
        (100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) - var(--products-indent-w) *
            (var(--products-in-col) - 1) / var(--products-in-col)
    );
}
.product-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 0;
    line-height: 0;
}
.product-card img {
    height: calc(
        (100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) - var(--products-indent-w) *
            (var(--products-in-col) - 1) / var(--products-in-col)
    );
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}
/* Product Badge - Start */
.product-card .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffcc5d;
    border-radius: 3px;
    padding: 6px 10px 6px 10px;
    font-size: 14px;
    line-height: 14px;
    color: #2e2e2e;
    font-family: var(--font-family-1);
    font-weight: 600;
    z-index: 2;
}
/* Product Badge - End */

/* Product Stock Status - Start */
.product-card .stock-status {
    display: none !important;
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    background: var(--white);
    border-radius: 80px;
    font-family: var(--font-family-1);
    font-size: 13px;
    line-height: 13px;
    color: #3d3d3d;
}
.stock-status span {
    font-weight: bold;
}
.stock-status.in-stock span {
    color: #1c9737;
}
.stock-status.out-of-stock span {
    color: #ff0000;
}
.stock-status.on-order span {
    color: #ffed00;
}
.stock-status.no-status span {
    color: #2759ff;
}
/* Product Stock Status - End */

/* Wishlist + Compare - Start  */
.product-card .compare-btn,
.product-card .wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: var(--white);
    border: none;
    border-radius: 3px;
    padding: 5px 5px 6px 5px;
    cursor: pointer;
}
.product-card .compare-btn {
    top: calc(15px + 27px + 7px);
}
.product-card button.wishlist-btn:before {
    content: "" !important;
    display: flex !important;
    width: 27px !important;
    height: 27px !important;
    margin-right: 0px !important;
    background: url(/wp-content/themes/shop/img/icons/black/wishlist.svg) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all 0.3s ease;
}
.product-card button.wishlist-btn.woosw-added:before {
    background: url(/wp-content/themes/shop/img/icons/black/wishlist-full.svg) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.product-card button.compare-btn:before {
    content: "" !important;
    display: flex !important;
    width: 27px !important;
    height: 27px !important;
    margin-right: 0px !important;
    background: url(/wp-content/themes/shop/img/icons/black/compare.svg) !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all 0.3s ease;
}
button.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
    display: flex !important;
}
/* Wishlist + Compare - End  */

/* Start Rating - Start  */
.product-card .star-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    display: none !important;
}
.product-card .star-rating-wrapper .star-rating {
    font-size: 18px;
    line-height: 18px;
    color: #cbcbcb;
}
.product-card .star-rating-wrapper .rating-value {
    font-family: var(--font-family-1);
    font-size: 13px;
    line-height: 13px;
    color: #cbcbcb;
    font-weight: 500;
    transform: translateY(1px);
}
/* Start Rating - End  */

/* Product SKU - Start  */
.product-top-info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 20px;
}
.product-card .product-weight {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #afafaf;
}
.product-card .product-card-sku {
    font-family: var(--font-family-2);
    font-size: 16px;
    line-height: 22px;
    color: #6b7d90;
    margin-top: 17px;
    display: none !important;
}
@media (max-width: 1024px) {
    .product-card .product-card-sku {
        font-size: 14px;
        line-height: 22px;
        margin-top: 14px;
    }
}
/* Product SKU - End  */

.product-card .product-title {
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #1a5d1a;
    width: calc(100% - 0px);
    margin-top: auto;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 38px;
}
.product-card .product-top-info-box.no-login .product-title {
    width: calc(100% - 50px);
}

/* Price - Start  */
.product-card .product-price {
    position: relative;
    font-family: var(--font-family-2);
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: var(--black);
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
    margin-bottom: 10px;
}
.product-card .product-price del {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #afafaf;
}
.product-card .product-price ins {
    text-decoration: none;
}
.product-card .product-price .sale-percent {
    display: flex;
    width: fit-content;
    position: absolute;
    bottom: 0;
    right: calc(-48px - 20px);
    background: #ffcc5d;
    border-radius: 3px;
    padding: 4px 6px 4px 6px;
    font-size: 16px;
    line-height: 16px;
    color: #2e2e2e;
    font-family: var(--font-family-1);
    font-weight: 600;
}
.product-card .sale-finish {
    margin-top: 10px;
    color: #acbda7;
    font-size: 14px;
    line-height: 14px;
}
.product-card .product-price .price-unit {
    display: none;
}
/* Price - End  */

/* Add To Cart - Start  */
.product-image-block {
    position: relative;
}
.product-card .add_to_cart_button,
.product-card .button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background: var(--primary);
    border-radius: 5px;
    gap: 0;
}
.product-card .add_to_cart_button span,
.product-card .span {
    width: 0;
    opacity: 0;
    margin-left: 0px;
    font-size: 0px;
}
.product-card a.add_to_cart_button img.cart-icon,
.product-card a.button img.cart-icon {
    filter: url(#primary-color-match);
    width: 18px;
    height: 19px !important;
}
.product-card .add_to_cart_button.added,
.product-card .button.added {
    background: #8bd47b;
}
.product-card .add_to_cart_button.added span,
.product-card .button.added span {
    width: 75px;
    opacity: 1;
    margin-left: 8px;
    font-size: 16px;
}

.product-card a.add_to_cart_button.added img.cart-icon,
.product-card a.button.added img.cart-icon {
    filter: url(#black-color);
    width: 18px;
    height: 19px !important;
    transition: all 0.3s ease;
}
.product-card .add_to_cart_button.added:hover {
    background: #8bd47b;
}
.product-card .add_to_cart_button.added:hover span {
    var(--accent-match)
}
.product-card .add_to_cart_button.added:hover img.cart-icon {
    filter: url(#black-color);
}
/* Add To Cart - End  */

@media (max-width: 1440px) {
    .product-list .product-card:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 1279px) {
    .product-card {
        width: calc(
            (100vw - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
                (var(--products-in-col) - 1) / var(--products-in-col)
        );
    }
    .product-card img {
        height: calc(
            (100vw - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
                (var(--products-in-col) - 1) / var(--products-in-col)
        );
    }
    @media (pointer: fine) {
        .product-card {
            width: calc(
                (100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) -
                    var(--products-indent-w) * (var(--products-in-col) - 1) / var(--products-in-col)
            );
        }
        .product-card img {
            height: calc(
                (100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) -
                    var(--products-indent-w) * (var(--products-in-col) - 1) / var(--products-in-col)
            );
        }
    }
}
@media (max-width: 1024px) {
    .product-list .product-card:nth-child(n + 9) {
        display: none;
    }
    .product-card .product-badge:has(span) {
        top: 10px;
        left: 10px;
        padding: 5px 7px 3px 7px;
        font-size: 12px;
        line-height: 12px;
    }
    .product-card .compare-btn,
    .product-card .wishlist-btn {
        top: 10px;
        right: 10px;
    }
    .product-card .compare-btn {
        top: calc(10px + 27px + 7px);
    }
    .product-card .woocommerce-loop-product__title {
        font-size: 16px;
        line-height: 19px;
        margin: 10px 0;
        height: 38px;
    }
    .product-card a.add_to_cart_button.ajax_add_to_cart {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 39px;
        width: 39px;
        margin: 14px 0 0 0;
        padding: 10px;
        background: var(--primary);
        border: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        border-radius: 4px;
        cursor: pointer;
    }
    .product-card .product-badge {
        top: 10px;
        left: 10px;
        padding: 4px 6px 4px 6px;
        font-size: 12px;
        line-height: 12px;
    }
    .product-card .product-price .sale-percent {
        bottom: -1px;
        right: calc(-48px - 18px);
    }
    .product-card a.add_to_cart_button.ajax_add_to_cart {
        height: 36px;
        width: 36px;
        bottom: 10px;
        right: 10px;
    }
    .product-card .product-top-info-box.no-login .product-title {
        width: calc(100% - 0px);
    }
    .product-card .product-top-info-box.no-login .product-weight {
        position: relative;
        top: 0;
        left: 0;
        right: initial;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        order: 2;
        margin-top: 5px;
    }
}

/* Product card - End */
