  @font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('../fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('../fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('../fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.woff2') format('woff2'),
        url('../fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Black.woff2') format('woff2'),
        url('../fonts/SourceSans3-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Bold.woff2') format('woff2'),
        url('../fonts/SourceSans3-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Light.woff2') format('woff2'),
        url('../fonts/SourceSans3-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Medium.woff2') format('woff2'),
        url('../fonts/SourceSans3-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
        url('../fonts/SourceSans3-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'),
        url('../fonts/SourceSans3-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


 
 
 *{
  outline: none !important;
			box-sizing: border-box;
			    font-family: 'Source Sans 3';  
        }
#wrapper_box{
    display: block;
    width: 100%;
    
}
.entry-content .woocommerce a,.entry-content .woocommerce a:visited,.woocommerce a span.tinvwl_add_to_wishlist-text{
  color:black;
}
.tinvwl_add_to_wishlist_button {
  color:red;
}
.level1_seection_css{
  margin:0;
  padding:0;
}
 
.header_level0{
height: 45px;
  background: #ffd600;
}
.header_level0 a:link,
.header_level0 a:visited{
 
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-decoration: none;
  color:black;
  font-weight: bold;
  font-size: 1.3rem;
}
     .header_level1{
            display: block;
            width: 100%;
		background-color: black;
 
        }
.header_level1 .header_level1_inside{
            display: flex;
          width: 90%;
            justify-content:space-between;
            align-items: center;
            gap:1rem;
            margin:0 auto;
			max-width: 1880px;
        }
.header_level1 .header_level1_inside img{
width: 180px;
  height: auto;
}


        /** Search **/

         .search-wrapper {
display: flex;
  justify-content: center;
  padding: 0 3rem;
  width: 40%;
    }

    .search-form {
        display: flex;
        align-items: center;
        width: 100%;
       flex-direction: row !important;
        background: #ffffff;
        border-radius: 0.3rem;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
               margin-bottom:0 !important;
    }

    .search-form input[type="text"] {
        flex: 1;
        border: none;
        padding: 10px 16px;
        font-size: 14px;
        outline: none;
        color: #333;
    }

    .search-form input::placeholder {
        color: #b3b3b3;
    }

    .search-form button {
     
        height: 100%;
        border: none;
        outline: none;
        background: #ffd600 !important; /* yellow block on the right */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        border-radius: 0 !important;
 
    }

    .search-form button svg {
        width: 18px;
        height: 18px;
        stroke: #000;
    }

    .search-form button:hover {
        background: #ffdf33;
    }
   

	.topbar{
	display: block;
   
  width: 35%;
	}


#logo-level1{
	width: 20%;
}
.account-text{
	display: flex;
  gap: 1rem;
}

	/*** 3rd box **/

	
    .top-actions {
   display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0px 14px;
  font-size: 14px;
  color: #fff;
  justify-content: flex-end;
  width: 100%;
 
    }

    /* Account (Login | Register)  ----------------------- */
    .account-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      text-decoration: none;
    }

    .account-link .icon i {
      font-size: 18px;
    }

    .account-text .login {
      font-weight: 400;
    }

    .account-text .register {
      font-weight: 600;
    }

    /* Yellow vertical divider --------------------------- */
    .actions-divider {
      display: inline-block;
      width: 1px;
      height: 24px;
      background: #ffd200;  /* yellow */
    }

    /* Icons with yellow badges -------------------------- */
    .icon-button {
      position: relative;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
      color: #fff;
    }

    .icon-wrapper {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

  .icon-wrapper i {
  font-size: 20px;
  color: white;
}
dt {
  font-weight: 600;
  color: black;
}
dd p{
  color: black;
}
 bdi{
    color: black;
 }
 .quantity{
  color: black;
 }
.mini_cart_item a{
  color:black;
  font-weight: 500;
}
.woocommerce-mini-cart__total strong{
  color:black;
}

.wc-pao-addons-container p a{
  color:black;
}
.woocommerce-tabs > ul li a{
 color:black;
}
    .badge {
      position: absolute;
      top: -8px;
      right: -10px;
      min-width: 18px;
      height: 18px;
      padding: 0 4px;
      border-radius: 999px;
      background: #ffd200;
      color: #000;
      font-size: 11px;
      font-weight: 700;
      line-height: 18px;
      text-align: center;
    }

    /* Optional hover */
    .account-link:hover,
    .icon-button:hover {
      opacity: 0.85;
    }
 
  /*** Menu Mega **/

  
.base-template__wrapper {
	/*min-height: calc(100dvh - 300px);*/
	justify-content: flex-start;
	/*padding-bottom: 450px;*/
}

.wrapper {
max-width: 90%;
    margin: 0 auto;
    width: 90%;
}
.header__list-item a   {
	color: #000;
	text-decoration: none;
}
.header__list-item a span  {
	color: #000;
	 
}
.header__list-item a:hover span  {
color: #000;
}
.base-template {
  position: relative; /* important so absolute is relative to this */
}
.headerm {
  width: 90%;
  position: absolute;
  z-index: 99;

  left: 50%;
  transform: translateX(-50%);
}
 
.base-template{
  width: 100%;
    margin:0 auto;
 display: block;
  height: 70px;
  z-index: 99;

  position: sticky;
  top: 0px;
  background-color: white;
}

.my-sticky-column{
    position: sticky !important;
  top: 0px !important;
  background-color: white !important;
  z-index: 10;
}
/* Example – be as specific as needed */
.site-content,
.elementor-section-wrap {
    overflow: visible !important;
}
.header {
display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 0px;
  border-radius: 0;
      height: auto;
    max-height: 50px;
  background-color: white;
}
 

.header__logo {
	max-width: 90px;
}

.header__wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.header__navigation-wrapper {
display: flex;
  width: 100%;
  padding-left: 0.5rem;
 
  justify-content: center;
  align-content: center;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.header__list-item {
	display: flex;
	padding: 30px 0 50px;
	margin-bottom: -20px;
	gap: 8px;
	font-size: 16px;
   
}

.header__list-item > a {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: var(--transition);
  position: relative;
}

.header__list-item > a svg path {
	transition: var(--transition);
}

.header__list-item .submenu-wrapper {
	position: absolute;
	width: 100%;
	top: 110%;
	left: 0;
	border-radius: 6px;
	    padding: 2rem 1rem;
	background-color: white;
	  opacity:0;
	visibility:hidden;  
	 overflow: hidden !important;
	pointer-events: none;
	transition: var(--transition);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
 
}

.header__buttons-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}

.header__button {
display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 42px;
  width: max-content;
  padding: 6px 0px;
  border-radius: 100px;
  gap: 8px;
    font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: var(--transition);
}
.header__button  span{
	color:rgba(0,0,0,0.6);
	font-weight: bold;
	display: flex;
  justify-content: center;
  align-items: center;
}
 

.submenu-list__title {
	width: max-content;
	margin-bottom: 25px;
	font-size: 1rem;
	text-transform: uppercase;
	color: rgba(160, 161, 165, 1);
	color: black;
   
  font-weight: bold;
}

.submenu-list {
	display: flex;
	flex-direction: column;
	gap: 0px;
	max-width: 295px;
	padding-left: 0;
	background-color: rgba(0,0,0,0.05);
height: 99% !important;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 0;
}

.submenu-list__item {
	display: flex;
	padding-right: 100px;
	margin-right: -100px;
	cursor: pointer;
	 
  /* bottom line as background */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.08),
    rgba(0, 0, 0, 0.08)
  );
  background-repeat: no-repeat;
  background-size: 250px 1px;   /* width x height of the “line” */
  background-position: left bottom;
}

