a{
	text-decoration: none !important;
}
.single-product .woocommerce-breadcrumb{
	display: none;
}
.single-product .product_title {
	color: var( --e-global-color-7607768 );
}
.single-product #main .price {
    color: #F50100;
    font-size: 36px;
    font-family: 'Inter';
}
.single-product .sf-brand-container{
	padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    margin-top: 37px;
}
.sf-products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    display: grid;
}
.sf-products .sf-product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sf-products .sf-product .sf-product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sf-products .sf-product-title {
    margin-bottom: 10px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
}
.sf-products .sf-product-title a {
    text-decoration: none;
    color: #1625A9;
    line-height: 1.2;
    display: block;
}
.sf-products .sf-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.sf-products .sf-product-price {
    font-size: 18px;
    color: #F50100;
  	margin-top: 5px;
}
.sf-products .sf-product-description {
	margin-top: auto;
  	color: black;
}
.pagination-wrapper {
  	margin-top: 30px;
}
.pagination-wrapper .page-numbers {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: 18px;
  	text-decoration: none;
  	color: black;
  	align-items: center;
}
.pagination-wrapper .page-numbers.current {
  	font-weight: 600;
}
.pagination-wrapper img {
	width: 17px;
}
#sf-product-filter-wrapper .sf-category-filters-container{
	overflow-x: auto;
  	margin-bottom: 40px;
}
#sf-product-filter-wrapper .sf-category-filters{
    gap: 15px;
    overflow: auto;
    padding: 20px 10px;
    position: relative;
    flex-flow: row;
    display: flex;
    width: max-content;
}
#sf-product-filter-wrapper .sf-filter-btn{
    background: #FAB50033;
    border: none;
    border-radius: 30px;
    padding: 25px;
  	width: 250px;
}
#sf-product-filter-wrapper .sf-filter-btn .icon{
    margin-bottom: 10px;
}
#sf-product-filter-wrapper .sf-filter-btn .label{
    color: black;
}
#sf-product-filter-wrapper .no-products{
    text-align: center;
    font-size: 25px;
}
#forminator-module-250 label{
    color: black;
    font-weight: 600;
    font-family: 'Inter';
}
#forminator-module-250 input{
    padding: 12px 20px;
    border: 2px solid #1625A9;
    border-radius: 50px;
}
#forminator-module-250 textarea{
    padding: 12px 20px;
    border: 2px solid #1625A9;
    border-radius: 30px;
}
#forminator-module-250 .forminator-description{
	display: none;
}
#forminator-module-250 button{
    background: #1625A9;
    border: none;
    color: white;
    border-radius: 50px;
    padding: 10px 50px;
}
.sf-product-hero-section{
	background-image: url("/wp-content/uploads/2025/11/466f00bec8e0d961cce32971bd816103889e1bf8.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 410px;
    color: white;
  	position: relative;
    margin-bottom: 70px;
}
.sf-product-hero-section::before{
    background-color: #000000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}
.sf-product-hero-content {
    max-width: min(100%, 1140px);
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 100%;
    min-height: 410px;
    padding-bottom: 40px;
  	padding: 0 20px 40px;
}
.sf-product-hero-content .sf-breadcrumb{
  	margin-bottom: 30px;
}
.sf-product-hero-content .sf-breadcrumb a{
	color: white;
}
.sf-product-hero-content .sf-breadcrumb span{
	font-weight: 600;
}
.sf-product-hero-content h1{
	font-family: "Inter", Sans-serif;
    font-size: 51px;
    line-height: 1.2em;
  	margin: 0;
  	font-weight: 600;
}
.sf-product-hero-content p{
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0;
  	width: 380px;
}
#sf-rotate-1{
   	transform: rotate(-2deg);
}
#sf-rotate-2{
    transform: rotate(1deg);
    margin-top: 20px;
}
#sf-rotate-3{
  	transform: rotate(-3deg);
}
#sf-header-icon-list ul{
    gap: 7px;
}
@media screen and (max-width: 800px) {
    .sf-product-hero-content{
        flex-direction: column;
        align-items: center;
        padding: 100px 30px 50px;
  	}
    .sf-product-hero-content h1{
    	font-size: 32px;
    	text-align: center;
  	}
  	.sf-product-hero-content p{
  		font-size: 21px;
      	text-align: center;
  	}
  	.sf-products{
  		grid-template-columns: repeat(3, 1fr);
  	}
    #sf-product-filter-wrapper .sf-category-filters{
    	padding: 20px 0;
  	}
    #sf-product-filter-wrapper .sf-filter-btn{
    	border-radius: 30px;
        padding: 7px 20px;
        display: flex;
        align-items: center;
        gap: 9px;
      	width: unset;
  	}
  	#sf-product-filter-wrapper .sf-filter-btn .icon{
  		display: flex;
    	align-items: center;
      	margin-bottom: 0;
  	}
  	#sf-product-filter-wrapper .sf-filter-btn .icon img{
  		width: 35px;
  	}
}
@media screen and (max-width: 768px) {
    #sf-rotate-1{
        transform: unset;
    }
    #sf-rotate-2{
        transform: unset;
        margin-top: 0;
    }
    #sf-rotate-3{
        transform: unset;
    }
}
@media screen and (max-width: 500px) {
  	.sf-products{
  		grid-template-columns: repeat(2, 1fr);
  	}
}