
@font-face {
    font-family: 'BYekan';
    src:
    url(../Font/BYekan.ttf),
    url(../Font/BYekan.woff),
    url(../Font/BYekan.woff2),
    url(../Font/BYekan.eot);
    font-display: swap;

}

@font-face {
    font-family: "vazirmatn";
    src: url('../font/static/Vazirmatn-Light.ttf');
}
p{
    font-family: 'BYekan',tahoma !important;

}

html,body{
    font-family: 'BYekan',tahoma !important;
    font-size: 16px;
    direction: rtl;
    line-height: 25px !important;
}
:root{
    --btm-btn-color: #850102;
    --btm-btn-color-hover: #6a0101;
    --btm-header-color: #850102;
    --btm-footer-color: #850102;
    --btm-footer-border: #b26263;
    --main-color: var(--btm-header-color);
    --btm-banner-hover: rgba(133, 1, 2, 0.92);
    --btm-banner-hover-solid: #850102;
}

h4.fw-bolder {
  font-family: 'Roboto', sans-serif !important;
}

option {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .9rem;
  font-weight: bold;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 100% !important;
    width: 100%;
}

/* Page content may use .container; site header must stay full bleed */
header.btm-site-header,
header.btm-site-header.container,
header.btm-site-header.container-fluid {
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
}

@media screen and (max-width: 991.98px) {
    header.btm-site-header,
    header.btm-site-header.container,
    header.btm-site-header.container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.nav-div{
    background-color: var(--main-color);

}
.dropdown-item{
    text-align: right;
}
.table-striped >tr:first-child{
    width: 40%;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.452);
    border-radius: 50%;
    margin: 50px;
    z-index: 50;
}
.slick-next:before {
    color: rgba(0, 0, 0, 0.452);
}
.slick-prev:before {
    color: rgba(0, 0, 0, 0.452);
}

.BoxSlider {
  width: 100%;
}

.BoxSlider .slick-list,
.BoxSlider .slick-track {
  width: 100%;
}

.box i{
width: 50px;
text-align: center;
}
.box{
    transition: 300ms;

}
.box:hover{
    scale: 1.04;
    transition: 300ms;
}
.box i:hover{
    background-color: green;
    color: #ffffff !important;
}
footer li {
    font-size: 14px;
}

footer li > a,
footer a {
    transition: color 300ms;
}

footer li > a:hover,
footer a:hover {
    color: #ffc78b !important;
}

.container-fluid:has(> footer.container) {
    background-color: var(--btm-footer-color);
}

footer.container,
.footer {
    background-color: var(--btm-footer-color);
}

/* Footer column titles live in HtmlModule as h5.text-info (ShowTitle=0) */
footer h5.text-info,
footer [id$="BottomRightPane_v2"] h5,
footer [id$="BottomCenterPane_v2"] h5,
footer [id$="BottomLeftPane_v2"] h5,
footer [id$="BottomRightPane_v2"] h4,
footer [id$="BottomCenterPane_v2"] h4,
footer [id$="BottomLeftPane_v2"] h4 {
    color: #fff !important;
    border-bottom: 1px solid var(--btm-footer-border);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

footer [id$="BottomRightPane_v2"] h4 label,
footer [id$="BottomCenterPane_v2"] h4 label,
footer [id$="BottomLeftPane_v2"] h4 label {
    color: #fff !important;
}

.site-footer-bar {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
    margin: 0;
}

.site-footer-bar__copy,
.site-footer-bar [id$="BottomPane2_v2"] {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
}

.site-footer-bar a,
.site-footer-bar p,
.site-footer-bar span,
.site-footer-bar label {
    color: #fff !important;
}

.site-footer-bar a:hover {
    color: #ffc78b !important;
}

/* Social block — moved under contact button from BottomPane2_v2 */
.btm-footer-contact-col .btm-footer-social-slot {
    width: 100%;
    margin-top: 1.25rem;
}

footer .btm-footer-social {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.75rem !important;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    text-align: center;
}

footer .btm-footer-social > span {
    font-size: 15px !important;
    color: #fff !important;
    line-height: 1.5;
}

footer .btm-footer-social > div {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem !important;
    width: 100%;
}

footer .btm-footer-social a {
    color: #fff !important;
}

footer .btm-footer-social a:hover {
    color: #ffc78b !important;
}

.collapsy {
  overflow-x: hidden;
}

/* HtmlModule intro — 3 lines until "ادامه مطلب" */
.btm-read-more {
  width: 100%;
}

.btm-read-more:not(.is-expanded) .btm-read-more__body,
.btm-read-more:not(.is-expanded) .btm-read-more__body > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

.btm-read-more.is-expanded .btm-read-more__body,
.btm-read-more.is-expanded .btm-read-more__body > p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.btm-read-more__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.65rem;
}

.btm-read-more__actions[hidden] {
  display: none !important;
}

.btm-read-more__toggle {
  background: var(--btm-btn-color);
  border: none;
  color: #fff;
  padding: 0.4rem 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.4;
}

.btm-read-more__toggle:hover,
.btm-read-more__toggle:focus-visible {
  background: var(--btm-btn-color-hover);
  color: #fff;
}

.btm-read-more__toggle--less {
  display: none;
}

.btm-read-more.is-expanded .btm-read-more__toggle--more {
  display: none;
}

.btm-read-more.is-expanded .btm-read-more__toggle--less {
  display: inline-block;
}

/* ===== Homepage about card — CMS markup direct (no-JS fallback) ===== */
td[id$="HtmlHolder"]:has(> .container > .row.my-5.p-5.mx-0:has(p.text-justify.lh-lg)),
td[id$="HtmlHolder"]:has(> .container:has(.row > .col-12.col-lg-6 img[src*="behrooz"])) {
  display: block;
  padding: 0 !important;
}