/* remove line on last item, if needed */
.submenu-list__item:last-child {
  background-image: none;
}
	 
 
 
.submenu-list__item-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6px 16px 6px 6px;
	gap: 16px;
	border-radius: 14px;
	transition: var(--transition);
}

.submenu-list__item-wrapper > svg {
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}

.submenu-list__wrapper {
	position: relative;
  height: inherit;
  display: grid;
  grid-template-columns: 20% 78%;
  gap: 2rem;
  max-height: 99%;
}
  
.submenu-content {
	position: absolute;
	right: 0;
	top: 0;
	max-width: calc(100% - 365px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition);

  overflow-y: auto;
  height: 100%;
}

.submenu-list__item.has-submenu.active .submenu-content {
	opacity: 1;
	visibility: visible;
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
	background-color: rgba(255, 255, 255, 0.04);
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.submenu-list__item-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.submenu-list__item-title {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.base-template-stickky{
  position: sticky;
  top: 0px;
  background-color: white;
}
.submenu-list__item-icon {
	display: flex;
}
.submenu-list__item-icon img {
width:30px !important;
height: auto !important;
}
.submenu-list__item-subtile {
	font-size: 12px;
	font-weight: 400;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__title {
	width: max-content;
	margin-bottom: 25px;
	font-size:1rem;
	text-transform: uppercase;
	color: rgba(160, 161, 165, 1);
		color: black;
   
  font-weight: bold;
}

.submenu-content__list:not(.events) {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap:1rem;
	padding: 0;
	row-gap: 1rem;
}

.submenu-content__list.events {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
}

.submenu-content__list-item {
	display: block;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.05);
	cursor: auto;
}

.submenu-content__link {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 10px 10px 0px;
	border: 1px solid transparent;
	transition: var(--transition);
}

.submenu-content__link-img {
margin-bottom: 0px;
  border-radius: 13px;
  overflow: hidden;
  transition: var(--transition);
 
}

.submenu-content__link-img img {
	transition: 0.4s ease-in;
	width: 150px;
  margin: 0 auto;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
 
}

.submenu-content__link-title {
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

.submenu-content__link-text {
	padding: 0px;
	font-size: 12px;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__link-wrapper {
	display: flex;
	gap: 20px;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.05);
}

.submenu-content__list.events .submenu-content__link-img {
	width: 100%;
	max-width: 220px;
	flex: 1;
	border-radius: 13px;
	margin-bottom: 0;
}

.submenu-content__info {
	display: flex;
	flex-direction: column;
	flex: 1 0;
}

.submenu-content__category {
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}

.submenu-content__list.events .submenu-content__link-title,
.submenu-content__list.events .submenu-content__link-text {
	padding: 0;
	margin-bottom: 12px;
}

.submenu-content__link-address,
.submenu-content__link-date {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__link-address span,
.submenu-content__link-date span {
	line-height: 0.9;
}

.submenu-content__url {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	transition: var(--transition);

	svg,
	svg path {
		transition: var(--transition);
	}
}

.header__burger {
	display: none;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	width: 24px;
	margin-left: auto;
}

.header__burger i {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 13px;
	transition: var(--transition);
}

.header__burger.active i:nth-child(1) {
	transform: rotate(45deg) translate(4px, 4px);
}

.header__burger.active i:nth-child(2) {
	opacity: 0;
}

.header__burger.active i:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -5px);
}
/* Desktop: keep left submenu steady while the mega panel scrolls */
 
 

  /* base: hidden arrow, only for items that HAVE a .submenu-wrapper */
/* base: hidden arrow for items that HAVE a .submenu-wrapper */
.header__list-item:has(.submenu-wrapper) > a::after {
  content: '';
  position: absolute;
  left: 50%;                        /* center under the text/link */
  transform: translateX(-50%);
  bottom: -32px;                     /* distance below the link */
  width: 0;
  height: 0;
 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
  border-bottom: 8px solid transparent;  /* ↑ triangle (reversed) */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

/* show the arrow only when this item (with submenu) is hovered */
@media (hover: hover) and (pointer: fine) {
  /* show the arrow only when this item (with submenu) is hovered */
  .header__list-item:has(.submenu-wrapper):hover > a::after {
    opacity: 1;
  }

  /* your existing hover to show the megamenu */
  .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
 

	/* .header__list-item:hover .submenu-wrapper {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	} */

	.header__list-item:hover ~ .header__list-item .submenu-wrapper {
		display: none;
	}

	.header__list-item:hover > a,
	.header__list-item:hover > a svg path {
		color: var(--color-primary);
		fill: var(--color-primary);
	}

	.header__button:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.submenu-list__item.has-submenu:hover .submenu-content,
	.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.submenu-content__list-item:hover .submenu-content__link {
		border-color: rgba(255, 255, 255, 0.3);
	}

	.submenu-content__list-item:hover .submenu-content__link-img img {
		transform: scale(1.05);
	}

	.submenu-content__url:hover,
	.submenu-content__url:hover svg path {
		color: var(--color-primary);
		stroke: var(--color-primary);
	}

	.submenu-content__url:hover svg {
		transform: translateX(5px);
	}
}

@media screen and (max-width: 1280px) {
	.header__navigation-wrapper {
		padding-left: 25px;
	}

	.submenu-list {
		max-width: 250px;
	}

	.submenu-content {
		max-width: calc(100% - 270px);
	}

	.submenu-content__url {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.base-template__wrapper {
		min-height: 105vh;
	}

	.header {
		min-height: 64px;
		padding: 0 20px;
	}

	.header__burger {
		display: flex;
	}

	.header__navigation-wrapper {
		flex-direction: column;
		align-items: center;
		position: absolute;
		top: 110%;
		left: 0;
		padding: 20px;
		background-color: rgba(25, 27, 36, 1);
		border-radius: 20px;
		opacity: 0;
		visibility: hidden;
		transition: var(--transition);
	}

	.header__navigation-wrapper.open {
		opacity: 1;
		visibility: visible;
	}

	.header__list {
		flex-direction: column;
		gap: 30px;
	}

	.header__buttons-wrapper {
		flex-direction: column;
		margin-left: unset;
		margin-top: 50px;
		gap: 8px;
	}

	.header__navigation,
	.header__list {
		width: 100%;
	}

	.header__list-item {
		flex-direction: column;
		width: 100%;
		padding: 0;
		gap: 0;
		margin: 0;
    position: relative;
	}

	.header__list-item.active a,
	.header__list-item.active a > svg path {
		fill: var(--color-primary);
		color: var(--color-primary);
	}

	.header__list-item .submenu-wrapper {
		position: static;
		padding: 0;
		max-height: 0;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		overflow: hidden;
		transition: max-height var(--transition);

    
	}
 
	.submenu-list {
		width: 100%;
		max-width: 100%;
		gap: 5px;
	}

	.submenu-list__wrapper {
		margin-top: 30px;
	}

	.submenu-list__item {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.submenu-list__item:active .submenu-list__item-wrapper {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.submenu-list__item:active .submenu-list__item-wrapper > svg {
		opacity: 1;
		visibility: visible;
	}

	.submenu-list__title {
		display: none;
	}

	.submenu-content {
		display: none;
	}

	.header__button {
		border: 1px solid rgba(255, 255, 255, 1);
	}
}




.result_category_sub{

}
.result_category_sub_inside{
  
}
@media screen and (max-width: 767.9px) {
	.header__buttons-wrapper,
	.header__button {
		width: 100%;
	}
}
 
/*** slidehsow ***/

/* --- Slider wrapper --- */
    .hero-slider {
      position: relative;
      width: 100%;
    height: 75vh;                /* Full screen height */
      overflow: hidden;
      background: #f9fafb;
      color: #111827;
    }

    /* Track that moves left/right */
    .hero-slider__track {
      display: flex;
      height: 100%;
      width: 100%;
      transition: transform 0.7s ease-in-out;
      will-change: transform;
    }

    /* Individual slide */
    .hero-slide {
      position: relative;
      flex: 0 0 100%;
      width: 100%;
      height:100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 6vw;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    /* Light overlay to ensure readability */
    /* .hero-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.75)
      );
    } */

    .hero-slide__content {
      position: relative;
      max-width: 720px;
      z-index: 1;
	  display: none;
    }

    .hero-slide__eyebrow {
      display: inline-flex;
      align-items: center;
      padding: 4px 12px;
      border-radius: 999px;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(15, 23, 42, 0.06);
      margin-bottom: 16px;
    }

    .hero-slide__title {
      font-size: clamp(2.1rem, 4vw, 3rem);
      line-height: 1.15;
      margin: 0 0 12px;
      font-weight: 650;
    }

    .hero-slide__subtitle {
      font-size: 0.98rem;
      line-height: 1.6;
      color: #4b5563;
      margin: 0 0 24px;
      max-width: 95%;
    }

    .hero-slide__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .hero-slide__btn,
    .hero-slide__btn--ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 0.9rem;
      font-weight: 500;
      text-decoration: none;
      cursor: pointer;
      transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.15s ease;
    }

    .hero-slide__btn {
      background: #111827;
      color: #f9fafb;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.22);
    }
    .hero-slide__btn:hover {
      background: #020617;
      transform: translateY(-1px);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
    }

    .hero-slide__btn--ghost {
      background: rgba(255, 255, 255, 0.9);
      color: #111827;
      border-color: rgba(15, 23, 42, 0.10);
      box-shadow: 0 10px 30px rgba(148, 163, 184, 0.25);
    }
    .hero-slide__btn--ghost:hover {
      background: #ffffff;
      border-color: rgba(15, 23, 42, 0.22);
      transform: translateY(-1px);
    }

    /* --- Arrows --- */
    .hero-slider__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(255, 255, 255, 0.9);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
      transition:
        background-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.15s ease,
        border-color 0.18s ease;
      z-index: 5;
    }

    .hero-slider__arrow--prev {
      left: 18px;
    }
    .hero-slider__arrow--next {
      right: 18px;
    }

    .hero-slider__arrow:hover {
      background: #ffffff;
      border-color: rgba(15, 23, 42, 0.4);
      transform: translateY(-50%) translateY(-1px);
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
    }

    .hero-slider__arrow-icon {
      font-size: 18px;
      line-height: 1;
      color: #111827;
    }

    /* --- Dots --- */
    .hero-slider__dots {
      position: absolute;
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
      z-index: 5;
    }

    .hero-slider__dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      border: none;
      padding: 0;
      cursor: pointer;
      background: #e5e7eb;
      transition:
        background-color 0.2s ease,
        transform 0.18s ease,
        width 0.18s ease;
    }

    .hero-slider__dot.is-active {
      width: 18px;
      background: #111827;
      transform: translateY(-1px);
    }

    /* --- Simple loading overlay (optional) --- */
    .hero-slider__loading {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(
        135deg,
        #f9fafb,
        #e5e7eb
      );
      color: #4b5563;
      font-size: 0.9rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      z-index: 10;
      transition: opacity 0.4s ease;
      pointer-events: none;
    }
    .hero-slider__loading.is-hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* --- Responsive tweaks --- */
    @media (max-width: 768px) {
      .hero-slide {
        padding: 0 20px;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
      }

      .hero-slide__title {
        font-size: 1.8rem;
      }

      .hero-slide__subtitle {
        font-size: 0.95rem;
      }

      .hero-slider__arrow--prev {
        left: 10px;
      }
      .hero-slider__arrow--next {
        right: 10px;
      }
    }

    @media (max-width: 480px) {
      .hero-slider__dots {
        bottom: 14px;
        padding: 6px 10px;
      }
    }

    /*****8 Cart icon window ***/

    /* Wrapper around icon + dropdown */
.header-cart-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Cart button (reuse your existing styles if you like) */
.header-cart-toggle .icon-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #000;
  color: #ffd200;
  font-weight: 600;
}

/* Cart total text on the button */
.header-cart-toggle .cart-total-label {
  font-size: 14px;
}

/* Badge on icon */
.header-cart-count.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  border-radius: 50%;
  background: #ffd200;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  left: -1.2rem;
}

/* Dropdown mini-cart */
.header-mini-cart {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  width: 360px;
  max-width: 90vw;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  padding: 18px 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 9999999;
}

/* Show on hover of the whole wrapper (icon+panel) */
.header-cart-wrapper:hover .header-mini-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Tidy Woo mini-cart default styles a bit to match your card */
.header-mini-cart .woocommerce-mini-cart {
  max-height: 260px;
  overflow-y: auto;
  margin: 0 0 16px;
}

.header-mini-cart .woocommerce-mini-cart__total {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}

/* View cart + Checkout buttons in one row */
.header-mini-cart .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.header-mini-cart .woocommerce-mini-cart__buttons .button {
  flex: 1 0 47%;
  text-align: center;
  border-radius: 999px;
  padding: 10px 0;
}

/* View cart */
.header-mini-cart .woocommerce-mini-cart__buttons .button.wc-forward {
  background: #f9c700;
  color: #000;
}

/* Checkout */
.header-mini-cart .woocommerce-mini-cart__buttons .button.checkout {
  background: #000;
  color: #fff;
}

.top-actions .icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-actions .badge.header-wishlist-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffd500; /* your yellow */
    color: #000;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.menu-item .tinvwl-menu-item { 
    display: none !important;
}

/*** all list categorues **/

/* Container grid */
.sign-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 90%;
    margin: 0 auto;
    padding: 32px 16px;
}

