/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 07:06:28 */
.cat-title {
	font-family: "roboto_condensed regular", Sans-serif !important;
    font-size: 56px;
    font-weight: 700;
    color: #FFFFFF;
	text-transform: uppercase;
    margin: 24px 0;
}
.product-filter {
    margin: 0 0 2em;
}
.grid-gutter-sm {
    grid-gap: 1rem !important;
}
.product-filter__field {
    flex-basis: 1;
    flex-shrink: 0;
    width: 100%;
    margin: .5em 0;
}
.form--dark .label, .form--dark label {
    color: #fff;
}
.label, label {
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    font-family: proxima_semibold, "Open Sans", Arial, sans-serif !important;
    color: #646566;
    margin: 0;
}
.new-tag {
    display: inline-block;
    position: relative;
    padding: 2px .75em 1px;
    font-family: roboto_condensed;
    color: #000;
    z-index: 4;
    text-transform: uppercase;
    font-size: 1em;
    transform: skewY(-5deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.card__new.new-tag {
    position: absolute;
    top: 1.5em;
    left: 0;
}
.new-tag:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, #eee, #bcbcbc);
    z-index: -1;
}
select.product-filter__select {
	    width: 100%;
	font-family: roboto_condensed !important;
}
@media screen and (min-width: 732px) {
    .new-tag {
        font-size: 1.125em;
    }
	.grid-md-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 988px) {
    .product-filter {
        margin: 2em 0;
    }
	.grid-lg-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
	.grid-lg {
        display: grid;
        grid-gap: 3rem;
    }
}
@media (min-width: 1000px) {
    .product-filter {
        flex-wrap: nowrap;
    }
}
.categor-bottom-section [role=doc-subtitle] {
    color: #232323 !important;
}
.categor-bottom-section .section-heading{
	color : #646566 !important;
}
.btn:focus, .btn:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-position: right center;
    text-decoration: none;
}
.card__overlay {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #232323 100%);
    --main-color: $c-white;
}

/*category page bottom white skew*/
.category-faqs-post {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.category-faqs-post::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  height: 200px;
    background: #232323; 
	transform: skewY(354deg);
  /*transform: skewY(-5deg);*/
  z-index: 0;
}
.section-intro.section-intro--left {
    margin-top: 70px !important;
}
.intro-sub-text p {
  font-family: "proxima_bold", Sans-serif !important;
}
