.megamenu-content .mainwrap ul.main-menu {
    flex-wrap: wrap;
}

.quick-veiw-area .quick-caption .pro-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.quick-veiw-area .quick-caption .pro-items span.pro-size {
    font-size: 14px;
    font-weight: 600;
}

.quick-veiw-area .quick-caption .pro-items ul.pro-wight {
    display: flex;
    flex-wrap: wrap;
}

.quick-veiw-area .quick-caption .pro-items ul.pro-wight li {
    margin-left: 15px;
}

.quick-veiw-area .quick-caption .pro-items ul.pro-wight li a {
    color: #adadad;
    border-bottom: 2px solid #adadad;
    padding: 2px 8px;
}

.quick-veiw-area .quick-caption .pro-items ul.pro-wight li a.active,
.quick-veiw-area .quick-caption .pro-items ul.pro-wight li a:hover {
    color: #000;
    border-color: #000;
    padding: 2px 8px;
}

.quick-veiw-area .quick-caption .product-color {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.quick-veiw-area .quick-caption .product-color span.color-label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.quick-veiw-area .quick-caption .product-color span.color {
    margin-left: 15px;
    line-height: 1;
    display: flex;
}

.quick-veiw-area .quick-caption .product-color span.color a {
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100%;
}

.quick-veiw-area .quick-caption .product-color span.color a.active,
.quick-veiw-area .quick-caption .product-color span.color a:hover {
    border-color: #333;
}

.quick-veiw-area .quick-caption .product-color span.color a span {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.quick-veiw-area .quick-caption .product-color span.color a:last-child {
    margin-right: 0px;
}

.pro-info .pro-size {
    margin-top: 10px;
}

.pro-info .pro-size label {
    font-weight: 600;
}

.pro-info .pro-size select {
    margin-left: 10px;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 25px;
    text-transform: uppercase;
}

.pro-page .pro-image .pro-info .pro-availabale span.pro-outstock {
    color: #f11010;
    font-weight: 600;
}

.pro-info .product-sku {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ededed;
    display: flex;
    align-items: center;
}

.pro-info .product-sku span {
    margin-left: 15px;
    line-height: 1;
}

.pro-info .pro-btn .product-quantity-action {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pro-info .pro-btn .product-quantity-action .product-quantity {
    margin-left: 15px;
}

.product-quantity .cart-plus-minus {
    display: flex;
    border: 1px solid #eee;
    width: 110px;
}

.product-quantity .cart-plus-minus .qtybutton {
    height: 30px;
    width: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-quantity .cart-plus-minus input {
    height: 30px;
    width: 50px;
    font-size: 13px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.product-quantity .cart-plus-minus .qtybutton {
    height: 30px;
    width: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pro-info .pro-btn .pro-detail-button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.cart-tempty-title {
    padding: 5px;
}

.cart-image {
    width: 150px;
}

.wishlist-page .wishlist-grid-empty-list .empty-list-info {
    text-align: center;
}

.wishlist-page .wishlist-grid-empty-list .empty-list-info h2 {
    font-size: 28px;
    font-weight: 600;
}

.wishlist-page .wishlist-grid-empty-list .empty-list-info h2 span:nth-child(even),
.wishlist-page .wishlist-grid-empty-list .empty-list-info p a {
    color: var(--theme-color);
}

.wishlist-page .wishlist-grid-empty-list .empty-list-info h2 span {
    display: block;
}

.wishlist-page .wishlist-grid-empty-list .empty-list-info p {
    margin-bottom: 0;
    margin-top: 30px;
}

.wishlist-area .wishlist-details .wishlist-all-pro .all-pro-price span.item-remove {
    display: block;
    font-size: 18px;
}

.other-link a.btn-style1 {
    /* color: #fff !important; */
    text-decoration: unset !important;
}

.other-link a.btn-style1:hover {
    color: var(--luxury-light) !important;
}

.other-link button.btn-style1 {
    /* color: #fff !important; */
    text-decoration: unset !important;
}

.other-link button.btn-style1:hover {
    color: var(--luxury-light) !important;
}

.cart-page .empty-cart-page {
    text-align: center;
}

.cart-page .empty-cart-page h2 {
    font-size: 28px;
    font-weight: 600;
}

.cart-page .empty-cart-page h2 span:nth-child(even),
.cart-page .empty-cart-page p a {
    color: var(--theme-color);
}

.cart-page .empty-cart-page h2 span {
    display: block;
}

.cart-page .empty-cart-page p {
    margin-bottom: 0;
    margin-top: 30px;
}

.cart-area .cart-details .cart-all-pro .all-pro-price span.item-update {
    display: block;
    font-size: 18px;
}

.cart-total .cart-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 14px;
}

.cart-total .cart-info span {
    margin-top: 25px;
}

.cart-total .cart-info span.total {
    font-weight: 600;
    margin-top: 25px;
}

.cart-page .cart-total .proceed-to-checkout {
    margin-top: 15px;
    text-align: center;
}

.cart-page .cart-total .proceed-to-checkout a:hover {
    color: var(--theme-color);
}

.toaster .alert .close {
    background-color: unset;
    margin-right: 10px;
}

.map-area .map-details .contact-info .contact-details button {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
}

.map-area .map-details .contact-info .contact-details button i {
    margin-left: 5px;
}

.all-filter .categories-page-filter ul.all-option li.grid-list-option label {
    width: 100%;
    margin-left: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.all-filter .filter-tag ul.all-tag li.tag a.active {
    background-color: #000;
    color: #fff;
}

.list-all-page .page-number a,
.all-page .page-number a {
    margin-right: 15px;
}

.add-area .address-content ul.address-input li.type-add-new {
    width: calc(46% - 187px);
    margin-left: 30px;
    margin-top: 30px;
}

.add-area .address-content ul.address-input li.type-add-new label {
    margin-bottom: 5px;
}

.add-area .address-content ul.address-input li.type-add-new select {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.section-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-not-found .search-error-wrapper {
    text-align: center;
}

.page-not-found .search-error-wrapper h1 {
    font-size: 30px;
    font-weight: 600;
}

.page-not-found .search-error-wrapper h1 span:nth-child(odd),
.page-not-found .search-error-wrapper h2 span:nth-child(even) {
    color: var(--theme-color);
}

.page-not-found .search-error-wrapper h2 {
    font-size: 50px;
    font-weight: 600;
}

.page-not-found .search-error-wrapper p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 25px;
}

.page-not-found .search-error-wrapper a {
    margin-top: 15px;
}

.about-details h4 {
    margin-top: 0.5rem !important;
}

.about-details:has(.privacy-content) {
    text-align: unset;
}

.checkout-tab ul.nav.nav-tabs {
    margin-bottom: 22px;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-tab ul.nav.nav-tabs li.nav-item {
    margin-left: 40px;
}

.checkout-tab ul.nav.nav-tabs li.nav-item:first-child {
    margin-left: 0px;
}

.checkout-tab ul.nav.nav-tabs li.nav-item a.nav-link {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    font-weight: 600;
    border: none;
}

.checkout-tab ul.nav.nav-tabs li.nav-item a.nav-link.active {
    color: var(--theme-color);
}

.checkout-style-2 .billing-area div h2 {
    font-size: 24px;
}

.checkout-style-2 .billing-area div .billing-form {
    margin-top: 16px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul {
    width: 100%;
    margin-top: 15px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul:first-child {
    margin-top: 0px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-2 {
    display: flex;
    flex-wrap: wrap;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-2 li.billing-li {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-2 li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul li.billing-li label {}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul li.billing-li input {
    width: 100%;
    margin-top: 10px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul li.billing-li textarea {
    width: 100%;
    margin-top: 10px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul li.billing-li select {
    width: 100%;
    margin-top: 10px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul li.billing-li option {
    margin-top: 10px;
}

.checkout-style-2 .billing-area .billing-details form h2 {
    font-size: 24px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form {
    margin-top: 19px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li {
    margin-top: 9px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li.check-box {
    display: flex;
    align-items: center;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li.check-box input {
    margin-right: 5px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li:first-child {
    margin-top: 0px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li label {
    margin-bottom: 0px;
}

.checkout-style-2 .billing-area .billing-details ul.shipping-form li textarea {
    margin-top: 10px;
    width: 100%;
}

.checkout-style-2 .order-area {
    margin-left: -20px;
}

.checkout-style-2 .order-area .check-pro {
    position: sticky;
    top: 0px;
    width: calc(50% - 30px);
    margin-left: 30px;
}

.checkout-style-2 .order-area .check-pro h2 {
    font-size: 24px;
}

.checkout-style-2 .order-area .check-pro ul.check-ul {
    margin-top: 20px;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content {
    margin-left: 15px;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content a {
    display: block;
    font-weight: 600;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content span.check-code-blod {
    display: block;
    margin-top: 4px;
    font-weight: 600;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content span.check-code-blod span {
    font-weight: 500;
}

.checkout-style-2 .order-area .check-pro ul.check-ul li .check-content span.check-price {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.checkout-style-2 .order-area {
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
}

.checkout-style-2 .order-area .order-history {
    width: calc(50% - 30px);
    margin-left: 30px;
}

.checkout-style-2 .order-area .order-history h2 {
    font-size: 18px;
}

.checkout-style-2 .order-area .order-history .order-inf {
    margin-top: 23px;
}

.checkout-style-2 .order-area .order-history .order-inf .order-details {
    margin-top: 13px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-style-2 .order-area .order-history .order-inf .order-details:first-child {
    margin-top: 0px;
}

.checkout-style-2 .order-area .order-history .order-inf .order-details span {
    font-size: 16px;
    font-weight: 500;
}

.checkout-style-2 .order-area .order-history .order-inf .order-details.last {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.checkout-style-2 .order-area .order-history .order-inf .order-details.last span {
    font-weight: 600;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form {
    margin-top: 19px;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .order-checkbox {
    margin-top: 19px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .order-checkbox :first-child {
    margin-top: 0px;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .order-checkbox input {
    margin-right: 10px;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .order-checkbox label {
    margin-bottom: 0px;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .pay-icon {
    margin-top: 19px;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .pay-icon a {
    font-size: 25px;
    margin-left: 15px;
    line-height: 1;
}

.checkout-style-2 .order-area .order-history .order-inf form .order-form .pay-icon a:first-child {
    margin-left: 0px;
}

.checkout-style-2 .order-area .order-history .order-inf button.btn-style1 {
    margin-top: 28px;
    display: block;
    text-align: center;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-3 {
    display: flex;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-3 li.billing-li {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.checkout-style-2 .billing-area div .billing-form ul.billing-ul.input-3 li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}

.order-details span input {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}

.fade:not(.show) {
    display: none;
}

.header-main-area .header-main .search-wrap button {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: none;
    border-radius: 50%;
    line-height: 0;
}

.checkout-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -15px;
}

.checkout-area .billing-area {
    /* width: calc(60% - 15px); */
    margin-left: 15px;
    border: 1px solid #eee;
}

.checkout-area .billing-area div h2 {
    font-size: 20px;
}

.checkout-area .billing-area div {
    padding: 15px;
}

.checkout-area .billing-area div .billing-form {
    margin-top: 10px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul {
    width: 100%;
    margin-top: 10px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-2 {
    display: flex;
    flex-wrap: wrap;
}

.checkout-area .billing-area div .billing-form ul.billing-ul:first-child {
    margin-top: 0px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-2 li.billing-li {
    width: calc(50% - 8px);
    margin-left: 8px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-2 li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul li.billing-li label {}

.checkout-area .billing-area div .billing-form ul.billing-ul li.billing-li input {
    width: 100%;
    margin-top: 5px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul li.billing-li select {
    width: 100%;
    margin-top: 5px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul li.billing-li option {}

.checkout-area .billing-area .billing-details {
    border-top: 1px solid #eee;
}

.checkout-area .billing-area .billing-details form h2 {
    font-size: 24px;
}

.checkout-area .billing-area .billing-details ul.shipping-form {
    margin-top: 10px;
}

.checkout-area .billing-area .billing-details ul.shipping-form li.check-box {
    display: flex;
    align-items: center;
}

.checkout-area .billing-area .billing-details ul.shipping-form li.check-box input {
    margin-right: 5px;
}

.checkout-area .billing-area .billing-details ul.shipping-form li.comment-area {
    margin-top: 8px;
}

.checkout-area .billing-area .billing-details ul.shipping-form li label {
    margin-bottom: 0px;
}

.checkout-area .billing-area .billing-details ul.shipping-form li textarea {
    margin-top: 5px;
    width: 100%;
}

.checkout-area .order-area {
    width: calc(40% - 15px);
    margin-left: 15px;
    border: 1px solid #eee;
}

.checkout-area .order-area {
    position: sticky;
    top: 0px;
}

.checkout-area .order-area .check-pro h2 {
    background-color: #f5f5f5;
    padding: 8px 15px;
    font-size: 16px;
}

.checkout-area .order-area .check-pro ul.check-ul li {
    padding: 12px 15px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-pro-img {
    width: 25%;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-content {
    width: 75%;
    margin-left: 10px;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-content a {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-content span.check-code-blod {
    display: block;
    margin-top: 2px;
    font-weight: 600;
    font-size: 12px;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-content span.check-code-blod span {
    font-weight: 500;
}

.checkout-area .order-area .check-pro ul.check-ul li .check-content span.check-price {
    font-size: 14px;
    font-weight: 600;
    margin-top: 3px;
}

.checkout-area .order-area h2 {
    background-color: #f5f5f5;
    padding: 8px 15px;
    font-size: 16px;
}

.checkout-area .order-area ul.order-history {
    padding: 0px 15px;
}

.checkout-area .order-area ul.order-history li.order-details {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-area .order-area ul.order-history li.order-details:first-child {
    margin-top: 0px;
    border: none;
}

.checkout-area .order-area ul.order-history li.order-details:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.checkout-area .order-area ul.order-history li.order-details:last-child span {
    font-weight: 600;
}

.checkout-area .order-area div {
    padding: 0px 15px;
}

.checkout-area .order-area div ul.order-form {
    margin-top: 12px;
}

.checkout-area .order-area div ul.order-form li {
    margin-top: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.checkout-area .order-area div ul.order-form li:first-child {
    margin-top: 0px;
}

.checkout-area .order-area div ul.order-form li input {
    margin-right: 10px;
}

.checkout-area .order-area div ul.order-form label {
    margin-bottom: 0px;
}

.checkout-area .order-area div ul.order-form li.pay-icon a,
.checkout-area .order-area div ul.order-form li.shipping-icon a {
    font-size: 25px;
    margin-left: 10px;
}

.checkout-area .order-area div ul.order-form li.pay-icon a:first-child {
    margin-left: 0px;
}

.checkout-area .order-area .checkout-btn {
    padding: 28px 20px 20px 20px;
}

.checkout-area .order-area .checkout-btn a.btn-style1 {
    display: block;
    text-align: center;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-3 {
    display: flex;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-3 li.billing-li {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.checkout-area .billing-area div .billing-form ul.billing-ul.input-3 li.billing-li:first-child {
    margin-left: 0px;
    width: calc(50% - 0px);
    margin-left: 0px;
}

.cart-total .cart-info div {
    margin-top: 8px;
}

.cart-total .cart-info div input {
    width: 100%;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-top: 10px;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details div .cart-tax-name {
    margin-top: 10px;
    display: block;
    line-height: 1;
}

.cart-area .cart-details .cart-all-pro .cart-pro .pro-details div .cart-tax-amount {
    margin-top: 10px;
    display: block;
    line-height: 1;
    font-weight: 600;
}

.forgat-password-area .forgot-p div {
    width: 100%;
    padding: 30px;
}

.order-info a.check-link {
    color: var(--theme-color);
    align-items: center;
}

.pro-img {
    position: relative;
}

button.img-edit-icon {
    position: absolute;
    right: 16px;
    bottom: 0px;
    background: var(--theme-color);
    padding: 12px;
    width: 25px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
}

.register-area .register-box form select {
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 3px;
}

/* Cart icon positioning fix */
.shopping-widget .shopping-cart a.cart-count {
    position: relative;
    z-index: 5;
}

.shopping-widget .shopping-cart a.cart-count .cart-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-widget .shopping-cart a.cart-count .bigcounter {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light));
    box-shadow: 0 2px 8px rgba(212, 175, 55, .4);
    pointer-events: none;
}

/* Mini cart visual improvements */
.mini-cart {
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

.mini-cart.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.mini-cart .mc-header {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light));
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cart .mc-count-bar {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini-cart .mc-count-num {
    font-weight: 700;
    font-size: 16px;
}

.register-phone {
    display: flex;
    align-items: center;
}

.register-phone select {
    width: 100% !important;
    padding: 10px 3px !important;
    text-align: center;
}

ul.pro-input-label li .register-phone select {
    width: 100%;
    border: 1px solid #eee;
    margin-top: 10px;
    border-top-left-radius: 5px;
    padding: 10px !important;
    border-bottom-left-radius: 5px;
}

ul.pro-input-label li .register-phone input {
    width: 100%;
    border: 1px solid #eee;
    margin-top: 10px;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.forgat-password-area .forgot-p button.forgot-link span {
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.verify-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verify-phone form {
    width: 100%;
    background-color: var(--theme-color);
    color: #fff;
    padding: 15px;
    font-weight: 400;
    text-align: center;
    padding: 0 !important;
}

.verify-phone form button.forgot-link span {
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 10px;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.verify-phone form button.forgot-link {
    width: 100%;
    background-color: var(--theme-color);
    color: #fff;
    padding: 15px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.verify-phone form button.forgot-link span:hover {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* .register-area .register-box form a,
.register-area .register-box form button {
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 3px;
} */

/* .register-area .register-box form a.btn-style1:hover,
.register-area .register-box form button.btn-style1:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
} */

.phone-verify {
    margin-top: 1.5rem !important;
    align-items: center;
}

.phone-verify a.ceate-a {
    margin-top: 0 !important;
}

.phone-verify form button {
    width: 100%;
    padding: 13px 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.phone-verify form button:disabled {
    background-color: #e9e9e9;
}

label.error {
    width: 100%;
    font-size: 80% !important;
    margin-top: 0.25rem !important;
    color: #dc3545 !important;
}

input.error,
select.error,
textarea.error {
    border: 1px solid #dc3545 !important;
}

input.valid,
select.valid,
textarea.valid {
    border: 1px solid #28a745 !important;
}

.register-phone div {
    margin-top: 20px;
}

.valid-feedback {
    width: 100%;
    font-size: 80% !important;
    color: #28a745 !important;
}

.profile-form .register-phone div {
    margin-top: unset;
}

.pro-description {
    margin-top: 10px;
}

#search-form .error~button.search-btn {
    right: -2px;
    height: 70%;
}

#search-form .valid~button.search-btn {
    right: 0;
    height: 100%;
}

.white-space-prewrap {
    white-space: pre-wrap !important;
}

.testi-m .owl-stage {
    display: flex;
}

.testi-m .owl-stage .owl-item {
    height: auto;
}

.testi-m .owl-stage .owl-item .items {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.testimonial-bg1 .testi-m .testimonial-area {
    height: 100%;
    width: 100%;
}

.testimonial-bg1 .testi-m .testimonial-area p {
    flex: 1;
}

.home-blog .owl-stage {
    display: flex;
}

.home-blog .owl-stage .owl-item {
    height: auto;
}

.home-blog .owl-stage .owl-item .items {
    display: flex;
    flex-wrap: wrap;
    /* height: 100%; */
}

.blog1 .home-blog .blog-content p {
    flex: 1;
}

.cart-item-loop .product-sku {
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.cart-item-loop .product-sku h6 {
    font-weight: 300;
}

.cart-item-loop .product-sku span {
    margin-left: 15px;
    line-height: 1;
    text-transform: capitalize;
}

.mb-20 {
    margin-bottom: 20px;
}

.profile-form .iti__country {
    width: unset !important;
    margin-left: unset !important;
}

.slider .home-slider .img-back .h-s-content.slide-c-r {
    left: unset;
}

.register-area .register-box form .g-recaptcha {
    width: 100%;
    margin-top: 20px;
}

.login-area .login-box form .g-recaptcha {
    width: 100%;
    margin-top: 20px;
}

.map-area .map-details .contact-info .contact-details form .g-recaptcha {
    width: 100%;
    margin-top: 10px;
}

.iti__selected-flag {
    height: 40px !important;
}

.register-area .register-box form .iti--allow-dropdown {
    margin-top: 20px;
}

.iti--allow-dropdown {
    display: block !important;
}

.magnifier-wrap .search-popuup {
    font-size: 20px;
}

.top1 ul.top-home li.top-home-li {
    width: unset;
}

@media (max-width: 480px) {
    .top1 ul.top-home li.top-home-li .top-content p {
        font-size: 12px;
    }
}

.blog-style-1-full-grid .blog-number {
    position: absolute;
    background-color: var(--theme-color);
    height: 50px;
    width: 50px;
    top: 0px;
    left: 15px;
    border-radius: 0px 5% 25% 25%;
    display: flex;
    padding-top: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
}

#review-form form label:first-child {
    margin-top: 0px;
}

#review-form form input {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;

    border: 1px solid #eee;
}

#review-form form textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;

    border: 1px solid #eee;
}

#review-form span {
    display: block;
    margin-top: 10px;
    line-height: 1;
}

#review-form label {
    font-size: 14px;
    margin-top: 15px;
}

#review-form input,
#review-form textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}

@media (max-width: 991px) {
    .order-histry-area .order-history .profile-address {
        width: 100%;
        margin-top: 20px;
    }
}

.grid-list-area .grid-list-select {
    flex-wrap: wrap;
}

.profile-wishlist .table,
.profile-reward-list .table {
    border-top: 1px solid #eee;
}

.login-area .login-box button.btn-style1,
#email-form button.btn-style1,
.email-form button.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.register-area .register-box button.btn-style1 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.testimonial-img {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    width: 60px !important;
    height: 60px !important;
    align-items: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 7px auto;
    border-radius: 50px;
}

.testimonial-bg1 .testi-m .testimonial-area:before {
    content: unset;
}

.reply-form input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.reply-form textarea {
    width: 100%;
    margin-top: 10px;
    min-height: 100px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    resize: unset;
}

.reply-form label {
    margin-top: 15px;
}

.forgat-password-area .forgot-p button.forgot-link {
    width: 100%;
    background-color: var(--theme-color);
    color: #fff;
    padding: 15px;
    font-weight: 400;
    text-align: center;
}

.forgat-password-area .forgot-p button.forgot-link span {
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.badge-style {
    background: var(--theme-color);
}

.address-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.all_address {
    cursor: pointer;
}

.edit-address,
.delete-address {
    cursor: pointer;
}

a.w-c-q-icn i {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

a.w-c-q-icn:hover i {
    color: var(--theme-color);
}

.address-bg {
    background-color: #f7f7f7;
}

.pro-img img {
    width: 111px;
    height: 111px;
}

.cart-tempty-title {
    padding: 10px;
}

.owl-carousel .owl-nav,
.pro-tab-slider .swiper-buttons {
    display: none;
    transition: 0.5s ease-in-out;
}

.owl-carousel:hover .owl-nav,
.pro-tab-slider:hover .swiper-buttons {
    display: block;
}

.pro-tab-slider .swiper-buttons {
    left: 15px;
}

.pro-tab-slider .swiper-buttons .content-buttons .swiper-button-next {
    right: 15px;
}

.wishlist-wrap {
    display: block !important;
}

.blog1 .home-blog .blog-start .blog-content p.blog-description {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about-breadcrumb .about-back .about-l ul.about-link {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.about-breadcrumb .about-back .about-l ul.about-link li,
.about-breadcrumb .about-back .about-l ul.about-link li a {
    padding: 0 !important;
}

.about-breadcrumb .about-back .about-l ul.about-link li.go-home a::after {
    bottom: 5px;
    left: 115%;
}

.all-filter .categories-page-filter ul.all-option {
    height: auto;
}

.grid-2-product .grid-list-select {
    gap: 12px;
}

.cart-area .cart-details .cart-all-pro .qty-item .plus-minus span input {
    width: 30px;
}

.cart-area .cart-details .cart-all-pro .cart-pro {
    width: 30%;
}

.about-content .about-details {
    text-align: left;
}

.about-content .about-image {
    margin-top: 15px;
    position: relative;
    display: block;
    padding-top: 50%;
}

.about-content .about-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-address,
.delete-address {
    opacity: 1 !important;
    visibility: visible !important;
    width: 35px !important;
    height: 35px !important;
}

.edit-address-delete {
    min-width: 80px;
    display: flex;
    gap: 8px;
}

.tred-pro:hover a.w-c-q-icn {
    visibility: visible;
    opacity: 1;
}

.t-banner1 .home-offer-banner .o-t-banner .o-t-content h6 {
    color: #000;
}

.tred-pro .Pro-lable span.p-discount {
    right: 0;
    top: 0;
}

.tab-content>.active {
    padding: 0 0px;
}

.home-blog:hover .owl-nav,
.quick-slider:hover .owl-nav.disabled,
.pro-page-slider:hover .owl-nav.disabled {
    display: none;
}

.iti__flag {
    background-image: url(../img/flags.png) !important;
}

.releted-products.owl-carousel.owl-loaded:hover .owl-nav {
    display: none;
}

.pro-page .pro-image .pro-info .pro-price .Pro-lable span.p-discount {
    transform: rotate(0);
}

.cate-images {
    width: 170px !important;
    height: 173px;
    object-fit: cover;
}

.prod-images {
    /* height: 307px; */
    width: 100%;
    object-fit: cover;
}

.blog1 .home-blog .blog-start .blog-image a img {
    object-fit: cover;
    height: 200px;
}

.blog1 .home-blog .blog-start .blog-image,
.blog1 .home-blog .blog-start .blog-image a {
    width: 100%;
}

.blog1 .home-blog .blog-start .blog-content .blog-title h6 a {
    white-space: unset;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.trending-products.owl-carousel.owl-theme .owl-nav button {
    top: 30%;
}

.pro-tab-slider .swiper-buttons .content-buttons .swiper-button-prev {
    left: -4px;
}

.pro-tab-slider .swiper-buttons .content-buttons .swiper-button-next {
    right: 33px;
}

.testimonial-bg1 .testi-m .testimonial-area {
    margin: 0 5px;
}

.news-letter1 .home-news form button {
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    background-color: var(--theme-color);
    font-weight: 600;
    border: 2px solid var(--theme-color);
    border-radius: 0 23px 23px 0;
}

.news-letter1 .home-news form button:hover {
    color: #fff;
}

.brand-carousel:hover .owl-nav {
    display: none;
}

.news-letter1 .home-news form input {
    padding: 18px 15px 15px 20px;
}

.trending-products:hover .owl-nav {
    margin-top: 0;
}

@media (max-width: 440px) {
    .grid-list-area .grid-pro ul.grid-product li.grid-items {
        width: 100% !important;
    }

    .search-pro-area .search-pro-items {
        width: 100% !important;
    }
}

.order-section {
    border: 1px solid #eee;
    padding: 20px !important;
    background-color: #fff;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
}

.lang-select {
    appearance: none;
    padding: 6px 30px 6px 15px;
    border-color: #000;
    background-color: #fff;
    background: url(../image/down-arrow1.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: calc(100% - 10px) 50%;
}

/* scrtch-card-css */
.profile-reward-list {
    width: calc(65% - 30px);
    margin-left: 30px;
}

.cursor-grabbing {
    cursor: grabbing;
}

.cursor-pointer {
    cursor: pointer;
}

.scratch-card {
    position: relative;
    z-index: 1;
    height: 100%;
}

.scratch-card-inner {
    height: 100%;
}

.scratch-card .scratch-card-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.scratch-card .scratch-card-inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(10 8 8 / 39%);
    z-index: 1;
}

.scratch-card .scratch-overlay>svg {
    height: 100%;
    width: 100%;
}

.scratch-card .scratch-card-content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px;
    display: flex;
    gap: 15px;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.scratch-card .scratch-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color);
    z-index: 2;
}

.scratch-card .scratch-overlay svg path {
    fill: white;
}

.scratch-card-content h4,
.scratch-card-content .expiry-date {
    color: white;
    text-transform: capitalize;
}

.scratch-card .coupon-code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    background-color: rgb(60 60 60 / 27%);
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 2px 5px rgb(217 217 217 / 40%);
}

.scratch-card .coupon-code svg {
    width: 16px;
    height: 16px;
    fill: #333;
}

.scratch-card .scratch-price {
    font-size: 22px;
}

.scratch-card-canvas {
    position: relative;
    height: 100%;
    width: 100%;
}

.scratch-modal .scratch-card .scratch-overlay {
    background: none;
}

.scratch-modal .modal-content {
    height: 500px;
}

.scratch-card .scratch-card-timer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(236, 176, 10);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.scratch-card .coupon-used-expaire-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.scratch-card .coupon-used-expaire-label {
    background-color: black;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 6px 8px rgba(250, 250, 250, 0.2);
}

.profile-reward-wrp {
    gap: 15px;
    flex-wrap: wrap;
}

.profile-reward-wrp .profile-reward-inner {
    max-width: 240px;
    width: 100%;
}

@media (max-width: 991px) {
    .order-histry-area .order-history .profile-reward-list {
        margin-top: 30px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .scratch-modal .modal-content {
        height: 290px;
        width: 290px;
        margin: 0 auto;
    }

    .profile-reward-wrp {
        flex-direction: column;
        align-items: center;
    }
}

/* spineer design */
.spin-icon {
    display: none !important;
    position: fixed;
    bottom: 20px;
    left: 17px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.spin-icon:hover {
    background: var(--theme-color);
    color: #fff;
}

.spin-icon i {
    font-size: 24px;
}

.spinner-final-view {
    margin-top: 30px;
}

.spin-box {
    position: relative;
    display: inline-block;
}

#spinwheel {
    position: relative;
    margin: auto;
}

@media (min-width: 576px) {
    #spinwheel {
        width: 400px;
    }
}

.spinnerwheel {
    position: relative;
    width: 100%;
    height: auto;
}

.wheel-svg {
    max-width: 100%;
    transform: rotate(0deg);
}

.wheel-spin-arrow {
    position: absolute;
    text-align: center;
    z-index: 1;
    display: inline-block;
    top: 50%;
    right: -12px;
    transform: translate(50%, -50%) rotate(-90deg);
}

.wheel-spin-arrow svg {
    max-width: 40px;
    margin: auto;
}

.wheel-spin-arrow svg path {
    fill: #3D3D3D;
}

.spinbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background-color: #ffffff;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.spinbtn:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}

.wheel-svg {
    width: 100%;
    height: auto;
    transform-origin: center center;
    animation: spin 3s ease-out forwards;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1440deg);
    }
}

@media (max-width: 575px) {
    .quick-view .modal .modal-dialog {
        overflow: visible !important;
    }
}

.spinner-modal .quick-veiw-area {
    margin: 0 20px 0 0;
}

.slider .home-slider .img-back .video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


.slider .home-slider .img-back iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header+section {
    padding-top: 0px !important;
}


/* ========================================
   LUXURY PERFUME BRAND - GLOBAL STYLES
   ======================================== */

/* Smooth Scroll & Body */
html {
    scroll-behavior: smooth
}

body {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    background: #fff;
    overflow-x: hidden
}

/* Luxury Color Palette */
:root {
    --custom_theme_color: #d4af37;
    --luxury-gold: var(--custom_theme_color);
    --luxury-gold-light: var(--custom_theme_color_light);
    --luxury-dark: #0a0a0a;
    --luxury-gray: #2d2d2d;
    --luxury-light: #f8f8f8;
}

/* Elegant Animations */
@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes shimmer {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .6
    }
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(212, 175, 55, .3)
    }

    50% {
        box-shadow: 0 0 20px rgba(212, 175, 55, .6)
    }
}

/* Luxury Buttons */
.btn-style1 {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light));
    border: 2px solid var(--custom_theme_color);
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .4s ease;
    position: relative;
    overflow: hidden
}

.btn-style1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%);
    transition: width .6s, height .6s
}

.btn-style1:hover::before {
    width: 300px;
    height: 300px
}

.btn-style1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, .4);
    color: #fff
}

/* Luxury Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 2px;
    color: #2d2d2d
}

.section-title h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--custom_theme_color), transparent)
}

/* Luxury Product Cards */
.tred-pro {
    transition: all .4s ease;
    animation: fadeInUp .6s ease;
    margin-bottom: 10px;
    will-change: transform
}

.tred-pro:hover {
    transform: translateY(-10px);
    margin-bottom: -10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.tred-pro .tr-pro-img {
    overflow: hidden;
    position: relative
}

.tred-pro .tr-pro-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .3));
    opacity: 0;
    transition: opacity .4s ease
}

.tred-pro:hover .tr-pro-img::after {
    opacity: 1
}

.tred-pro .tr-pro-img img {
    transition: transform .6s ease
}

.tred-pro:hover .tr-pro-img img {
    transform: scale(1.1)
}

/* Luxury Labels */
.Pro-lable span.p-text {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light));
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 12px 4px 18px
}

.Pro-lable span.p-discount {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: var(--custom_theme_color);
    font-weight: 400;
    letter-spacing: 1px
}

/* Luxury Inputs */
input,
select,
textarea {
    border: 1px solid rgba(212, 175, 55, .2);
    transition: all .3s ease;
    font-weight: 300
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--custom_theme_color);
    box-shadow: 0 0 15px rgba(212, 175, 55, .15);
    outline: none
}

/* Luxury Links */
a {
    transition: all .3s ease;
    color: #2d2d2d
}

a:hover {
    color: var(--custom_theme_color)
}

/* Luxury Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s ease
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0)
}

/* Luxury Dividers */
.luxury-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .3), transparent);
    margin: 40px 0
}

/* Luxury Badges */
.luxury-badge {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light));
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

/* Luxury Hover Effects */
.luxury-hover {
    transition: all .4s ease;
    position: relative
}

.luxury-hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, .1), transparent);
    opacity: 0;
    transition: opacity .4s ease
}

.luxury-hover:hover::before {
    opacity: 1
}

/* Responsive Luxury */
@media(max-width:991px) {
    .section-title h2 {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .section-title h2 {
        font-size: 24px;
        letter-spacing: 2px
    }
}

/* ========================================
   LUXURY PERFUME BRAND - HEADER & NAV
   ======================================== */

/* Header Hover Effects */
.header-area .user-icon-desk:hover span i,
.header-area .wishlist-icon:hover,
.header-area .cart-icon:hover {
    color: var(--custom_theme_color) !important
}

.header-area .search-wrap button:hover {
    background: #c49d2f !important;
    transform: scale(1.05)
}

/* Navigation Hover Effects */
.main-menu li.menu-link a.link-title:hover {
    color: var(--custom_theme_color) !important
}

.main-menu li.menu-link a.link-title:hover .sp-link-title {
    color: var(--custom_theme_color) !important
}

.main-menu li.menu-link a.link-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--custom_theme_color);
    transition: width .3s ease;
    transform: translateX(-50%)
}

.main-menu li.menu-link a.link-title:hover::after {
    width: 60%
}

/* Submenu Styling */
.dropdown-submenu {
    background: #fff !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1) !important;
    border-radius: 8px;
    padding: 10px 0 !important
}

.submenu-link:hover {
    color: var(--custom_theme_color) !important;
    background: rgba(212, 175, 55, .05);
    padding-left: 20px !important
}

/* Mini Cart Hover */
.cart-item:hover {
    background: rgba(212, 175, 55, .03) !important
}

.cart-title h6 a:hover {
    color: var(--custom_theme_color) !important
}

/* Account Links */
.account-login a {
    color: #666 !important;
    font-size: 12px;
    transition: color .3s
}

.account-login a:hover {
    color: var(--custom_theme_color) !important
}

/* Language Select */
.lang-select {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 5px 30px 5px 15px;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    transition: all .3s
}

.lang-select:hover {
    border-color: var(--custom_theme_color)
}

/* Responsive Header */
@media(max-width:991px) {
    .header-main {
        padding: 15px 0 !important
    }

    .main-menu {
        flex-direction: column;
        gap: 0 !important
    }

    .main-menu li.menu-link a.link-title {
        padding: 12px 15px !important
    }
}


/* Header Right Side Icons Luxury Styling */
.user-icon-link:hover {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light)) !important;
    border-color: var(--custom_theme_color) !important;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(212, 175, 55, .3);
}

.user-icon-link:hover i {
    color: #fff !important;
}

.wishlist-wrap .header-wishlist:hover .icon-circle {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light)) !important;
    border-color: var(--custom_theme_color);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(212, 175, 55, .3);
    -webkit-transform: ;
    -moz-transform: ;
    -ms-transform: ;
    -o-transform: ;
}

.wishlist-wrap .header-wishlist:hover i {
    color: #fff !important;
}

.cart-wrap .showwishlist:hover .icon-circle {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light)) !important;
    border-color: var(--custom_theme_color);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(212, 175, 55, .3);
}

.cart-wrap .showwishlist:hover i {
    color: #fff !important;
}

.magnifier-wrap .search-popuup:hover {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light)) !important;
    border-color: var(--custom_theme_color) !important;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(212, 175, 55, .3);
}

.magnifier-wrap .search-popuup:hover i {
    color: #fff !important;
}

.language-btn .lang-select {
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 8px 30px 8px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2d2d2d;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}

.language-btn .lang-select:hover {
    border-color: var(--custom_theme_color);
    background: rgba(212, 175, 55, .05);
}

.language-btn .lang-select:focus {
    outline: none;
    border-color: var(--custom_theme_color);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .1);
}




/* ── Quickview modal — width handled by pqv-dialog in style.css ─ */

/* =============================================
   Verify Phone - Redesigned
   ============================================= */
.verify-phone-section {
    background: #f8f9fb;
}

.verify-phone-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    text-align: center;
}

.verify-phone-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.verify-phone-icon i {
    font-size: 36px;
    color: #fff;
}

.verify-phone-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.verify-phone-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 32px;
}

.verify-phone-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-verify-send {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100%;
}

.btn-verify-send:hover {
    opacity: 0.88;
}

.btn-verify-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f5f5f5;
    color: #555;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.btn-verify-logout:hover {
    background: #eee;
    color: #333;
    text-decoration: none;
}

/* =============================================
   Customer Profile - Redesigned Form
   ============================================= */
.profile-form {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 32px;
}

.profile-form-header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}

.profile-form-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

.profile-form-header p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.profile-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 8px;
}

.profile-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-field-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}

.profile-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-input-wrap>i:first-child {
    position: absolute;
    left: 14px;
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.profile-input-wrap input,
.profile-input-wrap select {
    width: 100%;
    padding: 11px 14px 11px 38px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.profile-input-wrap input:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(var(--theme-color-rgb, 180, 140, 80), 0.12);
    background: #fff;
}

.profile-input-phone .iti {
    width: 100%;
}

.profile-input-phone input {
    padding-left: 40px !important;
}

.profile-input-password .toggle-password {
    position: absolute;
    right: 14px;
    cursor: pointer;
    color: #aaa;
    font-size: 14px;
    transition: color 0.2s;
}

.profile-input-password .toggle-password:hover {
    color: #555;
}

.profile-input-password input {
    padding-right: 40px;
}

.profile-avatar-upload {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px dashed #d0d0d0;
    border-radius: 8px;
    background: #fafafa;
    cursor: pointer;
}

.avatar-upload-label {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--theme-color);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.avatar-upload-label:hover {
    opacity: 0.88;
}

.avatar-file-name {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-form-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 20px;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.profile-form-divider::before,
.profile-form-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
}

.profile-form-actions {
    margin-top: 28px;
    display: flex;
    justify-content: flex-end;
}

.btn-profile-save {
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}

/* Sidebar icon spacing */
.order-histry-area .order-history .profile .order-his-page ul.profile-ul li.profile-li a i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-form-grid {
        grid-template-columns: 1fr;
    }

    .verify-phone-card {
        padding: 36px 24px;
    }

    .profile-form {
        padding: 20px;
    }
}

/* =============================================
   Address Modal - Full Width Form
   ============================================= */
#quick-view .quick-veiw-area {
    padding: 24px 28px;
}

#quick-view .modal-header {
    padding: 18px 28px;
    border-bottom: 1px solid #f0f0f0;
}

#quick-view .modal-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
}

#quick-view .addr-form-grid {
    width: 100%;
}

#quick-view .addr-field input,
#quick-view .addr-field select {
    width: 100%;
    box-sizing: border-box;
}

/* Make phone input fill its container */
#quick-view .iti {
    width: 100%;
}

#quick-view .iti input {
    width: 100%;
}

/* =============================================
   Wishlist - Action Buttons Fix
   ============================================= */
.wishlist-other-link .btn.btn-style1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
    text-decoration: none;
    transition: all 0.2s;
    min-width: 160px;
    height: auto;
    line-height: normal;
}

.wishlist-other-link .btn.btn-style1:hover {
    background: var(--theme-color);
    color: #fff;
}

/* Add to cart link in wishlist */
.add-wishlist.add-to-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.add-wishlist.add-to-cart:hover {
    background: var(--theme-color);
    color: #ffffff;
    text-decoration: none;
}

/* =============================================
   Wishlist - Add to Cart Button Override
   ============================================= */
.wishlist-area .wishlist-details .wishlist-all-pro .qty-item a.add-wishlist,
.wishlist-area .wishlist-details .wishlist-all-pro .qty-item a.add-wishlist:first-child {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 9px 20px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1.5px solid var(--theme-color) !important;
    background: #fff !important;
    color: var(--theme-color) !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    white-space: nowrap;
    margin-top: 0 !important;
}

.wishlist-area .wishlist-details .wishlist-all-pro .qty-item a.add-wishlist:hover {
    background: var(--theme-color) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Bottom action buttons */
.wishlist-area .wishlist-details .other-link ul.c-link li.wishlist-other-link a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border: 1.5px solid var(--theme-color) !important;
    background: #fff !important;
    color: var(--theme-color) !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.wishlist-area .wishlist-details .other-link ul.c-link li.wishlist-other-link a:hover {
    background: var(--theme-color) !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* ========================================

/* ========================================
   REELS & UGC VIDEOS - INSTAGRAM GALLERY STYLE
   ======================================== */

.luxury-reels-section {
    position: relative;
    background: #f5f5f5;
    padding: 60px 0;
}

.luxury-reels-header {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 40px;
    padding: 0 15px;
}

.luxury-reels-header .luxury-featured-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    display: block;
}

.luxury-reels-header .luxury-featured-title::after {
    display: none;
}

.luxury-reels-subtitle {
    display: none;
}

/* ============================================================
   REELS & UGC VIDEOS - Instagram Grid + Mobile Slider + Modal
   ============================================================ */

/* Desktop: CSS Grid Layout */
.luxury-reels-section .luxury-reels-carousel:not(.slider-mode),
.luxury-reels-carousel.owl-carousel:not(.slider-mode),
.luxury-reels-carousel.owl-loaded:not(.slider-mode) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 15px;
}

.luxury-reels-carousel.slider-mode {
    display: block !important;
    padding: 0 15px 20px;
    position: relative;
    width: 100%;
}

.luxury-reels-carousel:not(.slider-mode) .owl-stage {
    display: none;
}

.luxury-reels-carousel.slider-mode .owl-stage {
    display: flex;
    width: 100%;
}

.luxury-reels-carousel:not(.slider-mode) .owl-item {
    all: unset;
    display: block;
}

.luxury-reels-carousel.slider-mode .owl-item {
    min-width: calc(50vw - 16px);
    max-width: calc(50vw - 16px);
}

/* Ensure slider-mode cards fill their item and videos fit correctly */
.luxury-reels-carousel.slider-mode .items {
    width: 100%;
    height: 100%;
}

.luxury-reels-carousel.slider-mode .luxury-reel-card {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 65vw;
}

.luxury-reels-carousel.slider-mode .luxury-reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.luxury-reels-carousel.slider-mode .luxury-reel-embed-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.luxury-reels-carousel.slider-mode .luxury-reel-embed {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.luxury-reels-carousel .items {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Video Card - Instagram Style */
.luxury-reel-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #000;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.luxury-reel-card::before {
    display: none;
}

.luxury-reel-card:hover {
    transform: none;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.2);
    opacity: 0.95;
}

.luxury-reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.luxury-reel-card:hover .luxury-reel-video {
    transform: scale(1.02);
}

.luxury-reel-embed-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.luxury-reel-embed {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* Play Button */
.luxury-reel-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 5;
}

.luxury-reel-card:hover .luxury-reel-play {
    opacity: 1;
    background: rgba(212, 175, 55, 0.9);
    border-color: #d4af37;
    color: #000;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.luxury-reel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
    color: #fff;
    padding: 30px 12px 12px 12px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    display: block;
    z-index: 4;
    text-transform: none;
    text-align: left;
    line-height: 1.4;
}

/* ============================================================
   FULL-SCREEN VIDEO MODAL
   ============================================================ */

.reel-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.reel-video-modal.show {
    opacity: 1;
    visibility: visible;
}

.reel-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 54%);
    cursor: pointer;
}

.reel-modal-container {
    position: relative;
    z-index: 1;
    /* width: 100%; */
    max-width: 1000px;
    height: 90vh;
    max-height: 800px;
    background: #000;
    border: 1px solid rgba(232, 230, 225, 0.4);
    border-radius: 8px;
    box-shadow: 0 0 50px rgb(29 28 24);
    display: flex;
    flex-direction: column;
    animation: slideInModal 0.3s ease forwards;
    margin: 0 auto;
}

@keyframes slideInModal {
    from {
        transform: scale(0.9) translateY(20px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.reel-modal-content {
    flex: 1;
    display: contents;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background: rgb(0 0 0 / 54%);
}

.reel-modal-video,
.reel-modal-iframe {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    background: rgb(0 0 0 / 54%);
}

.reel-modal-iframe {
    border: none;
}

.reel-modal-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
    color: #d4af37;
    padding: 25px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    max-height: 120px;
    overflow-y: auto;
    text-align: left;
}

.reel-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 12%);
    color: #3d3b3770;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 0;
}

.reel-modal-close:hover {
    background: #b7b5aff5;
    color: #3c3333;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
    transform: rotate(90deg);
}

/* Slider Navigation Styles */
.reels-slider-wrap {
    position: relative;
    width: 100%;
}

.reels-nav-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
    pointer-events: none;
    box-sizing: border-box;
}

.reels-nav-container .owl-prev,
.reels-nav-container .owl-next {
    pointer-events: all;
}

.luxury-reels-carousel .owl-nav {
    display: none !important;
}

.reels-nav-container button,
.luxury-reels-carousel .owl-nav button {
    pointer-events: all;
    background: var(--theme-color) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.reels-nav-container button:hover,
.luxury-reels-carousel .owl-nav button:hover {
    background: var(--theme-color) !important;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.5);
    transform: scale(1.1);
}

.luxury-reels-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    padding: 0 15px;
}

.luxury-reels-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.luxury-reels-carousel .owl-dot.active {
    background: #d4af37;
    width: 28px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.luxury-reels-section .text-center {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

/* ========================================
   RESPONSIVE - REELS & UGC VIDEOS GALLERY
   ======================================== */

@media (max-width: 1400px) {
    .luxury-reels-carousel {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 1200px) {
    .luxury-reels-carousel {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 991px) {
    .luxury-reels-carousel {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .luxury-reels-header .luxury-featured-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .luxury-reels-carousel:not(.slider-mode) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px;
        padding: 0 10px;
    }

    /* Make Owl's wrapper divs transparent so grid applies to real items */
    .luxury-reels-carousel:not(.slider-mode) .owl-stage-outer {
        grid-column: 1 / -1;
        width: 100%;
    }

    .luxury-reels-carousel:not(.slider-mode) .owl-stage {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        width: 100% !important;
        transform: none !important;
    }

    .luxury-reels-carousel:not(.slider-mode) .owl-item {
        display: block !important;
        width: auto !important;
        min-width: unset !important;
        max-width: unset !important;
    }

    .luxury-reel-play {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .luxury-reels-header {
        padding: 0 10px;
    }

    .reel-modal-container {
        height: 85vh;
        max-height: 600px;
    }
}

@media (max-width: 576px) {
    .luxury-reels-carousel:not(.slider-mode) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;
        padding: 0 8px;
    }

    .luxury-reels-carousel:not(.slider-mode) .owl-stage {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .luxury-reel-card {
        aspect-ratio: 9 / 16;
    }

    .luxury-reel-caption {
        padding: 20px 10px 10px 10px;
        font-size: 11px;
    }

    .luxury-reels-header {
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .luxury-reels-header .luxury-featured-title {
        font-size: 14px;
    }

    .reel-modal-close {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .reel-modal-container {
        max-width: 90vw;
        height: 80vh;
        border-radius: 4px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .luxury-reels-carousel:not(.slider-mode) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;
        padding: 0 6px;
    }

    .luxury-reels-carousel:not(.slider-mode) .owl-stage {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .luxury-reel-card {
        aspect-ratio: 9 / 16;
    }

    .luxury-reels-section {
        padding: 30px 0;
    }

    .luxury-reel-play {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .reel-modal-video,
    .reel-modal-iframe {
        object-fit: contain;
    }
}

@media (max-width: 425px) {
    .luxury-reels-carousel:not(.slider-mode) {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 12px;
        padding: 0 10px;
    }

    .luxury-reels-carousel:not(.slider-mode) .owl-stage {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .luxury-reel-card {
        aspect-ratio: 9 / 16;
        max-height: 70vh;
    }

    .luxury-reel-play {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.luxury-reels-carousel.owl-loaded:not(.slider-mode) {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.luxury-reels-carousel.owl-loaded.slider-mode {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.luxury-reels-carousel.owl-responsive.owl-carousel:not(.slider-mode) {
    display: grid !important;
}

/* ── Luxury Mini Cart Drawer ─────────────────────────────────────── */
.mini-cart {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: -8px 0 40px rgba(0, 0, 0, .13);
}

/* Header bar */
.mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    /* background: linear-gradient(135deg, #111111 0%, #222222 100%); */
    background: linear-gradient(173deg, #e6a75e 0%, #eab47600 100%);
    border-bottom: 2px solid var(--custom_theme_color);
    flex-shrink: 0;
}

.mc-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mc-header-icon {
    font-size: 18px;
    color: #fff;
}

.mc-header-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mini-cart a.shopping-cart-close {
    position: static;
    top: auto;
    right: auto;
    z-index: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    border: 1.5px solid rgba(255, 255, 255, .3);
    color: #ffffff !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    flex-shrink: 0;
    text-decoration: none;
}

.mini-cart a.shopping-cart-close:hover {
    background: var(--custom_theme_color);
    border-color: var(--custom_theme_color);
    transform: rotate(90deg);
}

/* Item count bar */
.mc-count-bar {
    padding: 10px 22px;
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light, #e0b87a));
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    flex-shrink: 0;
}

.mc-count-num {
    font-weight: 800;
    margin: 0 5px;
    font-size: 14px;
}

/* Scrollable item list */
.mini-cart ul.cart-item-loop {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Empty state */
.mc-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    text-align: center;
    min-height: 300px;
}

.mc-empty-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    opacity: .55;
}

.mc-empty-icon svg {
    width: 100%;
    height: 100%;
}

.mc-empty-title {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: .5px;
}

.mc-empty-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 32px;
}

.mc-empty-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 28px;
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light, #e0b87a));
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    transition: all .3s;
    margin-top: 10px;
    box-shadow: 0 4px 16px rgba(201, 152, 95, .35);
}

.mc-empty-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 152, 95, .5);
    color: #fff;
}

/* Subtotal footer */
.mini-cart ul.subtotal-title-area {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .06);
}

.mini-cart ul.subtotal-title-area li.subtotal-info {
    padding: 16px 22px;
    border-bottom: 1px solid #f5f5f5;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles .subtotal-price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--custom_theme_color);
}

/* Cart action buttons */
.mini-cart ul.subtotal-title-area li.mini-cart-btns {
    padding: 16px 22px;
}

.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    text-align: center;
}

.mc-btn-cart {
    background: transparent;
    color: var(--custom_theme_color);
    border: 2px solid var(--custom_theme_color);
}

.mc-btn-cart:hover {
    background: var(--custom_theme_color);
    color: #fff;
}

.mc-btn-checkout {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    border: 2px solid transparent;
}

.mc-btn-checkout:hover {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light, #e0b87a));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 152, 95, .4);
}

/* Item inside cart */
.mini-cart ul.cart-item-loop li.cart-item {
    padding: 12px 18px;
    border-bottom: 1px solid #f5f5f5;
    transition: background .2s;
}

.mini-cart ul.cart-item-loop li.cart-item:hover {
    background: #fdfaf7;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0ece6;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a:hover {
    color: var(--custom_theme_color);
}

.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info .cart-qty-price span.price-box {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--custom_theme_color);
}

/* Scrollbar */
.mini-cart ul.cart-item-loop::-webkit-scrollbar {
    width: 4px;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-track {
    background: #fafafa;
}

.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb {
    background: var(--custom_theme_color);
    border-radius: 4px;
}

/* Hide old cart-item-title — replaced by mc-count-bar */
.mini-cart .cart-item-title {
    display: none;
}

@media (max-width: 480px) {
    .mini-cart {
        width: 100vw !important;
        right: -100vw !important;
    }

    .mini-cart.show {
        right: 0 !important;
    }
}

/* ── End Luxury Mini Cart Drawer ─────────────────────────────────── */

/* Cart Header Background Color Fix */
.mc-header {
    background: linear-gradient(135deg, var(--custom_theme_color), var(--custom_theme_color_light)) !important;
}

.mc-header-icon {
    color: #fff !important;
}

.mc-header-title {
    color: #fff !important;
}

.mini-cart a.shopping-cart-close {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}

.mini-cart a.shopping-cart-close:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}