/*--------------------------------------------------------------
  Template Name: Uniqlo-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Uniqlo is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.1
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

/* Nav: white on dark hero (home), black on light pages and when scrolled */
body:not(.nav-black) .mainmenu__area:not(.scroll-header) .main__menu > li > a {
  color: #ffffff !important;
}
body.nav-black .mainmenu__area .main__menu > li > a,
.mainmenu__area.scroll-header .main__menu > li > a {
  color: #000000 !important;
}

/* Nav text hover state */
.mainmenu__area .main__menu > li:hover > a {
  color: #ffffff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
  /* background-color: #000000 !important; */
  /* border: 1px solid #000000 !important; */
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.5) !important; */
  padding: 0px 0px !important;
  border-radius: 3px;
}

/* Scrolled nav background color */
.sticky__header.scroll-header {
  background: #efeff0 !important;
}

/* Nav text hover state when scrolled */
.mainmenu__area.scroll-header .main__menu > li:hover > a {
  color: #ffffff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
  /* background-color: #000000 !important; */
  /* border: 1px solid #000000 !important; */
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.5) !important; */
  /* padding: 4px 10px !important; */
  border-radius: 3px;
}

/* Menu extra icons white by default */
.mainmenu__area .menu-extra li a span,
.mainmenu__area .menu-extra li span {
  color: #ffffff !important;
}

/* Wishlist icon in header */
.wishlist__menu {
  display: flex;
  align-items: center;
}

.wishlist__menu .wishlist-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wishlist__menu .wishlist-page-link .ti-heart {
  font-size: 18px;
  transition: color 0.3s ease;
}

.wishlist__menu .wishlist-page-link:hover .ti-heart {
  color: #ff4136 !important;
}

/* Menu extra icons black when scrolled */
.mainmenu__area.scroll-header .menu-extra li a span,
.mainmenu__area.scroll-header .menu-extra li span {
  color: #000000 !important;
}

/* Footer text white */
.htc__foooter__area .ft__title {
  color: #ffffff !important;
}

.htc__foooter__area .footer__details p {
  color: #ffffff !important;
}

.htc__foooter__area .footer__inner p {
  color: #ffffff !important;
}

.htc__foooter__area .copyright p {
  color: #ffffff !important;
}

.htc__foooter__area .copyright p a {
  color: #ffffff !important;
}

.htc__foooter__area .footer__menu li a {
  color: #ffffff !important;
}

.htc__foooter__area .social__icon li a i {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.htc__foooter__area .htc__copyright__area {
  border-top-color: #ffffff !important;
}

/* User Dropdown Menu Styles */
.user-menu {
  position: relative;
}

.user-dropdown {
  position: relative;
}

.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;
  background: #333;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 9999;
  padding: 8px 0;
  pointer-events: none;
}

