.crypto-gifts .header-wrap {
    padding: 4rem 1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}


	section .cg-section-title {
		font-size: 1.8rem;
		font-weight: 700;
		margin:0 0 3rem 0;
		text-align: center;
	}
	
	.text-center.section-cta-button {
        text-align: center;
    }
	
	.recipients-section-title, 
	.greeting-section-title,
	.candles-section-title,
	.gift-wrap-section-title {
	    text-align: center;
	    margin:0 0 40px 0;
	    padding:0 30px;
	}
	
	.recipients-section-title .cg-section-title, 
	.greeting-section-title .cg-section-title,
	.candles-section-title .cg-section-title,
	.gift-wrap-section-title .cg-section-title {
	    margin: 0 0 0.6rem 0;
	}
	
	.section-cta-button a {
	    padding:15px 30px;
	    display: inline-block;
	    border-radius: 30px;
	    background: var(--card-bg);
        color: var(--text-color);
	    font-weight: 500;
	    font-size: 0.9rem;
	}
	
	.section-cta-button a:hover {
	    background: var(--text-color);
        color: var(--bg-color);
	}

	section .cg-row-wrap {
		width:100%;
	}	
	
	.products-wrap .slider-container {
        padding: 0 1rem;
    }

	section .cg-row-wrap.cta {
		display:flex;
		justify-content:center;
	}	
	
	.cta-icon {
		display: inline-block;
		transform: translateX(0px);
		transition: 0.1s all ease-in-out;
	}
	
	.hero-slider a:hover .cta-icon {
		transform: translateX(5px);
		transition: 0.1s all ease-in-out;
	}
	
	.cta-icon svg {
		height: 14px;
		width: 14px;
		margin-left: 8px;
	}
	
	/* PRODUCTS */
	section.section-style {
		padding: 0 0;
		margin: 4rem 0;
	}
	
	.section-progress {
		margin: 5rem 0;
		padding: 0 2rem;
	}
	
	.section-progress .progress-container {
		display:flex;
	}

	.section-progress--row {
		max-width: 50%;
		margin: 0px auto;
		background: var(--card-bg);
		height: 2px;
		overflow: hidden;
	}

	.current_indicator {
		background: var(--text-color);
		height: 2px;
		width: 15%;
		margin:0;
	}

	.progress-bar {
		background: var(--text-color);
		height: 2px;
		width: 0;
		max-width: 100%;
		margin:0;
	}
	
	.swiffy-slider .slider-nav {
		margin-left: 10px;
		margin-top: -100px;
	}
	.swiffy-slider .slider-nav.slider-nav-next {
		margin-right: 10px;
		margin-top: -100px;
	}
	.swiffy-slider .slider-nav::before {
    	border-radius: 5px;
	}
	
	.cta-display-mobile-only, .mobile-only, .row-mobile-only {
		display: none;
	}
	
	a.cat-shop-cta {
		padding: 15px;
		text-align: center;
		margin: 30px 15px 15px 15px;
		color: #111;
		border: 1px solid #111;
		border-radius: 3px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	a.cat-shop-cta:after {
		transform: none;
		content: "\e923";
		font-family: et-icon;
		margin-left: 5px;
		font-size: 13px;
	}
	
	a.cat-shop-cta:active,
	a.cat-shop-cta:hover {
		background:#111;
		color: #fff !important;
		border-color:#111;
	}
	
	
	
    .product-ft {
        margin-bottom: 20px;
    }
    .product-ft img {
        padding: 0 !important;
    }
    
    .product-display-card {
        padding: 10px 10px;
    }
    
    .product-display-card .card-inner {
        border-radius: 5px;
        border: 1px solid var(--border-color);
        padding: 15px 30px;
        display: flex;
        text-align: center;
        justify-content: center;
        font-size: 14px;
        text-transform: uppercase;
        word-break: keep-all;
    }

	@media only screen and (min-width: 640px) {
        .show-mobile-only {
            display: none !important;
        }
    }



	/* Hero Slider */
	.hero-slider {
	    position: relative;
	    height: 65vh; /* Set to 80% of the viewport height */
	    overflow: hidden;
	    background-color: #000;
	    color: #fff;
	}

	.hero-slider h1,
	.hero-slider h2,
	.hero-slider h3 {
	    margin: 10px 0;
	    font-weight: 700;
	    color: #fff;
	}

	.hero-slider a {
	    text-decoration: none;
	    color: inherit;
	}

	.hero-slider button {
	    cursor: pointer;
	    border: none;
	    outline: none;
	}

	.hero-slider .slide {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    visibility: hidden;
	    transition: opacity 1s ease;
	}

	.hero-slider .slide.active {
	    opacity: 1;
	    visibility: visible;
	}
    
	.hero-slider .slide img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	
	.hero-slider .gradient-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
        padding: 5%;
        z-index: 500;
        max-width: 800px;
    }

	.hero-slider .gradient-mask {
	    position: absolute;
	    bottom: -1px;
	    left: 0;
	    width: 100%;
	    height: 25%; /* Gradient mask covering 15% of the slider height */
	    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
	}

	.hero-slider h1,
	.hero-slider h2 {
	    font-size: 2rem;
	    margin-bottom: 10px;
	}

	.hero-slider p {
	    font-size: 1rem;
	    margin-bottom: 20px;
	}

	.hero-slider a.btn {
	    color: #fff;
	    padding: 15px 30px;
	    border-radius: 10px;
	    border: 1px solid #fff;
	    display: inline-block;
	    text-align: center;
	    backdrop-filter: blur(10px);
	    -webkit-backdrop-filter: blur(10px);
	    background: rgba(255,255,255,0.05);
	}

	/* Progress Bars for Bullets */
	.hero-slider .progress-container {
	    position: absolute;
	    bottom: 30px;
	    left: 50%;
	    transform: translateX(-50%);
	    display: flex;
	    gap: 10px;
	    width: auto; /* Automatically fit to content */
	    justify-content: center;
	    z-index: 100;
	}

	.hero-slider .progress-bar {
	    width: 100px; /* Fixed width for the progress bars */
	    height: 2px; /* Thin lines for bullets */
	    background-color: rgba(255, 255, 255, 0.2);
	    border-radius: 2px;
	    overflow: hidden;
	    cursor: pointer; /* Make progress bars clickable */
	}

	.hero-slider .progress {
	    height: 100%;
	    background-color: #fff;
	    width: 0; /* Start with 0 width */
	}

	.hero-slider .progress.active {
	    transition: width 5s linear; /* Sync with the timer */
	}

	



