/**
* ===========================================
*					Generic Css
* ============================================
*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px !important;
}


html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font-size: 17px;
	font-family: "Harmonia Sans";
	font-weight: 400;
	font-style: normal;
	color: #1c1b1b;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
body a,
body a:hover {
	color: #1c1b1b;
}

.container {
	margin: 0 auto; 
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1140px;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

img,
svg {
	height: auto;
	border-radius: 6px;
	max-width: 100%;
}

*, ::before, ::after {
	box-sizing: border-box !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header,
section,
footer,
article {
	width: 100%;
}

.accessibility {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}
.bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.btn {
	font-family: "Harmonia Sans";  
	letter-spacing: 1.25px;
	font-weight: 500; 
	text-transform: uppercase;
	display: inline-block;   
	z-index: 1; 
	color: #FFF;
	background: #000;
	padding: 0.55em 1.45em;
	border-radius: 0.5em;
	border: 1px solid #000;
	font-size: 1rem;
	transition: 0.3s ease;
}
.btn:hover {
	background: transparent;
	color: #000;
}

.Heading {
	font-family: "Harmonia Sans"; 
	font-weight: 500;
	font-style: normal;
	color: #1c1b1b;
	transition: color .2s ease-in-out; 
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Harmonia Sans"; 
	font-weight: 500;
	font-style: normal;
	color: #1c1b1b;
	transition: color .2s ease-in-out; 
	line-height: 1.4;
}

h1, .h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}

.sc-padding {
	padding: 35px 0;
}

/* Font */
@font-face {
	font-family: "Harmonia Sans";
	src: url('../fonts/Harmonia_Sans/HarmoniaSansStd-Light.otf') format('truetype');
	font-weight:300;
}
@font-face {
	font-family: "Harmonia Sans";
	src: url('../fonts/Harmonia_Sans/HarmoniaSansStd-Regular.otf') format('truetype');
	font-weight:400;
}
@font-face {
	font-family: "Harmonia Sans";
	src: url('../fonts/Harmonia_Sans/HarmoniaSansStd-SemiBd.otf') format('truetype');
	font-weight:600;
}
@font-face {
	font-family: "Harmonia Sans";
	src: url('../fonts/Harmonia_Sans/HarmoniaSansStd-Bold.otf') format('truetype');
	font-weight:700;
}
@font-face {
	font-family: "Harmonia Sans";
	src: url('../fonts/Harmonia_Sans/HarmoniaSansStd-Black.otf') format('truetype');
	font-weight:900;
}
section.sc-page-content {
	padding: 70px 0;
}

