/* ===== Reset عمومی ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

span,
h2,
p,
label,
div,
a {
  font-family: prk-font;
}

/* ===== لینک‌ها ===== */
a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/* ===== Show More / Less ===== */
.show-more {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: rgb(0, 191, 214);
  margin-bottom: 30px;
  cursor: pointer;
}

.show-more::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), #fff);
}

.show-more::after {
  content: "";
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-family: parsfont !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
}

a.mask-handler {
  display: none;
  margin: 3px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: rgb(71, 71, 71);
}

a.mask-handler .show-less {
  display: none;
  margin-bottom: 30px;
}

.meta-additional .show-mores,
.show-less {
  color: rgb(0, 191, 214);
  font-size: 12px;
  cursor: pointer;
  margin-top: -10px;
  padding: 5px 0;
}

/* ===== Footer Description Box ===== */
.footer-description-shop {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 15px 0 10px;
  padding: 20px 30px 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.1px;
  color: rgb(101, 101, 101);
  background-color: #fff;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 11px;
}

.footer-description-shop .show-more::before {
  background: unset;
}

.footer-description-shop .mask-handler {
  display: none;
}

.footer-description-shop.boxed .mask-handler {
  display: block;
}

.footer-description-shop.boxed .mask-handler .show-more {
  margin: 15px 0 0;
}

.footer-description-shop.boxed .term-description {
  max-height: 300px;
  overflow: hidden;
}

.elementor-widget-container .footer-description-shop {
  margin: 0;
}

/* ===== Read More Box ===== */
.term-description.readmore_box {
  max-height: 210px;
  overflow: hidden;
  transition: max-height 0.5s;
}
