/*---------------------------------------------------------------------
File Name: style.css
Luxury updated version based on your original CSS
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
import Fonts
---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

/*---------------------------------------------------------------------
import Files
---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*---------------------------------------------------------------------
Luxury Theme Variables
---------------------------------------------------------------------*/
:root {
    --lux-bg: #fbf7f2;
    --lux-white: #ffffff;
    --lux-dark: #141414;
    --lux-text: #5f5f5f;
    --lux-muted: #8f8f8f;
    --lux-gold: #c6a46a;
    --lux-gold-soft: #e9d7b4;
    --lux-cream: #f7efe4;
    --lux-border: #eadfce;
    --lux-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
    --lux-shadow-soft: 0 10px 24px rgba(18, 18, 18, 0.06);
    --lux-black-grad: linear-gradient(135deg, #151515, #2e2922);
    --lux-gold-grad: linear-gradient(135deg, #f8ead3, #dcb97c);
    --lux-radius: 24px;
}

/*---------------------------------------------------------------------
skeleton
---------------------------------------------------------------------*/
* {
    box-sizing: border-box !important;
    transition: ease all 0.35s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--lux-text);
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background: var(--lux-bg);
    margin: 0;
    padding: 0;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: var(--lux-dark);
    margin: 0;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--lux-text);
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 18px;
    padding-bottom: 0;
}

.padding_0 {
    padding: 0;
}

/* =========================
   TOP HEADER
========================= */
.top_header {
    width: 100%;
    background: linear-gradient(90deg, #111111, #2a241d, #111111);
    color: white;
    padding: 8px 0;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.text-carousel-top {
    position: relative;
    height: 20px;
}

.carousel-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    font-weight: 600;
    color: #f3e3c0;
}

.carousel-top.active {
    opacity: 1;
}

/* =========================
   HEADER SECTION
========================= */
.header_section {
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    height: auto;
    background-size: 100%;
    border-bottom: 1px solid rgba(198,164,106,0.15);
    position: sticky;
    top: 0;
    z-index: 999;
}

.bg-light {
    background-color: transparent !important;
}

.luxury-navbar {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toggle_icon {
    cursor: pointer;
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lux-cream);
    color: var(--lux-dark);
    box-shadow: var(--lux-shadow-soft);
}

.toggle_icon img {
    width: 20px;
    height: auto;
    display: block;
}

.toggle_icon i {
    font-size: 18px;
}

@media (min-width: 768px) {
    .toggle_icon img {
        width: 25px;
    }
}

@media (min-width: 992px) {
    .toggle_icon img {
        width: 30px;
    }
}

.luxury-logo {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.brand-mark {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    line-height: 1;
    color: var(--lux-dark);
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1;
    min-width: 0;
}

.header-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--lux-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
}

.header-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--lux-gold), var(--lux-gold-soft));
    transition: width .3s ease;
}

.header-link:hover::after {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #111111, #1c1a17);
    overflow-x: hidden;
    transition: 0.35s;
    padding-top: 70px;
    text-align: left;
    box-shadow: 30px 0 80px rgba(0,0,0,0.35);
}

.sidenav a {
    padding: 12px 24px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-weight: 500;
}

.sidenav a:hover {
    color: var(--lux-gold-soft);
}

.sidenav .closebtn {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 55px;
    }

    .sidenav a {
        font-size: 16px;
    }
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-container {
    display: none;
    background-color: rgba(255,255,255,0.04);
    padding-left: 8px;
    margin: 0 10px 10px 10px;
    border-radius: 12px;
}

.dropdown-container a {
    padding: 10px 10px 10px 28px;
    text-decoration: none;
    font-size: 15px;
    color: #d7d7d7;
    display: block;
    transition: 0.3s;
    border: none;
}

.dropdown-container a:hover {
    color: #f1f1f1;
}

/* =========================
   LOGIN / ICON AREA
========================= */
.login_text {
    width: auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login_text ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    margin: 0;
    align-items: center;
    flex-wrap: nowrap;
}