.user-dropdown:hover .user-dropdown-menu,
.user-dropdown.user-dropdown--open .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.user-dropdown-menu .dropdown-item {
  display: block;
  padding: 10px 16px;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.user-dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.user-dropdown-menu .dropdown-item span {
  margin-right: 8px;
  color: #fff !important;
}

/* Side Cart Panel - professional UI */
body.side-cart-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.shopping__cart {
  transition: right 300ms ease-in-out, opacity 300ms ease-in-out, visibility 300ms ease-in-out !important;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  max-width: 420px;
}

.shopping__cart .shp__cart__wrap {
  max-height: 50vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.shopping__cart__inner {
  padding: 24px 30px 30px !important;
}

.shopping__cart .shopping__btn li a {
  min-height: 48px;
  line-height: 48px;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 4px;
}

/* Cart icon with badge - prevent layout break */
.cart__menu {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
}

.cart__menu .cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 100%;
  min-height: 24px;
}

.cart__menu .cart-link .ti-shopping-cart {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cart__menu .cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px !important;
  line-height: 18px !important;
  text-align: center;
  background: #ff4136;
  color: #fff !important;
  border-radius: 9px;
  box-sizing: border-box;
}

/* Override scroll-header - keep cart stable and vertically centered during scroll */
.sticky__header.scroll-header .cart__menu {
  align-self: center;
}

.sticky__header.scroll-header .cart__menu .cart-link {
  height: auto;
  min-height: 24px;
}

.sticky__header.scroll-header .cart__menu .cart-link .ti-shopping-cart {
  height: auto !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.sticky__header.scroll-header .cart__menu .cart-count {
  height: 18px !important;
  line-height: 18px !important;
}

/* Mobile: full width side cart */

/* Featured Products Carousel */
.product-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0 10px;
}
.product-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.product-carousel-track {
  position: relative;
  min-height: 480px;
}
.product-carousel-item {
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  transform: translateX(-50%) scale(0.85);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
  filter: grayscale(10%);
  pointer-events: none;
}
.product-carousel-item.center {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
  z-index: 3;
  filter: none;
  pointer-events: auto;
}
.product-carousel-item.left,
.product-carousel-item.right {
  opacity: 0.6;
  z-index: 2;
  pointer-events: auto;
}
.product-carousel-item.left {
  transform: translateX(calc(-50% - 360px)) scale(0.85);
}
.product-carousel-item.right {
  transform: translateX(calc(-50% + 360px)) scale(0.85);
}
.product-carousel-item.hidden {
  opacity: 0;
  transform: translateX(-50%) scale(0.8);
  z-index: 1;
}
.product-carousel-item .product {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.product-carousel-item .pro__thumb a img {
  border-radius: 18px;
  transition: transform 0.4s ease;
}
.product-carousel-item.center .pro__thumb a img {
  transform: scale(1.05);
}
.product-carousel-item .product__details {
  padding: 16px 18px 24px;
}
.product-carousel-item .product__details h2,
.product-carousel-item .product__details p.product-card-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.35;
}
.product-carousel-item .product__details p.product-card-name a {
  color: inherit;
  text-decoration: none;
}
.product-carousel-item .product__details p.product-card-name a:hover {
  color: #ff4136;
}
.product-carousel-item .product__price {
  margin-bottom: 0;
}
.product-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.product-carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.product-carousel-dots button.active {
  background: rgba(33, 33, 33, 0.9);
  transform: scale(1.25);
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.65);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 5;
}
.carousel-nav:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-50%) scale(1.05);
}
.carousel-prev {
  left: -24px;
}
.carousel-next {
  right: -24px;
}
@media (max-width: 1200px) {
  .product-carousel-item.left {
    transform: translateX(calc(-50% - 220px)) scale(0.85);
  }
  .product-carousel-item.right {
    transform: translateX(calc(-50% + 220px)) scale(0.85);
  }
}
@media (max-width: 991px) {
  .product-carousel-wrapper {
    padding: 20px 0;
  }
  .product-carousel-item {
    width: 280px;
  }
  .carousel-prev {
    left: -20px;
  }
  .carousel-next {
    right: -20px;
  }
}
/* Mobile: single-slide carousel (no stacked side cards) */
@media (max-width: 767px) {
  .product-carousel-wrapper {
    padding: 8px 12px 4px;
    overflow: hidden;
  }
  .product-carousel {
    max-width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
  }
  .product-carousel-track {
    position: relative;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }
  .product-carousel-item {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    transform: none !important;
    filter: none !important;
    opacity: 1;
    display: none;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .product-carousel-item.center {
    display: block;
    pointer-events: auto;
    z-index: 2;
    transform: none !important;
  }
  .product-carousel-item.left,
  .product-carousel-item.right,
  .product-carousel-item.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .product-carousel-item .product {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
  }
  .product-carousel-item.center .pro__thumb a img {
    transform: none;
  }
  .product-carousel-item .product__details {
    padding: 14px 16px 18px;
    text-align: center;
  }
  .product-carousel-item .product__details p.product-card-name {
    font-size: 16px;
    margin-bottom: 8px;
    word-break: break-word;
  }
  .product-carousel-item .product__price {
    justify-content: center;
  }
  .product-carousel-item .product__hover__info {
    display: none;
  }
  .product-carousel-dots {
    margin-top: 14px;
    gap: 8px;
    padding: 0 8px;
  }
  .product-carousel-dots button {
    width: 9px;
    height: 9px;
  }
  .product-carousel .carousel-nav {
    display: flex;
    width: 36px;
    height: 36px;
    top: 38%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  }
  .product-carousel .carousel-nav:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .product-carousel .carousel-prev {
    left: 0;
  }
  .product-carousel .carousel-next {
    right: 0;
  }
}

@media (max-width: 575px) {
  .shopping__cart {
    width: 100% !important;
    max-width: 100%;
  }
  .shopping__cart__inner {
    padding: 20px 24px 24px !important;
  }
  .shopping__cart .shp__cart__wrap {
    max-height: 55vh;
  }
  .shopping__btn li a {
    min-height: 52px;
    line-height: 52px;
    font-size: 16px;
  }
}

/* Quick View Modal - padding and layout */
.modal-product {
  padding: 25px;
}

/* Quick View Modal - Product Image (responsive, slightly smaller) */
#quickview-content .product-images {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 320px;
  padding-right: 30px;
}

#quickview-content .product-images .main-image {
  overflow: hidden;
  border-radius: 4px;
}

#qv-product-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  #quickview-content .product-images {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  #qv-product-image {
    max-height: 280px;
    width: auto;
    margin: 0 auto;
  }
}

/* Toast Notifications - above sticky nav when scrolled */
.toast-container {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 2147483647 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  isolation: isolate;
}

.toast-toast {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  min-width: 280px;
  max-width: 400px;
  background: #333;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateX(120%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-toast.toast-show {
  opacity: 1;
  transform: translateX(0);
}

.toast-toast.toast-success {
  background: #2d7a3e;
}

.toast-toast.toast-error {
  background: #c0392b;
}

.toast-icon {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
}

.toast-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .toast-container {
    left: 16px;
    right: 16px;
    top: 16px;
  }
  .toast-toast {
    min-width: 0;
  }
}

/* ----------------------------------------------------
	Cart page: Continue Shopping & Apply buttons
	Consistent with theme (dark bg, red hover)
-------------------------------------------------------*/
.buttons-cart .htc__btn,
.empty-wishlist .htc__btn,
.coupon .coupon-apply-btn,
.coupon button[type="submit"].htc__btn {
  background: #252525 !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  line-height: 1;
  padding: 0 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  min-width: 140px;
}

.buttons-cart .htc__btn:hover,
.empty-wishlist .htc__btn:hover,
.coupon .coupon-apply-btn:hover,
.coupon button[type="submit"].htc__btn:hover {
  background: #ff4136 !important;
  color: #fff !important;
  text-decoration: none;
}

