
@font-face{
    font-family: 'kalameh';
    src: url(../fonts/Kalameh_Regular.ttf);
}
@font-face{
    font-family: 'kalamehthn';
    src: url(../fonts/Kalameh_thin.ttf);
}

header{
    font-family: 'kalamehthn';
}
body{
    background-color: #fff!important;
    font-family: 'kalamehthn';
    direction: rtl;
    
}
p{
    font-family: 'kalamehthn' ;
    direction: rtl;
    color: #000120;
}

.titles{
    font-size: clamp(25px, 2.5vw, 30px);
}

.titles-index{
    font-size: clamp(35px, 2.5vw, 45px);
}

.p-most{
    font-size: clamp(20px, 2vw, 20px);
}

.category-title{
    font-size: clamp(33px, 2vw, 55px);
}

#banner-p-container{
    background-color: #000;
}

#banner-p{
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
}

.hero-banner {
    background-image: url('/images/blacked-banner.JPG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh; /* تمام صفحه */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
}

.hero-banner a{
    font-size: 20px;
    border-radius: 0px;
}

.hero-content {
    padding: 2rem;
}

.hero-content h1 {
    font-size: clamp(42px, 6vw, 60px);
    margin-bottom: 1rem;
}

.proof-des-wrapper{
    background-color: #000;
}

.proof-des img{
    width: 15%;
    height: auto;
    filter: brightness(0) invert(1);
}

.proof-des{
    color: #ffffff;
}

.proof-des p{
    color: #ffffff;
}

nav{
    background-color: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.nav-cart-icon {
  display: inline-flex;
  align-items: center;
  color: #000000;
}

.nav-cart-icon svg {
  width: 36px;
  height: 36px;
}
#cart-count {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  text-align: center;
  top: 9.5px;
  right: 9px;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.navbar-text{
    color: #00023f!important;
    font-size: 28px;
}
.navbar-nav{
    padding-right: 14px;
}
#offcanvasNavbar{
    border-left: none;
}
/* DropDown RTL */
.dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
	-webkit-tap-highlight-color: transparent !important;
}

/* حالت پیش‌فرض */
.custom-dropdown {
  border-radius: 0;
  padding: 0.3rem 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.5s ease;
  display: block; /* مهم برای اینکه بوت‌استرپ display: none نذاره */
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

/* حالت نمایش داده شده */
.dropdown-menu.show.custom-dropdown {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

/* آیتم‌های داخل منو */
.custom-dropdown .dropdown-item {
  padding: 8px 16px;
  transition: background 0.2s ease;
  font-weight: normal;
  font-size: 20px;
}

.custom-dropdown .dropdown-item:hover {
  background-color: transparent !important;
  font-weight: bold;
}

/* حذف آیکن مثلث */
.dropdown-toggle::after {
  display: none !important;
}

/* حذف حاشیه و سایه در موبایل */
@media (max-width: 992px) {
  .custom-dropdown {
    border: none !important;
    box-shadow: none !important;
  }
  .custom-dropdown {
    display: none !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .dropdown-menu.show.custom-dropdown {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

.offcanvas-title{
    color: #000120;
}
nav a{
    color: #000120;
}
.nav-item{
    font-weight: bold;
    font-size: 22px;
}

.product-name{
    font-size: clamp(35px, 2vw, 45px);
}

#PriceTextPowerman,
#PriceTextStorm,
#PriceTextSimorgh,
#PriceTextSmarthanger,
#PriceTextArc,
#PriceTextMooj,
#PriceTextMorakab,
#PriceTextKiva,
#PriceTextTis,
#PriceTextKhatmi,
#PriceTextIvana,
#PriceTextVira
{
    font-family: 'kalameh';
    color: #000;
}

.priceTxtAll{
    font-size: clamp(18px, 2vw, 26px);
    color: #000;

}
.old-price{
    text-decoration: line-through;
    color: #0000008a;
    font-size: clamp(14px, 1.5vw, 20px);
}
.old-price-text{
    padding-left: 5px;
    color: #0000008a;
    font-size: clamp(12px, 1.5vw, 20px);
}

.more-wrapper {
    display: none;
    max-height: 0;
    overflow: hidden;
}
.more-wrapper.open {
    max-height: 1000px; /* make this larger than expected content */
}
.read-more-btn{
    border-bottom: 1px solid black; 
    color: black; 
    display: inline;
    cursor: pointer;
}
.sticky-carousel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.carousel-indicators img{
    width: 45px!important;
    height: 45px!important;
}
.carousel-inner img{
    max-width: 80%;
    height: auto;
}
.carousel-control-prev-icon{
    filter: invert(100%);
}
.carousel-control-next{
    filter: invert(100%);
}
.form-select{
    padding-right: 8px;
}
#btn-buy{
    background-color: #000;
    
    transition: 0.3s all;
    font-size: 20px;
    border: 1px solid black!important;
}
#btn-buy:hover{
    background-color: #000 ;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}
#select-box{
    background-color: #fff;
    color: #000120;
    background-position: left 0.75rem center;
    width: 40%;
    margin-top: -10px;
    border: 1px solid black!important;
}
#select-box:hover{
    cursor: pointer;
}
#offer-1{
    font-family: 'kalamehthn';
    color: #c40051;
    font-size: 18px;
}
.accordion-cst {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item-cst {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}

.accordion-header-cst {
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header-cst .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 1.1rem;
    background: #fff;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}


.accordion-content ul {
    padding-right: 20px;
    list-style-type: disc;
}



.accordion-item-cst.active .icon {
    transform: rotate(45deg);
}

#carouselIndicators02 img{
    max-width: 100%;
    max-height: 500px;
    height: auto;
}
#terms-title{
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 20px;
}
#terms-cont{
    font-size: 15px;
}
#contact-p{
    font-size: 20px;
}
#trck-tit{
    font-size: 25px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
}