.login_text li {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.login_text a {
    color: var(--lux-dark);
    font-size: 15px;
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--lux-cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--lux-shadow-soft);
}

.login_text a:hover {
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(198,164,106,0.18);
}

.cart-icon .badge {
    position: absolute;
    top: -5px;
    right: -4px;
    background: linear-gradient(135deg, #1b1b1b, #3e352a);
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    min-width: 18px;
    line-height: 1.2;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 0;
    z-index: 2;
}

/* phone icon animation */
@keyframes jumpWithShadow {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    50% {
        transform: translateY(-6px);
        text-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
    }
}

.fa-phone-alt {
    animation: jumpWithShadow 1.5s ease infinite;
    display: inline-block;
}

/* =========================
   BANNER SECTION
========================= */
.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 !important;
}

.carousel-inner {
    width: 100%;
}

.banner_img {
    width: 100%;
    height: 370px !important;
    overflow: hidden;
}

.banner_img img {
    width: 100%;
    height: 90% !important;
    object-fit: cover;
    object-position: center;
}

.banner_taital {
    color: #c8a15e;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px !important;
    margin: 0;
    font-weight: 700;
    transition: font-size 0.3s ease;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #1a1a1a;
    background: var(--lux-gold-grad);
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

.read_bt a:hover {
    color: #ffffff;
    background: #252525;
}

.carousel {
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   PRODUCT SECTION
========================= */
.product_section {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #50504f;
    margin: 0;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.col-lg-3,
.col-sm-6,
.col-6 {
    padding: 0 6px;
}

.product_box {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    height: 400px;
    margin: 10px 0;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid rgba(234,223,206,0.9);
    box-shadow: var(--lux-shadow);
    position: relative;
    overflow: hidden;
}

.product_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(18, 18, 18, 0.12);
}

.bursh_text,
.price_text {
    margin: 5px 0;
    padding: 0;
}

.bursh_text {
    width: 100%;
    font-size: 14px;
    color: #1a1c1b;
    font-weight: 600;
    padding-bottom: 0;
    min-height: 42px;
    line-height: 1.45;
}

.price_text {
    font-size: 13px;
    color: #b8873d;
    padding-top: 0;
    margin-top: 0;
    font-weight: 700;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0;
}

.image_1 {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
    max-height: 200px;
    object-fit: contain;
    display: block;
}

.btn_main {
    width: 100%;
    display: flex;
    background: var(--lux-black-grad);
    height: auto;
    padding: 14px 10px 12px 10px;
    border-radius: 18px;
    margin-top: 10px;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.buy_bt li a,
.buy_bt button {
    float: left;
    font-size: 11px;
    color: #252525;
    padding: 8px 12px;
    background: var(--lux-gold-grad);
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 40px;
    font-weight: 700;
    letter-spacing: .04em;
}

.buy_bt li a:hover,
.buy_bt button:hover {
    background: #ffffff;
    color: #000;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #1a1a1a;
    background: var(--lux-gold-grad);
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.seemore_bt a:hover {
    color: #ffffff;
    background: #252525;
}

/* =========================
   ABOUT SECTION
========================= */
.about_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #fffdf9, #f6efe6);
    height: auto;
    padding-bottom: 90px;
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 100px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0;
    line-height: 1.9;
}

.image_3 {
    width: 100%;
    float: left;
    height: 430px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--lux-shadow);
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #1a1a1a;
    background: var(--lux-gold-grad);
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.readmore_bt a:hover {
    color: #ffffff;
    background: #252525;
}

/* =========================
   CUSTOMER SECTION
========================= */
.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--lux-shadow);
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6;
}

/* =========================
   CONTACT SECTION
========================= */
.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #252525;
    margin: 0;
    font-size: 16px;
}

.contact_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #1a1a1a;
    padding: 12px 24px;
    background: var(--lux-gold-grad);
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
}

.contact_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    padding: 12px 24px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 999px;
    text-align: center;
    font-weight: 700;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

