/*
 * New Catalog
 */

/* === About: achievements redesign === */
.achievements--new {
    flex-direction: row !important;
    align-items: stretch !important;
    padding: 0 !important;
    overflow: hidden;
    max-width: 1200px !important;
    min-height: 300px;
}

.achievements__year {
    background: #C50E3A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: 30px 24px;
    flex-shrink: 0;
}

.achievements__year-number {
    font-family: 'DINPro', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    display: block;
}

.achievements__year-label {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: block;
    text-align: center;
}

.achievements__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
}

.achievements--new .achievements-block {
    padding: 24px 30px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    max-width: none;
    align-items: center;
}

.achievements--new .achievements-block:nth-child(2n) {
    border-right: none;
}

.achievements--new .achievements-block:nth-last-child(-n+2) {
    border-bottom: none;
}

/* дозволяємо числу займати скільки потрібно — для ">1 МЛН", ">5 МЛН" */
.achievements--new .achievements-over-count {
    max-width: 220px;
    flex-shrink: 0;
}

/* Desktop ≥1025px: точно 300px, щільні відступи */
@media screen and (min-width: 1025px) {
    .achievements--new {
        min-height: 300px !important;
        max-height: 300px !important;
    }

    .achievements__year {
        min-width: 200px;
        padding: 30px 24px;
    }

    .achievements--new .achievements-block {
        padding: 18px 28px;
    }

    .achievements--new .achievements-over-count {
        max-width: 220px;
    }

    .achievements--new .achievements-block:nth-child(odd) .achievements-over-count {
        max-width: 220px;
        flex-shrink: 2;
    }

    .achievements--new .achievements-block:nth-child(2n+1) .achievements-block__item {
        max-width: 274px;
    }
}

/* Tablet 768–1024px */
@media screen and (max-width: 1024px) {
    .achievements--new {
        min-height: unset;
        max-height: unset;
    }

    .achievements__year {
        min-width: 150px;
        padding: 24px 16px;
    }

    .achievements__year-number {
        font-size: 60px;
    }

    .achievements__year-label {
        font-size: 22px;
    }

    .achievements--new .achievements-block {
        padding: 20px 18px;
    }

    .achievements--new .achievements-over-count {
        max-width: 180px;
    }
}

/* Mobile <600px: вертикальний стек */
@media screen and (max-width: 600px) {
    .achievements--new {
        flex-direction: column !important;
    }

    .achievements__year {
        min-width: 0;
        width: 100%;
        padding: 24px 20px;
        flex-direction: row;
        gap: 12px;
        align-items: baseline;
    }

    .achievements__year-number {
        font-size: 48px;
    }

    .achievements__year-label {
        margin-top: 0;
        font-size: 14px;
    }

    .achievements__grid {
        grid-template-columns: 1fr;
    }

    .achievements--new .achievements-block {
        border-left: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 18px 20px;
    }

    .achievements--new .achievements-block:last-child {
        border-bottom: none;
    }

    .achievements--new .achievements-over-count {
        max-width: 160px;
        font-size: 48px;
    }
}
/* === /About: achievements redesign === */

/* === About: space section === */
.space-section {
    padding-bottom: 80px;
}

.space-section .head-box-title .h2 {
    margin: 80px auto 40px;
}

.space-section .head-box-title .p-light {
    margin: 0 auto 60px;
}

.swiper-space-grid {
    position: relative;
    overflow: hidden;
    max-width: 1768px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 45px;
}

.space-grid-slide {
    height: auto !important;
    aspect-ratio: 427 / 288;
    max-height: 288px;
    overflow: hidden;
}

.space-grid-slide span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.swiper-space-grid .left__arrow-space {
    left: 0;
    top: 50%;
    transform: translate(20px, -50%) rotate(180deg);
    transition: all .3s;
}

.swiper-space-grid .left__arrow-space:hover {
    transform: translate(30px, -50%) rotate(180deg);
}

.swiper-space-grid .right__arrow-space {
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}

.swiper-space-grid .right__arrow-space:hover {
    transform: translate(10px, -50%);
}

@media screen and (max-width: 769px) {
    .swiper-space-grid .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }
    .swiper-space-grid .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .swiper-space-grid .post_link-news {
        width: 50px;
        background-size: contain;
    }
    .swiper-space-grid .right__arrow-space {
        right: 10px;
        transform: translate(0, -50%);
    }
    .swiper-space-grid .left__arrow-space {
        left: 10px;
        transform: translate(0, -50%) rotate(180deg);
    }
}

@media screen and (max-width: 600px) {
    .space-section {
        padding-bottom: 50px;
    }

    .space-section .head-box-title .h2 {
        margin: 60px auto 30px;
    }

    .space-section .head-box-title .p-light {
        margin: 0 auto 40px;
    }
}
/* === /About: space section === */

/* === About: hello section === */
.hello-section {
    padding-bottom: 80px;
}

.hello-section .head-box-title .h2 {
    margin: 80px auto 40px;
}

.hello-section .head-box-title .p-light {
    margin: 0 auto 60px;
}

@media screen and (max-width: 770px) {
    .hello-section .head-box-title .h2 {
        margin: 60px auto 30px;
    }

    .hello-section .head-box-title .p-light {
        margin: 0 auto 40px;
    }
}
.hello-section .swiper-slide.image-grid-slide {
    height: auto !important;
    aspect-ratio: 427 / 288;
    max-height: 15vw;
}

.hello-section .image-grid-slide span {
    height: 100% !important;
    max-height: 15vw;
}

/* === /About: hello section === */

/* === About: team slider (НАША КОМАНДА) === */
.swiper-team-grid {
    position: relative;
    overflow: hidden;
}

.swiper-team-grid .swiper-slide {
    height: auto !important;
}

.swiper-team-grid .team-grid-slide {
    overflow: hidden;
}

.swiper-team-grid .team-grid-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 360;
    object-fit: cover;
    display: block;
}

.swiper-team-grid .opacity {
    width: 150px;
    height: 50%;
    top: 50%;
}

.swiper-team-grid .opacity.op-left {
    transform: translateY(-50%);
}

.swiper-team-grid .opacity.op-right {
    transform: translateY(-50%) rotate(180deg);
}