td[id$="HtmlHolder"] > .container:has(.row > .col-12.col-lg-6 img[src*="behrooz"]),
td[id$="HtmlHolder"] > .container:has(.row.my-5.p-5.mx-0 p.text-justify.lh-lg) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.row.my-5.p-5.mx-0:has(p.text-justify.lh-lg),
.row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"]) {
  --btm-about-accent: var(--btm-btn-color, var(--main-color, #850102));
  --btm-about-accent-soft: rgba(133, 1, 2, 0.08);

  position: relative;
  margin: clamp(1rem, 3vw, 2rem) 0 !important;
  padding: clamp(1.5rem, 3.5vw, 2.5rem) !important;
  background:
    radial-gradient(circle at top right, rgba(133, 1, 2, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f8 100%);
  border: 1px solid rgba(133, 1, 2, 0.1);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 18px 40px -18px rgba(133, 1, 2, 0.18);
  overflow: hidden;
  align-items: stretch !important;
  --bs-gutter-x: 1.5rem;
}

.row.my-5.p-5.mx-0:has(p.text-justify.lh-lg)::before,
.row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"])::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--btm-about-accent) 0%, #c0292a 100%);
  z-index: 2;
}

/* text col: stretch + center content vertically */
.row.my-5.p-5.mx-0:has(p.text-justify.lh-lg) > .col-12.col-lg-6:has(p.text-justify.lh-lg),
.row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"]) > .col-12.col-lg-6:has(p.text-justify.lh-lg) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* image col: absolute container — height driven by text col, not image */
@media (min-width: 992px) {
  .row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"]) > .col-12.col-lg-6:has(img[src*="behrooz"]) {
    position: relative;
    align-self: stretch;
    padding: 0 !important;
    min-height: 0;
    overflow: hidden;
    border-radius: 14px;
  }

  .row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"]) img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 14px !important;
    box-shadow:
      0 1px 2px rgba(16, 24, 40, 0.06),
      0 14px 30px -10px rgba(16, 24, 40, 0.18) !important;
    transform: scale(1.06);
    transition: transform 0.6s ease;
  }
}

/* mobile: stack, fixed image height */
@media (max-width: 991.98px) {
  .row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"]) {
    overflow: hidden;
    border-radius: 14px;
  }

  .row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"]) img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 14px !important;
    box-shadow:
      0 1px 2px rgba(16, 24, 40, 0.06),
      0 14px 30px -10px rgba(16, 24, 40, 0.18) !important;
    transform: scale(1.06);
    transition: transform 0.6s ease;
  }
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"]):hover img {
  transform: scale(1);
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"])::before,
.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"])::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid var(--btm-about-accent, #850102);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"])::before {
  inset-block-start: -8px;
  inset-inline-end: -8px;
  border-inline-start: none;
  border-block-end: none;
  border-radius: 0 14px 0 0;
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(img[src*="behrooz"])::after {
  inset-block-end: -8px;
  inset-inline-start: -8px;
  border-inline-end: none;
  border-block-start: none;
  border-radius: 0 0 0 14px;
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6.text-center,
.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(p.text-justify.lh-lg) {
  text-align: right !important;
  gap: 1rem;
  padding-inline: clamp(0.5rem, 2vw, 1.25rem) !important;
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(p.text-justify.lh-lg)::before {
  content: "درباره ما";
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.85rem;
  background: var(--btm-about-accent-soft, rgba(133, 1, 2, 0.08));
  color: var(--btm-about-accent, #850102);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: fit-content;
  margin-block-end: 0.5rem;
}

.row.my-5.p-5.mx-0 > .col-12.col-lg-6:has(p.text-justify.lh-lg) h4 {
  margin: 0 0 0.85rem !important;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem) !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  color: #161616 !important;
  letter-spacing: -0.01em;
}

.row.my-5.p-5.mx-0 p.text-justify.lh-lg {
  margin: 0 !important;
  text-align: justify !important;
  font-size: clamp(0.88rem, 1.8vw, 0.98rem) !important;
  line-height: 2 !important;
  color: #2b2b2b !important;
}

.row.my-5.p-5.mx-0 .btn.btn-info.border.px-5,
.row.my-5.p-5.mx-0 button.btn-info,
.row.my-5.p-5.mx-0 a.btn-info {
  display: none !important;
}

@media (max-width: 991.98px) {
  .row.my-5.p-5.mx-0:has(p.text-justify.lh-lg),
  .row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"]) {
    padding: 1.4rem !important;
  }
}

@media (max-width: 767.98px) {
  .row.my-5.p-5.mx-0:has(p.text-justify.lh-lg),
  .row.my-5.p-5.mx-0:has(> .col-12.col-lg-6 img[src*="behrooz"]) {
    padding: 1.1rem !important;
    border-radius: 16px;
  }
}

/* Legacy JS-built variant kept for compat */
.row > [id$="ContentPane"].btm-about-pane,
.row > [id$="TopPane"].btm-about-pane,
[id$="ContentPane"].btm-about-pane,
[id$="TopPane"].btm-about-pane {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-inline: clamp(0.5rem, 1.5vw, 0.75rem);
}

table.btm-about-module {
  width: 100% !important;
  max-width: 100%;
  margin-block: clamp(1rem, 3vw, 2rem);
}

.btm-about-module td[id$="HtmlHolder"] {
  width: 100%;
  padding: 0;
  border: none;
}

.btm-about {
  width: 100%;
  direction: rtl;
  --btm-about-accent: var(--btm-btn-color, var(--main-color, #850102));
  --btm-about-accent-soft: rgba(133, 1, 2, 0.08);
  --btm-about-text: #2b2b2b;
  --btm-about-muted: #5b5b5b;
}

.btm-about--bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: clamp(0.75rem, 3vw, 2rem);
  box-sizing: border-box;
}

.btm-about__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  background:
    radial-gradient(circle at top right, rgba(133, 1, 2, 0.06) 0%, transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f8 100%);
  border: 1px solid rgba(133, 1, 2, 0.1);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 18px 40px -18px rgba(133, 1, 2, 0.18);
  overflow: hidden;
}

.btm-about__grid::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--btm-about-accent) 0%, #c0292a 100%);
}

