<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#buttons{
	text-align: center;
	margin: 20px 0;}



#gallery {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(calc(20 * 1px), calc( calc(20 * 1px) + (30 - 20) * (( 100vw - (375 * 1px) ) / (1920 - 375))), calc(30 * 1px));
    row-gap: clamp(calc(10 * 1px), calc( calc(10 * 1px) + (20 - 10) * (( 100vw - (375 * 1px) ) / (1920 - 375))), calc(20 * 1px));
}

.sidebar .widget h4{
	font-size: 20px;
    font-weight: 600;
    color: #515151;
    margin-bottom: 20px;
    margin-top: 10px;
}

#gallery div.coupon {
	border-radius: 3px;
	border: 8px solid #fff;
	margin: 0px;
    -webkit-box-shadow: 0 0 3px 3px #ebebeb;
    box-shadow: 0 0 3px 3px #ebebeb;
	float: left;
	flex: 1 1 auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

#gallery div.grid-item {
    grid-column: span 2;
  }

#buttons{
    padding: 4px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 425px;
}

#buttons button{
    margin-right: 20px;
    background: transparent;
    border: 0px;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px 20px;
}
#buttons button.active{
    background: #2781e3;
    color: #fff;
}
#buttons button:last-child{
    margin-right: 0px;
    margin-top: 0px;
}

.coupons-wrapper .coupon {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.coupons-wrapper .coupon .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.coupons-wrapper .coupon .top p {
    display: flex;
    flex-wrap: wrap;
    margin-right: 4px;
}

.coupons-wrapper .coupon .top p span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.coupons-wrapper .coupon .top p .tag.tag--coupon {
    color: #2781e3;
}

.coupons-wrapper .coupon .top p .separator {
    display: block;
    margin: 0px 4px;
}

.coupons-wrapper .coupon .top p span:last-child {
    font-weight: 600;
    color: #b0b0b0;
}

.coupons-wrapper .coupon .title h2 {
    font-size: clamp(calc(16 * 1px), calc( calc(16 * 1px) + (20 - 16) * (( 100vw - (375 * 1px) ) / (1920 - 375))), calc(20 * 1px));
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    word-break: break-word;
    margin:0px;
    color:#515151;
}

.coupons-wrapper .coupon .title h2 a:hover{
    text-decoration: none;
}

.coupons-wrapper .coupon .bottom {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: auto;
}

.coupons-wrapper .coupon .bottom&gt;* {
    margin: 5px;
}

.coupons-wrapper .coupon .bottom p {
    font-weight: 600;
    color: #b0b0b0;
    word-break: break-word;
    margin-bottom: 10px;
}

.coupon .bottom .navigator {
    pointer-events: all;
    min-width: 90px;
    min-height: 26px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
}

.coupons-wrapper .coupon .bottom a {
    margin-right: 10px;
    min-width: 82px;
    min-height: 26px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    background-color: #2781e3;
    padding: 8px 22px;
    word-break: break-word;
    margin-right: 0px;
}

.coupons-wrapper .coupon .bottom a:hover,
.coupons-wrapper .coupon .bottom a:active, 
.coupons-wrapper .coupon .bottom a:focus{
	text-decoration: none;
	background: #1967bc;
}

.coupons-wrapper .coupon .bottom a.deal {
    background-color: #0080c3;
}

.coupons-wrapper .coupon .bottom a.deal:hover {
    background-color: #06608f;
}


@media(max-width: 800px){
	#gallery{
		display:block;
	}
	#gallery div.coupon{
		float:none;
	}
}





















</pre></body></html>