/* =========================================================
   IRANSans
   ========================================================= */

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* =========================================================
   Global
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


html,
body {
    font-family: 'IRANSans', sans-serif;
}


body {
    margin: 0;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Article metadata/breadcrumb layout fallback for the compact article CSS. */
.single-article__breadcrumb,
.single-article__meta {
    display: flex;
}


button,
input,
select,
textarea {
    font: inherit;
}

/* =========================================================
   Cosmetics Footer - full width custom footer
   ========================================================= */
.site-footer {
    margin-top: 52px;
    padding: 0;
    background: linear-gradient(90deg, #f7dfe4 0%, #fae9ec 52%, #f7dfe4 100%);
    border-top: 0;
    overflow: hidden;
}

.site-footer__inner {
    width: min(100% - 28px, 100%);
    margin-inline: auto;
}

.site-footer__layout {
    width: min(100%, 1520px);
    margin-inline: auto;
    min-height: 252px;
    padding: 18px 28px 10px;
    display: grid;
    grid-template-columns: minmax(520px, 2.1fr) minmax(260px, .95fr) minmax(200px, .7fr);
    grid-template-areas: "left contact right";
    align-items: end;
    gap: 18px;
    direction: ltr;
}

.site-footer__visual--left { grid-area: left; justify-self: stretch; align-self: stretch; overflow: hidden; }
.site-footer__contact { grid-area: contact; }
.site-footer__brand { grid-area: right; }

.site-footer__visual,
.site-footer__brand,
.site-footer__contact { min-width: 0; }

.site-footer__left-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    padding-inline-end: 12px;
}

.site-footer__visual--right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.site-footer__right-image {
    width: min(100%, 330px);
    max-height: 235px;
    object-fit: contain;
    object-position: center bottom;
}

.site-footer__credit {
    margin: 8px auto 0;
    color: #715962;
    font-size: .8em;
    line-height: 1.8;
    text-align: center;
}

.site-footer__credit a,
.site-footer__credit a:visited {
    color: #8d4257;
    text-decoration: none;
    font-weight: 700;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
    color: #d34c72;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer__contact {
    direction: rtl;
    text-align: right;
    align-self: center;
    width: min(100%, 360px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-block: 8px;
}

.site-footer__contact-row {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.site-footer__contact-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #ef5579;
    margin-top: 4px;
}

.site-footer__contact-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__contact-text {
    min-width: 0;
    color: #43353a;
    font-size: 14px;
    line-height: 2;
}

.site-footer__label {
    color: #231d1f;
    font-size: 16px;
    font-weight: 800;
    margin-inline-end: 4px;
}

.site-footer__phone,
.site-footer__phone:visited {
    color: #231d1f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    direction: ltr;
    unicode-bidi: embed;
}

.site-footer__phone:hover,
.site-footer__phone:focus-visible {
    color: #d34c72;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer__address {
    color: #54434a;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.05;
}

.site-footer__muted {
    color: #8d7880;
    font-size: 13px;
}

.site-footer__enamad-wrap {
    display: flex;
    justify-content: center;
    padding-top: 2px;
}

.site-footer__enamad-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-footer__enamad-image {
    width: auto;
    height: 92px;
    max-width: 150px;
    object-fit: contain;
}

@media (max-width: 1120px) {
    .site-footer__layout {
        grid-template-columns: minmax(200px, 1fr) minmax(250px, .9fr) minmax(180px, .7fr);
        padding-inline: 20px;
        gap: 14px;
    }

    .site-footer__left-image { width: min(100%, 470px); }
    .site-footer__right-image { width: min(100%, 240px); }
}

@media (max-width: 900px) {
    .site-footer__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "contact"
            "right";
        min-height: 0;
        padding: 20px 18px 16px;
        gap: 12px;
    }

    .site-footer__brand,
    .site-footer__visual--left,
    .site-footer__contact {
        justify-self: center;
    }

    .site-footer__contact {
        text-align: center;
        width: min(100%, 430px);
    }

    .site-footer__contact-row {
        justify-content: center;
        text-align: right;
    }

    .site-footer__left-image {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center center;
    }

    .site-footer__right-image {
        width: min(100%, 220px);
        max-height: 185px;
    }
}

@media (max-width: 560px) {
    .site-footer { margin-top: 40px; }

    .site-footer__inner { width: min(100% - 12px, 100%); }

    .site-footer__layout {
        padding: 16px 12px 14px;
        gap: 10px;
    }

    .site-footer__contact { gap: 12px; }

    .site-footer__contact-row { gap: 9px; }

    .site-footer__contact-icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .site-footer__label,
    .site-footer__phone { font-size: 15px; }
    .site-footer__contact-text,
    .site-footer__address { font-size: 13px; }
    .site-footer__enamad-image { height: 82px; max-width: 134px; }
    .site-footer__left-image { width: 100%; height: auto; max-height: none; object-fit: contain; }
    .site-footer__right-image { width: min(100%, 180px); }
}

/* =========================================================
   Cosmetics Footer - Custom footer section
   ========================================================= */

.site-footer {
    margin-top: 52px;
    padding: 0;
    color: #3b2f32;
    background: transparent;
    border-top: 0;
}

.site-footer__inner {
    width: min(100% - 36px, 1480px);
    margin-inline: auto;
}

.site-footer__panel {
    position: relative;
    overflow: hidden;
    padding: 26px 32px 16px;
    border-radius: 28px 28px 0 0;
    background: linear-gradient(90deg, #f7e0e4 0%, #fdecef 48%, #f8e2e6 100%);
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(290px, 0.92fr) minmax(300px, 1.18fr);
    grid-template-areas: "right contact left";
    gap: 24px;
    align-items: center;
    direction: ltr;
    min-height: 238px;
}

.site-footer__visual {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.site-footer__visual--right {
    grid-area: right;
    justify-self: end;
    align-self: end;
}



.site-footer__visual-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer__visual-img--right {
    width: min(100%, 255px);
    max-height: 240px;
    margin-inline-start: auto;
}

.site-footer__visual-img--left {
    width: min(100%, 510px);
    max-height: 250px;
}

.site-footer__contact {
    grid-area: contact;
    width: min(100%, 390px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
    direction: rtl;
    text-align: right;
    position: relative;
    z-index: 2;
}

.site-footer__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.site-footer__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
    color: #ef5579;
}

.site-footer__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__row-content {
    min-width: 0;
    color: #4d3b40;
    font-size: 14px;
    line-height: 2;
}

.site-footer__label {
    display: inline-block;
    margin-inline-end: 5px;
    color: #2a2224;
    font-size: 16px;
    font-weight: 800;
}

.site-footer__phone,
.site-footer__phone:visited {
    color: #2a2224;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    direction: ltr;
    unicode-bidi: embed;
}

.site-footer__phone:hover,
.site-footer__phone:focus-visible {
    color: #d34c72;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer__value {
    color: #5a494e;
    font-size: 14px;
    font-weight: 500;
}

.site-footer__value--address {
    max-width: 310px;
    line-height: 2.05;
}

.site-footer__value--muted {
    color: #8f7c81;
}

.site-footer__enamad-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2px;
    padding-top: 2px;
}

.site-footer__enamad-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-footer__enamad-image {
    width: auto;
    height: 94px;
    max-width: 150px;
    object-fit: contain;
}

.site-footer__bottom {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(117, 81, 92, 0.16);
    display: flex;
    justify-content: flex-end;
    direction: rtl;
}

.site-footer__credit {
    margin: 0;
    color: #6a5960;
    font-size: 13px;
    line-height: 1.9;
}

.site-footer__credit a,
.site-footer__credit a:visited {
    color: #8d4257;
    font-weight: 800;
    text-decoration: none;
}

.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
    color: #d34c72;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1180px) {
    .site-footer__panel {
        padding-inline: 24px;
    }

    .site-footer__main {
        grid-template-columns: minmax(180px, .82fr) minmax(260px, .95fr) minmax(220px, 1fr);
        gap: 20px;
        min-height: 220px;
    }

    .site-footer__visual-img--left {
        width: min(100%, 430px);
    }

    .site-footer__visual-img--right {
        width: min(100%, 220px);
    }
}

@media (max-width: 920px) {
    .site-footer__panel {
        padding: 22px 20px 14px;
        border-radius: 24px 24px 0 0;
    }

    .site-footer__main {
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "contact"
            "right";
        gap: 14px;
        min-height: 0;
        text-align: center;
    }

    .site-footer__visual--right {
        justify-self: center;
    }

    .site-footer__visual-img--right {
        width: min(100%, 220px);
        margin-inline: auto;
    }

    .site-footer__visual-img--left {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    .site-footer__contact {
        width: min(100%, 430px);
        text-align: center;
    }

    .site-footer__row {
        justify-content: center;
        text-align: right;
    }

    .site-footer__value--address {
        max-width: 100%;
    }

    .site-footer__bottom {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .site-footer {
        margin-top: 42px;
    }

    .site-footer__inner {
        width: min(100% - 18px, 100%);
    }

    .site-footer__panel {
        padding: 18px 14px 12px;
        border-radius: 22px 22px 0 0;
    }

    .site-footer__main {
        gap: 12px;
    }

    .site-footer__row {
        gap: 10px;
    }

    .site-footer__icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .site-footer__label,
    .site-footer__phone {
        font-size: 15px;
    }

    .site-footer__row-content,
    .site-footer__value {
        font-size: 13px;
    }

    .site-footer__enamad-image {
        height: 86px;
        max-width: 136px;
    }

    .site-footer__visual-img--right {
        width: min(100%, 185px);
    }

    .site-footer__visual-img--left {
        width: min(100%, 330px);
    }

    .site-footer__credit {
        font-size: 12px;
    }
}

/* Cosmetics full width footer final overrides */
.site-footer{
    width:100%;
    margin-top:68px;
    padding:0;
    background:#fae8eb;
    border:0;
    overflow:hidden;
}
.site-footer__inner{
    width:100%;
    max-width:none;
    margin:0;
}
.site-footer__panel{
    width:100%;
}
.site-footer__main{
    min-height:420px;
    width:100%;
    display:grid;
    grid-template-columns: minmax(360px,42%) minmax(300px,35%) minmax(220px,23%);
    direction:ltr;
    align-items:center;
}
.site-footer__visual--left{
    order:1;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    overflow:hidden;
}
.site-footer__visual-img--left{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.site-footer__contact{
    order:2;
    direction:rtl;
    text-align:center;
    align-items:center;
}
.site-footer__visual--right{
    order:3;
    height:100%;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
}
.site-footer__visual-img--right{
    height:100%;
    width:auto;
    max-width:100%;
    object-fit:contain;
}
.site-footer__row{
    justify-content:center;
    gap:10px;
}
.site-footer__enamad-wrap{
    display:flex;
    justify-content:center;
    margin-top:25px;
}
.site-footer__bottom{
    width:100%;
    padding:0 30px 18px;
    background:transparent;
    border:0;
    text-align:right;
}
.site-footer__credit{
    margin:0;
    font-size:.8em;
}
@media(max-width:900px){
 .site-footer__main{
    grid-template-columns:1fr;
 }
 .site-footer__visual--left,.site-footer__visual--right{
    height:auto;
 }
}