.btm-about__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  height: 100%;
  padding-block-start: 0.25rem;
}

.btm-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.85rem;
  background: var(--btm-about-accent-soft);
  color: var(--btm-about-accent);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: fit-content;
}

.btm-about__eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--btm-about-accent);
}

.btm-about__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  font-weight: 800;
  line-height: 1.5;
  color: #161616;
  letter-spacing: -0.01em;
}

.btm-about__title-accent {
  display: inline-block;
  position: relative;
  color: var(--btm-about-accent);
}

.btm-about__title-accent::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -2px;
  width: 100%;
  height: 3px;
  background: var(--btm-about-accent);
  opacity: 0.25;
  border-radius: 2px;
}

.btm-about__text {
  margin: 0;
  flex: 1 1 auto;
}

.btm-about__text p,
.btm-about__text p.text-justify,
.btm-about__text p.lh-lg {
  margin: 0;
  text-align: justify;
  font-size: clamp(0.88rem, 1.8vw, 0.98rem);
  line-height: 2;
  color: var(--btm-about-text);
}

.btm-about__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
  margin-block-start: 0.4rem;
  padding-block-start: 1.1rem;
  border-block-start: 1px dashed rgba(133, 1, 2, 0.18);
}

.btm-about__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(133, 1, 2, 0.08);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.03);
}

.btm-about__stat-value {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  color: var(--btm-about-accent);
  line-height: 1.2;
}

.btm-about__stat-label {
  font-size: 0.75rem;
  color: var(--btm-about-muted);
  font-weight: 500;
}

.btm-about__media {
  display: flex;
  min-width: 0;
  height: 100%;
  align-self: stretch;
  position: relative;
}

.btm-about__media::before,
.btm-about__media::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid var(--btm-about-accent);
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}

.btm-about__media::before {
  inset-block-start: -10px;
  inset-inline-end: -10px;
  border-inline-start: none;
  border-block-end: none;
  border-radius: 0 14px 0 0;
}

.btm-about__media::after {
  inset-block-end: -10px;
  inset-inline-start: -10px;
  border-inline-end: none;
  border-block-start: none;
  border-radius: 0 0 0 14px;
}

.btm-about__figure {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f0eded;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.06),
    0 14px 30px -10px rgba(16, 24, 40, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.btm-about__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.btm-about__figure:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.06),
    0 20px 36px -10px rgba(133, 1, 2, 0.25);
}

.btm-about__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.06);
  transition: transform 0.6s ease;
}

.btm-about__figure:hover img {
  transform: scale(1);
}

.btm-about .btm-read-more__actions {
  display: none !important;
}

.btm-about .btm-read-more:not(.is-expanded) .btm-read-more__body,
.btm-about .btm-read-more:not(.is-expanded) .btm-read-more__body > p {
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  display: block !important;
}

.btm-about .btn.btn-info.border,
.btm-about .btn.btn-info.px-5,
.btm-about button.btn-info {
  display: none !important;
}

@media (max-width: 991.98px) {
  .btm-about__grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
    gap: 1.5rem;
    padding: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .btm-about__grid {
    grid-template-columns: 1fr;
    padding: 1.1rem;
    border-radius: 16px;
  }

  .btm-about__media {
    order: -1;
    min-height: 240px;
  }

  .btm-about__figure {
    min-height: 240px;
  }

  .btm-about__title {
    font-size: 1.15rem;
  }
}

#continue{
    background: var(--btm-btn-color);
    border: none;
    color: white;
}
#close{
    background: red;
    border: none;
    color: white;
    display: none;

}

@media screen and (max-width: 991px) {
  ol.breadcrumb {
    font-size: 0.85rem
  }
}

@media screen and (max-width: 991px) {

  .image .main_Image {
    min-height: min(90vw,600px);
  }
}
@media screen and (min-width: 992px) {
  .image .main_Image {
    min-height: min(50vw,600px);
  }
}


/*   products and categories styles   */

.content p {
  text-align: justify;
}

.content ul {
  list-style: disc;
  padding: 10px;
}

.list-use {
  list-style: arabic-indic;
  padding: 10px;
}

.category-products button {
  box-sizing: border-box;
}

.btn-img {
  /*background: linear-gradient(264deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 56%, rgba(0,0,0,0.5) 65%, rgba(8,6,6,0.5) 100%);*/
  /*background-repeat: no-repeat;
  background-size: cover;*/
}

.pagination {
  list-style: none !important;
}

#productCat .card {
  transition: 300ms;
}

  #productCat .card:hover {
    transform: scale(1.02);
    transition: 300ms;
    border: 2px solid black;
  }

    #productCat .card:hover hr {
      color: black !important;
    }

/* Product cards — clean catalog style (listing, home, related) */
.btm-product-card-wrap {
  display: flex;
  max-width: 11.25rem;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .btm-product-card-wrap,
  .BoxSlider .btm-product-card-wrap {
    max-width: 14rem;
  }
}

.grid-pro .btm-product-card-wrap,
.home-box-product .btm-product-card-wrap {
  flex: 0 0 auto;
  width: 100%;
}

