/** Shopify CDN: Minification failed

Line 2347:0 Unexpected "<"
Line 2349:20 Unexpected "{"
Line 2349:29 Expected ":"
Line 2364:20 Unexpected "{"
Line 2364:29 Expected ":"
Line 2370:20 Unexpected "{"
Line 2370:29 Expected ":"
Line 2371:20 Unexpected "{"
Line 2371:29 Expected ":"
Line 2374:20 Unexpected "{"
... and 28 more hidden warnings

**/
/*================ HEADER ===============*/

html, body { max-width: 100%; overflow-x: hidden; }  /* পুরো পেজে side scroll বন্ধ */
h1, h2, h3, h4, h5, h6{
  line-height: 110% !important;
}
a, span,p{
  line-height: 150% !important;
}

.bwp-header.header_5 {
    border-bottom: 1px solid #e5e5e5;
}

@media(max-width: 767px){
  .section-container{
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
.container{
   padding-right: 16px !important;
    padding-left: 16px !important;
}
.tmh-wrap{
   padding-right: 16px !important;
    padding-left: 16px !important;
}



}




.header__search-form {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #dcdcdc;
  max-width: 840px;
  margin-left: auto;
}
.header__search-form .search-modal{
  width: 100%;
} 
.header__search-form .search {
  position: relative;
  width: 100%;
}
.header__search-form .field {
  display: flex;
  border: 0;
  overflow: hidden;
  padding: 0;
}
.header__search-form .search-box {
  display: flex;
  width: 100%;
}
.header__search-form .field .search__input {
  height: 45px;
  line-height: 45px;
  border: 0;
  width: 100%;
  padding: 0 15px;
  background: transparent;
  color: var(--gray-dark);
}
.header__search-form .field .search__input::placeholder {
  color: var(--text-color);
}
.header__search-form .field .search__button_icon{
  background: transparent;
  border: 0;
  margin-left: 25px;
  padding: 0;
}
.header__search-form .field .search__button_icon:hover{
  color: var(--theme-color);
}
.header__search-form .field .search__button {
  border: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  background: var(--gray-dark);
  color: var(--white);
  transition: all .3s ease;
}
.header__search-form .field .search__button:hover {
  background: var(--theme-color);
}
.header__search-form .predictive-search-content {
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  background: var(--white);
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0,0,0, 0.1);
}
.header__search-form .predictive-search-content .search-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}
.header__search-form .predictive-search-content .count-search {
  color: var(--text-color);
}
.header__search-form .predictive-search-content .predictive-search__list-item.no_results {
  font-size: calc(var(--font-size-base) - 1px);
}
.header__search-form .predictive-search-content .predictive-search__item-link {
  font-size: calc(var(--font-size-base) - 2px);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.header__search-form .predictive-search-content .predictive-search__item-link:before {
  content: "";
  width: 0;
  height: 100%;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.header__search-form .predictive-search-content .predictive-search__item-link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
.header__search-form .predictive-search-content .predictive-search__item-link i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.header__search-form .predictive-search-content .predictive-search__item-link:hover {
  color: var(--theme-color);
}
.header__search-form .predictive-search-content .predictive-search__item-link:hover:before {
  width: 100%;
  left: 0;
}
.header__search-form .predictive-search-content .predictive-search__item-link:hover:after {
  transform-origin: 100% 50%;
  transform: scaleX(0);
  animation: k 0.96s 0.36s forwards cubic-bezier(0.77, 0, 0.175, 1);
}
.header__search-form .predictive-search-content .predictive-search__results-list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 10px 0;
}
.header__search-form .predictive-search-content .predictive-search__results-list::-webkit-scrollbar-track {
  background-color: #ececec;
}
.header__search-form .predictive-search-content .predictive-search__results-list::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.header__search-form .predictive-search-content .predictive-search__results-list::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.header__search-form .predictive-search-content .predictive-search__results-list li {
  padding: 10px 20px;
}
.header__search-form .predictive-search-content .predictive-search__results-list li a {
  display: flex;
}
.header__search-form .predictive-search-content .predictive-search__results-list li a img {
  max-width: 80px;
  flex: 0 0 80px;
}
.header__search-form .predictive-search-content .predictive-search__results-list li a:hover .predictive-search__item-heading {
  color: var(--theme-color);
}
.header__search-form .predictive-search-content .predictive-search__results-list li .predictive-search__item-content {
  padding-left: 20px;
}
.header__search-form .predictive-search-content .predictive-search__results-list li .predictive-search__item-heading {
  font-size: var(--font-size-base);
}
.bwp-header .header-desktop {
	position: relative;
	color: var(--menu-color);
    background-color: var(--header-bg-color);
}
.bwp-header .header-top-mobile {
	position: relative;
	color: var(--menu-color);
    background-color: var(--header-bg-color);
}
.bwp-header .header-center__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bwp-header.header_2 .header-left,
.bwp-header.header_3 .header-left,
.bwp-header.header_5 .header-left {
    flex: 1;
}
.bwp-header.header_1 .header-right,
.bwp-header.header_2 .header-right,
.bwp-header.header_4 .header-right,
.bwp-header.header_5 .header-right {
    flex: 1;
}
.bwp-header.header_1 .header-logo,
.bwp-header.header_6 .header-center__search {
    flex: 1;
}
.bwp-header.header_3 .header-left {
  display: flex;
  align-items: center;
}
.bwp-header.header_3 .header-desktop .header-right {
  flex: 2;
  display: flex;
  align-items: center;
}
.bwp-header.header_3 .header-right .content-search-form {
  flex: 1;
}
.bwp-header.header_3 .header-right .header-page-link{
  margin-left: 50px;
}
.bwp-header.header_3 .header-left .header-logo{
  margin-right: 78px;
}
.bwp-header.header_3 .header-mobile .header-logo {
  flex: unset;
}
.bwp-header.header_4 .header-left{
  margin-left: 78px;
}
.bwp-header.header_4 .main-menu__nav>li {
  padding: 0 10px;
}
.bwp-header.header_5 .header-left>*{
  display: inline-block;
  vertical-align: middle;
}
.bwp-header.header_5 .header-left i{
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: var(--text-color);
} 
.bwp-header.header_5 .header-left a {
  color: var(--text-color);
}
.bwp-header.header_5 .email {
  position: relative;
  padding-left: 15px;
  margin-left: 20px;
}
.bwp-header.header_5 .email:before {
  position: absolute;
  content: "";
  left: 0;
  background: #8e8e8e;
  width: 1px;
  height: 18px;
  top: calc(50% - 9px);
}
.bwp-header.sticky .header-desktop{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	animation-name: sticky-header;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	box-shadow: 0 1px 5px 2px rgba(0,0,0, 0.1);
	top: 0;
	background-color: var(--header-bg-color);
}
.bwp-header.sticky .header-mobile .header-center__inner {
	padding: 10px 0;
}
.bwp-header.sticky .header-top-mobile {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 100;
	animation-name: sticky-header;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	box-shadow: 0 1px 10px 5px rgba(0,0,0, 0.05);
	top: 0;
}
.header-selector__toggle {
	cursor: pointer;
	display: flex;
	line-height: 20px;
	text-transform: capitalize;
}
.header-selector__toggle::after {
	content: "\e92e";
	pointer-events: none;
	display: inline-block;
	font-family: feather;
	margin: 0;
	margin-left: 3px;
	transition: all 0.3s ease;
	color: var(--text-color);
	font-size: 13px;
}
.header-selector__dropdown {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}
.header-selector__dropdown .header-selector__item a {
	color: var(--text-color);
	line-height: 25px;
}
.header-selector__dropdown .header-selector__item a:hover {
	color: var(--theme-color);
}
.header-selector__dropdown .locale-selector__item--current a {
	color: var(--theme-color);
}
.header-selector__list {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.header-selector__item {
	padding: 0 20px;
}
.header-selector__item a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid var(--border-color);
	font-size: calc(var(--font-size-base) - 1px);
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header-selector__item a:hover {
	text-decoration: none;
}
.header-selector__item:last-child a {
	border-bottom: 0;
}
.header-page-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-page-link .wishlist {
	font-size: 18px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	color: var(--menu-color);
	top: 2px;
}
.header-page-link .wishlist .count {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--theme-color);
	color: var(--white);
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	top: -9px;
	right: -19px;
}
.header-page-link .wishlist:hover {
	color: var(--menu-hover-color);
  top: 0px;
}
.header-logo__link {
	display: block;
}
.header-logo__link--text {
	color: var(--menu-color);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-logo__link--text:hover {
	color: var(--menu-color);
	text-decoration: none;
}
.header-logo__img {
	display: block;
}
.header-logo__img.logo-main{
	display: none;
}
.bwp-header.sticky .header-logo__img.logo-main{
	display: block;
}
.bwp-header.sticky .header-logo__img.logo-home{
	display: none;
}
.header-search-mobile {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.modal-search--open .header-search-mobile {
	z-index: 90;
	opacity: 1;
	visibility: visible;
}
.header-search-mobile .dropdown-toggle {
	color: var(--text-color);
}
.search-toggle {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
}
.search-toggle:hover {
  color: var(--menu-hover-color);
  top: -2px;
}
.search-toggle span{
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 15px;
}
body.active_search {
	overflow: hidden;
}
.content-search-toggle {
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding:15px;
}
.content-search-toggle.active {
	opacity: 1;
	visibility: visible;
}
.content-search-toggle.active > .close-search-toggle {
	display: block;
}
.content-search-toggle.show .contents-search {
	transform: translateY(0);
}
.content-search-toggle > .close-search-toggle {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: var(--gray-dark-25);
	display: none;
	top:0;
	left:0;
}
.content-search-toggle .content-menu-search {
	display: flex;
	align-items: center;
	padding: 35px 15px;
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	margin: auto;
}
.content-search-toggle .content-menu-search .title {
	color: var(--gray-dark);
}
.content-search-toggle .content-menu-search .list-collection {
	padding: 0;
	list-style: none;
	display: flex;
	margin: 0;
	white-space: nowrap;
	overflow: auto;
	padding: 10px 0;
}
.content-search-toggle .content-menu-search .list-collection li {
	margin: 5px 0 5px 10px;
}
.content-search-toggle .content-menu-search .list-collection a {
	display: inline-block;
	line-height: 28px;
	border: 1px solid #e2e2e2;
	min-width: 80px;
	padding: 0 15px;
	text-align: center;
	color: var(--text-color);
}
.content-search-toggle .content-menu-search .list-collection a:hover {
	color: var(--gray-dark);
	border-color: var(--gray-dark);
}
.content-search-toggle .contents-search {
	background: var(--white);
	padding:70px 90px;
	transition: transform 0.3s linear;
	max-height: calc(100% - 200px);
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 99;
	transform: translateY(-100px);
	margin: 100px auto 0;
	max-width:1200px;
	position:relative;
}
.content-search-toggle .contents-search .contents-search-top {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
.content-search-toggle .contents-search .contents-search-top::-webkit-scrollbar-track {
  background-color: #ececec;
}
.content-search-toggle .contents-search .contents-search-top::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.content-search-toggle .contents-search .contents-search-top::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.content-search-toggle .search-modals__form[results=true] .predictive-search {
  display: block;
}
.content-search-toggle .predictive-search-content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 50px;
}
.content-search-toggle .predictive-search-content .predictive-search-content-product {
	max-width: 66.66%;
	flex: 0 0 66.66%;
	padding: 0 15px;
}
.content-search-toggle .predictive-search-content .predictive-search-content-product.full {
  max-width: 100%;
  flex: 0 0 100%;
}
.content-search-toggle .predictive-search-content .predictive-search-content-product.full .predictive-search__results-list li {
  width: 25%;
}
.content-search-toggle .predictive-search-content .predictive-search-content-blog {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
}
.content-search-toggle .predictive-search-content .predictive-search-content-blog .predictive-search__results-list li {
  width: 100%;
  margin-bottom: 8px;
}
.content-search-toggle .predictive-search-content .predictive-search-content-blog .predictive-search__results-list li a {
  color: var(--text-color);
}
.content-search-toggle .predictive-search-content .predictive-search-content-blog .predictive-search__results-list li a:hover {
  color: var(--theme-color);
}
.content-search-toggle .close-search {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 15px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.content-search-toggle .close-search:before, .content-search-toggle .close-search:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  top: 50%;
  left: calc(50% - 10px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-search-toggle .close-search:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-search-toggle .close-search:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-search-toggle .close-search:hover:before, .content-search-toggle .close-search:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.content-search-toggle .search-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 40px;
}
.content-search-toggle .search-top .count-search {
	color: var(--gray-dark);
}
.content-search-toggle .search-top .button-view a {
	display: inline-block;
	color: var(--text-color);
	display: flex;
	align-items: center;
}
.content-search-toggle .search-top .button-view a i {
	display: inline-block;
	margin-left: 5px;
}
.content-search-toggle .search-top .button-view a:hover {
	color: var(--theme-color);
}
.content-search-toggle .header__search {
	width: 100%;
}
.content-search-toggle .predictive-search {
	position: absolute;
	display: none;
	width: 100vw;
	left: 0;
	padding: 10px 0 40px;
	background: var(--white);
	overflow: auto;
}
.content-search-toggle .search-modal .field {
	display: flex;
	display: flex;
	width: 100%;
	height: 50px;
	line-height: 48px;
	position:relative;
}
.content-search-toggle .search-modal .field i{
	position:absolute;
	left:10px;
	top: 16px;
    font-size: 18px;
}
.content-search-toggle .search-modal .search__input {
	background: transparent;
	width: 100%;
	font-size: var(--font-size-base);
	padding: 0 20px 0 38px;
	color: var(--gray-dark);
	height:50px;
	border:1px solid var(--border-color);
}
.content-search-toggle .search-modal .search__input:focus-visible {
	outline: unset;
}
.content-search-toggle .search-modal .predictive-search__heading {
	text-align: center;
	margin: 0 0 30px;
	font-family: var(--font-family-base);
	font-size: calc(var(--font-size-base) + 4px);
	color: var(--text-color);
}
.content-search-toggle .search-modal .search__button {
	font-size: 0;
	background: transparent;
	border: 0;
	color: var(--gray-dark);
	padding: 0;
	line-height: 1;
}
.content-search-toggle .search-modal .search__button i {
	font-size: 22px;
	line-height: 48px;
}
.content-search-toggle .search-modal .search__button:hover {
	color: var(--theme-color);
}
.content-search-toggle .search-modal .predictive-search__results-list {
	display: flex;
	flex-wrap: wrap;
	z-index: 10;
	position: relative;
	background: var(--white);
	overflow-y: auto;
	padding: 0;
	overflow-x: hidden;
	left: 0;
	list-style: none;
	margin: 0 -7.5px;
}
.content-search-toggle .search-modal .predictive-search__results-list::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}
.content-search-toggle .search-modal .predictive-search__results-list::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.content-search-toggle .search-modal .predictive-search__results-list::-webkit-scrollbar-thumb {
	background-color: var(--gray-dark-15);
}
.content-search-toggle .search-modal .predictive-search__results-list li {
	list-style: none;
	padding: 0 7.5px;
	display: inline-block;
	width: 33.33%;
	margin-bottom: 30px;
}
.content-search-toggle .search-modal .predictive-search__results-list li.no_results {
	font-size: var(--font-size-base);
	color: #999999;
}
.content-search-toggle .search-modal .predictive-search__results-list li.no_results b {
	color: var(--gray-dark);
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price {
	color: var(--gray-dark);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price.product-price--regular {
	font-size: calc(var(--font-size-base) - 2px);
	color: #999999;
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price.product-price--regular span {
	font-size: var(--font-size-base);
}
.content-search-toggle .search-modal .predictive-search__results-list li .product-card__price .product-price span {
	font-size: var(--font-size-base);
}
.content-search-toggle .search-modal .predictive-search__results-list li .predictive-search__item--link:hover .predictive-search__item-heading {
	color: var(--theme-color);
}
.content-search-toggle .search-modal .predictive-search__results-list .predictive-search__item-heading {
	font-size: calc(var(--font-size-base) - 4px);
	font-weight: var(--body-font-weight-medium);
	font-family: var(--font-family-base);
	margin-bottom: 7px;
	text-transform:uppercase;
}
.content-search-toggle .search-modal .predictive-search__results-list #predictive-search-option-search-keywords {
	width: 100%;
	margin: 0;
}
.content-search-toggle .search-modal .predictive-search__results-list #predictive-search-option-search-keywords button {
	background: transparent;
	border: 0;
	text-transform: uppercase;
	font-size: var(--font-size-base);
	font-weight: var(--body-font-weight-medium);
	line-height: 45px;
	padding: 0 30px;
	background: var(--theme-color);
	color: var(--white);
	font-family: var(--font-family-base);
}
.content-search-toggle .search-modal .predictive-search__results-list #predictive-search-option-search-keywords button:hover {
  background: var(--gray-dark);
}
.content-search-toggle .search-modal .predictive-search__results-list .predictive-search__list-mess {
  width: 100%;
  text-align: center;
  color: var(--gray-dark);
  font-size: var(--font-size-base);
}
.content-search-toggle .search-modal .predictive-search__results-list .predictive-search__item-vendor {
  color: var(--text-color);
  margin-bottom: 5px;
  text-align: center;
}
.content-search-toggle .search-modal .predictive-search__results-list .predictive-search__item-content {
  margin-top: 15px;
}
.header-account {
  position: relative;
  margin-right: 20px;
}
.header-account .login-account {
  font-size: 20px;
  position: relative;
  transition: all 0.3s ease;
  color: var(--menu-color);
  top: 2px;
}
.header-account .login-account:hover {
  color: var(--menu-hover-color);
  top: -1px;
}
.header-account__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 20px;
  color: var(--menu-color);
}
.header-account__title:hover {
  color: var(--menu-hover-color);
}
.header-account__title::after {
  display: none;
}
.header-account__content {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.12);
}
.header-account__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-account__list li {
  border-bottom: 1px solid var(--border-color-50);
}
.header-account__list li:last-child {
  border-bottom: 0;
}
.header-account__list a {
  display: block;
  padding: 12px 20px;
  color: var(--text-color);
  font-size: calc(var(--font-size-base) - 1px);
  transition: color 0.3s ease, border 0.3s ease;
}
.header-account__list a span {
  color: var(--gray-dark);
  font-weight: 700;
}
.header-account__list a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.header-account__list a:hover span {
  color: var(--theme-color);
}
.header-cart {
  position: relative;
  /* margin: 0 15px 0 24px; */
}
body.template-cart .header-cart .header-cart__content {
  display: none;
}
.header-cart__link {
  position: relative;
  display: block;
  color: var(--menu-color);
  font-size: 18px;
  transition: all 0.3s ease;
  top: 1px;
}
.header-cart__link:hover {
  text-decoration: none;
  color: var(--menu-hover-color);
  top: -2px;
}
.header-cart__count {
    position: absolute;
    top: -8px;
    right: -9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    background: #EB5C3D;
    border-radius: 50%;
    font-size: 10px;
}
/* .slick-arrow:hover {
  color: #fff !important;
  border-color: #fff !important;
} */

.slick-arrow{
  opacity: 1 !important;
  visibility: visible !important;
}
.header-bottom {
  position: relative;
}
.header-bottom__inner {
  display: flex;
}
.header-bottom__right {
  position: relative;
  width: 100%;
}
/*================ MENU MOBILE ===================*/
.header-mobile {
  display: none;
}
.header-mobile .button-menu {
  flex: 1;
  display: flex;
}
.header-mobile .button-menu .menu-mobile__btn {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  position: unset;
  text-align: left;
  width: auto;
  color: var(--menu-color);
}
.header-mobile .button-menu .menu-mobile__btn:hover {
  color: var(--menu-hover-color);
}
.header-mobile .button-menu .search-toggle {
  margin: 0 0 0 10px;
  font-size: 18px;
  top: 3px;
}
.header-mobile .header-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.header-mobile .header-right .header-cart__link {
  font-size: 18px;
  top: 2px;
}
.header-mobile .header-right .wishlist-mobile {
  font-size: 18px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  padding-right: 12px;
}
.header-mobile .header-right .wishlist-mobile a {
  color: var(--menu-color);
}
.header-mobile .header-right .wishlist-mobile a:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-right .wishlist-mobile .count {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white);
  line-height: 18px;
  font-size: 10px;
  font-family: var(--font-family-base);
  text-align: center;
  top: -5px;
  right: 1px;
}
.header-mobile .header-logo {
  justify-content: center;
}
.header-mobile .header-center__inner {
  padding: 15px 0;
}
.header-mobile .header-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 5px 15px;
  align-items: center;
  box-shadow: 0 1px 10px 5px rgba(0,0,0, 0.05);
  z-index: 999;
  line-height: 1;
  height: 50px;
}
.header-mobile .header-bottom-fixed > * {
  flex: 1;
  text-align: center;
}
.header-mobile .header-bottom-fixed > * a {
  color: var(--gray-dark);
}
.header-mobile .header-bottom-fixed > * a:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-bottom-fixed > * i {
  font-size: 20px;
  top: 0;
}
.header-mobile .header-bottom-fixed > * .search-toggle {
  margin: 0;
  top: -1px;
  color: var(--gray-dark);
}
.header-mobile .header-bottom-fixed > * .search-toggle:hover {
  color: var(--menu-hover-color);
}
.header-mobile .header-bottom-fixed > * span {
  display: block;
  font-size: calc(var(--font-size-base) - 4px);
  font-weight: var(--body-font-weight-medium);
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
  text-transform: uppercase;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile {
  position: relative;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile i {
  position: relative;
}
.header-mobile .header-bottom-fixed > *.wishlist-mobile .count {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--gray-dark);
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  top: -5px;
  margin: 0;
  right: -15px;
  font-size: 11px;
}
.menu-mobile--open {
  overflow: hidden;
}
.menu-mobile--open .menu-mobile {
  opacity: 1;
  visibility: visible;
}
.menu-mobile--open .menu-mobile__inner {
  transform: translate(0, 0);
}
.menu-mobile--open .js-menu-mobile {
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  text-align: right;
  color: var(--white);
  z-index: 10;
  font-size: 0;
}
.menu-mobile--open .js-menu-mobile > span {
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px;
  border:1px solid var(--border-color);
}
.menu-mobile--open .js-menu-mobile > span:before, .menu-mobile--open .js-menu-mobile > span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 14px;
  top: 50%;
  left: calc(50% - 7px);
  margin-top: -1px;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile--open .js-menu-mobile > span:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-mobile--open .js-menu-mobile > span:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-mobile--open .js-menu-mobile > span:hover:before, .menu-mobile--open .js-menu-mobile > span:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.menu-mobile__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.menu-mobile__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 320px;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
  transform: translate(-320px, 0);
  transition: all 0.4s ease;
}
.menu-mobile__header {
  position: relative;
  z-index: 1;
  display: block;
  height: 50px;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--white);
}

