body{
  font-size: 16px;
  font-family: "Kanit", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--second-color);
  overflow-x: hidden !important;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__images {
    height: var(--carousel-height);
}
.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.social-media-icon{
	width:30px;
}

.socials-icon img{
	width:30px;
	height:auto;
}

body.rtl .single-product-price {
    text-align: right; 
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    direction: ltr;          
}

@media only screen and (max-width: 600px) {
  .padding-section {
    padding-right:20px;
	  padding-left:20px;
  }
	.section-products {
    padding-right:20px;
	  padding-left:20px;
  }
	
	.section-setups {
    padding-right:20px;
	  padding-left:20px;
  }
	
	.product-title-new {
		font-size:14px;
	}
	.product-title {
		font-size:12px;
		height:0px;
	}
	
	.pad{
		padding-left:10px;
		padding-right:10px;
	}
}

.swiper-button-prev, .swiper-button-next {
    color: white !important;
    opacity: 1;
}

.slider_thumb_section {
    display: flex;
    max-width: 160px;
    position: absolute;
    z-index: 5;
    top: calc(var(--carousel-height) - 180px - 50%);
    left: 100px;
}
.slider__thumbs {
    height: calc(var(--carousel-height) - 220px);
}
.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: 20px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    width: 16px;
    height: 16px;
    transition: linear .5s all;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    height: 48px;
    border-radius: 28px;
}
.slider_content {
    position: absolute;
    top: 45px;
    left: 320px;
    max-width: 400px;
    width: 100%;
}
.slider_content img {
    max-width: 140px;
}
.slider_content h2 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}
.slider_content .btn {
    font-size: 18px;
    min-width: 140px;
    transition: linear .5s all;
}
.title {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.sub-title {
    color: var(--third-color);
    font-size: 18px;
    font-weight: 300;
}
.wrapper-category {
    background-color: var(--main-color);
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
}
.wrapper-category img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wrapper-category .category-overlay {
    position: relative;
    background: rgb(13 71 161 / 50%);
    color: white;
    padding-block: 30px;
    height: inherit;
}
.category-hero svg, .category-hero img {
    width: 65px;
    height: 65px;
}
.category-list .nav-item {
    transition: linear .5s all;
}
.category-list .nav-item:hover {
    background-color: #4381ff7a
}
.category-list .nav-item:hover .nav-link {
    transform: scale(1.15);
}
.category-list .nav-link {
    transition: linear .3s all;
    color: #ddd;
}

.section-products {
    margin-top: -300px;
}

/******** [BEGIN]: SETUPS ************/
.section-setups{
    background: radial-gradient(circle at center, #1d4668, #0d2a4a, #0d154a, #3f1363);
    color: #fff;
}
.section-setups .main-large-btn {
    color: #fff;
}
.grid_setups {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-auto-rows: auto; /* Automatic row heights */
    gap: 16px; /* Adjust spacing */
}
.pc-setup {
    width: 100%;
	height: 100%; /* Ensures it fits inside grid */
}
/* If there are 3 or more .pc-setup, the first one spans 2 rows */
.grid_setups:has(.pc-setup:nth-child(3)) .pc-setup:first-child {
    grid-row: span 2;
}

.pc-setup .section-bg {
    padding: 5px;
    min-height: 0px;
}
.pc-setup-body {
    width: 60%;
}
.pc-setup:first-child .section-bg {
    height: 100%;
}
.section-bg:hover::before {
    transform: scale(1.1);
}
.pc-setup .pc-setup-title {
    font-size: 36px;
    text-transform: capitalize;
}
.pc-setup .pc-setup-description {
    font-size: 18px;
    font-weight: 300;
    color: #cecece;
}
.pc-setup:first-child .pc-setup-title {
    font-size: 48px;
}
.pc-setup:first-child .pc-setup-description {
    font-size: 22px;
}
.pc-setup:nth-child(2) a:first-child {
    /*margin-bottom: 20px;*/
    display: block;
}
/******** [END]: SETUPS ************/

.brands-carousel img {
    max-height: 50px;
    width: auto;
}

.description-clamp {
  display: none !important;
}
@media (max-width: 1440px) {
    .title {
        font-size: 42px;
    }
}
@media (max-width: 991.98px) {
    .slider__images {
        --carousel-height: 490px;
    }
    .slider_thumb_section {
        max-width: 150px;
        left: 70px;
        top: calc(var(--carousel-height) - 220px - 50%);
    }
    .slider_content {
        left: 270px;
    }
    .title {
        font-size: 40px;
    }
    .sub-title {
        font-size: 16px;
    }
    .category-hero svg, .category-hero img {
        width: 55px;
        height: 55px;
    }
    .wrapper-category .category-overlay {
        padding-block: 22px;
    }
    .section-setups .pc-setup:first-child a {
        margin-bottom: 20px;
        display: block;
    }
    .section-setups .pc-setup .pc-setup-title {
        font-size: 32px !important;
    }
    .section-setups .pc-setup .pc-setup-description{
        font-size: 18px !important;
    }
    .section-setups .pc-setup-body{
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .slider__flex {
        flex-direction: column-reverse;
    }
    .slider_thumb_section {
        display: none;
    }
    .slider__images {
        width: 100%;
        --carousel-height: 450px;
    }
    .slider_content {
        position: relative;
        top: -100%;
        left: 0;
        margin: auto;
        text-align: center;
    }
    .slider_content img {
        margin: auto;
    }
    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .swiper-pagination-bullet-active {
        width: 32px;
        height: 12px;
    }
    .slider_buttons{
        margin-inline: 20px;
    }
    .slider_content h2 {
        font-size: 38px;
    }
    .category-row {
        margin-top: 1.5rem !important;
    }
    .title {
        font-size: 34px;
    }
    .sub-title {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .section-products {
        margin-top: -300px;
    }
    .sub-title {
        font-size: 14px;
    }
    .slider_content {
        padding: 20px;
    }
    .slider_content img {
        max-width: 125px;
    }
    .slider_content h2 {
        font-size: 32px;
    }
    .slider_content .btn {
        font-size: 16px;
    }
    .section-setups .pc-setup-body {
        width: 100%;
    }
    .section-setups .pc-setup .pc-setup-title {
        font-size: 26px !important;
    }
    .pc-setup .section-bg {
        padding: 15px;
		height: 100%;
        min-height: 220px;
    }
    .section-setups .pc-setup .pc-setup-description {
        font-size: 16px !important;
    }
    .section-setups .pc-setup:first-child a, .pc-setup:nth-child(2) a:first-child {
        margin-bottom: 12px;
    }
}