/* Card */
.sign-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    overflow: visible; /* so the flyout can sit outside */
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sign-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Main icon/image */
.sign-card__image-wrap {
    position: relative;
    padding: 24px 24px 8px;
}

.sign-card__image {
    width: 100%;
    max-width: 240px;
   
    border-radius: 14px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
  
    max-width: 100%;
    object-fit: cover;
    border-radius: 0.4rem !important;
 
    height: 220px !important;
}

/* Flyout preview (icon_cover_fly) */
.sign-card__flyout {
    position: absolute;
    width: 200px;
    height: 150px;
    top: -170px;           /* above card */
    right: 16px;           /* to the side */
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 5;
    pointer-events: none; /* do not steal hover */
}

.sign-card__flyout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Small arrow pointing to card (optional) */
.sign-card__flyout::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 40px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/* Show flyout on card hover */
.sign-card:hover .sign-card__flyout {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Card content */
.sign-card__body {
    padding: 0 24px 24px;
}

.sign-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 4px 0 6px;
}

.sign-card__text {
    font-size: 14px;
    color: #555;
    margin: 0 0 18px;
}

/* Button (yellow bar) */
.sign-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
    border-radius: 24px;
    background: #ffd623;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

/* Card hover lift */
.sign-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 1024px) {
    .sign-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sign-card__flyout {
        right: 50%;
        transform: translate(50%, 10px);
    }

    .sign-card:hover .sign-card__flyout {
        transform: translate(50%, 0);
    }
}