/* =========================
   FOOTER SECTION
========================= */
.footer_section {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #161616, #0f0f0f);
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
    padding-top: 60px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0;
    padding: 0;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0 0 0;
}

.address_bt li a {
    color: #ffffff;
}

.address_bt li a:hover {
    color: var(--lux-gold-soft);
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    line-height: 1.8;
}

.ipsum_text {
    width: 65%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding-top: 10px;
    line-height: 1.8;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid rgba(245,221,182,0.35);
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 22px;
    color: var(--lux-gold-soft);
    padding: 10px;
}

.social_icon li a {
    color: var(--lux-gold-soft);
}

.social_icon li a:hover {
    color: #ffffff;
}

/* =========================
   COPYRIGHT SECTION
========================= */
.copyright_section {
    width: 100%;
    float: left;
    background-color: #0d0d0d;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin: 18px 0;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: var(--lux-gold-soft);
}

.margin_top90 {
    margin-top: 90px;
}

/* =========================
   CARDS / CATEGORY
========================= */
.card {
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    overflow: hidden;
    box-shadow: var(--lux-shadow);
    border: 4px solid #fff;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.category-name {
    display: block;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: 500;
    color: #1f1f1f;
}

/* =========================
   NEW CONTAINER SECTION
========================= */
.new-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.pill-button {
    background: var(--lux-gold-grad);
    color: #1a1a1a;
    font-size: 14px;
    padding: 9px 30px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: .04em;
    box-shadow: var(--lux-shadow-soft);
}

.new-arrival {
    font-weight: bold;
    position: relative;
    font-size: 30px;
    color: #1a1a1a;
    font-family: 'Cormorant Garamond', serif;
}

.new-arrival::after,
.new-arrival::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--lux-gold);
}

.new-arrival::before {
    bottom: -2px;
}

.new-arrival::after {
    bottom: -5px;
}

/* =========================
   PRODUCT FLOATING ICONS
========================= */
.img_container {
    position: relative;
    display: inline-block;
}

.cart {
    position: absolute;
    top: 14px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.96);
    padding: 8px 7px;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    width: fit-content;
    z-index: 8;
    gap: 6px;
}

.cart i,
.cart button {
    margin: 0;
    font-size: 12px;
    color: #333;
    width: 28px;
    height: 28px;
    min-width: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.cart i:hover,
.cart button:hover {
    background-color: #000;
    color: #fff;
}

.cart .add-to-cart-btn {
    margin: 0;
    padding: 0;
}

.cart .add-to-cart-btn form {
    margin: 0;
}

/* =========================
   FEATURE IMAGE
========================= */
.feature-image {
    width: 100%;
    overflow: hidden;
}

.feature-image img {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    transition: transform 0.9s ease;
    border-radius: 24px;
    box-shadow: var(--lux-shadow);
}

.feature-image a {
    display: block;
    width: 100%;
}

.feature-image img:hover {
    transform: scale(1.04);
}

/* =========================
   MOBILE BOTTOM NAV
========================= */
.mobile-bottom-nav {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.96);
    box-shadow: 0 -1px 12px rgba(0,0,0,0.08);
    z-index: 1000;
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(198,164,106,0.16);
}

.mobile-bottom-nav a {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
    position: relative;
}

.mobile-bottom-nav a .nav-icon {
    display: block;
    font-size: 16px;
}

.mobile-bottom-nav a .nav-text {
    font-size: 10px;
    font-weight: 600;
}

.mobile-bottom-nav .badge {
    position: absolute;
    top: 0;
    right: 20%;
    background-color: var(--lux-gold);
    color: white;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 1;
}

/* =========================
   TOAST
========================= */
.toast {
    position: fixed;
    top: 25px;
    right: 25px;
    max-width: 300px;
    background: #fff;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 1023;
    animation: slideInRight 0.3s ease-in-out forwards, fadeOut 5s ease-in-out forwards 3s;
    transform: translateX(110%);
}