.menu-mobile__nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 65px 20px 15px;
}
.menu-mobile__nav-item {
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.menu-mobile__nav-item.megamenu {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5) !important;
}
.menu-mobile__nav-item.megamenu:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
}
.menu-mobile__nav-item a {
  display: block;
  padding: 12px 0;
  color: var(--gray-dark);
  line-height: 20px;
  text-transform: capitalize;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: var(--body-font-weight-medium);
}
.menu-mobile__nav-item a.mm-nav__prev {
  color: var(--text-color);
}
.menu-mobile__nav-item a:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.menu-mobile__nav-item.active > .mm-nav__links {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.menu-mobile__nav-item.active > .mm-nav__links.active--hidden {
  position: absolute;
}
.menu-mobile__nav-item.active > .mm-nav__links.active--hidden > .mm-nav__links-header {
  opacity: 0;
  pointer-events: none;
}
.menu-mobile__nav-item .menu-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.menu-mobile__nav-item .menu-list a {
  padding: 5px 0;
  position: relative;
}
.menu-mobile__nav-item .menu-list a span {
  position: absolute;
  line-height: 18px;
  padding: 0 10px;
  color: var(--white);
  font-size: 10px;
  top: -4px;
}
.menu-mobile__nav-item .menu-list a span.hot {
  background: #f11e1e;
}
.menu-mobile__nav-item .menu-list a span.new {
  background: #32d4bf;
}
.menu-mobile__nav-item .footer-menu__item a {
  text-transform: unset;
  font-size: var(--font-size-base);
  color: var(--text-color);
}
.menu-mobile__nav-item .footer-menu__item a:hover {
  color: var(--theme-color);
}
.mm-nav__wrapper {
  display: flex;
  justify-content: space-between;
}
.mm-nav__wrapper > a {
  width: calc(100% - 40px);
}

.mm-nav__btn {
  display: block;
  width: auto;
  height: 44px;
  padding: 0;
  color: var(--gray-dark-25);
  border: none;
  border-radius: 0;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  background: var(--white);
}
.mm-nav__btn:hover, .mm-nav__btn:focus {
  outline: 0;
  box-shadow: none;
}

.mm-nav__links {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 65px;
}

.mm-nav__links-header {
  position: relative;
  z-index: 1;
  height: 44px;
  background-color: var(--white);
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.mm-nav__links-header a.mm-nav__prev {
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--gray-dark);
  display: flex;
  justify-content: space-between;
  font-weight: var(--body-font-weight-medium);
}
.mm-nav__links-header a.mm-nav__prev i {
  font-size: 18px;
}
.mm-nav__prev {
  cursor: pointer;
}
.mm-nav__prev .fa {
  float: left;
  line-height: 20px;
}
.mm-nav__links-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: calc(100% - 52px);
  background-color: var(--white);
  padding: 80px 20px 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mm-nav__links-wrapper::-webkit-scrollbar-track {
  background-color: #ececec;
}
.mm-nav__links-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.mm-nav__links-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.mm-nav__links-wrapper .menu-mobile__nav-item {
  border: 0;
}
.mm-nav__links-wrapper a {
  text-transform: unset;
  font-size: var(--font-size-base);
  padding: 5px 0;
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: var(--body-font-weight-default);
}
.mm-nav__links-wrapper a:hover {
  color: var(--theme-color);
}
.mm-nav__links-wrapper .megamenu-heading {
  font-size: var(--font-size-base);
}
.mm-nav__links-wrapper .megamenu-products {
  margin-bottom: 50px;
}
.mm-nav__links-wrapper .megamenu-products:last-child {
  margin-bottom: 0;
}
.mm-nav__links-wrapper .button_all {
  text-align: center;
  order: 1;
}
.mm-nav__links-wrapper .button_all a {
  display: inline-block;
  line-height: 45px;
  padding: 0 20px;
  background: var(--theme-color);
  color: var(--white);
}
.mm-nav__links-wrapper .button_all a:hover {
  background: var(--theme-color);
}
/*============ FOOTER =================*/
body:not(.template-page, .template-index) .bwp-footer {
  margin-top: 60px;
}
.bwp-footer {
  color: var(--footer-color);
}
.bwp-footer .footer-center__inner > .row > div {
  padding: 0 15px;
}
.bwp-footer .sub-payment {
  font-size: 15px;
  margin: 27px 0 15px;
}
.bwp-footer p {
  margin-bottom: 7px;
  line-height: 30px;
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-medium);
}
.bwp-footer p a{
  font-weight: var(--body-font-weight-medium);
}
.bwp-footer .contact-form {
  margin-top: 30px;
}
.bwp-footer .footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.bwp-footer .footer-menu li {
  margin-bottom: 9px;
}
.bwp-footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.bwp-footer a {
  color: var(--footer-color);
  font-size: calc(var(--font-size-base) - 1px);
  font-weight: var(--body-font-weight-medium);
}
.bwp-footer a:hover {
  color: var(--footer-color-hover);
}
.bwp-button {
  display: inline-block !important;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

/*============== VERTICAL ===========*/
.bwp-header .select_category {
  position: relative;
}
.bwp-header .header-vertical {
  display: flex;
}
.bwp-header .header-vertical .header-vertical-menu{
  margin-right: 40px;
} 
.bwp-header .categories-vertical-title {
  display: inline-block;
}
.bwp-header .widget-title {
  font-size: var(--font-size-base);
  cursor: pointer;
  margin: 0;
}
.bwp-header .select_category .widget-title:after{
  content: "\e92e";
  font-family: feather;
  font-size: 15px;
  margin-left: 5px;
  transition: all .3s ease;
  display: inline-block;
  position: relative;
  top: 2px;
}
.bwp-header .select_category.accordion .widget-title.active:after {
  transform: rotate(-180deg);
}
.bwp-header .verticalmenu {
  position: absolute;
  z-index: 99;
  min-width: 280px;
  width: 100%;
  margin-top: 10px;
}
.bwp-header .select_category.accordion .primary-navigation > div {
  display: none;
}
@media(min-width: 1200px){
  .bwp-header .select_category.show .primary-navigation.sticky-vertical > div {
    display: none;
  }
}
.bwp-header .select_category .primary-navigation>div{
  padding: 0;
  display: block;
  position: relative;
  box-shadow: 0 0 10px 1px hsla(0,0%,56%,.1);
  background: var(--white);
}
.bwp-header .verticalmenu ul {
  padding: 0 0;
  margin: 0;
}
.bwp-header .select_category ul li {
  width: 100%;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
}
.bwp-header .select_category ul li:last-child {
  border-bottom: 0;
}
.bwp-header .select_category ul li .image-cate-header {
  margin: 0;
  width: 100%;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  align-items: center;
  padding: 10px 20px;
  font-size: var(--font-size-base);
  color: var(--gray-dark);
}
.bwp-header .select_category .image-cate-header:hover {
  color: var(--theme-color); 
}
.bwp-header .select_category ul .more-wrap {
  line-height: 40px;
  position: relative;
  padding:0 20px;
  color: var(--gray-dark);
  font-size: 16px;
  background: var(--theme-color-20);
}
.bwp-header .select_category ul .more-wrap span::before{
  content: "\e9b1";
  font-family: 'feather';
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 16px;
}
.bwp-header .select_category ul .more-wrap span:hover {
  color: var(--theme-color);
	cursor: pointer;
}
.bwp-header .select_category ul .more-wrap.open span::before {
  content: "\e996";
}

/*============== SECTION ===========*/
.wpbingo-section__empty {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.wpbingo-section__empty .rte {
  padding: 15px 30px;
  border: 2px dashed var(--border-color);
}
.newsletter-form .errors {
  margin: 0 0 10px;
  color: inherit;
}
.newsletter-form .alert {
  margin: 0;
}
.newsletter-form .alert--mailchimp {
  margin: 0 0 10px;
}
/*=============== SOCIAL SHARING ==================*/
.social-sharing a {
  display: inline-block;
  color: var(--text-color);
  border-radius: 2px;
  margin: 0 20px 0 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
}
.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: calc(var(--font-size-base) - 2px);
}
.social-sharing span.share-title {
  display: none;
}
.social-sharing .fa {
  padding: 0 5px 0 0;
  font-size: var(--font-size-base);
}
.social-sharing .fa:before {
  line-height: 22px;
}
.featured-banner {
  position: relative;
  overflow: hidden;
}
.featured-banner a {
  display: block;
  overflow:hidden;
}
.featured-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}
.effect-one:hover img {
  transform: scale(1.1);
}
.effect-two img {
  transform: scale(1.1);
}
.effect-two:hover img {
  transform: scale(1);
}
.effect-three {
  overflow: hidden;
  position: relative;
}
.effect-three::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.effect-three:hover::before {
  animation: effectShine 0.75s;
}
.effect-four::before, .effect-four::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  transition: all 0.5s ease;
}
.effect-four::before {
  top: 5%;
  left: 0;
  right: 0;
  width: 0;
  height: 90%;
  margin: 0 auto;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.effect-four::after {
  left: 5%;
  top: 0;
  bottom: 0;
  width: 90%;
  height: 0;
  margin: auto;
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
}
.effect-four:hover::before {
  width: 90%;
  max-width: 90%;
}
.effect-four:hover::after {
  height: 90%;
  max-height: 90%;
}
/*================= FAQs page ==================*/
.page-faqs .page__inner {
  padding-bottom: 0;
}
.page-faqs .page-header {
  padding: 0;
}
.page-faqs .page-title {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 50px;
}
.page-faqs .faq-page__item-heading {
  font-size: 30px;
  margin: 0 0 26px 0;
}
.page-faqs strong {
  font-size: 15px;
  font-weight: var(--body-font-weight-bold);
  color: #656565;
}
.page-faqs .faq-page__item {
  margin-bottom: 70px;
}

.faq-page2 {
  max-width: 660px;
  margin: 50px auto;
}
.faq-page2 h2 {
  font-size: 35px;
  margin-bottom: 40px;
}
.faq-page2 .card {
  border: 0;
}
.faq-page2 .card-body {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.faq-page2 .card-body p {
  margin-bottom: 0;
}
.faq-page2 .card-header {
  background: var(--white);
  border: 0;
  padding: 0;
}
.faq-page2 .card-header .card-link {
  position: relative;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid var(--gray-dark);
  font-size: 18px;
  display: block;
  line-height: 25px;
}
.faq-page2 .card-header .card-link:before {
  content: "\e928";
  font-family: wpbingofont;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  font-size: 12px;
}
.faq-page2 .card-header .card-link.collapsed {
  border-color: #e8e8e8;
}
.faq-page2 .card-header .card-link.collapsed:before {
  content: "\e927";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*============= VERIFY POPUP =============*/
.verify-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 999999999;
}
.verify-popup.active {
  display: flex;
}
.verify-popup.disabled {
  background: var(--gray-dark);
}
.verify-popup.disabled .content-verify {
  background: transparent;
  max-width: 700px;
}
.verify-popup .close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.75);
}
.verify-popup .content-verify {
  width: 100%;
  max-width: 450px;
  background: var(--white);
  z-index: 2;
  position: relative;
  padding: 30px;
  max-height: 100%;
  overflow: auto;
}
.verify-popup .content-verify::-webkit-scrollbar-track {
  background-color: #ececec;
}
.verify-popup .content-verify::-webkit-scrollbar {
  width: 2px;
  background-color: #ececec;
}
.verify-popup .content-verify::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
}
.verify-popup .alert-verify {
  color: var(--white);
  padding: 50px 0;
  font-size: 30px;
}
.verify-popup .alert-verify i {
  color: #ffaf00;
  margin-right: 10px;
}
.verify-popup .verify-info {
  text-align: center;
}
.verify-popup .title {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.verify-popup .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  height: 1px;
  width: 100px;
  background: var(--gray-dark);
  background: var(--gray-dark);
}
.verify-popup .group-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.verify-popup .group-button button {
  background: var(--gray-dark);
  border: 0;
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: var(--body-font-weight-medium);
  padding: 11px 20px;
  line-height: 18px;
  min-width: 130px;
  margin: 5px;
}
.verify-popup .group-button button:hover {
  background: var(--theme-color);
}
/*============= SECCTION AND BLOCK =============*/
.bwp-block-image .image{
  display:inline-block;
}
.wpbingo-custom-section .bwp-block-column {
  position: relative;
}
.wpbingo-custom-section .section-content,.wpbingo-inner-section .inner-content,.wpbingo-footer-section .section-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media(max-width: 575px){

  .wpbingo-custom-section .section-content,.wpbingo-inner-section .inner-content,.wpbingo-footer-section .section-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#shopify-block-AdlpqUjFuWGFBaGhRR__description_PWQgKK .bwp-block-desc {
        font-size: 19px !important;
        line-height: 24px;
        letter-spacing: 0px;
        color: #131112 !important;
        text-align: center !important;
}
    div#shopify-block-AVWNvSlVHakcybDJkS__column_zzWmHK {
        margin: auto;
    }
    section.wpbingo-section.wpbingo-custom-section.overflow-hidden.wpbingo-section--sections--20036921393391__featured_custom_section_K8CymV {
    box-shadow: inset 0 -1px 0 black;
}

    #shopify-block-AaUZuVWplVVk0Y3E2N__text_block_77japx .bwp-block-text>* {
        font-size: 10px !important;
        line-height: 14px !important;
        letter-spacing: 0px;
        color: #231f20;
        text-align: center!important;
        font-weight: 510 !important;
    }
   div#shopify-block-AQnk0bWhYSWNnYkdFS__title_zGmqFm h2.bwp-block-title{
    width: 304px !important;
   }

