/* START FONTS */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');



body {
	font-family: 'Inter', sans-serif !important;
}

/*------------------------------------------------------------------------------------------*/
.hero-recognition-container.layout-2 .hero-copy {
   min-height: 300px;
}

.hero-recognition-container.layout-2 .container {
    padding: 185px 0 60px 0 !important;;
}

@media (max-width: 992px) {
     .hero-recognition-container.layout-2 .container {
        padding: 0 !important;
     }
    .hero-recognition-container.layout-2 .hero-copy {
        display: none;
    }
    .main-member-profile-container {
        margin-bottom: 550px !important;
        top: 500px !important;
        position: relative !important;
    }
    .hero-recognition-container.layout-2 {
        background-image: url('https://www.cheerstoyouawards.com/asset/16315') !important;
    }
}
 
@media (max-width: 830px) {
    .hero-recognition-container.layout-2 {
        background-image: url('https://www.cheerstoyouawards.com/asset/16316') !important;
    }
}

@media (min-width: 2100px) {
    .hero-recognition-container.layout-2 {
        background-image: url('https://www.cheerstoyouawards.com/asset/16317') !important;
    }
}

******[data-widget-type="serialcard"] .panel.panel-tertiary {
    padding: 53% 5px 5px 5px !important;
    border-radius: 6px !important;
    background-image: url('https://www.cheerstoyouawards.com/asset/16318') !important;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    border-color: #F8F4F1;
    height: auto;
    max-height: 360px;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
}

form.text-center.serial-card-redemption {
    padding: 62% 5px 5px 5px !important;
    border-radius: 6px !important;
    background-image: url('https://www.cheerstoyouawards.com/asset/16318') !important;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    border-color: #F8F4F1;
    height: auto;
    max-height: 360px;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    margin: 0px;
}

form.text-center.serial-card-redemption label {
font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.4px !important;
}

form.text-center.serial-card-redemption.panel-body {
    padding: 0px !important;
}

form.text-center.serial-card-redemption {
font-size: 16px;
font-color: black;
padding-top: 10px;
}

.hero-recognition-container.layout-2 {
    background-position: center !important;
}

.main-member-profile-container {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    z-index: 12;
}

.panel-body {
  padding: 0 !important;
}


/* HOME PAGE CARDS */

	.stack-box {
		border-radius: 6px;
		background: #FFF;
		box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
		overflow: hidden;
		margin-bottom: 32px;
		background-size: cover;
	}
	
	.stack-box a {
		text-decoration: none !important;
	}
	
	.stack-box .img {
		width: 100%;
		overflow: hidden;
	}
	
	.stack-box .img img {
		display: block;
		width: 100%;
		margin: 0 !important;
		transform: scale(1.0);
		transition: transform 0.25s ease;
	}
	
	.stack-box:hover .img img {
		transform: scale(1.05);
	}
	
	.stack-box .copy {
		padding: 16px;
                height: 128px;
	}
	
	.stack-box .copy h2 {
		color: #101828;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 8px;
	}
	
	.stack-box .copy p {
		color: #4B5963;
		font-size: 14px;
		font-weight: 400;
		line-height: 135%;
		margin: 0;
	}
	
	[data-widget-type="feed"] .panel .panel-heading {
		background: #231F20 !important;
		color: #fff !important;
	}
	
	@media ( max-width: 992px) {
		[data-widget-type="feed"] {
			margin: 30px 0 100px;
		}
	}


/* END HOME PAGE CARDS */

/* DECEMBER 2025 STOREFRONT REFRESH UPDATES */

/* START STOREFRONT */