@media (max-width: 640px) {
    .sign-categories-grid {
        grid-template-columns: 1fr;
    }

    .sign-card__image-wrap {
        padding: 18px 18px 6px;
    }

    .sign-card__body {
        padding: 0 18px 18px;
    }
}


/**8 aJAX SUBCATEORY OUTPOUT **/

.result-subcat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.result-subcat-item {
    display: flex;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.result-subcat-thumb img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: block;
}

.result-subcat-title {
    font-weight: 600;
    display: block;
}

.result-subcat-desc {
    display: block;
    font-size: 0.85rem;
    color: #666;
}

.result_category_sub{
height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 99999;
  width: initial;
  padding-inline: 2rem;
}

 

.elementor-element-24c1285 .elementor-element-populated {
    padding: 0 !important;
}

/***** Advance search realtime *****/

.dss-search-wrapper {
    position: relative; /* ensures dropdown is positioned relative to this */
    z-index:91;
}

/* Dropdown container */
.dss-live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    max-height: 360px;
    overflow-y: auto;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);

    z-index: 9999;
    display: none;
}

.dss-live-search-results.is-visible {
    display: block;
}

/* Individual result item */
.dss-live-search-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.dss-live-search-item:last-child {
    border-bottom: none;
}

.dss-live-search-item:hover {
    background: #f7f7f7;
}