.toast.closing {
    animation: slideOutRight 0.5s ease-in-out forwards;
}

.toast-progress {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #b7b7b7;
    animation: toastProgress 3s ease-in-out forwards;
}

.toast-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toast-icon {
    padding: 0.35rem 0.5rem;
    font-size: 1.5rem;
}

.toast-message {
    flex: 1;
    font-size: 0.9rem;
    color: #000000;
    padding: 0.5rem;
}

.toast.toast-success {
    background: #eefaf0;
    border: 1px solid #cfe7d4;
}

.toast.toast-success .toast-progress {
    background-color: #2ecc71;
}

@keyframes slideInRight {
    0% {
        transform: translateX(110%);
    }
    75% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(110%);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes toastProgress {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

/* =========================
   ALERTS
========================= */
.alert {
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: var(--lux-shadow-soft);
}

.alert p {
    margin-bottom: 0;
}

.alert.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* =========================
   OUT OF STOCK
========================= */
.out-of-stock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 24px;
}

.out-of-stock-text {
    background: linear-gradient(135deg, #af2d2d, #dd5959);
    color: white;
    padding: 7px 12px;
    border-radius: 999px;
    font-weight: bold;
    transform: rotate(-5deg);
    font-size: 12px;
}

/* =========================
   MODAL
========================= */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    animation: fadeIn 0.3s ease-out;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.modal-body {
    padding: 20px;
}

.modal-image {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 4px;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.modal-button {
    display: inline-block;
    padding: 8px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.modal-button:hover {
    background-color: #45a049;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* =========================
   RESPONSIVE
========================= */
@media (min-width: 768px) {
    .banner_taital {
        font-size: 32px !important;
    }
}

@media (min-width: 992px) {
    .banner_taital {
        font-size: 48px !important;
    }

    .banner_img {
        height: 300px !important;
    }
}

@media (min-width: 1200px) {
    .banner_taital {
        font-size: 60px !important;
    }
}

@media (max-width: 991px) {
    .top_header {
        font-size: 12px;
    }

    .luxury-navbar {
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 8px;
    }

    .header-center {
        display: none !important;
    }

    .brand-mark {
        font-size: 30px;
    }

    .login_text a {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 13px;
    }

    .toggle_icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
}

@media (max-width: 768px) {
    .banner_img {
        height: 200px !important;
    }

    .top_header {
        font-size: 12px;
        padding: 6px 0;
    }

    .client_section_2 {
        width: 100%;
    }

    .about_taital_main {
        padding-left: 0;
    }

    .client_left,
    .client_right {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }

    .contact_main {
        flex-direction: column;
        gap: 15px;
    }

    .newletter_bt {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .new-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .new-arrival {
        font-size: 20px;
    }

    .pill-button {
        margin-top: 10px;
        font-size: 16px;
    }

    .image_1 {
        height: 150px;
        width: 100%;
        max-height: 150px;
    }

    .product_box {
        height: 300px;
        padding: 10px;
    }

    .card {
        width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    .card img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .banner_img {
        height: 150px !important;
    }

    .header_section .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .luxury-navbar {
        gap: 6px;
    }

    .toggle_icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .brand-mark {
        font-size: 26px;
    }

    .login_text ul {
        gap: 5px;
    }

    .login_text a {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 12px;
    }

    .cart-icon .badge {
        top: -4px;
        right: -3px;
        min-width: 16px;
        font-size: 9px;
        padding: 2px 4px;
    }

    .cart {
        top: 10px;
        right: 8px;
        padding: 6px;
        border-radius: 14px;
    }

    .cart i,
    .cart button {
        width: 26px;
        height: 26px;
        min-width: 26px;
        line-height: 26px;
        font-size: 11px;
    }

    .social_icon {
        width: 100%;
    }

    .main,
    .ipsum_text {
        width: 100%;
        float: none;
        text-align: center;
    }

    .about_taital {
        font-size: 32px;
    }

    .product_taital,
    .customer_taital,
    .contact_taital {
        font-size: 28px;
    }
}

@media (max-width: 450px) {
    .top_header {
        font-size: 11px;
    }

    .login_text a {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 11px;
    }

    .brand-mark {
        font-size: 24px;
    }

    .toggle_icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
}


/* =========================================================
   INDEX PAGE LUXURY SECTIONS
   moved from index.html <style> block
   ========================================================= */

.hero-slider-section {
    margin-bottom: 50px;
}

.hero-slide {
    position: relative;
    min-height: 85vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.32)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.28));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    color: #fff;
    padding: 80px 0;
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.24);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 68px;
    line-height: 0.98;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 0;
}

.hero-content p {
    margin: 0 0 28px 0;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.90);
    max-width: 600px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
}

.primary-btn {
    background: linear-gradient(135deg, #c8a96a, #e9d3a3);
    color: #1a1a1a !important;
    box-shadow: 0 14px 34px rgba(201, 169, 106, 0.28);
}

.secondary-btn {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.30);
}

.hero-btn:hover {
    transform: translateY(-3px);
}

.hero-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    backdrop-filter: blur(8px);
}

.luxury-section-head {
    text-align: center;
    margin-bottom: 25px;
}

.luxury-mini {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #b38b4d;
    font-weight: 700;
    margin-bottom: 12px;
}

.luxury-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.luxury-subtitle {
    max-width: 720px;
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 1.9;
}

.section-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.section-chip {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: #f7efe5;
    color: #7a5b27;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    border: 1px solid #d9c29a;
    color: #1c1c1c !important;
    font-weight: 600;
    background: #fff;
}

.collection-strip {
    margin: 28px 0 45px;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff8ef, #f7ecde);
    border: 1px solid #f0e2ce;
}

.category-or-brand-card {
    text-align: center;
    margin-bottom: 20px;
}

.category-or-brand-card .thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    border: 4px solid #fff;
    box-shadow: 0 20px 40px rgba(30, 30, 30, 0.10);
    background: #fff;
    display: block;
}