.point-count .num {
  color: #3e342f;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}

.bic-flex-con-block-widget .widget-head {
  margin-bottom: 3em !important;
}

.facetSide.menu h3, .facetSide.menu h2 {
  font-weight: 700;
  font-size: 15px;
  text-transform: unset !important;
}

      .list-group-item, .input-group-merge {
  background-color: transparent;
}
	
	.carousel {
  		width: 100%;
	}

	.breadcrumb {
		border-bottom: 1px solid #333 !important;
		padding: 30px 0 25px 0 !important;
	}

	.facetSide.menu h3 {
		font-weight: 700;
		font-size: 14px;
	}

	.facetSide hr {
		border-top-color: #333;
	}

	#desktop_breadcrumb a,
	#desktop_breadcrumb li,
	#desktop_breadcrumb span {
		font-size: 14px;
		font-weight: 500;
	}

	#desktop_breadcrumb span {
		font-size: 14px;
	}

	.breadcrumb li span:first-child::before {
		padding: 0 2px 0 8px;
		color: #333;
	}

	.desktopSortContainer {
		color: #333;
	}

	.mall-facet .mall-pages {
		background-color: #f0f2f4;
	}

	.dashboards-widget .rewards-for-you .product-box {
		border: 2px solid #DADADA !important;
	}

	.copy-link {
		padding-top: 30px;
	}

	.rangeSearch_container .fa-chevron-right.range {
		font-size: 12px;
		position: absolute;
		top: 10px;
		left: 16px;
	}

	.facetSide.menu .fa-stack-2x {
		font-size: 30px;
	}

	.fa-stack-1x,
	.fa-stack-2x {
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		top: 4px;
	}

	.rangeSearch_container .input-group-btn .btn {
		padding: 0;
		width: 40px;
		height: 40px;
		margin: 0 !important;
	}

	.carousel-nav .carousel button:not(.stop-play-slider),
	.container.banners button:not(.stop-play-slider) {
		background: none;
	}

	.carousel {
		width: 100% !important;
	}

	.mobile-icon-container {
		background-color: #fff !important;
	}

	.mobileback {
		display: none;
	}

	.pagination li a,
	.pagination li span {
		border: 1px solid transparent;
		border-radius: 100px;
	}

	.pagination li:first-child a,
	.pagination li:first-child span {
		margin-left: 0;
		border-bottom-left-radius: 100px;
		border-top-left-radius: 100px;
	}

	.pagination-sm li:last-child a,
	.pagination-sm li:last-child span {
		border-bottom-right-radius: 100px;
		border-top-right-radius: 100px;
	}

	.pagination-sm li a,
	.pagination-sm li span {
		font-size: 14px;
	}

	.pagination li a:hover {
		background-color: #fff;
		border: 1px solid #333;
	}

	.pagination li span:hover {
		background-color: none;
		border: 1px solid transparent;
	}

	#reward-gallery .well {
		border-right: none;
	}

	.rewards-for-you .product-box .our-price {
		font-size: 18px;
                color: #C63663;
	}

	.rewards-for-you {
		padding: 0;
	}

	.input-group-btn:first-child .btn,
	.input-group-btn:first-child .btn-group {
		border-radius: 0;
	}

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		opacity: 1;
		filter: alpha(opacity=100);
	}


	small,
	.small {
		font-size: 85%;
	}

	.facetSide.menu .facets_view_all,
	.facetSide.menu .facets_view_less {
		font-size: 13px;
	}

	a:hover,
	a:focus {
		text-decoration: none;
	}

	.filtered-list-item {
		font-weight: 500;
	}

	.facetSide.menu .fa-stack-1x {
		font-weight: 300;
		font-size: 20px;
		line-height: 1;
		margin-top: -4px;
		color: #333;
	}

	.mallDashboard-page #main {
		margin-bottom: -16px !important;
	}

	.rewards-for-you .savings-button {
		position: absolute;
		right: 10px;
		top: 10px;
		text-align: center;
		background-color: #a802a3;
		background-color: var(--duet-color-primary);
		font-size: 12px;
		padding: 10px;
		display: table;
		border-radius: 100%;
		width: 70px;
		height: 70px;
	}

	.rewards-for-you .savings-button span:first-child {
		font-weight: 700;
		font-size: 14px;
		display: block;
	}

	.rewards-for-you .savings-button span:last-child {
		font-size: 10px;
		width: 100%;
		display: block;
	}

	.input-group-btn:first-child .btn,
	.input-group-btn:first-child .btn-group,
	.input-group-btn:last-child .btn,
	.input-group-btn:last-child .btn-group {
		border-radius: 0;
		height: 45px !important;
		padding: 10px 10px !important;
	}

	.svg-search-btn {
		font-weight: 600;
	}

	.category-search-typeahead .styledSelect {
		max-width: 300px;
		padding: 10px 35px 10px 15px;
	}

	.category-search-typeahead .styledSelect::after {
		right: 12px;
	}

	.mega-menu-dashboard-dropdown button {
		font-weight: 500;
	}

	input.reward-search,
	input.typeahead.tt-hint {
		font-weight: 400 !important;
	}

	.shop-hamburger {
		font-weight: 500;
	}

	.product-cart-options .control-label {
		margin-bottom: 5px;
		padding-top: 0;
	}

	.product-cart-options .col-xs-offset-2 {
		margin: 0;
	}

	.product-cart-options .col-xs-9 {
		width: 100%;
		margin: 0;
	}

	.product-cart-options .btn-primary {
		margin-right: 10px;
	}

	.product-cart-options .form-group {
		margin-bottom: 20px;
	}

	.point-count span {
		text-transform: uppercase;
	}

	.mwA {
		width: 90%;
	}

	.main-carousel-two {
		max-width: 1500px;
		margin: 0 auto;
		overflow: hidden;
		border-radius: 20px;
		width: 90%;
	}

	.category-slider-header {
		font-size: 26px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	.category-box p.category-heading {
		font-weight: 500 !important;
	}

	.main-category-two-container .category-slider-header,
	.main-subcategories-container .subcategory-slider-header,
	.main-category-2-container .category-2-slider-header,
	.main-card-menu-2-container .subcategory-slider-header {
		text-align: center !important;
		width: 100% !important;
		font-size: 26px !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
		color: #262829 !important;
	}

	.cline.b-grey {
		display: none;
	}

	.mwA {
		max-width: 1500px;
		padding: 40px 0 80px;
	}

	.b-grey {
		border: solid 2px #f0f2f4;
		border-top: 0;
	}

	.container.carousel button.hero-slider.next-button {
		margin-right: 20px;
	}

	.container.carousel button.hero-slider.prev-button {
		margin-left: 20px;
	}

	@media (max-width: 992px) {

		.cline.b-grey {
			display: none !important;
		}
	}

	.fa-user {
		padding-right: 0 !important;
	}

	#details {
		line-height: 2;
		font-size: 13px;
	}

	#member_initials {
		text-align: center;
		display: table-cell;
		padding: 13px;
	}

	.btn-primary,
	.btn-secondary {
		font-size: 13px;
		font-weight: 600;
	}

	.page-header {
		padding-bottom: 20px;
		margin: 35px 0 30px;
		border-bottom: 1px solid #e6e6e6;
	}

	.table thead tr th,
	.table thead tr td {
		background-color: #fff;
	}

	.table thead tr th,
	.table tbody tr th,
	.table tfoot tr th,
	.table thead tr td,
	.table tbody tr td,
	.table tfoot tr td {
		padding: 20px 8px;
		line-height: 1.5;
		vertical-align: top;
		border-top: 1px solid #e6e6e6;
	}

	.media,
	.media-body {
		padding-right: 30px;
	}

	.media-heading {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.dreamtracker-left-media p {
		font-size: 20px;
	}

	.progress {
		overflow: hidden;
		height: 38px;
		margin-bottom: 16px;
		background-color: #f4f6f7;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 100px;
	}

	.round-close-button {
		width: 50px;
		height: 50px;
		right: 25px;
		padding: 6px 12px;
	}

	.paypal-cart-checkout {
		padding-left: 0 !important;
		padding-right: 0 !important;
		border-radius: 5px;
	}

	.paypal-cart-checkout h3 {
		margin-bottom: 15px !important;
	}

	.paypal-cart-checkout h3 span {
		color: #333 !important;
		font-size: 16px !important;
	}

	.mall-container-checkout h3 {
		margin-bottom: 15px !important;
	}

	.mall-container-checkout h3 span {
		font-size: 16px !important;
	}

	.mb-lg h3 {
		margin-bottom: 15px !important;
	}

	.mb-lg h3 span {
		font-size: 16px !important;
	}

	.close {
		font-size: 24px;
		font-weight: 300;
		color: #333;
		opacity: 1 !important;
		background: none !important;
	}

	.media,
	.media-body {
		padding-right: 10px;
	}

	.media-heading {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.media-dreamtracker {
		padding: 20px 0;
	}

	.dreamtracker-left-media {
		padding: 20px 0;
	}

	.dreamtracker-left-media p {
		font-size: 16px;
		padding-top: 0px;
	}

	.progress .progressbar-back-text {
		font-size: 16px;
	}


.input-group-addon {
	background-color: #fff;
	font-size: 16px;
	padding: 12px;
}

.rewards-for-you .product-title {
	-webkit-line-clamp: unset;
	overflow: visible;
	max-height: none;
}

.feed-title h3 {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 1250px) {

	#reward-gallery .facetsContainer .rangeSearch_container .form-control.searchMin,
	.rangeSearch_container .form-control.searchMax {
		border: 1px solid #333;
	}
}

#desktop_breadcrumb a {
	text-decoration: none !important;
}

#dreamTracker .btn.checkout {
	min-width: 140px;
}