.buttons-cart .htc__btn {
  float: left;
  margin-right: 12px;
}

.coupon .input-group .coupon-apply-btn,
.coupon .input-group button[type="submit"] {
  margin-left: 8px;
}

/* Proceed to Checkout below the Total section (clear floated table) */
.wc-proceed-to-checkout {
  clear: both;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .buttons-cart .htc__btn,
  .empty-wishlist .htc__btn,
  .coupon .coupon-apply-btn {
    width: 100%;
    min-width: 0;
  }
  .buttons-cart .htc__btn {
    margin-bottom: 10px;
  }
  .coupon .input-group .coupon-apply-btn,
  .coupon .input-group button[type="submit"] {
    margin-left: 0;
    margin-top: 8px;
  }
}

/* Cart page — center totals, coupon & checkout on mobile */
@media (max-width: 767px) {
  .cart-main-area .row > .col-md-8,
  .cart-main-area .row > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cart-main-area .buttons-cart {
    text-align: center;
    margin-bottom: 20px;
  }
  .cart-main-area .buttons-cart .htc__btn {
    float: none !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 360px;
  }
  .cart-main-area .coupon {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .cart-main-area .coupon p {
    margin-bottom: 12px;
  }
  .cart-main-area .coupon .input-group {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .cart-main-area .coupon .form-control {
    width: 100%;
    text-align: center;
  }
  .cart-main-area .coupon .coupon-apply-btn,
  .cart-main-area .coupon .input-group button[type="submit"] {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100%;
  }
  .cart-main-area .cart_totals {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 360px;
    margin: 28px auto 0 !important;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .cart-main-area .cart_totals table {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .cart-main-area .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .cart-main-area .cart_totals table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .cart-main-area .cart_totals table tr:last-child {
    border-bottom: none;
  }
  .cart-main-area .cart_totals table th,
  .cart-main-area .cart_totals table td {
    display: block;
    border: none !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }
  .cart-main-area .cart_totals table th {
    text-align: left !important;
    flex: 1 1 auto;
  }
  .cart-main-area .cart_totals table td {
    text-align: right !important;
    flex: 0 0 auto;
  }
  .cart-main-area .cart_totals table td .amount {
    float: none !important;
    text-align: right !important;
    margin-left: 0 !important;
    display: inline-block;
  }
  .cart-main-area .cart_totals table tr.order-total th,
  .cart-main-area .cart_totals table tr.order-total td {
    font-size: 18px;
    padding-top: 4px !important;
  }
  .cart-main-area .wc-proceed-to-checkout {
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
  .cart-main-area .wc-proceed-to-checkout .htc__btn {
    display: inline-flex !important;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* ================================================================
   Checkout Page - Modern UI
   Clean, professional layout with clear sections and hierarchy
   ================================================================ */

.checkout-modern .container {
  max-width: 1200px;
}

.checkout-modern .checkout-form-sections {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Section cards - subtle borders & soft shadows */
.checkout-modern .checkout-section-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.checkout-modern .checkout-section-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.checkout-modern .checkout-section {
  padding: 28px 32px;
}

.checkout-modern .checkout-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.checkout-modern .checkout-section-content {
  margin-top: 4px;
}

/* Form fields - consistent height & padding */
.checkout-modern .checkout-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

.checkout-modern .checkout-field-group.checkout-field-full {
  grid-column: 1 / -1;
}

.checkout-modern .checkout-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.checkout-modern .checkout-label .required {
  color: #ff4136;
}

.checkout-modern .checkout-input {
  width: 100%;
  height: 46px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.checkout-modern .checkout-input::placeholder {
  color: #999;
}

.checkout-modern .checkout-input:focus {
  outline: none;
  border-color: #ff4136;
  box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.12);
}

.checkout-modern .checkout-textarea {
  height: auto;
  min-height: 96px;
  padding: 12px 14px;
  resize: vertical;
}

/* Order Summary - card layout */
.checkout-modern .checkout-order-summary-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  position: sticky;
  top: 100px;
}

.checkout-modern .checkout-order-summary-card .checkout-section-title {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f0f0;
}

.checkout-modern .order-items-list {
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 16px;
}

.checkout-modern .order-item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.checkout-modern .order-item-row:last-child {
  border-bottom: none;
}

.checkout-modern .order-item-info {
  flex: 1;
  min-width: 0;
}

.checkout-modern .order-item-name {
  display: block;
  font-weight: 600;
  color: #252525;
  margin-bottom: 2px;
}

.checkout-modern .order-item-meta {
  font-size: 12px;
  color: #666;
}

.checkout-modern .order-item-price {
  font-weight: 600;
  color: #252525;
  white-space: nowrap;
}

.checkout-modern .order-totals-block {
  padding-top: 16px;
  border-top: 2px solid #f0f0f0;
}

.checkout-modern .order-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #555;
}

.checkout-modern .order-total-row.order-total-final {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 2px solid #e0e0e0;
}

.checkout-modern .order-summary-contact {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}

.checkout-modern .order-summary-contact a {
  font-size: 14px;
  color: #ff4136;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.checkout-modern .order-summary-contact a:hover {
  color: #e5352b;
  text-decoration: underline;
}

/* Payment methods */
.checkout-modern .payment-methods-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-modern .payment-method-item {
  position: relative;
}

.checkout-modern .payment-method-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkout-modern .payment-method-label {
  display: block;
  padding: 16px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-modern .payment-method-item input:checked + .payment-method-label {
  border-color: #ff4136;
  background: rgba(255, 65, 54, 0.04);
  box-shadow: 0 0 0 1px #ff4136;
}

.checkout-modern .payment-method-label:hover {
  border-color: #c9c9c9;
}

.checkout-modern .payment-method-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #252525;
  margin-bottom: 4px;
}

.checkout-modern .payment-method-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-left: 8px;
  text-transform: uppercase;
}

.checkout-modern .payment-method-item input:checked + .payment-method-label .payment-method-badge {
  background: rgba(255, 65, 54, 0.15);
  color: #ff4136;
}

.checkout-modern .payment-method-desc {
  display: block;
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

.checkout-modern .payment-accepted-label {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: block;
  margin-bottom: 12px;
}

.checkout-modern .payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-modern .payment-icons li img {
  height: 28px;
  width: auto;
  opacity: 0.7;
}

/* Place Order button - prominent, full-width */
.checkout-modern .place-order-wrapper {
  margin-top: 28px;
}

.checkout-modern .btn-place-order,
.checkout-modern .btn-place-order-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 8px;
  background: #252525;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(37, 37, 37, 0.2);
}

.checkout-modern .btn-place-order:hover,
.checkout-modern .btn-place-order-link:hover {
  background: #ff4136;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 65, 54, 0.3);
}

.checkout-modern .btn-place-order:active,
.checkout-modern .btn-place-order-link:active {
  transform: translateY(0);
}

.checkout-modern .btn-place-order:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 65, 54, 0.3);
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .checkout-modern .checkout-order-summary-card {
    position: static;
    margin-top: 0;
  }

  .checkout-modern .checkout-section {
    padding: 24px;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .checkout-modern .checkout-form-sections {
    gap: 24px;
  }

  .checkout-modern .checkout-section {
    padding: 20px 20px;
  }

  .checkout-modern .checkout-fields-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .checkout-modern .checkout-section-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .checkout-modern .checkout-order-summary-card {
    padding: 20px;
  }

  .checkout-modern .order-items-list {
    max-height: 200px;
  }

  .checkout-modern .order-total-row.order-total-final {
    font-size: 16px;
  }

  .checkout-modern .btn-place-order,
  .checkout-modern .btn-place-order-link {
    height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .checkout-modern .checkout-section {
    padding: 16px;
  }

  .checkout-modern .checkout-input {
    height: 44px;
    padding: 10px 12px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .checkout-modern .checkout-order-summary-card {
    padding: 16px;
  }
}

/* ================================================================
   Order History Page - Modern UI
   Table (desktop) + Card (mobile), status badges, pagination
   ================================================================ */

/* Page wrapper: prevent fixed footer from covering content */
body.order-history-page .wrapper.fixed__footer .htc__foooter__area,
.wrapper.fixed__footer:has(.order-history-page) .htc__foooter__area {
  position: relative !important;
  bottom: auto !important;
  z-index: 1 !important;
}
body.order-history-page .wrapper.fixed__footer,
.wrapper.fixed__footer:has(.order-history-page) {
  margin-bottom: 0 !important;
}

.order-history-page .order-history-area {
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 320px;
}

.order-history-page .order-history-error {
  max-width: 600px;
  margin: 0 auto 20px;
}

/* Reliable desktop/mobile views (not only Bootstrap display utilities) */
.order-history-page .order-history-view-desktop {
  display: none;
}
.order-history-page .order-history-view-mobile {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .order-history-page .order-history-view-desktop {
    display: block;
  }
  .order-history-page .order-history-view-mobile {
    display: none !important;
  }
}

.order-history-modern .container {
  max-width: 1100px;
}

.order-history-modern .order-history-header {
  margin-bottom: 28px;
}

.order-history-modern .order-history-title {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
  margin: 0 0 4px;
  letter-spacing: 0.3px;
}

.order-history-modern .order-history-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Empty state */
.order-history-modern .empty-orders-card {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.order-history-modern .empty-orders-icon {
  margin-bottom: 20px;
}

.order-history-modern .empty-orders-title {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  margin: 0 0 8px;
}

.order-history-modern .empty-orders-text {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px;
}

.order-history-modern .btn-start-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #252525;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.order-history-modern .btn-start-shopping:hover {
  background: #ff4136;
  color: #fff;
  transform: translateY(-1px);
}

/* Table - Desktop */
.order-history-modern .order-history-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.order-history-modern .order-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.order-history-modern .order-history-table th {
  text-align: left;
  padding: 16px 20px;
  font-weight: 600;
  color: #252525;
  background: #f8f8f8;
  border-bottom: 2px solid #e8e8e8;
  white-space: nowrap;
}

.order-history-modern .order-history-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.order-history-modern .order-row {
  transition: background-color 0.2s ease;
}

.order-history-modern .order-row:hover {
  background-color: #fafafa;
}

.order-history-modern .order-row:last-child td {
  border-bottom: none;
}

.order-history-modern .order-id {
  font-weight: 600;
  color: #252525;
}

.order-history-modern .order-total-amount {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
}

/* Status badges - Order Status */
.order-history-modern .order-status-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: capitalize;
  white-space: nowrap;
  background: #e9ecef;
  color: #495057;
}

.order-history-modern .order-status-delivered,
.order-history-modern .order-status-completed,
.order-history-modern .order-status-paid {
  background: #d4edda;
  color: #155724;
}

.order-history-modern .order-status-pending,
.order-history-modern .order-status-processing,
.order-history-modern .order-status-confirmed {
  background: #fff3cd;
  color: #856404;
}

.order-history-modern .order-status-shipped {
  background: #cce5ff;
  color: #004085;
}

.order-history-modern .order-status-cancelled,
.order-history-modern .order-status-failed,
.order-history-modern .order-status-refunded {
  background: #f8d7da;
  color: #721c24;
}

/* Payment status badges */
.order-history-modern .payment-status-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: capitalize;
  white-space: nowrap;
}

.order-history-modern .payment-status-paid,
.order-history-modern .payment-status-completed {
  background: #d4edda;
  color: #155724;
}

.order-history-modern .payment-status-pending {
  background: #fff3cd;
  color: #856404;
}

.order-history-modern .payment-status-failed,
.order-history-modern .payment-status-cancelled {
  background: #f8d7da;
  color: #721c24;
}

.order-history-modern .payment-status-refunded {
  background: #e2e3e5;
  color: #383d41;
}

/* View Details button */
.order-history-modern .btn-view-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #252525;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.order-history-modern .btn-view-details:hover {
  background: #ff4136;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 65, 54, 0.3);
}

/* Mobile Card Layout */
.order-history-modern .order-history-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.order-history-modern .order-history-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.order-history-modern .order-history-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.order-history-modern .order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
}

.order-history-modern .order-card-id {
  font-weight: 700;
  font-size: 15px;
  color: #252525;
}

.order-history-modern .order-card-date {
  font-size: 13px;
  color: #666;
}

.order-history-modern .order-card-body {
  padding: 16px 20px;
}

.order-history-modern .order-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
}

.order-history-modern .order-card-row + .order-card-row {
  border-top: 1px solid #f5f5f5;
}

.order-history-modern .order-card-total-row {
  padding-top: 12px;
  margin-top: 4px;
  border-top: 2px solid #eee;
  font-size: 16px;
}

.order-history-modern .order-card-label {
  color: #666;
}

.order-history-modern .order-card-footer {
  padding: 12px 20px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}

.order-history-modern .order-card-footer .btn-view-details {
  width: 100%;
  padding: 10px 16px;
}

/* Pagination */
.order-history-modern .order-history-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.order-history-modern .pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.order-history-modern .pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.order-history-modern .pagination-link:hover {
  background: #f5f5f5;
  border-color: #ff4136;
  color: #ff4136;
}

.order-history-modern .pagination-current {
  background: #252525;
  border-color: #252525;
  color: #fff;
  cursor: default;
}

.order-history-modern .pagination-prev,
.order-history-modern .pagination-next {
  font-weight: 600;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .order-history-modern .order-history-title {
    font-size: 20px;
  }

  .order-history-modern .order-history-cards {
    gap: 16px;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .order-history-page .order-history-area .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .order-history-page .ht__bradcaump__wrap {
    height: auto;
    min-height: 120px;
    padding: 36px 0;
  }
}

@media (max-width: 575px) {
  .order-history-modern .order-history-header {
    margin-bottom: 20px;
  }

  .order-history-modern .order-history-title {
    font-size: 18px;
  }

  .order-history-modern .order-history-card .order-card-header,
  .order-history-modern .order-history-card .order-card-body,
  .order-history-modern .order-history-card .order-card-footer {
    padding: 14px 16px;
  }

  .order-history-modern .order-history-pagination {
    margin-top: 24px;
  }

  .order-history-modern .pagination-link {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* ================================================================
   Out of Stock Styling - Product Cards
   Prominent visual indicators for unavailable products
   ================================================================ */

/* Product card container - relative positioning for overlay */
.product .product__inner {
  position: relative;
}

/* Sold Out badge - badge-black badge-right-0 badge-top-0 badge-width-height-1 (index page only) */
.product .pro__thumb > a {
  position: relative;
}
.product .pro__thumb > a > span.badge-black {
  display: inline-block;
  color: #fff;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  font-size: 10px;
  z-index: 1;
}
.product .pro__thumb > a > span.badge-top-0 {
  top: 0;
}
.product .pro__thumb > a > span.badge-right-0 {
  right: 0;
}
.product .pro__thumb > a > span.badge-width-height-1 {
  min-width: 90px;
  height: 30px;
  line-height: 30px;
}
.product .pro__thumb > a > span.badge-black {
  background-color: #262626;
}

/* Dimmed product image when out of stock */
.product.out-of-stock .pro__thumb img {
  opacity: 0.6;
  filter: grayscale(30%);
}

/* Badge below product details */
.product__details .badge.bg-danger {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Disabled add to cart button styling */
.product__action li a.disabled,
.product__action li a[title="Out of Stock"] {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  background: #ccc !important;
}

/* Quick view modal - out of stock button */
#qv-add-to-cart.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  background: #ccc !important;
  color: #666 !important;
}

/* Wishlist page - unit price display */
.wishlist-table .product-price .old-price,
.wishlist-item-price .old-price {
  text-decoration: line-through;
  color: #999;
}

.wishlist-table .product-price .new-price,
.wishlist-item-price .new-price {
  color: #27ae60;
  font-weight: 600;
  margin-left: 6px;
}

/* Wishlist page - out of stock styling */
.wishlist-out-of-stock {
  color: #dc3545 !important;
  font-weight: 600;
}

.wishlist-in-stock {
  color: #198754 !important;
  font-weight: 600;
}

/* Product details page - stock alerts */
.pro__details .alert-danger {
  border-radius: 6px;
  font-size: 14px;
}

.pro__details .alert-success {
  border-radius: 6px;
  font-size: 14px;
}

/* ================================================================
   Order Success Page - Button Styling
   ================================================================ */

.order-success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.order-success-actions .htc__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
}

.order-success-actions .htc__btn i {
  font-size: 16px;
}

/* Primary Solid Button - View Order History */
.order-success-actions .btn-primary-solid {
  background: #252525 !important;
  color: #fff !important;
  border: 2px solid #252525;
  box-shadow: 0 4px 12px rgba(37, 37, 37, 0.2);
}

.order-success-actions .btn-primary-solid:hover {
  background: #ff4136 !important;
  border-color: #ff4136;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 65, 54, 0.3);
}

/* Secondary Outline Button - Continue Shopping */
.order-success-actions .btn-secondary-outline {
  background: transparent !important;
  color: #252525 !important;
  border: 2px solid #252525;
}

.order-success-actions .btn-secondary-outline:hover {
  background: #252525 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 37, 37, 0.2);
}

/* Mobile responsive */
@media (max-width: 575px) {
  .order-success-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .order-success-actions .htc__btn {
    width: 100%;
    max-width: 280px;
  }
}

/* Homepage hero */
.home-hero {
  position: relative;
}

/* Slider: use .slider__slide-title instead of h1 (one H1 on page only) */
.slider__inner .slider__slide-title {
  color: #000000;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  line-height: 1.15;
}
.slider__inner.text-left .slider__slide-title {
  text-align: left;
}
.slide .slider__inner .slider__slide-title {
  opacity: 0;
  transform: translateY(40%);
  transition: all 1s ease-in-out 1.2s;
}
.slider__activation__wrap .owl-item.active .slide .slider__inner .slider__slide-title {
  opacity: 1;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .slider__inner .slider__slide-title {
    font-size: 34px;
  }
}

/* Shop listing (fullwidth + shop.php): hero H1 + intro */
.shop-page-hero-h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.shop-page-intro {
  padding-top: 40px;
  padding-bottom: 36px;
}
.shop-page-intro__text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.htc__shop__sidebar .product__details p.product-card-name {
  margin-bottom: 10px;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.35;
}
.htc__shop__sidebar .product__details p.product-card-name a {
  color: inherit;
  text-decoration: none;
}
.htc__shop__sidebar .product__details p.product-card-name a:hover {
  color: #ff4136;
}

/* Product detail page: single H1 for product name (matches former h2 styling) */
.product-details-content h1.product-details-main-title {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.5em;
  line-height: 1.2;
}

/* Product detail: two-column gallery + buy box */
.product-details-page .product-details-area > .container-fluid > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-details-page .product-details-area .col-lg-6 {
  margin-bottom: 24px;
}
.product-details-page .geo-structured-product {
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}
.product-details-page .description-review-area {
  padding-top: 40px !important;
}

/* GEO / AI SEO: structured product + FAQ blocks */
.geo-section-h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222;
}
.geo-section-h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: #333;
}
.geo-structured-overview {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 0;
}
.geo-key-attributes {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 0;
}
.geo-key-attributes li {
  padding: 0.35rem 0;
  border-bottom: 1px solid #eee;
}
.geo-key-attributes li:last-child {
  border-bottom: 0;
}
.geo-attr-label {
  font-weight: 600;
  color: #222;
  margin-right: 0.35rem;
}
.geo-faq-h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
}
.geo-faq-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
.geo-category-faq,
.geo-product-faq {
  border-top: 1px solid #e8e8e8;
}

