@font-face {
    font-family: 'font-iran-normal';
    src: url(../font/IRANSans/IRANSansWeb_Medium.woff);
}

@font-face {
    font-family: 'font-iran-light';
    src: url(../font/IRANSans/IRANSansWeb_Light.woff);
}

@font-face {
    font-family: 'font-iran-bold';
    src: url(../font/IRANSans/IRANSansWeb_Bold.woff);
}

@font-face {
    font-family: 'font-iran-ultralight';
    src: url(../font/IRANSans/IRANSansWeb_UltraLight.woff);
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, :after, :before {
    border: 0 solid #e5e5e5;
    box-sizing: border-box;
}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: test;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
}

body {
    direction: rtl;
    font-family: 'font-iran-normal', sans-serif;
    line-height: inherit;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit
}

a:hover {
    color: #284980;
}

.pdp-container span .bi-arrow-left-short {
    display: flex;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .lg-h-60px {
        height: 60px!important;
    }

    .lg-w-52 {
        width: 13rem;
    }

    .lg-h-auto{
        height: auto;
    }

   .lg-text-body-14 {
        font-size: 14px;
        line-height: 24px;
    }

    .lg-pl-4 {
        padding-left: 1rem;
    }

    .lg-pb-4 {
        padding-bottom: 1rem;
    }

    .lg-p-2 {
        padding: .5rem;
    }

    .lg-mb-10{
        margin-bottom: 2.5rem;
    }

    .lg-mt-3 {
        margin-top: .75rem;
    }

    .lg-mt-6 {
        margin-top: 1.5rem;
    }

    .lg-mt-0{
        margin-top: 0!important;
    }

    .lg-pl-0{
        padding-left: 0!important;
    }

    .lg-py-10{
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    
    .lg-mb-0 {
        margin-bottom: 0;
    }

    .lg-px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg-min-h-100px {
        min-height: 100px;
    }

    .lg-min-h-330px {
        min-height: 330px;
    }

    .lg-h-90px {
        height: 90px;
    }

    .lg-mb-5{
        margin-bottom: 1.25rem;
    }

    .lg-p-0 {
        padding: 0!important;
    }

    .lg-mb-4 {
        margin-bottom: 1rem;
    }

    .lg-gap-4 {
        gap: 1rem;
    }

    .d-lg-hidden{
        display: none!important;
    }

    .lg-gap-y-3{
        row-gap: .75rem;
    }

    .lg-flex-initial {
        flex: 0 1 auto!important;
    }

    .lg-w-24 {
        width: 6rem;
    }

    .lg-max-h-none {
        max-height: none!important;
    }

    .lg-h-12 {
        height: 6rem;
    }

    .lg-h-16 {
        height: 4rem;
    }

    .lg-d-flex{
        display: flex;
    }

    .lg-text-body-16 {
        font-size: 16px;
        line-height: 24px;
    }

    .lg-pt-10 {
        padding-top: 2.5rem;
    }

    .lg-pb-12 {
        padding-bottom: 3rem;
    }

    .lg-gap-8 {
        gap: 2rem;
    }

    .lg-gap-3{
        gap: .75rem;
    }
}

@media (min-width: 1536px) {
    .pdp-container {
        max-width: 80rem;
    }
}

@media (min-width: 1280px) {
    .layout-container {
        padding-left: 10.6% !important;
        padding-right: 10.6% !important;
    }

    .pdp-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .homepage-container {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}

@media (min-width: 992px) {
    .md-min-w-520px {
        min-width: 520px;
    }

    .md-w-20 {
        width: 5rem;
    }

    .d-lg-block{
        display: block;
    }

    .d-lg-flex{
        display: flex;
    }

    .md\:text-body-16 {
        font-size: 16px;
        line-height: 24px;
    }

    .md-mb-8 {
        margin-bottom: 2rem;
    }

    .lg-layout-container{
        padding-left: 10.6% !important;
        padding-right: 10.6% !important;
    }

    .p-lg-0{
        padding: 0!important;
    }

    .header-main {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
}

@media (min-width: 1536px) {
    .homepage-container {
        max-width: 80rem;
    }
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.leading-relaxed {
    line-height: 1.625;
}

.min-h-70px {
    min-height: 70px;
}

.rounded-full {
    border-radius: 9999px;
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.h-14{
    height: 3.5rem;
}

.w-16 {
    width: 3.5rem;
}

.homepage-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.text-body-14 {
    font-size: 14px;
    line-height: 24px;
}
.text-body-12 {
    font-size: 12px;
}
.pr-10 {
    padding-right: 2.5rem;
}

.py-2-5 {
    padding-bottom: .625rem;
    padding-top: .625rem;
}

.min-h-200px {
    min-height: 200px;
}

.border-radius-10{
    border-radius: 10px;
}

.border-border-gray-medium {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.flex-1 {
    flex: 1 1 0%;
}

.h-11 {
    height: 2.75rem;
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.layout-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.h-10 {
    height: 2.5rem;
}

.h-50px{
    height: 50px;
}

img, video {
    height: auto;
    max-width: 100%;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.duration-500 {
    transition-duration: .5s;
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
}

.w-20 {
    width: 7rem;
}

.max-h-8 {
    max-height: 2rem;
}

.flex-grow, .grow {
    flex-grow: 1;
}

.max-w-xl {
    max-width: 36rem;
}

.z-top-of-chatbot-plus3 {
    z-index: 2000000006;
}

.px-1-5{
    padding-left: .375rem;
    padding-right: .375rem;
}

.text-text-mediumGray {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
}

.w-30{
    width: 30%;
}

.duration-300 {
    transition-duration: .3s;
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}

.bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.h-11 {
    height: 2.75rem;
}

.overflow-x-auto {
    overflow-x: auto;
}

.dir-ltr{
    direction: ltr;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

ul > li:first-child {
  padding-right: 0;
}

.ease-in-out {
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}

.duration-100 {
    transition-duration: .1s;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.hover\:text-primary-shade-500:hover {
    --tw-text-opacity: 1;
    color: #00bfd6;
}

.cursor-pointer{
    cursor: pointer;
}

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse;
}

.keen-slider:not([data-keen-slider-disabled]) {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    width: 100%;
}

.z-top-of-chatbot-plus1 {
    z-index: 2000000004;
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.border-border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / 1);
}

.border-b, .border-y {
    border-bottom-width: 1px;
}

.rounded-none {
    border-radius: 0;
}

.gap-3 {
    gap: .75rem;
}

.nav-pills {
  border-bottom: 2px solid #e5e7eb;
}

.nav-pills .nav-link {
  position: relative;
  border: none;
  border-radius: 0;
  color: #666;
  background: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #db2777;
  transition: width 0.3s ease;
}

.nav-pills .nav-link.active::after {
  width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit!important;
    background-color: inherit!important;
}

.card-img-top{
    width: 156px;
    height: 156px;
}

.fs-7{
    font-size: 14px;
}

.fs-8{
    font-size: 13px;
}

.text-text-darkGray{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-caption-12 {
    font-size: 12px;
    line-height: 30px;
}

.text-caption-13 {
    font-size: 13px;
    line-height: 20px;
}

.text-caption-10 {
    font-size: 10px;
    line-height: 16px;
}

.text-caption-14 {
    font-size: 14px;
    line-height: 30px;
}

.text-caption-15 {
    font-size: 15px;
    line-height: 30px;
}

.text-caption-16 {
    font-size: 16px;
    line-height: 30px;
}

.bg-primary-web{
    background-color: #284980;
}

.text-primary-web{
    color: #284980;
}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
}

.text-container {
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.text-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(to top, white, transparent);
    transition: opacity 0.3s ease;
    opacity: 1;
}

.text-container.expanded::after {
    opacity: 0;
}

.text-container p:has(img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-86{
    width: 86px;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.min-h-95dvh{
    min-height: 95dvh;
}

.pdp-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.overflow-x-auto {
    overflow-x: auto;
}

.gap-1-5{
    gap: .375rem;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.gap-0-5{
    gap: .125rem;
}

.w-5 {
    width: 1.25rem;
}
.h-5 {
    height: 1.25rem;
}

.flex-grow, .grow {
    flex-grow: 1;
}

.gallery-product-image .thumb-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-product-image .thumb-img:hover {
  transform: scale(1.05);
}

.active-thumb {
  border-color: #284980 !important;
}

.gallery-product-image .thumb-img{
    width: 34px;
}

#productCarousel .carousel-inner {
  max-width: 320px;
  margin: 0 auto;
}
#productCarousel .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#productCarousel .carousel-control-next-icon i, #productCarousel .carousel-control-prev-icon i{
    color: #000;
    font-size: 18px;
}

.border-x{
    border-right: 1px solid rgb(255 255 255 / 1);
    border-left: 1px solid rgb(255 255 255 / 1);
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.text-body-16 {
    font-size: 16px;
    line-height: 24px;
}

.font-medium {
    font-weight: 500;
}

.text-text-black {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity));
}

.right-to-left {
    direction: rtl;
}

.w-316px{
    width: 316px;
}

.min-h-custom {
  min-height: 285px;
}

@media (max-width: 1199.98px) {
  .min-h-custom {
    min-height: 300px;
  }
}

@media (max-width: 991.98px) {
  .min-h-custom {
    min-height: 290px;
  }
}

@media (max-width: 767.98px) {
  .min-h-custom {
    min-height: 230px;
  }
}

@media (max-width: 575.98px) {
  .min-h-custom {
    min-height: 200px;
  }
  .container-product-intro{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (max-width: 400px) {
  .min-h-custom {
    min-height: 170px;
  }
  .container-product-intro{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.w-300px{
    width: 300px;
}

.bg-surface-solid-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.border-border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border {
    border-width: 1px;
}

.focus-visible-outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.bg-primary-main{
    --tw-bg-opacity: 1;
    background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.hover-bg-primary-shade-700{
    --tw-bg-opacity: 1;
    background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}

.product-intro{
        border: 1px solid rgb(163 163 163 / 22%);
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.last-items-start:last-child {
    align-items: flex-start !important;
}

.border-t{
    border-top-width: 1px;
}

.border-border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.accordion-button .accordion-icon {
    transition: transform 0.3s;
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

.faq .accordion-button::after{
    margin-left: 0;
}

.faq .accordion-item{
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.faq .accordion-button::after{
    background-size: .9rem;
}

.faq .accordion-button{
    padding: 1.25rem;
}

.faq .accordion-button:not(.collapsed){
    color: inherit;
    background-color: inherit;
}

.faq .accordion-button:focus{
    box-shadow: none;
}

.single-category-product-card .row>*{
    padding-right: 0;
    padding-left: 0;
}

.single-category-product-card .card{
    border-right: 0;
    border-top: 0;
}

.form-select{
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: left .75rem center;
    cursor: pointer;
}

select option {
    background-color: #f3f0f0;
    color: #333;
    cursor: pointer;
}

.floating-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: 0.3s;
}

.floating-btn-left {
    position: fixed;
    bottom: 40px;
    left: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: 0.3s;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    animation: stickyFade .2s ease-in-out;
}

#headerPlaceholder {
    height: 0;
}

.header-sticky + #headerPlaceholder {
    height: var(--header-height);
}

.modal-header .btn-close {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.text-container {
    max-height: 8rem;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.text-container.expanded {
    max-height: none!important;
}