.elementor-5512 .elementor-element.elementor-element-c84a27d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5512 .elementor-element.elementor-element-2cb0747{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-5512 .elementor-element.elementor-element-f4af433{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:0px;}.elementor-5512 .elementor-element.elementor-element-f4af433.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5512 .elementor-element.elementor-element-1b365e5.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-5512 .elementor-element.elementor-element-1b365e5{text-align:center;}.elementor-5512 .elementor-element.elementor-element-1b365e5 img{width:100%;}.elementor-5512 .elementor-element.elementor-element-9d36804 .elementor-heading-title{color:#FFFFFF;}.elementor-5512 .elementor-element.elementor-element-53096ba{width:var( --container-widget-width, 74% );max-width:74%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;--container-widget-width:74%;--container-widget-flex-grow:0;}.elementor-5512 .elementor-element.elementor-element-53096ba.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-5512 .elementor-element.elementor-element-627a66f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-5512 .elementor-element.elementor-element-6c040bc{--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-5512 .elementor-element.elementor-element-6c040bc .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-5512 .elementor-element.elementor-element-b20fad3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-5512 .elementor-element.elementor-element-c84a27d{--content-width:100%;}.elementor-5512 .elementor-element.elementor-element-2cb0747{--content-width:100%;}.elementor-5512 .elementor-element.elementor-element-f4af433{--width:24%;}.elementor-5512 .elementor-element.elementor-element-b20fad3{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1266459 *//* ================= ANNOUNCEMENT ROOT ================= */
.custom-announcement{
  background: rgba(13,13,85,1);
  color: #fff;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 0.1px solid grey !important ;
}

.announcement-container{
  max-width: 1400px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ================= SLIDER ================= */
.announcement-slider{
  flex: 1;
  overflow: hidden;
}

.announcement-track{
  display: flex;
  transition: transform 0.6s ease;
}

.announcement-item{
  min-width: 100%;
  text-align: center;
}

.announcement-item a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.announcement-item a:hover{
  color: #ffb300;
}

.arrow{
  margin-left: 8px;
  font-weight: bold;
}

/* ================= NAV BUTTONS ================= */
.ann-btn{
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.ann-btn:hover{
  background: linear-gradient(135deg,#ff8c00,#ffb300);
  color: #000;
}

/* ================= MOBILE ================= */
@media(max-width:768px){
  .ann-btn{
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for search, class: .elementor-element-53096ba *//* =====================================================
   GLOBAL RESET (HEADER SCOPE)
===================================================== */
.elementor-element-2cb0747 *,
.elementor-element-2cb0747 *::before,
.elementor-element-2cb0747 *::after{
  box-sizing: border-box;
}

/* =====================================================
   HEADER ROOT
===================================================== */
.elementor-element-2cb0747{
  background: rgba(13,13,85,1);
  padding: 14px 0;
  position: relative;
  z-index: 999;
  /*box-shadow: 0 10px 35px rgba(0,0,0,0.35);*/
}

/* =====================================================
   INNER CONTAINER (MAIN ALIGNMENT)
===================================================== */
.elementor-element-2cb0747 > .e-con-inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

/* =====================================================
   LOGO
===================================================== */
.elementor-element-1b365e5{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.elementor-element-1b365e5 img{
  max-height: 56px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* =====================================================
   SEARCH BAR (CENTER)
===================================================== */
.elementor-element-53096ba{
  flex: 1 1 auto;
  max-width: 520px;
}

.elementor-widget-search .e-search-form{
  display: flex;
  align-items: center;

  background: #ffffff;
  border-radius: 999px;
  padding: 0px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.elementor-widget-search .e-search-input{
  flex: 1;
  border: none;
  outline: none;

  /*padding: px 1px;*/
  font-size: 15px;
  color: #111827;
  background: transparent;
}

.elementor-widget-search .e-search-input::placeholder{
  color: #9ca3af;
  border-radius: 100px;
}

.elementor-widget-search .e-search-submit{
  background: linear-gradient(135deg,#ff8c00,#ffb300);
  border: none;
  border-radius: 100px !important;

  padding: 12px 20px !important;
  font-weight: 600;
  cursor: pointer;
}

/* =====================================================
   RIGHT SIDE TOOLS WRAPPER
===================================================== */
.elementor-element-627a66f{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* =====================================================
   CART TOGGLE BUTTON
===================================================== */
.elementor-menu-cart__toggle_button{
  display: flex;
  align-items: center;
  gap: 8px;

  background: rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 10px 16px;

  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.elementor-menu-cart__toggle_button svg{
  fill: #ffffff;
}

.elementor-button-icon-qty{
  background: #ff8c00;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* =====================================================
   CART DRAWER (SIDE CART)
===================================================== */
.elementor-menu-cart__main{
  background: rgba(13,13,85,1);
  color: #ffffff;
}

.elementor-menu-cart__product{
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.elementor-menu-cart__product-name a{
  color: #ffffff;
  font-weight: 500;
}

.elementor-menu-cart__product-price{
  color: #ffb300;
}

.elementor-menu-cart__subtotal{
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 14px;
}

/* CART ACTION BUTTONS */
.elementor-menu-cart__footer-buttons a{
  background: linear-gradient(135deg,#ff8c00,#ffb300);
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  padding: 14px;
}

/* =====================================================
   EXTRA CTA BUTTON (RIGHT MOST)
===================================================== */
.elementor-widget-button .elementor-button{
  background: linear-gradient(135deg,#ff8c00,#ffb300);
  color: #000;
  border-radius: 999px;

  padding: 12px 30px;
  font-weight: 600;

  box-shadow: 0 10px 30px rgba(255,140,0,0.45);
}

/* =====================================================
   REMOVE ELEMENTOR DEFAULT SPACING
===================================================== */
.elementor-widget,
.elementor-widget-container{
  margin: 0;
}

/* =====================================================
   MOBILE OPTIMIZATION
===================================================== */
@media (max-width: 768px){

  .elementor-element-53096ba{
    display: none;
  }

  .elementor-element-2cb0747 > .e-con-inner{
    justify-content: space-between;
    gap: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c21866 *//* ================= NAV BAR ================= */
.tp-nav{
  background: rgba(13,13,85,1);
  border-top: 0.1px solid ;
}

.tp-container{
  max-width: 1400px;
  margin: auto;
  padding: 14px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================= CATEGORIES BUTTON ================= */
.tp-categories{
  position: relative;
}

.cat-btn{
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.cat-btn:hover{
  background: linear-gradient(135deg,#ff8c00,#ffb300);
  color: #000;
}

/* ================= DROPDOWN ================= */
.tp-cat-dropdown{
    z-index: 99;
  position: absolute;
  top: 48px;
  left: 0;
  width: 340px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  display: none;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  animation: fadeIn 0.25s ease forwards;
}

.tp-categories:hover .tp-cat-dropdown{
  display: block;
}

@keyframes fadeIn{
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* CATEGORY ITEM */
.cat-item{
  padding: 12px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s;
}

.cat-item:not(:last-child){
  margin-bottom: 10px;
}

.cat-item:hover{
  background: rgba(13,13,85,0.06);
}

.cat-item h4{
  margin: 0 0 4px 0;
  font-size: 16px;
  color: #0D0D55;
  font-weight: 600;
}

.cat-item p{
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
}

/* ================= MENU ================= */
.tp-menu{
  display: flex;
  gap: 30px;
}

.tp-menu a{
  color: #c7c9ff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
}

.tp-menu a:hover{
  color: #ffffff;
}

.tp-menu a::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff8c00;
  transition: 0.3s;
}

.tp-menu a:hover::after{
  width: 100%;
}

/* ================= PHONE ================= */
.tp-phone{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

/* ================= RESPONSIVE ================= */
@media(max-width: 900px){
  .tp-menu,
  .tp-phone{
    display: none;
  }

  .tp-container{
    justify-content: space-between;
  }
}/* End custom CSS */