.hidden{
    display: none;
}
.dz-preview .image-index {
    min-width: 24px;
    text-align: center;
}

.dz-preview .is-main {
    margin-top: 5px;
}
.content .save {
    margin: 15px;
}

 .header-main {
     padding: 15px 0;
 }

.header-main__search {
    display: flex;
}

#livesearch {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 70px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 10px 0;
    z-index: 20;
    display: none;
}

@media (max-width: 991px) {
    #livesearch {
        right: 0;
    }
}

#livesearch.is-visible {
    display: block;
}

#livesearch .live-search__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#livesearch .live-search__item {
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    font-size: 14px;
}

#livesearch .live-search__item:hover {
    background: #f5f5f5;
}

#livesearch .live-search__empty {
    padding: 10px 20px;
    color: #8c8c8c;
    font-size: 14px;
}

@media (max-width: 767px) {
    .header-main__search {
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
    }
}

@media (min-width: 768px) {
    .header-main__search {
        position: relative;
        width: 300px;
        margin-left: 60px;
    }
}

@media (min-width: 992px) {
    .header-main__search {
        width: 360px;
    }
}

@media (min-width: 1300px) {
    .header-main__search {
        width: 400px;
        margin-left: 106px;
    }
}

@media (min-width: 1850px) {
    .header-main__search {
        width: 460px;
    }
}

@media (min-width: 1850px) {
    .header-main__search {
        width: 500px;
        margin-left: 274px;
    }
}

.header-main__search .search-header-category {
    display: none;
}

.header-main__search-btn {
    position: absolute;
    right: 0;
    background: #FFEBD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    top: 2px;
    right: 3px;
}

@media (max-width: 991px) {
    .header-main__search-btn {
        height: 42px;
        width: 42px;
    }
}

.header-main__search-btn svg {
    width: 22px;
    height: 22px;
    fill: #F59D15;
    transition: 220ms ease-in-out fill;
}

@media (max-width: 991px) {
    .header-main__search-btn svg {
        width: 18px;
        height: 18px;
    }
}

.header-main__search-btn:hover, .header-main__search-btn:focus {
    background: #E19C34;
}

.header-main__search-btn:hover svg, .header-main__search-btn:focus svg {
    fill: #fff;
}

.header-main__search .form-control {
    box-shadow: 0px 0px 30px #00000008;
    font-size: 1.4rem;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .header-main__search .form-control {
        height: 45px;
    }
}

@media (min-width: 992px) {
    .header-main__search .form-control {
        height: 61px;
        padding-right: 90px;
    }
}

.header-main__top {
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 767px) {
    .header-main__top {
        padding-bottom: 68px;
    }
}

