.shop02-template-12 .title-header .fz-B {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}
@media (min-width: 740px) {
    .shop02-template-12 .title-header .fz-B {
        font-size: 22px;
    }
}
@media (min-width: 1500px) {
    .shop02-template-12 .title-header .fz-B {
        font-size: 26px;
    }
}
@media (min-width: 1800px) {
    .shop02-template-12 .title-header .fz-B {
        font-size: 30px;
    }
}
.shop02-template-12 .title-header .more {
    font-size: 0.875rem;
    padding: 0.5em 2em;
    border-radius: 30px;
    display: inline-flex;
    width: auto;
    transition: all 0.4s ease;
    border-width: 1px;
    border-style: solid;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    margin-top: 10px;
}
@media (min-width: 740px) and (max-width: 1499px) {
    .shop02-template-12 .title-header .more {
        font-size: 0.8125rem;
    }
}
@media (min-width: 1180px) {
    .shop02-template-12 .title-header .more:hover {
        border-color: var(--color-main-dark) !important;
        background-color: var(--color-main-dark) !important;
        color: #fff !important;
    }
}
@media (min-width: 0) and (max-width: 979px) {
    .shop02-template-12 .title-header {
        padding-top: 50px;
    }
}
.shop02-template-12 .title-header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop02-template-12 .title-header .fz-B.deco:after {
    content: "";
    display: block;
    width: 1.25em;
    height: 3px;
    border-top: 3px solid var(--color-second);
    margin: 1em 0 2em;
}
.shop02-template-12 .title-header .swiper-pagination {
    position: static;
}
@media (min-width: 0) and (max-width: 979px) {
    .shop02-template-12 .title-header .swiper-pagination {
        display: none;
    }
}
.shop02-template-12 .title-header .center .fz-B {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop02-template-12 {
    padding-bottom: 50px;
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 980px) {
    .shop02-template-12 {
        padding-bottom: 4vw;
    }
}
.shop02-template-12 .swiper-container {
    overflow: hidden;
    width: 100%;
}
.shop02-template-12 .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--color-border);
    margin-bottom: 40px;
}
@media (min-width: 980px) {
    .shop02-template-12 .container:before {
        margin-bottom: 2.6vw;
    }
}
.shop02-template-12 .title-header {
    padding-bottom: 2vw;
}
@media (min-width: 0) and (max-width: 979px) {
    .shop02-template-12 .title-header {
        padding-top: 0;
    }
}
.shop02-template-12 .title-header > div {
    align-items: center;
}
@media (min-width: 0) and (max-width: 979px) {
    .shop02-template-12 .title-header > div {
        padding-bottom: 25px;
    }
}
.shop02-template-12 .title-header .fz-B {
    display: flex;
}
.shop02-template-12 .img-group {
    display: flex;
    flex-wrap: wrap;
}
.shop02-template-12 .img-holder {
    position: relative;
    display: block;
    width: 25%;
    overflow: hidden;
}
@media (min-width: 740px) {
    .shop02-template-12 .img-holder {
        width: 12.5%;
    }
}
.shop02-template-12 .img-holder:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.shop02-template-12 .img-holder .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    /* filter: grayscale(100%); */
    image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 1180px) {
    .shop02-template-12 .img-holder:active .img,
    .shop02-template-12 .img-holder:hover .img {
        transform: scale(1.125);
        filter: grayscale(0%);
    }
}

.shop02-template-12 {
    position: relative;
    isolation: isolate;
}

.shop02-template-12 .container {
    position: relative;
    z-index: 3;
}
.shop02-template-12 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 0) and (max-width: 739px) {
    .shop02-template-12 .bg.desktop {
        display: none !important;
    }
}
@media (min-width: 740px) {
    .shop02-template-12 .bg.mobile {
        display: none !important;
    }
}