.btm-product-card {
  --btm-card-border: #e8e8e8;
  --btm-card-price: var(--btm-btn-color, var(--main-color, #850102));
  --btm-card-cta: var(--btm-btn-color, var(--main-color, #850102));
  --btm-card-cta-hover: var(--btm-btn-color-hover, #6d0101);
  --btm-card-media-h: clamp(4.75rem, 10vw, 6.25rem);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--btm-card-border);
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.btm-product-card:hover {
  border-color: #d4d4d4;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}

.btm-product-card__media {
  display: block;
  padding: 0.85rem 0.85rem 0.5rem;
  text-decoration: none;
  background: #fff;
}

.btm-product-card__img {
  display: block;
  width: 100%;
  height: var(--btm-card-media-h);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.btm-product-card:hover .btm-product-card__img {
  transform: scale(1.03);
}

.btm-product-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0.65rem 0.55rem;
  text-align: start;
  min-height: 0;
}

.btm-product-card.is-contact .btm-product-card__body {
  text-align: center;
  align-items: center;
}

.btm-product-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  flex: 0 0 auto;
  min-height: calc(0.84rem * 1.45 * 2);
  margin-bottom: 0.05rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.btm-product-card__title:hover {
  color: #000;
}

.btm-product-card__meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
  flex: 0 0 auto;
}

.btm-product-card.is-contact .btm-product-card__meta {
  align-items: center;
}

.btm-product-card__meta-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  width: 100%;
  padding: 0.18rem 0.42rem;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #f8f8f8;
  color: #444;
  font-size: 0.68rem;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.btm-product-card__meta-tag:hover {
  border-color: rgba(133, 1, 2, 0.25);
  background: #fff;
  color: var(--btm-btn-color, var(--main-color, #850102));
}

.btm-product-card__meta-label {
  flex: 0 0 auto;
  color: #777;
  font-weight: 600;
}

.btm-product-card__meta-value {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  text-align: end;
}

.btm-product-card__meta-tag--brand .btm-product-card__meta-value {
  color: var(--btm-btn-color, var(--main-color, #850102));
}

.btm-product-card__price {
  margin: auto 0 0;
  padding: 0;
  background: none;
  border-radius: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--btm-card-price);
  line-height: 1.35;
  flex: 0 0 auto;
  width: 100%;
}

.btm-product-card__price--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-align: center;
  width: 100%;
  margin-top: auto;
}

.btm-product-card__price-old {
  order: 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  color: var(--btm-card-price);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-color: currentColor;
}

.btm-product-card__price-sale {
  order: 2;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  color: #198754;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.btm-product-card__price-sale del,
.btm-product-card__price-sale s,
.btm-product-card__price-old del,
.btm-product-card__price-old s {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.btm-product-card__currency {
  font-size: 0.78em;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}

.btm-product-card__price--contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  width: 100%;
  margin-top: auto;
  min-height: 3.1rem;
}

.btm-product-card__contact-badge {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.12);
  color: #198754;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.btm-product-card__contact-phone {
  order: 1;
}

.btm-product-card__contact-phone {
  display: block;
  color: #198754;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: center;
}

.btm-product-card__price > p.text-success,
.btm-product-card__body > p.text-success {
  display: none !important;
}

.btm-product-card__price del,
.btm-product-card__price s,
.btm-product-card__price .old-price {
  color: var(--btm-card-price);
  font-weight: 500;
  font-size: 0.92rem;
  margin-inline-start: 0;
  text-decoration-thickness: 2px;
}

.btm-product-card__actions {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  max-height: none;
  opacity: 0;
  overflow: visible;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  transform: translateX(-4px);
}

.btm-product-card:hover .btm-product-card__actions,
.btm-product-card:focus-within .btm-product-card__actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.btm-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btm-product-card__btn--ghost {
  border: 1px solid var(--btm-card-cta);
  background: #fff;
  color: var(--btm-card-cta);
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btm-product-card__btn--ghost:hover,
.btm-product-card__btn--ghost:focus,
.btm-product-card__btn--ghost:focus-visible,
.btm-product-card__btn.quick_view_btn:hover,
.btm-product-card__btn.quick_view_btn:focus,
.btm-product-card__btn.quick_view_btn:focus-visible {
  background: var(--btm-card-cta);
  color: #fff;
  border: 1px solid var(--btm-card-cta);
  text-decoration: none !important;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.btm-product-card__btn.quick_view_btn {
  position: relative;
  text-decoration: none !important;
  color: transparent;
}

.btm-product-card__btn.quick_view_btn::before {
  content: "\f06e";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--btm-card-cta);
  -webkit-font-smoothing: antialiased;
}

.btm-product-card__btn.quick_view_btn:hover::before,
.btm-product-card__btn.quick_view_btn:focus-visible::before {
  color: #fff;
}

.btm-product-card__btn--copy.is-copied {
  background: var(--btm-card-cta);
  color: #fff;
  border-color: var(--btm-card-cta);
}

.btm-product-card__cart {
  display: flex;
  min-width: 0;
}

.btm-product-card__cart > a,
.btm-product-card__cart > .btn,
.btm-product-card__cart a.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.25rem !important;
  height: 2.25rem !important;
  min-height: 2.25rem !important;
  padding: 0 !important;
  border: 1px solid var(--btm-card-cta) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--btm-card-cta) !important;
  font-size: 0 !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.btm-product-card__cart > a:hover,
.btm-product-card__cart > a:focus,
.btm-product-card__cart > .btn:hover,
.btm-product-card__cart a.btn:hover {
  background: var(--btm-card-cta) !important;
  color: #fff !important;
  border-color: var(--btm-card-cta) !important;
  text-decoration: none !important;
}

.btm-product-card__cart > a[href*="AddToCart"]::after,
.btm-product-card__cart > a[href*="AddToCart"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.btm-product-card__cart > a[href*="AddToCart"]::after {
  content: "\f07a";
  color: var(--btm-card-cta);
}

.btm-product-card__cart > a[href*="AddToCart"]:hover::after,
.btm-product-card__cart > a[href*="AddToCart"]:focus::after {
  color: #fff;
}

.btm-product-card__rating {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  line-height: 1;
  flex: 0 0 auto;
  min-height: 1.35rem;
}

.btm-product-card__body:not(:has(.btm-product-card__rating)) .btm-product-card__title {
  margin-bottom: 0.15rem;
}

.btm-product-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  direction: ltr;
  flex: 0 0 auto;
}

.btm-product-card__stars .btm-star {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1;
}

.btm-product-card__stars .btm-star.is-on {
  color: #f59e0b;
}

.btm-product-card__review-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  white-space: nowrap;
  flex: 0 0 auto;
}

.btm-product-card__cart img {
  display: none !important;
}

.btm-product-card__cart i {
  display: none !important;
}

.btm-product-card__btn--copy i {
  display: inline-block !important;
  font-size: 0.85rem;
}

.btm-product-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  padding: 0 0.75rem 0.75rem;
}

.btm-product-card__edit {
  position: absolute;
  top: 0.35rem;
  inset-inline-start: 0.35rem;
  z-index: 2;
}

.grid-pro .row {
  --bs-gutter-x: 0.85rem;
  --bs-gutter-y: 0.65rem;
}

.btm-product-card-wrap.mb-4,
.btm-product-card-wrap.mb-3 {
  margin-bottom: 0.5rem !important;
}

.BoxSlider .btm-product-card-wrap {
  max-width: 11.25rem;
  margin-inline: auto;
}

@media (max-width: 575.98px) {
  .btm-product-card__actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btm-product-card,
  .btm-product-card__img,
  .btm-product-card__btn,
  .btm-product-card__actions,
  .btm-product-card__cart > a {
    transition: none;
  }

  .btm-product-card:hover .btm-product-card__img {
    transform: none;
  }

  .btm-product-card__actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
}

/* home Page */

.carousel-item img {
  min-height: 200px;
}

/* Home — best-selling category strip */
.btm-cat-strip {
  --btm-cat-accent: var(--main-color, #850102);
  --btm-cat-media-bg: #fff;
  --btm-cat-media-size: clamp(5.5rem, 14vw, 7.5rem);
  --btm-cat-label: #3a3a3c;
  padding-block: clamp(1.25rem, 3vw, 2rem);
}

.btm-cat-strip.ModuleTitleHeader,
.btm-cat-strip .ModuleTitleHeader {
  padding: 0;
}

.btm-cat-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.45rem, 1.5vw, 0.75rem);
  margin-bottom: clamp(0.85rem, 2.5vw, 1.25rem);
}

.btm-cat-strip__title-box {
  flex: 1 1 auto;
  min-width: 0;
  padding: clamp(0.65rem, 2vw, 0.9rem) clamp(0.85rem, 3vw, 1.15rem);
  background: linear-gradient(135deg, #fff 0%, #faf8f8 100%);
  border: 1px solid rgba(133, 1, 2, 0.12);
  border-inline-start: 4px solid var(--btm-cat-accent);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(133, 1, 2, 0.06);
}

.btm-cat-strip__title-box #divTitleEdit {
  margin-bottom: 0.35rem;
}

.btm-cat-strip__title-box #divTitleEdit > div {
  border-radius: 8px;
}

.btm-cat-strip__title-box #divTitle,
.btm-cat-strip__title-box h4#divTitle {
  margin: 0;
  padding: 0;
  border: none;
  font-size: clamp(1rem, 2.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--btm-cat-accent);
}

.btm-cat-strip__title-box #divTitle label,
.btm-cat-strip__title-box #ModuleTitle {
  margin: 0;
  color: inherit;
  font: inherit;
}

.btm-cat-strip__title-box #divSideTitle {
  display: none !important;
}

