.common-brand-page {
    & .common-brand-content {
        width: 1200px;
        margin: 0 auto;

        & .content-title {
            position: relative;
            text-align: center;
            margin: 0 0 80px;

            & a>img {
                width: 178.5px;
            }

            &>img {
                position: absolute;
                top: 50%;
                right: 196px;
                transform: translateY(-50%);
                width: 111.33px;
            }
        }

        & .content-nav {
            margin-bottom: 30px;

            & ul {
                display: flex;
                justify-content: center;
                gap: 30px;

                & li {
                    flex: 1;

                    & a {
                        text-align: center;
                        width: 100%;
                        display: block;
                        font-size: 14px;
                        text-decoration: none;
                        color: #000;
                        padding: 12px 0;

                        &:hover {}

                        &::after {
                            content: "";
                            display: inline-block;
                            width: 10px;
                            height: 6px;
                            margin-left: 15px;
                            background-color: currentColor;
                            -webkit-mask-mode: alpha;
                            mask-mode: alpha;
                            -webkit-mask: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
                            mask: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
                            transform-origin: 50% 25%;
                            transform: rotate(270deg);
                            vertical-align: middle;
                        }

                        &:hover {
                            background-color: #e6e6e6;
                        }
                    }

                    &.hasChild {
                        position: relative;

                        & a::after {
                            transform: rotate(0deg);
                        }

                        & ul {
                            display: none;
                            position: absolute;
                            width: max-content;
                            z-index: 1;
                            min-width: 100%;

                            & li {
                                & a {
                                    background-color: #fff;
                                    border-bottom: 1px solid #000;
                                    padding: 12px;

                                    &::after {
                                        display: none;
                                    }

                                    &:hover {
                                        background-color: #e6e6e6;
                                    }

                                }

                                &:first-child a {
                                    border-top: 1px solid #000;
                                }
                            }
                        }
                    }
                }
            }
        }

        & .content-slider {
            margin-bottom: 80px;

            & .slider-item {
                & picture {
                    width: 100%;
                    display: block;

                    & img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                }
            }

            & .slick-dots {
                bottom: -40px;
                & li{
                    & button {
                        background: #D9D9D9;
                        border-radius: 100%;
                        width: 4px;
                        height: 4px;
                        padding: 0;
                        &::before {
                            display: none;
                        }
                    }

                    &.slick-active button {
                        width: 10px;
                        height: 10px;

                    }

                } 
            } 
        }


        & .content-section {
            margin: 0 0 100px;

            & .container {
                width: 100%;
                padding: 0;
            }

            & .content-section-title {
                & h2 {
                    font-size: 24px;
                    position: relative;
                    margin-bottom: 30px;
                    letter-spacing: 0.05em;
                    display: flex;
                    align-items: center;

                    & small {
                        font-size: 14px;
                        font-weight: 100;
                        margin-left: 18px;
                    }

                    &::before {
                        content: "";
                        width: 10px;
                        height: 2px;
                        top: 50%;
                        background-color: #000;
                        display: inline-block;
                        vertical-align: middle;
                        margin-bottom: 2px;
                        margin-right: 17px;
                    }
                }
            }

            & .content-section-subtitle {
                font-size: 14px;
                margin: 50px 0 20px;
            }


            & .products {
                & .products__list {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;

                    .product {
                        width: 220px;
                        position: relative;

                        & .product__text__brand {
                            font-size: 13px;
                            margin: 0 0 6px;
                        }

                        & .product__text__title {
                            font-size: 15px;
                            margin: 0 0 8px;
                        }

                        & .product__text__info {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            & .status {
                                color: #585858;
                                border: 1px solid #909090;
                                padding: 3px 5px 4px;
                                display: inline-block;
                                font-size: 10px;
                            }
                        }
                    }
                }
            }

            & .content-button-area {
                text-align: center;
                margin-top: 100px;

                & a {
                    &.btn-black {
                        color: #fff;
                    }
                }
            }

            & .content-mustitems {
                & ul {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 20px;

                    & li {
                        width: 200px;

                        & a {
                            display: block;
                            width: 100%;
                            text-align: center;
                            font-size: 15px;

                            & img {
                                margin-bottom: 20px;
                            }
                        }
                    }
                }
            }

            & .content-series {
                & ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: start;
                    gap: 40px 50px;

                    & li {
                        width: 200px;

                        & a {
                            display: block;
                            width: 100%;
                            text-align: center;
                            font-size: 15px;

                            & img {}
                        }
                    }
                }
            }

            & .content-ignis-products {
                & ul {
                    display: flex;
                    justify-content: start;
                    flex-wrap: wrap;
                    gap: 30px 66px;

                    & li {
                        width: 250px;

                        & a {
                            display: block;
                            width: 100%;
                            text-align: center;

                            & img {}
                        }
                    }
                }
            }

            & .content-ignisio-products {
                width: 800px;
                margin: 0 auto;
                & ul {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 62px 69px;
                    justify-content: center;


                    & li {
                        width: 186px;

                        & a {
                            text-align: center;
                            display: block;
                            font-size: 15px;

                            & img {
                                margin: 0 0 16px;
                            }
                        }
                    }
                }
            }


            & .content-elegance-products {
                padding: 0 40px;

                h3 {
                    font-size: 16px;
                    margin: 0 0 24px;
                    display: flex;
                    align-items: center;
                    gap: 12px;

                    &::after {
                        content: "";
                        flex: 1;
                        height: 1px;
                        background: #000;
                    }
                }

                & .wrapper {
                    display: flex;
                    gap: 90px;
                    margin: 0 0 50px;

                    & .category-block {
                        & ul {
                            display: flex;
                            gap: 10px;

                            & li {
                                width: 130px;
                                text-align: center;

                                & a {
                                    font-size: 15px;
                                }

                                & .img {
                                    width: 100%;
                                    aspect-ratio: 1/1;
                                    margin: 0 0 10px;

                                    & img {
                                        object-fit: cover;
                                        width: 100%;
                                        height: 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }

        }

        & .ranking-items-section {
            & .products__list {
                & .product {
                    padding: 60px 0 0;

                    &::before {
                        content: url('/html/template/colorstudio/myassets/img/icon/ranking_budge_1.png');
                        position: absolute;
                        top: 0;
                        left: 0;
                        transform: scale(0.7);
                    }

                    &:nth-child(2)::before {
                        content: url('/html/template/colorstudio/myassets/img/icon/ranking_budge_2.png');
                    }

                    &:nth-child(3)::before {
                        content: url('/html/template/colorstudio/myassets/img/icon/ranking_budge_3.png');
                    }

                    &:nth-child(4)::before {
                        content: url('/html/template/colorstudio/myassets/img/icon/ranking_budge_4.png');
                        top: 10px;
                    }

                    &:nth-child(5)::before {
                        content: url('/html/template/colorstudio/myassets/img/icon/ranking_budge_5.png');
                        top: 10px;
                    }
                }

            }
        }

        & .banner-section {
            & a {
                max-width: 600px;
                display: block;
                margin: 0 auto;

                & img {
                    width: 100%;
                    height: auto;
                    display: block;
                }
            }
        }

        & .ignis-footer-section {
            & .container {
                background: #F7F6F1;
                padding: 60px 0;

                &>img {
                    margin: 0 auto;
                    display: block;
                    width: 118px;
                    mix-blend-mode: multiply;
                }

                &>p {
                    text-align: center;
                    margin: 24px 0 50px;
                    letter-spacing: 7.5px;
                    color: #5B5B5B;
                }

                & .content-box {
                    display: flex;
                    gap: 108px;
                    justify-content: center;
                    align-items: center;

                    & .content-box-thumbs {
                        width: 280px;

                        & img {
                            width: 100%;
                            height: auto;
                            display: block;
                        }
                    }

                    & .content-box-body {
                        font-size: 15px;
                        line-height: 2;
                        color: #5B5B5B;
                        letter-spacing: 3px;

                        & a {
                            font-size: 16px;
                            padding: 20px 0;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 300px;
                            margin-top: 27px;
                            text-decoration: none;
                            color: #99867C;
                            border: 1px solid #99867C;
                            background-color: #ffffff;
                        }
                    }
                }
            }
        }
    }

    &.albion-brand-page {

        & .common-brand-content {
            & .content-title {
                & a>img {
                    width: 297.5px;
                }

                &>img {
                    position: absolute;
                    top: 50%;
                    right: 61.56px;
                    transform: translateY(-50%);
                    width: 151.437px;
                }
            }
        }

    }

    &.ignis-brand-page {

        & .common-brand-content {
            & .content-title {
                & a>img {
                    width: 416.5px;
                }

                &>img {
                    position: absolute;
                    top: 50%;
                    right: 65.4px;
                    transform: translateY(-50%);
                    width: 153.595px;
                }
            }

            & .content-nav {
                & ul {
                    & li {
                        flex: 0 0 auto;
                        min-width: 100px;
                    }
                }
            }
        }

    }

    &.ignisio-brand-page {

        & .common-brand-content {
            & .content-title {
                & a>img {
                    width: 186px;
                }
            }
        }

    }

    &.elegance-brand-page {
        & .common-brand-content {
            & .content-title {
                & a>img {
                    width: 264px;
                }

                &>img {
                    position: absolute;
                    top: 50%;
                    right: 79.62px;
                    transform: translateY(-50%);
                    width: 144.279px;
                }
            }
            & .content-nav {
                & ul {
                    & li {
                        flex: 0 0 auto;
                        min-width: 150px;
                    }
                }
            }
        }

    }

}

@media screen and (max-width: 750px) {
    .common-brand-page {
        & .common-brand-content {
            width: 100%;

            & .content-title {
                margin: 0 0 20px;

                & a>img {
                    width: 89.25px;
                }

                &>img {
                    right: 30px;
                    width: 40px;
                }
            }

            &>.content-nav {
                display: none;
            }

            & .content-nav {
                margin-bottom: 30px;

                & ul {
                    display: flex;
                    justify-content: center;
                    gap: 30px;

                    & li {
                        flex: 1;

                        & a {
                            text-align: center;
                            width: 100%;
                            display: block;
                            font-size: 14px;
                            text-decoration: none;
                            color: #000;
                            padding: 12px 0;

                            &:hover {}

                            &::after {
                                content: "";
                                display: inline-block;
                                width: 10px;
                                height: 6px;
                                margin-left: 15px;
                                background-color: currentColor;
                                -webkit-mask-mode: alpha;
                                mask-mode: alpha;
                                -webkit-mask: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
                                mask: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
                                transform-origin: 50% 25%;
                                transform: rotate(270deg);
                                vertical-align: middle;
                            }
                        }

                        &.hasChild {
                            position: relative;

                            & a::after {
                                transform: rotate(0deg);
                            }

                            & ul {
                                display: none;
                                position: absolute;
                                width: 100%;
                                z-index: 1;

                                & li {
                                    & a {
                                        background-color: #fff;
                                        border-bottom: 1px solid #000;

                                        &::after {
                                            display: none;
                                        }
                                    }

                                    &:first-child a {
                                        border-top: 1px solid #000;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            & .content-slider {
                margin-bottom: 80px;

                & .slider-item {
                    & picture {
                        width: 100%;

                        & img {
                            width: 100%;
                            height: auto;
                            display: block;
                        }

                    }
                }
            }

            & .content-section {
                margin: 0 0 80px;
                padding: 0 15px;

                & .container {
                    width: 100%;
                    padding: 0;
                }

                & .content-section-title {
                    & h2 {
                        font-size: 17.5px;
                        margin-bottom: 15px;

                        & small {
                            font-size: 10px;
                            margin-left: 7px;
                        }

                        &::before {}
                    }
                }

                & .content-section-subtitle {
                    font-size: 10px;
                    margin: 50px 0 20px;
                }


                & .products {
                    & .products__list {
                        .product {
                            width: 100%;

                            &>a {
                                display: flex;
                                gap: 20px;
                            }

                            & .product__image {
                                width: calc(40vw);
                                flex: 1;
                            }

                            & .product__text {
                                flex: 1;
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                            }

                            & .product__text__brand {
                                font-size: 9px;
                                margin: 0 0 6px;
                            }

                            & .product__text__title {
                                font-size: 10px;
                                margin: 0 0 8px;
                            }

                            & .product__text__info {
                                font-size: 11px;

                                & .status {
                                    font-size: 10px;
                                }
                            }
                        }
                    }
                }

                & .content-button-area {
                    margin-top: 100px;

                    & a {
                        &.btn-black {}
                    }
                }

                & .content-nav {
                    &>ul {
                        display: block;
                        padding: 0 22px 0 18px;

                        &>li {
                            border-bottom: 1px solid #000;

                            &::first-child {
                                border-top: 1px solid #000;
                            }

                            &>a {
                                font-size: 12px;
                                text-align: left;
                                position: relative;

                                &::after {
                                    position: absolute;
                                    right: 0;
                                    top: 50%;
                                    transform: translateY(-50%);
                                }
                            }

                            &>ul {
                                position: relative;

                                &>li {
                                    & a {
                                        font-size: 12px;
                                    }

                                    &:last-child {
                                        & a {
                                            border-bottom: none;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                & .content-mustitems {
                    & ul {
                        gap: 20px;

                        & li {
                            width: calc(50% - 10px);

                            & a {
                                font-size: 10px;

                                & img {
                                    margin-bottom: 10px;
                                }
                            }
                        }
                    }
                }

                & .content-series {
                    & ul {
                        display: flex;
                        justify-content: space-between;
                        flex-wrap: wrap;
                        gap: 40px 20px;

                        & li {
                            width: calc(50% - 10px);

                            & a {
                                & img {}
                            }
                        }
                    }
                }

                & .content-ignis-products {
                    & ul {
                        display: flex;
                        justify-content: start;
                        flex-wrap: wrap;
                        gap: 20px;

                        & li {
                            width: calc(50% - 10px);

                            & a {
                                display: block;
                                width: 100%;
                                text-align: center;

                                & img {}
                            }
                        }
                    }
                }


                & .content-ignisio-products {
                    width: 100%;
                    padding: 10px 20px 0;
                    & ul {
                        gap: 24px 18px;

                        & li {
                            width: calc(50% - 9px);

                            & a {
                                font-size: 10px;

                                & img {
                                    margin: 0 0 16px;
                                }
                            }
                        }
                    }
                }

                & .content-elegance-products {
                    padding: 0;

                    h3 {
                        font-size: 12px;
                        margin: 0 0 11px;
                        gap: 12px;

                        &::after {
                            content: "";
                            flex: 1;
                            height: 1px;
                            background: #000;
                        }
                    }

                    & .wrapper {
                        gap: 24px;
                        margin: 0 0 50px;
                        flex-wrap: wrap;

                        & .category-block {
                            width: 100%;

                            & ul {
                                gap: 8px;

                                & li {
                                    width: 70px;

                                    & a {
                                        font-size: 10px;
                                    }

                                    & .img {
                                        width: 100%;
                                        aspect-ratio: 1/1;
                                        margin: 0 0 10px;

                                        & img {
                                            object-fit: cover;
                                            width: 100%;
                                            height: 100%;
                                        }
                                    }
                                }
                            }
                        }

                        &:nth-child(2) {
                            display: flex;
                            justify-content: start;

                            & .category-block {
                                width: 70px;

                                & h3 {
                                    &::after {
                                        display: none;
                                    }
                                }
                            }
                        }
                    }



                }
            }

            & .ranking-items-section {
                & .products {
                    & .products__list {
                        position: relative;

                        & .slick-arrow {
                            z-index: 1;
                            top: 50%;
                            transform: translateY(-50%);
                            width: 16.25px;
                            height: 22.5px;
                            z-index: 2;

                            background-color: #000;

                            -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / 14px auto;
                            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M9.35358 0.353546L4.85358 4.85355L0.353577 0.353546' stroke='white' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / 14px auto;

                            &::before {
                                font-size: 30px;
                                color: #000;
                                display: none;
                            }

                            &.slick-prev {
                                left: -10px;
                                transform: rotate(90deg);
                            }

                            &.slick-next {
                                right: -10px;
                                transform: rotate(-90deg);
                            }
                        }

                        & .product {
                            padding: 60px 10px 5px;
                            width: 40vw;

                            &::before {}

                            &:nth-child(2)::before {}

                            &:nth-child(3)::before {}

                            &:nth-child(4)::before {}

                            &:nth-child(5)::before {}

                            &>a {
                                display: block;

                                & .product__image {
                                    width: 100%;
                                }
                            }
                        }

                    }
                }
            }

            & .banner-section {
                & a {
                    max-width: 600px;
                    display: block;
                    margin: 0 auto;

                    & img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                }
            }

            & .ignis-footer-section {
                & .container {
                    padding: 50px 0 40px 0;

                    &>img {
                        width: 68px;
                        margin: 0 auto 20px;
                    }

                    &>p {
                        font-size: 10px;
                    }

                    & .content-box {
                        flex-wrap: wrap;
                        gap: 18px;

                        & .content-box-thumbs {
                            width: 177px;

                            & img {}
                        }

                        & .content-box-body {
                            font-size: 10px;
                            text-align: center;

                            & a {
                                font-size: 12px;
                                padding: 17px 0;
                                width: 300px;
                                margin-top: 20px;
                            }
                        }
                    }
                }
            }

        }


        &.albion-brand-page {

            & .common-brand-content {
                & .content-title {
                    & a>img {
                        width: 151.1px;
                    }

                    &>img {
                        width: 54.6px;
                        left: calc(50% + 115.95px);
                    }
                }
            }

        }

        &.ignis-brand-page {

            & .common-brand-content {
                & .content-title {
                    & a>img {
                        width: 139.5px;
                    }

                    &>img {
                        width: 50.15px;
                        left: calc(50% + 93px);
                    }
                }
            }

        }

        &.elegance-brand-page {
            & .common-brand-content {
                & .content-title {
                    & a>img {
                        width: 107px;
                    }

                    &>img {
                        width: 49.36px;
                        left: calc(50% + 94.8px);
                    }
                }
            }
        }

    }

}