.swiper-team-grid .post_link-news {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-team-grid .left__arrow-team {
    left: 0;
    transform: translate(20px, -50%) rotate(180deg);
    transition: all .3s;
}

.swiper-team-grid .left__arrow-team:hover {
    transform: translate(30px, -50%) rotate(180deg);
}

.swiper-team-grid .right__arrow-team {
    right: 20px;
    transform: translate(0, -50%);
    transition: all .3s;
}

.swiper-team-grid .right__arrow-team:hover {
    transform: translate(10px, -50%);
}

@media screen and (max-width: 1023px) {
    /* Swiper 4.x does not reset slidesPerColumn via breakpoints — force single row on mobile */
    .swiper-team-grid .swiper-slide {
        margin-top: 0 !important;
    }
    .swiper-team-grid .swiper-wrapper {
        flex-wrap: nowrap !important;
        align-content: flex-start;
        height: auto !important;
    }
    .swiper-team-grid .post_link-news {
        width: 50px;
        background-size: contain;
    }
    .swiper-team-grid .left__arrow-team {
        left: 10px;
        transform: translate(0, -50%) rotate(180deg);
    }
    .swiper-team-grid .right__arrow-team {
        right: 10px;
        transform: translate(0, -50%);
    }
}
@media screen and (min-width: 1024px) {
    .swiper-team-grid .post_link-news {
        display: none;
    }
}
/* === /About: team slider === */

/* === About: hero block === */
.about-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.about-hero__photo {
    width: 100%;
    display: block;
    line-height: 0;
}

.about-hero__photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center top;
    max-height: 90vh;
}

@media screen and (max-width: 1024px) {
    .about-hero__photo img {
        max-height: 70vw;
    }
}

@media screen and (max-width: 600px) {
    .about-hero__photo img {
        max-height: 100vw;
        object-position: center center;
        height: 55vw;
    }
}
/* === /About: hero block === */

/* === About: team section header === */
.head-box-title .team-subtitle {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    margin: -80px auto 50px;
    max-width: 850px;
    padding: 0 20px;
}

.head-box-title .p-light.team-desc {
    max-width: 700px;
    margin: 0 auto 70px;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .head-box-title .team-subtitle {
        margin: -50px auto 30px;
    }

    .head-box-title .p-light.team-desc {
        margin: 0 auto 50px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 600px) {
    .head-box-title .team-subtitle {
        margin: -30px auto 20px;
        font-size: 14px;
    }

    .head-box-title .p-light.team-desc {
        margin: 0 auto 40px;
        padding: 0 20px;
    }
}
/* === /About: team section header === */

/* === About: values section === */
.values-section {
    padding-top: 1px;
    padding-bottom: 100px;
    margin-top: 60px;
    background: #121214;
}

.values-section .head-box-title .h2 {
    margin: 80px auto 60px;
}

.values-section .values-grid {
    display: flex;
    flex-flow: row wrap;
    float: none;
}

.values-section h3 {
    margin-bottom: 20px;
    font-size: 46px;
}

.values-section .values-item {
    width: 33.33%;
    float: none;
    padding: 0 60px 60px 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .values-section .values-item {
        width: 50%;
        padding: 0 40px 50px 0;
    }
}

@media screen and (max-width: 600px) {
    .values-section {
        padding-bottom: 40px;
    }

    .values-section .values-item {
        width: 100%;
        padding: 0 0 40px 0;
    }
}
/* === /About: values section === */

.back-button {
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.go-back-button {
    display: inline-block;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #ADADAD;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.go-back-button:hover {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .back-button {
        top: -28px;
    }
}

/* Loading Spinner */
#bingc-phone-button.bingc-show {
    z-index: 1 !important;
}

.wrapper.new_catalog .loading-spinner {
    text-align: center;
    padding: 20px;
}

.tax-product_category .loading-spinner {
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.wrapper.new_catalog .spinner,
.tax-product_category .spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #121214;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.tax-product_brand .loading-spinner {
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.tax-product_brand .spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #121214;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.wrapper, .wrapper.new_catalog {
    margin-top: 125px;
}

.home-new-layout {
    color: #fff;
}

.home-new-layout__inner {
    width: 100%;
    margin: 0 auto;
}

.home-new-intro {
    background: #fff;
    margin: 0 0 44px;
    padding: 42px 58px 38px;
}

.home-new-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px 56px;
    align-items: start;
}

.home-new-intro__col .h3 {
    text-transform: uppercase;
    color: #cb023c;
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: 0;
    margin-bottom: 28px;
    max-width: 560px;
}

.home-new-intro__col .h4 {
    font-size: 18px !important;
    line-height: 1.1;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.home-new-intro__text {
    max-width: 100%;
    color: #8e8e8e;
    font-family: 'DINPro', sans-serif;
    font-size: 19px;
    line-height: 1.35;
}

.home-new-intro__text p {
    margin: 0 0 18px;
}

.home-new-intro__text p:last-child {
    margin-bottom: 0;
}

.home-new-intro__col:first-child .home-new-intro__text {
    max-width: 600px;
    font-weight: 700;
}

.home-new-intro__col:last-child .home-new-intro__text {
    max-width: 620px;
    font-weight: 400;
}

.home-new-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    gap: 0;
    align-items: stretch;
    margin: 0 0 32px;
    background: #151515;
}

.home-new-feature--reverse .home-new-feature__media {
    order: 2;
}

.home-new-feature--reverse .home-new-feature__content {
    order: 1;
}

.home-new-feature__media {
    min-height: 310px;
    position: relative;
    overflow: hidden;
}

.home-new-feature__image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-new-feature__content {
    display: flex;
    align-items: center;
    padding: 32px 40px;
    background: #151515;
}

.home-new-feature__content-inner {
    max-width: 520px;
}

.home-new-feature__content .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.08;
    margin-bottom: 12px;
}

.home-new-feature__text {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.55;
}

.home-new-bullets {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.home-new-bullets li {
    position: relative;
    padding-left: 0;
    margin-left: 20px;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.76);
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.home-new-bullets li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cb023c;
    margin: 0 20px 0 0;
}

.home-new-bullets--light li {
    color: rgba(255, 255, 255, 0.84);
}

.home-new-showcase {
    margin: 0px;
    padding: 60px 0 60px;
}

.home-new-showcase__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
    margin-bottom: 50px;
}

.home-new-showcase__media {
    min-height: 0;
    aspect-ratio: 700 / 370;
    position: relative;
    overflow: hidden;
}

.home-new-showcase__image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-new-showcase__intro {
    max-width: none;
    padding: 4px 60px 0;
}

.home-new-showcase__intro .h3,
.home-new-showcase__card .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.06;
    margin-bottom: 24px;
}

.home-new-showcase__text {
    max-width: 100%;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.56;
}

.home-new-showcase__text p {
    margin: 0;
}

.home-new-showcase__bullets {
    margin-top: 0;
}

.home-new-showcase__bullets li {
    margin: 11px 20px;
}

.home-new-showcase__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
}

.home-new-showcase__card {
    min-height: 148px;
    padding: 0 60px;
}

.home-new-showcase__card .h3 {
    margin-bottom: 20px;
}

.home-new-projects {
    margin: 0 calc(50% - 50vw) 52px;
    background: #121214;
    padding: 60px 0 60px;
}

.home-new-projects__inner {
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-new-projects__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
    margin-bottom: 54px;
}