/* ================================================================
   Anahera storefront — mobile & small-screen improvements
   (custom.css loads after theme + responsive.css)
   ================================================================ */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
.wrapper {
  overflow-x: hidden;
  max-width: 100vw;
}
.wrapper img:not([width]):not([height]),
.wrapper video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .htc-header .mainmenu__area {
    overflow: visible;
  }
  .htc-header .mainmenu__area > .container {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
  }
  .htc-header .mainmenu__area > .container > .row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 52px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 48px;
  }
  .htc-header .mainmenu__area .row > .col-6:first-child {
    order: 2;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    padding: 0 6px;
    text-align: center;
  }
  .htc-header .mainmenu__area .row > .col-6:first-child .logo a {
    display: inline-block;
  }
  .htc-header .mainmenu__area .row > .col-6:last-child {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }
  .htc-header .mainmenu__area .row > .col-12 {
    order: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .htc-header .mobile-menu-area {
    position: absolute;
    top: 0;
    right: 12px;
    left: auto;
    width: auto;
    min-width: 44px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 10060;
    pointer-events: auto;
  }
  .htc-header .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 2px solid #444444;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .htc-header .mobile-nav-toggle__bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #444444;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  body:not(.nav-black) .htc-header .mobile-nav-toggle {
    border-color: #ffffff;
  }
  body:not(.nav-black) .htc-header .mobile-nav-toggle__bar {
    background: #ffffff;
  }
  .htc-header .mobile-menu,
  .htc-header .meanmenu-reveal,
  .htc-header .mean-bar {
    display: none !important;
  }
  body.mobile-sidenav-open {
    overflow: hidden;
  }
  .htc-header .logo .logo-img {
    max-height: 44px;
    width: auto;
  }