#shopify-block-AQnk0bWhYSWNnYkdFS__title_zGmqFm .bwp-block-title {
    margin: 0px auto 50px auto !important;
}



}
.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
/* .head_btn {
    padding: 12px 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
} */

.wpbingo-custom-section .section-content.vertical-top,.wpbingo-inner-section .inner-content.vertical-top{
	align-items: start;
}
.wpbingo-custom-section .section-content.vertical-middle,.wpbingo-inner-section .inner-content.vertical-middle{
    align-items: center;
}
.wpbingo-custom-section .section-content.vertical-bottom,.wpbingo-inner-section .inner-content.vertical-bottom{
    align-items: end;
}
.wpbingo-custom-section .section-content.horizontal-left,.wpbingo-inner-section .inner-content.horizontal-left{
    justify-content: left;
}
.wpbingo-custom-section .section-content.horizontal-right,.wpbingo-inner-section .inner-content.horizontal-right{
    justify-content: right;
}
.wpbingo-custom-section .section-content.horizontal-center,.wpbingo-inner-section .inner-content.horizontal-center{
    justify-content: center;
}
.vertical-position-middle{
  top: 50%;transform: translateY(-50%);
}
.vertical-position-top{
  top: 0;
}
.vertical-position-bottom{
  bottom: 0;
}
.horizontal-position-left{
  justify-content: left;
}
.horizontal-position-right{
  justify-content: right;
}
.horizontal-position-center{
  justify-content: center;
}
.wpbingo-inner-section.layout-1 {
  position: absolute !important;
  bottom: 0;
  left: auto;
  clip-path: polygon(77% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
  max-width: 405px;
}
.bwp-button{
	display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .2s ease;
}
/*============= END =============*/ 

@media (min-width: 1200px) {
  .header-search-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-page-link .wishlist {
    margin-right: 15px;
  }
  .header-cart {
    margin: 0 15px 0 0;
  }
  .header-cart__count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: -11px;
    top: -6px;
  }
  .header-mobile {
		display: block;
	}
	.header-desktop {
		display: none;
	}
	.bwp-footer.have-menu-bottom {
    padding-bottom: 50px;
  }
  .content-search-toggle .predictive-search-content .predictive-search-content-product.full .predictive-search__results-list li {
    width: 33.33%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list {
    margin: 0 -7.5px;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 33.33%;
    padding: 0 7.5px;
  }
	.content-search-toggle .contents-search {
		padding: 50px;
		margin-top:60px;
		max-height: calc(100% - 120px);
	}
  .content-search-toggle .content-menu-search {
    padding: 30px 15px;
  }
  .content-search-toggle .close-search {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .bwp-footer .footer-center__inner > .row > div {
    margin-bottom: 50px;
  }
   .content-search-toggle .predictive-search-content .predictive-search-content-product.full .predictive-search__results-list li {
    width: 50%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
	.content-search-toggle .predictive-search-content .predictive-search-content-product.full .predictive-search__results-list li {
    width: 50%;
  }
  .content-search-toggle .search-modal .predictive-search__results-list li {
    width: 50%;
  }
  .content-search-toggle .predictive-search-content .predictive-search-content-product {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content-search-toggle .predictive-search-content .predictive-search-content-blog {
    margin-top: 30px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content-search-toggle .content-menu-search {
    padding: 30px 15px;
  }
  .bwp-footer .footer-bottom .aligin_mobi-left {
    text-align: left;
    justify-content: left;
  }
  .bwp-footer .footer-bottom .aligin_mobi-left .footer-menu {
    justify-content: left;
  }
  .bwp-footer .footer-bottom .aligin_mobi-right {
    text-align: right;
    justify-content: right;
  }
  .bwp-footer .footer-bottom .aligin_mobi-right .footer-menu {
    justify-content: right;
  }
  .bwp-footer .footer-bottom .aligin_mobi-center {
    text-align: center;
    justify-content: center;
  }
  .bwp-footer .footer-bottom .aligin_mobi-center .footer-menu {
    justify-content: center;
  }
  .bwp-footer .footer-center.accordion .content-toggle {
    transition: all 0.3s ease;
  }
  .bwp-footer .footer-center.accordion .content-toggle .footer-block {
    display: none;
  }
  .bwp-footer .footer-center.accordion .content-toggle.active .title-footer:before {
    transform: rotate(180deg);
  }
  .bwp-footer .footer-center.accordion .title-footer {
    position: relative;
    transition: all 0.3s ease;
  }
  .bwp-footer .footer-center.accordion .title-footer:before {
    content: "\e92e";
    font-family: feather;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  .bwp-footer .footer-center.accordion .content-toggle:not(:last-child):not(.active) {
    margin-bottom: 30px;
  }
  .bwp-footer .footer-center.accordion .content-toggle:not(:last-child):not(.active) .title-footer {
    margin-bottom: 0;
  }
  .bwp-footer .footer_3 .footer-newsletter{
    text-align: left;
  }
  .bwp-footer .footer_3 .newsletter-form__wrap {
    margin: unset;
  }
  .countdown {
    padding: 0;
  }
  .faq-page2 h2 {
    font-size: 25px;
  }
  .bwp-load-slick-mobile {
    margin: 0 !important;
  }
  .bwp-load-slick-mobile .slick-dots {
    position: static;
  }
}
@media (max-width: 767px) {
	.content-search-toggle .contents-search{
		padding:50px 30px;
		margin-top:50px;
		max-height:calc(100% - 100px);
	}
}
@media (max-width: 480px) {
  .verify-popup .title {
    font-size: 20px;
  }
  .bwp_slick-margin-mobile .slick-arrow{
    display: none !important;
  }
  .bwp_slick-margin-mobile .slick-slider {
    margin-right: -15px;
  }
  .bwp_slick-margin-mobile .slick-list {
    padding-right: 33%;
  }
}
@media (max-width: 1510px) and (min-width: 1200px) {
    .section-container {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }
}
#shopify-section-template--20036921065711__featured_custom_section_pfAp6H .custom-sec__title {
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    color: #131112;
    display: inline-block;
    margin: 0px;
}
#shopify-section-template--20036921065711__featured_custom_section_pfAp6H .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    /* margin: 0 auto 60px auto !important; */
}
div#shopify-block-AZ0U1eU9scjZYUzdGS__brand_AiDYJY {
    padding: 0px !important;
    width: 73.37px !important;
    margin-right: 10px;
}
div#shopify-block-ASk8xVFNiTWJMMHlzQ__brand_4gUQy9 {
    padding: 0px;
    width: 85.39px!important;
    margin-right: 10px;
}
div#shopify-block-AYTcvN1hIdzdzckIwW__brand_7JJUbq {
    padding: 0px;
    width: 50.25px!important;
    margin-right: 10px;
}
div#shopify-block-Ab3ZwckhvR3hPSXN2N__brand_p9gNAi {
    padding: 0px;
    width: 88px !important;
    margin-right: 10px;
}
.wpbingo-widget--brands .slick-track {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}
.section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
}
#shopify-section-sections--20036921393391__featured_custom_section_K8CymV .wpbingo-custom-section {
    background-color: #C6B153;
}
@media(max-width: 575px){
  #shopify-section-template--20036921065711__featured_custom_section_wRakUq .wpbingo-custom-section {
    padding: 55px 0px 0px 0px !important;
}
#shopify-block-AREFSUWlEaWtKMFV4Z__title_YdnmUX .bwp-block-title {
    max-width: 300px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #231f20;
    text-align: center;
}
div#shopify-block-AZkZ6L1cwUFVSQThSM__column_kAFmjV {
    padding: 20px 0px 0px 0px;
}
div#shopify-block-AS0VCS21TYjFhL2xxe__column_UaGWXk {
    padding: 0px 0px 20px 0px;
}

}
 #shopify-section-sections--20036921393391__featured_custom_section_wL3Vmf .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