.home-new-projects__intro {
    max-width: none;
    padding: 0 60px;
}

.home-new-projects__intro .h3,
.home-new-projects__card .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.06;
    margin-bottom: 24px;
}

.home-new-projects__text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.home-new-projects__text p {
    margin: 0;
}

.home-new-projects__media {
    min-height: 0;
    aspect-ratio: 700 / 370;
    position: relative;
    overflow: hidden;
}

.home-new-projects__image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-new-projects__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
}

.home-new-projects__card {
    padding: 0 60px;
}

.home-new-projects__bullets {
    margin-top: 0;
}

.home-new-projects__bullets li {
    margin: 11px 20px;
}

.home-new-tailoring {
    margin: 0;
    padding: 0px 0 60px;
}

.home-new-tailoring__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
}

.home-new-tailoring__media {
    min-height: 0;
    aspect-ratio: 700 / 370;
    position: relative;
    overflow: hidden;
}

.home-new-tailoring__image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-new-tailoring__content {
    max-width: none;
    padding: 2px 60px 0;
}

.home-new-tailoring__content .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.06;
    margin-bottom: 24px;
}

.home-new-tailoring__text {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 26px;
}

.home-new-tailoring__text p {
    margin: 0;
}

.home-new-tailoring__bullets {
    margin-top: 0;
}

.home-new-tailoring__bullets li {
    margin: 11px 20px;
}

.home-new-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: stretch;
    background: #3b3b3b;
    min-height: 360px;
    margin-top: 26px;
}

.home-new-banner__media {
    min-height: 360px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.home-new-banner__content {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-new-banner__content .h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.02;
    margin-bottom: 10px;
}

.home-new-banner__content .h4 {
    font-size: 18px !important;
    line-height: 1.15;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.home-new-banner__text {
    max-width: 460px;
}

.home-new-banner .button-style-arrow {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}

@media (max-width: 1199px) {
    .home-new-layout__inner {
        width: calc(100% - 40px);
    }

    .home-new-intro,
    .home-new-feature__content,
    .home-new-banner__content {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home-new-feature__content .h3,
    .home-new-banner__content .h3 {
        font-size: 32px;
    }

    .home-new-showcase__intro,
    .home-new-showcase__card,
    .home-new-projects__intro,
    .home-new-projects__card,
    .home-new-tailoring__content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {


    .home-new-layout__inner {
        width: 100%;
    }

    .home-new-intro {
        padding: 24px 20px 22px;
        margin-bottom: 22px;
    }

    .home-new-intro__grid,
    .home-new-feature,
    .home-new-showcase__top,
    .home-new-showcase__bottom,
    .home-new-projects__top,
    .home-new-projects__bottom,
    .home-new-tailoring__inner,
    .home-new-banner {
        grid-template-columns: 1fr;
    }

    .home-new-intro__col .h3 {
        font-size: 30px;
    }

    .home-new-intro__col .h4 {
        font-size: 16px !important;
        margin-bottom: 12px;
    }

    .home-new-feature {
        margin-bottom: 20px;
    }

    .home-new-showcase {
        margin-bottom: 0px;
    }

    .home-new-showcase__top {
        gap: 20px;
        margin-bottom: 24px;
    }

    .home-new-showcase__intro,
    .home-new-showcase__card,
    .home-new-projects__intro,
    .home-new-projects__card,
    .home-new-tailoring__content {
        padding-left: 0;
        padding-right: 0;
    }

    .home-new-showcase__media {
        aspect-ratio: 516 / 336;
    }

    .home-new-showcase__intro .h3,
    .home-new-showcase__card .h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .home-new-showcase__text {
        margin-bottom: 16px;
    }

    .home-new-showcase__bottom {
        gap: 18px;
    }

    .home-new-projects {
        padding: 24px 0 28px;
        margin-bottom: 20px;
    }

    .home-new-projects__top {
        gap: 20px;
        margin-bottom: 28px;
    }

    .home-new-projects__intro .h3,
    .home-new-projects__card .h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .home-new-projects__media {
        aspect-ratio: 553 / 293;
    }

    .home-new-projects__bottom {
        gap: 18px;
    }

    .home-new-tailoring {
        padding: 24px 0 28px;
        margin-bottom: 20px;
    }

    .home-new-tailoring__inner {
        gap: 20px;
    }

    .home-new-tailoring__media {
        aspect-ratio: 552 / 292;
    }

    .home-new-tailoring__content .h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .home-new-tailoring__text {
        margin-bottom: 18px;
    }

    .home-new-feature__media,
    .home-new-banner__media {
        min-height: 220px;
    }

    .home-new-feature__content,
    .home-new-banner__content {
        padding: 20px 18px 22px;
    }

    .home-new-feature__content .h3,
    .home-new-banner__content .h3 {
        font-size: 26px;
    }

    .home-new-banner {
        margin-top: 18px;
    }
}

.wrapper.new_catalog .flex {
    display: flex;
    justify-content: space-between;
}

.wrapper.new_catalog .flex-item {
    flex: 1;
    max-width: 565px;
}

.wrapper.new_catalog .flex-item h1 {
    margin-bottom: 10px;
}

.wrapper.new_catalog .flex-item.desc {
    flex: 1;
    max-width: 514px;
    margin-top: 20px;
}

.wrapper.new_catalog .product-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.wrapper.new_catalog .product-categories .category-item {
    width: 100%;
    overflow: hidden;
}

.wrapper.new_catalog .product-categories .category-item .category-image {
    width: 100%;
    max-width: 100%;
    height: 320px;
}

.wrapper.new_catalog .product-categories .category-item .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapper.new_catalog .product-categories .category-item .category-info {
    padding: 30px;
    background-color: #121214;
}

.wrapper.new_catalog .product-categories .category-item .category-title {
    margin: 0;
    padding: 0 0 70px;
    font-family: 'DINPro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}

.wrapper.new_catalog .product-categories .category-item .button-style-arrow:after {
    content: '';
    display: block;
    background-size: 100%;
    background: url("../img/white-arrow-right.svg") no-repeat center;
    width: 50px;
    height: 15px;
    position: relative;
    margin: 2px 0 0 20px;
    float: left;
}

.wrapper.new_catalog .product-categories .category-item .button-style-arrow:hover:after {
    background: url("../img/red-arrow-right.svg") no-repeat center;
}

/*
 * Product taxonomy archive
 */
.tax-product_category .header-content-box {
    right: auto;
    left: calc(21% - 250px);
}

.tax-product_category .header-content-box h1 {
    font-size: 70px;
    text-transform: uppercase;
}

.tax-product_category .header-content-box .term-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'DINPro', sans-serif;
    color: #ADADAD;
}

.tax-product_category .header-video {
    width: calc(57vw + 500px);
}

.tax-product_category .product-category-archive .flex-block {
    display: flex;
    gap: 48px;
}

.tax-product_category .product-category-archive .products-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tax-product_category .product-category-archive .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    width: 100%;
}

.tax-product_category .product-category-archive .product-not-found {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.tax-product_category .product-category-archive .filters {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tax-product_category .product-category-archive .filters .filters-item {
    padding: 20px;
    background-color: #ffffff;
}

.tax-product_category .product-category-archive .filters .filters-item h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #161719;
    margin: 0 0 5px;
}

.tax-product_category .product-category-archive .filters .filters-item .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tax-product_category .product-category-archive .filters .filters-item .filters-item-content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.tax-product_category .product-category-archive .filters .filters-item.active .filters-item-content {
    max-height: 1000px;
    padding: 15px 0;
    transition: all 0.3s ease-in;
    overflow-y: scroll;
}

.tax-product_category .product-category-archive .filters .filters-item .header svg {
    transition: transform 0.3s ease;
}

.tax-product_category .product-category-archive .filters .filters-item .filters-item-content .category-filter-list {
    list-style: none;
}

.tax-product_category .product-category-archive .filters .filters-item .filters-item-content .category-filter-list li a {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #161719;
}

.tax-product_category .product-category-archive .filters .filters-item .filters-item-content .category-filter-list li a .count {
    font-family: 'DINPro-CondLight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #161719;
}

/* Price Range Styles */
.tax-product_category .product-category-archive .filters .filters-item .price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.tax-product_category .product-category-archive .filters .filters-item .price-input {
    width: 76px;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #636363;
    border-radius: 0;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #161719;
    text-align: center;
}

.tax-product_category .product-category-archive .filters .filters-item .price-inputs span {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #161719;
}

.tax-product_category .product-category-archive .filters .filters-item .price-input::-webkit-outer-spin-button,
.tax-product_category .product-category-archive .filters .filters-item .price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tax-product_category .product-category-archive .filters .filters-item .price-input[type=number] {
    -moz-appearance: textfield;
}

.tax-product_category .product-category-archive .filters .filters-item .price-separator {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: #161719;
}

.tax-product_category .product-category-archive .filters .filters-item .price-currency {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: #161719;
}

.tax-product_category .product-category-archive .filters .filters-item .price-slider {
    position: relative;
    height: 5px;
    margin: 0;
    padding: 10px 0;
}

.tax-product_category .product-category-archive .filters .filters-item .slider-track {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    top: 10px;
}

.tax-product_category .product-category-archive .filters .filters-item input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 28px;
    background: none;
    pointer-events: none;
    top: 0;
    margin: 0;
}

.tax-product_category .product-category-archive .filters .filters-item input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #828282;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -7.5px;
}

.tax-product_category .product-category-archive .filters .filters-item input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C50E3A;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tax-product_category .product-category-archive .filters .filters-item .slider-track::before {
    display: none;
}

.wrapper.prod-tax {
    max-width: 1600px;
}

/* Checkbox Filter Styles */
.tax-product_category .product-category-archive .filter-checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-product_category .product-category-archive .filter-checkbox-list li {
    margin-bottom: 12px;
}

.tax-product_category .product-category-archive .checkbox-label {
    display: flex;
    align-items: baseline;
    cursor: pointer;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
}

.tax-product_category .product-category-archive .checkbox-label input[type="checkbox"] {
    display: none;
}

.tax-product_category .product-category-archive .checkbox-label .checkbox-text {
    position: relative;
    padding-left: 40px;
}

.tax-product_category .product-category-archive .checkbox-label .checkbox-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: #828282;
}

.tax-product_category .product-category-archive .checkbox-label input[type="checkbox"]:checked + .checkbox-text:before {
    background: #C50E3A;
    border-color: #C50E3A;
}

.tax-product_category .product-category-archive .checkbox-label input[type="checkbox"]:checked + .checkbox-text:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cg clip-path='url(%23clip0_9_189)'%3E%3Cpath d='M14.7803 2.21175C14.4875 1.91884 14.0126 1.91884 13.7197 2.21175L4.73421 11.1973L1.28035 7.74344C0.987465 7.45053 0.512622 7.45056 0.219682 7.74344C-0.0732275 8.03632 -0.0732275 8.51117 0.219682 8.80408L4.20388 12.7882C4.49667 13.0811 4.97187 13.0809 5.26454 12.7882L14.7803 3.27241C15.0732 2.97953 15.0732 2.50466 14.7803 2.21175Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9_189'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.tax-product_category .product-category-archive .checkbox-label .count {
    margin-left: 5px;
    font-family: 'DINPro-CondLight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #161719;
}

/* Product Card Styles */
.tax-product_category .product-category-archive .product-card {
    position: relative;
    background: #FFFFFF;
    display: flex;
    padding: 24px;
}

.tax-product_category .product-category-archive .product-card .product-colors {
    position: absolute;
    top: 24px;
    height: 275px;
    left: 24px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: 20px;
}

.tax-product_category .product-category-archive .product-card .color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
}