/* Thumbnail 40x40 on the left */
.dss-live-search-thumb {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dss-live-search-thumb img {
    width: 40px;
    height: 40px;
    object-fit: contain; /* good for logos / icons */
}

/* Text content on the right */
.dss-live-search-content {
    flex: 1 1 auto;
    min-width: 0;
}

.dss-live-search-title {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.3;
}

.dss-live-search-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    word-break: break-word;
}

/* Category badge */
.dss-live-search-badge {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* Empty state */
.dss-live-search-empty {
    color: #666;
    font-size: 13px;
    text-align: left;
}

/* Optional: align with your search form styling */
.search-form {
    position: relative;
    z-index: 10000; /* keep form above other elements */
}
.dss-search-wrapper {
    position: relative;
}

.dss-live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    z-index: 9999999;
    display: none;
}

.dss-live-search-results.is-visible {
    display: block;
}

.dss-live-search-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.dss-live-search-item:last-child {
    border-bottom: none;
}

.dss-live-search-item:hover {
    background: #f7f7f7;
}

/* 40x40 thumbnail */
.dss-live-search-thumb {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dss-live-search-thumb img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Text content */
.dss-live-search-content {
    flex: 1 1 auto;
    min-width: 0;
}

.dss-live-search-title {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.3;
}

.dss-live-search-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    word-break: break-word;
}

