/* ============================================================
   Product List Page - Professional Corporate Style
   Enhanced by Antigravity - 2026-01-30
   ============================================================ */

/* === Header Banner === */
.pg_9_814 {
    height: 200px;
}

@media (min-width:992px) {
    .pg_9_814 {
        height: 320px;
    }
}

@media (min-width:1200px) {
    .pg_9_814 .container {
        width: 1200px;
    }
}

.pg_9_815 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 50%, #2b6cb0 100%);
    background-size: cover;
    background-position: center center;
}

.pg_9_817 {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}

@media (min-width:576px) {
    .pg_9_817 {
        padding: 0;
    }
}

@media (min-width:992px) {
    .pg_9_817 {
        height: 320px;
    }
}

.pg_9_818 {
    text-align: right;
}

.pg_9_818 h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pg_9_818 span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
}

@media (min-width:992px) {
    .pg_9_818 h1 {
        font-size: 42px;
    }

    .pg_9_818 span {
        font-size: 20px;
    }
}

/* === Category Navigation === */
.pg_9_810 {
    height: 55px;
    border-bottom: 2px solid #e2e8f0;
    background: #ffffff;
}

@media (min-width:768px) {
    .pg_9_810 {
        height: 65px;
    }
}

@media (min-width:1200px) {
    .pg_9_810 .container {
        width: 1200px;
    }
}

.pg_9_811 {
    height: 55px;
}

.pg_9_812 {
    height: 55px;
}

@media (min-width:768px) {
    .pg_9_812 {
        padding: 0;
        height: 65px;
    }
}

.pg_9_813 {
    width: 100%;
    float: left;
}

.pg_9_813 nav {
    width: 100%;
    float: left;
}

.pg_9_813 nav ul {
    width: 100%;
    text-align: left;
    float: left;
    clear: right;
}

.pg_9_813 nav ul li {
    width: 20%;
    line-height: 30px;
    float: left;
    clear: right;
    position: relative;
    display: inline-block;
}

.pg_9_813 nav ul li a {
    padding: 0 8px;
    width: 100%;
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 55px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
}

.pg_9_813 nav ul li a:hover {
    color: #2b6cb0;
}

