body{
  background: #fff !important;
}

.site-logo > img{
  width:140px !important;
}

.topbar {
 background: #000 !important;
 color: #fff !important;
 border-bottom: 1px solid #000 !important;
}

.topbar a,
.topbar span,
.site-search .search-tools .clear-search {
 color: #fff !important;
}

.toolbar .search,
.toolbar .account,
.toolbar .cart,
.offcanvas-container,
.account-link {
  border: 0px !important;
  color: #fff !important;
  background: #000 !important;
}

.account-link{
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

.hero-slider > .owl-carousel {
  min-height: none !important;
}

.toolbar .search:hover,
.toolbar .account:hover,
.toolbar .cart:hover,
.site-search .search-tools .clear-search:hover,
.offcanvas-menu ul li.has-children.active > span > a,
.offcanvas-menu ul li > span > a:hover{
  color: #f19c21 !important;
}

.toolbar .cart > .count, .toolbar .cart > .subtotal,
.icon-cross:before{
  color: #fff !important;
}

.notice-bar{
  background-color: #d63031;
  color:#fff !important;
  padding: 10px 20px 12px;
  font-size: 18px;
}

.notice-bar p{
  margin: 0px;
}

.site-menu,
.site-search,
.navbar {
 background-color: #f19c21 !important;
 color: #000 !important;
}

.site-menu > ul > li.active > a {
 /* border-bottom: 3px solid #000 !important; */
 border-top: 0px !important;
}
.site-menu ul > li.active > a,
.site-menu > ul > li > a:hover {
 color: #fff !important;
}

.site-menu > ul > li > a,
.sub-menu > li > a, .toolbar-dropdown > li > a {
 color: #000 !important;
}

.sub-menu > li > a:hover,
.toolbar-dropdown > li > a:hover{
  color: #838383 !important;
}

/*search*/
.site-search > input {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.site-search > input::placeholder {
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}

.site-search > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

.site-search > input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}

.offcanvas-toggle {
  border-right: 0px !important;
  color: #000 !important;
}

.hero-slider{
  background: #fff !important;
}

/* .offcanvas-wrapper{
  background-color: #ffefd8;
} */

/*custom button*/
.btn-orange{
  background-color: #f19c21 !important;
  color: #000 !important;
}

.btn-orange:hover{
  background-color: #000000 !important;
  color: #f19c21 !important;
}

.btn-outline-orange {
 border-color:#f19c21 !important;
 background-color:transparent !important;
 color:#f19c21 !important;
}

.btn-outline-orange:hover {
 background-color:#f19c21 !important;
 color:#000 !important;
}

.btn-black{
  background-color: #000000 !important;
  color:#f19c21 !important;
}

.btn-black:hover{
  background-color: #f19c21 !important;
  color: #000 !important;
}

.btn-outline-black{
  background-color: #000000 !important;
  color:#f19c21 !important;
}

.btn-outline-black:hover{
  background-color: #f19c21 !important;
  color: #000 !important;
  border: 1px solid #000;
}

/*custom-color*/
.bg-purple, .badge-purple{
  background: #a55eea;
  background-color: #a55eea;
}

.bg-dark, .badge-dark{
  background: #303030;
  background-color: #303030;
}

.text-bold{
  color:#000 !important;
}

.text-bold-white{
  color:#fff !important;
}

.text-bold-orange{
  color:#f19c21 !important;
  font-weight: 600 !important;
}

.btn-orange.text-white{
    color:#fff !important;
}



.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f19c21 !important;
  background-color: #f19c21 !important;
}

.form-control:focus {
 border-color: #f19c21 !important;
}

.input-group .form-control:focus ~ .input-group-addon {
 color: #f19c21 !important;
}

.alert button.close{
  float:right;
  margin-top:-4px !important;
}

.list-group-item.active {
  border-color: #f19c21 !important;
  background-color: #f19c21 !important;
  color: #000 !important;
}

.badge.badge-orange {
    background-color: #f19c21 !important;
}

.site-footer{
  background: #000 !important;
}

/*product*/
.product-card .product-thumb img{
  border: 1px solid #e3e3e3;
}


.cat-card{
  background-size: cover;
  background-position: center;

}

.cat-card .card-body{
  background-color: rgba(0,0,0,0.8);
}


.product-gallery {
  position: relative;
  padding-top: 15px !important;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
}