.category-or-brand-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-or-brand-card .name {
    display: block;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 14px;
}

.about-luxury-box {
    background: linear-gradient(135deg, #fffdf9, #f6efe6);
    border: 1px solid #ece0cf;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.about-luxury-box .about_taital {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.about-luxury-box .about_text {
    font-size: 15px;
    color: #5e5e5e;
    line-height: 1.95;
}

.about-luxury-image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0,0,0,0.12);
}

.about-luxury-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* improve product cards for homepage sections */
.product_box {
    display: flex;
    flex-direction: column;
}

.product_box .btn_main {
    margin-top: auto;
}

/* hero responsive */
@media (max-width: 991px) {
    .hero-slide {
        min-height: 65vh;
    }

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

    .luxury-title {
        font-size: 38px;
    }

    .about-luxury-box {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .hero-slider-section {
        margin-bottom: 30px;
    }

    .hero-content {
        text-align: center;
        max-width: 100%;
        padding: 60px 0;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .luxury-title {
        font-size: 32px;
    }

    .category-or-brand-card .thumb {
        width: 105px;
        height: 105px;
    }

    .collection-strip {
        padding: 14px;
    }
}


/* =========================================================
   PRODUCT DESCRIPTION PAGE
   ========================================================= */

.lux-product-page {
    background: var(--lux-bg);
}

.lux-breadcrumb-wrap {
    padding: 24px 0 10px;
}

.lux-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    color: var(--lux-muted);
}

.lux-breadcrumb a {
    color: var(--lux-dark);
    font-weight: 600;
}

.lux-breadcrumb .current {
    color: var(--lux-gold);
    font-weight: 700;
}

.lux-product-section {
    padding-top: 10px;
    padding-bottom: 40px;
}

.lux-gallery-card,
.lux-product-info-card {
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(234,223,206,0.9);
    border-radius: 28px;
    box-shadow: var(--lux-shadow);
    padding: 22px;
    position: relative;
    overflow: hidden;
}

.lux-main-image-wrap {
    height: 500px;
    background: linear-gradient(135deg, #fffdf9, #f6efe6);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lux-main-image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.lux-product-carousel .carousel-inner {
    border-radius: 22px;
}

.lux-carousel-control {
    width: 48px;
    opacity: 1;
}

.lux-carousel-control span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(20,20,20,0.75);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.lux-thumbnails {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-top: 18px;
    -webkit-overflow-scrolling: touch;
}

.lux-thumb-item {
    width: 88px;
    height: 88px;
    min-width: 88px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
    box-shadow: var(--lux-shadow-soft);
}

.lux-thumb-item.active-thumb,
.lux-thumb-item:hover {
    border-color: var(--lux-gold);
}

.lux-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-mini-label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: #f7efe5;
    color: #7a5b27;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lux-product-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--lux-dark);
    line-height: 1.02;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.lux-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.lux-meta-pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: #fbf4ea;
    color: #6f5528;
    font-size: 12px;
    font-weight: 700;
}

.lux-rating-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.lux-rating-stars {
    color: #d4a84f;
    font-size: 14px;
}

.lux-rating-text {
    color: var(--lux-muted);
    font-size: 14px;
}

.lux-price-box {
    background: linear-gradient(135deg, #fff8ef, #f7ecde);
    border: 1px solid #f0e2ce;
    border-radius: 22px;
    padding: 18px 20px;
    margin-bottom: 22px;
}

.lux-price-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8d6a2e;
    font-weight: 700;
    margin-bottom: 8px;
}

.lux-price-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--lux-dark);
    line-height: 1.1;
}

