﻿@charset "UTF-8";

body,
html {
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #9b0501;
    opacity: 1;
    background-image: radial-gradient(#d51310 1.1500000000000001px, #9b0501 1.1500000000000001px);
    background-size: 23px 23px;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

header {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    height: 50px;
}

.tab_img {
    width: 100%;
    max-width: 200px;
}

.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #9b0501;
    border: 1px solid #9b0501;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

    .page-link.active {
        z-index: 2;
        color: #0a58ca;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center
}

footer {
    background-color: #25241f;
    padding: 20px 0;
}

del {
    color: #25241f;
    padding: 10px;
}

.sp {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0;
    height: 50px;
}

.sp2 {
    background: #dc4400; /* Old browsers */
    background: -moz-linear-gradient(top, #dc4400 0%, #d8203a 44%, #ff7e00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dc4400 0%,#d8203a 44%,#ff7e00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dc4400 0%,#d8203a 44%,#ff7e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4400', endColorstr='#ff7e00',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0;
    height: 50px;
}

.sp3 {
    background: #d8248f; /* Old browsers */
    background: -moz-linear-gradient(top, #d8248f 0%, #8d43c3 44%, #8e46c3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d8248f 0%,#8d43c3 44%,#8e46c3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d8248f 0%,#8d43c3 44%,#8e46c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4400', endColorstr='#ff7e00',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0;
    height: 50px;
}

.badge, .badge2 {
    display: inline-block;
    padding: 0.35em 1.25em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin: 5px;
}

.badge {
    color: #4095cb;
    border: #4095cb 1px solid;
}

.badge2 {
    color: #d30180;
    border: #d30180 1px solid;
}

.pagination {
    background-color: #9b0501;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 1rem;
}

.pagination-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-bottom: 0;
    width: max-content;
}

    .pagination-list .page-item:first-child .page-link,
    .pagination-list .page-item:last-child .page-link {
        border-radius: 0;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #666;
    background-color: #fff;
    border-color: #fff;
}

.swiper-button-disabled,
.swiper-button-disabled:focus {
    background-color: transparent;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}

    .swiper-button-disabled span,
    .swiper-button-disabled:focus span {
        color: #6c757d;
    }

.product_section {
    background: url(/imgs/Shop/product_bg.png);
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 0%;
}

.product_height {
    height: 120px;
    background-color: #FFF;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
}

    .product_height > p {
        color: #25241f;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product_area, .product_area2, .product_area3 {
    padding: 0 20px;
    border-radius: 5px;
}

.product_area {
    background-color: #ae0116;
}

.product_area2 {
    background-color: #9603a3;
}

.product_area3 {
    background-color: #a10d56;
}

.banner_section {
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
}

    .banner_section::after {
        content: "";
        display: block;
        padding-bottom: 68%;
    }

.banner_img {
    position: absolute;
    width: 100%;
}

.logo {
    width: 144px;
    height: 40px;
    background: url(/imgs/Shop/logo.png) no-repeat;
    background-size: 144px 40px;
    text-indent: -9999px;
    float: left;
}

.kv {
    background: url(/imgs/Shop/1920x650.jpg) no-repeat;
    background-size: contain;
    padding-bottom: 34%;
}

.banner_position {
    position: absolute;
    padding: 8% 13%;
    z-index: 1;
    width: 100%;
}


/* gotop48px */
.toTop-arrow {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 10;
}

    .toTop-arrow::before, .toTop-arrow::after {
        width: 25px;
        height: 6px;
        border-radius: 3px;
        background: #f90;
        position: absolute;
        content: "";
    }

    .toTop-arrow::before {
        transform: rotate(-45deg) translate(0, -50%);
        left: 0.42rem;
    }

    .toTop-arrow::after {
        transform: rotate(45deg) translate(0, -50%);
        right: 0.42rem;
    }

    .toTop-arrow:focus {
        outline: none;
    }

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    height: fit-content;
    margin-top: var(--bs-gutter-y);
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
            /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }

.card-imgBox {
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .card-imgBox::after {
        content: '';
        padding-bottom: 100%;
    }

    .card-imgBox img {
        width: 100%;
        position: absolute;
    }

.banner-link {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
}

    .banner-link:after {
        content: "";
        padding-bottom: 100%;
    }

    .banner-link img {
        position: absolute;
        width: 100%;
    }
.product_area .swiper-container {
    padding-bottom: var(--bs-gutter-y);
}
.header-search-form{
    margin-bottom:20px;
}
.search-input {
    width: 100%;
    height: 18px;
    font-size: 16px;
    line-height: 19px;
    box-sizing: content-box;
    border: 1px solid #c1c1c1;
    border-right-width: 0;
    background-color: #fff;
    outline: none;
    padding: 10px;
    border-radius: 0;
    margin-right: 0;
}
.search-button {
    width: 72px;
    height: 40px;
    background-color: var(--primary);
    border-width: 0;
    outline: none;
    border-radius: 0;
}
.not-product-text{
    font-size:20px;
    margin:0;
}
@media (max-width: 320px) {
    .banner_position {
        padding: 12% 13%;
    }

}

@media (min-width: 321px) and (max-width: 575.99px) {
    .tab_img {
        max-width: 100px;
    }


    .banner_section {
        margin-top: 20px;
    }

    .sp, .sp2, .sp3 {
        height: 45px;
        font-size: 11px;
        line-height: 140%;
    }

    .product_height {
        height: 125px;
        background-color: #FFF;
        text-align: center;
        margin: 0;
        font-size: 14px;
    }

    .product_area, .product_area2, .product_area3 {
        padding: 0 10px;
        border-radius: 5px;
    }

    .h3 {
        font-size: 17px;
    }
}
@media (min-width: 768px) {

}
@media (max-width: 767.9px) {
    .banner_position {
        padding: 14.5% 13%;
    }

    .banner_section::after {
        padding-bottom: 140%;
    }
    .kv {
        background: url(/imgs/Shop/500x600.jpg) no-repeat;
        background-size: contain;
        padding-bottom: 130%;
        background-position: center;
    }
   
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tab_img {
        max-width: 120px;
    }

    .banner_section {
        /*padding-bottom: 5%;*/
    }

    .sp, .sp2, .sp3 {
        height: 55px;
        font-size: 14px;
        line-height: 140%;
    }

    .product_height {
        height: 140px;
        background-color: #FFF;
        text-align: center;
        margin: 0;
        padding: 5px;
        font-size: 14px;
    }

    .badge, .badge2 {
        display: inline-block;
        padding: 0.3em 1em;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        margin: 5px;
    }

    .product_area, .product_area2, .product_area3 {
        padding: 0 5px;
        border-radius: 5px;
    }

   

    .h3 {
        font-size: 18px;
    }

    del {
        color: #25241f;
        padding: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .tab_img {
        max-width: 120px;
    }

    .sp, .sp2, .sp3 {
        height: 65px;
    }

    .product_height {
        height: 150px;
        background-color: #FFF;
        text-align: center;
        margin: 0;
        padding: 10px;
        font-size: 16px;
    }
}
