/*
Template Name: Luxuay - eCommerce Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/
/*
- Body
- Custom classes
- Swiper slider
- Navbar
- Menu Mega Code Start
- Homepage
- Collections
- Collection single
- Brand
- Account
- Product details
- Footer
- Mobile media
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap');

/* Body */
body {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
.form-control,
.form-select,
.form-check-input {
    box-shadow: none !important;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}


/* custom classes */
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.navbar-toggler {
    border: 1px solid #000 !important;
    border-radius: 0px;
    padding: 6px 6px;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #000000;
    color: #ffffff;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.offcanvas .offcanvas-footer {
    padding: 1rem;
}
.mt-n8 {
    margin-top: -4.5rem;
}
.ms-n3 {
    margin-left: -1rem;
}
.close-osahan-btn {
    padding: 0px;
    width: 30px;
    z-index: 9;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Swiper slider */
.hero-header [class^="swiper-button-"]::after,
.shop-by-products-slider [class^="swiper-button-"]::after,
.shop-by-collections-slider [class^="swiper-button-"]::after,
.what-new-slider [class^="swiper-button-"]::after,
.trending-style-slider [class^="swiper-button-"]::after,
.discount-store-slider [class^="swiper-button-"]::after,
.trending-brands-slider [class^="swiper-button-"]::after,
.category-slider [class^="swiper-button-"]::after,
.more-store-slider [class^="swiper-button-"]::after,
.you-like-slider [class^="swiper-button-"]::after {
    content: "";
}

/* navbar */
.osahan-nav .logo {
    width: 36px;
}
.osahan-nav-navbar-nav .nav-item .nav-link {
    padding: 23px 13px;
}
.osahan-nav .dropdown-menu, .osahan-nav .nav-item.dropdown{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.osahan-nav .nav-item.dropdown:hover .dropdown-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

/* Menu Mega Code Start */
#mega-menu {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-width: 131px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
    #mega-menu {
        max-width: 120px;
    }
}
#mega-menu .menu {
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #E9E9E9;
    opacity: 0;
    position: relative;
    top: 8px !important;
    z-index: 90;
    width: 330px;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
    #mega-menu .menu {
        width: 310px;
    }
}
#mega-menu .menu li {
    background-color: #ffffff;
    border-left: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mega-menu .menu li:hover {
    background-color: #ffffff;
    border-left: 2px solid #212529;
}
#mega-menu .menu li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(1.8%);
}
#mega-menu .menu li a {
    border-left: 2px solid transparent;
    padding: 5px 20px;
    display: block;
    position: relative;
}
@media (max-width: 1199.98px) {
    #mega-menu .menu li a {
        padding: 5px 15px;
    }
}
#mega-menu .menu li a.dropdown:after {
    content: "\ea6e";
    position: absolute;
    font-family: "remixicon";
    right: 30px;
    font-size: 14px;
}
#mega-menu .menu li:first-child {
    border-radius: 0px 0 0 0;
}
#mega-menu .menu li:last-child {
    border-radius: 0 0 0 0px;
}
#mega-menu .drop-menu {
    background-color: #ffffff;
    border: 1px solid #E9E9E9;
    border-radius: 0px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    height: 250px;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    position: absolute;
    top: -1px;
    left: 316px;
    width: 650px;
    z-index: -1;
    transform: translateX(-1%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
    #mega-menu .drop-menu {
        left: 298px;
        width: 530px;
    }
}
#mega-menu .drop-menu li a {
    border-bottom: none;
    color: #6c757d !important;
    font-size: 14px;
    font-family: var(--title-font-family);
    font-weight: 400;
    line-height: 32px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mega-menu .drop-menu li {
    border-left: none !important;
}
#mega-menu .drop-menu li a:hover {
    color: #212529 !important;
}
#mega-menu:hover .menu {
    opacity: 1;
    top: 10px;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mega-menu {
    position: unset;
}
.mega-menu .dropdown-menu {
    left: 0;
    right: 0;
    margin: 0;
}
.dropdown-menu-section {
    position: relative;
    overflow: hidden;
}
.dropdown-menu {
    font-size: 14px;
}
.mega-menu .dropdown-menu li a{
    color: #6c757d !important;
}
.mega-menu .dropdown-menu li a:hover{
    color: #212529 !important;
}

