/* === Reset === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

/* === Typography === */
span,h2,p,label,div { font-family: prk-font; }

a {
  color: #000;
  text-decoration: none;
  font-family: prk-font;
}

/* هدینگ‌های صفحه محصول */
body.product-single h1,h2,h3,h4,h5,h6 {
  margin: 0;
  line-height: 44px;
  color: rgb(66, 71, 80); /* یکی رو نگه داشتم */
}

/* === Containers === */
.col-product {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.right-product {
  border-radius: 11px;
  border: 1px solid rgb(227, 227, 227);
}

@media (max-width: 990px) {
  .right-product {
    border: none !important;
    box-shadow: none !important;
  }
}

/* === Sidebar === */
.post-didebars {
  padding: 20px;
}

.title-psidebar {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 15px 0 25px;
}
.title-psidebar a {
  border-bottom: 1px solid rgb(99, 107, 124);
  color: rgb(77, 77, 77);
  padding: 0 17px 15px;
}

.item-pside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  transition: .2s;
}
.item-pside:last-child { margin: 0; }
.item-pside:hover { opacity: .7; }

.item-pside .img-pside {
  width: 75px;
  height: 60px;
  max-height: 60px;
  border-radius: 11px;
  overflow: hidden;
}
.item-pside .img-pside img {
  width: 100%;
  height: 100%;
}

.item-pside .title-pside { width: 70%; }
.item-pside .title-pside h2 {
  font-size: 13px;
  line-height: 18px;
  color: rgb(77, 77, 77);
  display: block;
  width: 100%;
}

.see-more-pside {
  float: left;
  font-size: 12px;
  font-weight: 450;
  margin-top: 10px;
}
.see-more-pside::after {
  font-family: parskala;
  content: "›";
  font-size: 15px;
  position: relative;
  margin-right: 8px;
  top: 2px;
}

.item-pside cite {
  font-size: 12px;
  margin-top: 15px;
  float: right;
  font-weight: 450;
}