.btm-cat-strip__title-fallback {
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, 2.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--btm-cat-accent);
}

.btm-cat-strip__title-box #divTitle:has(#ModuleTitle:empty) {
  display: none !important;
}

.btm-cat-strip__title-box:has(#ModuleTitle:not(:empty)) .btm-cat-strip__title-fallback {
  display: none;
}

.btm-cat-strip__title-box #divTitleEdit > div::before {
  content: "ویرایش عنوان: ";
  font-size: 0.75rem;
  color: #666;
}

.btm-cat-strip__head:not(:has(#divTitle:not([style*="display: none"]):not([style*="display:none"]))) .btm-cat-strip__title-box {
  display: none;
}

.btm-cat-strip__scroll-hint {
  display: none;
  flex: 0 0 auto;
  align-self: center;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.45rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  color: var(--btm-cat-accent);
  background: rgba(133, 1, 2, 0.06);
  border: 1px solid rgba(133, 1, 2, 0.14);
  border-radius: 999px;
  white-space: nowrap;
}

.btm-cat-strip__scroll-arrows {
  position: relative;
  width: 1.15rem;
  height: 0.65rem;
}

.btm-cat-strip__scroll-arrows::before,
.btm-cat-strip__scroll-arrows::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.225rem;
  border-top: 2px solid var(--btm-cat-accent);
  border-left: 2px solid var(--btm-cat-accent);
  transform: rotate(-45deg);
  opacity: 0.45;
  animation: btm-cat-scroll-nudge 1.35s ease-in-out infinite;
}

.btm-cat-strip__scroll-arrows::before {
  left: 0.55rem;
}

.btm-cat-strip__scroll-arrows::after {
  left: 0.1rem;
  animation-delay: 0.18s;
}

@keyframes btm-cat-scroll-nudge {
  0%,
  100% {
    opacity: 0.35;
    transform: rotate(-45deg) translateX(0);
  }

  50% {
    opacity: 1;
    transform: rotate(-45deg) translateX(-4px);
  }
}

.btm-cat-strip__track {
  width: 100%;
}

.btm-cat-strip__track:focus-visible {
  outline: 2px solid var(--btm-cat-accent);
  outline-offset: 4px;
  border-radius: 8px;
}

.btm-cat-strip__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: clamp(0.75rem, 2vw, 1.15rem) clamp(0.5rem, 1.5vw, 0.85rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.btm-cat-strip__item {
  min-width: 0;
}

.btm-cat-strip__link,
.btm-cat-strip__link:hover,
.btm-cat-strip__link:focus,
.btm-cat-strip__link:focus-visible,
.main-wrapper a.btm-cat-strip__link,
.main-wrapper a.btm-cat-strip__link:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  height: 100%;
  padding: 0.35rem 0.2rem;
  text-decoration: none !important;
  color: inherit;
  border-radius: 12px;
  transition: transform 0.2s ease;
}

.btm-cat-strip__link:hover,
.btm-cat-strip__link:focus-visible {
  transform: translateY(-2px);
}

.btm-cat-strip__link:focus-visible {
  outline: 2px solid var(--btm-cat-accent);
  outline-offset: 3px;
}