/* Logo: white on dark hero, black when scrolled or on light pages */
body:not(.nav-black) .htc-header .logo-img--dark {
  display: none !important;
}
body:not(.nav-black) .htc-header .sticky__header.scroll-header .logo-img--light {
  display: none !important;
}
body:not(.nav-black) .htc-header .sticky__header.scroll-header .logo-img--dark {
  display: inline-block !important;
}
body.nav-black .htc-header .logo-img--light {
  display: none !important;
}
body.nav-black .htc-header .logo-img--dark {
  display: inline-block !important;
}
.htc-header .logo .logo-img {
  max-height: 52px;
  width: auto;
  height: auto;
}
  .htc-header .menu-extra {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 4px;
    margin-right: 0 !important;
    padding: 0;
  }
  .htc-header .menu-extra li {
    padding: 0 6px;
  }
  .htc-header .sticky__header.scroll-header .menu-extra {
    height: auto;
    line-height: normal;
  }

  /* User account dropdown — visible on tap, not clipped by header */
  .htc-header .mainmenu__area,
  .htc-header .mainmenu__area > .container,
  .htc-header .mainmenu__area > .container > .row.align-items-center,
  .htc-header .mainmenu__area .row > .col-6:last-child,
  .htc-header .menu-extra,
  .htc-header .menu-extra > li,
  .htc-header .user-menu,
  .htc-header .user-dropdown {
    overflow: visible !important;
  }
  .htc-header .user-menu {
    position: relative;
    z-index: 10070;
  }
  .htc-header .user-dropdown-menu {
    top: calc(100% + 10px);
    left: 0;
    right: auto;
    min-width: 210px;
    z-index: 10071;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  .htc-header .user-dropdown.user-dropdown--open .user-dropdown-menu {
    pointer-events: auto;
  }
  .htc-header .user-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
  }
}