/**
* ======================================================================================
*								Home
* =======================================================================================
*/
.sc-ab-home-hero .home-hero-video {
    line-height: 0;
}
.pro-cat-mobile-buttons .pro-cat-mobile-buttons-row { 
    max-width: 1053vw;
    width: 100%; 
	padding: 4vw 0;
}
section.pro-cat-mobile-buttons {
    padding-left: 15px;
}
.pro-cat-mobile-buttons .pro-cat-mobile-buttons-row .pane {
    margin: 0 0 5px;
    width: auto;
    min-width: 0;
    max-width: none;
    display: inline-block;
}
.pro-cat-mobile-buttons .pro-cat-mobile-buttons-row .pane .buttoncta {
    padding: 1.5vw 3.5vw;
    font-size: calc( 6px + 1.8vw );
    background-color: #F8F4EC;
    color: #666;
    letter-spacing: 0;
    border-color: #f1f1f1;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    border-width: 0.3vw;
    border-radius: 6vw;
}
section.sc--home-pro-cat-slider {
	padding: 30px 0;
}
.owl-carousel.home-product-cat-slider {
	position: relative;
	padding-top: 30px;
} 
.owl-carousel.home-product-cat-slider .owl-nav {
	position: absolute;
	right: 0;
	top: 0;
} 
.owl-carousel.home-product-cat-slider .owl-nav button.owl-prev {
	margin-right: 12px;
} 
.owl-carousel.home-product-cat-slider .owl-nav svg {
	width: 14px;
	height: 14px;
} 
.owl-carousel.home-product-cat-slider .owl-nav svg path.arrow {
	fill: #333333db;
} 
.home-product-cat-slider .h-product-cat-image {
    position: relative;
    height: 100%;
}
.home-product-cat-slider .h-product-cat-image h5 {
	max-width: calc(100% - 1.5rem);
	position: absolute;
	display: block;
	width: 100%;
	bottom: 1rem;
	margin: 0 auto;
	text-align: center;
	left: 0.75rem;
	font-weight: 500;
	background-color: #fff;
	border-radius: 1.5rem;
	font-size: 0.875rem;
	padding: 8px;
	line-height: 17px;
}
.home-product-cat-slider .owl-item .item {
    width: 228px !important;
    height: 100%;
}
section.sc-ab-home-hero {
	background-color: #F3EFE5;
	padding: 0;
	display: grid;
	grid-template-columns: 40% 60%;
	grid-template-rows: auto;
	align-items: center;
}
section.sc-ab-home-hero .home-hero--box {
	text-align: center;
	margin: 0 3vw;
}
section.sc-ab-home-hero .home-hero--box .btn {
    font-size: 1rem;
    line-height: 1;
    padding: 1rem;
    border: none;
    background: #fff;
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: 600;
	letter-spacing: 0.03rem;
    font-family: "Gotham", sans-serif;
    margin: 2rem auto 0;
    text-align: center;
    max-width: 20rem;
}
section.sc-ab-home-hero .home-hero--box .btn:hover {
    text-decoration: underline;
    color: #555;
}
section.sc-ab-home-hero .home-hero--box p {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin: 1rem auto;
    max-width: 28ch;
    line-height: 1.5;
	font-family: "Gotham", sans-serif;
}
section.sc-ab-home-hero .home-hero--box h2 {
    font-family: "Chronicle", serif;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 3rem;
    margin: 1rem auto 1.5rem;
    max-width: 12ch;
    line-height: 1.1;
}
section.sc-ab-home-hero .home-hero--box h4 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
    color: #333;
    line-height: 1.4;
}
section.sec-minted-difference { 
    padding: 3rem 0;
    background-color: #F3EFE5;
}
section.sec-minted-difference .minted-difference-container {
	max-width: calc(95vw - 3rem);
    width: 100%;
    margin: 0 auto;
}
section.sec-minted-difference h2 {
    padding: 0.75rem 0;
    color: #333;
    font-size: 1.875rem;
    font-weight: 300;
    font-family: Gotham, sans-serif;
}
section.sec-minted-difference .grid-panes {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-rows: auto;
}
section.sec-minted-difference .four-up.full-bleed .pane {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
section.sec-minted-difference .grid-panes img {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-height: 12.5rem;
	text-align: center;
	display: block;
}
section.sec-minted-difference .grid-panes.four-up {
	grid-template-columns: repeat(4, 1fr);
}
section.sec-minted-difference .four-up .pane {
    border-left: 1px solid #717C84;
	margin: 0 0 1rem 0;
}
section.sec-minted-difference .four-up .pane.pane-1 {
    border-left: 0;
}
section.sec-minted-difference .four-up .pane .pane-content h3 {
    font-size: 1rem;
    font-family: "Gotham", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
	color: #535353;
}
section.sec-minted-difference .four-up .pane .pane-content p {
    max-width: 24ch;
    margin: 0.75rem auto 0;
    font-family: Gotham, sans-serif;
    font-size: 1rem;
    color: #535353;
    text-align: center;
}
.sc_submitted .submitted_details {
    border-top: 1px solid #dddddd;
    padding: 20px 20px;
}
/* section.sc_submitted img {
	max-height: 300px;
    width: 100%;
} */

.css-2j19k7 {
    min-width: 23.375rem;
    overflow: hidden;
    background-color: inherit;
}
.css-139his1 {
    position: relative;
    height: 6.75rem;
    margin-bottom: 0.0625rem;
    box-sizing: border-box;
    top: 1.125rem;
}
.css-tlapk7 {
    position: absolute;
    top: 1.25rem;
    left: 12.5625rem;
    z-index: 2;
    transform: rotate(90deg);
    transition: 400ms ease-in-out 75ms;
}
.css-tlapk7 {
    position: absolute;
    top: 1.25rem;
    left: 12.5625rem;
    z-index: 2;
    transform: rotate(90deg);
    transition: 400ms ease-in-out 75ms;
}
.css-1dh51kq {
    position: absolute;
    top: 1.875rem;
    left: 9.625rem;
    z-index: 3;
/*     transform: rotate(74deg); */
    transform: rotate(56deg);
    transition: 400ms ease-in-out 100ms;
}
.css-1lej49q {
    position: absolute;
    top: 1.5625rem;
    left: 6.6875rem;
    z-index: 4;
/*     transform: rotate(56deg); */
    transform: rotate(46deg);
    transition: 400ms ease-in-out 50ms;
}
.css-1ixzp6g {
    position: absolute;
    top: 1.875rem;
    left: 3.125rem;
    z-index: 5;
    transform: rotate(30deg);
    transition: 400ms ease-in-out 75ms;
}
.css-1r909jb {
    position: absolute;
    top: 9.375rem;
    left: 0.625rem;
    z-index: 6;
    transform: rotate(-45deg);
    transition: 400ms ease-in-out;
}
.css-pcqwev {
	position: relative;
    z-index: 9;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 1.5625rem 0rem 3.125rem;
    border-top: 0.0625rem solid rgb(204, 204, 204);
    background-color: inherit;
}
.content_thumb {
	background: #f9f9f9;
}

.esg-filter-wrapper.esg-fgc-2 {
    margin-bottom: 20px;
}
.esg-grid.show-message .no-filter-message {
    position: unset; 
    display: block;
}

/**
* ======================================================================================
*									Blog
* =======================================================================================
*/
section.sc--Blog {
	padding: 3.5rem 0 1.5rem;
	border-top: 1px solid #dfdfdf;
}  
section.sc--Blog .blog--box {
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 15%);
    border-radius: 6px;
    overflow: hidden;
	height: 100%;
}
section.sc--Blog .blog--box img {
	border-radius: 0;
}
section.sc--Blog .blog--box .Blog-conbox {
	padding: 20px;
}
section.sc--Blog .blog--box h4 {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.275;
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
} 
section.sc--Blog .blog--box p {
    color: #6a6e71ab;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3rem;
}
section.sc-single-blog {
	padding: 60px 0 40px;
} 
section.sc-single-blog ol,
section.sc-single-blog ul {
	margin-bottom: 18px;
} 
.blog--categories {  
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: scroll;
	width: 100%;
	text-align: center;
}
.blog--categories .categories-img-box {
    width: 88px;
    height: 88px;
    display: flex;
    border-radius: .5rem;
    background: #faefe3;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
	border: 3px solid #faefe3;
}
.blog--categories .categories-img-box img {
    width: 50px;
    height: 50px;
}
.blog--categories .categories--list {
    cursor: pointer;
}
.blog--categories .categories--list p {
    margin-top: 1rem;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	margin-bottom:0;
}
.blog--categories .categories--list.active p {
	color: #227573;
}
.blog--categories .categories--list.active .categories-img-box {
	border-color: #227573;
}
.sc-single-blog p.post-meta {
    color: #6a6e71ab;
    font-size: 0.915rem;
    font-weight: 400;
    line-height: 1.4rem;
}
.sc-single-blog .avatar_img {
    margin-right: 5px;
    margin-bottom: 2px;
	border-radius: 50%;
}


