/*
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&amp;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;
}

/* 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: "";
}

/* Swiper slider navigation universal style */
.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    transition: background 0.2s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-prev i,
.swiper-button-next i {
    font-size: 2rem;
    color: #fff !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #222;
}
.swiper-button-disabled {
    opacity: 0.35 !important;
    cursor: auto;
    pointer-events: none;
}
@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 32px;
        height: 32px;
    }
    .swiper-button-prev i,
    .swiper-button-next i {
        font-size: 1.3rem;
    }
}

/* 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: 493px;
    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/slider-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100svh;
}
.hero-slider-two {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider/slider-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100svh;
}
.hero-slider-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider/slider-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100svh;
}
.hero-slider-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider/slider-4.jpg);
    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;
}

/* 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
    }
}

.product-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.product-card {
  min-width: 140px;
  flex: 0 0 auto;
  background: #E8DFD9 !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  scroll-snap-align: start;
  padding: 12px;
  text-align: center;
}
.product-scroll::-webkit-scrollbar {
  display: none;
}

.sbp-img-wrapper {
  background: #E8DFD9;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 12px;
}
.sbp-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-image-bg img {
  background: #E8DFD9;
}