/*
Theme Name: iTunes Shop
Theme URI: https://test.com/
Author: نام شما یا شرکت توسعه‌دهنده
Author URI: https://test.com
Description: قالب حرفه‌ای وردپرس فروشگاهی اختصاصی برای فروش محصولات دیجیتال iTunes و App Store (مانند گیفت کارت، اپلیکیشن، موسیقی و محتوای دیجیتال). سازگار کامل با ووکامرس، راست‌چین، واکنش‌گرا و بهینه‌شده برای سرعت و سئو. این قالب به طور اختصاصی برای دامین yourdomain.com توسعه داده شده است.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itunesshop
Tags: e-commerce, woocommerce, rtl-language-support, right-sidebar, custom-menu, featured-images, threaded-comments, translation-ready, flexible-header, editor-style, digital-downloads, buddypress
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4

این قالب اختصاصی برای دامین ---- توسعه یافته و برای فروش محصولات دیجیتال iTunes بهینه‌سازی شده است.
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: KalamehWebFaNum, sans-serif;
    background: #FFFFFF;
    color: #000000;
    line-height: 1.6;
    overflow-x: hidden;
    height: 100vh;
    display: grid;
    align-items: start;
    align-content: space-between;
}
.blockOverlay {
    position: fixed !important;
}
.woocommerce .blockUI.blockOverlay::before {
    font-size: 3em !important;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 20px 20px;
}
.box-content {
    background: #ffffff3d;
    z-index: 1;
    padding: 60px 30px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
}
/* Product Gallery Section */
.product-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.gallery-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main-image {
    width: 100px;
    aspect-ratio: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.main-image:hover img {
    transform: scale(1.05);
}

/* Header Styles */
header {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
header .link_user_account {
    margin: 0 15px 0 0;
}
header .link_user_account a {
    padding: 23px 15px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    line-height: 1;
    /* background: #fff; */
    border-radius: 10px;
}
header.scrolled .link_user_account a {
    color:#222 !important;
}
header.scrolled {
    background: rgb(255 255 255 / 81%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    top: 0;
    padding: 5px 0;
}
header.scrolled .hamburger span {
    background: #181818;
}
header.scrolled .header-content {
        background: transparent !important;
            backdrop-filter: blur(0) !important;
}
header.scrolled .header-content .desktop-menu ul li a {
    color: #000000 !important;
}
.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
    padding: 10px 25px;
    backdrop-filter: blur(10px);
    border-radius: 17px;
    background: #ffffff57 !important;
    overflow: hidden;
}

.logo {
    height: 50px;
    width: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: translateY(-2px);
}

.logo a {
    height: 100%;
}
.logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

/* Desktop Menu */
.desktop-menu {
    display: flex;
    gap: 10px;
    /* background: rgba(245, 245, 247, 0.1); */
    padding: 8px 15px;
    /* border-radius: 50px; */
    border-left: 1px solid rgb(255 255 255 / 32%);
}
.desktop-menu ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.desktop-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.desktop-menu ul li a i {
    background: rgba(255, 255, 255, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.desktop-menu ul li a:hover i {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.hamburger {
    width: 24px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Sidebar Menu */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #000000;
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.sidebar-menu.active {
    right: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-header {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-logo {
    height: 45px;
    width: 90px;
}

.sidebar-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.sidebar-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.sidebar-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav {
    padding: 20px 0;
}

.sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul li {
    margin: 0;
}

.sidebar-nav ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.sidebar-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.05);
    border-right-color: #ffffff;
}

.sidebar-nav ul li a i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 18px;
}

/* Hero Section */
.hero {
    background-color: #ffffff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: grid;
    height: 100vh;
    min-height: 500px;
    justify-content: end;
    align-content: center;
    align-items: center;
    padding-top: 80px;
    padding-left: 100px;
}

/* Video Background */
.hero > .background-video-hero {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.background-video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.background-video-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}
.custom-shape-divider-bottom-1765713161 {
    position: absolute;
    bottom: -2px;
    z-index:1;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1765713161 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1765713161 .shape-fill {
    fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1765713161 svg {
        width: calc(100% + 1.3px);
        height: 41px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1765713161 svg {
        width: calc(100% + 1.3px);
        height: 29px;
    }
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 0 15px;
}

.hero-content .hero-contents {
    text-align: center;
}

.hero-content img {
    width: clamp(60px, 15vw, 100px);
    height: auto;
    max-height: 100px;
}

.hero h1 {
    font-size: clamp(1.5rem, 5vw, 3rem);
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    line-height: 1.2;
}

.hero p {
    font-size: clamp(0.875rem, 2.5vw, 1rem);
    width: 100%;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.2s forwards;
    line-height: 1.8;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Region Selection */
.region-selection {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 10px 0;
    width: 100%;
}

.region-title {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.region-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 500px;
}

.region-option {
    background-color: #ffffff;
    border: 2px solid #e5e5e7;
    border-radius: 12px;
    padding: clamp(12px, 3vw, 12px) clamp(25px, 6vw, 40px);
    color: #222;
    cursor: pointer;
    background-image: url("inc/media/img/CONTOUR+LINES+LEFT.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 24px;
    min-width: clamp(120px, 35vw, 160px);
    flex: 1;
}

.region-option:hover {
    box-shadow: 0 0 0 5px #ffffff47;
    transform: translateY(-2px);
}
.region-option.selected {
    background: #0079ff;
    border-color: #0079ff;
    color: #fff;
}
.region-name {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    margin-bottom: 4px;
}

.region-flag {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: 8px;
}

.continue-btn {
    background: #000;
    color: #fff;
    border: none;
    font-family: KalamehWebFaNum, sans-serif;
    padding: clamp(14px, 3vw, 18px) clamp(40px, 10vw, 60px);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.continue-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

.continue-btn:active {
    transform: translateY(0);
}

.continue-btn:disabled {
    background: #666;
    cursor: not-allowed;
    opacity: 0.5;
}

.thumbnail {
    min-width: 80px;
    height: 80px;
    background: #f5f5f7;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail:hover {
    border-color: #666;
}

.thumbnail.active {
    border-color: #000;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info Section */
.product-info {
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.product-title {
    font-size: clamp(20px, 5vw, 42px);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.product-subtitle {
    font-size: clamp(14px, 2.5vw, 18px);
    color: #666;
}

/* Current Region Display */
.current-region-display {
    text-align: center;
    margin-bottom: 20px;
    padding: clamp(12px, 2.5vw, 15px);
    background: #f5f5f7;
    border-radius: 12px;
}

.current-region-display .region-label {
    font-size: clamp(12px, 2.5vw, 14px);
    color: #666;
    margin-bottom: 5px;
}

.current-region-display .region-value {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    color: #000;
}

/* Variants Section */
.variants-container {
    margin: clamp(20px, 5vw, 40px) 0;
}

.variants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(100px, 20vw, 140px), 1fr));
    gap: clamp(8px, 2vw, 12px);
    margin-top: 20px;
}

.variant-option {
    background-color: #ffffff;
    border: 2px solid #e5e5e7;
    border-radius: 12px;
    padding: clamp(12px, 2.5vw, 16px) clamp(10px, 2vw, 16px);
    cursor: pointer;
    background-image: url("inc/media/img/CONTOUR+LINES+LEFT.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    text-align: center;
    background-size: contain;
}

.variant-option:hover {
    border-color: #000;
    transform: translateY(-2px);
}

.variant-option.selected {
    background: #0079ff;
    border-color: #7ab9ff;
    color: #fff;
}

.variant-price-usd {
    font-size: clamp(18px, 4vw, 28px);
    font-weight: 700;
    margin-bottom: 4px;
}
.variant-amount {
    font-size: clamp(20px, 2vw, 30px);
    color: #000000;
}
.variant-option.selected .variant-amount {
    color:#ffffff;
}

.variant-price-irr {
    font-size: clamp(10px, 2vw, 14px);
    color: #666;
}

.variant-option.selected .variant-price-irr {
    color: #ccc;
}

/* Add to Cart Section */
.cart-section {
    margin: clamp(20px, 5vw, 40px) 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: clamp(10px, 3vw, 20px);
    flex-wrap: wrap;
    justify-content: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: clamp(12px, 3vw, 16px);
    background: #f5f5f7;
    border-radius: 50px;
    padding: 8px clamp(12px, 3vw, 16px);
}

.quantity-btn {
    width: clamp(32px, 7vw, 36px);
    height: clamp(32px, 7vw, 36px);
    border: none;
    background: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: clamp(16px, 4vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #333;
}

.quantity-btn:active {
    transform: scale(0.95);
}

.quantity-value {
    font-size: clamp(16px, 3.5vw, 18px);
    font-weight: 700;
    min-width: clamp(30px, 7vw, 40px);
    text-align: center;
}
.flex-bottom-add_change {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
.add-to-cart-btn {
    background: #0079ff;
    color: #fff;
    border: none;
    font-family: KalamehWebFaNum, sans-serif;
    padding: clamp(14px, 3vw, 18px) clamp(40px, 10vw, 60px);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    /* max-width: 400px; */
}

.add-to-cart-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

.add-to-cart-btn:active {
    transform: translateY(0);
}

.change-region-btn {
    background: #f5f5f7;
    color: #000;
    border: 2px solid #e5e5e7;
    font-family: KalamehWebFaNum, sans-serif;
    padding: clamp(14px, 3vw, 18px) clamp(30px, 7vw, 40px);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: inherit;
    max-width: 30%;
}

.change-region-btn:hover {
    background: #ebebed;
    border-color: #000;
    transform: translateY(-2px);
}

.change-region-btn:active {
    transform: translateY(0);
}

.total-price {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(200px, 40vw, 250px), 1fr));
    gap: clamp(16px, 3vw, 24px);
    /* margin: clamp(30px, 7vw, 60px) 0; */
}
.feature-item {
    text-align: center;
    padding: clamp(16px, 3vw, 24px);
    display: flex;
    background: #f5f5f7;
    border-radius: 16px;
    transition: all 0.3s ease;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.feature-item i {
    font-size: clamp(20px, 5vw, 30px);
    position: absolute;
    right: 10px;
    bottom: 70%;
    left: 0;
    margin: auto;
    background: #f5f5f7;
    width: clamp(70px, 15vw, 100px);
    height: 70%;
    padding: clamp(20px, 4vw, 30px) 10px 0;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-item .feature-items {
    z-index: 2;
    padding: 10px 0 0;
}

.feature-item:hover {
    background: #ebebed;
}

.feature-item:hover i {
    background: #ebebed;
}

.feature-icon {
    font-size: clamp(24px, 5vw, 32px);
    margin-bottom: 12px;
}

.feature-title {
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-description {
    font-size: clamp(12px, 2.5vw, 14px);
    color: #666;
}

/* Tabs Section */
.tabs-container {
    margin: clamp(30px, 7vw, 60px) 0;
}

.tabs-header {
    display: flex;
    justify-content: center;
    gap: clamp(4px, 1.5vw, 8px);
    border-bottom: 1px solid #e5e5e7;
    margin-bottom: clamp(20px, 5vw, 40px);
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab-button {
    background: none;
    font-family: KalamehWebFaNum, sans-serif;
    border: none;
    padding: clamp(12px, 2.5vw, 16px) clamp(16px, 4vw, 28px);
    font-size: clamp(13px, 3vw, 16px);
    font-weight: 400;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    color: #666;
    white-space: nowrap;
}

.tab-button:hover {
    color: #000;
}

.tab-button.active {
    color: #000;
    border-bottom-color: #000;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Description Content */
.description-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: right;
    padding: 0 15px;
}

.description-content h3 {
    font-size: clamp(18px, 4vw, 24px);
    margin: clamp(20px, 4vw, 32px) 0 clamp(12px, 2.5vw, 16px);
}

.description-content p {
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.8;
    color: #333;
    margin-bottom: 16px;
}


.description-content hr {
       margin: 20px;
}

.description-content ul {
    list-style: none;
    margin: 20px 0;
}

.description-content li {
    padding: 12px 0;
    padding-right: 24px;
    position: relative;
    font-size: clamp(14px, 3vw, 16px);
}

.description-content li:before {
    content: "✓";
    position: absolute;
    right: 0;
    font-weight: bold;
}

/* Specifications Table */
.specs-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
}

.specs-table tr {
    border-bottom: 1px solid #e5e5e7;
}

.specs-table tr:last-child {
    border-bottom: none;
}

.specs-table td {
    padding: clamp(12px, 3vw, 20px) clamp(8px, 2vw, 16px);
    font-size: clamp(13px, 3vw, 16px);
}

.specs-table td:first-child {
    font-weight: 700;
    width: 40%;
}

.specs-table td:last-child {
    color: #666;
}

/* Reviews Section */
.reviews-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}

.review-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 24px);
    margin-bottom: clamp(20px, 5vw, 40px);
    padding: clamp(20px, 4vw, 32px);
    background: #f5f5f7;
    border-radius: 16px;
}

.rating-number {
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 700;
}

.stars {
    font-size: clamp(18px, 4vw, 24px);
    color: #000;
}

.review-item {
    padding: clamp(16px, 3vw, 24px);
    border-bottom: 1px solid #e5e5e7;
    text-align: right;
}

.review-item:last-child {
    border-bottom: none;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.reviewer-name {
    font-weight: 700;
    font-size: clamp(14px, 3vw, 16px);
}

.review-date {
    color: #666;
    font-size: clamp(12px, 2.5vw, 14px);
}

.review-rating {
    font-size: clamp(12px, 2.5vw, 14px);
    margin-bottom: 8px;
}

.review-text {
    color: #333;
    line-height: 1.6;
    font-size: clamp(13px, 2.8vw, 15px);
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-item {
    border-bottom: 1px solid #e5e5e7;
    padding: clamp(16px, 3vw, 16px) 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(14px, 3vw, 16px);
    padding: 8px 0;
    gap: 10px;
}

.faq-question:hover {
    color: #666;
}

.faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #666;
    line-height: 1.6;
    font-size: clamp(13px, 2.8vw, 15px);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-top: 12px;
}

/* Footer Styles */
footer .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #efefef87;
    color: #000000;
    padding: clamp(15px, 3vw, 20px) 15px 0;
    position: relative;
}
footer .content .custom-logo-link {
       width: 100px;
    z-index: 1;
    background: #fff;
    height: 100px;
    margin: 10px 0 20px;
    text-align: center;
    border-radius: 60px;
    padding: 15px;
    box-shadow: 0 0 0 5px #d7d7d76b;
    border: 10px solid #d1d1d1de;
}
footer .content .custom-logo-link img {
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
}
footer .content:before {
    content: "";
    background-image: url(inc/media/img/CONTOUR+LINES+LEFT.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    opacity:.2;
    width: 100%;
    filter: brightness(0.4);
    height: 100%;
}

footer .content .logo {
    font-size: clamp(24px, 6vw, 40px);
    text-align: center;
    width: clamp(60px, 15vw, 100px);
    height: auto;
    margin: 0 0 clamp(10px, 3vw, 20px);
    z-index: 1;
    border-radius: 25px;
}

footer .content p {
    text-align: center;
    width: 100%;
    z-index: 1;
    max-width: 500px;
    font-size: clamp(12px, 2.8vw, 14px);
    padding: 0 15px 15px;
}

footer .content .sm, footer .content .links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    z-index: 1;
}
footer .content .sm li {
    margin: clamp(8px, 2vw, 8px);
}

footer .content .links li {
    margin: 0 12px;
    margin-bottom: 10px;
}

footer .content .links li a, footer .content .sm li a {
    color: #000000;
    transition: 0.3s ease;
}

footer .content .sm li a {
    background: #fff;
    font-size: clamp(20px, 4vw, 25px);
    padding: clamp(6px, 1.5vw, 8px);
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #939393dd;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .content .sm li a:hover {
    color: #222;
}

footer .content .links li a:hover {
    opacity: 0.5;
}

footer .copyright {
    text-align: center;
    padding: clamp(15px, 3vw, 20px) 15px;
    background: #222;
    color: #ffff;
    width: 100%;
    border-top: 1px solid #000000;
    font-size: clamp(11px, 2.5vw, 13px);
}

/* Loading Animation */
.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Success Message */
.success-message {
    position: fixed;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: auto;
    background: #000;
    width: fit-content;
    color: #fff;
    padding: clamp(12px, 2.5vw, 16px) clamp(24px, 5vw, 32px);
    border-radius: 50px;
    font-weight: 400;
    transition: ease-in-out .5s all;
    z-index: 1000;
    font-size: clamp(12px, 2.8vw, 14px);
    max-width: 90%;
}

.success-message.show {
    opacity: 1;
    bottom: 30px;
}

/* Mobile Specific Adjustments */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }
.hero-content .hero-contents {
    font-size: 12px;
}
    .mobile-menu-toggle {
        display: flex;
    }

    .background-video-hero {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero {
        min-height: 400px;
        padding-left: 0;
        padding: 20px;
    }

    .hero-content {
        flex-direction: column;
        gap: 15px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .tabs-header {
        justify-content: flex-start;
    }

    .cart-section {
        gap: 15px;
    }
    .flex-bottom-add_change {
        flex-wrap: wrap;
    }
    .add-to-cart-btn,
    .change-region-btn {
        width: 100%;
        max-width: 100%;
    }
    .feature-item i {
        right: 0 !important;
        bottom: 10px !important;
        left: 100% !important;
        opacity: .3 !important;
    }
    .feature-item .feature-items {
        padding: 10px 55px 0 0 !important;
        text-align: right !important;
    }
   .header-content {
    justify-content: space-between;
    width: 95%;
    max-width: 100%;
    border-radius: 0 0 10px 10px !important;
    padding: 5px 16px 10px;
    align-items: center;
}
header {
    top: 0;
    padding: 0 0;
}
    .logo {
        justify-content: flex-start !important;
    }
}

@media (min-width: 769px) {
    .mobile-menu-toggle {
        display: none;
    }

    .sidebar-menu,
    .sidebar-overlay {
        display: none;
    }
}

@media (max-width: 400px) {
    .variants-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .region-options {
        flex-direction: column;
        gap: 10px;
    }

    .region-option {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .hero h1 {
        font-size: 1.3rem;
    }

    .variants-grid {
        gap: 6px;
    }

    .feature-item {
        padding: 12px;
    }
}


.woocommerce-store-notice, p.demo_store {
    position: fixed !important;
    bottom: 0 !important;
    margin: 15px auto !important;
    top: auto !important;
    width: 95% !important;
    border-radius: 10px !important;
    background-color: unset !important;
    background: linear-gradient(to bottom, #3b82f6 0%, #6366f1 100%) !important;
    padding: 14px !important;
}

.woocommerce-store-notice, p.demo_store a {
    padding:5px 10px;
}
@media screen and (max-width:780px) {
     p.demo_store a {
    width: 100%;
    display: block;
    background: #fff;
    color: #222;
    margin: 10px 0 0;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 400;
}
}


.enemad_certificated {
    z-index: 1;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-notice {
    padding: 10px 50px !important;
}