.btm-cat-strip__media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--btm-cat-media-size);
  height: var(--btm-cat-media-size);
  border-radius: 50%;
  background: var(--btm-cat-media-bg);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.btm-cat-strip__link:hover .btm-cat-strip__media,
.btm-cat-strip__link:focus-visible .btm-cat-strip__media {
  border-color: rgba(133, 1, 2, 0.28);
  background: #fff;
  box-shadow: 0 6px 18px rgba(133, 1, 2, 0.1);
}

.btm-cat-strip__media .btm-cat-strip__img,
.main-wrapper .btm-cat-strip__img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  display: block;
}

.btm-cat-strip__label {
  width: 100%;
  max-width: 11rem;
  margin: 0;
  font-size: clamp(0.78rem, 1.85vw, 0.92rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: var(--btm-cat-label);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.btm-cat-strip__link:hover .btm-cat-strip__label,
.btm-cat-strip__link:focus-visible .btm-cat-strip__label {
  color: var(--btm-cat-accent);
}

@media (max-width: 767.98px) {
  .btm-cat-strip__scroll-hint {
    display: inline-flex;
  }

  .btm-cat-strip__track {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.2rem;
  }

  .btm-cat-strip__track::-webkit-scrollbar {
    display: none;
  }

  .btm-cat-strip__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    padding-inline: 0.1rem;
  }

  .btm-cat-strip__item {
    flex: 0 0 auto;
    width: calc(var(--btm-cat-media-size) + 1.35rem);
    scroll-snap-align: start;
  }
}

@media (min-width: 992px) {
  .btm-cat-strip__list {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .btm-cat-strip__scroll-arrows::before,
  .btm-cat-strip__scroll-arrows::after {
    animation: none;
    opacity: 0.7;
  }

  .btm-cat-strip__link,
  .btm-cat-strip__media,
  .btm-cat-strip__label {
    transition: none;
  }

  .btm-cat-strip__link:hover,
  .btm-cat-strip__link:focus-visible {
    transform: none;
  }
}

.home-box-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btm-home-section__head,
.home-box-product > h3 {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 0 0.35rem;
}

.btm-home-section__title,
.home-box-product > h3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.75rem 0 0.85rem;
  font-family: 'BYekan', tahoma, sans-serif !important;
  font-size: clamp(1.05rem, 2.4vw, 1.32rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--btm-btn-color);
  border-bottom: 2px solid rgba(133, 1, 2, 0.14);
  letter-spacing: 0.01em;
}

.btm-home-section__title::before,
.home-box-product > h3::before {
  content: "";
  flex-shrink: 0;
  width: 4px;
  height: 1.25em;
  min-height: 1.1rem;
  background: linear-gradient(180deg, var(--btm-btn-color) 0%, var(--btm-btn-color-hover) 100%);
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(133, 1, 2, 0.25);
}

.home-box-product .btm-product-card-wrap {
  flex: 0 0 auto;
}


/* Home category promo banners (boxBanner) */
.people.row {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: 1.25rem 0.75rem;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  overflow: visible;
}

.people.shadow {
  box-shadow: none !important;
}

.people > .item {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
}

@media (min-width: 576px) {
  .people > .item.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .people > .item.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
    margin-bottom: 0;
  }
}

td[id$="HtmlHolder"] .container:has(.people) {
  width: 100%;
  max-width: 100%;
}

.boxBanner1 {
  background-image: url(../Image/home/banner/2-22.jpg);
}

.boxBanner2 {
  background-image: url(../Image/home/banner/3-22.jpg);
}

.boxBanner3 {
  background-image: url(../Image/home/banner/4-22.jpg);
}

.item .boxBanner {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  max-height: none;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #f4f5f7;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.item:hover .boxBanner,
.item:focus-within .boxBanner {
  transform: translateY(-3px);
  border-color: rgba(133, 1, 2, 0.45);
  box-shadow: 0 10px 28px rgba(133, 1, 2, 0.22);
}

.item .boxBanner > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.item .cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: var(--btm-banner-hover);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.item:hover .cover,
.item:focus-within .cover,
.boxBanner:hover .cover {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(133, 1, 2, 0.92) !important;
}

.item .name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d4f5e0;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 0;
}

.item .cover h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .item .boxBanner,
  .item .cover {
    transition: none;
  }

  .item:hover .boxBanner,
  .item:focus-within .boxBanner {
    transform: none;
  }
}

.brand img {
  transition: 300ms;
}

  .brand img:hover {
    transform: scale(1.2);
    transition: 300ms;
  }

