/*dessbossa.com common styles february 2018 by md. atikur rahman, bangladesh*/

/*English Fonts*/
/*Press start 2p*/
@font-face {
  font-family: 'pressstart2p';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/english/PressStart2P-Regular.ttf) format('truetype');
}

/*Seven segment display font Modern Bold*/
@font-face {
  font-family: 'DSEG7ModernBold';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/english/DSEG7Modern-Bold.ttf) format('truetype');
}
/*Seven segment display font Classic Bold*/
@font-face {
  font-family: 'DSEG7ClassicBold';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/english/DSEG7Classic-Bold.ttf) format('truetype');
}

/*Bangla Fonts*/
/*akaash*/
@font-face {
  font-family: 'akaash';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/akaash.ttf) format('truetype');
}
/*kalpurush*/
@font-face {
  font-family: 'kalpurush';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/kalpurush.ttf) format('truetype');
}
/*nikosh*/
@font-face {
  font-family: 'nikosh';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/nikosh.ttf) format('truetype');
}
/*sagar*/
@font-face {
  font-family: 'sagar';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/sagar.ttf) format('truetype');
}
/*solaimanlipi*/
@font-face {
  font-family: 'solaimanlipi';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/solaimanlipi.ttf) format('truetype');
}

/*mitra*/
@font-face {
  font-family: 'mitra';
  font-style: normal;
  font-weight: normal;
  src: url(https://www.dessbossa.com/styles/fonts/bangla/mitra.ttf) format('truetype');
}




/* Prevent any object from being highlighted upon touch event*/
*{
	-webkit-tap-highlight-color:transparent; 
}




a.titlelink:link{text-decoration:none;}
a.titlelink:visited{text-decoration:none;}

a.titlelink:hover{text-decoration:underline;}

a.titlelink:active{text-decoration:underline;}
												
a{outline: 0;}			
				
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.links{text-decoration:none;}



.legal-font{font-family: "Times New Roman", Times, serif;}
.legal-deco{text-decoration:underline;}


.reg-txt-fld{
	width:400px;
	height:40px;
	border:2px solid #ccc;
	border-radius:10px;	
}




/*Ajax Loader*/
#loaderLRP {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  /*border-bottom: 16px solid #3498db;*/
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#loaderLRPt {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  /*border-bottom: 16px solid #3498db;*/
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.w3-striped-odd tr:nth-child(odd){background-color:#f1f1f1}



/*login email/pass field */
/*small*/
/* @media only screen and (max-width:600px) {
  #login-email-fld {
    width:92%; 
  }
  #login-pass-fld {
    width:92%; 
  }
} */
/*medium*/
/* @media only screen and (max-width:992px) and (min-width:601px) {
  #login-email-fld {
    width:85%;
  }
  #login-pass-fld {
    width:85%; 
  }
} */
/*large*/
/* @media only screen and (min-width:993px) {
  #login-email-fld {
   width:78%;
  }
  #login-pass-fld {
    width:78%; 
  }
}
 */









/*||||||||||||||||||||||||||||||||||||||||||||||||||||||||dessbossa||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*for lon in EMAIL*/
.login-fld-plc-hldr-email::placeholder {
  color: #b83dba;
  font-weight: bold;
}
.login-fld-plc-hldr-email::-ms-input-placeholder { /* Edge 12-18 */
  color: #b83dba;
  font-weight: bold;
}

.login-fld-plc-hldr-email {
  /*font-weight:bold;*/
  border:1px solid #eee;
}




/*for lon in PASSWORD*/
.login-fld-plc-hldr-password::placeholder {
  /*color: #ff7f27;*/
  font-weight: bold;
}
.login-fld-plc-hldr-password::-ms-input-placeholder { /* Edge 12-18 */
  /*color: #ff7f27;*/
  font-weight: bold;
}


.login-fld-plc-hldr-password {
  background-color: #fffacd;
  font-weight:bold;
  border:1px solid #eee;
}

  
/*PASSWORD Reset email fld*/ 
 /*small*/
@media only screen and (max-width:700px) {
  .pass-reset-fld-design {
    width: 95%;/**/
    height: 40px;/**/
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .pass-reset-fld-design {
    width: 80%;/**/
    height: 40px;/**/
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .pass-reset-fld-design {
   width: 60%;/**/
   height: 40px;/**/
  }
}
 
  
 


/* Badge container with dark gradient */
.yt-live-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #444, #000); /* ধূসর → কালো গ্রেডিয়েন্ট */
  padding: 5px 12px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5); /* প্রিমিয়াম শ্যাডো */
}

/* Red blinking dot */
.live-dot {
  width: 10px;
  height: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  margin-right: 6px;
  animation: blink 3s infinite; /* স্লো ব্লিংক */
}

/* Slow blink animation */
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

 
  
  

/*animation*/
.blink_me {
  -webkit-animation: blinker 3s ease infinite;
  animation: blinker 3s ease infinite;
}

@-webkit-keyframes blinker {  
  50% { opacity: 0; }
}
@keyframes blinker {  
  50% { opacity: 0; }
}



/*animation*/
.linear_top_down_me {
  -webkit-animation: lineartopdowner 3s ease infinite;
  animation: lineartopdowner 3s ease infinite;
}

@-webkit-keyframes lineartopdowner {  
  50% { background-image: linear-gradient(#eee, white); }
}
@keyframes ineartopdowner {  
  50% { background-image: linear-gradient(#eee, white); }
}



/*background-color: red; /* For browsers that do not support gradients */
  





/*dessbossa header image*/
/*small*/
@media only screen and (max-width:700px) {
  .dessbossa-header-image {
    width: 100%;/**/
    height: 110px;/**/
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .dessbossa-header-image {
    width: 100%;/**/
    height: 140px;/**/
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .dessbossa-header-image {
   width: 100%;/**/
   height: 200px;/**/
  }
}


.bg-img {
  /* The image used */
  background-image: url("https://www.dessbossa.com/graphics/header-bg-img-13.jpg");

  /*min-height: 380px;*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
  /* Convert to black and white *
  filter: sepia(100%) brightness(105%);*/
}

/* 
/* Convert to black and white *
filter: grayscale(100%);
/* Sepia effect *
filter: sepia(100%);
/* Increases brightness by 20%, use 80% to darken *
filter: brightness(120%); 
/* Increases contrast by 50%, use 80% to reduce *
filter: contrast(150%); 
/* Shifts hue by 90 degrees, try 180deg for a full shift *
filter: hue-rotate(90deg); 
/* Doubles saturation, use 50% to desaturate *
filter: saturate(200%); 
/* Fully inverts colors, use 50% for partial *
filter: invert(100%); 
/* Blurs by 5px, adjust as needed *
filter: blur(5px); 
/*combination*
filter: sepia(100%) brightness(120%);
 */

 
/*header tag text*/

/*small*/
@media only screen and (max-width:700px) {
  .header-tag-text {
    font-size: 10px;/**/
	 font-weight: 400;
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .header-tag-text {
    font-size: 12px;/**/
	 font-weight: 500;
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .header-tag-text {
   font-size: 18px;/**/
    font-weight: 600;
  }
}



/*Load More Progess Icon*/
#Load-Mor-Prog-Icon {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #eee;
  /*border-bottom: 16px solid #3498db;*/
  width: 120px;
  height: 120px;
  -webkit-animation: LoadMorProgIcon 2s linear infinite; /* Safari */
  animation: LoadMorProgIcon 2s linear infinite;
}

/* Safari */
@-webkit-keyframes LoadMorProgIcon {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes LoadMorProgIcon {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*Load Item Image*/
#Load-Item-Image {
  border: 5px solid LightGray;
  border-radius: 50%;
  border-top: 5px solid #eee;
  /*border-bottom: 16px solid #3498db;*/
  width: 50px;
  height: 50px;
  -webkit-animation: LoadItemImage 2s linear infinite; /* Safari */
  animation: LoadItemImage 2s linear infinite;
}

/* Safari */
@-webkit-keyframes LoadItemImage {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes LoadItemImage {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*pricefiltering field*/
/*small*/
@media only screen and (max-width:700px) {
  .price-flt-fld {
    width: 40%;/**/
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .price-flt-fld {
    width: 40%;/**/
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .price-flt-fld {
   width: 40%;/**/
  }
}



/*customer select size*/
/*small*/
@media only screen and (max-width:700px) {
  .customer-select-size {
    width: 92%;/*92*/
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .customer-select-size {
    width: 94%;/*94*/
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .customer-select-size {
   width: 88%;/*88*/
  }
}


/*merchant T & C list marker*/
li.merchant-TC-li-marker::marker{
	color: #d35400;
	font-size: 24px;
	
	
}

/*
#ff9800 orange
#9c27b0 purple
#f1f1f1 grey
*/






/*Follow Us On social*/
.social-section {
  text-align: center;
  margin: 40px 0;
}

.follow-us {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

.social-icons a:hover,
.social-icons a.active {
  transform: scale(1.1);
  opacity: 1;
}

.social-icons img {
  width: 30px;
  height: 30px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.social-icons a:hover img,
.social-icons a.active img {
  filter: none;
}


/*Navigation links*/
.info-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px;
}

.info-link {
  display: inline-block;
  padding: 10px 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  border: 2px solid #6495ed;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.info-link:hover {
  background-color: #6495ed;
  color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}



/*refresh spinner*/
.spinner {
  position: relative;
  /* right: 20px; */
  bottom: -10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: conic-gradient(
    #FFD700,
    #FF69B4,
    #40E0D0,
    #90EE90,
    #90EE90
  );
  animation: spin 1.2s linear infinite;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 5px));
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*Footer*/
  @keyframes footer-glow {
    0% { box-shadow: 0 0 10px rgba(74, 144, 226, 0.3); }
    100% { box-shadow: 0 0 20px rgba(74, 144, 226, 0.5); }
  }

  footer a:hover {
    color: #50E3C2;
  }

  footer a:hover span {
    width: 100%;
  }

  footer p:hover, footer span:hover {
    color: #50E3C2;
  }

  @media (max-width: 768px) {
    footer {
      padding: 15px 0;
    }
    .w3-content {
      padding: 10px;
    }
    #user-box-footer {
      padding-top: 8px;
    }
    footer p {
      font-size: 12px;
    }
    footer a {
      font-size: 12px;
    }
    footer span {
      font-size: 12px;
    }
    footer section {
      padding-top: 10px;
    }
  }
  
 
/*Price Negotiable Badge*/  
.negotiable-badge { 
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF; /* সাদা টেক্সট */
  background: linear-gradient(90deg, #7C3AED, #7C3AED); /* হালকা থেকে গাঢ় পার্পল */
  padding: 2px 8px;
  border-radius: 4px; /* পিল-শেপ */
  border: 0.5px solid #7C3AED; /* #7C3AED এর গাঢ় শেড */
  letter-spacing: 0.5px;
}


/*
.negotiable-badge:hover {
  background: linear-gradient(90deg,#a7f3d0,#6ee7b7);
}
*/



/*Random search*/
.random-search-placeholder-error::placeholder {
	color: #ef4444; /*#fb7185; #f87171; #ef4444; #e11d48;  #dc2626;       red */
	font-weight: 600;    /* slightly bold */
}

.random-search-placeholder-normal::placeholder {
	color: #6b7280;      /* normal gray */
	font-weight: 400;
}


/*product name font size*/
/*small*/
@media only screen and (max-width:700px) {
  .product-name-font-size {
     font-size:18px;
	 font-weight:400;
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .product-name-font-size {
    font-size:21px;
	font-weight:500;
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .product-name-font-size {
    font-size:24px;
	font-weight:600;
  }
}





.dessbossa-badge {
  display: inline-block;
  margin-top: 8px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dessbossa-badge a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border: 3px solid #1e6bff;
  border-radius: 18px;
  text-decoration: none;
  background: #ffffff;
  transition: all 0.25s ease;
}

.dessbossa-badge a:hover {
  background: #f5f8ff;
  transform: translateY(-1px);
}

.dessbossa-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dessbossa-icon svg {
  width: 100%;
  height: 100%;
  fill: #1e6bff; /* ✅ PURE BLUE */
}

.dessbossa-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.dessbossa-text .published {
  font-size: 20px;
  font-weight: 500;
  color: #1e6bff;
}

.dessbossa-text .brand {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #3b5bff, #7b3fe4, #ff5a2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*Item menu*/
/* .item-dropdown .menu-item{
    padding:10px 14px;
    font-size:14px;
    cursor:pointer;
    color:#334155;
    transition:background .2s ease;
}

.item-dropdown .menu-item:hover{
    background:#F1F5F9;
}

.item-dropdown .menu-item.danger{
    color:#DC2626;
}
.item-dropdown .menu-item.danger:hover{
    background:#FEE2E2;
} */
/* Item menu */
.item-dropdown .menu-item{
    display: flex;              /* NEW */
    align-items: center;        /* NEW */
    gap: 8px;                   /* NEW */

    padding:10px 14px;
    font-size:14px;
    cursor:pointer;
    color:#334155;
    transition:background .2s ease;
    user-select: none;          /* optional polish */
}

.item-dropdown .menu-item:hover{
    background:#F1F5F9;
}

.item-dropdown .menu-item.danger{
    color:#DC2626;
}

.item-dropdown .menu-item.danger:hover{
    background:#FEE2E2;
}

/* Optional: icon alignment consistency */
.item-dropdown .menu-item span:first-child{
    width:18px;
    text-align:center;
    flex-shrink:0;
}





/*Saved/Hamgurger/Login buttons*/
#headerActions {
  position: absolute;
  right: 4px;
  bottom: 8px;

  display: flex;
  align-items: center;
  gap: 4px;                /* 🔥 tight spacing */

  padding: 2px 3px;        /* bar padding */
  border-radius: 14px;     /* pill shape */

  background: rgba(255, 255, 255, 0.75);  /* translucent white */
  /* ❌ no backdrop-filter */
  /* ❌ no blur */

  box-shadow:
    0 6px 18px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.6);

  z-index: 6;
}

.headerIcon {
  width: 30px;
  height: 30px;
  border-radius: 10px;

  display: grid;
  place-items: center;

  cursor: pointer;
  font-size: 20px;
  line-height: 1;

  color: #111;

  transition: 
    background 0.18s ease,
    transform 0.18s ease;
	
  position: relative;  /* ✅ badge anchor */
	 	
}
.headerIcon:hover {
  background: rgba(15, 82, 186, 0.08); /* soft highlight */
  transform: translateY(-1px);
}

.headerIcon:active {
  transform: scale(0.95);
}


/* saved badge */
.saved_badge {
  position: absolute;
  top: -4px;
  right: -4px;

  min-width: 18px;
  height: 16px;
  padding: 0 5px;

  border-radius: 999px;
  background: #e11d48;          /* modern red (not harsh) */
  color: #fff;

  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;

  box-shadow: 0 2px 6px rgba(0,0,0,0.25);

  pointer-events: none;         /* icon click unaffected */
}

/* ===== Body scroll lock ===== */
body.drawer-open {
  overflow: hidden;
}

/* COMMON */
.drawer {
  position: fixed;
  background: #fff;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
}

/* HEADER */
.drawer-header {
  padding: 14px 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-body {
  padding: 14px;
  overflow-y: auto;
  flex: 1;
}

.close {
  cursor: pointer;
}

/* LEFT */
.drawer-left {
  width: 300px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.drawer-left.active {
  transform: translateX(0);
}

/* RIGHT */
.drawer-right {
  width: 340px;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.drawer-right.active {
  transform: translateX(0);
}

/* CENTER (TOP → BOTTOM) */
.drawer-center {
  width: 360px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.drawer-center.active {
  transform: translate(-50%, 0);
}



/*Hamburger menu drawer body*/
.hamburger-menu-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hamburger-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 10px 12px;
  border-radius: 10px;

  text-decoration: none;
  color: #111;
  font-size: 15px;
  font-weight: 500;

  transition: background 0.18s ease, transform 0.18s ease;
}

.hamburger-menu-item:hover {
  background: rgba(15, 82, 186, 0.08);
  transform: translateX(2px);
}

.hamburger-menu-item:active {
  transform: scale(0.98);
}

.hamburger-menu-icon {
  font-size: 18px;
  width: 22px;
  text-align: center;
}

.hamburger-menu-muted {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}

.hamburger-menu-muted:hover {
  background: rgba(0, 0, 0, 0.05);
}


/*Customer account*/




/*horizontal 3 dots processing indicator*/
.pulse-dot{
  width:5px;
  height:5px;
  background:#64748b;
  border-radius:50%;
  animation:pulse 1.2s infinite ease-in-out;
}

.pulse-dot:nth-child(2){animation-delay:.15s;}
.pulse-dot:nth-child(3){animation-delay:.3s;}

@keyframes pulse{
  0%{opacity:.3;}
  50%{opacity:1;}
  100%{opacity:.3;}
}


/*https://www.dessbossa.com/product/[pid] page item header size*/
/* Default / large screens */
.item-name {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 26px; /* h1 size */
    margin: 0;
    line-height: 1.2;
    color: #0f172a;
}

/* Medium screens: mimic h2 */
@media only screen and (max-width:992px) and (min-width:701px) {
    .item-name {
        font-size: 22px; /* h2 size */
		font-weight: 700;
    }
}

/* Small screens: mimic h3 */
@media only screen and (max-width:700px) {
    .item-name {
        font-size: 18px; /* h3 size */
		font-weight: 600;
    }
}


/*Price*/
/*small*/
@media only screen and (max-width:700px) {
  .item-price {
     font-size:18px;
	 font-weight:600;
  }
}
/*medium*/
@media only screen and (max-width:992px) and (min-width:701px) {
  .item-price {
    font-size:22px;
	font-weight:700;
  }
}
/*large*/
@media only screen and (min-width:993px) {
  .item-price {
    font-size:26px;
	font-weight:800;
  }
}




/*product page action bar*/
  @media only screen and (max-width:700px){
    /* Stack the primary CTA below media actions */
    div[style*="margin-top:14px"][style*="display:flex"] {
      flex-direction: column;
      align-items: stretch;
    }
    div[style*="flex:0 0 auto;"] {
      margin-top:8px;
      display:flex;
      justify-content:flex-start;
    }
  }
  
 
 
 
/*item details*/
/*
/* Thin border-like overlay * /
.itm-details-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.15);   /* খুব হালকা * /
  backdrop-filter:blur(1px);
  display:none;
  z-index:999;
}

/* Main fullscreen modal * /
.itm-details-modal{
  position:fixed;
  inset:12px;                  /* এইটাই border effect * /
  background:#ffffff;
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,0.35);
  display:none;
  z-index:1000;
  overflow:hidden;
  animation:modalIn 0.25s ease-out;
}

/* Header * /
.itm-modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 18px;
  background:#0F172A;
  color:#E5E7EB;
  font-weight:600;
}

.itm-modal-header button{
  background:none;
  border:none;
  color:#E5E7EB;
  font-size:18px;
  cursor:pointer;
}

/* Body * /
.itm-modal-body{
  padding:18px;
  overflow-y:auto;
  height:calc(100% - 56px);
}

/* Animation * /
/* @keyframes modalIn{
  from{
    transform:scale(0.97);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
} */

/* Mobile tweak * /
@media (max-width:600px){
  .itm-details-modal{
    inset:8px;
    border-radius:10px;
  }
}

/* Prevent background scroll when modal open * /
body.itm-modal-open,
html.itm-modal-open{
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
*/










/* মডাল ওপেন থাকলে বডি স্ক্রল লক হবে কিন্তু টপে যাবে না */
/* body.itm-modal-open {
    overflow: hidden;
    /* স্ক্রলবার গ্যাপ পূরণ করতে * /
    padding-right: var(--scrollbar-width, 0px); 
}

/* Thin border-like overlay * /
.itm-details-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.2); 
    backdrop-filter: blur(2px);
    display: none;
    z-index: 999;
}

/* Main fullscreen modal * /
.itm-details-modal {
    position: fixed;
    inset: 12px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    display: none;
    z-index: 1000;
    overflow: hidden;
    animation: modalIn 0.25s ease-out;
}

/* Modal Header * /
.itm-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #0F172A;
    color: #E5E7EB;
    font-weight: 600;
}

.itm-modal-header button {
    background: none;
    border: none;
    color: #E5E7EB;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
}

/* Modal Body * /
.itm-modal-body {
    padding: 18px;
    overflow-y: auto;
    height: calc(100% - 56px); /* হেডার বাদ দিয়ে বাকি অংশ * /
    -webkit-overflow-scrolling: touch; /* মোবাইলে স্মুথ স্ক্রলিং * /
}

/* Animation * /
/* @keyframes modalIn {
    from { transform: translateY(10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
} * /

/* Mobile responsive * /
@media (max-width: 600px) {
    .itm-details-modal {
        inset: 8px;
        border-radius: 10px;
    }
} */


/* মেইন বডি স্টাইল */
body.itm-modal-open {
    overflow: hidden;
    padding-right: var(--scrollbar-width, 0px);
    /* ব্যাকগ্রাউন্ড স্ক্রল চেনিং বন্ধ করার জন্য */
    overscroll-behavior: none; 
}

/* Overlay */
.itm-details-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4); 
    backdrop-filter: blur(2px);
    display: none;
    z-index: 100000;
}

/* Modal Window */
.itm-details-modal {
    position: fixed;
    inset: 0px; /*inset: 12px;*/
    background: #ffffff;
    border-radius: 0px; /*14px;*/
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    display: none;
    z-index: 1000000;
    overflow: hidden;
    animation: modalIn 0.25s ease-out;
}

/* Modal Body - শুধু এখানে স্ক্রল হবে */
.itm-modal-body {
    padding: 18px;
    overflow-y: auto;
    height: calc(100% - 56px);
    /* মডাল স্ক্রল শেষে যেন মেইন পেজ স্ক্রল শুরু না হয় */
    overscroll-behavior: contain; 
    -webkit-overflow-scrolling: touch;
}

/* Header */
.itm-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #0F172A;
    color: #E5E7EB;
    font-weight: 600;
}

.itm-modal-header button {
    background: none; border: none; color: inherit;
    font-size: 20px; cursor: pointer;
}

/* Animation */
/* @keyframes modalIn {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
} */

@media (max-width: 600px) {
    .itm-details-modal { inset: 0px; border-radius: 0px; } /*inset: 8px; border-radius: 10px;*/
}




/*search item expansions*/
.itm-expanded-wrap{
  display:flex;
  gap:16px;
}

/* IMAGE SIDE */
.itm-expanded-media{
  flex:0 0 42%;
}

.itm-expanded-media img{
  width:100%;
  height:auto;
  border-radius:10px;
  object-fit:cover;
}

/* DETAILS SIDE */
.itm-expanded-details{
  flex:1;
  font-size:14px;
  line-height:1.6;
  color:#334155;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px){
  .itm-expanded-wrap{
    flex-direction:column;
  }

  .itm-expanded-media{
    flex:unset;
  }
}



/*Expanded full width contents*/
.itm-expanded-block{
	width:100%;
	margin-top:16px;
	padding:16px 18px;
	background:#F8FAFC;
	border:1px solid #E5E7EB;
	border-radius:12px;
	font-family:Inter, system-ui, sans-serif;
}

.itm-expanded-block h3{
	margin:0 0 10px 0;
	font-size:15px;
	font-weight:600;
	color:#0F172A;
}

.itm-expanded-block p,
.itm-expanded-block li{
	font-size:14px;
	line-height:1.6;
	color:#334155;
}

.itm-feature-block ul{
	margin:0;
	padding-left:18px;
}






.itm-hashtags{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.itm-hashtags span{
	font-size:13px;
	padding:4px 10px;
	background:#E0ECFF;
	color:#0F52BA;
	border-radius:999px;
	font-weight:500;
}