@media (min-width: 768px) {
    .header-main__top {
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .header-main__top {
        height: 111px;
    }
}

@media (min-width: 1850px) {
    .header-main__top {
        height: 140px;
    }
}

.header-main__logo {
    display: inline-flex;
}

.header-main__logo img {
    width: 100px;
}

@media (min-width: 992px) {
    .header-main__logo img {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .header-main__bottom {
        margin-top: 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.header-main__nav {
    display: none;
}

@media (max-width: 991px) {
    .header-main__nav {
        background: #FFEBD5;
        padding: 20px 15px;
        margin: 0px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 72px;
        z-index: 999999;
        bottom: 0;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .header-main__nav {
        display: flex;
        background: #2D2D2D;
        border-radius: 12px;
        height: 50px;
        align-items: center;
        padding: 0 25px;
    }
}

@media (min-width: 1200px) {
    .header-main__nav {
        display: inline-flex;
        flex: 0 0 auto;
    }
}

@media (min-width: 1850px) {
    .header-main__nav {
        padding: 0 45px;
    }
}

.header-main__nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .header-main__nav__list {
        display: flex;
        position: relative;
        top: -1px;
    }
}

.header-main__nav__list .parent-item {
    padding-right: 25px;
}

@media (min-width: 992px) {
    .header-main__nav__list .parent-item {
        padding-right: 15px;
        margin-left: 0;
        position: static;
    }
}

@media (min-width: 1300px) {
    .header-main__nav__list .parent-item {
        margin-right: 20px;
    }
}

@media (min-width: 1850px) {
    .header-main__nav__list .parent-item {
        margin-right: 25px;
    }
}

.header-main__nav__list .parent-item > a:before {
    display: none;
}

@media (min-width: 992px) {
    .header-main__nav__list .parent-item > a:before {
        content: "";
        background: url("https://www.eta-sklep.pl/themes/default/assets/img/down-arrow.svg");
        position: absolute;
        width: 10px;
        height: 10px;
        z-index: 99999;
        right: -14px;
        top: 6px;
        display: inline-flex;
        background-size: contain;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .header-main__nav__list .parent-item > a:before {
        background: url("https://www.eta-sklep.pl/themes/default/assets/img/down-arrow-white.svg");
    }
}

.header-main__nav__list .parent-item:before {
    content: "";
    background: url("https://www.eta-sklep.pl/themes/default/assets/img/down-arrow.svg");
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 99999;
    right: 0;
    top: 12px;
    display: inline-flex;
    background-size: contain;
}

@media (min-width: 992px) {
    .header-main__nav__list .parent-item:before {
        background: url("https://www.eta-sklep.pl/themes/default/assets/img/down-arrow-white.svg");
        top: 14px;
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-main__nav__list .parent-item:before {
        top: 19px;
    }
}

.header-main__nav__list li {
    padding: 8px 0;
    border-bottom: 1px solid #e19c3440;
    position: relative;
}

@media (min-width: 992px) {
    .header-main__nav__list li {
        border: 0;
    }
}

.header-main__nav__list li a {
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__nav__list li a {
        font-size: 1.3rem;
    }
}

.header-main__nav__list li a:hover, .header-main__nav__list li a:focus {
    color: #E19C34;
}

@media (min-width: 992px) {
    .header-main__nav__list li > a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .header-main__nav__list > li {
        margin-right: 15px;
        margin-left: 10px;
    }
}

@media (min-width: 1850px) {
    .header-main__nav__list > li {
        margin-right: 20px;
        margin-left: 15px;
    }
}

.header-main__nav__list li:last-of-type {
    margin-right: 0;
}

.header-main__nav__list .link--promotion a {
    color: #E19C34;
}

.header__dropdown {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 15px;
}

@media (min-width: 992px) {
    .header__dropdown {
        display: grid;
        opacity: 0;
        visibility: hidden;
        z-index: -999999;
        transition: 150ms ease-in-out all;
    }
}

@media (max-width: 991px) {
    .header__dropdown {
        display: none;
    }
}

.header__dropdown li a {
    padding-left: 15px;
    font-size: 1.3rem;
}

.header__dropdown li a:before {
    content: "";
    background: url("https://www.eta-sklep.pl/themes/default/assets/img/fast-forward-double-right-arrows-symbol.svg");
    position: absolute;
    width: 7px;
    height: 7px;
    z-index: 99999;
    left: 0;
    top: 7px;
    display: inline-flex;
    background-size: contain;
}

.header__dropdown li:last-of-type {
    border: 0;
}

.header-main__nav.active-nav {
    display: flex;
}

.header-main__account {
    position: absolute;
    right: 0;
}

@media (min-width: 992px) {
    .header-main__account {
        border-radius: 12px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        padding-right: 140px;
    }
}

@media (min-width: 1200px) {
    .header-main__account {
        background: #fff;
    }
}

@media (min-width: 1500px) {
    .header-main__account {
        height: 109px;
    }
}

@media (min-width: 1850px) {
    .header-main__account {
        padding: 15px 43px;
        padding-right: 162px;
    }
}

.header-main__account svg {
    width: 25px;
    height: 25px;
}

.header-main__account__nav-btn {
    padding: 0;
    margin: 0;
    background: none;
    position: relative;
    top: 3px;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .header-main__account__nav-btn {
        display: none;
    }
}

.header-main__account__nav-btn svg {
    width: 30px;
    height: 30px;
}

.header-main__account__search {
    background: none;
}

.header-main__account__search svg {
    width: 24px;
    height: 24px;
}

.header-main__account__btn {
    display: inline-flex;
}

@media (min-width: 992px) {
    .header-main__account__btn {
        border: 2px solid #E19C34;
        border-radius: 10px;
        align-items: center;
        height: 45px;
        padding: 0 15px;
        justify-content: center;
        margin-right: 30px;
        transition: 220ms ease-in-out color, 220ms ease-in-out background;
    }
}

.header-main__account__btn svg {
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
    transition: 220ms ease-in-out color, 220ms ease-in-out background, 220ms ease-in-out fill;
}

@media (min-width: 992px) {
    .header-main__account__btn svg {
        fill: #E19C34;
    }
}

.header-main__account__btn__txt {
    font-weight: 700;
    color: #E19C34;
    margin-left: 8px;
}

@media (max-width: 991px) {
    .header-main__account__btn__txt {
        display: none;
    }
}

.header-main__account__btn:focus svg, .header-main__account__btn:hover svg {
    fill: #E19C34;
}

@media (min-width: 992px) {
    .header-main__account__btn:focus, .header-main__account__btn:hover {
        background: #E19C34;
    }

    .header-main__account__btn:focus span, .header-main__account__btn:hover span {
        color: #fff;
    }

    .header-main__account__btn:focus svg, .header-main__account__btn:hover svg {
        fill: #fff;
    }
}

.header-main__account__basket {
    margin-left: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 992px) {
    .header-main__account__basket {
        position: absolute;
        right: 30px;
    }
}

@media (min-width: 1850px) {
    .header-main__account__basket {
        right: 42px;
    }
}

.header-main__account__basket .header-basket__price {
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: 7px;
}

@media (max-width: 767px) {
    .header-main__account__basket .header-basket__price {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-main__account__basket .header-basket__price {
        font-size: 1.6rem;
    }
}

.header-main__account__basket .header-basket__icon {
    position: relative;
}

@media (min-width: 992px) {
    .header-main__account__basket .header-basket__icon svg {
        width: 36px !important;
        height: 36px !important;
    }
}

.header-main__account__basket .header-basket__icon::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    display: inline-flex;
    background: #E19C34;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -3px;
}

@media (min-width: 992px) {
    .header-main__account__basket .header-basket__icon::before {
        width: 13px;
        height: 13px;
    }
}

.header-main__account__basket:focus svg, .header-main__account__basket:hover svg {
    fill: #E19C34;
}

.header-main__benefits {
    display: flex;
}

@media (max-width: 991px) {
    .header-main__benefits {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__benefits {
        margin-top: 10px;
    }
}

@media (min-width: 1360px) {
    .header-main__benefits {
        padding-right: 140px;
    }
}

@media (min-width: 1500px) {
    .header-main__benefits {
        padding-right: 0;
    }
}

.header-main__benefits__item {
    display: flex;
    margin-right: 25px;
}

@media (min-width: 1300px) {
    .header-main__benefits__item {
        margin-right: 36px;
    }
}

@media (min-width: 1360px) {
    .header-main__benefits__item {
        margin-right: 16px;
    }
}

@media (min-width: 1500px) {
    .header-main__benefits__item {
        margin-right: 30px;
    }
}

.header-main__benefits__item svg {
    fill: #F59D15;
    width: 40px;
    height: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__benefits__item svg {
        width: 28px;
        height: 28px;
    }
}

@media (min-width: 1360px) {
    .header-main__benefits__item svg {
        width: 35px;
        height: 35px;
        position: relative;
        top: 2px;
    }
}

@media (min-width: 1850px) {
    .header-main__benefits__item svg {
        width: 43px;
        height: 43px;
        top: -2px;
        margin-right: 8px;
    }
}

.header-main__benefits__item .icon-quality {
    transform: rotate(90deg);
}

.header-main__benefits__item span {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    margin-left: 10px;
    line-height: 1.7rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__benefits__item span {
        font-size: 1.3rem;
        line-height: 1.4rem;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1360px) {
    .header-main__benefits__item span {
        font-size: 1.4rem;
    }
}

@media (min-width: 1850px) {
    .header-main__benefits__item span {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
}

.header-main__benefits__item span b {
    font-weight: 800;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__benefits__item span b {
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    .header-main__benefits__item:last-of-type {
        margin-right: 0;
    }
}

.header-main__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    white-space: nowrap;
}

.header-main__info {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .header-main__contact {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__contact {
        flex-direction: row;
    }
}

.header-main__contact__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.3rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__contact__title {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}

.header-main__contact a {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 2.3rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-main__contact a {
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin-left: 5px;
    }
}

@media (min-width: 1360px) and (max-width: 1500px) {
    .header-main__contact a {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.header-main.active-nav-header {
    background: #FFEBD5;
}

@media (min-width: 768px) {
    .header-main.header-main--subpage {
        margin-bottom: 15px;
    }
}

@media (min-width: 1300px) {
    .header-main.header-main--subpage {
        margin-bottom: 35px;
    }
}

@media (min-width: 1850px) {
    .header-main.header-main--subpage {
        margin-bottom: 50px;
    }
}

.product-grid {
    margin: 10px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-grid .col-lg-2-muted {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.product-grid__header {
    margin-bottom: 35px
}

.product-grid__header__title {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.6rem
}

@media (min-width: 1500px) {
    .product-grid__header__title {
        font-size: 3.7rem;
        line-height: 4.3rem
    }
}

.product-grid__header__title span {
    font-weight: 800;
    display: inline-flex;
    font-size: 3rem;
    line-height: 3.4rem
}

@media (min-width: 1500px) {
    .product-grid__header__title span {
        font-size: 4.4rem;
        line-height: 4.3rem
    }
}

.product-grid .row {
    margin: 0 -6px
}

@media (min-width: 1500px) {
    .product-grid .row {
        margin: 0 -10px
    }
}

.product-grid .row .col-6 {
    padding: 0 6px
}

@media (min-width: 1500px) {
    .product-grid .row .col-6 {
        padding: 0 10px
    }
}

.product-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 3px 30px #D6D6D61A;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    height: 292px;
    transition: border 220ms ease-in-out, background 220ms ease-in-out;
    border: 1px solid #E8E8E8
}

@media (max-width: 767px) {
    .product-item {
        height: 256px
    }
}

@media (min-width: 1500px) {
    .product-item {
        height: 400px
    }
}

.product-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 120px;
    margin: 0 auto;
    position: relative;
    top: 15px
}

@media (min-width: 1500px) {
    .product-item__img {
        width: 185px;
        margin-bottom: 15px
    }
}

.product-item__label {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 44px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .product-item__label {
        position: absolute;
        top: 6px;
        left: 10px;
        right: 10px
    }
}

.product-item__label .label-outer {
    display: flex;
    justify-content: center
}

@media (max-width: 767px) {
    .product-item__label .label-outer {
        flex-direction: column
    }
}

.product-item__label__el {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    background: #2D2D2D;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 2px;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%
}

@media (max-width: 767px) {
    .product-item__label__el {
        margin-bottom: 2px;
        padding: 0 4px 1px
    }
}

@media (min-width: 1200px) {
    .product-item__label__el {
        line-height: 1.6rem
    }
}

.product-item__label__el:last-of-type {
    margin-right: 0
}

.product-item__label .el__label--new {
    background: #FBD8A3;
    color: #000
}

.product-item__label .promotion-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .product-item__label .promotion-price {
        display: none
    }
}

.product-item__label .promotion-price .promotion--label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    background: #FF3A3A;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 2px
}

@media (min-width: 1200px) {
    .product-item__label .promotion-price .promotion--label {
        line-height: 1.6rem
    }
}

.product-item__label .promotion-price del {
    font-size: 1.3rem;
    color: #AAAAAA;
    margin-left: 3px
}

@media (min-width: 1500px) {
    .product-item__price {
        margin-top: 15px
    }
}

.product-item__price .promotion-price-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 4px;
    height: 20px
}

@media (min-width: 768px) {
    .product-item__price .promotion-price-mobile {
        display: none
    }
}

.product-item__price .promotion-price-mobile .promotion--label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    background: #FF3A3A;
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 2px
}

.product-item__price .promotion-price-mobile del {
    font-size: 1.3rem;
    color: #AAAAAA;
    margin-left: 3px
}

.product-item__price ins {
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 2.3rem
}

@media (min-width: 1500px) {
    .product-item__price ins {
        font-size: 3rem
    }
}

.product-item__price ins span {
    display: inline-flex;
    margin-left: 2px
}

.product-item__price.product-item__price--promotion ins {
    color: #F59D15
}

.product-item__title {
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 400;
    text-align: center;
    height: 48px;
    overflow: hidden
}

@media (min-width: 1500px) {
    .product-item__title {
        margin-top: 17px;
        padding: 0 15px
    }
}

.product-item:hover, .product-item:focus {
    border: 1px solid #FBD8A3;
    box-shadow: 0px 3px 30px #FFEBD5
}

.product-item:hover .product-item__title, .product-item:focus .product-item__title {
    color: #2D2D2D
}

.template-product-list .row {
    align-items: inherit;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Circular-Loom';

    src: url('https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Book-cd7d2bcec649b1243839a15d5eb8f0a3.woff2') format('woff2');
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'Circular-Loom';

    src: url('https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Medium-d74eac43c78bd5852478998ce63dceb3.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'Circular-Loom';

    src: url('https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Bold-83b8ceaf77f49c7cffa44107561909e4.woff2') format('woff2');
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: 'Circular-Loom';

    src: url('https://cdn.loom.com/assets/fonts/circular/CircularXXWeb-Black-bf067ecb8aa777ceb6df7d72226febca.woff2') format('woff2');
}

/* Product page layout refinements */
.product-list-item__content__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.product-list-item__basket__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.product-list-item__basket__actions .byProduct {
    padding: 12px 20px;
    border-radius: 25px;
    background: #51AD33;
    color: #fff;
    font-weight: 700;
    border: none;
}

.product-question-btn {
    background: #f58220;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 700;
    transition: background 0.2s ease-in-out;
}

.product-question-btn:hover,
.product-question-btn:focus {
    background: #d9680e;
    color: #fff;
}

.product-list-item.product-list-item--cart .product-list-item__outer {
    display: flex;
    flex-direction: column;
}

.product-list-item.product-list-item--cart .product-list-item__content__flex {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 1fr);
    gap: 24px;
}

.product-gallery-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
}

.product-list-item.product-list-item--cart .product-list-item__content__flex {
    align-items: stretch;
}

.product-list-item__content__gallery,
.product-card__gallery-small {
    width: 100%;
}

.product-list-item.product-list-item--cart .product-list-item__content__description {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
}

.product-list-item.product-list-item--cart .product-list-item__basket {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .product-list-item.product-list-item--cart .product-list-item__content__flex {
        grid-template-columns: 1fr;
    }
}

/* Category card layout tweaks */
.product-list-item .product-list-item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.product-list-item .product-list-item__content__img {
    flex: 0 0 200px;
}

.product-list-item .product-list-item__content__info {
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-list-item .product-list-item__basket {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 767px) {
    .product-list-item .product-list-item__content__img {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Product detail callout card */
.product-summary-card {
    background: #f7f8fb;
    border: 1px solid #e3e5eb;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-summary-card__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.product-summary-card__label {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.product-summary-card__label--promo {
    background: linear-gradient(135deg, #f57f17, #ff9800);
}

.product-summary-card__label--shipping {
    background: #3bb54a;
}

.product-summary-card__code {
    font-size: 13px;
    color: #5f6368;
    font-weight: 600;
    background: #fff;
    border-radius: 14px;
    border: 1px dashed #d7d9df;
    padding: 6px 10px;
}

.product-summary-card__price {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.product-summary-card__price-old {
    text-decoration: line-through;
    font-weight: 600;
    display: flex;
    gap: 4px;
    color: #222;
    align-items: center;
}

.product-summary-card__price-new ins {
    text-decoration: none;
    font-size: 32px;
    color: #c62828;
    font-weight: 800;
}

.product-summary-card__delivery {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 12px;
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: 600;
}

.product-summary-card__availability {
    margin: 0;
    font-weight: 700;
    color: #ff9800;
}

.product-summary-card__availability--in-stock {
    color: #2e7d32;
    width: max-content;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid #d6d6d6;
}

.product-summary-card__primary .product-list-item__basket__btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    text-align: center;
}

.product-summary-card__actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.product-summary-card__actions .byProduct,
.product-summary-card__actions .product-question-btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    min-height: 46px;
}

.product-summary-card__benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ebedf3;
}

.product-summary-card__benefit {
    display: flex;
    gap: 10px;
    align-items: center;
}

.product-summary-card__benefit strong {
    display: block;
    font-size: 14px;
    color: #222;
}

.product-summary-card__benefit span {
    font-size: 13px;
    color: #5f6368;
}

.product-summary-card__benefit svg {
    width: 22px;
    height: 22px;
    fill: #f57f17;
}

.product-summary-card__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-summary-card__payment {
    padding: 6px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e0e4ec;
    font-weight: 700;
    color: #2d2f36;
    font-size: 13px;
}

.product-summary-card__payment--mono {
    background: linear-gradient(90deg, #0b0b0b, #2b2b2b);
    color: #fff;
}

.product-summary-card__payment--privat {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.product-summary-card__call {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 700;
}

.product-summary-card__call a {
    color: #f57f17;
    font-size: 18px;
}

@media (max-width: 991px) {
    .product-summary-card {
        padding: 16px;
    }
}

.select2-container .select2-selection--single {
    height: 40px!important;
}
.product-summary-card__delivery {
    margin-left: auto;
}

.product-summary-card__code {
    display: block;
    margin-left: auto;
    text-align: right;
}

.product-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.product-tab {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.6rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: 0.25s;
}

.product-tab:hover {
    color: #000;
}

.product-tab.active {
    color: #E19C34;
    border-color: #000;
    font-weight: 600;
    font-size: 2.6rem;
    margin-right: 80px;
}

.product-tab-content {
    display: none;
    padding: 15px 0;
}

.product-tab-content.active {
    display: block;
}

.review-stars {
    text-align: center;
}
.review-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.star-icon {
    fill: #ccc;
    width: 20px;
    height: 20px;
}

.star-icon.filled {
    fill: #FFD700;
}