/* Mobile slide-in navigation panel */
.mobile-sidenav {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(320px, 88vw);
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
  z-index: 100000;
  transition: right 0.3s ease;
  overflow: hidden;
}
.mobile-sidenav--open {
  right: 0;
}
.mobile-sidenav__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.mobile-sidenav__close {
  align-self: flex-end;
  margin: 12px 16px 0;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  color: #444444;
}
.mobile-sidenav__close i {
  font-size: 28px;
}
.mobile-sidenav__nav {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 0 32px;
}
.mobile-sidenav__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-sidenav__nav ul li {
  border-bottom: 1px solid #eeeeee;
}
.mobile-sidenav__nav ul li a {
  display: block;
  padding: 16px 24px;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.mobile-sidenav__nav ul li a:hover,
.mobile-sidenav__nav ul li a:focus {
  color: #ff4136;
  background: #fafafa;
}
body.mobile-sidenav-open .body__overlay {
  z-index: 99999;
}
@media (min-width: 992px) {
  .mobile-sidenav {
    display: none !important;
  }
}

/* Override theme responsive.css fixed 300px/450px containers on small screens */
@media (max-width: 767px) {
  .wrapper .container {
    width: 100% !important;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* Fixed footer uses z-index:-99999 and bleeds through page content on mobile */
  .wrapper.fixed__footer .htc__foooter__area {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 1 !important;
  }
  .wrapper.fixed__footer {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper .container {
    width: 100% !important;
    max-width: 100%;
  }
}

/* Homepage / shop — category filter buttons */
@media (max-width: 767px) {
  .htc__product__area .product__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    padding: 0 12px 8px;
    text-align: center;
  }
  .htc__product__area .product__menu button {
    margin: 0 !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
  }
}

/* Shop fullwide hero + toolbar */
@media (max-width: 767px) {
  body.nav-black .shop-fullwide-page .breadcrumb-area.shop-fullwide-breadcrumb,
  .shop-fullwide-page .breadcrumb-area.shop-fullwide-breadcrumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 56px !important;
    min-height: max(240px, 42vh) !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .shop-fullwide-page .breadcrumb-area.shop-fullwide-breadcrumb > .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 100% !important;
    padding: 0 12px !important;
  }
  .shop-fullwide-page .breadcrumb-area .breadcrumb-content {
    width: 100%;
    text-align: center;
  }
  .shop-fullwide-page .breadcrumb-content .breadcrumb-title {
    margin: 0 0 10px !important;
  }
  .shop-page-hero-h1 {
    font-size: clamp(1.25rem, 6.5vw, 2rem) !important;
    line-height: 1.2 !important;
    padding: 0 12px;
  }
  .shop-fullwide-page .shop-top-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 12px 8px 0;
  }
  .shop-fullwide-page .shop-top-bar .shop-top-bar-left,
  .shop-fullwide-page .shop-top-bar .shop-top-bar-right {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px;
    width: 100%;
  }
  .shop-fullwide-page .shop-top-bar .shop-filter.ml-50,
  .shop-fullwide-page .shop-top-bar .shop-short-by.ml-50 {
    margin-left: 0 !important;
  }
  .shop-fullwide-page .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Homepage slider copy */
@media (max-width: 767px) {
  .home-hero .slide.slider__full--screen {
    height: auto;
    min-height: 58vh;
    max-height: 85vh;
    align-items: center;
    justify-content: center;
  }
  .home-hero .slide .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-hero .slide .row {
    justify-content: center;
  }
  .home-hero .slide .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .home-hero .slider__inner,
  .home-hero .slider__inner.text-left {
    text-align: center;
    padding-top: 0;
    width: 100%;
  }
  .home-hero .slider__inner .slider__slide-title,
  .home-hero .slider__inner.text-left .slider__slide-title {
    text-align: center !important;
    font-size: clamp(1.35rem, 6vw, 2.25rem) !important;
    line-height: 1.15 !important;
    padding: 0 10px;
  }
  .home-hero .slider__btn {
    text-align: center;
    margin-top: 12px;
  }
  .slider__inner .slider__slide-title {
    font-size: clamp(1.35rem, 6vw, 2.25rem) !important;
    line-height: 1.15 !important;
    padding: 0 10px;
  }
  .slide.slider__full--screen {
    min-height: 55vh;
  }
  .home-hero.slider__container {
    overflow: hidden;
  }
  .htc__product__area.ptb--130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .htc__product__area .htc__product__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .product-carousel {
    padding: 0 32px;
  }
  .product-carousel .carousel-nav {
    width: 34px;
    height: 34px;
  }
}

/* Product detail — title + breadcrumb wrap */
@media (max-width: 767px) {
  .product-details-page .breadcrumb-content ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
    padding: 0 8px;
  }
  .product-details-page .product-details-main-title {
    font-size: clamp(1.15rem, 5vw, 1.75rem) !important;
    line-height: 1.25;
    word-break: break-word;
  }
  .product-details-page .product-details-area .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-details-page .easyzoom-pop-up.img-popup {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
  }
}