.featured-categories {
    padding: 20px;
    text-align: center; /* Center-align the section title */
}

.category-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items on desktop */
    gap: 20px; /* Space between items */
}

.category-card {
    position: relative;
}

.image-wrapper {
    overflow: hidden; /* Hide overflow for image effect */
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

.category-card img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

/* Increased font size for titles */
.category-card h3 {
    margin-top: 10px; /* Space between image and title */
    font-size: 1.5rem; 
    font-weight: 500;
    text-align: left; /* Align titles to the left */
}

/* Zoom effect on image hover */
.image-wrapper:hover img {
    transform: scale(1.05); /* Slight zoom-in effect on image */
}


.hero-banner {
    position: relative;
    width: 100%;
    height: 50vh; /* Set height for the banner */
    background-color: #111;
    background-size: cover; /* Cover the whole banner */
    background-position: center; /* Center the image */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: #fff; /* White text */
    text-align: center; /* Center text */
}

.hero-banner .overlay {
    position: absolute; /* Position the overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 40% opacity */
    z-index: 1; /* Ensure the overlay is above the background */
}

.hero-banner .inner_content {
    position: relative; /* Position relative to the overlay */
    z-index: 2; /* Ensure content is above the overlay */
    max-width: 800px; /* Limit width of content */
    padding: 20px; /* Padding around content */
}

.hero-banner .hero_badge {
	font-size:0.88rem;
	color: #fff;
	background: transparent;
	border:1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	padding:5px 10px;
	margin: 0 auto 20px auto;
}

.hero-banner h1 {
	color: #fff;
	font-weight: 700;
    font-size: 3rem; /* Font size for title */
    margin-bottom: 10px; /* Space below the title */
}

.hero-banner p {
    font-size: 1rem; /* Font size for description */
    margin-bottom: 20px; /* Space below the paragraph */
}

.hero-banner a.btn {
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-top: 10px;
    display: inline-block;
}

.hero-banner .hero-content {
    padding:30px;
}


.cg-pagination {
    margin: 60px 0 40px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.cg-pagination .page-numbers {
    background: #f7f7f7;
    color: #333;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    display: flex;
    min-width: 5%;
    justify-content: center;
    align-items: center;
}
.cg-pagination .page-numbers.current {
    background:#111;
    color:#fff;
}



/* TRENDING PRODUCTS */
#trending-products-section {
	margin:0px 0px;
	padding:40px 0;
	background: var(--card-bg);
}
#trending-products-section h2.cg-section-title {
    background: linear-gradient(45deg, #000, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#trending-products-section .section-progress--row {
    background: #1d1d1d;
}

#trending-products-section .progress-bar, #trending-products-section .current_indicator {
	background: #ff5330;
}

#trending-products-section .products .product figure.product_thumbnail, 
#trending-products-section .products .product .product_thumbnail, 
#trending-products-section .products .product .product_thumbnail img {
    background: #1c1c1c;
}