.form-group label {
  margin-bottom: 8px;
  padding-left: 4px !important;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.user-avatar {
  position: relative;
  width: 115px;
  height: 115px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.user-avatar img {
  display: block;
  width: 100%;
  border: 0px !important;
  border-radius: 0px !important;
  object-fit: cover !important;
}

.file, .file2, .file3 {
  visibility: hidden;
  position: absolute;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

@media (max-width: 1070px) {
  .toolbar .account{
    display:inline-block !important;
   }
}

@media (max-width: 551px) {
  .user-info-wrapper .user-info .user-avatar{
    display: block;
  }
}

.steps .step.current .step-icon {
  border-color: #43d9a3 !important;
  background-color: #43d9a3 !important;
  color: #fff;
}

.steps .step.current .step-icon-wrap::before, .steps .step.current .step-icon-wrap::after {
  background-color: #43d9a3 !important;
}

.whatsapp-btn{
  float: right;
  position: fixed;
  right: 20px;
  bottom: 70px;
  background-color: rgba(87, 187, 99, 0.9);
  height: 84px;
  width: 84px;
  border-radius: 100px;
  text-decoration: none !important;
  text-align: center;
  z-index: 999;
}

.whatsapp-btn:hover{
  background-color: rgba(87, 187, 99, 1);
}

.socicon-whatsapp::before{
  font-size:50px !important;
  color: #fff !important;
  line-height: 84px;
}

.socicon-whatsapp.contact-us::before{
  font-size:14px !important;
  color: #36d69d !important;
  line-height: 14px;
}

.contact-us-wa{
  text-decoration: none !important;
}

.alert i.icon-star{
  margin-top: -7px !important;
}

.contact-us-wa:hover{
  text-decoration: underline !important;
}

.border-1{
  border:1px solid #e1e7ec;
}

.border-bottom-1{
  border-bottom:1px solid #e1e7ec;
}

.border-top-1{
  border-top:1px solid #e1e7ec;
}

.border-radius{
  border-radius: 5px;
}

.bg-orange{
  background-color: #f19c21 !important;
  color: #fff !important;
}

/* ==========================================================================
   Emil Kowalski Design System: Tactile Micro-Interactions & Spring Motion
   ========================================================================== */

/* 1. Tactile Product & Service Card Elevation */
.card, 
.product-card, 
.cat-card {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.25s ease !important;
  will-change: transform;
}

.card:hover, 
.product-card:hover {
  transform: translateY(-5px) scale(1.008);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1) !important;
}

.card:active, 
.product-card:active {
  transform: translateY(-1px) scale(0.985);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  transition-duration: 0.1s !important;
}

/* 2. Tactile Button Micro-Interactions & Order Now CTA */
.btn-orange, 
.btn-black, 
.btn-outline-orange, 
.btn-outline-black {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease,
              box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
  border-width: 1px !important;
}

.btn-orange:hover, 
.btn-black:hover, 
.btn-outline-orange:hover, 
.btn-outline-black:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(241, 156, 33, 0.25);
}

.btn-black:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.btn-orange:active, 
.btn-black:active, 
.btn-outline-orange:active, 
.btn-outline-black:active {
  transform: translateY(0) scale(0.97) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
  transition-duration: 0.08s !important;
}

.btn-outline-black {
  border: 1px solid rgba(0, 0, 0, 0.85) !important;
}

.btn-outline-black:hover {
  border-color: #000 !important;
}

/* 3. Navigation Dropdowns & Mobile Drawer Damping */
.site-menu .sub-menu, 
.toolbar-dropdown, 
.dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.96);
  transform-origin: top center;
  transition: opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.18s !important;
  pointer-events: none;
  will-change: opacity, transform;
  border-radius: 8px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}

.site-menu li:hover > .sub-menu,
.toolbar-dropdown.show,
.dropdown.show .dropdown-menu,
.toolbar .account:hover .toolbar-dropdown,
.toolbar .cart:hover .toolbar-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

.offcanvas-container {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s !important;
  will-change: transform;
}

.offcanvas-backdrop {
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  backdrop-filter: blur(4px);
}

/* 4. Tab Panes & Modals Physics */
.tab-content > .tab-pane {
  display: block !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

.tab-content > .tab-pane.active.show,
.tab-content > .tab-pane.active {
  height: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.nav-tabs .nav-link {
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.2s ease, 
              color 0.2s ease !important;
}

.nav-tabs .nav-link:active {
  transform: scale(0.96);
}

.modal.fade .modal-dialog {
  transform: scale(0.94) translateY(12px) !important;
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.25s ease-out !important;
  will-change: transform, opacity;
}

.modal.show .modal-dialog {
  transform: scale(1) translateY(0) !important;
  opacity: 1 !important;
}

.modal-backdrop.show {
  opacity: 0.55 !important;
  backdrop-filter: blur(6px);
  transition: opacity 0.25s ease !important;
}

/* 5. Floating WhatsApp CTA Idle Pulse & Bounce */
.whatsapp-btn {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), 
              background-color 0.25s ease, 
              box-shadow 0.25s ease !important;
  will-change: transform;
  animation: wa-idle-pulse 4s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

.whatsapp-btn:hover {
  transform: scale(1.1) translateY(-4px) !important;
  background-color: rgba(87, 187, 99, 1) !important;
  box-shadow: 0 12px 30px rgba(87, 187, 99, 0.5) !important;
  animation-play-state: paused;
}

.whatsapp-btn:active {
  transform: scale(0.92) translateY(0) !important;
  box-shadow: 0 4px 14px rgba(87, 187, 99, 0.3) !important;
  transition-duration: 0.08s !important;
}

@keyframes wa-idle-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(87, 187, 99, 0.5);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(87, 187, 99, 0);
  }
}

/* 6. Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .whatsapp-btn {
    animation: none !important;
  }
}

