.shop02-template-09 .title-header .fz-B {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}
@media (min-width: 740px) {
    .shop02-template-09 .title-header .fz-B {
        font-size: 22px;
    }
}
@media (min-width: 1500px) {
    .shop02-template-09 .title-header .fz-B {
        font-size: 26px;
    }
}
@media (min-width: 1800px) {
    .shop02-template-09 .title-header .fz-B {
        font-size: 30px;
    }
}
.shop02-template-09 .item .fz-C,
.shop02-template-09 .fz-B {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.25em;
}
@media (min-width: 740px) {
    .shop02-template-09 .item .fz-C,
    .shop02-template-09 .fz-B {
        font-size: 17px;
    }
}
@media (min-width: 1500px) {
    .shop02-template-09 .item .fz-C,
    .shop02-template-09 .fz-B {
        font-size: 18px;
    }
}
@media (min-width: 1800px) {
    .shop02-template-09 .item .fz-C,
    .shop02-template-09 .fz-B {
        font-size: 20px;
    }
}
.shop02-template-09 .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-09 .title-header .more {
        font-size: 0.8125rem;
    }
}
@media (min-width: 1180px) {
    .shop02-template-09 .title-header .more:hover {
        border-color: var(--color-main-dark) !important;
        background-color: var(--color-main-dark) !important;
        color: #fff !important;
    }
}
.shop02-template-09 .title-header {
    padding-top: 50px;
}
.shop02-template-09 .title-header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop02-template-09 .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-09 .title-header .swiper-pagination {
    position: static;
}
@media (min-width: 0) and (max-width: 979px) {
    .shop02-template-09 .title-header .swiper-pagination {
        display: none;
    }
}
.shop02-template-09 .title-header .center .fz-B {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop02-template-09 .item .fn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
@media (min-width: 740px) {
    .shop02-template-09 .item .fn {
        padding-top: 20px;
    }
}
.shop02-template-09 .item .fn svg {
    display: block;
    width: 100%;
    height: auto;
}
.shop02-template-09 .item .fn i,
.shop02-template-09 .item .fn .track {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1500px) {
    .shop02-template-09 .item .fn i,
    .shop02-template-09 .item .fn .track {
        width: 24px;
        height: 24px;
    }
}
.shop02-template-09 .item .fn .track {
    opacity: 0.6;
}
.shop02-template-09 .item .fn .track path {
    fill: transparent;
    stroke: var(--color-main);
    stroke-linecap: round;
    transition: all 0.35s ease;
}
.shop02-template-09 .item .fn .track.active {
    opacity: 1;
}
.shop02-template-09 .item .fn .track.active path {
    fill: var(--color-main);
    stroke: var(--color-main);
}
.shop02-template-09 .item .fn .add-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}
@media (min-width: 1800px) {
    .shop02-template-09 .item .fn .add-cart {
        font-size: 0.9375rem;
    }
}
.shop02-template-09 .item .fn .add-cart i {
    -webkit-mask: url("../img/layout/cart.svg") no-repeat;
    -webkit-mask-size: contain;
    background-color: #000;
    transition: 0.3s ease;
    margin-right: 5px;
    transition: background-color 0.3s ease;
}
.shop02-template-09 .item .fn .add-cart:hover,
.shop02-template-09 .item .fn .add-cart:active {
    color: var(--color-main);
}
.shop02-template-09 .item .fn .add-cart:hover i,
.shop02-template-09 .item .fn .add-cart:active i {
    background-color: var(--color-main);
}
.shop02-template-09 .item .img {
    background-size: var(--mode-bgsize-product);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.shop02-template-09 .item .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: var(--ratio-pd-gallery);
}
.shop02-template-09 .item .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.shop02-template-09 .item .text {
    background-color: #fff;
    padding: 10px;
    transition: background-color 0.35s ease;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.shop02-template-09 .item .text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-color: var(--color-border);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
}
@media (min-width: 740px) {
    .shop02-template-09 .item .text {
        padding: 2.08vw;
    }
}
.shop02-template-09 .item .fz-C {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 2.6em;
    line-height: 1.25em;
    -webkit-box-orient: vertical;
    font-family: var(--font-family);
    margin-bottom: 5px;
}
@media (min-width: 0) and (max-width: 575px) {
    .shop02-template-09 .item .fz-C {
        font-size: 0.9375rem;
    }
}
.shop02-template-09 .item .price {
    display: flex;
    align-items: center;
}
@media (min-width: 0) and (max-width: 575px) {
    .shop02-template-09 .item .price {
        font-size: 0.875rem;
        padding-top: 0.5em;
    }
}
.shop02-template-09 .item .price strong {
    color: var(--color-main);
    font-weight: normal;
}
.shop02-template-09 .item .price span {
    color: var(--color-text-light);
    text-decoration: line-through;
    padding-left: 0.5em;
}
@media (min-width: 0) and (max-width: 575px) {
    .shop02-template-09 .item .price span {
        font-size: 0.75rem;
    }
}
.shop02-template-09 .item .discount {
    background-color: var(--color-bg-discount-label);
    color: var(--color-text-discount-label);
    position: absolute;
    right: 5%;
    top: 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 3;
}
@media (min-width: 0) and (max-width: 739px) {
    .shop02-template-09 .item .discount {
        font-size: 0.75rem;
        width: 40px;
        height: 40px;
    }
}
.shop02-template-09 .border.item .text {
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
@media (min-width: 1180px) {
    .shop02-template-09 .item:hover .text:after {
        opacity: 0.2;
    }
    .shop02-template-09 .item:hover .img:after {
        opacity: 1;
    }
}
.shop02-template-09 .simple.item {
    border: 1px solid transparent;
    transition: border 0.4s ease;
    margin-bottom: 0;
}
@media (min-width: 740px) {
    .shop02-template-09 .simple.item {
        margin-bottom: 2.5vw;
    }
}
.shop02-template-09 .simple.item .text {
    border: none;
}
@media (min-width: 1180px) {
    .shop02-template-09 .simple.item:hover {
        border-color: var(--color-main);
    }
    .shop02-template-09 .simple.item:hover .text:after {
        opacity: 0;
    }
    .shop02-template-09 .simple.item:hover .img:after {
        opacity: 0;
    }
}
.shop02-template-09 {
    overflow: hidden;
}
.shop02-template-09 .prd-pool {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 740px) {
    .shop02-template-09 .prd-pool {
        padding: 0 2.08vw;
    }
}
.shop02-template-09 .item {
    width: 50%;
}
@media (min-width: 740px) {
    .shop02-template-09 .item {
        width: 33.33%;
    }
}
@media (min-width: 980px) {
    .shop02-template-09 .item {
        width: 25%;
    }
}
@media (min-width: 1180px) {
    .shop02-template-09 .item {
        width: 18%;
        margin: 0 1%;
    }
}
@media (min-width: 1500px) {
    .shop02-template-09 .item {
        width: 16%;
        margin: 0 2%;
    }
}
.shop02-template-09 .item .fn {
    margin-top: 15px;
    border-top: 1px solid var(--color-border);
}

.shop02-template-09 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
