/* ============================================
   PERSIAN FONT - Vazirmatn (محلی)
   ============================================ */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

/* ============================================
   RESET & BASE - RTL
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vazirmatn', 'Montserrat', sans-serif;
    background-color: #fff;
    color: #000;
    width: 70%;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, .nav-menu li a, .btn-view, .btn-outline, .check-button,
.product-title-link, .read-more, .back-to-blog, .btn-create,
.product-info h3, .blog-post h2, .post-title, .post-content h2,
.post-content h3, .section-title, .hero-content h1, .scent-title {
    font-family: 'Playfair Display', 'Vazirmatn', serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   BUTTONS - RTL
   ============================================ */
.check-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #006bb3;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.check-button:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.6);
}

.check-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.check-button:hover .check-icon {
    transform: translateX(-4px);
}

.btn-view {
    display: inline-block;
    font-style: italic;
    font-weight: 500;
    border-bottom: 1px solid currentColor;
    padding-bottom: 4px;
    transition: all 0.3s;
}

.btn-view:hover {
    letter-spacing: -1px;
}

.btn-outline {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/* ============================================
   HEADER - RTL
   ============================================ */
.site-header {
    background: #fff;
}

.top-header {
    text-align: center;
    padding: 20px 0;
}

.logo {
    width: fit-content;
    margin: 0 auto;
}

.logo a {
    text-align: center;
    margin: 0 auto;
}

.logo img {
    max-width: 140px;
    margin: 0 auto;
}

.main-nav {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.nav-icons-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-icons-left img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a {
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    position: relative;
}

.nav-menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #BBB8B8;
}

.nav-menu li a.active,
.nav-menu li a:hover {
    color: #414141;
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 7.5px;
    left: auto;
    width: 0;
    height: 2px;
    background: #020202;
    transition: width 0.3s;
}

.nav-menu li a:hover::after,
.nav-menu li a.active::after {
    width: 80%;
}

.main-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-nav.sticky .nav-container {
    width: 70%;
    margin: 0 auto;
}

/* ============================================
   MOBILE MENU - RTL
   ============================================ */
.mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.mobile-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.mobile-icons img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.mobile-menu-icon {
    cursor: pointer;
}

.hamburger-icon {
    font-size: 28px;
    color: #333;
    display: inline-block;
    line-height: 1;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    right: -280px;
    left: auto;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 2000;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 60px 20px 20px;
}

.mobile-nav-overlay.active {
    right: 0;
    left: auto;
}

.mobile-nav-close {
    position: absolute;
    top: 15px;
    left: 20px;
    right: auto;
    cursor: pointer;
}

.close-icon {
    font-size: 28px;
    color: #333;
    display: inline-block;
    line-height: 1;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
    margin-bottom: 20px;
}

.mobile-nav-menu li a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: all 0.3s;
    text-align: right;
}

.mobile-nav-menu li a:hover,
.mobile-nav-menu li a.active {
    color: #720202;
}

body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
}

.check-btn-mobile .small {
    padding: 6px 12px;
    font-size: 11px;
}

.check-btn-mobile .small .check-icon {
    width: 14px;
    height: 14px;
}

/* ============================================
   FOOTER - RTL
   ============================================ */
.site-footer {
    background: #fff;
    text-align: center;
    padding: 0px 20px 40px;
    margin-top: 60px;
}

.footer-logo img {
    max-width: 140px;
    margin: 0 auto 20px;
}

.footer-divider {
    width: 60px;
    height: 2px;
    background: #000;
    margin: 20px auto;
}

.footer-contact p {
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-contact a {
    color: #006bb3;
    font-size: 14px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-icon:hover {
    background: #000;
    transform: translateY(-3px);
}

.social-icon svg {
    width: 18px;
    height: 18px;
    fill: #333;
    transition: fill 0.3s;
}

.social-icon:hover svg {
    fill: #fff;
}

/* ============================================
   HOME PAGE - RTL
   ============================================ */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.hero-content .highlight {
    color: #720202;
    display: block;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.scent-power-section {
    text-align: center;
    padding: 40px 0 10px 0;
    position: relative;
    margin-top: 0;
}

.wave-shape-top {
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: scaleY(-1);
}

.wave-shape-top svg {
    width: calc(100% + 1.3px);
    height: 59px;
    display: block;
}

.wave-fill {
    fill: #C7C7C7;
}

.scent-content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 2;
}

.scent-title {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1C1D1D;
    margin: 0;
}

.product {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.product-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    min-height: 500px;
}

.product-row:last-child {
    grid-template-columns: 2fr 1fr;
}

.product-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.product-info {
    position: absolute;
    right: 1.5rem;
    left: auto;
    bottom: 1.5rem;
    text-align: right;
}

.product-info h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.product-info p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.product-info .btn-view {
    color: #fff;
    border-bottom-color: #fff;
}

.product-info .btn-view:hover {
    border-bottom-color: #720202;
    color: #720202;
}

/* ============================================
   SHOP PAGE - RTL
   ============================================ */
.shop-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
}

.shop-banner-overlay h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 30px 0;
    margin: 0 auto;
}