/* Blog listing / detail */
@media (max-width: 575px) {
  .htc__blog__area .blog__thumb img,
  .blog-details-thumb img {
    width: 100%;
  }
  .blog-details-pra {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* Wide tables (wishlist, checkout summaries) */
@media (max-width: 767px) {
  .wishlist-table-wrapper,
  .table-content.table-responsive,
  .checkout__wrap .order-table,
  .htc__checkout__area .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* About page — mobile layout */
@media (max-width: 767px) {
  .about-page {
    overflow-x: hidden;
  }
  .about-page .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .about-page .ht__bradcaump__wrap {
    height: auto;
    min-height: 120px;
    padding: 36px 0;
  }
  .about-page .bradcaump-title {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
    line-height: 1.25;
  }
  .about-page .bradcaump-inner {
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-page .breadcrumb-item,
  .about-page .breadcrumb-item.active {
    font-size: 14px;
  }
  .about-page .htc__store__area {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .about-page .htc__store__area .section__title.section__title--2 p {
    width: 100%;
    padding: 0 4px;
    font-size: 15px;
    line-height: 1.65;
  }
  .about-page .htc__store__area .title__line {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    line-height: 1.3;
  }
  .about-page .store__btn {
    margin-top: 28px;
  }
  .about-page .store__btn a {
    padding: 0 28px;
    height: 42px;
    line-height: 38px;
    font-size: 13px;
  }
  .about-page .video__wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 80px 0;
  }
  .about-page .htc__choose__wrap {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }
  .about-page .htc__choose__wrap h2 {
    font-size: clamp(1.25rem, 5vw, 1.5rem);
    margin-bottom: 20px;
    display: block;
  }
  .about-page .choose__container {
    display: block;
    margin-top: 0;
  }
  .about-page .choose__container .single__chooose + .single__chooose {
    margin-left: 0;
    margin-top: 8px;
  }
  .about-page .single__chooose {
    margin-top: 0;
  }
  .about-page .choose__us {
    margin-top: 24px;
  }
  .about-page .choose__details h4 {
    font-size: 18px;
  }
  .about-page .choose__details p {
    font-size: 14px;
    line-height: 1.55;
  }
  .about-page .htc__team__area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-page .htc__team__area .section__title.section__title--2 p {
    width: 100%;
    padding: 0 8px;
  }
  .about-page .team__wrap {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px !important;
  }
  .about-page .team {
    margin-left: 0;
    margin-right: 0;
  }
  .about-page .team__thumb a img {
    width: 100%;
    height: auto;
  }
  .about-page .team__hover__info {
    padding: 16px;
  }
  .about-page .team__hover__action {
    right: 16px;
    padding: 20px 0;
  }
  .about-page .team__hover__action h2 {
    font-size: 16px;
  }
  .about-page .team__hover__action .social__icon li {
    padding: 0 10px;
  }
  .about-page .htc__testimonial__area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-page .testimonial__details p {
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.65;
  }
  .about-page .test__info span {
    font-size: 15px;
  }
  .about-page .htc__brand__area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .brand__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 16px;
    padding: 0 12px;
  }
  .about-page .brand__list li {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    padding-top: 0 !important;
    text-align: center;
  }
  .about-page .brand__list li a img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .about-page .brand__list li {
    flex: 0 0 100%;
    max-width: 220px;
  }
  .about-page .video__wrap {
    padding: 60px 0;
  }
  .about-page .htc__choose__wrap {
    padding: 32px 16px;
  }
}

/* iOS safe area when footer is fixed */
@supports (padding: max(0px)) {
  body .htc__foooter__area {
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }
}