/**
* ======================================================================================
*								About Us
* =======================================================================================
*/
section.sc-about-hero {
	position: relative;
	padding: 40px 0;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 390px;
	background-position: center;
	background-size: cover;
}
section.sc-about-hero .about-hero-box {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
section.sc-about-hero .about-hero-box h1 {
	font-size: 38px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 600;
}
.sc-our-story p,
section.sc-share-it p,
section.sc-about-hero .about-hero-box p {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}
section.sc-about-hero .about-hero-box p {
	margin-bottom: 0;
}
section.sc-share-it {
	background: #f6f7f8;
}
.sc-our-story h1,
section.sc-share-it h1 {
	font-weight: 600;
}

/**
* ======================================================================================
*								Privacy Policy
* =======================================================================================
*/   
section.sc-privacy-hero {
    background: #dfdfdf;
    padding: 60px 0;
}
section.sc-privacy-hero h1 {
	margin: 0;
}
.sc-privacy-content {
	font-size: 16px;
	font-family: "Lato", sans-serif;
}
.sc-privacy-content ol,
.sc-privacy-content p,
.sc-privacy-content ul {
	margin-bottom: 24px;
}
.sc-privacy-content li {
    margin-bottom: 8px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

/**
* ======================================================================================
*								Contact Us
* =======================================================================================
*/    
.contact-container-box {
	max-width: 997px;
	margin: -450px auto 70px;
	width: 100%;
	background: #fff;
	position: relative;
	box-shadow: 0 0 6px 2px rgb(0 0 0 / 10%);
}
.contact--form-box {
	padding: 30px;
	background-color: #e5e5e5;
}
.contact--form-box span.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.contact--data-box {
	position: relative;
	padding: 30px 30px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.contact--data-box .contact--data-box-in img {
	width: 22px;
	height: 22px;
}
.sc-contact-hero .contact-hero-img { 
	max-height: 700px;
	object-fit: cover;
	object-position: bottom;
}
.contact--data-box .contact--data-box-in {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
}
.Contact-Our-Team-Form textarea.form-control {
	height: 100px;
	resize: none;
}
.contact--data-box .contact--data-box-in .contact-icon-box {
	width: 22px;
}
.contact--data-box .contact--data-box-in .contact-icon-con-box {
	width: calc( 100% - 22px );
}
.contact--data-box .contact--data-box-in a {
	color:#000;
}
.contact--data-box h5 {
	font-weight: 700;
	text-transform: uppercase;
	margin: -5px 0 5px 0;
}
body .form-control {
	padding: 10px 12px;
}
body .form-control:focus {
	box-shadow: none;
	border-color: #b3b3b3;
}
body input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	padding: 12px 20px;
}
.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}
section.shop-artists.dark-bg {
	background-color: #F5F5F1;
	padding: 2.5rem 0;
}
section.shop-artists.dark-bg h2.big {
    font-family: "Gotham", sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
	color: #333;
	margin-bottom: 1rem;
}
section.shop-artists.dark-bg h2.chronicle.big {
	color: #333;
	font-family: "Chronicle", sans-serif;
	font-weight: 200;
	margin-bottom: 1rem;
	font-size: 2.25rem;
}
section.shop-artists .shop-artists-box a:hover {
	text-decoration: underline;
	color: #333;
	text-underline-position: under;
}
section.shop-artists .shop-artists-box a:hover h5.product--title {
	color: #333;
}
section.shop-artists.dark-bg  h5.product--title {
	font-family: "Gotham", sans-serif;
	font-size: 1rem;
	color: #333;
	letter-spacing: 0;
	font-weight: 300;
	margin: 0.75rem 0 0;
	text-align: center;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-grid.x-scroll.items-12 {
	display: block;
	max-width: 95vw;
	margin-left: 2.5vw;
	overflow: hidden;
	position: relative;
	margin: 1.5rem 0 1.5rem 2.5vw;
}
.owl-carousel.owl-shop-artists {
	position: relative;
}
.owl-carousel.owl-shop-artists .owl-item {
	max-width: 300px;
}
.owl-carousel.owl-shop-artists .owl-nav {
	position: absolute;
	right: 0;
	top: -50px;
}
.owl-carousel.owl-shop-artists .owl-nav button.owl-prev  {
	margin-right: 12px;
}
.owl-carousel.owl-shop-artists .owl-nav svg {
	width: 14px;
	height: 14px;
}
.owl-carousel.owl-shop-artists .owl-nav svg path.arrow {
	fill: #fff;
} 
.owl-carousel.owl-shop-artists .owl-item img { 
	height: 300px;
	object-fit: cover; 
}
.members-banner {
	background-color: #902829;
	width: 100%;
	margin: 0 auto;
	padding: 4.5vw 0;
	background-image: url(https://artbaari.com/wp-content/uploads/2024/07/4975_HP_IAD_MintedMore_Desk-scaled.webp);
	background-size: 100vw auto;
	background-repeat: no-repeat;
}
.members-banner .members--more {
	max-width: calc(95vw - 3rem);
	display: grid;
	grid-gap: 5vw;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto;
	align-items: stretch;
	margin: 0 auto;
}
.members-banner .members--more .members-header {
	border-right: 2px solid #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.members-banner .members--more .members-header h2.gotham {
    font-family: "Gotham", sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #fff;
}
.members-banner .members--more .members-cta a.buttoncta:hover {
	background: #eee;
	border-color: #eee; 
}
.members-banner .members--more .members-cta a.buttoncta {
    margin: 0;
    background: #fff;
    border-color: #fff;
    letter-spacing: 0.02rem;
    font-weight: 600;
    font-family: "Gotham", sans-serif;
    text-decoration: none;
    width: fit-content;
    color: #902829;
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.members-banner .members--more .members-cta img {
	max-width: 14vw;
	margin-bottom: 0;
}
.members-banner .members--more .members-cta p {
	margin: 0.5rem 0 0;
}
.members-banner .members--more .members-cta a {
	display: inline-block;
}

/* Shop */
section.archive-product-banner { 
	position:relative;
} 
.archive-product-banner .archive-category-list {
    position: unset;
    bottom: 1px;
    left: 0;
     scrollbar-width: none; 
 /*   scrollbar-width: thin;*/
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    text-align: center;
	max-width: 1180px;
    margin: 0 auto;
	margin-top: 10px;
}
.archive-product-banner .archive-category-list .category-item {
    display: inline-block;
}
.archive-product-banner .archive-category-list .category-item a {
    padding: 12px 20px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    background: #E8F2E8;
    margin: 0 3px;
}
.archive-product-banner .archive-category-list .category-item.active a {
    background: #f2e8eb;
}
/* Product css */
.single-product .single-product-variable-items li[data-wvstooltip="Printing"] {
    display: none !important;
}
.single-product .single_add_to_cart_button {
   display: none !important; 
}
.single-product .nav.nav-tabs li.nav-item .nav-link {
    padding: 5px 10px;
}

.all-tag-block {
	background: #F3EFE5;
    display: block;
    height: 110px;
    width: 110px;
    margin-bottom: 21px;
    object-fit: cover;
    border-radius: 50%;
}
@keyframes smoothRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img-up-after img {
    animation: smoothRotate 30s linear infinite alternate;
    will-change: transform;
}
.img-up-after {
    max-width: 600px !important;
}
.img-up-after::after {
    content: "";
    background: url(https://artbaari.com/wp-content/uploads/2026/01/before-img.png);
    height: 80%;
    width: 80%;
    z-index: 1;
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 40rem) { 
	section.sc-privacy-hero h1 { 
		font-size: 28px;
		line-height: 34px;
	}
	section.shop-artists.dark-bg h2.big {
		font-size: 7.25vw;
	}
	section.shop-artists.dark-bg {
		padding: 6vw 0;
	}
	.owl-carousel.owl-shop-artists .owl-nav {
		display: none;
	}
	section.sc-ab-home-hero {
		grid-template-columns: auto;
	}
	section.sc-ab-home-hero .hero-video {
        grid-area: 1 / 1 / 2 / 2;
    }
	section.sc-ab-home-hero .home-hero--box {
		grid-area: 2 / 1 / 3 / 2; 
		padding: 45px 15px !important;
	}
	.members-banner {
		padding: 7.5vw 0;
		background-image: url(https://assets.minted.com/image/upload/f_auto,q_auto/Minted_Onsite_Assets/2024/HP/4975_HP_IAD_MintedMore_Mob.jpg);
		background-size: 100vw auto;
		background-repeat: no-repeat;
	}
	.members-banner .members--more {
		max-width: 87.5vw;
		grid-gap: 3vw;
		grid-template-columns: auto;
		align-items: center;
	}
	.members-banner .members--more .members-header {
		border-right: 0;
		text-align: center;
	}
	.members-banner .members--more .members-header h2.gotham {
		font-size: 7.5vw;
		line-height: 1.1; 
	}
	.members-banner .members--more .members-cta {
		text-align: center;
	}
	.members-banner .members--more .members-cta img {
		max-width: 60vw;
	}
	.members-banner .members--more .members-cta p {
		margin-left: 3vw auto 0;
	}
	.members-banner .members--more .members-cta a.buttoncta {
		margin: 0 auto 3vw;
		min-width: 60vw;
		letter-spacing: 0.4vw;
	}
	.members-banner .members--more .members-cta a.buttoncta.d-no {
		display: inherit;
	}
	.members-banner .members--more .members-cta a.buttoncta.m-no {
		display: none;
	}
	.blog--categories .categories-img-box {
		width: 75px;
		height: 75px; 
	}
	.blog--categories .categories-img-box img {
		width: 35px;
		height: 35px;
	}
	.blog--categories .categories--list p {
		margin-top: 0.5rem; 
		font-size: 16px; 
	}
	.sc--Blog h1 {
		font-size: 26px;
		line-height: 32px; 
	}
	.sc--Blog svg {
		width: 44px;
	}
}
