

.trendy-banner-categories img {
    border-radius: var(--radius-1);
}

.trendy-box-cat .collection-discovery{
    margin-top: 30px;
    padding: 0;
    position: relative;
}
.trendy-box-cat .collection-discovery .discovery__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 0;    text-align: left;
}
.trendy-box-cat .collection-discovery .discovery__seemore {
    padding: 2px 25px 2px 15px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    line-height: 29px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--2nd-color);
    color: #fff;border-radius: var(--radius-1);
}
.discovery__seemore span {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;margin-right: 5px;
}
.box-category {
    background: #fff;
    display: grid;
    width: 100%;
    grid-template-rows: 1fr 1fr;
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    justify-items: center;
    height: 100%;
}

.box-category .box-image img,.box-category .box-image {
    max-height: 44px;
    width: auto;
}
.box-category .box-text {
    padding: 0!important;
}
.box-category .box-text .header-title{
    text-transform: none;    font-size: 12px;
}
.coll-page-products {
    background-image: url(../img/collection-bg-2.png), url(../img/collection-bg-2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: top, bottom;
    min-height: 1200px;
}
.coll-page-products .category-page-row {
    padding-top: 0!important;
}
.collection__sort {
    margin-top: 40px;
    margin-bottom: 70px;
    max-width: 578px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.collection__sort-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 20px;
}
.collection__sort-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 25px;
}
.collection__sort-item {
    width: 48px;
    height: 48px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: relative;
}
.collection__sort-item.active {
    background-color: var(--primary-color);
}
.collection__sort-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/sort.png);
    background-repeat: no-repeat;
    background-size: 270px;
    background-position-y: 11px;
    text-decoration: none;
}
.collection__sort-item a.menu_order {
    background-position-x: 11px;
}
.collection__sort-item a.menu_order-desc {
    background-position-x: -37px;
}
.collection__sort-item a.date {
    background-position-x: -88px;
}
.collection__sort-item a.popularity {
    background-position-x: -137px;
}
.collection__sort-item a.price {
    background-position-x: -183px;
}
.collection__sort-item a.price-desc {
    background-position-x: -232px;
}
.collection__sort-item span {
    position: absolute;
    bottom: -35px;
    line-height: 23px;
    background-color: var(--primary-color);
    display: block;
    white-space: nowrap;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .2s ease;
}
.collection__sort-item:hover span{
    opacity: 1;
}


.trendy-list-coupon {
    margin-top: 20px;
}
.collection__coupons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
}





.collection__coupon-item {
    background-image: url(../img/counpon-bg.png);
    background-repeat: no-repeat;
    width: 340px;
    height: 122px;
    background-size: contain;
    display: grid;
    grid-template-columns: 121px auto;
    background-position: 0 0;
}
.collection__counpon-name {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 15px 15px 24px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.collection__coupon-description {
    display: grid;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    grid-template-rows: 1fr 1fr;
    align-items: center;
}
.collection__coupon-description p {
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.collection__coupon-description .ega-btn {
    font-weight: 800;    line-height: 15px;
    background-color: var(--2nd-color);
    color: #fff;
    border-radius: var(--radius-1);
    margin: 0;
    padding: 0 12px;
}