.tax-product_category .product-category-archive .product-card .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tax-product_category .product-category-archive .product-card .product-image {
    display: block;
    margin-bottom: 22px;
}

.tax-product_category .product-category-archive .product-card .product-image img {
    width: 100%;
    max-width: 273px;
    height: 273px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.tax-product_category .product-category-archive .product-card .product-info {
    gap: 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tax-product_category .product-category-archive .product-card .product-title {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    margin: 0;
}

.tax-product_category .product-category-archive .product-card .product-brand {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #828282;
}

.tax-product_category .product-category-archive .product-card .product-price {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    margin-bottom: 8px;
}

.tax-product_category .product-category-archive .product-card .product-buttons,
.tax-product_brand .product-category-archive .product-card .product-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.tax-product_category .product-category-archive .product-card .product-details-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #C50E3A;
    padding: 12px 18px;
    font-family: 'DINPro-CondMedium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.tax-product_category .product-category-archive .product-card .product-details-button svg {
    transition: transform 0.3s ease;
}

.tax-product_category .product-category-archive .product-card .product-details-button:hover svg {
    transform: translateX(5px);
}

.tax-product_category .product-category-archive .pagination.grid-full-width {
    grid-column: span 3;
    text-align: center;
    grid-row: span 6;
    margin-top: 36px;
}

.tax-product_category .product-category-archive .recently-products.grid-full-width {
    grid-column: span 3;
}

.tax-product_category .product-category-archive .recently-products.grid-full-width h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 38px;
    text-align: center;
}

