.main-container {
    background: #f4b5ee;
}

.promotion-box {
    background-color: #f4b5ee;
    background-image: url("/responsive/images/promotion/halloween/bg.webp");
    background-size: contain;
    background-repeat: repeat-y;
}

.promotion .nav-list .nav-item .nav-link {
    color: #f26722;
    border: 1px solid #f26722;
}

.promotion .nav-list .nav-item .nav-link.active,
.promotion .nav-list .nav-item .nav-link:hover { 
    background-color: #f26722;
    color: #fff;
}

.product-section .title a{
    color: #7727a5;
    display: inline-block;
    position: relative;
}

.category-tab .title a:before{
    content: "";
    width: 40px;
    height: 16px;
    background: url("/responsive/images/promotion/halloween/icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    top: 6px;
    transform: rotate(-40deg);
}

.category-tab .title a:after{
    content: "";
    width: 40px;
    height: 16px;
    background: url("/responsive/images/promotion/halloween/icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -46px;
    top: 4px;
}

.product-section .more span {
    border: 1px solid #f26722;
    background: #f26722;
    color: #fff;
    font-weight: bold;
}

.product-section .product-item{
    padding: 0;
}

.product-section .product-item .product-name{
    padding: 0 10px;
}

.product-section .coupons-copy{
    height: auto !important;
    padding: 0 !important;
}

.product-section .coupons-copy:before{
    display: none !important;
}

.product-section .product-item .coupons-copy img{
    display: none;
    width: 100%;
    height: auto;
}

.product-section .product-item:nth-child(even) .code-2,
.product-section .product-item:nth-child(odd) .code-1{
    display: block !important;
}

.toolbar-top .sort-by span, .toolbar-top .sort-by label {
    color: #333;
}

@media (min-width: 768px) {
    .category-tab .title a:before{
        width: 70px;
        height: 30px;
        position: absolute;
        left: -80px;
        top: 10px;
        transform: rotate(-40deg);
    }

    .category-tab .title a:after{
        width: 70px;
        height: 30px;
        position: absolute;
        right: -80px;
        top: 10px;
    }
}