/* ===== Education sessions (AlbumRotator) ===== */
.Education {
  --btm-edu-accent: var(--btm-btn-color, #850102);
  --btm-edu-accent-hover: var(--btm-btn-color-hover, #6a0101);
}

.btm-education__nav {
  gap: 0.35rem;
}

.btm-education__nav .btm-education__tab {
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.65rem;
  border: 0;
  border-radius: 6px;
  background: var(--btm-edu-accent);
  color: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  cursor: pointer;
}

.btm-education__nav .btm-education__tab:hover {
  background: var(--btm-edu-accent-hover);
  color: #fff;
}

.btm-education__nav .btm-education__tab.active,
.btm-education__nav .btm-education__tab[aria-selected="true"] {
  background: var(--btm-edu-accent-hover);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.btm-education__gallery {
  min-width: 0;
}

.btm-education__img,
.Education img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #f5f5f5;
  border-radius: 6px;
}

.btm-education__gallery .tab-pane:not(.active) {
  display: none !important;
}

@media (max-width: 767.98px) {
  .btm-education__nav {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .btm-education__nav .btm-education__tab {
    flex: 0 0 auto;
    width: auto;
    max-width: 14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btm-education__img,
  .Education img {
    max-height: 220px;
  }
}


.form-select {
  background-position: left .75rem center !important;
  padding: .375rem .75rem .375rem 2.25rem !important;
}

 /* bug fix img-rsponsive -> img-fluid */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.ModuleTitleHeader {
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

/* Product page — collapsible sections */
.product-accordion {
  --pa-border: #dee2e6;
  --pa-bg: #fff;
  --pa-bg-hover: #f4f5f7;
  --pa-active: var(--btm-btn-color, #850102);
}

.product-accordion > .card {
  border: 1px solid var(--pa-border);
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--pa-bg);
  box-shadow: none;
  border-bottom: 0;
}

.product-accordion > .card:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

.product-accordion > .card:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
  border-bottom: 1px solid var(--pa-border);
}

.product-accordion > .card + .card {
  margin-top: 0;
}

.product-accordion .card-header,
.product-accordion .product-accordion-header {
  padding: 0;
  background: var(--pa-bg);
  border-bottom: 0;
}

.product-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.875rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #212529;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
  text-decoration: none;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-accordion-btn:hover,
.product-accordion-btn:focus {
  background-color: var(--pa-bg-hover);
  color: var(--pa-active);
  text-decoration: none;
  box-shadow: none;
}

.product-accordion-btn:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(133, 1, 2, 0.35);
}

.product-accordion-btn:not(.collapsed) {
  color: var(--pa-active);
  background-color: var(--pa-bg-hover);
}

.product-accordion-title {
  flex: 1;
  text-align: right;
}

.product-accordion-arrow {
  flex-shrink: 0;
  font-size: 0.9rem;
  color: #6c757d;
  transition: transform 0.25s ease, color 0.2s ease;
}

.product-accordion-btn:not(.collapsed) .product-accordion-arrow {
  transform: rotate(-90deg);
  color: var(--pa-active);
}

.product-accordion .card-body {
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid var(--pa-border);
  background: #fafbfc;
}

#collapse1 .card-body {
  padding: 0.75rem 1rem 1rem;
}

.product-features-group + .product-features-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.product-features-cat {
  padding: 0.65rem 1rem;
  margin: 0 0 0.5rem;
  border-radius: 0.5rem;
  background: var(--btm-btn-color, #850102);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.product-features-table {
  margin-bottom: 0;
}

.product-features-row:nth-child(even) {
  background: #f8f9fa;
}

.product-features-label,
.product-features-value {
  padding: 0.65rem 0.85rem;
  vertical-align: top;
  border: 0;
  font-weight: 400;
}

.product-features-label {
  width: 42%;
  color: #495057;
  font-weight: 600;
}

.product-features-value {
  width: 58%;
  color: #212529;
}

@media (max-width: 575.98px) {
  .product-features-label,
  .product-features-value {
    display: block;
    width: 100%;
  }

  .product-features-label {
    padding-bottom: 0.15rem;
    font-size: 0.9rem;
  }

  .product-features-value {
    padding-top: 0;
    padding-bottom: 0.75rem;
  }
}

.related-products-section {
  margin-top: 0.25rem;
}

.related-products-title {
  font-size: 1.35rem;
  font-weight: 700;
}

.related-products-slider.slick-initialized .slick-list {
  overflow: hidden;
}

.related-products-slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}

.related-products-slider.slick-initialized .slick-slide {
  height: auto;
  float: none;
}

.related-products-slider.slick-initialized .slick-slide > div,
.related-products-slider .btm-product-card-wrap {
  height: 100%;
}

.related-products-slider .btm-product-card-wrap {
  max-width: none;
  width: 100%;
  padding-inline: 0.25rem;
}

.related-products-slider .btm-product-card {
  --btm-card-media-h: clamp(3.25rem, 5.5vw, 4.25rem);
  border-radius: 10px;
}

.related-products-slider .btm-product-card__media {
  padding: 0.45rem 0.45rem 0.3rem;
}

.related-products-slider .btm-product-card__body {
  padding: 0 0.4rem 0.35rem;
  gap: 0.2rem;
}

.related-products-slider .btm-product-card__title {
  font-size: 0.72rem;
  min-height: calc(0.72rem * 1.4 * 2);
  -webkit-line-clamp: 2;
}

.related-products-slider .btm-product-card__meta-tag {
  font-size: 0.58rem;
  padding: 0.1rem 0.28rem;
}

.related-products-slider .btm-product-card__price {
  font-size: 0.72rem;
}

.related-products-slider .btm-product-card__actions {
  padding: 0.35rem 0.4rem 0.45rem;
  gap: 0.25rem;
}

.related-products-slider .btm-product-card__btn.quick_view_btn {
  width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  padding: 0;
  font-size: 0;
}

.related-products-slider .btm-product-card__stars .btm-star {
  font-size: 1.05rem;
}

.related-products-slider .btm-product-card__review-count {
  font-size: 0.82rem;
}

.related-products-slider .btm-product-card__rating {
  gap: 0.3rem;
}

.product-review-compose {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.65rem;
}

.product-review-compose__lead {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #495057;
  text-align: right;
}

#collapseTwo .product-rating-form {
  max-width: 100%;
}

#collapseTwo .product-rating-summary {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  font-size: 0.95rem;
}

.related-products-section .slick-prev,
.related-products-section .slick-next {
  margin: 0;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
}

.related-products-section .slick-prev {
  right: 0.25rem;
  left: auto;
}

.related-products-section .slick-next {
  left: 0.25rem;
  right: auto;
}