.pg_9_813 nav ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: linear-gradient(90deg, #2b6cb0, #4299e1);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.pg_9_813 nav ul li a:hover:after,
.pg_9_813 nav ul li a.active:after {
    width: 60%;
}

.pg_9_813 nav ul li a.active {
    color: #2b6cb0;
    font-weight: 600;
}

@media (min-width:768px) {
    .pg_9_813 nav ul li a {
        font-size: 16px;
        line-height: 65px;
    }
}

@media (min-width:992px) {
    .pg_9_813 nav ul li a {
        line-height: 65px;
    }

    .pg_9_813 nav ul {
        font-size: 16px;
    }
}

/* Dropdown styling */
.pg_9_813 nav ul li ul {
    margin-left: -70px;
    padding: 12px 0;
    width: 140px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1000;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.pg_9_813 nav ul li ul:before {
    content: "";
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border: none;
    box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -8px;
    left: 50%;
    background: #ffffff;
    transform: rotate(45deg);
}

.pg_9_813 nav ul li ul li {
    width: 100%;
    float: left;
}

.pg_9_813 nav ul li ul li a {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #4a5568;
}

.pg_9_813 nav ul li ul li a:hover {
    color: #2b6cb0;
    background: #f7fafc;
}

.pg_9_813 nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

/* === Product Section Title === */
.pg_9_874 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

@media (min-width:768px) {
    .pg_9_874 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width:1200px) {
    .pg_9_874 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width:576px) {
    .pg_9_876 {
        padding: 0;
    }
}

@media (min-width:768px) {
    .pg_9_876 {
        padding: 0;
    }
}

.pg_9_877 {
    position: relative;
    margin-bottom: 20px;
}

.pg_9_878 img {
    height: 28px;
}

@media (min-width:768px) {
    .pg_9_878 img {
        height: 32px;
    }

    .pg_9_878 {
        height: 32px;
    }
}

@media (min-width:992px) {
    .pg_9_878 {
        height: auto;
    }
}

.pg_9_879 {
    margin: 0;
    width: 100%;
    height: auto;
    color: #1a365d;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    clear: right;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width:768px) {
    .pg_9_879 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width:992px) {
    .pg_9_879 {
        font-size: 32px;
    }
}

.pg_9_880 {
    width: auto;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.pg_9_880 a {
    width: 90px;
    height: 34px;
    border: 2px solid #2b6cb0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    color: #2b6cb0;
    display: inline-block;
    transition: all 0.3s ease;
}

.pg_9_880 a:hover {
    background: #2b6cb0;
    color: #ffffff;
}

.pg_9_880 a i {
    margin: 0 5px;
}

@media (min-width:992px) {
    .pg_9_880 a {
        width: 140px;
        height: 46px;
        border-radius: 23px;
        font-size: 15px;
        line-height: 42px;
    }
}

/* === Product Cards === */
.pg_9_918 {
    margin-top: 30px;
}

.pg_9_918 ul {
    display: flex;
    flex-wrap: wrap;
}

.pg_9_918 ul li {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
}

.pg_9_918 ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pg_9_918 ul li a {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.pg_9_918 ul li a img {
    width: 100%;
    transition: all 0.5s ease;
}

.pg_9_918 ul li:hover a img {
    transform: scale(1.08);
}

.pg_9_918 ul li a label {
    margin-bottom: 0;
    padding: 24px 20px;
    width: 100%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #e2e8f0;
}

.pg_9_918 ul li a label span {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #1a365d;
    display: block;
    transition: color 0.3s ease;
}

.pg_9_918 ul li:hover a label span {
    color: #2b6cb0;
}

.pg_9_918 ul li a label b {
    color: #718096;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.pg_9_918 ul li:hover a label b {
    color: #2b6cb0;
}

.pg_9_918 ul li a label i {
    height: 60px;
    font-size: 56px;
    font-weight: 700;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    color: #2b6cb0;
    opacity: 0.06;
    transition: all 0.3s ease;
}

.pg_9_918 ul li:hover a label i {
    opacity: 0.15;
    transform: translateY(-5px);
}

@media (min-width:576px) {
    .pg_9_918 ul li {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .pg_9_918 ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width:768px) {
    .pg_9_918 {
        margin-top: 50px;
    }

    .pg_9_918 ul li {
        width: calc(33.333% - 20px);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .pg_9_918 ul li:nth-child(2n) {
        margin-right: 30px;
    }

    .pg_9_918 ul li:nth-child(3n) {
        margin-right: 0;
    }

    .pg_9_918 ul li a label span {
        height: auto;
        min-height: 48px;
    }
}

@media (min-width:1200px) {
    .pg_9_918 ul li a label {
        padding: 28px 24px;
    }

    .pg_9_918 ul li a label span {
        font-size: 17px;
    }
}

/* === Pagination === */
.pg_9_919 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.pg_9_919 ul li {
    margin: 5px;
    width: auto;
    clear: both;
    display: inline-block;
}

.pg_9_919 ul li a {
    padding: 0 16px;
    min-width: 44px;
    height: 44px;
    border-radius: 8px;
    text-align: center;
    line-height: 44px;
    color: #4a5568;
    font-weight: 500;
    float: left;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.pg_9_919 ul li a:hover {
    background: #2b6cb0;
    color: #ffffff;
    border-color: #2b6cb0;
}

.pg_9_919 ul li span {
    padding: 0 12px;
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    float: left;
    color: #718096;
}

.pg_9_919 ul li p {
    margin: 0;
    padding: 0;
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    background: #2b6cb0;
    border-radius: 8px;
    float: left;
    font-weight: 600;
}