#trending-products-section .products .product:hover figure.product_thumbnail, 
#trending-products-section .products .product:hover .product_thumbnail, 
#trending-products-section .products .product:hover .product_thumbnail img {
    background: #fff;
}

#trending-products-section .actions-wrapper {
	display:none !important;
}

#trending-products-section span.price {
    opacity: 0.7;
}


/* Filter Pills */
.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin: 0 0 40px 0;
}

.filter-pills .filter-pill {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.filter-pills .filter-pill:hover,
.filter-pills .filter-pill.active {
    background: var(--text-color);
    color: var(--bg-color);
    border-color: var(--text-color);
}

#recipients-section {
    margin-top: 60px;
     margin-bottom: 60px;
}

.recipient-cards-slider {
    padding: 0 1rem;
}

/* Recipient cards */
.recipient-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    background: #111;
}

.recipient-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    opacity: 0.8;
    transform: scale(1,1);
    transition: 0.5s all ease-in-out;
    aspect-ratio: 1/1;
}

.recipient-card:hover img {
    opacity: 1;
    transform: scale(1.05,1.05);
    transition: 0.5s all ease-in-out;
}

.recipient-card .card_title {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    padding: 2rem;
    z-index: 2;
    color: #fff;
    text-align: left;
}

.recipient-card .card_title:before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* adjust to taste */
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
}

.recipient-card .card_title h3 {
    color: #fff;
    margin:0;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    position: relative;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

.recipient-card:hover .card_title h3 {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

/* CTA Slide */
.recipient-cta {
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 240px; /* match recipient images */
    border-radius: 12px;
    background: var(--bg-color);
    color: var(--text-color);
}

.recipient-cta .cta-content {
    text-align: center;
    padding: 2rem;
}

.recipient-cta h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.recipient-cta .btn-primary {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 8px;
    text-decoration: none;
    background: var(--text-color);
    color: var(--bg-color);
    transition: background 0.3s ease;
}

/* Ensure the overlay covers the carousel */
.position-relative {
    position: relative; /* container for overlay */
}

#budget-loading-overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(255,255,255,0.6);
    display: flex;
    justify-content:center;
    align-items:center;
    z-index: 9999; /* make sure it’s above everything */
}

.spinner {
    width:30px;
    height:30px;
    border:4px solid #ddd;
    border-top-color:#333;
    border-radius:50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}


/* Blog card */
#featured-blogs .slider-container {
    padding: 0 1rem;
}

#featured-blogs .blog-card {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    cursor: pointer;
}

/* Image wrapper */
#featured-blogs .blog-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

/* Image zoom on hover */
#featured-blogs .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
#featured-blogs .blog-card:hover .blog-thumb img {
    transform: scale(1.08);
}

/* Static gradient overlay */
#featured-blogs .blog-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* adjust to taste */
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

/* Text overlay (lifts on hover) */
#featured-blogs .blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    color: #fff;
    transition: transform 0.3s ease;
}
#featured-blogs .blog-card:hover .blog-overlay {
    transform: translateY(-6px);
}

/* Text styling */
#featured-blogs .blog-overlay h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}


.faqs-section {
    margin: 4rem 0;
}

.faqs-section .slider-container {
    padding: 2rem 1rem;
}

.faqs-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.faq-card {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 1rem;
    padding: 2rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.faq-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}
.faq-card p {
    font-size: 0.85rem;
    color: var(--text-color);
    line-height: 1.4;
}

.faq-card a {
    color: var(--text-color);
    text-decoration: underline;
}


.crypto-gifts-outro {
  background: var(--card-bg);
  padding: 5rem 1rem;
  margin-top: 3rem;
}

.crypto-gifts-outro .outro-content {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--text-color);
}

.crypto-gifts-outro .outro-content h2 {
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.crypto-gifts-outro strong {
  color: var(--text-color);
}

/* Outro Gift Card Block */
.gift-card-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 4px 15px rgba(0, 0, 0, 0.08);
  background: #212121;
}

.gift-card-text, 
.gift-card-image {
  flex: 1 1 300px;
  text-align: left;
}

.gift-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.gift-card-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #d7d7d7;
}

.gift-card-text p {
  margin: 0.3rem 0;
  color: #aaa;
}

.gift-card-text i {
    font-style: normal;
    margin-right: 5px;
    font-size: 1.2rem;
    color: #a6926c;
}

.gift-card-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--clg-color-sem-text-primary, #eee);
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 1rem;
}

.gift-card-cta .arrow {
  width: 12px;
  height: 24px;
  margin-left: 6px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.gift-card-cta:hover {
  color: #c5a86b; /* both text and arrow inherit */
}

.gift-card-cta:hover .arrow {
  transform: translateX(4px);
}

.gift-card-image img {
  max-width: 100%;
}

#counter-text {
    font-weight: 600;
    color: orange;
}