/* Product review — summary + form */
.product-rating-summary {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.product-rating-summary img {
  width: auto;
  height: 1.35rem;
  vertical-align: middle;
}

.product-rating-summary span {
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: lining-nums;
}

.product-rating-form .form-label {
  font-size: 1.05rem;
  font-weight: 600;
}

/* Product review form — stars LTR 1→5, fill up to selected value */
.product-rating-stars {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
  direction: ltr;
  unicode-bidi: isolate;
}

.product-rating-star {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}

.product-rating-star__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-rating-star__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.product-rating-star__icon::before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiBg0PFQtBSUX1AAAA/klEQVQ4y6WSsQrCMBBAn3ZwsDhIwUGwFdxFkLqKk5sg+BH+iFs3/8DFxb9w0UVwE5w7uXRroSUutY22qREvSzjeu8slgfIwMfkpNmx+wfuEhPT1hQMCwUEXnyHSNdPBDa6ZcMX4LqwzXCBYV8Nt5jzehAdz2jJSAxqMcHGZMFAUunPizJkLEWyJ3mpWrYgtWNy0hRsWgIOvhfs4rzMOCb7iAUN5rClhJR4y/byJFYkST1iVXd5OKexyqC4JTeWDNsuFrlLo/iHkYRArZ4jzX5t36Ehf+ciSJUepWKfYYZzW2uNmOZd92ndcFBYEeNiFvI1HwKIo9Ggph27Re22fDa/CdtJlpxcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDYtMTNUMTU6MjE6MTErMDI6MDAH0k5WAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTA2LTEzVDE1OjIxOjExKzAyOjAwdo/26gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=') center center no-repeat;
  background-size: contain;
}

.product-rating-star__icon.active::before,
.product-rating-star__input:checked + .product-rating-star__icon::before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAqgAAAKoBBgpwTwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH/SURBVEiJrZWxa1NRFIe/817aDEoRHVpaUCqPoELFkhJxtCKxLoUgxcFu2tHBsVP/gCJF3HSULhHcVLTFDF36KJYulWDQ6GCXqiV1eZrc41CV1+Sm3pfmTJffPb/z3cu991xRVZxj8/JRKME5/eFq8dyrA709s0TMJrGI8w7K+WE8847dJUhxlvP60cXmvgPPzANpIE2deWebU1Y5Pw4UYkqBtzLeJcCUj28WLBMLFMU/PKDyfQZlxDIzwmlm/mdvf8ib146Trucw8gQ48U/fXYpnfQVuERFySb+1B1Sup+HXKKo5kBxwEQis4P2AeFSAVZQQIaSPdQKNRN9feYjKHaD3oK06AJrjJ/DIwzTmEKquLudQqihzHpk329RTeWCri+W38MmT1e29W3TmRRX1J4BaF4rXECa4oFWIX9PMyw2ESSA6RPEIwySjuvFX2P8OgtclRKYB00FxgzLNmJbiYutDC14VUV3sALBIVovNov0lC0c6AFg9bVqFN5S4vGD1tAFocoA6A6Z8YCAxAAZs3bUVUN7pB2xteAWVAnv/wopl3iegv1lMWRIHY+MGwlOMuU9mOYzpz1iTHB73gBuxBQ0CXw4G+DqEUkPkMX7jAcPLnyyLgDENgZusyykMdxFu/znotXha63/w4epJTM8OwfNkbWNV+khxjKx+jsu/AXUxm+7sduA/AAAAAElFTkSuQmCC') center center no-repeat;
  background-size: contain;
}

.product-rating-star .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-rating-login-msg a {
  font-weight: 700;
  text-decoration: underline;
}

.product-rating-form--logged-in .product-rating-name-row {
  display: none !important;
}

/* Product detail page */
.product-page-title .product-title-en {
  display: none;
  margin-top: 0.35rem;
  font-size: 0.72em;
  font-weight: 500;
  line-height: 1.35;
  color: #495057;
}

.product-page-title .product-title-en:has([id$="lblTitle"]:not(:empty)),
.product-page-title .product-title-en:has([id$="lblTitle2"]:not(:empty)) {
  display: block;
}

.product-page-title .product-title-en:has([id$="lblTitle"]:not(:empty))::before,
.product-page-title .product-title-en:has([id$="lblTitle2"]:not(:empty))::before {
  content: "(";
}

.product-page-title .product-title-en:has([id$="lblTitle"]:not(:empty))::after,
.product-page-title .product-title-en:has([id$="lblTitle2"]:not(:empty))::after {
  content: ")";
}

.price h5.text-success,
.price .PriceAmount,
.price .PriceCurrency {
  color: #198754 !important;
}

.price .product-price-old,
.price .product-price-old strike,
.price .product-price-old s,
.price .product-price-old del {
  color: var(--btm-btn-color, #850102) !important;
}

.price .product-price-old strike,
.price .product-price-old s,
.price .product-price-old del {
  text-decoration-color: var(--btm-btn-color, #850102) !important;
  text-decoration-thickness: 2px;
}

.price .PriceAmount strike,
.price .PriceAmount s,
.price .PriceAmount del {
  color: var(--btm-btn-color, #850102) !important;
  text-decoration-color: var(--btm-btn-color, #850102) !important;
  text-decoration-thickness: 2px;
}

.price a[id$="Hypcat"],
.price a[id$="Hypcat"] span {
  color: var(--btm-btn-color, #850102) !important;
}

.product-brand-link {
  display: inline-block;
  text-decoration: none !important;
  transition: transform 0.3s ease;
}

.product-brand-link:hover,
.product-brand-link:focus-visible {
  transform: scale(1.05);
}

.product-brand-logo {
  display: block;
  max-height: 64px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product-brand-link:hover .product-brand-logo,
.product-brand-link:focus-visible .product-brand-logo {
  transform: scale(1.15);
  filter: drop-shadow(0 4px 10px rgba(133, 1, 2, 0.2));
}

.image .main_Image img {
  border: none !important;
}

@media screen and (max-width: 991.98px) {
  html,
  body,
  #form1 {
    overflow-x: hidden;
    max-width: 100%;
  }

  .container-fluid.pt-2,
  .container-fluid.pt-2 .container,
  .container-fluid.pt-2 .row {
    max-width: 100%;
    min-width: 0;
  }

  .product-page-title {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .product-page-title .product-title-en {
    font-size: 0.68em;
  }

  .image.col-12,
  .price.col-12 {
    max-width: 100%;
    min-width: 0;
    padding-inline: 0.75rem;
  }

  .image .main_Image {
    min-height: 0;
  }

  .image .main_Image img {
    max-width: 100%;
    height: auto;
  }
}