:root{
	--primary: #0096f3;
	--secondary: #9a0002;
	--primaryfont: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
body .container {
	width: 92%;
}
.ta-col-6 {
	width: 50%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.color-primary{
	color: var(--primary);
}
.btn {
	border-radius: 30px;
	padding: 11px 30px;
	color: #fff;
	display: inline-block;
	border: 0;
	font-size: 18px;
}
.btn i{
	margin-left: 10px;
}
.btn-primary{
	background-color: var(--primary);
	transition: .3s;
}
.btn-primary:hover {
	background-color: var(--secondary);
}
.btn-secondary{
	background-color: var(--secondary);
	transition: .3s;
}
.btn-primary:hover {
	background-color: var(--primary);
}
body .et_pb_section.site-header {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.site-menu .et_pb_menu__logo {
	max-width: 200px;
}
.cart-icon i {
	color: var(--primary);
}
#my-cart-count {
	position: relative;
	width: 18px;
	height: 18px;
	background-color: var(--secondary);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 10px;
	top: -7px;
	right: 5px;
}

.hero-slider {
	min-height: 700px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	aspect-ratio: 16/9;
}

.hero-slider__single {
	height: calc(100%);
	display: flex;
	flex: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40% 50%;
}
.hero-slider__single .container {
	width: 92%;
	padding-top: 0 !important;
}
.hero-slider__content {
	max-width: 100%;
	width: 500px;
}
.hero-slider__content h1 {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.hero-slider__content {
	max-width: 100%;
	width: 500px;
	font-size: 18px;
}
.hero-slider__btn {
	margin-top: 35px;
}
.ta-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-3 {
	width: 25%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.home-featured__cate-link {
	border-radius: 150px;
	display: block;
	overflow: hidden;
	padding: 2px;
	transition: .3s;
	padding-bottom: 50px;
}
.home-featured__cate-link:hover {
	background-color: var(--primary);
	transition: .3s;
}
.home-featured__cate-media {
	display: block;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: .3s;
}
.home-featured__cate-link:hover .home-featured__cate-media {
	border: 1px solid transparent;
	transition: .3s;
}
.home-featured__cate-media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.home-featured__cate-link:hover .home-featured__cate-media img {
	transform: scale(1.05);
	transition: .3s;
}
.home-featured__cate-link h4 {
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
}
.home-featured__cate-link:hover h4 {
	color: #fff;
}
.home-products__slider {
	margin: 0 0 0 180px !important;
	padding: 50px 0 80px 0;
}
.home-product__slider .slick-track {
    display: flex !important;
}

.home-product__slider .slick-slide {
    height: inherit !important;
}
.home-products__slider-single {
	padding: 15px;
}
.home-products__slider-media a {
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.home-products__slider-media a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.home-products__slider-media a:hover img {
	transition: .3s;
	transform: scale(1.05);
}
.home-products__slider-name {
	text-align: center;
	margin-top: 15px;
}
.home-products__slider-name a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
}
.home-products__slider-name a:hover {
	color: var(--primary);
	transition: .3s;
}
.home-products__variant {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 15px;
}
.home-products__variant span {
	display: inline-block;
	margin: 5px;
	border: 1px solid #666;
	padding: 1px 8px;
	cursor: pointer;
	font-size: 14px;
}
.home-products__variant .variant-selectd {
	background-color: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}
.home-products__slider-price {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.home-products__slider-addcart .btn {
	display: block;
	width: 100%;
}

.home-products__slider .slick-dots {
	bottom: 0;
}
.home-products__slider .slick-dots li button:before {
	display: none;
}
.home-products__slider .slick-dots li button {
	background-color: #666;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.home-products__slider .slick-dots li.slick-active button {
	background-color: var(--primary);
}
.round-media__style {
	aspect-ratio: 1/1;
	position: relative;
}
.round-media__style::before {
	content: "";
	position: absolute;
	right: -15px;
	height: 100%;
	width: 100%;
	background-color: var(--secondary);
	border-radius: 50%;
}
.round-media__style .et_pb_image_wrap {
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 50%;
}
.round-media__style .et_pb_image_wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.home-top__deal-info .home-products__name {
	font-size: 42px;
	margin-bottom: 20px;
}
.home-top__deal-info .home-products__name a {
	display: block;
	color: #000;
	line-height: 1.1;
}
.home-top__deal-info .home-products__name a:hover {
	color: var(--primary);
}
.home-top__deal-info .home-products__variant {
	justify-content: flex-start;
}
.home-products__price {
	color: var(--primary);
	font-size: 30px;
	margin: 20px 0;
}
.home-top__deal-info {
	padding-left: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-top__deal__media a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 1/.8;
}
.home-top__deal__media a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.home-contact__blurb {
	background-color: #fff;
	height: 100%;
	padding: 30px 15px;
	border-radius: 20px;
}
.home-contact__blurb  .et_pb_blurb_description p {
	padding-bottom: 5px;
}



.product-list__col {
	margin: 20px 0;
}

.product-media a {
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.product-media a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.product-media a:hover img{
	transition: .3s;
	transform: scale(1.05);
} 
.product-name {
	text-align: center;
	margin-top: 15px;
}
.product-name a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	transition: .3s;
}
.product-name a:hover {
	color: var(--primary);
	transition: .3s;
}

.product-price {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.product-list__single .variations_form {
	display: flex;
	justify-content: center;
}

.product-list__single .variations_form > div {
	width: 100%;
	text-align: center;
}
.product-list__single .variations_form .variations {
	margin: 0 auto;
}
.product-list__single  .woocommerce-variation-add-to-cart {
	text-align: center;
}
.product-list__single .woocommerce-variation-add-to-cart .quantity {
	margin: 0 auto 20px auto;
	width: 100%;
	display: none !important;
}
.product-list__single .woocommerce-variation-add-to-cart .qty {
	border: 1px solid var(--primary) !important;
	width: 100% !important;
	color: #000 !important;
	font-size: 16px !important;
	padding: 7px !important;
	border-radius: 30px !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
.single_add_to_cart_button {
	width: 100%;
} 
.product-addcart .btn {
	display: block;
	width: 100%;
	cursor: pointer;
}

.product-filter ul {
	list-style: none !important;
	padding: 0;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 0;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product-filter ul li {
	padding: 7px;
}
.product-filter ul li a {
	border: 1px solid var(--primary);
	color: var(--primary);
	padding: 10px 25px;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	transition: .5s;
	position: relative;
	overflow: hidden;
}
.product-filter ul li a:hover, .product-filter ul li.active a {
	color: #fff;
	transition: .5s;
}
.product-filter ul li a::before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary);
	transition: .5s;
	z-index: -1;
}
.product-filter ul li a:hover::before, .product-filter ul li.active a::before {
	left: 0;
	transition: .5s;
}
.breadcrumb {
	padding: 50px 0 30px 0;
}
table.variations th.label {
	display: none !important;
}
.product-info .woocommerce-variation-price {
	font-size: 24px;
	margin: 10px 0 20px 0;
	color: var(--primary);
}
.product-info .woocommerce-variation-add-to-cart .quantity {
	margin: 0 0 20px 0;
}
.product-info .woocommerce-variation-add-to-cart .qty {
	border: 1px solid var(--primary) !important;
	width: 100% !important;
	color: #000 !important;
	font-size: 16px !important;
	padding: 7px !important;
	border-radius: 30px !important;
	min-width: 150px !important;
	max-width: 100% !important;
}
.product-info .single_add_to_cart_button {
	width: auto; 
}
.single-product__wrap {
	padding-bottom: 80px;
}
.single-product__wrap .ta-col-5 {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 45%;
}
.single-product__wrap .ta-col-7 {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 55%;
}
.product-info__title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 500;
}

.product-info__desc {
	font-size: 16px;
	margin: 20px 0;
}
.product-info .home-products__variant {
	justify-content: flex-start;
}
.product-info__price {
	font-size: 30px;
	font-weight: 500;
	margin-top: 20px;
}
.price-regular {
	color: #000;
}
.price-offer {
	color: var(--primary);
	margin-left: 20px;
}
.product-info__tax-info {
	margin-bottom: 15px;
	font-size: 13px;
	margin-top: 5px;
}
.home-products__addcart .btn {
	cursor: pointer;
}
.home-products__addcart .btn + .btn {
	margin-left: 10px;
}
.product-slider {
	border: 1px solid var(--primary);
	padding: 20px;
}
.product-slider__main .slick-track {
    display: flex !important;
}
.product-slider__main .slick-slide {
    height: inherit !important;
}
.product-slider__single img {
	width: 100%;
}
.product-slider__nav li {
	padding: 10px 5px 0 5px;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.product-slider__nav li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.product-slider__nav li.slick-current img{
	border: 1px solid var(--secondary);
}
.product-slider__nav .slick-dots {
	bottom: -60px;
}
.product-slider__nav {
	margin-bottom: 0 !important;
}
.product-slider__nav .slick-dots li button:before {
	display: none;
}
.product-slider__nav .slick-dots li button {
	background-color: #000;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.product-slider__nav .slick-dots li.slick-active button {
	background-color: var(--primary);
}
.product-slider__nav .slick-prev::before, .product-slider__nav .slick-next::before {
	display: none;
}
.product-slider__nav .slick-arrow {
	transform: none;
	background-size: auto 100% !important;
	width: 20px;
	height: 20px;
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 9;
}
.product-slider__nav .slick-arrow:hover{
	opacity: .8;
	background-repeat: no-repeat;
}
.product-slider__nav .slick-prev, .product-slider__nav .slick-prev:hover, .product-slider__nav .slick-prev:focus {
	background-image: url('/wp-content/uploads/2025/03/prev-icon-black.png');
	background-repeat: no-repeat;
	left: -20px;
	background-position: 50% 50%;
}
.product-slider__nav .slick-next, .product-slider__nav .slick-next:hover, .product-slider__nav .slick-next:focus {
	right: -20px;
	background-image: url('/wp-content/uploads/2025/03/next-icon-black.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}



.tabs-nav ul {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: inline-block;
  margin-right: 10px;
}

.tabs-nav a {
	display: block;
	padding: 10px 35px;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid var(--secondary);
	border-radius: 4px;
}
/* Active tab */

.tabs-nav li.active a{
  background: var(--secondary);
  color: #fff;
}

/* Tab content */

.tabs-content {
	padding: 0 0 50px 0;
	overflow: hidden;
	color: #000;
}
.tabs-content__body {
	padding-top: 40px;
}

.tabs-content IMG {
  margin-right: 10px;
}
/* Hide all but first content div */

.tabs-content > div:not(:first-child) {
  display: none;
}
.tabs-content__title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.footer-newsletter form {
	max-width: 100%;
	margin: 0 auto;
	width: 600px;
}
.footer-newsletter .form-group {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding-right: 124px;
}

.footer-newsletter .form-group .form-control {
	border: 0;
	height: 50px;
	border-radius: 50px 0 0 50px;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid var(--primary);
	border-right: 0;
	color: #000;
	font-size: 16px;
}
.footer-newsletter .btn.btn-primary {
	background-color: var(--primary);
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 0 50px 50px 0;
	border: 0;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
}
.footer-menu .cart-icon {
	display: none !important;
}
.footer-privacy__menu ul {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 !important;
}
.footer-privacy__menu ul li {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.footer-privacy__menu ul li a {
	color: #000;
	transition: .3s;
	text-transform: uppercase;
	font-size: 14px;
}
.footer-privacy__menu ul li a:hover {
	color: var(--primary);
}
.contact-form .form-control {
	width: 100%;
	height: 46px;
	border-radius: 4px;
	color: #000;
	padding: 10px 15px;
}
.form-group {
	margin-bottom: 15px;
}
.contact-form textarea.form-control {
	min-height: 120px;
	height: 120px;
	max-height: 120px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.contact-page__blurb .et_pb_blurb_container {
	padding-left: 0;
}
.contact-page__blurb .et_pb_blurb_container .et_pb_module_header {
	padding-bottom: 0;
}
.map-full .et_pb_code_inner {
	width: 100%;
	height: 500px;
	max-height: 50vh;
}
.map-full .et_pb_code_inner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page-hero {
	padding: 70px 0;
	text-align: center;
	background-color: #f1f1f1;
}
.page-hero h1 {
	font-size: 58px;
	text-transform: uppercase;
	text-align: center;
}
.section-padding {
	padding: 70px 0;
}
.ta-col-4 {
	width: 33.33%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-list__col {
	margin-bottom: 30px;
}
.blog-list__single {
	height: 100%;
}
.blog-list__media {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	aspect-ratio: 16/10;
	transition: .3s;
}
.blog-list__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
}
.blog-list__media:hover img {
	transition: .3s;
	transform: scale(1.10);
}
.blog-list__content {
	margin-top: 15px;
	font-size: 16px;
}
.blog-list__date {
	color: #000;
}
.blog-list__content h3 {
	margin-top: 15px;
}

.blog-list__content h3 a {
	font-size: 24px;
	transition: .3s;
	color: var(--primary);
}
.blog-list__content h3 a:hover {
	transition: .3s;
	color: var(--secondary);
}
.single-blog__hero {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 40vh;
	max-height: 500px;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}
.single-blog__hero::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}
.single-blog .container {
	max-width: 960px;
	width: 92%;
}
.page-circle__hero-content {
	position: relative;
	z-index: 9;
}
.page-hero__title h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
.blog-content__section {
	font-size: 16px;
}
.blog-content__section h2, .blog-content__section h3, .blog-content__section h4, .blog-content__section h5, .blog-content__section h6 {
	margin-top:20px;
}
.blog-content__section h2 {
	font-size: 32px;
}
.blog-content__section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.related-blogs__wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}
.related-blogs__wrap .related-blogs__title {
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}
.related-blogs .slick-track {
    display: flex !important;
}

.related-blogs .slick-slide {
    height: inherit !important;
}

.related-blogs__single {
	padding: 0 10px 35px 10px;
	position: relative;
}
.related-blogs__single .blog-list__content {
	font-size: 16px;
}
.related-blogs__single .blog-list__content h3 a {
	font-size: 20px;
	transition: .3s;
}

.related-blogs .slick-dots {
	bottom: -50px;
}
.related-blogs .slick-dots li button:before {
	display: none;
}
.related-blogs .slick-dots li button {
	background-color: transparent;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid var(--primary);
}
.related-blogs .slick-dots li.slick-active button {
	background-color: var(--primary);
	border: 1px solid var(--primary);
}
.page-404__content {
	text-align: center;
	padding: 60px 0;
}
.page-404__media img {
	max-width: 150px;
}
.page-404__content h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--secondary);
}
.page-404-btn {
	margin-top: 30px;
}

.page-404-btn .btn {
	display: inline-block;
}
.pagination.cuspagination {
	margin-top: 40px;
}
#my-page {
	list-style: none;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	
}
#my-page li {
	margin: 0 2px;
}
#my-page li a {
	display: block;
	padding: 2px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#my-page li a.active {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.woocommerce-cart .entry-title.main_title, .woocommerce-checkout .entry-title.main_title {
	background-color: var(--secondary);
	color: #fff;
	padding: 12px 15px;
	font-size: 26px;
	border-radius: 6px;
}
.wc-block-cart__submit .wc-block-components-button, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
	background-color: var(--primary) !important;
	border-radius: 40px;
	font-size: 18px !important;
}
.wc-block-cart__submit .wc-block-components-button:hover, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
	background-color: var(--secondary) !important;
	border-radius: 40px;
	font-size: 18px !important;
}
@media(max-width:1366px) {
	.home-products__slider {
		margin: 0 0 0 4% !important;
	}
}
@media(max-width:1199px) {
	.site-menu .et_pb_menu__logo {
		max-width: 160px;
	}

	.ta-col-3.product-list__col {
		width: 33.33%;
	}
	.tabs-nav a {
		font-size: 16px;
	}
	
	.single-product__wrap .ta-col-5 {
		max-width: 50%;
	}
	.single-product__wrap .ta-col-7 {
		max-width: 50%;
	}
	
}

@media(max-width:980px) {
	.site-menu .et_mobile_menu {
		padding: 4% 2% !important;
	}
	.site-menu .et_mobile_menu a {
		border-bottom: 1px solid rgba(255,255,255,.1) !important;
	}
	.hero-slider {
		min-height: inherit;
		aspect-ratio: 16/12;
	}
	.hero-slider__content {
		margin: 0 auto;
		text-align: center;
	}
	.hero-slider__content h1 {
		font-size: 48px;
	}
	.ta-col-3.product-list__col {
		width: 50%;
	}
	.single-product__wrap, .breadcrumb {
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
	.single-product__wrap .ta-col-5 {
		max-width: 100%;
	}
	.single-product__wrap .ta-col-7 {
		max-width: 100%;
	}
	.product-slider {
		margin: 0 auto 50px auto;
	}
	.tabs-nav a {
		padding: 7px 15px;
	}
	.home-featured__cate {
		max-width: 100%;
		width: 560px;
		margin: 0 auto;
	}
	.ta-col-3.home-featured__cate-col {
		width: 50%;
		margin: 20px 0;
	}
	.et_pb_module.round-media__style {
		max-width: 100%;
		width: 500px;
		margin: 0 auto;
	}
	.home-top__deal {
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}
	.ta-col-6.home-top__deal-col {
		width: 100%;
	}
	.home-top__deal__media {
		margin: 0 auto 30px;
	}
	.home-top__deal-info .home-products__name {
		font-size: 36px;
	}
	.footer-menu .et_pb_menu__menu {
		display: block;
	}
	.footer-menu .et_mobile_nav_menu {
		display: none;
	}
	.contact-page__blurb .et_pb_blurb_content {
		max-width: 100%;
	}
	.page-hero h1{
		font-size:48px;
	}
	.ta-col-4.blog-list__col {
		width: 50%;
	}
}

@media(max-width:767px) {
	.ta-col-3.product-list__col {
		width: 50%;
	}
	.btn {
		padding: 9px 20px;
		font-size: 16px;
	}
	.et_pb_module.round-media__style {
		width: 400px;
	}
	.page-hero h1{
		font-size:42px;
	}
	.product-filter ul li a {
		padding: 6px 20px;
		font-size: .9rem;
	}

}
@media(max-width:575px) {
	.tabs-nav a {
		padding: 7px 10px;
	}	
	.hero-slider__content h1 {
		font-size: 38px;
	}
	.product-filter ul li a {
		padding: 6px 14px;
	}
	.ta-col-4.blog-list__col {
		width: 100%;
	}
}
@media(max-width:479px) {
	.ta-col-3.product-list__col {
		width: 100%;
	}
	.tabs-nav ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.tabs-nav li {
		padding-right: 5px;
		padding-left: 5px;
	}
	.tabs-nav a {
		padding: 7px 0;
		font-size: 14px;
	}
	.page-hero h1{
		font-size:38px;
	}
	.hero-slider {
		aspect-ratio: 1/1;
	}
} 






