:root {
    --primary: #ff6c0d;
    --swiper-theme-color: #ff6c0d;
}

body {
    font-family: "rajdhani", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.theme-shadow{
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

header {
  transition: transform 0.3s ease;
}

header.scroll-up{
    transform: translateY(0);
}

header.scroll-down {
    transform: translateY(-100%);
}

.growth-story{
    position: relative;
    z-index: 0;
    background-color: #fff;
    background-image: radial-gradient(circle, #8cca8b 2px, transparent 2px), radial-gradient(circle, #fff 6px, transparent 6px), linear-gradient(to right, #8cca8b 1px, transparent 1px), linear-gradient(to bottom, #8cca8b 1px, transparent 1px);
    background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px, 100% 100%;
    background-position: -25px -24px, -25px -24px, 0 0, 0 0, center;
    background-repeat: repeat;
    &:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
       background: linear-gradient(0deg, #fff 15%, rgba(255, 255, 255, .06) 50%, #fefbec 80%);
    }
}

.bg-gradient-yellow{
    background: linear-gradient(rgba(255, 226, 109, .13) 0, rgba(124, 124, 124, 0) 100%);
}
.bg-compare-gradient{
    background: linear-gradient(#fff 0,#fafff6 20.51%,#ff6c0d 100%);
}

.footer{
    background: linear-gradient(300deg,#000 60%,#383838 100%);
}

.tab-content{
    display: none;
    &.active{
        display: block;
        transition: all .3s ease-in-out;
    }
}

.tabs li.active{
    background-color: var(--primary);
    color: #fff;
    border-radius: 0.5rem;
    padding: 10px 25px;
    transition: all .3s ease-in-out;
}

.sec-legal {
    p{
        margin-bottom: 20px;
    }
    h2{
        font-weight: 600;
        margin-bottom: 20px;
    }
    ul{
        margin: 0 0 20px 20px;
    }
    li{
        list-style: disc;
        margin-top: 8px;
    }
}

.description-list {
    ul{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    li{
        list-style: inside;
    }
} 

/* swiper carousel*/
.swiper{
    padding-bottom: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
    font-weight: bold;
}
.pd-thumb-carousel .swiper-slide.swiper-slide-thumb-active .border{
    border-color: var(--primary);
}
.pd-thumb-carousel .swiper-slide{
    height: auto;
    width: 100% !important;
    cursor: pointer;
    outline: 0;
}

.bg-pattern{
    background-image: repeating-linear-gradient(45deg,rgba(166,166,166,.05) 0,rgba(166,166,166,.05) 1px,transparent 1px,transparent 11px,rgba(166,166,166,.05) 11px,rgba(166,166,166,.05) 12px,transparent 12px,transparent 32px),repeating-linear-gradient(135deg,rgba(166,166,166,.05) 0,rgba(166,166,166,.05) 1px,transparent 1px,transparent 11px,rgba(166,166,166,.05) 11px,rgba(166,166,166,.05) 12px,transparent 12px,transparent 32px),repeating-linear-gradient(90deg,rgba(166,166,166,.05) 0,rgba(166,166,166,.05) 1px,transparent 1px,transparent 11px,rgba(166,166,166,.05) 11px,rgba(166,166,166,.05) 12px,transparent 12px,transparent 32px),repeating-linear-gradient(0deg,rgba(166,166,166,.05) 0,rgba(166,166,166,.05) 1px,transparent 1px,transparent 11px,rgba(166,166,166,.05) 11px,rgba(166,166,166,.05) 12px,transparent 12px,transparent 32px),linear-gradient(90deg,#f1ffe9,#fff2f2);
}
.bottom-navigation::after{
    content: "";
    position: absolute;
    bottom: -75px;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 25px 44px rgba(0, 0, 0, .2);
    z-index: -1;
    background: #fff;
}

.filter-label{
    cursor: pointer;
    position: relative;
    span {
        transition: color 0.3s;
    }
    input[type="checkbox"]:checked + span {
        color: var(--primary);
        font-weight: 600;
        &::after {
            content: "\e908";
            font-family: 'icomoon';
            color: var(--primary);
            position: absolute;
            right: 2px;
            top: 4px;
            font-size: 12px;
            font-weight: 400;
        }
    }
}

.form-group{
    position: relative;
    .form-label{
        pointer-events: none;
        position: absolute;
        top: 12px;
        left: 16px;
        font-size: 14px;
        color: #6b7280;
        background-color: transparent;
        transition: all .3s ease-in-out;
    }
    .form-label.select{
        opacity: 0;
        transition: opacity 0.3s;
    }
}
.form-group:has(.form-select option:checked:not(:first-child)) {
    .form-select{
        border-color: #5ad2354a;
    }
    .form-label.select {
        opacity: 1;
        top: -8px;
        left: 12px;
        font-size: 12px;
        background-color: #fff;
        padding: 0 4px;
        z-index: 999;
        color: var(--color-brand-500);
    }
}
.form-group:has(.form-control:focus),
.form-group:has(.form-control:not(:placeholder-shown)) {
    .form-control{
        border-color: #5ad2354a;
    }
    .form-label {
        top: -8px;
        left: 12px;
        font-size: 12px;
        background-color: #fff;
        padding: 0 4px;
        color: var(--color-brand-500);
    }
}
.custom-scrollbar {
    &::-webkit-scrollbar {
        width: calc(var(--spacing) * 1.5);
        height: calc(var(--spacing) * 1.5);
    }
    &::-webkit-scrollbar-track {
        border-radius: calc(infinity * 1px);
    }
    &::-webkit-scrollbar-thumb {
        border-radius: calc(infinity * 1px);
        background-color: var(--color-gray-200);
    }
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.accordion-content[style*="max-height"] {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
    .container { 
        padding-left: 16px;
        padding-right: 16px; 
    }
}
@media only screen and (min-width: 576px) {
  .container { max-width: 540px; }
}

@media only screen and (min-width: 768px) {
  .container { max-width: 720px; }
}

@media only screen and (min-width: 992px) {
  .container { max-width: 960px; }
}

@media only screen and (min-width: 1200px){
    .lg-theme-shadow{
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    }
    .container{
        max-width: 1140px;
    }
    .swiper{
        padding-bottom: 50px;
    }
    .product-carousel .swiper-slide {
        transition: transform 0.4s ease, opacity 0.4s ease;
        opacity: 0.6;
        transform: scale(.85);
    }
    .product-carousel .swiper-slide-next , .product-carousel .swiper-slide-next + .swiper-slide, .all-active .swiper-slide {
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 22px;
    }
    .sec-legal {
        p,li{
            font-size: 20px;
        }
        h2{
            font-size: 26px;
        }
    }
    .top-selling-carousel .swiper-slide{
        opacity: 0.5;
        transform: scale(0.8);
    }
    .top-selling-carousel .swiper-slide-next {
        opacity: 1;
        transform: scale(1);
    }
    .top-selling-carousel .swiper-button-next{
        right: 30%;
    }
    .top-selling-carousel .swiper-button-prev{
        left: 30%;
    }
}

@media only screen and (min-width: 1400px) {
  .container { max-width: 1320px; }
}

@media only screen and (min-width: 1600px) {
  .container { max-width: 1520px; }
}