#shopify-section-template--20036921065711__featured_custom_section_6k4pmn .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.product-tabs__nav {
    display: flex;
    justify-content: flex-end;
}
div#shopify-block-AWW16cmhnVjhKZTVrN__banner_box_X66EfD .content{

  max-width: 414px;
  width: 100%;
  margin: 0 auto;
}
div#shopify-block-Ab2U3d1ZOWHVScm1Kc__banner_box_xbyned .content{
   max-width: 414px;
  width: 100%;
  margin: 0 auto;
}
div#shopify-block-AYTlwbUoyWEhleTNYb__banner_box_bwzPbV .content{
   max-width: 414px;
  width: 100%;
  margin: 0 auto;
}
#shopify-section-sections--20036921393391__featured_custom_section_K8CymV div#shopify-block-AVWNvSlVHakcybDJkS__column_zzWmHK {
    box-shadow: none !important;
}
div#shopify-block-AWW16cmhnVjhKZTVrN__banner_box_X66EfD .content, div#shopify-block-Ab2U3d1ZOWHVScm1Kc__banner_box_xbyned .content, div#shopify-block-AYTlwbUoyWEhleTNYb__banner_box_bwzPbV .content {
    max-width: 414px;
    width: 100%;
    margin: 24px auto 0px auto;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}
@media(max-width: 575px){
  div#shopify-block-AWW16cmhnVjhKZTVrN__banner_box_X66EfD .content, div#shopify-block-Ab2U3d1ZOWHVScm1Kc__banner_box_xbyned .content, div#shopify-block-AYTlwbUoyWEhleTNYb__banner_box_bwzPbV .content {
    max-width: 395px;
    width: 100%;
    margin: 24px auto 0px auto;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}
 #shopify-section-template--20036921065711__featured_custom_section_pfAp6H .wpbingo-custom-section {
    padding: 30px 16px !important;
}
#shopify-section-template--20036921065711__featured_custom_section_RzV4bR .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center !important;
    gap: 24px;
}
}
html {
  scroll-behavior: smooth;
}
@media(max-width: 375px){
  div#shopify-block-AWW16cmhnVjhKZTVrN__banner_box_X66EfD .content, div#shopify-block-Ab2U3d1ZOWHVScm1Kc__banner_box_xbyned .content, div#shopify-block-AYTlwbUoyWEhleTNYb__banner_box_bwzPbV .content {
    max-width: 350px;
    width: 100%;
   margin: 24px auto 0px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}
@media(max-width: 320px){
  div#shopify-block-AWW16cmhnVjhKZTVrN__banner_box_X66EfD .content, div#shopify-block-Ab2U3d1ZOWHVScm1Kc__banner_box_xbyned .content, div#shopify-block-AYTlwbUoyWEhleTNYb__banner_box_bwzPbV .content {
    max-width: 300px;
    width: 100%;
    margin: 24px auto 0px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}

.head_btn a{
   padding: 12px 8px !important;
    box-shadow: inset 0 0 0 1px #00000040 !important;
}
.wpbingo-button>a:hover {
    background: #231F20 !important;
    color: #ffffff !important;
}
.prdcttitle-button>a:hover {
    background: #231F20 !important;
    color: #ffffff !important;
}
.custom-sec__cta>a:hover {
    background: #231F20 !important;
    color: #ffffff !important;
}
.playbtncontent_colum>a:hover {
    background: #231F20 !important;
    color: #ffffff !important;
}
.cs-btn:hover {
    background: #231F20 !important;
    color: #ffffff !important;
}
.newsletter-form__submit:hover {
    background: #EB5C3D !important;
    color: #ffffff !important;
}
/* .slick-prev::before {
    top: calc(50% - 35px) !important;
    color: #000 !important;
    width: 34px;
    height: 34px;
    background: #eb5c3d !important;
    border-radius: 50%;
    left: -15px;
} */
<style>
  /* SCOPE: only this section */
  #shopify-section-{{ section.id }} .js-carousel .slick-arrow{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #BBBABA;   /* normal border */
    background: #fff;
    color: #000;                  /* arrow color */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2;
  }
  #shopify-section-{{ section.id }} .js-carousel .slick-arrow::before{
    color: inherit;               /* follow parent color */
    font-size: 16px;
  }

  /* position tweaks (optional) */
  #shopify-section-{{ section.id }} .js-carousel .slick-prev{ left: -15px; }
  #shopify-section-{{ section.id }} .js-carousel .slick-next{ right: -15px; }

  /* Hover & Active only for this section */
  #shopify-section-{{ section.id }} .js-carousel .slick-arrow:hover{
    border-color: #EB5C3D;
    background: #EB5C3D;
    color: #fff;
  }
  #shopify-section-{{ section.id }} .js-carousel .slick-arrow:active{
    border-color: #EB5C3D;
    background: #EB5C3D;
    color: #fff;
  }

  /* disabled state (slick adds .slick-disabled) */
  #shopify-section-{{ section.id }} .js-carousel .slick-arrow.slick-disabled{
    opacity: .4 !important;
    cursor: default;
  }
  /* Arrow button size bigger */