.tax-product_category .product-category-archive .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.tax-product_category .product-category-archive .page-numbers li a {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.tax-product_category .product-category-archive .page-numbers li span.current {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

/* Recently Viewed Products */
.tax-product_category .product-category-archive .recently-products {
    margin-bottom: 60px;
}

.tax-product_category .product-category-archive .recently-products-grid {
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
}

.tax-product_category .product-category-archive .recently-products .desc-cat h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
    text-align: center;
}

.tax-product_category .product-category-archive .recently-products .desc-cat p {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
}

.tax-product_category .product-category-archive .recently-product-card {
    text-align: center;
}

.tax-product_category .product-category-archive .recently-product-card a {
    text-decoration: none;
    color: inherit;
}

.tax-product_category .product-category-archive .recently-product-image {
    max-width: 124px;
    width: 100%;
    margin: 0 auto 10px;
}

.tax-product_category .product-category-archive .recently-product-image img {
    max-width: 100%;
    height: 154px;
    object-fit: cover;
}

.tax-product_category .product-category-archive h4.recently-product-title {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    text-align: center;
    margin: 0;
    color: #161719;
}
/*
 * End Product taxonomy archive
 */

/*
 * Product taxonomy brand
 */
.tax-product_brand .header-content-box {
    right: auto;
    left: calc(21% - 250px);
}

.tax-product_brand .header-content-box h1 {
    font-size: 70px;
    text-transform: uppercase;
}

.tax-product_brand .header-content-box .term-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: 'DINPro', sans-serif;
    color: #ADADAD;
}

.tax-product_brand .header-video {
    width: calc(57vw + 500px);
}

.tax-product_brand .product-category-archive .flex-block {
    display: flex;
    gap: 48px;
}

.tax-product_brand .product-category-archive .products-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tax-product_brand .product-category-archive .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    width: 100%;
}

.tax-product_brand .product-category-archive .product-not-found {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.tax-product_brand .product-category-archive .filters {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tax-product_brand .product-category-archive .filters .filters-item {
    padding: 20px;
    background-color: #ffffff;
}

.tax-product_brand .product-category-archive .filters .filters-item h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #161719;
    margin: 0 0 5px;
}

.tax-product_brand .product-category-archive .filters .filters-item .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tax-product_brand .product-category-archive .filters .filters-item .filters-item-content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.tax-product_brand .product-category-archive .filters .filters-item.active .filters-item-content {
    max-height: 1000px;
    padding: 15px 0;
    transition: all 0.3s ease-in;
    overflow-y: scroll;
}

.tax-product_brand .product-category-archive .filters .filters-item .header svg {
    transition: transform 0.3s ease;
}

.tax-product_brand .product-category-archive .filters .filters-item .filters-item-content .category-filter-list {
    list-style: none;
}

.tax-product_brand .product-category-archive .filters .filters-item .filters-item-content .category-filter-list li a {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #161719;
}

.tax-product_brand .product-category-archive .filters .filters-item .filters-item-content .category-filter-list li a .count {
    font-family: 'DINPro-CondLight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #161719;
}

/* Price Range Styles */
.tax-product_brand .product-category-archive .filters .filters-item .price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-input {
    width: 76px;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #636363;
    border-radius: 0;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #161719;
    text-align: center;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-inputs span {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #161719;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-input::-webkit-outer-spin-button,
.tax-product_brand .product-category-archive .filters .filters-item .price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-input[type=number] {
    -moz-appearance: textfield;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-separator {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: #161719;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-currency {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: #161719;
}

.tax-product_brand .product-category-archive .filters .filters-item .price-slider {
    position: relative;
    height: 5px;
    margin: 0;
    padding: 10px 0;
}

.tax-product_brand .product-category-archive .filters .filters-item .slider-track {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    top: 10px;
}

.tax-product_brand .product-category-archive .filters .filters-item input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: 28px;
    background: none;
    pointer-events: none;
    top: 0;
    margin: 0;
}

.tax-product_brand .product-category-archive .filters .filters-item input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #828282;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -7.5px;
}

.tax-product_brand .product-category-archive .filters .filters-item input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C50E3A;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tax-product_brand .product-category-archive .filters .filters-item .slider-track::before {
    display: none;
}

/* Checkbox Filter Styles */
.tax-product_brand .product-category-archive .filter-checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tax-product_brand .product-category-archive .filter-checkbox-list li {
    margin-bottom: 12px;
}

.tax-product_brand .product-category-archive .checkbox-label {
    display: flex;
    align-items: baseline;
    cursor: pointer;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
}

.tax-product_brand .product-category-archive .checkbox-label input[type="checkbox"] {
    display: none;
}

.tax-product_brand .product-category-archive .checkbox-label .checkbox-text {
    position: relative;
    padding-left: 40px;
}

.tax-product_brand .product-category-archive .checkbox-label .checkbox-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: #828282;
}

.tax-product_brand .product-category-archive .checkbox-label input[type="checkbox"]:checked + .checkbox-text:before {
    background: #C50E3A;
    border-color: #C50E3A;
}

.tax-product_brand .product-category-archive .checkbox-label input[type="checkbox"]:checked + .checkbox-text:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cg clip-path='url(%23clip0_9_189)'%3E%3Cpath d='M14.7803 2.21175C14.4875 1.91884 14.0126 1.91884 13.7197 2.21175L4.73421 11.1973L1.28035 7.74344C0.987465 7.45053 0.512622 7.45056 0.219682 7.74344C-0.0732275 8.03632 -0.0732275 8.51117 0.219682 8.80408L4.20388 12.7882C4.49667 13.0811 4.97187 13.0809 5.26454 12.7882L14.7803 3.27241C15.0732 2.97953 15.0732 2.50466 14.7803 2.21175Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9_189'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.tax-product_brand .product-category-archive .checkbox-label .count {
    margin-left: 5px;
    font-family: 'DINPro-CondLight', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #161719;
}

/* Product Card Styles */
.tax-product_brand .product-category-archive .product-card {
    position: relative;
    background: #FFFFFF;
    display: flex;
    padding: 24px;
}

.tax-product_brand .product-category-archive .product-card .product-colors {
    position: absolute;
    top: 24px;
    height: 275px;
    left: 24px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-right: 20px;
}

.tax-product_brand .product-category-archive .product-card .color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
}

.tax-product_brand .product-category-archive .product-card .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tax-product_brand .product-category-archive .product-card .product-image {
    display: block;
    margin-bottom: 22px;
}

.tax-product_brand .product-category-archive .product-card .product-image img {
    width: 100%;
    max-width: 218px;
    height: 273px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.tax-product_brand .product-category-archive .product-card .product-info {
    gap: 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tax-product_brand .product-category-archive .product-card .product-title {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    margin: 0;
}

.tax-product_brand .product-category-archive .product-card .product-brand {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #828282;
}

.tax-product_brand .product-category-archive .product-card .product-price {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    margin-bottom: 8px;
}

.tax-product_brand .product-category-archive .product-card .product-details-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #C50E3A;
    padding: 12px 18px;
    font-family: 'DINPro-CondMedium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.tax-product_brand .product-category-archive .product-card .product-details-button svg {
    transition: transform 0.3s ease;
}

.tax-product_brand .product-category-archive .product-card .product-details-button:hover svg {
    transform: translateX(5px);
}

.tax-product_brand .product-category-archive .pagination.grid-full-width {
    grid-column: span 3;
    text-align: center;
    grid-row: span 6;
    margin-top: 36px;
}

.tax-product_brand .product-category-archive .recently-products.grid-full-width {
    grid-column: span 3;
}

.tax-product_brand .product-category-archive .recently-products.grid-full-width h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 38px;
    text-align: center;
}