.product-card {
    text-align: center;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card img {
    padding: 1rem;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-card:hover img {
    transform: scale(1.02);
}

.product-card h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 5px;
    color: #333;
}

.product-size {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.product-title-link {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
    transition: color 0.3s;
}

.product-title-link:hover {
    color: #720202;
}

.product-gender {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.product-price {
    font-size: 22px;
    font-weight: 600;
    color: #006bb3;
    margin-bottom: 15px;
}

.star-rating {
    margin-bottom: 25px;
}

.star {
    font-size: 18px;
    color: #ffc107;
    letter-spacing: 2px;
}

/* ============================================
   BLOG PAGE - RTL
   ============================================ */
.blog-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-banner-overlay h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.blog-grid {
    margin: 0 auto;
    padding: 30px 0;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-post {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.post-image {
    display: block;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post:hover .post-image img {
    transform: scale(1.05);
}

.post-content {
    padding: 20px;
    text-align: right;
}

.post-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post-content h2 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.post-content h2 a:hover {
    color: #720202;
}

.post-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.post-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    font-style: italic;
    font-size: 14px;
    color: #006bb3;
    text-decoration: none;
    transition: all 0.3s;
}

.read-more:hover {
    color: #720202;
    letter-spacing: -0.5px;
}

/* ============================================
   POST DETAIL PAGE - RTL
   ============================================ */
.post-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
}

.post-container {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.post-title {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}

.post-featured-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.post-meta-center {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.post-date {
    font-size: 14px;
    color: #888;
}

.post-content-detail {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: right;
}

.post-content-detail h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #1a1a1a;
}

.post-content-detail h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #1a1a1a;
}

.post-content-detail p {
    margin-bottom: 20px;
}

.post-content-detail ul {
    margin: 20px 30px 20px 0;
}

.post-content-detail li {
    margin-bottom: 10px;
}

.post-content-detail strong {
    color: #720202;
}

.post-navigation {
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #eee;
}

.back-to-blog {
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    color: #006bb3;
    text-decoration: none;
    transition: all 0.3s;
}

.back-to-blog:hover {
    color: #720202;
    letter-spacing: -0.5px;
}

/* ============================================
   ABOUT PAGE - RTL
   ============================================ */
.about-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-banner-overlay h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.about-intro {
    padding: 30px 0;
    margin: 0 auto;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-text {
    flex: 1;
    text-align: right;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.create-scent {
    background: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
}

.step-icon img {
    width: 100px;
    height: 100px;
    transition: transform 0.3s;
}

.step-icon img:hover {
    transform: scale(1.05);
}

.btn-create {
    display: inline-block;
    background: #006bb3;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid #006bb3;
}

.btn-create:hover {
    background: transparent;
    color: #006bb3;
    transform: scale(1.02);
}

.newsletter-section {
    background: #1a1a1a;
    padding: 60px 20px;
}

.newsletter-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.newsletter-icon img {
    width: 80px;
    height: 80px;
}

.newsletter-content {
    text-align: right;
}

.newsletter-content h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}

.newsletter-content p {
    font-size: 14px;
    color: #ccc;
}

.newsletter-form {
    flex: 1;
    min-width: 250px;
}

.subscribe-form {
    display: flex;
    gap: 10px;
}

.subscribe-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    text-align: right;
}

.subscribe-form button {
    background: #720202;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.subscribe-form button:hover {
    background: #006bb3;
}

.instagram-gallery {
    padding: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}

.gallery-item {
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* ============================================
   CONTACT PAGE - RTL
   ============================================ */
.contact-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-banner-overlay h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.contact-info {
    padding: 60px 20px;
    background: #f9f9f9;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.info-divider {
    width: 50px;
    height: 2px;
    background: #720202;
    margin: 0 auto 20px;
}

.info-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.info-card a {
    color: #006bb3;
    text-decoration: none;
    transition: color 0.3s;
}

.info-card a:hover {
    color: #720202;
}

.contact-form-section {
    padding: 30px 0;
    margin: 0 auto;
}

.form-container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-form {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 15px;
}

.form-divider {
    width: 60px;
    height: 2px;
    background: #720202;
    margin: 0 auto 20px;
}

.contact-form > p {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row input {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
    text-align: right;
}

.form-row input:focus {
    outline: none;
    border-color: #720202;
    box-shadow: 0 0 0 2px rgba(114, 2, 2, 0.1);
}

.submit-btn {
    background: #006bb3;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #720202;
    transform: translateY(-2px);
}

.contact-map {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.product-detail-page {
    padding: 40px 0;
}

.product-detail-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
}

.product-detail-image {
    text-align: center;
}

.product-detail-image img {
    width: 100%;
    margin: 0 auto;
}

.perfumer-info {
    margin-top: 20px;
}

.perfumer-link {
    font-size: 14px;
    color: #006bb3;
    text-decoration: none;
}

.perfumer-link:hover {
    color: #720202;
}

.product-detail-info {
    text-align: right;
}

.product-detail-info h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-detail-info .star-rating {
    margin-bottom: 15px;
}

.product-size {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.product-price {
    font-size: 28px;
    font-weight: 600;
    color: #006bb3;
    margin-bottom: 20px;
}

.add-to-bag {
    display: inline-block;
    background: #006bb3;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s;
}

.add-to-bag:hover {
    background: #720202;
    transform: scale(1.02);
}

.divider {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 30px 0;
}

.product-detail-info h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-details-text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.product-details-text a {
    color: #006bb3;
    text-decoration: none;
}

.product-details-text a:hover {
    color: #720202;
}

.product-detail-mythology {
    grid-column: span 2;
    margin-top: 40px;
}

.mythology-card {
    display: flex;
    gap: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
}

.mythology-card img {
    width: 40%;
    object-fit: cover;
}

.mythology-text {
    padding: 30px;
    text-align: right;
}

.mythology-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mythology-text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .product-detail-container {
        grid-template-columns: 1fr;
    }
    
    .product-detail-mythology {
        grid-column: span 1;
    }
    
    .mythology-card {
        flex-direction: column;
    }
    
    .mythology-card img {
        width: 100%;
    }
    
    .product-detail-info h1 {
        font-size: 28px;
    }
}

/* ============================================
   RESPONSIVE - RTL
   ============================================ */
@media screen and (max-width: 400px) {
    body {
        width: 90%;
    }
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
    body {
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .main-nav.sticky .nav-container {
        width: 100%;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .mobile-header {
        display: flex;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .blog-posts {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 500px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .product-row,
    .product-row:last-child {
        grid-template-columns: 1fr !important;
    }
    
    .product-box {
        min-height: 400px;
    }
    
    .product-info {
        right: 1rem;
    }
    
    .product-info h3 {
        font-size: 32px;
    }
    
    .scent-title {
        font-size: 28px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 20px 0;
    }
    
    .shop-banner,
    .blog-banner,
    .about-banner,
    .contact-banner {
        min-height: 250px;
    }
    
    .shop-banner-overlay h1,
    .blog-banner-overlay h1,
    .about-banner-overlay h1,
    .contact-banner-overlay h1 {
        font-size: 32px;
    }
    
    .about-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-text h2 {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .steps {
        flex-direction: column;
        gap: 30px;
    }
    
    .newsletter-container {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-content {
        text-align: center;
    }
    
    .subscribe-form {
        flex-direction: column;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item img {
        height: 180px;
    }
    
    .info-container {
        flex-direction: column;
    }
    
    .form-container {
        flex-direction: column;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-form {
        padding: 25px;
    }
    
    .contact-form h2 {
        font-size: 28px;
    }
    
    .contact-map iframe {
        min-height: 300px;
    }
    
    .post-article {
        padding: 40px 20px;
    }
    
    .post-title {
        font-size: 28px;
    }
    
    .post-content-detail h2 {
        font-size: 24px;
    }
    
    .post-content-detail {
        font-size: 15px;
    }
    
    .blog-posts {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .post-image img {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .product-title-link {
        font-size: 18px;
    }
    
    .product-price {
        font-size: 20px;
    }
    
    .shop-banner,
    .blog-banner,
    .about-banner,
    .contact-banner {
        min-height: 200px;
    }
    
    .shop-banner-overlay h1,
    .blog-banner-overlay h1,
    .about-banner-overlay h1,
    .contact-banner-overlay h1 {
        font-size: 28px;
    }
    
    .about-text h2 {
        font-size: 24px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    .info-card h3 {
        font-size: 20px;
    }
    
    .contact-form h2 {
        font-size: 24px;
    }
    
    .submit-btn {
        padding: 12px;
        font-size: 14px;
    }
    
    .post-title {
        font-size: 24px;
    }
    
    .post-content-detail h2 {
        font-size: 22px;
    }
    
    .post-content-detail {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .post-image img {
        height: 200px;
    }
    
    .post-content {
        padding: 15px;
    }
    
    .post-content h2 {
        font-size: 16px;
    }
}