#shopify-section-{{ section.id }} .bi-arrows .bi-btn {
  width: 50px;         /* বড় চওড়া */
  height: 50px;        /* বড় লম্বা */
  border-radius: 50%;  /* গোলাকার */
  border: 1px solid #bbbaba;
  background: #fff;
  font-size: 20px;     /* ভেতরের arrow বড় হবে */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Hover effect */
#shopify-section-{{ section.id }} .bi-arrows .bi-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a {
    background: #EB5C3D !important;
    color: white !important;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
    border: 0;
    text-transform: capitalize;
    box-shadow: 0 0 10px 2px #0000000a;
    width: 100%;
}
.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a:hover {
    color: var(--white) !important;
    background-color: #262626 !important;
}
#shopify-section-template--20036921065711__featured_custom_section_RzV4bR .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 56px auto !important;
}
#shopify-section-template--20036921065711__featured_custom_section_RzV4bR .custom-sec__cta {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin-top: 56px !important;
}
/* @media (min-width: 1441px) {
    .wpbingo-section--product-title-tab .slick-prev {
        left: -15px !important;
    }

    .wpbingo-section--product-title-tab .slick-next {
        right: -15px !important;
    } */
@media(max-width: 1200px){
  #shopify-section-template--20036921065711__featured_custom_section_wRakUq .wpbingo-custom-section {
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 60px 0px !important;
}
#shopify-section-template--20036921065711__featured_product_title_tabs_maAhkM .wpbingo-section--product-title-tab {
    padding: 60px 0px 60px 0px !important;

}

}
#shopify-section-template--20036921065711__featured_product_title_tabs_maAhkM .wpbingo-section--product-title-tab {
    position: relative;
    height: 740px!important;
    padding: 60px 15px 60px 15px;
}
#wpbingo-section--template--20036921065711__featured_product_title_tabs_maAhkM{
    position: relative;
    height: 740px!important;
    padding: 60px 15px 60px 15px;

}
#shopify-section-template--20036921065711__blog_inside_slider_k8PDiJ .bi-h3 {
    font-size: 24px !important;
    color: #231F20;
    line-height: 120% !important;
    margin: 0;
    font-weight: 600 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bwp-header-topbar .content-item-custom-text a:hover{
  color: white !important;
  background-color: black !important;
}
#shopify-block-AaUZuVWplVVk0Y3E2N__text_block_77japx .bwp-block-text>* {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #231f20;
    text-align: left;
    font-family: var(--font-family-base);
}
#shopify-section-template--20036921065711__contact_split_apTeeW .cs-panel {
    flex: 1 1 50%;
    background: var(--panel-bg);
    border-radius: var(--radius);
    padding: 30px 30px 30px 48px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(min-width: 900px){



.cs-panel {
    flex: 1 1 50%;
    background: var(--panel-bg);
    border-radius: var(--radius);
    padding: 30px 30px 30px 48px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media(min-width: 1500px){
  .tmh-wrap{
    
    padding: 0px 15px 60px !important;
    background: #ffffff;

  }
  .media_content {
    max-width: 550px !important;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    margin: 0 0 22px;
}
form#contact_form {
    max-width: 676px !important;
}
}
.playbtncontent_colum {
    flex: 1 1 50% !important;
    padding: 51.5px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.playbtnimg_colum {
    position: relative;
    flex: 1 1 50% !important;
    aspect-ratio: 16/9;
    overflow: hidden;
}
#shopify-section-template--20036921065711__projects_slider_Wn4knm .ps-card img {
    position: absolute;
    inset: 0;
    width: 648px !important;
    height: 100%;
    object-fit: cover;
}
#shopify-section-template--20036921065711__projects_slider_Wn4knm .ps-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 400px;
    width: 648px !important;
    display: block;
    color: #fff;
}
#shopify-section-template--20036921065711__projects_slider_Wn4knm .swiper-slide {
    flex: 0 0 auto;
    width: 648px !important !important;
    margin: 0 calc(var(--gap) / 2);
    box-sizing: border-box;
}
#shopify-section-{{ section.id }}.swiper-slide {
    height: auto;
    border-radius: 0px !important;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
#shopify-section-{{ section.id }} .bi-card{
  border-radius: 0px !important
}
#shopify-block-AelhMS25nbXdPdEhKd__title_YVq4Vq .bwp-block-title {
    font-size: 48px;
    max-width: 641px !important;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0 auto;
    padding: 30px 0px 0px 0px;
    color: #231f20;
    text-align: center !important;
}
#shopify-section-template--20084010483951__featured_custom_section_pGdT7m .shopify-block {
    order: 1;
    flex: 1 1 100% !important;
    width: 100% !important;
}
#shopify-section-template--20084010483951__featured_custom_section_gqA6xn .shopify-block {
    order: 1;
    flex: 100% !important;
}
#shopify-section-template--20084010483951__featured_custom_section_tiwNj4 .section-content {
    display: flex;
    gap: 55px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 585px;
    align-items: center;
}
/* #shopify-section-template--20084010483951__featured_custom_section_tiwNj4 .shopify-block {
    order: 1;
    flex: 1 1 100% !important;
    max-width: 100% !important;
} */
 #shopify-block-AaFR4cXhYbW1STEtNM__column_V3xpW4 {
    max-width: 100%;
    flex: 0 0 35.81% !important;
}
#shopify-block-AcWN5aGVobUFXSjd3Z__column_GiMXrD {
    max-width: 100%;
    flex: 0 0 58.29% !important;
}

div#shopify-block-AQ3JLVFczT25McDllO__description_cnpGym {
    max-width: 508px;
}

section.wpbingo-breadcrumbs.wpbingo-breadcrumbs--no-image {
    padding: 20px 0px !important;
    margin: 0px !important;
}

#shopify-section-template--20089263915247__featured_custom_section_WJcr3W .shopify-block {
    max-width: 424px !important;
    order: 1;
    flex: 0 0 calc(33.333% - 16px);
}


@media(max-width: 767px){
  #shopify-section-template--20084010483951__contact_form_bPUUfP .cs-card {
    background: #f5efe9;
    border-radius: 0px;
    padding: 30px 16px 30px 16px !important;
    border: 1px solid rgba(0,0,0,0);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shopify-section-template--20089263915247__custom_showroom_jb6Wp3 .hs-right .inner {
    width: 100%;
    padding: 32px 56px !important;
}
    .hs-title {
        font-size: 28px !important;
        text-align: center !important;
    }
    #shopify-section-template--20089263915247__custom_showroom_jb6Wp3 .hs-row .txt {
    color: #231F20;
    font-size: 16px !important;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}
#shopify-section-template--20089263915247__custom_showroom_jb6Wp3 .hs-ctas {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
}

#shopify-section-template--20084010483951__contact_form_bPUUfP .cs-title {
    margin: 0 0 24px 0;
    font-size: 30px !important;
    line-height: 120%;
    font-weight: 500;
    color: #231f20;
    text-align: center;
}


#shopify-block-AQmQ4MXRLL2JEU1BrV__image_iPLAnR .bwp-block-image {
    text-align: center;
    padding: 0px !important;
}
#shopify-section-template--20084010483951__featured_custom_section_tiwNj4 .section-content {
    display: flex;
    gap: 55px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
   
}
    #shopify-section-template--20084010483951__featured_custom_section_tiwNj4 .shopify-block {
        width:100% !important;
    }
#shopify-section-template--20084010483951__featured_custom_section_tiwNj4 .section-content {
    display: flex;
    gap: 55px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    height: auto;
    align-items: center;
}
#shopify-block-ARW1jaGY1bWNwaG9QY__title_Vh9HEH .bwp-block-title {
    width: 300px !important;
    font-size: 30px !important;
    line-height: 110% !important;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
#shopify-block-AQ3JLVFczT25McDllO__description_cnpGym .bwp-block-desc {
    width: 300px !important;
    font-size: 14px !important;
    line-height: 150% !important;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
}



/* === Our Promise grid: fix 3-per-row with gap === */
#shopify-section-template--20089263915247__featured_custom_section_WJcr3W .section-content{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#shopify-section-template--20089263915247__featured_custom_section_WJcr3W .custom-sec__title {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    display: inline-block;
    margin: 0px;
}
#shopify-section-template--20089263915247__featured_custom_section_WJcr3W .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 56px auto !important;
}

/* কার্ডগুলো: heading/CTA বাদে 3 কলাম */
#shopify-section-template--20089263915247__featured_custom_section_WJcr3W 
.section-content > .shopify-block:not(.custom-sec__heading):not(.custom-sec__cta){
  /* 3 items + 2 gaps(24px*2) = 48px */
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  margin: 0 !important;           /* থিমের মার্জিন থাকলে কেটে দিচ্ছি */
  box-sizing: border-box;
}

/* Tablet: 2 কলাম (1 gap) */
@media (max-width: 991px){
  #shopify-section-template--20089263915247__featured_custom_section_WJcr3W 
  .section-content > .shopify-block:not(.custom-sec__heading):not(.custom-sec__cta){
    flex: 0 0 calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
  }
}

/* Mobile: 1 কলাম */
@media (max-width: 575px){
  #shopify-section-template--20089263915247__featured_custom_section_WJcr3W 
  .section-content > .shopify-block:not(.custom-sec__heading):not(.custom-sec__cta){
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ছবি যেন কলামের ভেতরে ফিট হয় */
#shopify-section-template--20089263915247__featured_custom_section_WJcr3W img{
  max-width: 100%;
  height: auto;
  display: block;
}

#shopify-section-template--20089263915247__featured_custom_section_WJcr3W .bwp-block-title {
    max-width: 414.33px !important;
}

div#shopify-block-AdHR4ZTBOVm1IQ3NJK__image_iUEpEW {
    width: 691px !important;
}

#shopify-block-AUFFPdkE0anBhK0ZkR__column_c8TjKC {
  flex: 0 0 50%;
  max-width: 50%;
}
#shopify-block-Ac0w4NzcyaU5RMy9rM__column_tgiC7w {
  flex: 0 0 50%;
  max-width: 50%;
}


/* ===== Transform Your Space (PGiMhn) — 50/50 layout ===== */
.wpbingo-section--template--20089263915247__featured_custom_section_PGiMhn .section-content{
  display:flex;             /* make it a flex row */
  flex-wrap:wrap;           /* heading full row + next row columns */
  align-items:center;
  gap:24px;                 /* space between columns */
  box-sizing:border-box;
}

/* Heading block full width */
.wpbingo-section--template--20089263915247__featured_custom_section_PGiMhn .custom-sec__heading{
  flex:0 0 100%;
  max-width:100%;
  margin-bottom:8px;
}

/* Left column (image) */
#shopify-block-AUFFPdkE0anBhK0ZkR__column_c8TjKC{
  flex:0 0 calc(50% - 12px) !important;   /* 50% minus half the gap */
  max-width:calc(50% - 12px) !important;
}

/* Right column (accordion) */
#shopify-block-Ac0w4NzcyaU5RMy9rM__column_tgiC7w{
  flex:0 0 calc(50% - 12px) !important;
  max-width:calc(50% - 12px) !important;
}

/* Inner wrappers shouldn't shrink the width */
.wpbingo-section--template--20089263915247__featured_custom_section_PGiMhn 
  .bwp-block-column,
.wpbingo-section--template--20089263915247__featured_custom_section_PGiMhn 
  .content-block-column{
  width:100%;
}

/* Image full responsive */
#shopify-block-Abmx0OWVFWFdQTzhPb__image_V3wdXn img{
  width:100%; height:auto; display:block; object-fit:cover;
}

/* Mobile: stack columns */
@media (max-width: 991px){
  #shopify-block-AUFFPdkE0anBhK0ZkR__column_c8TjKC,
  #shopify-block-Ac0w4NzcyaU5RMy9rM__column_tgiC7w{
    flex:0 0 100% !important;
    max-width:100% !important;
  }
}
#shopify-section-template--20089263915247__featured_custom_section_PGiMhn .section-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