.hero-banner .cta-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 30px;
    display: inline-block;
    margin: 20px auto 0 auto;
}



.slider-container > :only-child {
  grid-template-columns: 1fr; /* actually this doesn't work directly on the child */
}

.slider-container .no-result {
    text-align: center;
}


@media (max-width: 768px) {
    .category-container {
        grid-template-columns: 1fr; /* Stack items vertically on mobile */
    }

    .category-card:nth-child(1) {
        width: 100%; /* First item full width */
        margin: 0; /* Remove margin/padding */
    }

    .category-card:nth-child(2),
    .category-card:nth-child(3) {
        width: calc(50% - 10px); /* Half width for 2nd and 3rd item */
        display: inline-block; /* Stack second and third items */
        margin: 0; /* Remove margin/padding */
    }

    .category-container {
        display: flex; /* Use flex for better alignment */
        justify-content: space-between; /* Space between items */
        flex-wrap: wrap; /* Allow wrapping */
    }

    .category-card {
        margin-bottom: 20px; /* Add space below cards */
    }
    
    .featured-categories {
	    padding: 0px;
	}

	.category-card h3 {
	    margin: 10px 0 0 0;
	    font-size: 1rem;
	    text-align: left;
	    padding: 0 10px;
	    font-weight: 600;
	}
	
	/* Hero Slider */
	.hero-slider {
	    /* 4:5 aspect ratio on mobile */
    	height: calc(100vw * 1.25); /* 4:5 ratio means height = width * 1.25 */
	}

    .hero-slider h2 {
        font-size: 1.6rem;
    }

    .hero-slider p {
        font-size: 0.80rem;
    }

    .hero-slider .gradient-overlay {
    	justify-content: flex-end;
    	padding-bottom: 80px;
    }
    
	.hero-banner {
        height: auto;
	}

    .hero-banner h2 {
        font-size: 2.5rem; /* Smaller title on mobile */
    }

    .hero-banner p {
        font-size: 1rem; /* Smaller description on mobile */
    }

    .hero-banner .cta-button {
        font-size: 1rem; /* Smaller button text on mobile */
    }
}

@media only screen and (max-width: 640px) {
    .products-wrap .slider-item-reveal, 
    .recipients-section .slider-item-reveal {
        --swiffy-slider-item-reveal: 1.2rem;
        --swiffy-slider-item-count: 2 !important;
        --swiffy-slider-item-gap: 10px !important;
    }
    
    #featured-blogs .slider-item-reveal,
    #crypto-gifts-faq .slider-item-reveal {
        --swiffy-slider-item-reveal: 1.2rem;
        --swiffy-slider-item-count: 1 !important;
        --swiffy-slider-item-gap: 10px !important;
    }
    
    #budget-slider .slider-container > li {
        flex: 0 0 50% !important; /* 2 items per view */
    }

    .crypto-gifts-outro .outro-content h2 {
        font-size: 2rem;
        font-weight: 600;
        margin: 0 0 20px 0;
    }
    
    .hero-banner h1 {
        color: #fff;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .filter-pills {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.4rem;
        justify-content: start;
        margin: 0 0 40px 0;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 1rem;
    }
    
    .hero-slider .hero-cta {
        width: 100%;
        display: block;
    }
    
    .hero-slider a.btn {
        font-size: 0.85rem; /* Smaller button text on mobile */
        width: 100%;
        display: block;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.1);
	}
	
	.hero-slider h1,
	.hero-slider h2 {
	    font-size: 1.4rem;
	    margin-bottom: 10px;
	}
	
    .hero-slider .gradient-overlay {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-end;
	    align-items: flex-start;
	    text-align: left;
	    padding: 20px;
	    padding-bottom: 60px;
	    z-index: 100;
	}
    
    .hero-banner h2 {
        font-size: 2rem; /* Smaller title on mobile */
    }

    .hero-banner p {
        font-size: 0.88rem; /* Smaller description on mobile */
    }

    .hero-banner .cta-button {
        font-size: 0.88rem; /* Smaller button text on mobile */
    }
    
    .hero-slider a.btn {
        font-size: 0.85rem; /* Smaller button text on mobile */
	}

	.products .product-title h3 a {
        font-size: 0.7rem;
        line-height: 1;
    }

    .products .price .woocommerce-Price-amount {
    	font-size: 0.65rem;
	}
	
	.section-progress {
		margin: 40px 0 20px 0;
	}
	
	.section-progress--row {
		max-width:100%;
	}
	
	.cta-display-mobile-only, .mobile-only {
		display: block;
	}
	
	.row-mobile-only {
		display:flex;
	}
	
	section .cg-section-title {
		font-size: 1.4rem;
	}

	section .products .badge {
	    top: 10px;
	    left: 10px;
	    border-radius: 5px;
	    font-size: 0.65rem;
	}
}