#sortButton,
.btn-icon {
	background: #fff !important;
}

.range_search_form .btn-icon {
	background: none !important;
}

.fa-chevron-circle-right::before {
	content: "\f054" !important;
}

.rangeSearch_container .form-control.searchMin,
.rangeSearch_container .form-control.searchMax {
	border: 1px solid #333;
	background: #fff;
}

.apple-selector-v2 .pdp-content .reward-cost-pricing,
.apple-selector-v2 .pdp-content .reward-cost-container {
	margin-bottom: 16px !important;
}

.shop-hamburger span {
	padding-left: 0px;
}

.shop-hamburger span,
.shop-hamburger i,
#nav-icon3 i {
	color: #333;
}

#productQty {
	border-radius: 0px !important;
}


/* END STOREFRONT */




/* START DUNKIN SPECIFIC */

.dashboards-0-page #main {
  background-color: #F8F4F1 !important;
  padding-bottom: 0 !important;
}

.mallDashboard-0-page #main, .static-page #main {
  padding-bottom: 0 !important;
}

.layout-cpnt {
  margin-bottom: 0 !important;
}

#header-wrap .customSelect .styledSelect {
  font-family: 'Nunito', sans-serif;
  padding: 8px 16px;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-size: 13px;
}


    /* PS-10684 DUNKIN STOREFRONT OVERRIDES */
    .bic-flex-con-block-widget .widget-head .title, [data-widget-id="3950"] .featured-brand h2.cat, [data-widget-id="4682"] h2.cat {
        font-family: 'Nunito', sans-serif !important;
        font-weight: 1000 !important;
        font-size: 28px !important;
        font-style: normal !important;
        line-height: normal !important;
        text-transform: uppercase !important;
        margin: 0;
        text-align: center;
        width: fit-content;
        margin: 0 auto !important;
        padding: 0 0 8px !important;
    }

    .bic-flex-con-block-widget .widget-head .description, .bic-flex-con-block-widget.card-count-2.layout-2 .card-1 .card-content .description {
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 20px !important;
    }

    .bic-flex-con-block-widget.card-count-1.layout-2 .card-1 .card-content .description {
        font-family: "Inter", sans-serif;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }

    .bic-flex-con-block-widget:is(.card-count-2.layout-2, .card-count-3.layout-1, .card-count-4.layout-1, .card-count-4.layout-3, .card-count-1.layout-2) .card-content .title {
        font-family: 'Nunito', sans-serif !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
    }

    .bic-flex-con-block-widget:is(.card-count-4.layout-1, .card-count-3.layout-1, .card-count-4.layout-3) .card-content .title, .bic-flex-con-block-widget.card-count-2.layout-2 .card-content .card-details {
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
    }
    /* branded storefronts */

        [data-widget-id="4678"], [data-widget-id="3948"] {
        background-color: #fff !important;
    }
	
	[data-widget-id="4678"] .brand-store-container {
		padding: 52px 0 !important;
	}
	
	[data-widget-id="4678"] .brand-store-container .store-wrapper {
		gap: 26px;
	}
	
	[data-widget-id="4678"] .brand-store-container .store-wrapper a {
		flex-direction: column-reverse;
        gap: 12px;
	}
	
	[data-widget-id="4678"] .brand-store-container .store-wrapper h2 {
		text-align: center;
		color: #3E342F;
		font-family: "Inter", sans-serif !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: normal;
		margin: 0 !important;
                text-transform: none !important;
	}

    /* FEATURED BRANDS */

       .featured-brand {
        background-color: #F8F4F1 !important;
    }

    [data-widget-id="3950"] .featured-brand .callout-cat .inner {
        border-radius: 16px !important;
    }
	
	[data-widget-id="3950"] .featured-brand h2.cat {
		color: #3E342F !important;
	}

    [data-widget-id="3950"] .featured-brand h2.cat::after {
		color: #3E342F !important;
        content: 'Explore the fantastic range of merchandise from leading brands! Members can redeem their points for special offers on premium products.';
        display: block;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin: 16px 0 40px;
        width: 100%;
        text-transform: none;
	}
	
	[data-widget-id="3950"] .mwA, [data-widget-id="4682"] .mwA {
        margin: 0 auto;
		padding: 80px 0;
        max-width: 1500px;
        width: 95%;
	}
     [data-widget-id="3950"] .cline.b-grey, [data-widget-id="3950"] span.cline, [data-widget-id="4682"] .cline.b-grey, [data-widget-id="4682"] span.cline {
        display: none !important;
    }
	
	@media (max-width: 992px) {
		[data-widget-id="3950"] h2.cat {
			font-size: 28px !important;
			letter-spacing: -0.84px;
		}
	}

   /* RECOMMENDED PRODCUCTS */

    [data-widget-id="4682"] .product-title h2 {
        color: #3E342F !important;
  font-size: 14px;
  line-height: 18px;
    }

.rewards-for-you .product-box .our-price {
  font-weight: 700;
}

/* CUSTOM FOOTER STYLES*/

.main-footer-container {
        background-color: #3E342F;
        padding: 40px 0;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }

    .main-footer-container .footer-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0 auto;
        /* padding: 0 20px; */
    }

    .main-footer-container .footer-nav-items ul {
        list-style: none;
        padding: 0;
        margin: 0 40px 20px 0;
    }

    .main-footer-container .footer-inner .footer-nav-items ul li {
        margin-bottom: 12px;
    }

    .main-footer-container .footer-inner .footer-nav-items ul li a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.14px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .main-footer-container .footer-logo img {
        width: 100%;
        max-width: 120px;
        height: auto;
        display: block;
    }

    .main-footer-container .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 48px 0 0 0;
        flex-wrap: wrap;
    }

    .main-footer-container .footer-bottom p {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.14px;
    }

    .main-footer-container .footer-bottom .social-icons a {
        margin-left: 16px;
        display: inline-block;
    }
    .main-footer-container .footer-bottom .social-icons a img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 24px;
    }

#app.dashboards-539-page {
  background-color: #F8F4F1;
}