/*
Theme Name: Ajmal Perfume
Theme URI: https://ajmalperfumes.com
Author: Ajmal Perfumes
Author URI: https://ajmalperfumes.com
Description: A luxury perfume WordPress theme with Arabic RTL support, featuring elegant design and modern aesthetics for Ajmal Perfumes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajmal-perfume
Tags: e-commerce, rtl-language-support, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Gambetta serif */
@font-face {
  font-family: 'Gambetta';
  src: url('../../../Reference/Fonts/Gambetta-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gambetta Variable';
  src: url('../../../Reference/Fonts/Gambetta-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Brandon Grotesque sans */
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../../../Reference/Fonts/BrandonGrotesque-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../../../Reference/Fonts/BrandonGrotesque-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('../../../Reference/Fonts/BrandonGrotesque-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    background: #352E2A;
    overscroll-behavior: none;

}
body {
    font-family: 'Brandon Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    /* background: #ffffff; */
    color: #121212;
    overflow-x: hidden;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* Remove WordPress Admin Bar Space */
html {
    margin-top: 0 !important;
    margin: 0;
    padding: 0;
}

#wpadminbar {
    display: none !important;
}

body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Header - Exact from Figma */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #352E2A;
    height: 158px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-logo {
    width: 59.94px;
    height: 111px;
    flex-shrink: 0;
}

.site-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.site-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.main-navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-menu {
    display: flex;
    gap: 56px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.3s;
    line-height: 20px;
    white-space: nowrap;
    font-family: 'Brandon Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-menu a:hover {
    color: #e5ac22;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-switcher .lang-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.3s;
    line-height: 20px;
    white-space: nowrap;
    font-family: 'Brandon Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.language-switcher .lang-link:hover,
.language-switcher .lang-link.active {
    color: #e5ac22;
}

.language-switcher .lang-divider {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0.5;
    margin: 0 4px;
}

.header-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0;
}

.header-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

.header-icons a:hover {
    transform: scale(1.1);
}

.header-icons svg {
    width: 20px;
    height: 20px;
}

/* Cart Icon with Counter */
.icon-cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #E5AC22;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-family: 'Montserrat', sans-serif;
}

/* Main Content Spacing */
.site-main {
    margin-top: 158px;
}

/* Hero Slider - Exact from Figma */
.hero-slider {
    position: relative;
    width: 100%;
    height: 998px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 998px;
    background: #1a1a1a;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Perfume Bottle - Left (Full Background) */
.perfume-bottle-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('https://www.figma.com/api/mcp/asset/66b9acee-f451-4bf7-a3f1-87ad636d731b');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Perfume Bottle - Right (Full Background) */
.perfume-bottle-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('https://www.figma.com/api/mcp/asset/d88ff713-d631-4f14-9103-6f5be854cc0b');
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Middle trapezoid background */
.hero-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 849px;
    height: 998px;
    background-image: url('https://www.figma.com/api/mcp/asset/d9b61f53-f61d-49cb-8e9e-ce101ca34541');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 849px;
    width: 100%;
    padding: 0 20px;
}

.hero-badge {
    position: absolute;
    top: -80px;
    left: -220px;
    width: 162.45px;
    height: 157.62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    font-style: italic;
    animation: rotate 20s linear infinite;
    background-image: url('https://www.figma.com/api/mcp/asset/e7baa190-8abf-4e29-86d8-4590838552d1');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hero-title {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: 90px;
    font-weight: 400;
    color: #FFDDC2;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-align: center;
}

.brand-name {
    font-weight: 700;
    display: block;
}

.hero-quote {
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.hero-author {
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
}

.btn-shop-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 50px;
    background: #D4A574;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    line-height: 1.2;
}

.btn-shop-now:hover {
    background: #C49563;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.4);
}

.btn-shop-now .arrow {
    font-size: 20px;
    transition: transform 0.3s;
}

.btn-shop-now:hover .arrow {
    transform: translateX(5px);
}

.hero-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 40px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: #ffffff;
    width: 10px;
}

/* Slick Slider Custom Styling */
.hero-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.hero-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.hero-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.hero-slider .slick-dots li.slick-active button {
    background: #ffffff;
}

.hero-slider .slick-dots li button:before {
    display: none;
}

/* Hide Slick Arrows */
.hero-slider .slick-prev,
.hero-slider .slick-next {
    display: none !important;
}

/* Text Section - Exact from Figma */
.text-section {
    width: 100%;
    padding: 60px 100px;
    text-align: center;
    background: #2a2a2a;
    margin: 0;
}

.text-section p {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.6;
    font-style: italic;
    font-weight: 400;
    margin: 0 auto;
    max-width: 1000px;
}

/* Remove Footer White Space */
.site-footer {
    display: none;
}

#page {
    margin: 0;
    padding: 0;
}

.site-main {
    /* margin-top: 88px; */
    margin-bottom: 0;
    padding-bottom: 0;
}


/* ========================================
   AGARWOOD PAGE STYLES
======================================== */

/* Agarwood Hero Section */
.agarwood-hero {
    width: 100%;
    padding: 120px 100px 80px;
    background: #352E2A;
    text-align: center;
}

.agarwood-title {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: 80px;
    font-weight: 400;
    color: #FFDDC2;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* .agarwood-description {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
} */


.section-title {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: 60px;
    font-weight: 400;
    color: #FFDDC2;
    text-align: center;
    margin-bottom: 60px;
}

/* Legacy slider styles - now using Swiper */
.agarwood-slider,
.agarwood-swiper {
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
}

/* Note: Swiper handles scrolling behavior via JavaScript */

.agarwood-slider::-webkit-scrollbar {
    height: 8px;
}

.agarwood-slider::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.agarwood-slider::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 10px;
}

/* Hide Add to Cart button by default */
.agarwood-card .btn-add-cart,
.product-card-large .btn-add-cart {
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all 0.3s;
}

/* Show Add to Cart button on hover */
.agarwood-card:hover .btn-add-cart,
.product-card-large:hover .btn-add-cart {
    opacity: 1;
    visibility: visible;
}

/* .agarwood-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
} */



.agarwood-card-title {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
}

.agarwood-meta {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
}

.meta-item {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-style: italic;
}

.btn-add-cart {
    padding: 12px 30px;
    background: #D4A574;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-add-cart:hover {
    background: #C49563;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.4);
}

/* Packed Section */
.packed-section {
    width: 100%;
    padding: 80px 100px 100px;
    background: #352E2A;
}

.packed-product {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.product-card-large {
    width: clamp(310px,21vw,400px);
    background: linear-gradient(220deg, #C69065 3.9%, #68411C 100.81%);
    border-radius: 18px;
    padding: 12px;
    text-align: center;
}

.product-image {
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-title {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}

.product-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
}

/* ========================================
   CART PAGE STYLES
======================================== */

.cart-page {
    width: 100%;
    min-height: 100vh;
    padding: 80px 100px 120px;
    background: #2B0E06;
}

.cart-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cart-title {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: clamp(30px,3.906vw,75px);
    font-weight: 400;
    color: #FFDDC2;
    text-align: center;
    margin-bottom: 50px;
}

.cart-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 60px 0;
    justify-items: center;
}

.cart-item {
    background: rgba(180, 135, 96, 0.6);
    border-radius: 18px;
    padding: 40px 30px;
    width: 100%;
    max-width: 415px;
    /* height: 481px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s;
    position: relative;
}

.cart-item:hover {
    transform: translateY(-10px);
}

.item-image {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /* aspect-ratio: 1 / 1; */
}

.item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;

}

.item-details {
    text-align: center;
    width: 100%;
}

.item-name {
    font-size:clamp(22px,2.292vw,44px);
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
}

.item-price,
.item-quantity,
.qty-btn,
.qty-value,
.item-total {
    display: none !important;
}

.item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.item-remove:hover {
    background: rgba(255, 107, 107, 0.8);
    transform: scale(1.1);
}

.cart-totals {
    display: none;
}

.total-row {
    display: none;
}

.cart-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 60px;
}

.btn-clear-cart {
    display: none;
}

.btn-checkout {
    /* padding: 24px 80px;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    background: #D4A574;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(212, 165, 116, 0.4); */
        /* width: clamp(214px,18.698vw, 359px); */
        width:max-content;
    max-width: 100%;
    padding: clamp(11px, 1.1vw, 18px) clamp(10px, 4vw, 30px);
    flex-shrink: 0;
    border-radius: 33.384px;
    border: 1.421px solid #BDBEC0;
    background: linear-gradient(270deg, #E3BC54 2.32%, #D1A22B 95.84%);
    color: #FFF;
    text-align: center;
    font-family: 'Brandon Grotesque';
    font-size: clamp(25px, 2.135vw, 41px);
    font-style: normal;
    font-weight: 400;
    line-height: 34.285px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s 
ease;
    margin: 0 auto;
    position: static;
    align-self: center;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}

.empty-cart-message {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin: 60px 0 40px;
    font-style: italic;
}

.btn-continue-shopping {
    display: inline-block;
    padding: 18px 50px;
    background: #D4A574;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    transition: all 0.3s;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.btn-continue-shopping:hover {
    background: #C49563;
    transform: translateY(-2px);
}

/* ========================================
   CHECKOUT FORM MODAL
======================================== */

.checkout-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.checkout-modal-content {
    background: linear-gradient(220deg, #C69065 3.9%, #68411C 100.81%);
    border-radius: 18px;
    padding: 40px;
    width: 100%;
    max-width: 736px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    max-width: 736px;
    max-height: 687px;
    height: 90%
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: #ffffff;
    font-size: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 2;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(90deg);
}

#checkout-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    width: 100%;
    position: relative;
    z-index: 1;
}

.form-group input {
    width: 100%;
    /* padding: 28px 38px; */
    padding: 38px 38px;
    background: #EEDCD1;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    color: #2B0E06;
}
.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active {
  /* force background */
    -webkit-box-shadow: 0 0 0 1000px #EEDCD1 inset !important;
background-color: #EEDCD1 !important;
}

.form-group input::placeholder {
    color: #300D05;
    opacity: 0.7;
}

.form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.3);
}