/* homepage */
.hero-slider-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100svh;
}
.product:hover .overlay {
    opacity: 1 !important;
    transition: ease .5s;
}

/* collections */
.bg-collections {
    background-image: url(../img/bg-collections.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

/* collection single */
.bg-single-collection {
    background-image: linear-gradient(180deg, transparent 0%, #000000 95%), url(../img/bg-single-collection.jpg) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.brand-icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.circle-img {
  width: 170px;          /* Set width */
  height: 170px;         /* Set height */
  border-radius: 100%;   /* Makes it a circle */
}

/* brand */
.brand-header {
    background-image: url(../img/brand-building.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.brand-img {
    width: 10rem;
    height: 10rem;
}
.brand-tabs .nav-link {
    background-color: transparent !important;
    border-radius: 0px;
    color: #6c757d;
    border-bottom: 2px solid transparent;
}
.brand-tabs .nav-link.active {
    border-bottom: 2px solid #212529;
    color: #212529;
}

/* account */
.profile-img {
    width: 90px;
}
.account-tabs .nav-link {
    background-color: transparent;
    text-align: start;
    border-radius: 0px;
    color: #6c757d;
    border-left: 2px solid transparent;
    padding: 0px;
    margin: 8px 0px;
}
.account-tabs .nav-link.active {
    background-color: transparent;
    border-left: 2px solid #212529;
    color: #212529;
}
.order-tabs .nav-link {
    background-color: transparent !important;
    border-radius: 0px;
    color: #6c757d;
    padding: 8px 0;
    margin: 0px 15px;
    border-bottom: 2px solid transparent;
}
.order-tabs .nav-link.active {
    border-bottom: 2px solid #212529;
    color: #212529;
}
.account-settings-tabs .nav-link {
    background-color: transparent !important;
    border-radius: 0px;
    color: #6c757d;
    padding: 8px 0;
    margin: 0px 15px;
    border-bottom: 2px solid transparent;
}
.account-settings-tabs .nav-link.active {
    border-bottom: 2px solid #212529;
    color: #212529;
}

/* Product details */
.sticky-sidebar {
    position: sticky;
    top: 20px;
}

/* mobile media */
@media (max-width: 768px) {
    .py-5.footer.bg-body-tertiary {
        display: none;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-copyright span.me-3.small {
        display: flow;
        margin: 0 0 4px 0 !important;
    }
    .footer-copyright .col-md-4.text-end {
        text-align: center !important;
    }
    .hero-header .brand-img {
        margin: auto;
    }
    .osahan-nav-navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 14px 15px;
    }
    .osahan-nav-navbar-nav .d-flex.align-items-center.gap-4 {
        justify-content: center;
        align-items: center;
    }
    .osahan-nav .d-flex.align-items-center.gap-4 {
        justify-content: center;
    }
    .osahan-nav .d-flex.align-items-center.gap-4 a {
        padding: 10px 10px;
        margin-bottom: 14px;
    }
    .osahan-nav-navbar-nav {
        border-top: 1px solid #dee2e6;
        padding-top: 17px;
    }
    .dropdown-menu-section .py-4 {
        border: none !important;
        padding: 0 0;
        text-align: center;
    }
    .dropdown-menu-section {
        text-align: center;
    }
    .osahan-nav .dropdown-menu {
        text-align: center;
    }
    .product-detail-select-size {
        display: inherit !important;
    }
    .product-detail-select-size h6.fw-bold.pb-1 {
        margin-top: 24px;
    }
}
@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:100%
    }
}
@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}
@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}
/* === Dark Theme Overrides === */
:root{
  --bg: #000;
  --bg-2: #0f0f10;      /* cards, dropdowns */
  --text: #fff;
  --muted: #b9b9b9;
  --border: #222;
  --link: #eaeaea;
  --link-muted: #c7c7c7;
  --input-bg: #111;
  --input-text: #fff;
  --input-border: #2a2a2a;
}

/* Global */
html, body {
  background: var(--bg) !important;
  color: var(--text) !important;
}
a { color: var(--link); }
a:hover { color: #fff; }

/* Bootstrap helpers on dark */
.text-dark, .text-black-50, .link-dark { color: var(--link-muted) !important; }
.bg-white, .bg-body-tertiary, .footer-copyright {
  background-color: var(--bg) !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}

/* Navbar */
.navbar { background: var(--bg) !important; }
.navbar .nav-link { color: var(--link-muted) !important; }
.navbar .nav-link.active, .navbar .nav-link:hover { color: #fff !important; }
.navbar .navbar-brand, .navbar i { color: var(--text) !important; }

/* Cards / product tiles */
.card, .card-footer, .card-body {
  background: transparent !important;
  color: var(--text) !important;
  border-color: var(--border) !important;
}
.card-title, .card-text, .card h6 { color: var(--text) !important; }

/* Buttons */
.btn-light { 
  background: #fff !important; 
  color: #000 !important; 
  border: none;
}
.btn-dark { 
  background: #111 !important; 
  color: #fff !important; 
  border-color: #333 !important;
}

/* Forms */
.form-control, .form-select {
  background: var(--input-bg) !important;
  color: var(--input-text) !important;
  border: 1px solid var(--input-border) !important;
}
.form-control::placeholder { color: #888; }
.input-group .btn { border-color: var(--input-border) !important; }

/* Dropdowns / menus (template had white) */
.dropdown-menu, #mega-menu .menu, #mega-menu .drop-menu {
  background: var(--bg-2) !important;
  border-color: var(--border) !important;
  color: var(--text) !important;
}
#mega-menu .menu li, #mega-menu .drop-menu li a {
  background: var(--bg-2) !important;
  color: var(--muted) !important;
}
#mega-menu .menu li:hover, .mega-menu .dropdown-menu li a:hover {
  color: #fff !important;
  border-left-color: #fff !important;
}

/* Links in footer */
.footer-copyright a {
  color: var(--link-muted) !important;
}
.footer-copyright a:hover { color: #fff !important; }

/* Borders / dividers */
.border-bottom, .border-top, .border {
  border-color: var(--border) !important;
}

/* Icons inside “social-btn” */
.social-btn { color: var(--text) !important; }

/* Swiper bullets (already black) – switch to light */
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background: #ddd !important;
}

/* Overlays already dark; keep content readable */
.overlay { color: #fff !important; }

/* Brand/collection headers if you use them */
.brand-header, .bg-collections, .bg-single-collection {
  filter: brightness(0.7) contrast(1.05);
}

/* Respect system preference (optional) */
@media (prefers-color-scheme: light) {
  :root { --bg: #fff; --text:#000; --link:#111; --link-muted:#555; --border:#e5e5e5; --input-bg:#fff; --input-text:#000; --input-border:#d9d9d9; }
}

.product-image-swap {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-image-swap img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .25s ease;
}

.product-image-swap .secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.product-image-swap:hover .secondary,
.product-image-swap:focus-within .secondary {
  opacity: 1;
}

.product-image-swap:hover .primary,
.product-image-swap:focus-within .primary {
  opacity: 0;
}
/* Ensure image swap works even when overlay covers the image. */
.product:hover .product-image-swap .secondary,
.product:focus-within .product-image-swap .secondary {
  opacity: 1;
}

.product:hover .product-image-swap .primary,
.product:focus-within .product-image-swap .primary {
  opacity: 0;
}
/* Hover effect for buttons */
.btn-hov:hover,
.btn-hov:focus {
  background-color: #fff !important;   /* brighten background */
  color: #000 !important;              /* invert text/icon color */
  border-color: #fff !important;       /* light border */
  box-shadow: 0 0 10px rgba(255,255,255,0.5); /* subtle glow */
  transition: all 0.25s ease-in-out;
}
/* Hover effect for buttons */
.btn-hov2:hover,
.btn-hov2:focus {
  background-color: #1c1c1c !important;   /* brighten background */
  color: #fff !important;              /* invert text/icon color */
  border-color: #1c1c1c !important;       /* light border */
  box-shadow: 0 0 10px rgba(255,255,255,0.5); /* subtle glow */
  transition: all 0.25s ease-in-out;
}

/* For outline-dark buttons (size, quantity selectors, etc.) */
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

/* Mobile adjustments for Instagram profile */
@media (max-width: 768px) {
  .brand-img {
    margin: 0 auto !important;     /* centers the circle image */
    display: flex;
    justify-content: center;
  }

  .circle-img {
    margin: 0 auto !important;     /* ensures the actual <img> is centered */
    display: block;
  }

  .d-md-flex.d-grid.align-items-center.gap-4.text-center.text-md-start {
    justify-content: center !important; /* keep the text centered */
    text-align: center !important;
  }
}