#shopify-section-template--20089263915247__featured_custom_section_PGiMhn .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 48px auto !important;
}


#shopify-section-template--20096482345199__featured_custom_section_C3wkKP .shopify-block {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
}


@media(max-width: 575px){
  #shopify-section-template--20096482345199__featured_background_map_yULWXT .wpbingo-bg-map {
    padding: 0px 0px 60px 0px !important;
}
.wpbingo-bg-map .content-info {
    display: inline-block;
    padding: 20px;
    background: #F5EFE9 !important;
    min-width: unset;
}
#shopify-block-AdGFBRGUwMlZyRjZWa__text_block_PzGX6q .bwp-block-text>* {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6C696A !important;
    text-align: left;
}
}


div#shopify-block-AYjBGeDFjNExIb0VLa__column_GYrVqm {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
}
div#shopify-block-ARkZ2T1lkVzJ0b3lNb__column_VwGVez {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
}
#shopify-section-template--20098145583343__featured_custom_section_mRCjAY .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    flex-direction: row;
}



#shopify-section-template--20098145583343__featured_custom_section_zB8j3N .section-content{
  display:flex; flex-wrap:wrap; gap:24px;
}
#shopify-section-template--20098145583343__featured_custom_section_zB8j3N .section-content > .shopify-block{
  flex: 0 0 calc(33.333% - 16px) !important;
  max-width: calc(33.333% - 16px) !important;
}
@media (max-width:991px){
  #shopify-section-template--20098145583343__featured_custom_section_zB8j3N .section-content > .shopify-block{
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
  }
}
@media (max-width:575px){
  #shopify-section-template--20098145583343__featured_custom_section_zB8j3N .section-content > .shopify-block{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #shopify-section-template--20098145583343__featured_custom_section_mRCjAY .shopify-block {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}


/* Container already flex+wrap+gap:24px */
#shopify-section-template--20098145583343__featured_custom_section_XxJFaL .section-content > .shopify-block{
  /* 50% - (gap/2) so 2 items + 24px gap = fit */
  flex: 0 0 calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
}
/* Heading/CTA full width */
#shopify-section-template--20098145583343__featured_custom_section_XxJFaL .custom-sec__heading,
#shopify-section-template--20098145583343__featured_custom_section_XxJFaL .custom-sec__cta{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#shopify-section-template--20098145583343__featured_custom_section_XxJFaL .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 52px auto !important;
}
#shopify-section-template--20098145583343__featured_custom_section_mRCjAY .custom-sec__heading {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    margin: 0px auto 48px auto;
}



/* Mobile = 1 column */
@media (max-width:575px){
  #shopify-section-template--20098145583343__featured_custom_section_XxJFaL .section-content > .shopify-block{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}



#shopify-block-AQ0hiYmI0SzhIbEJNN__column_qwTkig,
#shopify-block-AelNPOVNUVldvL1pzV__column_3JiWcx,
#shopify-block-AamtJSU82ajltMnczU__column_FX7c4r {
  flex: 0 0 calc(33.333% - 24px) !important;
  max-width: calc(33.333% - 24px) !important;
  box-sizing: border-box;
}

/* Tablet view এ দুই কলাম */
@media (max-width: 991px) {
  #shopify-block-AQ0hiYmI0SzhIbEJNN__column_qwTkig,
  #shopify-block-AelNPOVNUVldvL1pzV__column_3JiWcx,
  #shopify-block-AamtJSU82ajltMnczU__column_FX7c4r {
    flex: 0 0 calc(50% - 24px) !important;
    max-width: calc(50% - 24px) !important;
  }
}

/* Mobile view এ এক কলাম */
@media (max-width: 767px) {
  #shopify-block-AQ0hiYmI0SzhIbEJNN__column_qwTkig,
  #shopify-block-AelNPOVNUVldvL1pzV__column_3JiWcx,
  #shopify-block-AamtJSU82ajltMnczU__column_FX7c4r {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%) !important;
}


.wpb-variants-swatch {
    display: none;
    
} 


.product-card__name a {
    color: #231f20!important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    transition: color .3s ease;
    color: var(--gray-dark);
}
.product-card__price .product-price {
    font-size: 16px;
    line-height: 150%;
    color: #6C696A !important;
}
.product-card__content {
    position: relative;
    margin-top: 16px !important;
}
.product-card {
    position: relative;
    margin-bottom: 30px !important;
}


@media(max-width: 767px){
  .product-card__name a {
    color: #231f20!important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    transition: color .3s ease;
    color: #231F20;
}
#shopify-section-template--20089263915247__custom_story_timeline_WYy7dg .fs-title {
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 12px;
    color: #231F20;
}
#shopify-section-template--20089263915247__custom_story_timeline_WYy7dg .fs-intro {
    color: #6C696A;
    margin: 0 0 32px;
    line-height: 1.5;
    font-size: 16px !important;
}
.fs-text {
    font-size: 16px !important;
    font-weight: 600;
}
#shopify-section-template--20089263915247__custom_story_timeline_WYy7dg .fs-timeline::before {
    top: 25px !important;
    bottom: 44px !important;
}
#shopify-section-template--20089263915247__custom_story_timeline_WYy7dg .fs-quote {
    
    font-size: 16px !important;
    
}
#shopify-section-template--20089263915247__custom_story_timeline_WYy7dg .fs-founder {
   
    font-size: 16px !important;
   
}





.product-card {
    position: relative;
    margin-bottom: 0px !important;
}

.prdcttitle-button a {
    margin: 60px 0px 0px 0px;
    padding: 12px 33px !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ed5d43;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}
.custom-sec__title {
    
    font-size: 32px !important;
    line-height: 38.4px !important;
    margin: 0px;
}
h2.proj-title {
    font-size: 32px !important;
    line-height: 38.4px !important;
    color: #131112 !important;
}

.info {
    margin-bottom: 48px;
}
#shopify-section-template--20104008597743__featured_custom_section_z8LxDE .custom-sec__heading {
    margin: 0 auto 32px auto !important;
}


 .wf-head {
    text-align: center;
    margin-bottom: 50px !important;
}
.wf-title{
    font-size: 32px !important;
    line-height: 1.2;
    font-weight: 600;
    margin: 0px;
    color: #231F20;
    }

 .wf-card h3 {
    font-size: 20px !important;
    margin: 0px 0px 8px 0px !important;
    font-weight: 600;
    line-height: 120%;
    color: #231F20;
}
.wf-desc {
    color: #6c696a;
    font-size: 16px !important;
    line-height: 150%;
    margin: 0;
    color: #6C696A;
}
.wpbingo-bg-map .content-info {
    content: "";
    position: absolute !important;
    bottom: 4px;
    left: 0px;
    display: inline-block;
    padding: 32px;
    background: #F5EFE9 !important;
    width: 273px !important;
    border-radius: 0px 50px 0px 0px !important;
}

.cs-heading {
    font-size: 32px !important;
    line-height: 1.15;
    margin: 0 0 6px;
    font-weight: 700;
    text-align: center !important;


}
 .cs-sub {
        font-size: 15px !important;
        color: #6C696A !important;
        line-height: 150%;
        margin: 0 0 32px !important;
        text-align: center;

}

.cs-panel {
    flex: 1 1 50%;
    background: var(--panel-bg);
    border-radius: var(--radius);
    padding: 32px 16px 32px 16px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




}

.proj-title {
    margin-bottom: 60px !important;
    font-size: 48px !important;
    font-weight: 600;
    color: #131112;
}

.wpbingo-bg-map .content-info {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    padding: 40px;
    background: #F5EFE9 !important;
    width: 499px;
}
.wpbingo-bg-map .container-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    position: relative !important;
}


.cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
}
.cta {
    font-size: 16px !important;
    color: #e9e9e9 !important;
  }
  .cs-btn{
    margin-top: 32px !important;
  }


.pagination>span.current {
    display: block;
    width: 48px !important;
    height: 48px !important;
    padding: 10px 10px !important;
    color: var(--text-color);
    border: 1px solid #e5e5e5 !important;
    line-height: 40px;
    color: var(--white);
    background: #EB5C3D !important;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
}

.pagination>span>a, .pagination>span>span{
  display: block;
    width: 48px !important;
    height: 48px !important;
    padding: 10px 10px !important;
    
    border: 1px solid #e5e5e5 !important;
    line-height: 40px;
    color: #868686 !important;
    background: white !important;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
}
.pagination>span>a:hover, .pagination>span>span:hover {
    background: #EB5C3D !important;
    color: white !important;
}


.product-card.hover_style_3 .product-card__quickview:not(.mobile)>a {
    background: var(--white);
    color: var(--gray-dark);
    height: 50px;
    line-height: 50px;
    padding: 15px 15px !important;
    font-size: 14px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease;
    border: 0;
    text-transform: capitalize;
    box-shadow: 0 0 10px 2px #0000000a;
    width: 100%;
}
.product-card.hover_style_3 .product-card__content {
    text-align: left !important;
}

.block-sidebar__title {
    color: #231f20 !important;
    background: transparent;
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.block-sidebar__title{
  color: #231f20 !important;
    font-weight: 600 !important;
    background: transparent;
    font-size: 20px;
}
body:not(.template-page, .template-index) .bwp-footer {
    margin-top: 0px;
}



.product-quickview {
    padding: 20px;
}
.product-tabs__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 60px 0px;
}
h2.new_section_heading {
    font-size: 48px;
    color: #231F20;
    margin: 0px;
    line-height: 110%;
    font-weight: 600;
}










#shopify-section-{{ section.id }} .tab-cta{
  display:flex; justify-content:center; 
}
#shopify-section-{{ section.id }} .tab-cta .bwp-button{ /* তোমার আগের button styles এখানে already আছে */
  /* এখানে কিছু না দিলেও চলবে; চাইলে একটু gap দিতে পারো */

  
    margin: 60px 0px 0px 0px;
    padding: 12px 33px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    background: #ed5d43;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}

#shopify-section-{{ section.id }} .tab-cta .bwp-button:hover{ /* তোমার আগের button styles এখানে already আছে */
  /* এখানে কিছু না দিলেও চলবে; চাইলে একটু gap দিতে পারো */

  
    margin: 60px 0px 0px 0px;
    padding: 12px 33px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #ffffff;
    background: black;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;

}



#shopify-section-{{ section.id }} .tab-cta .bwp-button a{
  color: #ffffff;
}


a.product-tabs__nav-link {
    box-sizing: border-box;
    border: 1px solid #BBBABA;
    border-radius: 0;
    color: #6C696A;
    opacity: 1;
    padding: 8px 16px;
    background: #fff;
}
a.product-tabs__nav-link:hover {
    box-sizing: border-box;
    border: 1px solid #BBBABA;
    border-radius: 0;
    color: #6C696A;
    opacity: 1;
    padding: 8px 16px;
    background: #fff;
}
/* Favorites product tabs – remove underline on hover/active
#shopify-section-{{ section.id }} .product-tabs__nav-link,
#shopify-section-{{ section.id }} .product-tabs__nav-link:hover,
#shopify-section-{{ section.id }} .product-tabs__nav-link:focus,
#shopify-section-{{ section.id }} .product-tabs__nav-link:active,
#shopify-section-{{ section.id }} .product-tabs__nav-link.active {
  text-decoration: none !important;   /* kill underline */
  border-bottom: 0 !important;        /* just in case theme adds a bottom border */
  box-shadow: none !important;         /* some themes draw underlines with shadow */
  background-image: none !important;   /* some themes use gradient underline */
} */
#shopify-section-{{ section.id }} .product-tabs__nav-link::after {
  content: none !important;
}
.wpbingo-section--product-tabs .product-tabs__nav ul li a:hover:before {
    opacity: 0 !important;
    visibility: visible;
    width: 100%;
}
.wpbingo-section--product-tabs .product-tabs__nav ul li a:active:before {
    opacity: 0 !important;
    visibility: visible;
    width: 100%;
}

/* Favorites tabs — kill underline entirely (hover + active)
#shopify-section-{{ section.id }} .product-tabs__nav-link,
#shopify-section-{{ section.id }} .product-tabs__nav-link:hover,
#shopify-section-{{ section.id }} .product-tabs__nav-link:focus,
#shopify-section-{{ section.id }} .product-tabs__nav-link:active,
#shopify-section-{{ section.id }} .product-tabs__nav-link.active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
} */