/* Category badge */
.dss-live-search-badge {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #ff6b00;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* Empty state */
.dss-live-search-empty {
    color: #666;
    font-size: 13px;
    text-align: left;
}

.search-form {
    position: relative;
    z-index: 10000;
}


/*** sale icon on live search **/

/* Layout row for title + sale pill */
.dss-live-search-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

/* Sale icon overlay on the thumbnail */
.dss-live-search-sale-icon {
    position: absolute;
    bottom: -4px;
    right: -4px;
    background: #e63946;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Ensure thumb can hold absolutely positioned icon */
.dss-live-search-thumb {
    position: relative;        /* ADD this if not already there */
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Sale pill/button on the right side of the title */
.dss-live-search-sale-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #e63946;
    padding: 3px 8px;
    border-radius: 999px;
    text-transform: uppercase;
    white-space: nowrap;
}


#offcanvas-flip:not(.uk-open) {
  display: none;
}
/*** all elem,enmtor fixing ***/


/** MObile version **/
@media(max-width:1200px){
.level2_seection_css,
.level1_seection_css{
  display:none !important;
}
}

/*** Single page image not showing if more than 1 images ***/

/* HARD FIX: Woo main image hidden */
.single-product div.product div.images,
.single-product div.product .woocommerce-product-gallery{
  position: relative !important;
  z-index: 5 !important;
  overflow: visible !important;
}

/* stop any overlay pseudo element covering image */
.single-product .woocommerce-product-gallery:before,
.single-product .woocommerce-product-gallery:after{
  display: none !important;
  content: none !important;
}

.single-product .woocommerce-product-gallery .flex-viewport{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 280px !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 6 !important;
}

.single-product .woocommerce-product-gallery__wrapper{
  display: block !important;
  width: 70% !important;
  transform: none !important;
  position: relative !important;
  z-index: 7 !important;
}

.single-product .woocommerce-product-gallery__image{
  display: none !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 8 !important;
}

/* show only active slide */
.single-product .woocommerce-product-gallery__image.flex-active-slide{
  display: block !important;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery__image a img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: 100% !important;
}

/* zoom icon placement fix */
.single-product .woocommerce-product-gallery__trigger{
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 20 !important;
}

/* fallback when ONLY 1 image (no flex-active-slide added) */
.single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:only-child{
  display: block !important;
}

/* extra safety, show first image if flex-active-slide not present */
.single-product .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child{
  display: block !important;
}
 
 
 /*** Checkput grdi items layout ***/
 
 /* 3-col responsive grid for your addons loop */
ul.products.sfn-cart-addons{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* reset woo default floats/widths */
ul.products.sfn-cart-addons > li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

/* make image fit nice */
ul.products.sfn-cart-addons .woocommerce-LoopProduct-link img{
  width: 100%;
  height: auto;
  display: block;
}

/* tablet: 2 columns */
@media (max-width: 1024px){
  ul.products.sfn-cart-addons{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* mobile: 1 column */
@media (max-width: 640px){
  ul.products.sfn-cart-addons{
    grid-template-columns: 1fr;
  }
}

/** error page  itesm****/

/* make this specific product list 3 cols responsive */
 /* FORCE GRID for this exact block */
div.woocommerce.columns-4 > ul.products.columns-4{
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* remove woo clearfix pseudo elements that sometimes break grid */
div.woocommerce.columns-4 > ul.products.columns-4::before,
div.woocommerce.columns-4 > ul.products.columns-4::after{
  content: none !important;
  display: none !important;
}

/* kill default float/width coming from theme or woo */
div.woocommerce.columns-4 > ul.products.columns-4 > li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

/* images fit */
div.woocommerce.columns-4 > ul.products.columns-4 img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* responsive */
@media (max-width: 1200px){
  div.woocommerce.columns-4 > ul.products.columns-4{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px){
  div.woocommerce.columns-4 > ul.products.columns-4{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px){
  div.woocommerce.columns-4 > ul.products.columns-4{
    grid-template-columns: 1fr !important;
  }
}

/** error featured items and categorye Style**/

/* =========================
   404 Featured + Categories layout
   ========================= */

.fourohfour-columns-2,
.fourohfour-columns-2 *{
  box-sizing: border-box;
}

/* overall width */
.fourohfour-columns-2{
  width: 90%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  flex-direction: column; /* 1 column layout */
  gap: 40px;
}

/* full width sections */
.fourohfour-columns-2 .col-1,
.fourohfour-columns-2 .col-2{
  width: 100% !important;
}

/* remove duplicate widget title (you already have Product Categories heading) */
.fourohfour-columns-2 .col-2 .widgettitle{
  display: none;
}

/* =========================
   Featured products (4 columns desktop)
   ========================= */

.fourohfour-columns-2 .col-1 ul.products{
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
}

/* tablet */
@media (min-width: 640px){
  .fourohfour-columns-2 .col-1 ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* desktop 4 cols */
@media (min-width: 1024px){
  .fourohfour-columns-2 .col-1 ul.products{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* reset Woo float widths */
.fourohfour-columns-2 .col-1 ul.products li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;

  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;

  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  padding: 12px;
}

/* make the main product link behave like a content wrapper */
.fourohfour-columns-2 .col-1 .woocommerce-LoopProduct-link{
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}

/* image fit inside box */
.fourohfour-columns-2 .col-1 ul.products li.product img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* title spacing */
.fourohfour-columns-2 .col-1 .woocommerce-loop-product__title{
  margin: 0;
  line-height: 1.25;
}

/* price spacing */
.fourohfour-columns-2 .col-1 .price{
  margin-top: 4px;
}

/* button must stay inside card */
.fourohfour-columns-2 .col-1 ul.products li.product > a.button{
  width: 80%;
  max-width: 80%;
  display: block;
  text-align: center;
  margin-top: 12px;
  white-space: normal; /* allow wrap if long */
}

/* wishlist icon not break layout */
.fourohfour-columns-2 .col-1 .tinvwl-loop-button-wrapper,
.fourohfour-columns-2 .col-1 .tinv-wraper{
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

/* =========================
   Categories (3 columns masonry, no big empty gaps)
   ========================= */

/* IMPORTANT: your html uses class "product-categories", not "product-categories" grid */
.fourohfour-columns-2 .col-2 ul.product-categories{
  margin: 0;
  padding: 0;
  list-style: none;

  column-count: 1;
  column-gap: 18px;
}

/* tablet */
@media (min-width: 640px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 2;
  }
}

/* desktop 3 columns */
@media (min-width: 1024px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 3;
  }
}

/* top level category card */
.fourohfour-columns-2 .col-2 ul.product-categories > li{
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;

  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;

  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  padding: 14px;

  /* header + children layout */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

/* remove theme icons / markers that appear outside the box */
.fourohfour-columns-2 .col-2 ul.product-categories li::before{
  content: none !important;
  display: none !important;
}
.fourohfour-columns-2 .col-2 ul.product-categories li{
  background: none !important;
}

/* top title link */
.fourohfour-columns-2 .col-2 ul.product-categories > li > a{
  flex: 1 1 auto;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  color:black ;
}

/* top count on right */
.fourohfour-columns-2 .col-2 ul.product-categories > li > .count{
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .75;
  white-space: nowrap;
}

/* children list */
.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children{
  flex: 0 0 100%;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px 14px;
}

/* subcats 2 columns on large */
@media (min-width: 1024px){
  .fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* child item row look */
.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children > li{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* child link */
.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children a{
  flex: 1 1 auto;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
      color: rgba(0, 0, 0, 0.7);
}

/* child count */
.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children .count{
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .7;
  white-space: nowrap;
}
/* force 90% viewport width (break out from theme container) */
.fourohfour-columns-2{
  width: min(90vw, 1900px) !important;
  max-width: 1900px !important;

  position: relative;
  left: 50%;
  transform: translateX(-50%);

  margin: 0 !important;
}
/* =========================
   Product Categories: full width edge to edge + 5 columns
   ========================= */

/* make the whole Product Categories section full-bleed */
.fourohfour-columns-2 .col-2 {
    width: 90vw !important;
    max-width: 90vw !important;
    /* margin-left: calc(50% - 50vw) !important; */
    /* margin-right: calc(50% - 50vw) !important; */
    padding: 0 !important;
    margin: 0 auto;
}
/* optional: small padding so it not stick too hard on screen edge
   if you really want edge, keep 0 */
.fourohfour-columns-2 .col-2 > h2,
.fourohfour-columns-2 .col-2 .widget{
  padding-left: 16px;
  padding-right: 16px;
}

/* categories masonry columns */
.fourohfour-columns-2 .col-2 ul.product-categories{
  margin: 0;
  padding: 0 16px; /* remove this line if you want true edge */
  list-style: none;

  column-count: 1;
  column-gap: 18px;
}

/* 2 cols */
@media (min-width: 640px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 2;
  }
}

/* 3 cols */
@media (min-width: 900px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 3;
  }
}

/* 4 cols */
@media (min-width: 1200px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 4;
  }
}

/* 5 cols */
@media (min-width: 1600px){
  .fourohfour-columns-2 .col-2 ul.product-categories{
    column-count: 5;
  }
}

/* category cards */
.fourohfour-columns-2 .col-2 ul.product-categories > li{
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;

  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;

  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff !important;
  overflow: hidden;
  padding: 14px;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

/* remove theme icons/markers outside cards */
.fourohfour-columns-2 .col-2 ul.product-categories li::before{
  content: none !important;
  display: none !important;
}

/* top category title + count */
.fourohfour-columns-2 .col-2 ul.product-categories > li > a{
  flex: 1 1 auto;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}

.fourohfour-columns-2 .col-2 ul.product-categories > li > .count{
  flex: 0 0 auto;
  font-size: 12px;
  opacity: .75;
  white-space: nowrap;
}

/* sub categories grid inside each card */
.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children{
  flex: 0 0 100%;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 8px 14px;
}

@media (min-width: 1024px){
  .fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fourohfour-columns-2 .col-2 ul.product-categories > li > ul.children a{
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
}

.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn {
 
    display: none !important;
}
.woocommerce-mini-cart__empty-message{
    color:black;
}