@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* font family of work sans */
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


.add-to-cart{
  display: none;
}

.scroll_btn,
.scroll_btns,
.bd-scroll-btn,
.owl-carousel .owl-nav,
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  display: none !important;
}


body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
      /* Firefox */
}

.cate_box:hover{
    transition: all 0.2s ease-in-out;
     cursor: pointer;
         transform: translateY(-2px);
     
 }

/* Hide scrollbar for Firefox */
body {
    /* scroll-behavior: smooth;*/
    /*scrollbar-width: thin;*/
    /*scrollbar-color: black #ffff;*/
    -ms-overflow-style: none; /* IE 10+ */
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
}

.products-row{
  width: 100%;
    display: flex;
    gap: 10px;
    padding-block: 11px;
}


    .tabs-container h2 {
      font-weight: 600 !important;
    }





/* line added by hask */
/* boiler plate of csss */
:root {
  --normal-txt-color: #000000;
  --color-black: #000000;
  --color-black-soft: #111111;
  --mobile-border-radius: 5px;
  --normal-border-radius: 5px;
  --btn-txt-color: #ffffff;
  --normal-font-weight: 500;
  --hover-txt-color: #f2f2f2;
  --btn-bg-color: #8a1344;
  --bs-footer-txt-color: #666666;
  --info-border-color: #cfcdcd;
  --main-font-family: "Work Sans", sans-serif;

  --font-fm2: 'Lato', sans-serif;
  --font-family-base: var(--font-fm2);
  --font-family-heading: var(--main-font-family);
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --hover-txt-color: #666666;
  --cart-modal-footer-bg: #f7f7f7;
  --main-bg: #ffffff;
  --para-color: #666666;
  --input-bg: #f2f2f2;
  --input-normal-rounded: 5px;
  --input-placeholder-txt-color: #9b9ba6;
  --li-txt-color: #666666;
  --sec-txt-color: #666666;
  --timer-txt-color: #cf1927;
  --main-clr:#8a1344;
  --light-color:#ffffff;
  --dark-color:#000000;
  --txt-font-mobile: 20px; 
   --txt-weight-mobile: 500;
  --layout-pad-x: clamp(16px, 4vw, 40px);
  --layout-pad-y: clamp(18px, 4.5vw, 48px);
  --section-gap: clamp(18px, 3vw, 32px);
  --card-radius: 14px;
  --card-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  --card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.14);
  --hover-scale: 1.000;
  --hover-raise: -4px;
  --product-card-width: 220px;

}

/* Desktop web preview: keep the mobile UI centered instead of hiding the page */
/*  */
.support{
  display: none;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  /* margin-top: 3%; */
  height: 100%;
        font-family: var(--font-family-base);
  scroll-behavior: smooth;
  
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

/* =========================
   App i18n: language picker
   ========================= */
.bd-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  font-family: var(--font-fm2);
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.bd-lang-fab {
  position: fixed;
  right: 14px;
  bottom: 86px;
  z-index: 1600;
}

.bd-lang-trigger .bd-lang-current {
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #000;
  color: #fff;
}

.bd-lang-chip {
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  color: #000;
}

.bd-sheet {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.bd-sheet.active {
  display: block;
}

.bd-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.bd-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 78vh;
  background: #fff;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
  transform: translateY(8px);
  animation: bdSheetUp 180ms ease-out forwards;
}

@keyframes bdSheetUp {
  from { transform: translateY(16px); opacity: 0.85; }
  to { transform: translateY(0); opacity: 1; }
}

.bd-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bd-sheet__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bd-sheet__key {
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.04);
  font-size: 12px;
  font-weight: 800;
}

.bd-sheet__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.bd-sheet__toggleState {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #000;
  color: #fff;
}

.bd-sheet__title {
  font-size: 16px;
  font-weight: 800;
}

.bd-sheet__close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 22px;
  line-height: 1;
}

.bd-sheet__body {
  padding: 10px 10px 14px;
  overflow: auto;
}

.bd-sheet__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.bd-sheet__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #fff;
  text-align: left;
}

.bd-sheet__item.active {
  border-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.bd-sheet__label {
  font-size: 14px;
  font-weight: 700;
}

.bd-sheet__radio {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  position: relative;
  flex: 0 0 18px;
}

.bd-sheet__item.active .bd-sheet__radio {
  border-color: #000;
}

.bd-sheet__item.active .bd-sheet__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #000;
}

.bd-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(16px);
  opacity: 0;
  z-index: 2500;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: all 160ms ease;
  pointer-events: none;
}

.bd-toast.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.h_quick_view_overlay,
.close-login-modal-wrapper,
.search_wrapper_overlay,
.wrapper-overlay {
  transition: all .4s ease-in-out;
}