.form-logo {
    width: 100%;
    /* height: 240px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
}

.form-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    max-width: 670px;
}

.btn-submit {
    padding: 24px 60px;
    border: 1.421px solid #BDBEC0;
    background: linear-gradient(270deg, #E3BC54 2.32%, #D1A22B 95.84%);
    border-radius: 33.384px;
    font-size: clamp(20px, 1.8vw, 29px);
    width: clamp(200px, 12vw, 255px);
    max-width: 100%;
    padding: 12px clamp(10px, 1vw, 30px);
    height: 66.769px;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    /* color: #ffffff; */
    color: #7E3800;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    margin: 0 auto;
    /* box-shadow: 0 4px 20px rgba(212, 165, 116, 0.4); */
    /* position: relative; */
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-submit:hover {
    /* background: #C49563; */
   transform: translate(-50%, -3px);
    /* box-shadow: 0 6px 25px rgba(212, 165, 116, 0.6); */
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Success Message */
#success-message {
    text-align: center;
    padding: 40px 20px;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #ffffff;
    margin: 0 auto 30px;
    animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.success-title {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.success-text {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

/* ========================================
   SITE STYLE
======================================== */

@media (max-width: 768px) {
.form-group input{
        padding: 18px 20px;
}
.checkout-modal-content {
    max-height: 500px;
    padding: 20px;
}
}

/* ========================================
   DAHN AL OUD PAGE
======================================== */


/* ========================================
   MUBAKKAR PAGE
======================================== */

.mubakkar-page-wrapper { width: 100%; background: #352E2A; min-height: 100vh; }
.mubakkar-hero { width: 100%; background: #352E2A; display: flex; align-items: center; justify-content: center; padding: 80px 100px; text-align: center; }
.mubakkar-hero-content { max-width: 1406px; }
.mubakkar-title { font-family: 'Gambetta Variable', 'Georgia', serif; font-size: 75px; color: #FFDDC2; margin-bottom: 30px; font-weight: 400; }
.mubakkar-description { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 30.67px; line-height: 48.268px; color: #ffffff; font-style: italic; }
/* .mubakkar-section { width: 100%; background: #352E2A; padding: 60px 100px; }
.mubakkar-grid { display: flex; gap: 40px; max-width: 900px; margin: 0 auto; justify-content: center; flex-wrap: wrap; }
.mubakkar-card { background: rgba(180, 135, 96, 0.8); border-radius: 18px; padding: 0; width: 415px; height: 395px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s; overflow: hidden; position: relative; cursor: pointer; flex-shrink: 0; }
.mubakkar-card:hover { transform: translateY(-5px); }
.mubakkar-card:hover .btn-add-cart { opacity: 1; visibility: visible; }
.mubakkar-image { width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; padding: 20px; }
.mubakkar-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mubakkar-card-title { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 44px; color: #ffffff; text-align: center; margin: auto 0 30px 0; padding: 0 20px; font-weight: 500; font-style: italic; }
.mubakkar-card .btn-add-cart { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 3; background: #D4A574; color: #ffffff; border: none; padding: 12px 30px; border-radius: 50px; font-size: 16px; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; cursor: pointer; }
.mubakkar-card .btn-add-cart:hover { background: #C49563; } */

/* ========================================
   MUSK SERIES PAGE
======================================== */

/* .muskseries-page-wrapper { width: 100%; background: #352E2A; min-height: 100vh; }
.muskseries-hero { width: 100%; min-height: 400px; background: #352E2A; display: flex; align-items: center; justify-content: center; padding: 80px 100px; text-align: center; }
.muskseries-hero-content { max-width: 1406px; }
.muskseries-title { font-family: 'Gambetta Variable', 'Georgia', serif; font-size: 75px; color: #FFDDC2; margin-bottom: 30px; font-weight: 400; }
.muskseries-description { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 30.67px; line-height: 48.268px; color: #ffffff; font-style: italic; }
.muskseries-section { width: 100%; background: #352E2A; padding: 60px 100px; }
.muskseries-grid { display: flex; gap: 20px; max-width: 100%; margin: 0 auto; overflow-x: auto; padding-bottom: 20px; justify-content: flex-start; }
.muskseries-card { background: rgba(180, 135, 96, 0.8); border-radius: 18px; padding: 0; width: 415px; height: 395px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s; overflow: hidden; position: relative; cursor: pointer; flex-shrink: 0; }
.muskseries-card:hover { transform: translateY(-5px); }
.muskseries-card:hover .btn-add-cart { opacity: 1; visibility: visible; }
.muskseries-image { width: 100%; height: 300px; display: flex; align-items: center; justify-content: center; padding: 20px; }
.muskseries-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.muskseries-card-title { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 44px; color: #ffffff; text-align: center; margin: auto 0 30px 0; padding: 0 20px; font-weight: 500; font-style: italic; }
.muskseries-card .btn-add-cart { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 3; background: #D4A574; color: #ffffff; border: none; padding: 12px 30px; border-radius: 50px; font-size: 16px; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; cursor: pointer; }
.muskseries-card .btn-add-cart:hover { background: #C49563; } */

/* ========================================
   PERFUMES PAGE
======================================== */

.perfumes-page-wrapper { width: 100%; background: #352E2A; min-height: 100vh; }
.perfumes-hero { width: 100%;  background: #352E2A; display: flex; align-items: center; justify-content: center; padding: 80px 100px 40px; text-align: center; }
.perfumes-hero-content { max-width: 1406px; }
.perfumes-title { font-family: 'Gambetta Variable', 'Georgia', serif; font-size: 75px; color: #FFDDC2; margin-bottom: 0; font-weight: 400; }
.perfumes-section { width: 100%; background: #352E2A; padding: 60px 100px; }
.perfumes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1800px; margin: 0 auto; }
.perfume-card { background: rgba(180, 135, 96, 0.8); border-radius: 18px; padding: 20px; width: 100%; min-height: 300px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s; position: relative; cursor: pointer; }
.perfume-card:hover { transform: translateY(-5px); }
.perfume-card:hover .btn-add-cart { opacity: 1; visibility: visible; }
.perfume-image { width: 100%; height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.perfume-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.perfume-card-title { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 28px; color: #ffffff; text-align: center; margin: 10px 0 5px 0; font-weight: 500; font-style: italic; }
.perfume-subtitle { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 14px; color: #ffffff; text-align: center; margin: 0 0 15px 0; opacity: 0.9; }
.perfume-card .btn-add-cart { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 3; background: #D4A574; color: #ffffff; border: none; padding: 10px 25px; border-radius: 50px; font-size: 14px; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; cursor: pointer; }
.perfume-card .btn-add-cart:hover { background: #C49563; }

/* Mobile Menu Toggle */
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 5px; z-index: 1001; }
.mobile-menu-toggle span { display: block; width: 23px; height: 3px; background: white; border-radius: 2.5px; transition: all 0.3s; }
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

/* ========================================
   DESKTOP HOMEPAGE
======================================== */
.desktop-hero { position: relative; width: 100%; height: 998px; margin-top: 158px; overflow: hidden; background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%); }
.hero-background { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 849px; height: 998px; z-index: 1; }
.hero-bg-image { width: 100%; height: 100%; object-fit: cover; }
.perfume-bottle-left { position: absolute; left: 0; top: 0; width: 805px; height: 1012px; z-index: 2; }
.perfume-bottle-left img { width: 100%; height: 100%; object-fit: contain; }
.perfume-bottle-right { position: absolute; right: 0; top: 0; width: 805px; height: 1012px; z-index: 2; }
.perfume-bottle-right img { width: 100%; height: 100%; object-fit: contain; }
.hero-badge { position: absolute; left: 323px; top: 51px; width: 162px; height: 158px; z-index: 4; }
.hero-badge img { width: 100%; height: 100%; object-fit: contain; }
.hero-content { position: absolute; top: 171px; left: 50%; transform: translateX(-50%); width: 849px; text-align: center; z-index: 3; }
.hero-title { font-family: 'Gambetta Variable', 'Georgia', serif; font-size: 120px; line-height: 139px; color: #FFDDC2; margin-bottom: 30px; font-weight: 400; }
.hero-title .brand-name { font-weight: 700; }
.hero-quote { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 29px; font-style: italic; color: white; margin: 0 auto 30px; max-width: 560px; line-height: 1.4; }
.hero-author { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 29px; font-weight: 500; font-style: italic; color: white; margin-bottom: 40px; }
.btn-shop-now { display: inline-flex; align-items: center; gap: 15px; padding: 22px 60px; background: transparent; border: 2px solid #BDBEC0; border-radius: 47px; color: white; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 41.67px; text-decoration: none; transition: all 0.3s; }
.btn-shop-now:hover { background: rgba(255,255,255,0.1); border-color: white; }
.slider-dots { position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 10; }
.slider-dots .dot { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.slider-dots .dot.active { background: white; }

/* ========================================
   MOBILE HOMEPAGE
======================================== */
.mobile-hero { display: none; position: relative; width: 100%; height: 476px; margin-top: 78px; overflow: hidden; }
.mobile-hero-image { width: 100%; height: 100%; }
.mobile-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.mobile-slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.mobile-slider-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.mobile-slider-dots .dot.active { background: white; width: 12px; height: 12px; }

.mobile-hero-content { display: none; background: linear-gradient(180deg, #68411C 0%, #C69065 100%); padding: 40px 28px; }
.mobile-content-wrapper { max-width: 375px; margin: 0 auto; }
.mobile-title { font-family: 'Gambetta Variable', 'Georgia', serif; font-size: 35px; color: #FFDDC2; margin-bottom: 20px; font-weight: 400; line-height: 1.2; }
.mobile-title strong { font-weight: 700; }
.mobile-quote { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 18px; font-style: italic; color: white; margin-bottom: 15px; line-height: 1.4; }
.mobile-author { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; font-style: italic; color: white; margin-bottom: 30px; }
.mobile-btn-shop { display: inline-flex; align-items: center; gap: 10px; padding: 14px 35px; background: transparent; border: 1px solid #BDBEC0; border-radius: 26px; color: white; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 22px; text-decoration: none; transition: all 0.3s; }
.mobile-btn-shop:hover { background: rgba(255,255,255,0.1); }

/* ========================================
  HOMEPAGE HERO SLIDER SECTION
======================================== */
.hero-slider-section {
    width: 100%;
    background: #352E2A;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

/* Desktop Hero Slider */
.desktop-hero-slider {
    display: block;
}

.mobile-hero-slider {
    display: none;
}

.hero-main-swiper {
    width: 100%;
    height: auto;
    position: relative;
    border: none;
    outline: none;
    display: flex;
    line-height: 0;
}

.hero-main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    border: none;
    outline: none;
}

.hero-main-swiper .swiper-wrapper {
    border: none;
    outline: none;
}

.hero-main-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border: none;
}

/* Slide Content Overlay */
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    max-width: 630px;
    /* width: 90%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Rotating Badge */
.hero-main-swiper .swiper-slide .rotating-badge {
    position: absolute;
    top: max(-84px, -11%);
    left: -28%;
    width: 8.461vw;
    height: 8.461vw;
    animation: rotate 10s linear infinite;
    max-width: 162.45px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.slide-heading {
    font-family: 'Gambetta Variable', serif;
    font-weight: 400;
    color: #FFDDC2;
    margin-bottom: 46px;
text-align: center;
font-size: 120px;
line-height:  115.833%;
}

.slide-heading .brand-highlight {
    font-weight: 700;
    color: #FFDDC2;
}

.slide-subtitle {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: clamp(16px, 1.5vw, 20px);
    font-style: italic;
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 29px;
    font-weight: 300;
    -webkit-text-stroke-width: 0.1px;
}

.slide-author {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: clamp(18px, 1.51vw, 29px);
    font-weight: 500;
    font-style: italic;
    color: #FFF;
    margin-bottom: 66px;
    line-height: normal;
}

.slide-btn-shop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 22px 67px;
    background: linear-gradient(270deg, #E3BC54 2.32%, #D1A22B 95.84%);
    border: 1px solid #BDBEC0;
    border-radius: 47px;
    color: white;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: clamp(22.803px, 2.17vw, 41.67px);
    text-decoration: none;
    transition: all 0.3s;
    line-height: 115.833%;
}

.slide-btn-shop:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}

/* Desktop Pagination */
.hero-pagination {
    position: absolute;
    bottom: 30px !important;
    text-align: center;
    border: none;
    outline: none;
}

.hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFDDC2;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {

}
/* Mobile Hero Slider */
.mobile-hero-swiper {
    width: 100%;
}

.mobile-hero-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
}

.mobile-slide-image {
    position: relative;
    width: 100%;
}

.mobile-slide-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile Pagination Over Image Area */
.mobile-hero-swiper {
    position: relative;
}



.mobile-hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFDDC2;
    opacity: 1;
    margin: 0 6px;
}

.mobile-hero-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
}

/* Mobile Slide Content Below Image */
.mobile-slide-content {
    background: linear-gradient(180deg, #68411C 0%, #C69065 100%);
    padding: 40px 28px;
    text-align: center;
}

.mobile-slide-heading {
    font-family: 'Gambetta Variable', 'Georgia', serif;
    font-size: 35px;
    color: #FFDDC2;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.mobile-slide-heading strong {
    font-weight: 700;
}

.mobile-slide-subtitle {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: white;
    margin-bottom: 15px;
    line-height: 1.4;
}

.mobile-slide-author {
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: white;
    margin-bottom: 30px;
}

.mobile-slide-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    border: 1px solid #BDBEC0;
    border-radius: 26px;
    color: white;
    font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s;
    background: linear-gradient(270deg, #E3BC54 2.32%, #D1A22B 95.84%);
}

.mobile-slide-btn:hover {
    background: rgba(255,255,255,0.1);
}
@media (max-width: 1920px) {
    .slide-heading{
        font-size:clamp(35px, 6.25vw, 120px);
    }
    .slide-subtitle{
        font-size:clamp(14px, 1.51vw, 29px);
        max-width:660px;
        width: 30.167vw;
    }

}
/* Mobile Hero Slider - Show only on 430px and below */
@media (max-width: 768px) {
    .mobile-slide-content{
        text-align: left;
    }
    /* Toggle Hero Sliders */
    .desktop-hero-slider {
        display: none !important;
    }

    .mobile-hero-slider {
        display: block !important;
    }

    .mobile-hero-pagination .swiper-pagination-bullet {
        width: 8.6px;
        height: 8.6px;
    }
     .mobile-hero-pagination.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        position: absolute;
        bottom: auto !important;
        top: calc(50% - -38px); /* Adjust based on your image height */
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 10;
        width: 100%;
    }
}
@media (max-width: 420px) {
    .mobile-hero-pagination.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: calc(50% - 25px);
    }
}
@media (max-width: 350px) {
    .mobile-hero-pagination.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        top: calc(50% - 43px);
    }
}
/* ========================================
   HOMEPAGE TEXT SECTION
======================================== */
.homepage-text-section { background: #352E2A; padding: 80px 100px; }
.homepage-text-section p { font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 41.67px; font-style: italic; color: white; line-height: 48.268px;     line-height: 115.833%; max-width: 1224px; margin: 0 auto; text-align: center;     width: 42%;
    max-width: 722px;
    min-width: 580px; }

/* Responsive Design */
@media (max-width: 1110px) {
    .site-header { padding: 0 20px; height: 78px; }
    .site-logo { width: 40px; height:60px; }
    .site-main { margin-top: 78px; }
    .main-navigation { display: none; position: fixed; top: 78px; left: 0; right: 0; background: #352E2A; padding: 20px; z-index: 999; transform: translateY(-100%); transition: transform 0.3s; }
    .main-navigation.active { display: block; transform: translateY(0); }
    .nav-menu { flex-direction: column; gap: 20px; }
    .mobile-menu-toggle { display: flex; }
    /* .header-icons { display: none; } */

    /* Mobile cart icon next to hamburger */
    .mobile-cart-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 16px;
    }

    .mobile-cart-icon svg {
        width: 20px;
        height: 20px;
    }

    /* Desktop homepage hidden, mobile hero visible */
    .desktop-hero { display: none; }
    .desktop-hero-slider { display: none; }
    .mobile-hero-slider { display: block; }
    .mobile-hero { display: block; }
    .mobile-hero-content { display: block; }
    
    /* Mobile Text Section */
    .homepage-text-section { padding: 50px 28px; }
    .homepage-text-section p { font-size: 20px; line-height: 1.4; max-width: 375px; margin: unset;
        text-align: left;
    width: 100%;
    max-width: unset;
    min-width:unset;
    }

    
    /* Cart Page */
    .cart-page { padding: 40px 20px; }
    .cart-item { flex-direction: column; text-align: center; }
    .cart-actions { flex-direction: column; }

}

/* ========================================
   CART DRAWER
======================================== */
/* Cart drawer RTL behavior for Arabic */
body.lang-ar .cart-drawer {
    right: auto;
    left: 0;
}

body.lang-ar .cart-drawer-content {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    box-shadow: 2px 0 10px rgba(0,0,0,0.1); /* mirror shadow to left */
}

body.lang-ar .cart-drawer.active .cart-drawer-content {
    transform: translateX(0);
}
.cart-drawer { position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 9999; pointer-events: none; }
.cart-drawer.active { pointer-events: all; }
.cart-drawer-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s; }
.cart-drawer.active .cart-drawer-overlay { opacity: 1; }
.cart-drawer-content { position: absolute; top: 0; right: 0; width: 400px; max-width: 90%; height: 100%; background: white; transform: translateX(100%); transition: transform 0.3s; display: flex; flex-direction: column; box-shadow: -2px 0 10px rgba(0,0,0,0.1); }
.cart-drawer.active .cart-drawer-content { transform: translateX(0); }

.cart-drawer-header { padding: 20px; border-bottom: 1px solid #e0e0e0; display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-header h3 { margin: 0; font-size: 20px; color: #333; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; }
.cart-drawer-close { background: none; border: none; cursor: pointer; padding: 5px; color: #666; transition: color 0.3s; }
.cart-drawer-close:hover { color: #D4A574; }

.cart-drawer-items { flex: 1; overflow-y: auto; padding: 20px; }
.drawer-cart-item { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid #f0f0f0; }
.drawer-cart-item:last-child { border-bottom: none; }
.drawer-item-image { width: 80px; height: 80px; flex-shrink: 0; }
.drawer-item-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.drawer-item-details { flex: 1; }
.drawer-item-name { font-size: 16px; font-weight: 500; color: #333; margin-bottom: 5px; }
.drawer-item-price { font-size: 14px; color: #D4A574; margin-bottom: 8px; }
.drawer-item-quantity { display: flex; align-items: center; gap: 10px; }
.drawer-qty-btn { width: 28px; height: 28px; border: 1px solid #ddd; background: white; cursor: pointer; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.drawer-qty-btn:hover { background: #D4A574; color: white; border-color: #D4A574; }
.drawer-qty-value { min-width: 30px; text-align: center; font-size: 14px; }
.drawer-item-remove { background: none; border: none; color: #dc3545; cursor: pointer; font-size: 12px; margin-top: 5px; padding: 0; text-decoration: underline; }
.drawer-item-remove:hover { color: #c82333; }

.cart-drawer-footer { padding: 20px; border-top: 1px solid #e0e0e0; background: #f9f9f9; }
.cart-drawer-total { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 600; margin-bottom: 15px; color: #333; }
.cart-drawer-total span:last-child { color: #D4A574; }
.btn-view-cart { display: block; width: 100%; padding: 14px; background: #D4A574; color: white; text-align: center; text-decoration: none; border-radius: 5px; margin-bottom: 10px; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 16px; transition: background 0.3s; }
.btn-view-cart:hover { background: #C49563; }
.btn-continue-shopping { width: 100%; padding: 14px; background: white; color: #333; border: 1px solid #ddd; border-radius: 5px; cursor: pointer; font-family: 'Brandon Grotesque', 'Montserrat', sans-serif; font-size: 16px; transition: all 0.3s; }
.btn-continue-shopping:hover { background: #f5f5f5; }
.cart-page .btn-continue-shopping { width: fit-content; font-size: 20px; font-weight: bold; }
.cart-page .btn-continue-shopping:hover { background: #C49563; color: white;}

.drawer-empty-cart { text-align: center; padding: 40px 20px; color: #999; }
.drawer-empty-cart svg { width: 80px; height: 80px; margin-bottom: 20px; opacity: 0.3; }
.drawer-empty-cart p { font-size: 16px; }


.agarwood-page .packed-product {
    margin-top: 34px;
}


@media screen and (max-width: 1920px) and (min-width: 1111px) {
.nav-menu a{
    font-size: 0.938vw;

}
.site-header{
        padding: 0 5.208vw;
}
.homepage-text-section p{
    font-size:  clamp(20px,1.2vw,41.67px);
}
}


@media (max-width: 768px){
    .cart-items {
    grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
    gap: 10px;

}
.cart-item{
    padding: 20px 10px;
}
}

/* RTL overrides for Arabic (lang=ar) */

body.lang-ar,
body.lang-rtl {
    direction: rtl;
    unicode-bidi: embed;
}

/* Header: flip general direction but keep logo left, cart right if you prefer */
body.lang-ar .site-header {
    direction: rtl;
}

/* Nav menu text alignment and order */
body.lang-ar .main-navigation {
    direction: rtl;
}

body.lang-ar .nav-menu {
    direction: rtl;
}

body.lang-ar .nav-menu li {
    /* mirror spacing if needed */
    margin-left: 0;
    margin-right: 56px;
}

/* Language switcher in header-right */
body.lang-ar .header-right {
    direction: ltr;          /* keep EN | AR + cart in normal order */
}

body.lang-ar .language-switcher {
    direction: ltr;
}

/* Basic body text alignment (optional for now) */
body.lang-ar .homepage-text-section,
body.lang-ar .hero-slider-section,
body.lang-ar .slide-content {
    text-align: right;
}
/* Mobile-specific Agarwood hero alignment for Arabic */
@media (max-width: 768px) {
    body.lang-ar .agarwood-hero-content,
    body.lang-ar .mukhallat-hero-content,
    body.lang-ar .mukhallat-title,
    body.lang-ar .mukhallat-description,
    body.lang-ar .dahnaloud-title,
    body.lang-ar p.dahnaloud-description
      {
        text-align: right;
    }

    body.lang-ar .agarwood-title,
    body.lang-ar .agarwood-description {
        text-align: right;
    }
}
/* Keep form inputs and placeholders in LTR */
body.lang-ar input,
body.lang-ar input::placeholder,
body.lang-ar textarea,
body.lang-ar textarea::placeholder {
    direction: ltr;
    text-align: left;
}
/* Reduce spacing for smaller screens */
@media (max-width: 1399px) {
    body.lang-ar .nav-menu li {
        margin-right: 30px;
    }
}

/* Base Agarwood page wrapper (optional, extend as needed) */
 .page-template-page-agarwood .agarwood-page {
	 background-color: #352e2a;
	 color: #fff8e8;
	 font-family: 'Brandon Grotesque';
}
 .page-template-page-agarwood .agarwood-hero {
	 padding: 120px 100px 0px;
	 text-align: center;
}
 .page-template-page-agarwood .agarwood-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 100%;
	 margin: 0 0 27px;
}
 .page-template-page-agarwood .agarwood-description {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(15px, 1.5vw, 30.67px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 157.379%;
	 width: 1406px;
	 max-width: 85%;
	/* max-width: 100%;
	 */
	 margin: 0 auto;
}
 .page-template-page-agarwood .section-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 30px;
}
 .page-template-page-agarwood .agarwood-card-title, .page-template-page-agarwood .product-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	/* Figma: "HvDTrial Brandon Grotesque" */
	 font-size: clamp(14px, 2.2vw, 44px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: 120%;
}
 .page-template-page-agarwood .card-wrapper {
	 flex: 0 0 340px;
	 background: transparent;
	 position: relative;
}
 .page-template-page-agarwood .country-origin-section {
	 width: 100%;
	 padding: 80px 15px 0;
	 background: #352e2a;
}
 .page-template-page-agarwood .agarwood-card {
	 width: 100%;
	 min-width: calc(184px + (415px - 184px) * ((100vw - 430px) / (1920px - 430px)));
	 min-height: calc(174.52px + (350px - 174.52px) * ((100vw - 430px) / (1920px - 430px)));
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	 padding: 23px 30px;
	 text-align: center;
	 transition: all 0.5s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 cursor: pointer;
}
 .page-template-page-agarwood .agarwood-card.active {
	 height: 100%;
	 min-height: calc(255px + (577px - 255px) * ((100vw - 430px) / (1920px - 430px)));
}
 .page-template-page-agarwood .agarwood-card-title {
	 min-height: 60px;
	 margin: 0 !important;
	 display: block;
	 width: 100%;
	 letter-spacing: -1px;
	 font-size: calc(19.44px + (44px - 19.44px) * ((100vw - 430px) / (1920px - 430px)));
}
 .page-template-page-agarwood .meta-item {
	 font-family: 'Brandon Grotesque';
	 font-weight: 400;
	 font-size: 18px;
	 line-height: 140%;
	 color: #fff;
	 font-style: italic;
	 display: inline-flex;
	 align-items: center;
	 gap: 8px;
	 flex-direction: column;
}
 .page-template-page-agarwood .meta-icon {
	 width: 55px;
	 height: 37px;
	 object-fit: contain;
}
 .page-template-page-agarwood .agarwood-meta {
	 display: none;
	 transition: all 0.3s ease;
}
 .page-template-page-agarwood .agarwood-card.active .agarwood-meta {
	 display: flex;
	 margin-top: 7px;
	 margin-bottom: 11px;
}
 .page-template-page-agarwood .agarwood-card .btn-add-cart {
	 display: none;
}
 .page-template-page-agarwood .agarwood-card.active .btn-add-cart {
	 display: inline-flex;
}
 .page-template-page-agarwood .product-meta {
	 display: flex;
	 justify-content: space-around;
}
 .page-template-page-agarwood .product-card-large .btn-add-cart {
	 opacity: 1 !important;
	 visibility: visible !important;
}
 .page-template-page-agarwood .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 padding: 12px clamp(10px, 1vw, 30px);
	 height: 66.769px;
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 align-self: center;
}
 .page-template-page-agarwood .btn-add-cart:hover {
	 transform: translateY(-2px);
	/* box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
	 */
}
 .page-template-page-agarwood .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 .page-template-page-agarwood .agarwood-swiper {
	 width: 100%;
	 padding: 0 clamp(0px, 3.3vw, 60px) 60px;
	 position: relative;
	 min-height: calc(255px + (577px - 255px) * ((100vw - 430px) / (1920px - 430px)));
}
 .page-template-page-agarwood .agarwood-swiper .swiper-wrapper {
	 display: flex;
}
 .page-template-page-agarwood .agarwood-image {
	 min-width: calc(125px + (284px - 125px) * ((100vw - 430px) / (1920px - 430px)));
	 min-height: calc(134px + (306px - 134px) * ((100vw - 430px) / (1920px - 430px)));
	 max-width: calc(125px + (284px - 125px) * ((100vw - 430px) / (1920px - 430px)));
	 max-height: calc(134px + (306px - 134px) * ((100vw - 430px) / (1920px - 430px)));
	 margin: 0 auto 15px;
	 border-radius: 50%;
	 overflow: hidden;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .page-template-page-agarwood .agarwood-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 50%;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-agarwood .agarwood-swiper .swiper-slide {
		 width: auto !important;
	}
}
 .page-template-page-agarwood .swiper-button-next, .page-template-page-agarwood .swiper-button-prev, .page-template-page-agarwood .swiper-pagination {
	 display: none !important;
}
 .page-template-page-agarwood .agarwood-hero {
	 padding: 46px 50px 0px;
	 width: 100%;
	 max-width: 1406px;
	 margin: 0 auto;
}
 .page-template-page-agarwood .country-origin-section {
	 width: 100%;
	 padding: 112px 15px 0;
	 background: #352e2a;
}
 .page-template-page-agarwood .country-origin-section .section-title {
	 line-height: 100%;
	 margin: 0 0 36px;
}
 .page-template-page-agarwood .packed-section {
	 padding: 6px 100px 100px;
}
 @media screen and (max-width: 768px) {
	 .page-template-page-agarwood {
		/* Hero section */
		/* Mobile: CSS Grid instead of Swiper */
		/* Card wrapper - no height for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - shown on active card on mobile */
		/* Meta info - shown on active card on mobile */
		/* Image */
		/* Title */
		/* Packed section */
	}
	 .page-template-page-agarwood .agarwood-hero {
		 padding: 30px 20px 20px;
	}
	 .page-template-page-agarwood .agarwood-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 20px;
		 text-align: left;
	}
	 .page-template-page-agarwood .agarwood-description {
		 font-size: clamp(14px, 4vw, 18px);
		 max-width: 95%;
		 padding: 0;
		 text-align: left;
		 margin: 0;
	}
	 .page-template-page-agarwood .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
		 text-align: left;
	}
	 .page-template-page-agarwood .country-origin-section {
		 padding: 20px 15px 0;
	}
	 .page-template-page-agarwood .agarwood-swiper {
		 padding: 0 0px 30px !important;
	}
	 .page-template-page-agarwood .swiper-wrapper {
		 display: grid !important;
		 grid-template-columns: repeat(2, 1fr);
		 gap: 15px;
		 transform: none !important;
	}
	 .page-template-page-agarwood .swiper-slide {
		 height: auto;
		 width: 100% !important;
		 margin: 0 !important;
	}
	 .page-template-page-agarwood .card-wrapper {
		 flex: 1 1 auto;
		 width: 100%;
		 height: auto !important;
		 min-height: auto !important;
	}
	 .page-template-page-agarwood .agarwood-card {
		 padding: 15px;
		 border-radius: 12px;
		 align-items: center;
		 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
		 display: flex;
		 flex-direction: column;
		 height: auto !important;
	}
	 .page-template-page-agarwood .agarwood-card .btn-add-cart {
		 display: none;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-agarwood .agarwood-card.active .btn-add-cart {
		 display: inline-flex !important;
	}
	 .page-template-page-agarwood .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
	 .page-template-page-agarwood .agarwood-meta {
		 display: none;
		 flex-direction: row;
		 justify-content: center;
		 align-items: center;
		 gap: 8px;
		 margin: 0 0 10px;
	}
	 .page-template-page-agarwood .agarwood-card.active .agarwood-meta {
		 display: flex !important;
	}
	 .page-template-page-agarwood .meta-item {
		 font-size: 11px;
		 gap: 4px;
		 flex-direction: column;
		 align-items: center;
	}
	 .page-template-page-agarwood .meta-icon {
		 width: 20px;
		 height: 20px;
	}
	 .page-template-page-agarwood .agarwood-image {
		 margin: 0 10px !important;
	}
	 .page-template-page-agarwood .agarwood-card-title {
		 min-height: auto;
		 margin: 0;
		 line-height: 1.3;
		 font-weight: 500;
	}
	 .page-template-page-agarwood .packed-section {
		 padding: 40px 20px;
	}
	 .page-template-page-agarwood .agarwood-page .packed-section {
		 padding: 30px 20px;
	}
	 .page-template-page-agarwood .packed-product {
		 padding: 0 0px;
		 display: grid;
		 grid-template-columns: repeat(2, 1fr);
		 gap: 15px;
	}
	 .page-template-page-agarwood .product-card-large {
		 max-width: 100%;
		 padding: 16px;
		 width: unset;
	}
	 .page-template-page-agarwood .product-card-large .btn-add-cart {
		 width: 100%;
		 max-width: 220px;
		 font-size: 20px !important;
		 line-height: 24px !important;
		 height: 55px !important;
	}
	 .page-template-page-agarwood .product-image {
		 width: 100%;
		 height: auto;
		 margin-bottom: 17px;
		 border-radius: 12px;
		 overflow: hidden;
		 aspect-ratio: 1;
	}
	 .page-template-page-agarwood .product-image img {
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
		 border-radius: 12px;
	}
	 .page-template-page-agarwood .product-title {
		 font-size: clamp(22px, 5.5vw, 32px) !important;
		 margin: 20px 0 15px;
	}
	 .page-template-page-agarwood .product-meta {
		 display: flex !important;
		 flex-direction: row;
		 justify-content: center;
		 gap: 18px;
		 margin-bottom: 20px;
	}
	 .page-template-page-agarwood .product-meta .meta-item {
		 font-size: 14px;
	}
	 .page-template-page-agarwood .product-meta .meta-icon {
		 width: 28px;
		 height: 28px;
	}
	 .page-template-page-agarwood .agarwood-page .packed-product {
		 margin-top: 24px;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-agarwood .agarwood-slider {
		 gap: 12px;
		 padding: 0 15px;
	}
	 .page-template-page-agarwood .card-wrapper {
		 min-height: 280px;
	}
	 .page-template-page-agarwood .agarwood-card {
		 padding: 10px;
		 min-width: unset;
	}
	 .page-template-page-agarwood .agarwood-image {
		 margin-bottom: 12px;
		 min-width: unset;
	}
	 .page-template-page-agarwood .meta-item {
		 font-size: 11px;
		 gap: 4px;
	}
	 .page-template-page-agarwood .meta-icon {
		 width: 24px;
		 height: 16px;
	}
	 .page-template-page-agarwood .btn-add-cart {
		 font-size: 12px !important;
		 height: 28px !important;
		 max-width: 160px !important;
	}
	 .page-template-page-agarwood .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
	 .page-template-page-agarwood .product-meta {
		 gap: 12px;
	}
	 .page-template-page-agarwood .product-meta .meta-item {
		 font-size: 12px;
	}
	 .page-template-page-agarwood .product-meta .meta-icon {
		 width: 24px;
		 height: 24px;
	}
	 .page-template-page-agarwood .product-card-large .btn-add-cart {
		 font-size: 18px !important;
		 height: 50px !important;
	}
	 .page-template-page-agarwood .country-origin-section .section-title {
		 display: none;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-agarwood {
		/* Swiper handles single column via JS breakpoints */
		/* Packed section single column */
	}
	 .page-template-page-agarwood .agarwood-swiper {
		 padding: 0 20px 50px;
	}
	 .page-template-page-agarwood .card-wrapper {
		 min-height: 300px;
		 max-width: 280px;
		 margin: 0 auto;
	}
	 .page-template-page-agarwood .agarwood-card {
		 padding: 20px;
	}
	 .page-template-page-agarwood .agarwood-meta {
		 gap: 15px;
	}
	 .page-template-page-agarwood .meta-item {
		 font-size: 12px;
	}
	 .page-template-page-agarwood .meta-icon {
		 width: 22px;
		 height: 22px;
	}
	 .page-template-page-agarwood .btn-add-cart {
		 max-width: 200px !important;
		 height: 45px !important;
		 font-size: 15px !important;
	}
	 .page-template-page-agarwood .btn-add-cart svg {
		 width: 22px;
		 height: 11px;
	}
	 .page-template-page-agarwood .product-card-large {
		 max-width: 280px;
		 margin: 0 auto;
	}
	 .page-template-page-agarwood .product-card-large .btn-add-cart {
		 font-size: 19px !important;
		 height: 52px !important;
		 max-width: 200px;
	}
}
 
/* ======================================== DAHN AL OUD PAGE STYLES ======================================== */
/* Hero Section */
 .page-template-page-dahnaloud {
	/* Section Styles */
	/* Card Wrapper - contains image overflow */
	/* Card Styles */
	/* Loose card wrapper - reduced padding */
	/* .loose-swiper .card-wrapper {
		 padding-top: 150px;
	}
	 */
	/* Loose card image - less negative margin */
	/* .loose-card .dahnaloud-image {
		 margin: -150px auto 0;
	}
	 */
	/* Add to Cart Button - Match Agarwood page styling */
	/* Show button on active card */
	/* ======================================== SWIPER SLIDER STYLES ======================================== */
	/* Swiper container */
	/* Only apply grid/centering when dahnaloud-grid class is present */
	/* Desktop: fixed width slides for horizontal scroll */
	/* Hide Swiper navigation and pagination */
	/* Grid fallback when slider is disabled */
	/* When Swiper is not initialized, ensure proper grid display */
	/* .dahnaloud-swiper.dahnaloud-grid .swiper-slide {
		 width: 100% !important;
		 max-width: 340px;
		 margin: 0 auto;
	}
	 */
	/* ======================================== MOBILE RESPONSIVE STYLES ======================================== */
	/* // my css code // */
	/* Extra small mobile devices */
	/* Very small mobile devices - Single column layout */
}
 .page-template-page-dahnaloud .dahnaloud-hero {
	 width: 100%;
	 padding: 80px 100px 0px;
	 background: #352e2a;
	 text-align: center;
}
 .page-template-page-dahnaloud .dahnaloud-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 30px;
}
 .page-template-page-dahnaloud .dahnaloud-description {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(15px, 1.5vw, 30.67px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 157.379%;
	 width: 1406px;
	 max-width: 85%;
	 margin: 0 auto;
}
 .page-template-page-dahnaloud .dahnaloud-section {
	 width: 100%;
	 padding: 60px 15px 20px;
	 background: #352e2a;
}
 .page-template-page-dahnaloud .section-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 60px;
}
 .page-template-page-dahnaloud .card-wrapper {
	 width: 100%;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding-top: 200px;
}
 .page-template-page-dahnaloud .dahnaloud-card {
	 width: 100%;
	/* min-height: 280px;
	 */
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	/* padding: 20px;
	 */
	 padding-top: 20px;
	 padding-bottom: 20px;
	 text-align: center;
	 transition: all 0.3s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 cursor: pointer;
	 overflow: visible;
}
 .page-template-page-dahnaloud .dahnaloud-card:hover {
	 background: linear-gradient(220deg, #d4a076 3.9%, #75482d 100.81%);
}
 .page-template-page-dahnaloud .dahnaloud-card-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(14px, 2.2vw, 44px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: 120%;
	 min-height: auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 10px 0;
}
 .page-template-page-dahnaloud .dahnaloud-card .dahnaloud-image {
	 width: 100%;
	/* height: clamp(300px, 20vw, 404px);
	 */
	 margin: -26% auto 0;
	 border-radius: 0;
	 overflow: visible;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 10;
	 flex-shrink: 0;
	 aspect-ratio: 1;
}
 .page-template-page-dahnaloud .dahnaloud-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
	 border-radius: 0;
	 filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
 .page-template-page-dahnaloud .dahnaloud-card .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 max-width: 100%;
	 padding: 12px clamp(10px, 1vw, 30px);
	 height: 66.769px;
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: none;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 margin: 10px auto 0;
	 position: static;
	 align-self: center;
}
 .page-template-page-dahnaloud .dahnaloud-card.active .btn-add-cart {
	 display: inline-flex;
}
 .page-template-page-dahnaloud .dahnaloud-card .btn-add-cart:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}
 .page-template-page-dahnaloud .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 .page-template-page-dahnaloud .dahnaloud-swiper {
	 width: 100%;
	 padding: 20px 60px 60px;
	 position: relative;
}
 .page-template-page-dahnaloud .dahnaloud-swiper .swiper-wrapper {
	 display: flex;
}
 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-wrapper {
	 gap: 30px;
	 justify-content: center;
	 flex-wrap: wrap;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-dahnaloud {
		/* width: 340px !important;
		 */
	}
	 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-slide {
		 flex-shrink: 0;
	}
	 .page-template-page-dahnaloud .card-wrapper {
		 width: 100%;
		 height: 577px;
	}
}
 .page-template-page-dahnaloud .swiper-button-next, .page-template-page-dahnaloud .swiper-button-prev, .page-template-page-dahnaloud .swiper-pagination {
	 display: none !important;
}
 .page-template-page-dahnaloud .dahnaloud-grid {
	 /* display: grid; */
	 grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
	 gap: 30px;
	 justify-content: center;
	 padding: 20px 60px 0;
}
 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-wrapper {
	/* display: grid !important;
	 grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
	 */
	 gap: 30px;
	 justify-content: center;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-dahnaloud {
		/*  .dahnaloud-hero + .dahnaloud-section .dahnaloud-swiper.dahnaloud-grid .swiper-slide {
			 max-width: none;
			 width: auto !important;
		}
		 */
	}
	 .page-template-page-dahnaloud  .section-title {
		 margin-bottom: 0;
	}
	 .page-template-page-dahnaloud  .card-wrapper {
		 padding: 0;
		 height: auto;
	}
	 .page-template-page-dahnaloud  .dahnaloud-section .dahnaloud-swiper {
		 padding: 7rem 15px 0;
	}
	 .page-template-page-dahnaloud  .dahnaloud-hero + .dahnaloud-section .dahnaloud-swiper {
		/* max-width: 1320px;
		 */
		 padding: 7rem 15px 0;
		 margin: 0 auto;
	}
	 .page-template-page-dahnaloud  .dahnaloud-hero + .dahnaloud-section .dahnaloud-card .dahnaloud-image {
		 margin-top: -120px;
	}
	 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-slide {
		 width: clamp(227px, 30%, 415px);
		 margin: 0;
	}
	 .page-template-page-dahnaloud  .dahnaloud-hero + .dahnaloud-section .dahnaloud-swiper.dahnaloud-grid .swiper-wrapper {
		/* grid-template-columns: repeat(3, 1fr);
		 */
		 display: flex;
		 gap: 15px;
	}
	 .page-template-page-dahnaloud .loose-swiper {
		 padding-left: 10px !important;
		/* smaller padding */
		 padding-right: 40px !important;
		/* keep right partial */
	}
	 .page-template-page-dahnaloud .loose-swiper.dahnaloud-grid .swiper-slide {
		 width: calc((100% / 4) - 30px) !important;
	}
}
 @media screen and (min-width: 1440px) {
	 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-slide {
		 width: 21.5vw;
		 max-width: 415px;
	}
}
 @media screen and (max-width: 768px) {
	 .page-template-page-dahnaloud {
		/* Hero section */
		/* Mobile: CSS Grid instead of Swiper */
		/* Card wrapper - no height for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - shown on active card on mobile */
	}
	 .page-template-page-dahnaloud .dahnaloud-swiper.dahnaloud-grid .swiper-wrapper {
		 padding: 0;
		 justify-content: flex-start;
		 grid-template-columns: repeat(2, 1fr);
		 gap: 15px;
	}
	 .page-template-page-dahnaloud .dahnaloud-hero {
		 padding: 60px 20px 40px;
	}
	 .page-template-page-dahnaloud .dahnaloud-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 20px;
		 text-align: left;
	}
	 .page-template-page-dahnaloud .dahnaloud-description {
		 font-size: clamp(14px, 4vw, 18px);
		 max-width: 95%;
		 padding: 0;
		 text-align: left;
		 margin: 0;
	}
	 .page-template-page-dahnaloud .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
		 text-align: left;
	}
	 .page-template-page-dahnaloud .dahnaloud-section {
		 padding: 0 15px 45px;
	}
	 .page-template-page-dahnaloud .dahnaloud-swiper {
		 padding: 0 15px 40px;
	}
	 .page-template-page-dahnaloud .swiper-wrapper {
		 display: grid !important;
		 grid-template-columns: repeat(2, 1fr);
		 gap: 15px;
		 transform: none !important;
	}
	 .page-template-page-dahnaloud .swiper-slide {
		 height: auto;
		 width: 100% !important;
		 margin: 0 !important;
	}
	 .page-template-page-dahnaloud .card-wrapper {
		 flex: 1 1 auto;
		 width: 100%;
		 height: auto !important;
		 min-height: auto !important;
		 padding-top: 26%;
	}
	 .page-template-page-dahnaloud .dahnaloud-card {
		 min-height: auto;
		 padding: 15px;
		 border-radius: 12px;
		 align-items: center;
		 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
		 display: flex;
		 flex-direction: column;
		 height: auto !important;
		 overflow: visible;
	}
	 .page-template-page-dahnaloud .dahnaloud-image {
		/* width: 90px !important;
		 height: 90px !important;
		 margin: 0 auto 10px !important;
		 */
		 position: relative;
		 top: auto;
		 left: auto;
		 transform: none;
	}
	 .page-template-page-dahnaloud .dahnaloud-image img {
		 filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	}
	 .page-template-page-dahnaloud .dahnaloud-card-title {
		 font-size: 16px !important;
		 min-height: auto;
		 margin: 10px 0;
		 line-height: 1.3;
		 font-weight: 500;
	}
	 .page-template-page-dahnaloud .dahnaloud-card .btn-add-cart {
		 display: none;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-dahnaloud .dahnaloud-card.active .btn-add-cart {
		 display: inline-flex !important;
	}
	 .page-template-page-dahnaloud .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-dahnaloud {
		/* .dahnaloud-image {
			 width: 80px !important;
			 height: 80px !important;
		}
		 */
	}
	 .page-template-page-dahnaloud .dahnaloud-grid, .page-template-page-dahnaloud .dahnaloud-swiper {
		 gap: 12px;
		 padding: 0 15px;
	}
	 .page-template-page-dahnaloud .dahnaloud-card {
		 padding: 12px;
		 position: static;
	}
	 .page-template-page-dahnaloud .dahnaloud-card-title {
		 font-size: 16px !important;
		 margin: 8px 0;
	}
	 .page-template-page-dahnaloud .btn-add-cart {
		 font-size: 12px !important;
		 height: 35px !important;
		 position: static;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-dahnaloud .dahnaloud-grid, .page-template-page-dahnaloud .swiper-wrapper {
		 grid-template-columns: 1fr !important;
		 gap: 20px;
	}
	 .page-template-page-dahnaloud .dahnaloud-card {
		 max-width: 280px;
		 margin: 0 auto;
		 padding: 20px;
		 position: static;
	}
	 .page-template-page-dahnaloud .dahnaloud-image {
		 width: 120px !important;
		 height: 120px !important;
	}
	 .page-template-page-dahnaloud .dahnaloud-card-title {
		 font-size: 16px !important;
	}
}
 
/* ======================================== MUBAKKAR PAGE STYLES ======================================== */
/* Hero Section */
 .page-template-page-mubakkar .mubakkar-hero {
	 width: 100%;
	 padding: 46px 50px 0px;
	 background: #352e2a;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .page-template-page-mubakkar .mubakkar-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 100%;
	 margin: 0 0 30px;
}
 .page-template-page-mubakkar .mubakkar-description {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(15px, 1.5vw, 30.67px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 157.379%;
	 width: 100%;
	 max-width: 1406px;
	 margin: 0 auto;
}
 .page-template-page-mubakkar .mubakkar-section {
	 width: 100%;
	 padding: 28px 15px 0;
	 background: #352e2a;
}
 .page-template-page-mubakkar .section-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: 75px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 60px;
}
 .page-template-page-mubakkar .mubakkar-swiper .card-wrapper {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding-top: 75px;
}
 .page-template-page-mubakkar .mubakkar-card {
	 width: 100%;
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	 padding: 20px;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 text-align: center;
	 transition: all 0.3s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 cursor: pointer;
	 overflow: visible;
	 max-width: 415px;
}
 .page-template-page-mubakkar .mubakkar-card:hover {
	 background: linear-gradient(220deg, #d4a076 3.9%, #75482d 100.81%);
}
 .page-template-page-mubakkar .mubakkar-card-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(14px, 2.2vw, 44px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: 120%;
	 min-height: auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 10px 0;
}
 .page-template-page-mubakkar .mubakkar-card .mubakkar-image {
	 width: 100%;
	 height: 100%;
	 margin: -20% auto 0;
	 border-radius: 0;
	 overflow: visible;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 10;
	 flex-shrink: 0;
	 aspect-ratio: 1;
}
 .page-template-page-mubakkar .mubakkar-image img {
	 width: 100%;
	 height: 100%;
	 max-width: 375px;
	 object-fit: contain;
	 border-radius: 0;
	 filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
 .page-template-page-mubakkar .mubakkar-card .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 max-width: 100%;
	 padding: 12px clamp(10px, 1vw, 30px);
	 height: 66.769px;
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: none;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 margin: 20px auto 0;
	 position: static;
	 align-self: center;
}
 .page-template-page-mubakkar .mubakkar-card.active .btn-add-cart {
	 display: inline-flex;
}
 .page-template-page-mubakkar .mubakkar-card .btn-add-cart:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}
 .page-template-page-mubakkar .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 .page-template-page-mubakkar .mubakkar-swiper {
	 width: 100%;
	 padding: 20px 60px 60px;
	 position: relative;
}
 .page-template-page-mubakkar .mubakkar-swiper .swiper-wrapper {
	 display: flex;
}
 .page-template-page-mubakkar .mubakkar-swiper.mubakkar-grid .swiper-wrapper {
	 gap: 30px;
	 justify-content: center;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-mubakkar {
		/* width: 340px !important;
		 */
	}
	 .page-template-page-mubakkar .mubakkar-swiper .swiper-slide {
		 flex-shrink: 0;
	}
	 .page-template-page-mubakkar .mubakkar-swiper .card-wrapper {
		 width: 100%;
	}
}
 .page-template-page-mubakkar .swiper-button-next, .page-template-page-mubakkar .swiper-button-prev, .page-template-page-mubakkar .swiper-pagination {
	 display: none !important;
}
 .page-template-page-mubakkar .mubakkar-grid {
	/* display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
	 */
	 display: flex;
	 flex-wrap: wrap;
	 gap: 30px;
	 justify-content: center;
	 padding: 20px 60px 100px;
}
 .page-template-page-mubakkar .mubakkar-swiper.mubakkar-grid .swiper-wrapper {
	 display: flex;
	 gap: 20px;
	 justify-content: center;
}
 .page-template-page-mubakkar .mubakkar-swiper.mubakkar-grid .swiper-slide {
	 max-width: 100%;
	 width: 33%;
	 min-width: 21.615vw;
	 max-width: 415px;
}
 @media screen and (max-width: 768px) {
	 .page-template-page-mubakkar {
		/* Hero section */
		/* Mobile: Flex wrap instead of Swiper */
		/* Card wrapper - no height for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - shown on active card on mobile */
	}
	 .page-template-page-mubakkar .mubakkar-hero {
		 padding: 30px 20px 15px;
		 align-items: flex-start;
	}
	 .page-template-page-mubakkar .mubakkar-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 12px;
		 text-align: left;
	}
	 .page-template-page-mubakkar .mubakkar-description {
		 font-size: clamp(14px, 4vw, 18px);
		 max-width: 95%;
		 padding: 0;
		 text-align: left;
		 margin: 0;
	}
	 .page-template-page-mubakkar .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
		 text-align: left;
	}
	 .page-template-page-mubakkar .mubakkar-section {
		 padding: 15px 15px;
	}
	 .page-template-page-mubakkar .mubakkar-swiper {
		 padding: 0 0px 40px;
		 justify-content: flex-start;
	}
	 .page-template-page-mubakkar .mubakkar-swiper .swiper-wrapper {
		 gap: 15px;
		 transform: none;
		 justify-content: center;
	}
	 .page-template-page-mubakkar .mubakkar-swiper .swiper-slide {
		 height: auto;
		 width: 100%;
		 margin: 0;
		 flex: 0 0 calc(50% - 7.5px);
	}
	 .page-template-page-mubakkar .mubakkar-swiper .card-wrapper {
		 flex: 1 1 auto;
		 width: 100%;
		 height: auto;
		 min-height: auto;
		 padding-top: 16%;
	}
	 .page-template-page-mubakkar .mubakkar-card {
		 min-height: auto;
		 padding: 15px;
		 border-radius: 12px;
		 align-items: center;
		 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
		 display: flex;
		 flex-direction: column;
		 height: auto;
		 overflow: visible;
	}
	 .page-template-page-mubakkar .mubakkar-image {
		 position: relative;
		 top: auto;
		 left: auto;
		 transform: none;
	}
	 .page-template-page-mubakkar .mubakkar-image img {
		 filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	}
	 .page-template-page-mubakkar .mubakkar-card-title {
		 font-size: 14px !important;
		 min-height: auto;
		 margin: 10px 0;
		 line-height: 1.3;
		 font-weight: 500;
	}
	 .page-template-page-mubakkar .mubakkar-card .btn-add-cart {
		 display: none;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-mubakkar .mubakkar-card.active .btn-add-cart {
		 display: inline-flex !important;
	}
	 .page-template-page-mubakkar .mubakkar-card .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
	 .page-template-page-mubakkar .mubakkar-swiper.mubakkar-grid .swiper-wrapper {
		/* display: grid;
		 */
		 gap: 10px;
		/* grid-template-columns: repeat(2, 1fr);
		 */
		 width: 100%;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-mubakkar .mubakkar-grid, .page-template-page-mubakkar .mubakkar-swiper {
		 gap: 12px;
		 padding: 0;
	}
	 .page-template-page-mubakkar .mubakkar-card {
		 padding: 12px;
		 position: static;
	}
	 .page-template-page-mubakkar .mubakkar-image {
		 width: 80px !important;
		 height: 80px !important;
	}
	 .page-template-page-mubakkar .mubakkar-card-title {
		 font-size: 12px !important;
		 margin: 8px 0;
	}
	 .page-template-page-mubakkar .mubakkar-card .btn-add-cart {
		 font-size: 12px !important;
		 height: 35px !important;
		 position: static;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-mubakkar .mubakkar-grid, .page-template-page-mubakkar .mubakkar-swiper .swiper-wrapper {
		 grid-template-columns: 1fr !important;
		 gap: 20px;
	}
	 .page-template-page-mubakkar .mubakkar-card {
		 max-width: 280px;
		 margin: 0 auto;
		 padding: 20px;
		 position: static;
	}
	 .page-template-page-mubakkar .mubakkar-image {
		 width: 120px !important;
		 height: 120px !important;
	}
	 .page-template-page-mubakkar .mubakkar-card-title {
		 font-size: 16px !important;
	}
}
 /* ======================================== MUKHALLAT PAGE STYLES ======================================== */
/* Hero Section */
 .page-template-page-mukhallat .mukhallat-hero {
	 width: 100%;
	 padding: 80px 60px 80px;
	 background: #352e2a;
	 text-align: center;
}
 .page-template-page-mukhallat .mukhallat-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 30px;
}
 .page-template-page-mukhallat .mukhallat-description {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(15px, 1.5vw, 30.67px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 157.379%;
	 width: 1406px;
	 max-width: 85%;
	 margin: 0 auto;
}
 .page-template-page-mukhallat .mukhallat-section {
	 width: 100%;
	 padding: 0 15px 0;
	 background: #352e2a;
	 overflow: hidden;
}
 .page-template-page-mukhallat .section-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 60px;
}
 .page-template-page-mukhallat .mukhallat-swiper .card-wrapper {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding-top: 75px;
}
 .page-template-page-mukhallat .mukhallat-card {
	 width: 100%;
	/* min-height: 280px;
	 */
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	 padding: 20px;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 text-align: center;
	 transition: all 0.3s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 cursor: pointer;
	 overflow: visible;
}
 .page-template-page-mukhallat .mukhallat-card:hover {
	 background: linear-gradient(220deg, #d4a076 3.9%, #75482d 100.81%);
}
 .page-template-page-mukhallat .mukhallat-card-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(14px, 2.2vw, 44px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: 120%;
	 min-height: auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 10px 0;
}
 .page-template-page-mukhallat .mukhallat-card .mukhallat-image {
	 width: 100%;
	 height: 100%;
	 margin: -75px auto 0;
	 border-radius: 0;
	 overflow: visible;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 10;
	 flex-shrink: 0;
	 aspect-ratio: 1;
}
 .page-template-page-mukhallat .mukhallat-image img {
	 width: 100%;
	 height: 100%;
	 border-radius: 0;
	 filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
 .page-template-page-mukhallat .mukhallat-card .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 max-width: 100%;
	 padding: 12px clamp(10px, 1vw, 30px);
	 height: 66.769px;
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: none;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 margin: 10px auto 0;
	 position: static;
	 align-self: center;
}
 .page-template-page-mukhallat .mukhallat-card.active .btn-add-cart {
	 display: inline-flex;
}
 .page-template-page-mukhallat .mukhallat-card .btn-add-cart:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}
 .page-template-page-mukhallat .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 .page-template-page-mukhallat .mukhallat-swiper {
	 width: 100%;
	 padding: 20px 0 60px;
	 position: relative;
}
 .page-template-page-mukhallat .mukhallat-swiper .swiper-wrapper {
	 display: flex;
}
 .page-template-page-mukhallat .mukhallat-swiper.mukhallat-grid .swiper-wrapper {
	 gap: 30px;
	 justify-content: center;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-mukhallat {
		/* width: 320px !important;
		 */
	}
	 .page-template-page-mukhallat .mukhallat-swiper .swiper-slide {
		 flex-shrink: 0;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-swiper .swiper-slide {
		/* width: 420px !important;
		 */
		 flex-shrink: 0;
	}
	 .page-template-page-mukhallat .mukhallat-swiper .card-wrapper {
		 width: 100%;
		/* height: 500px;
		 */
		 height: unset;
	}
}
 .page-template-page-mukhallat .swiper-button-next, .page-template-page-mukhallat .swiper-button-prev, .page-template-page-mukhallat .swiper-pagination {
	 display: none !important;
}
 .page-template-page-mukhallat .mukhallat-grid {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
	 gap: 30px;
	 justify-content: center;
	 padding: 20px 60px 0;
}
 .page-template-page-mukhallat .mukhallat-swiper.mukhallat-grid .swiper-wrapper {
	 display: flex;
	 gap: 30px;
	 justify-content: center;
}
 .page-template-page-mukhallat .mukhallat-swiper.mukhallat-grid .swiper-slide {
	 margin: 0 auto;
}
 @media screen and (max-width: 768px) {
	 .page-template-page-mukhallat {
		/* Hero section */
		/* Mobile: 2-column grid layout (Swiper disabled) */
		/* Card wrapper - no height for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - shown on active card on mobile */
	}
	 .page-template-page-mukhallat .mukhallat-hero {
		 padding: 60px 20px 40px;
	}
	 .page-template-page-mukhallat .mukhallat-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 20px;
         text-align: left;
	}
	 .page-template-page-mukhallat .mukhallat-description {
		 font-size: clamp(14px, 4vw, 18px);
		 max-width: 95%;
		 padding: 0;
         text-align: left;
         margin: 0;
	}
	 .page-template-page-mukhallat .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
         text-align: left;
	}
	 .page-template-page-mukhallat .mukhallat-section {
		 padding: 40px 15px 0;
	}

	 .page-template-page-mukhallat .mukhallat-swiper .swiper-wrapper, .page-template-page-mukhallat .mukhallat-grid .swiper-wrapper {
		 display: grid !important;
		 grid-template-columns: repeat(2, 1fr) !important;
		 gap: 15px !important;
		 transform: none !important;
		 width: 100% !important;
	}
	 .page-template-page-mukhallat .mukhallat-swiper .swiper-slide, .page-template-page-mukhallat .mukhallat-grid .swiper-slide {
		 height: auto !important;
		 width: 100% !important;
		 margin: 0 !important;
	}
	 .page-template-page-mukhallat .mukhallat-swiper .card-wrapper {
		 flex: 1 1 auto;
		 width: 100%;
		 height: auto !important;
		 min-height: auto !important;
		 padding-top: 26% !important;
	}
	 .page-template-page-mukhallat .mukhallat-card {
		 min-height: auto;
		 padding: 15px;
		 border-radius: 12px;
		 align-items: center;
		 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
		 display: flex;
		 flex-direction: column;
		 height: auto !important;
		 overflow: visible;
	}
	 .page-template-page-mukhallat .mukhallat-image {
		/* width: 90px !important;
		 height: 90px !important;
		 margin: 0 auto 10px !important;
		 */
		 position: relative;
		 top: auto;
		 left: auto;
		 transform: none;
	}
	 .page-template-page-mukhallat .mukhallat-image img {
		 filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
		 max-height: 201px;
	}
	 .page-template-page-mukhallat .mukhallat-card-title {
		 font-size: 16px !important;
		 min-height: auto;
		 margin: 10px 0;
		 line-height: 1.3;
		 font-weight: 500;
	}
	 .page-template-page-mukhallat .mukhallat-card .btn-add-cart {
		 display: none;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-mukhallat .mukhallat-card.active .btn-add-cart {
		 display: inline-flex !important;
	}
	 .page-template-page-mukhallat .mukhallat-card .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
     .page-template-page-mukhallat .mukhallat-grid, .page-template-page-mukhallat .mukhallat-swiper {
		 padding: 0;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-mukhallat {
		/* .mukhallat-image {
			 width: 80px !important;
			 height: 80px !important;
		}
		 */
	}
	 .page-template-page-mukhallat .mukhallat-grid, .page-template-page-mukhallat .mukhallat-swiper {
		 gap: 12px;
	}
	 .page-template-page-mukhallat .mukhallat-card {
		 padding: 12px;
		 position: static;
	}
	 .page-template-page-mukhallat .mukhallat-card-title {
		 font-size: 16px !important;
		 margin: 8px 0;
	}
	 .page-template-page-mukhallat .mukhallat-card .btn-add-cart {
		 font-size: 12px !important;
		 height: 35px !important;
		 position: static;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-mukhallat .mukhallat-grid, .page-template-page-mukhallat .mukhallat-swiper .swiper-wrapper {
		 grid-template-columns: 1fr !important;
		 gap: 20px;
	}
	 .page-template-page-mukhallat .mukhallat-card {
		 max-width: 280px;
		 margin: 0 auto;
		 padding: 20px;
		 position: static;
	}
	 .page-template-page-mukhallat .mukhallat-image {
		 width: 120px !important;
		 height: 120px !important;
	}
	 .page-template-page-mukhallat .mukhallat-card-title {
		 font-size: 16px !important;
	}
}
 @media screen and (max-width: 768px) {
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-hero, .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-hero h1, .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-hero p {
		 text-align: left;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-hero p {
		 padding-left: 0;
		 margin-left: 0;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-section {
		 padding-top: 0;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-section .section-title {
		 text-align: left;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-section .mukhallat-swiper.packed-swiper {
		 padding: 0 0 40px !important;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-section .mukhallat-grid {
		 grid-template-columns: repeat(auto-fit, minmax(280px, 750px));
		 padding: 0 0 40px !important;
	}
}
 @media only screen and (min-width: 769px) {
	 .page-template-page-mukhallat {
		/* .page-template-page-mukhallat .mukhallat-card {
			 min-height: 420px;
		}
		 */
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .section-title {
		 margin-bottom: 0;
	}
	 .page-template-page-mukhallat .page-template-page-mukhallat .mukhallat-description {
		 width: 984px;
	}
}
 
/* ======================================== MUSK SERIES PAGE STYLES ======================================== */
/* Hero Section */
 .page-template-page-muskseries .muskseries-hero {
	 width: 100%;
	 padding: 34px 60px 0px;
	 background: #352e2a;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .page-template-page-muskseries .muskseries-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 30px;
}
 .page-template-page-muskseries .muskseries-description {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(15px, 1.5vw, 30.67px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 157.379%;
	/* width: 1406px;
	 */
	 width: 62.813vw;
	 max-width: 100%;
	 margin: 0 auto;
}
 .page-template-page-muskseries .muskseries-section {
	 width: 100%;
	 padding: 10px 15px 0;
	 background: #352e2a;
	 overflow: hidden;
}
 .page-template-page-muskseries .section-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: 75px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 60px;
}
 .page-template-page-muskseries .muskseries-swiper .card-wrapper {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding-top: 75px;
}
 .page-template-page-muskseries .muskseries-card {
	 width: 100%;
	 min-height: 280px;
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	 padding: 20px;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 text-align: center;
	 transition: all 0.3s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 cursor: pointer;
	 overflow: visible;
}
 .page-template-page-muskseries .muskseries-card:hover {
	 background: linear-gradient(220deg, #d4a076 3.9%, #75482d 100.81%);
}
 .page-template-page-muskseries .muskseries-card-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(14px, 2.2vw, 44px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: 120%;
	 min-height: auto;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 10px 0;
}
 .page-template-page-muskseries .muskseries-card .muskseries-image {
	 width: 100%;
	 height: 100%;
	 margin: -75px auto 0;
	 border-radius: 0;
	 overflow: visible;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 10;
	 flex-shrink: 0;
	 aspect-ratio: 1;
}
 .page-template-page-muskseries .muskseries-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
	 border-radius: 0;
	 filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
 .page-template-page-muskseries .muskseries-card .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 max-width: 100%;
	 padding: clamp(6px, 0.1vw, 12px) clamp(10px, 1vw, 30px);
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: none;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 margin: 0 auto;
	 position: static;
	 align-self: center;
}
 .page-template-page-muskseries .muskseries-card.active .btn-add-cart {
	 display: inline-flex;
}
 .page-template-page-muskseries .muskseries-card .btn-add-cart:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}
 .page-template-page-muskseries .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 .page-template-page-muskseries .muskseries-swiper {
	 width: 100%;
	 padding: 0px 60px 60px;
	 position: relative;
}
 .page-template-page-muskseries .muskseries-swiper .swiper-wrapper {
	 display: flex;
}
 .page-template-page-muskseries .muskseries-swiper.muskseries-grid .swiper-wrapper {
	 gap: 30px;
	 justify-content: center;
}
 @media screen and (min-width: 769px) {
	 .page-template-page-muskseries .muskseries-swiper .swiper-slide {
		 width: 340px !important;
		 flex-shrink: 0;
	}
	 .page-template-page-muskseries .muskseries-swiper .card-wrapper {
		 width: 100%;
		/* height: 500px;
		 */
		 height: unset;
	}
}
 .page-template-page-muskseries .swiper-button-next, .page-template-page-muskseries .swiper-button-prev, .page-template-page-muskseries .swiper-pagination {
	 display: none !important;
}
 .page-template-page-muskseries .muskseries-grid {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
	 gap: 30px;
	 justify-content: center;
	 padding: 20px 60px 0;
}
 .page-template-page-muskseries .muskseries-swiper.muskseries-grid .swiper-wrapper {
	 display: flex;
	 gap: 30px;
	 justify-content: center;
}
 .page-template-page-muskseries .muskseries-swiper.muskseries-grid .swiper-slide {
	 width: 100% !important;
	 max-width: 340px;
	 margin: 0 auto;
}
 @media screen and (max-width: 768px) {
	 .page-template-page-muskseries {
		/* Hero section */
		/* Mobile: 2-column grid layout (Swiper disabled) */
		/* Card wrapper - no height for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - shown on active card on mobile */
	}
	 .page-template-page-muskseries .muskseries-hero {
		 padding: 30px 20px 40px;
		 align-items: flex-start;
	}
	 .page-template-page-muskseries .muskseries-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 20px;
		 text-align: left;
	}
	 .page-template-page-muskseries .muskseries-description {
		 font-size: clamp(14px, 4vw, 18px);
		 max-width: 95%;
		 width: 100%;
		 padding: 0;
		 text-align: left;
		 margin: 0;
	}
	 .page-template-page-muskseries .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
		 text-align: left;
	}
	 .page-template-page-muskseries .muskseries-section {
		 padding: 40px 15px;
	}
	 .page-template-page-muskseries .muskseries-swiper {
		 padding: 0 0px 40px;
	}
	 .page-template-page-muskseries .muskseries-swiper .swiper-wrapper, .page-template-page-muskseries .muskseries-grid .swiper-wrapper {
		 display: grid !important;
		 grid-template-columns: repeat(2, 1fr) !important;
		 gap: 15px !important;
		 transform: none !important;
		 width: 100% !important;
	}
	 .page-template-page-muskseries .muskseries-swiper .swiper-slide, .page-template-page-muskseries .muskseries-grid .swiper-slide {
		 height: auto !important;
		 width: 100% !important;
		 margin: 0 !important;
	}
	 .page-template-page-muskseries .muskseries-swiper .card-wrapper {
		 flex: 1 1 auto;
		 width: 100%;
		 height: auto !important;
		 min-height: auto !important;
		 padding-top: 26%;
	}
	 .page-template-page-muskseries .muskseries-card {
		 min-height: auto;
		 padding: 15px;
		 border-radius: 12px;
		 align-items: center;
		 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
		 display: flex;
		 flex-direction: column;
		 height: auto !important;
		 overflow: visible;
	}
	 .page-template-page-muskseries .muskseries-card .muskseries-image {
		 margin: -26% auto 0;
	}
	 .page-template-page-muskseries .muskseries-image img {
		 filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	}
	 .page-template-page-muskseries .muskseries-card-title {
		 font-size: 16px !important;
		 min-height: auto;
		 margin: 0 0 10px;
		 line-height: 1.3;
		 font-weight: 500;
	}
	 .page-template-page-muskseries .muskseries-card .btn-add-cart {
		 display: none;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-muskseries .muskseries-card.active .btn-add-cart {
		 display: inline-flex !important;
	}
	 .page-template-page-muskseries .muskseries-card .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-muskseries .muskseries-grid, .page-template-page-muskseries .muskseries-swiper {
		 gap: 12px;
		 padding: 0 0px;
	}
	 .page-template-page-muskseries .muskseries-card {
		 padding: 12px;
		 position: static;
	}
	 .page-template-page-muskseries .muskseries-card-title {
		 font-size: 16px !important;
		 margin: 8px 0;
	}
	 .page-template-page-muskseries .muskseries-card .btn-add-cart {
		 font-size: 12px !important;
		 height: 35px !important;
		 position: static;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-muskseries {
		/* .muskseries-image {
			 width: 120px !important;
			 height: 120px !important;
		}
		 */
	}
	 .page-template-page-muskseries .muskseries-grid, .page-template-page-muskseries .muskseries-swiper .swiper-wrapper {
		 grid-template-columns: 1fr !important;
		 gap: 20px;
	}
	 .page-template-page-muskseries .muskseries-card {
		 max-width: 280px;
		 margin: 0 auto;
		 padding: 20px;
		 position: static;
	}
	 .page-template-page-muskseries .muskseries-card-title {
		 font-size: 16px !important;
	}
	 .page-template-page-muskseries .muskseries-card .muskseries-image {
		 margin: -15% auto 0;
	}
	 .page-template-page-muskseries .muskseries-swiper .card-wrapper {
		 padding-top: 15%;
	}
}
 @media screen and (max-width: 769px) {
	 .page-template-page-muskseries .page-template-page-muskseries .muskseries-grid {
		 grid-template-columns: repeat(auto-fit, minmax(280px, 100%));
	}
	 .page-template-page-muskseries .page-template-page-muskseries.page-template-page-muskseries-php {
		 background: #352e2a;
	}
}
 
/* ======================================== PERFUMES PAGE STYLES ======================================== */
/* Hero Section */
 .page-template-page-perfumes {
	/* Section Styles */
	/* Grid Container */
	/* Card Wrapper - contains image overflow */
	/* Card Styles */
	/* Card Main Title */
	/* Card Description */
	/* Notes Section */
	/* Card image - image overflow at top */
	/* Add to Cart Button */
	/* ======================================== MOBILE RESPONSIVE STYLES ======================================== */
	/* Extra small mobile devices */
	/* Very small mobile devices - Single column layout */
}
 .page-template-page-perfumes .perfumes-hero {
	 width: 100%;
	 padding: 34px 60px 0px;
	 background: #352e2a;
	 text-align: center;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
}
 .page-template-page-perfumes .perfumes-title {
	 color: #ffddc2;
	 text-align: center;
	 font-family: 'Gambetta Variable', 'Gambetta', 'Times New Roman', serif;
	 font-size: clamp(35px, 3.9vw, 75px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 120%;
	 margin: 0 0 30px;
}
 .page-template-page-perfumes .perfumes-section {
	 width: 100%;
	 padding: 10px clamp(15px, 3.125vw, 60px) 80px;
	 background: #352e2a;
}
 .page-template-page-perfumes .perfumes-container {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 gap: 20px;
	 max-width: 1720px;
	 margin: 0 auto;
}
 .page-template-page-perfumes .card-wrapper {
	 flex: 1 1 415px;
	/* acts like minmax(40px, 415px) */
	 max-width: 415px;
}
 .page-template-page-perfumes .card-wrapper {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 padding-top: 80px;
	 width: 100%;
}
 .page-template-page-perfumes .perfumes-card {
	 width: 100%;
	/* min-height: 450px;
	 */
	 background: linear-gradient(220deg, #c69065 3.9%, #68411c 100.81%);
	 border-radius: 18px;
	 padding: 20px;
	 padding-top: 20px;
	 padding-bottom: 30px;
	 text-align: center;
	 transition: all 0.3s ease;
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 align-items: center;
	 cursor: pointer;
	 overflow: visible;
	/* height: -webkit-fill-available;
	 */
	 height: 100%;
	 max-height: 100%;
}
 .page-template-page-perfumes .perfumes-card:hover {
	 background: linear-gradient(220deg, #d4a076 3.9%, #75482d 100.81%);
	 transform: translateY(-5px);
	 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
 .page-template-page-perfumes .perfumes-card-title {
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque', 'Brandon Grotesque', sans-serif;
	 font-size: clamp(24px, 2vw, 30px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: normal;
	 margin: 0 0 14px 0;
}
 .page-template-page-perfumes .perfumes-card-description {
	 width: 100%;
	 max-width: 372px;
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque', 'Brandon Grotesque', sans-serif;
	 font-size: clamp(16px, 1.2vw, 18px);
	 font-style: italic;
	 font-weight: 400;
	 line-height: 111.111%;
	 margin: 0 auto 22px auto;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 word-break: break-word;
}
 .page-template-page-perfumes .perfumes-notes {
	 display: flex;
	 justify-content: space-around;
	 align-items: center;
	 gap: 20px;
	 margin-bottom: 30px;
	 padding: 15px 0;
	 width: 100%;
}
 .page-template-page-perfumes .perfumes-note-item {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 gap: 8px;
}
 .page-template-page-perfumes .perfumes-note-item img {
	 width: 32px;
	 height: 32px;
	 object-fit: contain;
	/* border-radius: 50%;
	 */
}
 .page-template-page-perfumes .perfumes-meta {
	 display: flex;
	 justify-content: space-evenly;
	 margin-bottom: 10px;
	 width: 100%;
}
 .page-template-page-perfumes .perfumes-meta-item {
	 display: flex;
	 flex-direction: column;
}
 .page-template-page-perfumes span.meta-label {
	 font-size: clamp(6.192px, 0.729vw, 14px);
	 color: #fff;
	 text-align: center;
	 font-family: "Brandon Grotesque";
	 font-size: 14px;
	 font-style: italic;
	 font-weight: 700;
	 line-height: 142.857%;
}
 .page-template-page-perfumes span.meta-label.value {
	 font-size: clamp(11.077px, 1.302vw, 25px);
	 font-style: italic;
	 font-weight: 500;
	 line-height: normal;
}
 .page-template-page-perfumes .perfumes-note-label {
	 font-family: 'Brandon Grotesque', 'Montserrat', sans-serif;
	 font-size: 12px;
	 font-weight: 400;
	 color: #fff;
	 text-align: center;
	 text-transform: capitalize;
}
 .page-template-page-perfumes .perfumes-card .perfumes-image {
	 width: 100%;
	 height: clamp(300px, 20vw, 404px);
	 margin: -80px auto 0;
	 border-radius: 0;
	 overflow: visible;
	 background: transparent;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 z-index: 10;
	 flex-shrink: 0;
	 aspect-ratio: 0.5;
}
 .page-template-page-perfumes .perfumes-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
	 border-radius: 0;
	 filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
 .page-template-page-perfumes .perfumes-card .btn-add-cart {
	 width: clamp(200px, 12vw, 255px);
	 max-width: 100%;
	 padding: clamp(6px, 0.1vw, 12px) clamp(10px, 1vw, 30px);
	/* height: 66.769px;
	 */
	 flex-shrink: 0;
	 border-radius: 33.384px;
	 border: 1.421px solid #bdbec0;
	 background: linear-gradient(270deg, #e3bc54 2.32%, #d1a22b 95.84%);
	 color: #fff;
	 text-align: center;
	 font-family: 'Brandon Grotesque';
	 font-size: clamp(18px, 1.2vw, 29px);
	 font-style: normal;
	 font-weight: 400;
	 line-height: 34.285px;
	 cursor: pointer;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 transition: all 0.3s ease;
	 margin: 0 auto;
	 position: static;
	 align-self: center;
}
 .page-template-page-perfumes .perfumes-card .btn-add-cart:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 4px 12px rgba(227, 188, 84, 0.4);
}
 .page-template-page-perfumes .btn-add-cart svg {
	 width: 36.226px;
	 height: 17.612px;
	 flex-shrink: 0;
}
 @media screen and (max-width: 1920px) {
	 .page-template-page-perfumes {
		/* flex: 1 1 28.615vw;
		 */
	}
	 .page-template-page-perfumes .card-wrapper {
		 flex: 1 1 20%;
		 max-width: 415px;
		/* min-width: 400.539px;
		 */
	}
}
 @media (max-width: 1920px) and (min-width: 1360px) {
	 .page-template-page-perfumes {
		/* .perfumes-container {
			 grid-template-columns: repeat(auto-fill, minmax(40px, 21.615vw));
		}
		 */
	}
}
 @media screen and (max-width: 945px) {
	 .page-template-page-perfumes .card-wrapper {
		 min-width: 315.539px;
	}
}
 @media screen and (max-width: 768px) {
	 .page-template-page-perfumes {
		/* Hero section */
		/* Mobile: 2-column grid */
		/* Card wrapper - no padding for mobile */
		/* Cards - compact mobile size with flex column */
		/* Button - always shown on mobile */
	}
	 .page-template-page-perfumes .perfumes-hero {
		 padding: 60px 20px 0px;
		 align-items: flex-start;
		 text-align: left;
	}
	 .page-template-page-perfumes .perfumes-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 20px;
	}
	 .page-template-page-perfumes .section-title {
		 font-size: clamp(28px, 8vw, 45px);
		 margin-bottom: 30px;
	}
	 .page-template-page-perfumes .perfumes-section {
		 padding: 40px 15px;
	}
	 .page-template-page-perfumes .perfumes-container {
		/* grid-template-columns: repeat(2, 1fr);
		 */
		 gap: 2%;
	}
	 .page-template-page-perfumes .card-wrapper {
		 padding-top: 0 !important;
		 flex: unset;
		 width: 48%;
		 max-width: unset;
		 min-width: unset;
	}
	 .page-template-page-perfumes .perfumes-card {
		 min-height: auto;
		 padding: 15px;
		 border-radius: 12px;
		/* height: auto;
		 */
		 margin-top: 200px;
	}
	 .page-template-page-perfumes .perfumes-card .perfumes-image {
		/* width: 90px !important;
		 height: 90px !important;
		 margin: -50px auto 10px;
		 position: relative;
		 top: auto;
		 left: auto;
		 transform: none;
		 */
	}
	 .page-template-page-perfumes .perfumes-image img {
		 filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	}
	 .page-template-page-perfumes .perfumes-card-title {
		 font-size: 16px !important;
		 margin: 10px 0 5px 0;
	}
	 .page-template-page-perfumes .perfumes-card-description {
		 font-size: 12px !important;
		 line-height: 1.2;
		 margin: 0 auto 10px auto;
	}
	 .page-template-page-perfumes .perfumes-notes {
		 gap: 15px;
		 margin-bottom: 15px;
		 padding: 10px 0;
	}
	 .page-template-page-perfumes .perfumes-note-item img {
		 width: 32px;
		 height: 32px;
	}
	 .page-template-page-perfumes .perfumes-note-label {
		 font-size: 10px;
		 color: #fff;
	}
	 .page-template-page-perfumes .perfumes-card .btn-add-cart {
		 display: inline-flex;
		 width: 90%;
		 max-width: none;
		 height: 38px;
		 font-size: 14px;
		 line-height: 18px;
		 padding: 0 12px;
		 border-radius: 19px;
		 margin: 0 auto 10px;
	}
	 .page-template-page-perfumes .perfumes-card .btn-add-cart svg {
		 width: 20px;
		 height: 10px;
	}
}
 @media screen and (max-width: 480px) {
	 .page-template-page-perfumes {
		/* .perfumes-image {
			 width: 80px ;
			 height: 80px;
		}
		 */
	}
	 .page-template-page-perfumes .perfumes-grid, .page-template-page-perfumes .perfumes-swiper {
		 gap: 12px;
		 padding: 0 15px;
	}
	 .page-template-page-perfumes .perfumes-card {
		 padding: 12px;
		/* position: static;
		 */
	}
	 .page-template-page-perfumes .perfumes-card-title {
		 font-size: 14px !important;
		 margin: 8px 0 4px 0;
	}
	 .page-template-page-perfumes .perfumes-card-description {
		 font-size: 10px !important;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 line-clamp: 2;
		 -webkit-box-orient: vertical;
		 overflow: hidden;
	}
	 .page-template-page-perfumes .perfumes-card .btn-add-cart {
		 font-size: 12px !important;
		 height: 35px !important;
		 position: static;
	}
}
 @media screen and (max-width: 370px) {
	 .page-template-page-perfumes .perfumes-grid, .page-template-page-perfumes .perfumes-swiper .swiper-wrapper {
		 grid-template-columns: 1fr !important;
		 gap: 20px;
	}
	 .page-template-page-perfumes .perfumes-card {
		 max-width: 280px;
		 margin: 0 auto;
		 padding: 20px;
		 position: static;
	}
	 .page-template-page-perfumes .perfumes-image {
		 width: 120px !important;
		 height: 120px !important;
	}
	 .page-template-page-perfumes .perfumes-card-title {
		 font-size: 18px !important;
	}
}
 @media screen and (max-width: 500px) {
	 .page-template-page-perfumes {
		/* .perfumes-container {
			 grid-template-columns: repeat(1, 1fr);
		}
		 */
	}
	 .page-template-page-perfumes .perfumes-hero {
		 padding: 30px 20px 0px;
		 min-height: unset;
	}
	 .page-template-page-perfumes .perfumes-card .perfumes-image {
		 margin: -81px auto 0;
	}
	 .page-template-page-perfumes .perfumes-card {
		 margin-top: 81px;
	}
}
 
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}