.tax-product_brand .product-category-archive .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tax-product_brand .product-category-archive .page-numbers li a {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.tax-product_brand .product-category-archive .page-numbers li span.current {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

/* Recently Viewed Products */
.tax-product_brand .product-category-archive .recently-products {
    margin-bottom: 60px;
}

.tax-product_brand .product-category-archive .recently-products-grid {
    background: #fff;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px;
}

.tax-product_brand .product-category-archive .recently-products .desc-cat h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
    text-align: center;
}

.tax-product_brand .product-category-archive .recently-products .desc-cat p {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
}

.tax-product_brand .product-category-archive .recently-product-card {
    text-align: center;
}

.tax-product_brand .product-category-archive .recently-product-card a {
    text-decoration: none;
    color: inherit;
}

.tax-product_brand .product-category-archive .recently-product-image {
    max-width: 124px;
    width: 100%;
    margin: 0 auto 10px;
}

.tax-product_brand .product-category-archive .recently-product-image img {
    max-width: 100%;
    height: 154px;
    object-fit: cover;
}

.tax-product_brand .product-category-archive h4.recently-product-title {
    font-family: 'DINPro-Cond', sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    text-align: center;
    margin: 0;
    color: #161719;
}
/*
 * End Product taxonomy brand
 */

/*
 * Single Product
 */
.single-product .breadcrumbs {
    margin-bottom: 48px;
    padding: 48px 0 0;
}

.single-product .breadcrumbs a {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ADADAD;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single-product .breadcrumbs a:hover {
    color: #cb023c;
}

.single-product .breadcrumbs .separator {
    margin: 0 8px;
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ADADAD;
}

.single-product .breadcrumbs .current {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ADADAD;
}

.single-product .wrapper {
    margin: 180px auto 0;
}

.single-product .wrapper .product-single {
    background-color: #fff;
    padding: 32px;
}

/* Single Product Styles */
.single-product .product-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 48px;
    background: #fff;
}

.single-product .product-gallery {
    display: flex;
    gap: 32px;
    max-width: 712px;
    width: max-content;
    min-height: 600px;
}

.single-product .gallery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 80px;
}

.single-product .gallery-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.single-product .gallery-thumbnail.active {
    border-color: #C50E3A;
}

.single-product .gallery-thumbnail:hover {
    border-color: #C50E3A;
}

.single-product .gallery-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    min-height: 500px;
}

.single-product .gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .product-info h1 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #161719;
    margin: 42px 0 11px;
}

.single-product .product-meta {
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
}

.single-product .product-sku {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.single-product .product-brand {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.single-product .product-brand a {
    color: #C50E3A;
    text-decoration: none;
}

.single-product .product-colors h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.single-product .colors-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.single-product .color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    border: 2px solid transparent;
}

.single-product .color-dot.active {
    border: 2px solid #ADADAD;
    width: 22px;
    height: 22px;
}

.single-product .color-dot {
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product .color-dot:hover {
    transform: scale(1.1);
}

.single-product .product-price {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #C50E3A;
    margin-bottom: 15px;
}

.single-product .product-description {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 33px;
}

.single-product .product-characteristics h3 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.single-product .characteristics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.single-product .characteristic-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    padding-left: 25px;
}

.single-product .characteristic-item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #C50E3A;
    border-radius: 50%;
}

.single-product .characteristic-label {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.single-product .characteristic-value {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
}

.single-product .product-buttons {
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 56px;
}

.single-product .make-request-button {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #C50E3A;
    padding: 12px 18px;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.3s ease;
    max-width: 246px;
}

.single-product .make-request-button:hover {
    background-color: #A00C30;
}

.single-product .make-request-button svg {
    transition: transform 0.3s ease;
}

.single-product .make-request-button:hover svg {
    transform: translateX(5px);
}

.single-product .wrapper-product-gallery .product-desc {
    padding-left: 112px;
}

.single-product .wrapper-product-gallery .product-desc h2 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #161719;
    margin: 40px 0 16px;
    text-transform: uppercase;
}

.single-product .wrapper-product-gallery .product-desc .product-description-content {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.single-product .gallery-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.single-product .gallery-loading.active {
    display: flex;
}

.single-product .gallery-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #C50E3A;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.single-product .product-gallery {
    position: relative;
}

/* Request Popup Styles */
.request-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.request-popup.active {
    display: flex;
}

.request-popup .request-popup-content {
    background: #FFFFFF;
    padding: 64px;
    width: 100%;
    max-width: 356px;
    position: relative;
}

.request-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

.request-popup .popup-header h2 {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin: 0;
}

.request-popup .popup-product-info {
    margin-bottom: 30px;
}

.request-popup .popup-product-info .product-title {
    font-family: 'DINPro-Cond', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #C50E3A;
    margin-bottom: 6px;
    margin-top: 0;
}

.request-popup .popup-product-info .product-sku {
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.request-popup .wpcf7-form label.input {
    display: block;
    margin-bottom: 16px;
    height: 50px;
}

.request-popup .wpcf7-form label.input span {
    display: block;
    font-family: 'DINPro-Cond', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.request-popup .wpcf7-form label.input.focused span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.32);
    bottom: 30px;
}

.request-popup .wpcf7-form input[type="text"],
.request-popup .wpcf7-form input[type="tel"],
.request-popup .wpcf7-form input[type="number"] {
    width: 100%;
    height: 65px;
    padding: 0;
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #161719;
}

.request-popup .wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    background: #C50E3A;
    border: none;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.request-popup .wpcf7-submit:hover {
    background-color: #A00C30;
}

.request-popup .send-btn-box:after {
    width: 34px;
    height: 10px;
    margin: -34px 25%;
}

.request-popup .send-btn-box:hover:after {
    margin: -34px 23%;
}

/* Style form response messages */
.request-popup .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px;
    border: none;
    font-family: 'DINPro', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.request-popup .wpcf7-not-valid-tip {
    color: #C50E3A;
    font-size: 12px;
    margin-top: 4px;
}