/* theme pseudo-underline বন্ধ করা
#shopify-section-{{ section.id }} .product-tabs__nav-link::before,
#shopify-section-{{ section.id }} .product-tabs__nav-link::after,
#shopify-section-{{ section.id }} .product-tabs__nav-link:hover::before,
#shopify-section-{{ section.id }} .product-tabs__nav-link:hover::after,
#shopify-section-{{ section.id }} .product-tabs__nav-link.active::before,
#shopify-section-{{ section.id }} .product-tabs__nav-link.active::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
} */
.wpbingo-section--product-tabs .product-tabs__nav ul li a.active:before {
    opacity: 0 !important;
    visibility: visible;
    width: 100%;
}



span.menu-item-text {
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
}

a.menu__link {
      white-space: nowrap;
    font-size: 16px !important;
    color: #6c696a !important;
}
a.menu__link:hover {
    color: #ED5D43 !important;
}

/* Klekktic mega: last column er last 3 link = bold + black */
#shopify-block-AS3Y4aGFqUytBZ084M__megamenu_item_CVjpVQ
  .menu-list > li:nth-last-child(-n+3) > a.menu__link{
  font-weight: 700;
  color: #000 !important;
}
#shopify-block-AS3Y4aGFqUytBZ084M__megamenu_item_CVjpVQ
  .menu-list > li:nth-last-child(-n+3) > a.menu__link:hover{
  color: #ED5D43 !important; !important;
}
.product-recommendations .product-recommendations__inner {
    padding: 60px 0px;
    position: relative;
}

.menu-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 43px !important
    
}



/* Mega menu container: no forced scroll */
.menu-dropdown__content.menu-dropdown__content--megamenu {
  max-height: none !important;
  overflow: visible !important;
}

/* Inner wrapper jodi thake */
.menu-dropdown__content.menu-dropdown__content--megamenu .menu-row {
  max-height: none !important;
  overflow: visible !important;
}



/* Controls off & drag cursor */
/* .main-media__slick-controls,
.slick-dots { display: none !important; } */

.product-media__wrapper { cursor: grab; }
.product-media__wrapper:active { cursor: grabbing; }

/* Safety: jeno kono CSS display/size break na kore */
.js-product-media-group .product-single__media-item { display: block; }
.js-product-media-group .product-media__wrapper img {
  display: block; max-width: 100%; height: auto;
}
.slick-list, .slick-track { pointer-events: auto; }







/* .swatches-box{border:1px solid #eee;border-radius:8px;padding:16px;margin:12px 0}
.swatches-box__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.swatches-box__toggle{background:none;border:0;text-decoration:underline;cursor:pointer;font-size:13px}
.swatches-grid{list-style:none;margin:0;padding:0;display:grid;gap:12px 16px;grid-template-columns:repeat(4,minmax(0,1fr))}
.swatch{margin:0}
.swatch__btn{display:grid;grid-template-rows:auto 1fr;gap:6px;width:100%;text-align:left;background:transparent;border:0;cursor:pointer}
.swatch__btn img,.swatch__chip{width:100%;aspect-ratio:4/3;border:1px solid #e5e5e5;border-radius:6px;object-fit:cover;display:block}
.swatch__chip{background:#e9e9e9}
.swatch__label{font-size:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.swatch.is-selected .swatch__btn img,.swatch.is-selected .swatch__chip{outline:2px solid #111;outline-offset:2px;border-color:#111} */



.pdp-accordion { margin: 0px; }

.pdp-acc {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

/* Title row */
.pdp-acc__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 0px;
    border-radius: 0px;
}

/* hide default marker */
.pdp-acc__summary::-webkit-details-marker { display: none; }
.pdp-acc__summary::marker { content: ""; display: none; }

/* custom chevron */
.pdp-acc__summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1.25px solid #6C696A;
    border-top: 1.25px solid #6C696A;
    transform: rotate(135deg);
    transition: transform .2s ease;
}

/* when open → ▲ up arrow */
.pdp-acc[open] .pdp-acc__summary::after {
  transform: rotate(-45deg); 
}

.pdp-acc__body {
  padding: 16px;
  border-top: 1px solid #eee;
}

.pdp-acc[open] .pdp-acc__chev {
    display: none;
    transform: rotate(90deg);
}
.pdp-acc__chev {
    display: none;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    transition: transform .25s ease;
    margin-left: auto;
}





.pdp-acc { border-bottom:1px solid #eee; border-radius:0px; background:#fff; margin:12px 0; }
.pdp-acc__summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top: 1.25rem;
    padding-bottom: 1.25rem;cursor:pointer;font-weight:600}
.pdp-acc__body{padding:16px}
.pdp-acc__chev{width:18px;height:18px;transform:rotate(-90deg);transition:transform .25s ease;margin-left:auto}
.pdp-acc[open] .pdp-acc__chev{transform:rotate(90deg)}








.pdp-accordion { margin: 0px; }
.pdp-acc { border-bottom:1px solid #eee; border-radius:0px; background:#fff; }
.pdp-acc[open] { background:white; }
.pdp-acc__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 0px;
    border-radius: 0px;
}
.pdp-acc__summary::-webkit-details-marker { display:none; }
.pdp-acc__chev { width:18px; height:18px; transition:transform .2s ease; }
.pdp-acc[open] .pdp-acc__chev { transform:rotate(180deg); } /* up when open */
.pdp-acc__body { padding:0 18px 16px; }
.pdp-acc__cta { text-align:center; margin:14px 0 4px; }
.pdp-acc__cta a {
    text-decoration: none;
    color: #EB5C3D;
}
.pdp-acc__cta a:hover {
    text-decoration: none;
    color: #EB5C3D;
}
.pdp-accordion {
    margin: 0px;
}




.pdp-acc { border-bottom:1px solid #eee; border-radius:0px; margin:0px; background:#fff; }
.pdp-acc__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 0px;
    border-radius: 0px;
}
.pdp-acc__summary::-webkit-details-marker {display:none}
.pdp-acc__chev {width:18px;height:18px;transition:transform .2s ease}
.pdp-acc[open] .pdp-acc__chev {transform:rotate(180deg)}
.pdp-acc__body {padding:12px 16px}