.lux-desc-box {
    margin-bottom: 24px;
}

.lux-desc-box h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--lux-dark);
    margin-bottom: 10px;
    padding-bottom: 0;
}

.lux-desc-box p {
    font-size: 15px;
    line-height: 1.95;
    color: var(--lux-text);
    margin-bottom: 0;
}

.lux-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.lux-action-form {
    margin: 0;
}

.lux-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    text-decoration: none !important;
}

.lux-btn-gold {
    background: var(--lux-gold-grad);
    color: #1a1a1a !important;
}

.lux-btn-dark {
    background: var(--lux-black-grad);
    color: #fff !important;
}

.lux-btn-outline {
    background: #fff;
    border: 1px solid #d9c29a;
    color: #1c1c1c !important;
}

.lux-btn-muted {
    background: #d8d8d8;
    color: #6b6b6b !important;
}

.lux-btn:hover {
    transform: translateY(-2px);
}

.lux-share-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.lux-share-row strong {
    color: var(--lux-dark);
}

.lux-share-row a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f7efe5;
    color: var(--lux-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lux-share-row a:hover {
    background: var(--lux-dark);
    color: #fff;
}

.lux-modal-content {
    border-radius: 24px;
    border: 1px solid rgba(234,223,206,0.9);
    overflow: hidden;
}

.lux-modal-header {
    background: linear-gradient(135deg, #fff8ef, #f7ecde);
    border-bottom: 1px solid #f0e2ce;
}

.lux-modal-body {
    padding: 24px;
}

.lux-input {
    border-radius: 14px;
    min-height: 46px;
    border: 1px solid #e1d6c5;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .lux-main-image-wrap {
        height: 400px;
    }

    .lux-product-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .lux-gallery-card,
    .lux-product-info-card {
        padding: 16px;
        border-radius: 20px;
    }

    .lux-main-image-wrap {
        height: 280px;
        border-radius: 16px;
    }

    .lux-product-title {
        font-size: 30px;
    }

    .lux-price-value {
        font-size: 26px;
    }

    .lux-thumb-item {
        width: 72px;
        height: 72px;
        min-width: 72px;
        border-radius: 14px;
    }

    .lux-action-row {
        flex-direction: column;
    }

    .lux-btn,
    .lux-action-form,
    .lux-action-form .add-to-cart-btn,
    .lux-action-form button {
        width: 100%;
    }
}
