/* ===== Small Order / Kusdom Corporate Voucher ===== */
/* 排版參考 igpgift.com/smallorder（舊站 category.css small-gift 區段） */
.products.smallorder {
    background: #fff;
}
.products.small-gift {
    background-color: #fff !important;
    overflow: hidden;
}
.products.small-gift .content {
    width: 100%;
    margin: 0px;
}
.products.small-gift .plane {
    width: 100%;
}
.products.small-gift .banner {
    margin: 0 -15px 50px;
    text-align: center;
    height: unset;
}
.products.small-gift .banner img {
    width: 100%;
    height: auto;
}

/* Question Section */
.small-gift .question {
    background-color: #f0f0f0;
    border-radius: 10px;
    max-width: 1120px;
    margin: 0 auto 50px;
    padding: 0;
}
.small-gift .question .tab {
    width: 19.5%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    font-weight: bold;
}
.small-gift .question .tab img {
    width: 100%;
    max-width: 238px;
    margin-top: -20px;
    height: auto;
}
.small-gift .question .tab.q_t {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 10px 5px;
}

/* Intro Section */
.small-gift .small-order {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.small-order .title,
.small-gift .album .title,
.small-gift .moq-content .title {
    font-size: 48px;
    font-weight: bold;
}
.small-gift .small-order .desc {
    font-size: 15px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Advantages Section */
.small-gift .alot {
    padding: 0;
    position: relative;
}
.small-gift .alot .list {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 2.8% 56% 2.8% 10%;
}
.small-gift .alot .list.gray {
    background-color: #f6f6f6;
}
.small-gift .alot .list .col-sm-6 {
    padding: 18px 28px;
}
.small-gift .alot .list .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.small-gift .alot .list .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.small-gift .alot .img_right {
    position: absolute;
    right: 0;
    z-index: 9;
    width: 60%;
    max-width: 1000px;
    height: auto;
}
.small-gift .alot .icon {
    display: none;
}
.small-gift .alot .visible-xs {
    display: none;
}

/* Days Section */
.small-gift .days {
    padding: 30px 10%;
}
.small-gift .days img {
    width: 100%;
    height: auto;
}

/* Products Section */
.small-gift .moq-content {
    padding: 30px 10%;
    max-width: 100%;
}
.small-gift .moq-content .mob-sorll {
    overflow-x: auto;
}
.small-gift .moq-content ul.category {
    padding-top: 40px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    list-style: none;
    margin: 0;
}
.small-gift .moq-content ul.category li {
    display: inline-block;
    padding: 10px;
    width: 100px;
    cursor: pointer;
}
.small-gift .moq-content ul.category li a {
    color: inherit;
    text-decoration: none;
}
.small-gift .moq-content ul.category li.active {
    border-bottom: 2px solid #f60;
}
.small-gift .moq-content .category-product .pro_list img {
    max-width: 100%;
    border-radius: 6px;
}
.small-gift .moq-content .category-product .category-block {
    display: none;
    margin-left: -10px;
}
.small-gift .moq-content .category-product .category-block.active {
    display: block;
}
.small-gift .pro_list .col-md-3 {
    padding-bottom: 10px;
    padding-top: 5px;
}
.small-gift .pro_list .col-md-3:nth-child(n + 13) {
    display: none;
}
.small-gift .moq-content .category-product .pro_list .col-sm-2 {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
}
.small-gift .moq-content .category-product .pro_list .product-name-row {
    font-size: 13px;
    padding-top: 10px;
}
.small-gift .product-name-row {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/* Album Section */
.small-gift .album {
    padding: 45px 10%;
    background-color: #f6f6f6;
    margin: 5.2% 0;
    position: relative;
}
.small-gift .album .left {
    padding: 1% 55% 1% 5%;
}
.small-gift .album img {
    width: 40%;
    position: absolute;
    right: 10%;
    top: -16%;
}
.small-gift .album .desc {
    font-weight: bold;
}
.small-gift .album .btn {
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    background: #000;
    margin-top: 30px;
}
.small-gift .album .left .visible-xs {
    display: none;
}

/* Social Section */
.small-gift .social {
    margin: 5.5% 10%;
    position: relative;
}
.small-gift .social img {
    width: 61%;
}
.small-gift .social img.bg {
    z-index: 1;
}
.small-gift .social img.top {
    z-index: 2;
    position: absolute;
    right: 0;
    width: 61%;
    bottom: -47px;
}

/* Bottom Banner */
.products.small-gift .bottom_banner {
    margin: 30px 0;
    text-align: center;
}
.products.small-gift .bottom_banner .title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.products.small-gift .bottom_banner img {
    width: 100%;
}
.products.small-gift .bottom_banner .desc {
    margin: 15px auto 50px;
    text-align: center;
    font-size: 15px;
    max-width: 660px;
    width: 100%;
}
.products.small-gift .bottom_banner .desc a {
    color: #0089ff;
}
.products.small-gift .bottom_banner .btns {
    text-align: center;
    margin-bottom: 30px;
}
.products.small-gift .btns .query,
.products.small-gift .btns .view {
    border-radius: 35px;
    padding: 10px 20px;
    min-width: 180px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.products.small-gift .btns .query {
    background-color: #f26c4f;
    color: #fff;
}
.products.small-gift .btns .view {
    background-color: #252525;
    color: #ffea35;
}
.products.small-gift .btns .query:hover,
.products.small-gift .btns .view:hover {
    opacity: 0.9;
}

/* Tablet: max-width 1400px */
@media (max-width: 1400px) {
    .small-gift .alot .list .title {
        font-size: 22px;
    }
    .small-gift .alot .list .col-sm-6 {
        padding: 15px;
    }
    .small-order .title,
    .small-gift .album .title,
    .small-gift .moq-content .title {
        font-size: 26px;
    }
    .small-gift .alot .list {
        width: 100%;
        padding: 2.8% 10% 2.8% 10%;
    }
    .small-gift .alot .img_right {
        position: unset;
        width: 90%;
        margin-left: 5%;
    }
    .small-gift .album img {
        top: 0;
    }
}

/* Mobile: max-width 767px */
@media (max-width: 767px) {
    .small-order .title,
    .small-gift .album .title,
    .small-gift .moq-content .title {
        font-size: 28px;
    }
    .small-gift .album .left {
        position: unset;
        width: 100%;
        padding: 7% 0;
        text-align: center;
    }
     
    .small-gift .album .left .desc {
        padding: 15px 17% 30px;
    }
    .small-gift .alot .list {
        padding: 0;
    }
    .small-gift .alot .img_right {
        display: none;
    }
    .small-gift .question .tab {
        width: 100%;
        margin-bottom: 20px;
    }
    .products.small-gift .banner {
        margin: 0 -5px 20px;
    }
    .small-gift .question .tab img {
        width: 62%;
        max-width: unset;
        margin-top: -100px;
    }
    .small-gift .question .tab.q_t {
        width: 49%;
        margin: 0;
    }
    .small-gift .question {
        margin-top: 100px;
        padding: 0 0 30px 0;
    }
    .small-gift .moq-content ul.category {
        width: 832px;
        padding-left: 0;
    }
    .small-gift .moq-content {
        padding: 30px 0 30px 10px;
    }
    .small-gift .album {
        margin: 30px 0;
        padding: 0;
        background-color: unset;
    }
    .small-gift .album img {
        display: none;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
    }
    .small-gift .social {
        margin: 15px 0 10px;
    }
    .small-gift .social img {
        width: 100%;
    }
    .small-gift .social img.top {
        position: relative;
        width: 80%;
        left: 10%;
        bottom: 0;
        margin-top: -80px;
    }
    .small-gift .days {
        padding: 30px 0;
    }
    .small-gift .alot {
        text-align: left;
        overflow: hidden;
    }
    .small-gift .alot .list.gray {
        background: unset;
    }
    .small-gift .alot img {
        width: 100%;
    }
    .small-gift .alot .icon,
    .small-gift .alot .list .title,
    .small-gift .alot .list .desc {
        text-align: center;
    }
    .small-gift .alot .icon {
        display: block;
    }
    .small-gift .alot .icon img {
        max-width: 100%;
        width: unset;
    }
    .small-gift .alot .visible-xs {
        display: block;
        width: 100%;
        height: auto;
    }
    .small-gift .album .left .visible-xs {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .small-gift .pro_list .col-md-3.col-xs-4 {
        padding: 10px 5px;
    }
    .products.small-gift .bottom_banner .title {
        font-size: 22px;
    }
    .products.small-gift .bottom_banner .desc {
        font-size: 13px;
    }
    .products.small-gift .btns .query,
    .products.small-gift .btns .view {
        padding: 8px 15px;
        min-width: 140px;
        font-size: 14px;
    }
}