#total{
    font-size: 25px
}
footer{
    box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.2);
}
footer a{
    font-size: larger;
    color: #000120;
    transition: 0.5s all;
    text-decoration: none;
}
footer a:hover{
    border-bottom: 1px solid #000;
}
footer i{
    font-size: 40px!important;
    transition: 0.1s all;
}
.card{
    /*box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);*/
    border: none;
    border-radius: 0;
}

#cart {
    max-width: 400px;
    margin: auto;
}

.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-box-powerman,
.product-box-storm,
.product-box-simorgh,
.product-box-smarthanger,
.product-box-khatmi,
.product-box-tis,
.product-box-morakab,
.product-box-arc,
.product-box-mooj,
.product-box-kiva,
.product-box-ivana,
.product-box-vira {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}



.product-box-powerman img,
.product-box-storm img,
.product-box-simorgh img,
.product-box-smarthanger img,
.product-box-khatmi img,
.product-box-tis img,
.product-box-morakab img,
.product-box-arc img,
.product-box-mooj img,
.product-box-kiva img,
.product-box-ivana img,
.product-box-vira img {
    height: auto;
    max-width:100%; 
    border-radius: 12px;
}

.product-box-powerman h4,
.product-box-storm h4,
.product-box-simorgh h4,
.product-box-smarthanger h4,
.product-box-khatmi h4,
.product-box-tis h4,
.product-box-morakab h4,
.product-box-arc h4,
.product-box-mooj h4,
.product-box-kiva h4,
.product-box-ivana h4,
.product-box-vira h4 {
    padding-top: 20px;
}

.quantity {
    width: 30px;
    text-align: center;
}

#total {
    margin-top: 20px;
    text-align: center;
}

#shipping {
    text-align: center;
    color: #777;
}

#checkout {
    margin-top: 10px;
    text-align: center;
}
#calla{
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid;
    
}

.form-control{
    border-radius: 0;
}

.form-control:focus{
    box-shadow: none;
    border-color: #000;
}

#applyDiscountBtn{
    border-radius: 1px;
    border-color: #dee2e6;
}

#applyDiscountBtn:hover{
    background-color: #000;

}

.categories-slider {
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.categories-swiper {
    overflow: visible !important;
}

.category-item {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 400px; /* ارتفاع بزرگ‌تر برای تصاویر عمودی */
    border-radius: 18px;
    background-size: cover; /* تصویر عمودی، کراپ زیبا */
    background-position: center top; /* بهتر برای عکس‌های عمودی */
    background-repeat: no-repeat;
    padding-bottom: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.category-item p {
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 10px;
    margin: 0;
    font-size: 20px;
}

.category-item:hover {
    transform: translateY(-12px);
}


.newest-slider {
    padding: 20px 0;
    overflow: hidden;
}

.newest-swiper {
    overflow: visible !important;
}

.newest-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.newest-item img{
    height: auto;
    max-width:100%;
    object-fit: contain;
    margin: auto;
    border-radius: 12px;
}

.newest-item h4{
    padding-top: 20px;
}

.suggest-slider {
    padding: 20px 0;
    overflow: hidden;
}

.suggest-swiper {
    overflow: visible !important;
}

.suggest-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.suggest-item img{
    height: auto;
    max-width:100%;
    object-fit: contain;
    margin: auto;
    border-radius: 12px;
}

.suggest-item h4{
    padding-top: 20px;
}

.handwritten-underline {
  position: relative;
  display: inline-block;
}

.handwritten-underline::after{
      content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* adjust if needed */
  height: 0.5em; /* adjust height of the SVG area */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z" fill="%23FFC121"></path></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
  z-index: 0;
}