.dimension-slider {display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;margin-bottom: 1.25rem;}
.dimension-item {flex:0 0 auto;width:220px;text-align:center;scroll-snap-align:center}
.dimension-item img {max-width:100%;border:1px solid #ddd;border-radius:6px}
.dimension-caption {
    margin-top: 6px;
    font-size: 16px;
    color: #6C696A;
}

/* Dimensions slider layout */
.dimension-slider{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory; /* সুন্দর স্ন্যাপিং */
  -webkit-overflow-scrolling:touch;
  cursor: grab;
  margin-bottom: 1.25rem;
}

/* drag হলে গ্র্যাবিং কার্সর */
.dimension-slider.is-grabbing{ cursor: grabbing; }

/* প্রতিটি আইটেম */
.dimension-item{
  flex:0 0 auto;
  min-width: 260px;           /* আপনার কার্ড চওড়া */
  scroll-snap-align:start;
  border-radius: 10px;
}

.dimension-item img{
  width:100%;
  height:auto;
  display:block;
  user-select:none;
  -webkit-user-drag:none; /* ইমেজ ড্র্যাগ বন্ধ */
}

/* ঐচ্ছিক: scrollbar লুকানো */
.dimension-slider::-webkit-scrollbar{ display:none; }
.dimension-slider{ scrollbar-width:none; }



.dimension-slider{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  scroll-behavior: smooth;              /* click/keyboard smooth */
  -webkit-overflow-scrolling: touch;    /* iOS momentum */
  cursor: grab;
  user-select: none;                     /* text select off */
  will-change: scroll-position;
  scroll-snap-type: x mandatory;         /* optional: snap */
}
.dimension-slider.is-dragging{
  cursor: grabbing;
  scroll-behavior: auto;                 /* drag চলাকালীন instant */
}
.dimension-item{
  flex: 0 0 auto;
  scroll-snap-align: start;              /* optional: snap */
}
.dimension-item img{
  pointer-events: none;                  /* ইমেজ drag বন্ধ */
}

.pdp-acc__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 0px;
    border-radius: 0px;
}
.pdp-acc__chev { width:18px; height:18px; transition:transform .25s ease; }
details[open] .pdp-acc__chev { transform:rotate(180deg); }
.pdp-acc__body { padding:14px 16px; border:1px solid #eee; border-top:0; border-radius:0 0 10px 10px; }


.product-short-desc {
    font-size: 16px;
    color: #6C696A;
    margin: 0px 0 16px !important;
    line-height: 1.5;
}

.psr-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; margin:0px 0 12px;
}
.psr-row.spacious{ padding:8px 0; }
.psr-left{ display:flex; align-items:baseline; gap:6px; flex-wrap:wrap; }
.psr-from{ font-weight:600; color:#444; }
.psr-price{ font-weight:700; font-size:18px; }
.psr-currency{ font-size:14px; color:#777; }

.psr-right{ display:flex; align-items:center; gap:8px; color:#444; }
.psr-ship-icon{ display:inline-flex; line-height:0; }
.psr-ship-text {
    font-size: 16px;
    color: #6C696A;
    font-weight: 400;
}







.custom-qty-price {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
  gap:16px;
}
.qty-wrapper {
  display:flex; align-items:center;
  border:1px solid #ddd; border-radius:4px;
}
.qty-btn {
  background:#f6f6f6;
  border:0; padding:6px 12px;
  cursor:pointer; font-size:18px;
}
.qty-input {
  width:50px; text-align:center;
  border:0; outline:none;
}
.price-wrapper {
  font-size:18px;
  font-weight:600;
}

.custom-buttons {
  display:flex;
  gap:12px;
  margin-top:12px;
}
.custom-buttons.only-cart .btn-cart,
.custom-buttons.only-buy .btn-buy {
  flex:1; /* full width */
}
.custom-buttons.two-btns .btn-cart,
.custom-buttons.two-btns .btn-buy {
  flex:1; /* 50% + 50% */
}

.btn-cart {
  background:#fff;
  border:1px solid #222;
  padding:12px; font-weight:600;
  cursor:pointer;
  width:100%;
}
.btn-buy {
  background:#e74c3c;
  color:#fff;
  border:1px solid #e74c3c;
  padding:12px; font-weight:600;
  cursor:pointer;
  width:100%;
}





.product-recommendations .wpbingo-title__heading {
    font-size: 48px !important;
    color: #231F20 !important;
    margin: 0px 0px 60px 0px !important;
    display: inline-block;
    position: relative;
    font-weight: 600 !important;
    padding-bottom: 0px !important;
    text-decoration: none;
}




  .rec--hidden { display: none; }
  .rec-more-wrap { text-align: center; margin-top: 16px; }
  .rec-more-btn {
    padding: 10px 18px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    border-radius: 6px;
    cursor: pointer;
  }
  .rec-more-btn:hover { background:#111; color:#fff; }






.pdp-acc__summary span {
    font-size: 18px;
    color: #231F20;
    font-weight: 400;
}



p span {
    font-size: 16px;
    color: #6C696A;
    font-weight: 300;
    margin-bottom: 10px !important;
}
h4 span {
    font-size: 24px;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 10px !important;
}
h3 span {
    font-size: 24px;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.rte li {
    font-size: 16px;
    color: #6C696A;
    font-weight: 300;
    margin-bottom: 10px !important;
}
.rte p {
    font-size: 16px;
    color: #6C696A;
    font-weight: 300;
    margin-bottom: 1.25rem !important;
}

pdp-acc__body rte{
  padding:0px;
}
.pdp-acc__body{
  padding: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
}



h1.product-single__title {
    font-size: 32px !important;
    color: #231F20 !important;
    font-weight: 500 !important;
}

.psr-from {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #6C696A !important;
}

.psr-currency {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #6C696A !important;
}







}




















.VariantGroup{margin:1rem 0}
.DropdownToggle{background:#f5f5f5;border:0;padding:.7rem 1rem;width:100%;text-align:left;cursor:pointer;font-weight:600;border-radius:8px}
.DropdownContent{display:none;margin-top:.8rem}
.DropdownContent.active{display:block}

.SwatchGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.8rem}
.SwatchItem{border:1px solid #ddd;border-radius:8px;overflow:hidden;padding:.5rem;transition:box-shadow .25s ease,transform .12s ease;cursor:pointer;background:#fff}
.SwatchItem:hover{box-shadow:0 2px 10px rgba(0,0,0,.12)}
.SwatchImageWrapper{width:100%;height:80px;overflow:hidden;border-radius:6px}
.Swatch__img{width:100%;height:100%;object-fit:cover}
.Swatch__name{font-size:.9rem;font-weight:600;display:block;margin-top:.4rem}
.Swatch__desc{font-size:.8rem;color:#555;display:none}
.SwatchItem:hover .Swatch__desc{display:block}
.hidden-extra{display:none}
.SeeMoreBtn{margin-top:1rem;background:none;border:0;color:#0070f3;cursor:pointer;font-weight:600}










/* শুধু ওই টেক্সট ব্লকের width আনলিমিটেড করুন */
#shopify-block-AZmxOZE4ZVG83d2JZS__text_block_TF3eax .bwp-block-text,
#shopify-block-AZmxOZE4ZVG83d2JZS__text_block_TF3eax .text{
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;   /* চাইলে */
  padding-right: 0;  /* চাইলে */
}

/* চারপাশের wrapper এ যদি সীমা থাকে, সেটাও খুলে দিন */
#shopify-block-AZmxOZE4ZVG83d2JZS__text_block_TF3eax,
#shopify-block-AZmxOZE4ZVG83d2JZS__text_block_TF3eax .content-block-column,
#shopify-block-AZmxOZE4ZVG83d2JZS__text_block_TF3eax .bwp-block-column{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}






/* wrapper-এ relative নিশ্চিত করুন */
.product-card__image-wrapper { position: relative; }

.badge-wrap {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.badge {
  font-size: 11px !important;
  line-height: 1;
  padding: 3px 12px !important;
  border-radius: 0px !important;
  background: #ECECEC !important;
  color: #4F4C4D !important;
  /* border: 1px solid #e4e6eb; */
  white-space: nowrap;
  font-weight: 400px !important;
  /* box-shadow: 0 1px 2px rgba(16,24,40,.06); */
}

.badge-new-arrivals  { background: #ECECEC; }
.badge-quick-delivery{ background: #ECECEC; }
.badge-best-sellers  { background: #ECECEC; }





/* Dimensions slider */
.dimension-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.dimension-slider::-webkit-scrollbar { display: none; }
.dimension-item { flex: 0 0 auto; }
.pdp-acc__body img { user-select: none; -webkit-user-drag: none; }
.is-grabbing { cursor: grabbing; }

.pswp__scroll-wrap {
    display: none;
}
@media screen and (max-width: 767px){
  .shopify-section-group-footer-group .section-content{
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  h1.product-single__title {
    font-size: 30px !important;
    color: #231F20 !important;
    font-weight: 500 !important;
}
.psr-from {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #6C696A !important;
}
.psr-currency {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #6C696A !important;
}
.fv-item {
    width: 114.5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 0 10px;
    border: 1px solid #E9E9E9;
    border-radius: 0;
    background: #F6F6F6;
    cursor: pointer;
}
h2.happy_client-head {
    font-size: 30px !important;
    font-weight: 600;
    color: #231F20;
    margin: 0px;
    white-space: nowrap !important;
}

    .product-single .bwp-single-info {
        padding-left: 16px !important;
    }



}









/* কেবল প্রোডাক্ট কার্ডে (কলেকশন/সার্চ/হোম ফিচার্ড) শো করুন */
.template-collection .product-card .wpb-variants-swatch,
.template-search .product-card .wpb-variants-swatch,
.template-index .product-card .wpb-variants-swatch,
.section-featured-collection .product-card .wpb-variants-swatch {
  display: flex !important;   /* বা block; যেটা দরকার */
  gap: 6px;
}

/* প্রোডাক্ট পেজে অবশ্যই হাইড */
.template-product .wpb-variants-swatch {
  display: none !important;
}

.swatch-content.swatch-content-2.label {
    display: none;
}
.swatch-content.swatch-content-2.color {
    display: none;
}




.bwp-block-text a[href="/policies/privacy-policy"] {
  text-decoration: underline !important;
}





a[href*="instagram.com"]::before {
  font-family: "Font Awesome 5 Brands"; /* বা 6 Brands */
  content: "\f16d";
  font-weight: 400;
  display:inline-block;
}
a[href*="pinterest.com"]::before {
  font-family: "Font Awesome 5 Brands"; /* বা 6 Brands */
  content: "\f16d";
  font-weight: 400;
  display:inline-block;
}

@media(max-width: 767px){

  #shopify-block-AN2tKOFNmQWk3V1VPO__social_ngRknX .social-icons {
    justify-content: center !important;
}
}










.page-not-found__button {
    display: flex;
    justify-content: center;
}

.page-not-found .btn-not-found {
    max-width: 300px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0 40px;
    height: 50px;
    line-height: 46px;
    font-weight: var(--body-font-weight-default);
    font-size: calc(var(--font-size-base) + 2px);
    color: var(--white);
    font-size: var(--font-size-base);
    background: var(--gray-dark);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    z-index: 1;
    border: 2px solid var(--gray-dark);
    text-transform: uppercase;
    letter-spacing: .1em;
   
}


.page-not-found .btn-not-found:after{
      top: 0px !important;
}





/* === List -> Button row === */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
  display:flex;
  flex-wrap:wrap;               /* ছোট স্ক্রিনে ভাঙবে */
  justify-content:center;       /* মাঝখানে সারিবদ্ধ */
  gap:14px;
  padding:0;
  margin:0;
  list-style:none;
}

#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link li{
  list-style:none;
}

/* Button look */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:12px 20px;
  
  
  text-decoration:none;
  font-weight:400;
  line-height:1;
  color:white;
  background:#EB5C3D;
  
}

/* Arrow (ঐচ্ছিক) */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a::after{
  content:"\2192";              /* → */
  font-size:1.05em;
}
/* 
Hover/Focus
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a:hover,
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a:focus{
  background:#000;
  color:#fff;
  border-color:#000;
  transform:translateY(-1px);
} */

/* বড় স্ক্রিনে এক সারি রাখতে চাইলে */
@media (min-width: 992px){
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
    flex-wrap:nowrap;           /* সবগুলো এক সারিতে */
  }
}



/* এই ব্লকের overflow-hidden ওভাররাইড করুন */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .wpbingo-block{
  overflow: visible !important;
}

/* সব স্ক্রিনে র‍্যাপ অন */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
  flex-wrap: wrap !important;   /* আগের nowrap কেটে দিন */
  justify-content: center;
  gap: 14px;
}

/* চাইলে: বাটনগুলোকে একটু ছোট করুন যাতে একই লাইনে বেশি ফিট হয় */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a{
  padding: 10px 18px;
  font-size: 14px;
}




/* ব্লকের স্কোপে দিন */
#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .wpbingo-block{
  overflow: visible !important;     /* কেটে না যাক */
}

#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;                   /* ডিফল্ট: মোবাইলে র‍্যাপ */
}

/* ডেস্কটপে এক সারি ফোর্স করুন */
@media (min-width: 992px){
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
    flex-wrap: nowrap !important;   /* এক সারি */
    white-space: nowrap;            /* ভাঙবে না */
  }
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link li{
    flex: 0 0 auto;                 /* লাই বিস্তৃত না হোক */
  }
  /* জায়গা ফিট না হলে সামান্য ছোট করুন */
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a{
    padding: 10px 40px;
    font-size: 14px;
  }
}

#shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link span {
    color: white !important;
}


#shopify-section-sections--20036921393391__featured_custom_section_3grwgV .shopify-block {
    margin-bottom: 10px !important;
    order: 1;
    flex: 0 0 calc(33.333% - 16px);
}




@media (max-width: 767px){
  /* লিস্টকে গ্রিড বানাই */
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 14px;
    
  }
  /* বাটনগুলোকে সেন্টার ও সমান */
  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link .list-item a{
    width: 100%;
    justify-content: center;
  }

  #shopify-block-AZkVUTWQrVXN5K01pQ__list_link_wimmga .bwp-list_link span {
    font-size: 12px;
    color: white !important;
}
.badge-wrap {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column !important;
    gap: 8px;
    z-index: 2;
}
}

.login-popup.active {
    z-index: 999999 !important;
    opacity: 1;
    visibility: visible;
    display: flex;
}
.wpbingo-blog-list {
    display: none;
}
section.wpbingo-breadcrumbs .wpbingo-breadcrumbs__inner .wpbingo-breadcrumbs__title {
	font-size: 65px !important;
	text-align: center;
	color:var(--color-breadcrumb,#000);
}











.quickview-images__list { position: relative; }

.quickview-images__list .slick-prev,
.quickview-images__list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border: 0;
  border-radius: 9999px;
  background: rgba(0,0,0,.15);
  cursor: pointer;
  z-index: 2;
  /* টেক্সট লুকান */
  font-size: 0;
  line-height: 0;
  visibility: visible !important;
}

.quickview-images__list .slick-prev { left: 10px; }
.quickview-images__list .slick-next { right: 10px; }

/* আইকন */
.quickview-images__list .slick-prev::before,
.quickview-images__list .slick-next::before {
  font-size: 22px;
  line-height: 35px !important;
  opacity: .9;
  display: block;
  text-align: center;
  color: #000;   /* ব্যাকগ্রাউন্ডের কন্ট্রাস্ট দেখে ঠিক করুন */
}

.quickview-images__list .slick-prev::before { content: '\e91a'!important; } 
.quickview-images__list .slick-next::before { content: '\e91b' !important; }

/* ডিসেবল হলে হাইড/ডিম করুন */
.quickview-images__list .slick-arrow.slick-disabled { opacity: .3; pointer-events: none; }

.quickview-images__list { position: relative; }
.quickview-images__list .slick-arrow.slick-disabled {
  display: block !important;   /* থিমে লুকিয়ে থাকলে দেখান */
  opacity: .35;
  pointer-events: none;        /* ক্লিক হবে না */
}

.quickview__content .product-quickview .img-quickview .slick-arrow.slick-disabled {
    display: block !important;
}












/* Fixed, responsive box for every image */
#show_image_popup .large-image-wrapper{
  width: min(92vw, 700px); 
  height: min(85vh, 720px); 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;         
  background: #fff;
 
}


#show_image_popup #large-image{
  width: 100%;
  height: 100%;
  object-fit: cover;   
  
}


#show_image_popup #large-image[width],
#show_image_popup #large-image[height]{
  width: 100% !important;
  height: 100% !important;
}


@media(max-width: 767px){
  .cstm-button {
    position: absolute;
    left: 4px !important;
}
}




/* 

.product-template .fv-item .fv-swatch{
  width: 96px;              
  height: 64px;             
  position: relative;
  overflow: hidden;
  border-radius: 8px;      
  display: block;
}


.product-template .fv-item .fv-swatch img{
  position: absolute !important;
  inset: 0 !important;      
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  max-width: none !important;   
  max-height: none !important;
  border-radius: inherit;   
}
.product-template .fv-item{ overflow:hidden; } */



/* swatch button-এর ভিতরের বক্স */
.product-template .fv-item .fv-swatch{
  width: 110px;                 /* প্রয়োজনমতো বদলান */
  height: 60px;                 /* বা aspect-ratio: 11 / 6; */
  overflow: clip !important;    /* modern clipping; hidden ও কাজ করবে */
  border-radius: 8px;
  position: relative;
  display: block;
  line-height: 0;               /* inline-gap বাদ */
}

/* ইমেজকে পুরো বক্সে ফিট করান + ক্লিপের ভেতরেই রাখুন */
.product-template .fv-item .fv-swatch > img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  /* কিছু থিম max-width:100%/height:auto দেয়—conflict ঠেকাতে */
  max-width: none !important;
  max-height: none !important;
}

/* নিরাপত্তার জন্য বাটনটাকেও ক্লিপ করুন—zoom এ parent থেকেও বের হতে পারবে না */
.product-template .fv-item{
  overflow: clip !important;    /* বা overflow: hidden */
}
button.fv-item.has-info {
    overflow: hidden;
}





/* theme published after */
#shopify-section-sections--20328627568879__featured_custom_section_wL3Vmf .section-content {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap;
    gap: 24px;
}







</style>