.h_quick_view_overlay.active,
.close-login-modal-wrapper.active,
.search_wrapper_overlay.active,
.wrapper-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 1201;
  cursor: url(../images/light-close.png) 16 16, pointer;
}


.delivery{
  display: none !important;
  margin: 0px !important;
}


.payment-logos{
  display: none !important;
  margin: 0px;
  position: absolute;
}
.loader {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  
  gap: 20px;
}

.item p{
      padding: 3px;
    clip-path: polygon(0% 0%, /* top-left */ 101% 0%, /* flat top edge */ 100% 0%, /* sharp right angle */ 84% 100%, /* flat bottom slant end */ 0% 100% /* bottom-left */);
    background: red;
    position: absolute;
    bottom: 8%;
    width: 48%;
    border: 1px solid white;
    color: whitesmoke;
    text-transform: capitalize;
    left: 21%;
}


.loader-logo {
  width: 100px;

}


.loader p{
  font-size: 22px;
}

.swal-custom-icon {
  border: 1px solid #000 !important;
  color: #000 !important;
}
.swal-custom-text {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--main-font-family);
  text-transform: capitalize;
}
.my-swal-warning-container {
  z-index: 19999 !important;
}

.empty-cart-icon img {
  width: 100%;
}

.back-menu-icon{
  display: none;
}

.mobile-top-img{
  display: none;
}

@media screen and (max-width: 769px) {
  .tabs-container
 {
  margin-bottom: 10px;
 }
.back-menu-icon{
display: flex
;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
}

/* =========================
   Website desktop wrapper
   ========================= */
@media screen and (min-width: 501px) {
  html {
    background: #f3f3f3;
  }

  body {
    margin: 0 auto;
    /* padding: 0 2%; */
    background: #ffffff;
    min-height: 100vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1280px) {
  body {
    margin: 22px auto;
    border-radius: 16px;
    overflow: hidden;
    min-height: calc(100vh - 44px);
  }
}
.mobile-top-img{
  display: block;
  height: auto;   
  width: -webkit-fill-available;
    padding: 6% 1%;
}

  .product_info{
    padding-inline: 5%;
    /* background: #000; */
  }
    /* .product img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    } */

    .product{
             padding: unset !important;
                 border: 1px solid gainsboro !important;
    }

        .icon-container {
        display: flex;  
        font-family: var(--font-fm2);
        gap: 3px !important;
        justify-content: space-between;
        /* margin-top: 15px; */
        opacity: 1;
        right: 8px !important;
        top: 8px !important;
    }


    .icon-with-label i {
    width: 30px !important;
    height: 30px !important;
    }
.b1.container{
  display: block;
}

/* .product img{
          border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
} */


.add-to-cart{
          background-color: #8a1344;
        opacity: 2;
        color: white;
        transform: none;
        transition: none;
        display: none !important
;
        gap: 10px;
        align-items: center;
        justify-content: center;
                margin-bottom: 11px;
}


.product p{
  line-height: unset !important;
margin: 0px !important;
}

.product h2{
  line-height: unset !important;
  margin: 0px !important;
        /* -webkit-line-clamp: 1 !important; */
        display: -webkit-box;
}


.price-container{
  /* margin-bottom: 10px !important; */
  /* margin-top: 12px !important; */
}

}

/* =========================
   Global layout + hover sync
   ========================= */
section {
  scroll-margin-top: 110px;
  /*max-width: 1280px;*/
  margin-left: auto;
  margin-right: auto;
}

/* .tabs-container,
.product-relative,
.shopby_other,
.shop_category,
.custom-card-container,
.banner_section_middle,
.categories,
.fliter_section,
.shop_cate,
.filter,
.product-section,
.slider-container {
  padding-left: var(--layout-pad-x);
  padding-right: var(--layout-pad-x);
} */

.product,
.product_card1,
.custom-card,
.shop2,
.card {
  border-radius: var(--card-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: var(--card-shadow);
}

.product:hover,
.product_card1:hover,
.custom-card:hover,
.shop2:hover,
.card:hover {
  transform: translateY(var(--hover-raise));
  /* box-shadow: var(--card-shadow-hover); */
}

.product img,
.product_card1 img,
.custom-card-img,
.shop2-img img,
.card img,
.product_sections .products img,
.category-item img {
  transition: transform 0.35s ease;
}

.product:hover img,
.product_card1:hover img,
.custom-card:hover img,
.shop2:hover .shop2-img img,
.card:hover img,
.category-item:hover img,
.product_sections .products:hover img {
  transform: scale(var(--hover-scale));
  cursor: pointer;
}