/* Loading spinner */
.request-popup .ajax-loader {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

/* Hide br tags that CF7 adds */
.request-popup .wpcf7-form br {
    display: none;
}

/* Position reCAPTCHA */
.request-popup .cf7sr-g-recaptcha {
    margin: 16px 0;
}

@media screen and (max-width: 1300px) {
    .single-product .product-single {
        grid-template-columns: 1fr;
    }

    .single-product .wrapper-product-gallery .product-desc {
        padding-left: 0;
    }

    .single-product .product-gallery {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .single-product .product-single {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 24px;
    }

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

@media screen and (max-width: 767px) {
    .tax-product_category .product-category-archive .recently-products.grid-full-width h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .tax-product_brand .product-category-archive .recently-products.grid-full-width h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .single-product .product-gallery {
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .single-product .gallery-thumbnails {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .single-product .gallery-main {
        min-height: 100%;
    }

    .single-product .gallery-main img {
        min-height: 100%;
    }

    .single-product .gallery-thumbnail {
        width: 60px;
        height: 60px;
    }

    .single-product .product-gallery {
        min-height: auto;
    }

    .single-product .gallery-main {
        flex: unset;
    }

    .single-product .wrapper {
        margin: 120px auto 0;
    }

    .single-product .wrapper .product-single {
        padding: 15px;
    }
}

/* Header Search Styles */
.header-search-catalog {
    position: relative;
    top: 0;
    padding: 25px 0;
    width: 300px;
    z-index: 1;
    margin-right: 100px;
}

.header-search-catalog .search-icon {
    position: absolute;
    right: -20px;
    top: 40px;
}

.header-search-catalog input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: none;
    padding: 0 20px;
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    color: #161719;
}

.header-search-catalog input::placeholder {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    line-height: 18.82px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #828282;
}

.header-search-catalog .search-results {
    position: absolute;
    top: 70%;
    left: 0;
    right: auto;
    background: #FFFFFF;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    width: 340px;
    max-width: 100vw;
    margin-top: 5px;
    padding: 0;
}

.header-search-catalog .search-results-inner {
    padding: 0;
    width: 100%;
}

.header-search-catalog .search-result-item {
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
}

.header-search-catalog .search-result-item:last-child {
    border-bottom: none;
}

.header-search-catalog .search-result-item:hover {
    background-color: #f5f5f5;
}

.header-search-catalog .search-result-item a {
    text-decoration: none;
    color: #161719;
    display: block;
    padding: 15px 20px;
}

.header-search-catalog .search-result-product {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.header-search-catalog .product-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    overflow: hidden;
}

.header-search-catalog .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-search-catalog .product-image .no-image {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-search-catalog .product-image .no-image:after {
    content: '×';
    font-size: 20px;
    color: #ccc;
}

.header-search-catalog .product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-search-catalog .product-title {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #161719;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header-search-catalog .product-sku {
    font-family: 'DINPro', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    margin: 0;
}

.header-search-catalog .product-price {
    font-family: 'DINPro-CondBold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #C50E3A;
    margin: 0;
}

.header-search-catalog .search-loading {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.header-search-catalog .search-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #C50E3A;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.tax-product_category .absolute-menu-header,
.tax-product_brand .absolute-menu-header,
.single-product .absolute-menu-header,
.page-template-new-catalog .absolute-menu-header,
.page-template .absolute-menu-header,
.post-template-default .absolute-menu-header
 {
    position: absolute;
    align-items: center;
    display: flex;
    right: 0;
    top: 0;
    gap: 2.5vw;
    padding: 0;
    z-index: 10;
}

@media screen and (max-width: 1100px) {
    .tax-product_category .absolute-menu-header,
    .tax-product_brand .absolute-menu-header,
    .single-product .absolute-menu-header,
    .page-template-new-catalog .absolute-menu-header,
	.page-template .absolute-menu-header,
.post-template-default .absolute-menu-header
 {
        display: none;
    }
}

/* Responsive styles */
@media screen and (max-width: 991px) {
    .header-search-catalog {
        width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .header-search-catalog {
        width: 200px;
        margin-right: 10px;
    }

    .header-search-catalog input {
        height: 35px;
        font-size: 14px;
    }
}
/*
 * End Single Product
 */

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1500px) {
    .tax-product_category .product-category-archive .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tax-product_brand .product-category-archive .products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .tax-product_category .product-category-archive .pagination.grid-full-width {
        grid-column: span 2 !important;
    }

    .tax-product_brand .product-category-archive .pagination.grid-full-width {
        grid-column: span 2 !important;
    }

    .tax-product_category .product-category-archive .recently-products.grid-full-width {
        grid-column: span 2 !important;
    }

    .tax-product_brand .product-category-archive .recently-products.grid-full-width {
        grid-column: span 2 !important;
    }
}

@media screen and (max-width: 1330px) {
    .tax-product_category .header-content-box {
        left: unset;
    }

    .tax-product_brand .header-content-box {
        left: unset;
    }
}

@media screen and (max-width: 1100px) {
    .wrapper.new_catalog .flex {
        flex-direction: column;
    }

    .wrapper.new_catalog .flex-item.desc {
        margin-top: 20px;
        max-width: 100%;
    }

    .wrapper.new_catalog {
        margin-top: 125px;
    }

    .wrapper.new_catalog .product-categories {
        margin-top: 50px;
    }

    .tax-product_category .product-category-archive .products-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .tax-product_category .product-category-archive .pagination.grid-full-width,
    .tax-product_category .product-category-archive .recently-products.grid-full-width {
        grid-column: span 1 !important;
    }

    /* Адаптируем отступы для мобильной версии */
    .tax-product_category .product-category-archive .flex-block {
        gap: 24px;
        flex-direction: column;
    }

    .tax-product_brand .product-category-archive .products-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .tax-product_brand .product-category-archive .pagination.grid-full-width,
    .tax-product_brand .product-category-archive .recently-products.grid-full-width {
        grid-column: span 1 !important;
    }

    /* Адаптируем отступы для мобильной версии */
    .tax-product_brand .product-category-archive .flex-block {
        gap: 24px;
        flex-direction: column;
    }
}

@media screen and (max-width: 770px) {
    .wrapper.prod-tax {
        max-width: calc(100% - 40px);
        width: 100%;
    }

    .tax-product_category .product-category-archive .recently-products-grid {
        flex-direction: column;
    }

    .tax-product_brand .product-category-archive .recently-products-grid {
        flex-direction: column;
    }

    .wrapper.new_catalog .product-categories {
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapper.new_catalog .product-categories .category-item .category-image {
        height: 273px;
    }

    .wrapper.new_catalog .product-categories .category-item .category-title {
        padding: 0 0 40px;
    }

    .wrapper.new_catalog .product-categories .category-item .category-info {
        padding: 25px;
    }

    .page-template-new-catalog .sviagites-image-box {
        height: unset;
    }

    .page-template-new-catalog .sviagites-s-nami-box {
        margin-bottom: -2px;
    }

    .wrapper.new_catalog .flex-item h1 {
        font-size: 42px;
        line-height: 49px;
    }

    .tax-product_category .header-content-box {
        left: 20px;
        right: 20px;
        word-break: break-all;
        margin-bottom: 350px;
    }

    .tax-product_category .header-content-box h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .tax-product_category .header-content .term-description {
        margin-top: 20px;
        font-size: 14px;
    }

    .tax-product_brand .header-content-box {
        left: 20px;
        right: 20px;
        word-break: break-all;
        margin-bottom: 350px;
    }

    .tax-product_brand .header-content-box h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .tax-product_brand .header-content .term-description {
        margin-top: 20px;
        font-size: 14px;
    }
}
/*
 * End New Catalog
 */

/* Mega Menu Styles */
.absolute-menu-header {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.menu-item-wrapper.mega-m {
    position: relative;
    height: 100%;
}

.menu-item-wrapper.mega-m > div {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-item-wrapper.mega-m > div > a {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1001;
    transition: color 0.3s ease;
}

.menu-item-wrapper.mega-m .menu-arrow {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.menu-item-wrapper.mega-m .menu-arrow svg {
    width: 10px;
    height: 10px;
}

/* Rotate arrow when menu is open */
.menu-item-wrapper.mega-m:hover .menu-arrow {
    transform: rotate(180deg);
}

.menu-title {
    display: inline-block;
}

/* Ensure arrow stays rotated while hovering submenu */
.menu-item-wrapper.mega-m:hover > div > a .menu-arrow {
    transform: rotate(180deg);
}

.menu-item-wrapper.mega-m {
    position: relative;
}

.menu-item-wrapper.mega-m .mega-menu-wrapper {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: #161719;
    z-index: 999;
    padding: 20px 0;
    overflow-y: auto;
}

.menu-item-wrapper.mega-m:hover .mega-menu-wrapper,
.menu-item-wrapper.mega-m .mega-menu-wrapper.is-open {
    display: block;
}

/* Ensure the mega menu content is clickable */
.menu-item-wrapper.mega-m .mega-menu-content {
    position: relative;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 20px;
    overflow-y: scroll;
    height: 100%;
}


/* Category Block Styles */
.menu-item-wrapper.mega-m .category-block {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-item-wrapper.mega-m .category-block .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.menu-item-wrapper.mega-m .menu-icon svg {
    width: 100%;
    height: 100%;
    stroke: #C50E3A;
}

.menu-item-wrapper.mega-m .category-title {
    margin-bottom: 19px;
}

.menu-item-wrapper.mega-m .category-title .title-text {
    font-family: 'DINPro-CondBold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}

.menu-item-wrapper.mega-m .submenu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-item-wrapper.mega-m .menu-item a {
    font-family: 'DINPro-CondMedium', sans-serif;
    color: #ffffff;
    font-size: 16px;
    background: url(../img/hover-link.jpg) 100% 0;
    -webkit-transition: 0.67s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.67s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: 200%;
    text-align: left;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    -o-text-fill-color: transparent;
    -o-background-clip: text;
}

.menu-item-wrapper.mega-m .submenu-wrapper .menu-item a {
    font-family: 'DINPro-Cond', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
}

.menu-item-wrapper.mega-m .menu-item a:hover {
    background-position: 0 0;
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Mobile styles */
@media screen and (max-width: 1100px) {
    .menu-item-wrapper.mega-m .mega-menu-wrapper {
        position: static;
        padding: 30px 0;
    }

    .menu-item-wrapper.mega-m .mega-menu-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .menu-item-wrapper.mega-m .mega-menu-content {
        grid-template-columns: 1fr;
    }

    .menu-item-wrapper.mega-m .category-block {
        margin-bottom: 30px;
    }

    .menu-item-wrapper.mega-m .submenu-wrapper {
        padding-left: 34px;
    }
}

/* Parent menu item styles */
.menu-item-wrapper.mega-m > div > a {
    font-family: 'DINPro-CondMedium', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1001;
    transition: color 0.3s ease;
}

/* Add active state styles */
.menu-item-wrapper.mega-m > div > a:hover,
.menu-item-wrapper.mega-m:hover > div > a {
    color: #C50E3A;
}

/* Arrow color change on hover */
.menu-item-wrapper.mega-m:hover .menu-arrow svg path {
    fill: #C50E3A;
}

/* Ensure the hover state remains while mega menu is open */
.menu-item-wrapper.mega-m.active > div > a,
.menu-item-wrapper.mega-m:hover > div > a {
    color: #C50E3A;
}

/* Prevent scroll when mega menu is open */
html.mega-menu-open {
    overflow: hidden;
}

/* Animsition overlay slide is purely visual — never block pointer events */
.animsition-overlay-slide {
    pointer-events: none !important;
}

/* AOS fallback: show elements if library hasn't initialized yet (body lacks data-aos-easing) */
body:not([data-aos-easing]) [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* No Image Styles */
.no-image-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    color: #666;
    font-size: 18px;
    text-align: center;
    border: 1px dashed #ccc;
}

.no-image-message .no-image-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.no-image-message svg {
    display: block;
}

.no-image-message p {
    margin: 0;
    font-size: 16px;
    color: #888;
}

.no-images-placeholder {
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.no-images-placeholder:after {
    content: '×';
    font-size: 30px;
    color: #ccc;
}

.product-colors-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24px;
    position: absolute;
    top: 24px;
    left: 24px;
    height: 275px;
    z-index: 2;
}

.product-colors-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    height: 192px; /* 6 dots * 32px (24px dot + 8px gap) */
    transition: all 0.3s;
    margin: 8px 0;
}

.color-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.color-slider-arrow {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 0;
}
.color-slider-arrow.up::before,
.color-slider-arrow.down::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.color-slider-arrow.up::before {
    border-bottom: 8px solid #888;
}
.color-slider-arrow.down::before {
    border-top: 8px solid #888;
}
.color-slider-arrow:disabled,
.color-slider-arrow.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.color-slider-arrow:hover:not(:disabled)::before {
    border-bottom-color: #C50E3A;
    border-top-color: #C50E3A;
}

.tax-product_category .absolute-menu-header .head-right-side,
.tax-product_brand .absolute-menu-header .head-right-side,
.single-product .absolute-menu-header .head-right-side,
.page-template-new-catalog .absolute-menu-header .head-right-side {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .home .content-2-box .display-table .row-2 {
    padding-left: 0px;
    }

    .home-new-bullets li {
        font-size: 14px;
    }
}

.home-new-projects__inner .wrapper {
  margin-top: 0px;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}


/* тільки для Chrome / WebKit */
@supports (-webkit-appearance: none) {
      .slogan, .load-page .header-content .p-light
    {

        letter-spacing: -0.5px;
    }
}

/* Скасувати тільки для Firefox */
@supports (-moz-appearance: none) {
  .slogan, .load-page .header-content .p-light {
    letter-spacing: 0;
  }
}