/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom
  
==============================================*/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #F04d6a;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/*EFFECT jumpping*/
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.jump {
  animation: jumpping 6s infinite linear;
}
/*===============================================
    [SASS DIRECTORY ]
    
    [1] BLOCK HEADER

    
==============================================*/
.common-home #content {
  clear: both;
}
.common-home .typeheader-57 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.typeheader-57 {
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/
}
.typeheader-57 .setting {
  float: right;
  position: relative;
  padding-right: 15px;
  margin-top: 6px;
}
.typeheader-57 .setting .fa {
  margin: 6px 0;
  cursor: pointer;
  margin-left: 5px;
}
.typeheader-57 .setting:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block !important;
}
.typeheader-57 .setting .account {
  clear: both;
  padding-top: 10px;
}
.typeheader-57 .setting .account .dropdown-menu, .typeheader-57 .setting .box-lang-cunrent .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  box-shadow: none;
}
.typeheader-57 .setting .dropdown-menu {
  padding: 10px;
  transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
}
.typeheader-57 .setting .dropdown-menu .dropdown, .typeheader-57 .setting .dropdown-menu .dropdown-menu {
  padding: 0;
  padding-left: 20px;
}
.typeheader-57 .setting > .dropdown-toggle {
  cursor: pointer;
  margin-bottom: 0px;
  color: #262626;
  padding: 0;
  height: 35px;
  position: relative;
  padding-left: 40px;
}
.typeheader-57 .setting > .dropdown-toggle:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../../images/icon-account.png) no-repeat left top;
  left: 0;
  top: -2px;
}
.typeheader-57 .setting span.dropdown-toggle {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.typeheader-57 .setting .btn-link {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  padding: 5px 0;
  padding-bottom: 0;
}
.typeheader-57 .setting .btn-link img {
  margin-right: 5px;
  margin-top: -2px;
}
.typeheader-57 .setting .btn-link span {
  display: inline-block !important;
}
.typeheader-57 .setting ul.dropdown {
  padding-left: 15px;
  margin-bottom: 10px;
}
.typeheader-57 .block-cart {
  float: right;
  position: relative;
  padding-left: 15px;
}
.typeheader-57 .block-cart .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
}
.typeheader-57 .block-cart .handle {
  background: url(../../images/icon-image.png) no-repeat -13px -13px;
  width: 36px;
  height: 34px;
}
.typeheader-57 .block-cart .total-shopping-cart {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -9px;
}
.typeheader-57 .block-cart .shoppingcart-box {
  min-width: 300px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
}
.typeheader-57 .block-cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.typeheader-57 .block-cart .shoppingcart-box p.empty {
  padding-top: 15px;
}
.typeheader-57 .block-cart .shoppingcart-box .minicart-title {
  background: #666666;
  padding: 0 25px;
}
.typeheader-57 .block-cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px;
}
.typeheader-57 .block-cart .shoppingcart-box .minicart-title span.price-title {
  float: right;
}
.typeheader-57 .block-cart .shoppingcart-box li.content-item {
  background: #f2f2f2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.typeheader-57 .block-cart .shoppingcart-box li.content-item table {
  margin-bottom: 0;
}
.typeheader-57 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}
.typeheader-57 .block-cart .shoppingcart-box .checkout {
  padding: 0 15px;
  margin-bottom: 15px;
}
.typeheader-57 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-57 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-57 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-57 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-57 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-57 .block-cart .shoppingcart-box .table > thead > tr > th {
  border: none;
}
.typeheader-57 ul.top-link {
  list-style: none;
  margin: 0;
  float: right;
}
.typeheader-57 ul.top-link > li {
  float: left;
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  border-left: 1px solid #333;
  font-size: 12px;
}
.typeheader-57 ul.top-link > li i {
  padding-right: 5px;
}
.typeheader-57 ul.top-link > li.language {
  min-height: 23px;
}
.typeheader-57 ul.top-link > li .fa-caret-down {
  font-size: 12px;
}
.typeheader-57 ul.top-link > li > a {
  font-size: 12px;
  color: #898989;
  line-height: 40px;
}
.typeheader-57 ul.top-link > li > a:hover {
  color: #fff;
}
.typeheader-57 ul.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
.typeheader-57 .welcome-msg {
  line-height: 40px;
}
.typeheader-57 .lang-curr {
  float: right;
}
.typeheader-57 .lang-curr > li {
  float: left;
  padding: 0;
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
}
.typeheader-57 .lang-curr > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #818181;
  top: 14px;
  left: 0;
}
.typeheader-57 .lang-curr > li.currency:before {
  display: none;
}
.typeheader-57 .lang-curr > li .btn-group {
  padding: 0;
}
.typeheader-57 .lang-curr > li .btn-group .btn-link {
  padding: 0;
  line-height: 40px;
  padding-right: 0;
  border: none;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
}
.typeheader-57 .lang-curr > li .dropdown-menu {
  left: auto;
  right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .typeheader-57 .lang-curr > li .dropdown-menu img {
    position: relative;
    top: -2px;
  }
}
.typeheader-57 .navbar-logo .logo {
  margin-top: 2px;
}
.typeheader-57 .help-icon {
  margin-right: 48px;
  float: left;
}
.typeheader-57 .help-icon span {
  color: #262626;
  margin-left: 6px;
}
.typeheader-57 div.banner57 {
  float: left;
}
.typeheader-57 .searchbox {
  position: absolute;
  top: 35px;
  left: 0px;
  margin-right: 0;
  padding: 0;
  width: 212px;
  border: none;
}
.typeheader-57 .searchbox .search {
  display: none;
}
.typeheader-57 #sosearchpro .dropdown-menu .media-body .box-price span {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
}
.typeheader-57 .search-header-w {
  float: left;
  padding: 0px 0;
  margin-top: 2px;
  position: relative;
  /*=====SEARCH ======*/
}
.typeheader-57 .search-header-w .icon-search {
  cursor: pointer;
}
.typeheader-57 .search-header-w .icon-search i {
  font-size: 19px;
  margin-right: 8px;
}
.typeheader-57 .search-header-w .icon-search span {
  color: #262626;
  text-transform: capitalize;
}
 
.typeheader-57 .search-header-w #sosearchpro {
  padding: 0;
  width: 100%;
}
.typeheader-57 .search-header-w #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 3px;
}
.typeheader-57 .search-header-w #sosearchpro .search .select_category {
  border: none;
  border-right: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 22%;
}
.typeheader-57 .search-header-w #sosearchpro .search .select_category select {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 12px;
  padding: 0 15px;
}
.typeheader-57 .search-header-w #sosearchpro .search .select_category select:hover {
  cursor: pointer;
}
.typeheader-57 .search-header-w #sosearchpro .search .select_category.icon-select:after {
  color: #999;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
  right: 0;
  left: auto;
}
.typeheader-57 .search-header-w #sosearchpro .search .input-group-btn {
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.typeheader-57 .search-header-w #sosearchpro .search .search {
  width: 200px;
}
.typeheader-57 .search-header-w #sosearchpro .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  border-radius: 0;
  background: transparent;
}
.typeheader-57 .search-header-w #sosearchpro .search button i {
  font-size: 16px;
  color: #444;
}
.typeheader-57 .search-header-w #sosearchpro .search button span {
  display: none;
}
.typeheader-57 .search-header-w #sosearchpro .search input {
  padding: 0 15px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
  z-index: 0;
  height: 32px;
  font-size: 12px;
  width: 100%;
  color: #999;
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
}
.typeheader-57 .search-header-w #sosearchpro .search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typeheader-57 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
  color: #999;
}
.typeheader-57 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
  color: #999;
}
.typeheader-57 .search-header-w #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-57 .main-menu-w {
  text-align: center;
}
.typeheader-57 .shopping_cart {
  float: right;
  position: relative;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart {
  position: relative;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  font-size: 18px;
  color: #252525;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  height: 40px;
  line-height: 40px;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  font-size: 14px;
  color: #262626;
  margin: 0;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
  display: none;
}
.typeheader-57 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 12px;
  color: #fff;
}
.typeheader-57 .shopping_cart .dropdown-menu {
  top: 100%;
  right: -15px;
  left: auto;
  color: #666;
}
.typeheader-57 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-57 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-57 .megamenu-pattern .container {
  width: auto;
}
@media (min-width: 992px) {
  .typeheader-57 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 40px;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
.typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a {
  line-height: 100%;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding: 25px 0;
  position: relative;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }
}
.typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a .caret {
  display: none;
}
.typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 500;
}
.typeheader-57 .container-megamenu.horizontal ul.megamenu > li > a strong img {
  display: none;
}
@media (min-width: 992px) {
  .typeheader-57 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-57 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-57 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
    width: 100%;
  }
  .typeheader-57 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-57 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-57 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.typeheader-57 .header-bottom, .typeheader-57 .header-top {
  background: #fff;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
.typeheader-57 .header-top {
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
  padding: 20px 49px;
}
.typeheader-57 .header-top .top-left {
  margin-top: 5px;
}
.common-home .typeheader-57 .header-bottom {
  border-bottom: none;
}
/*====================update opencart4===================*/
.typeheader-57 .setting .box-lang-cunrent .btn-group {
  display: block;
}
.typeheader-57 .setting .box-lang-cunrent .btn-group button {
  border: none;
}
.typeheader-57 .search-header-w #sosearchpro .search .select_category {
  display: none;
}
/*==================== Redesigned layout overrides ===================*/
.header-ticker {
  background-color: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
}
.ticker-content {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-scroll 35s linear infinite;
}
.ticker-content span {
  display: inline-block;
  padding-right: 60px;
  font-size: 11.47px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
}
@keyframes ticker-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.typeheader-57 {
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  position: relative;
  z-index: 999 !important;
  animation: headerSlideDown 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.typeheader-57 .header-main {
  padding: 12px 45px;
  background: #fff;
}
.typeheader-57 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.typeheader-57 .header-left {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  margin-right: 35px;
}
.typeheader-57 .header-left .logo {
  margin: 0;
}
.typeheader-57 .header-left .logo a {
  display: inline-block;
}
.typeheader-57 .header-left .logo img {
  max-height: 34px !important;
  width: auto;
  object-fit: contain;
}
.typeheader-57 .header-left .main-menu-w {
  display: flex;
  align-items: center;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li {
  float: none !important;
  display: inline-block !important;
  margin: 0 !important;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li > a {
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #222;
  text-transform: uppercase;
  background: transparent;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li > a:after {
  content: "" !important;
  position: absolute !important;
  bottom: -6px !important;
  left: 0 !important;
  width: 0% !important;
  height: 1px !important;
  transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  display: block !important;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li > a:before {
  display: none !important;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li > a:hover:after {
  width: 100% !important;
}
.typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
  width: 100% !important;
}
.typeheader-57 .header-search {
  flex: 0 1 200px;
  margin: 0 20px;
  display: flex !important;
  align-items: center !important;
}
.typeheader-57 .header-search #sosearchpro {
  padding: 0;
  margin: 0;
  width: 100%;
}
.typeheader-57 .header-search #sosearchpro .select_category {
  display: none !important;
}
.typeheader-57 .header-search #sosearchpro .search {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #c0c0c0 !important;
  border-radius: 25px !important;
  padding: 0 12px !important;
  height: 32px !important;
  background: #fff !important;
  position: relative !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.typeheader-57 .header-search #sosearchpro .search:focus-within {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05) !important;
}
.typeheader-57 .header-search #sosearchpro .search input.autosearch-input {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 100% !important;
  padding: 0 !important;
  font-size: 11px !important;
  color: #222 !important;
  width: 100% !important;
  margin: 0 !important;
  padding-right: 25px !important;
  outline: none !important;
}
.typeheader-57 .header-search #sosearchpro .search input.autosearch-input::placeholder {
  color: #777 !important;
}
.typeheader-57 .header-search #sosearchpro .search .input-group-btn {
  width: auto !important;
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  z-index: 10;
}
.typeheader-57 .header-search #sosearchpro .search button.button-search,
.typeheader-57 .header-search #sosearchpro .search button.btn-search {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #222 !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.typeheader-57 .header-search #sosearchpro .search button.button-search:hover,
.typeheader-57 .header-search #sosearchpro .search button.btn-search:hover {
  background: transparent !important;
}
.typeheader-57 .header-search #sosearchpro .search button.button-search i,
.typeheader-57 .header-search #sosearchpro .search button.btn-search i {
  font-size: 13px !important;
  color: #222 !important;
}
.typeheader-57 .header-search #sosearchpro .search button.button-search span,
.typeheader-57 .header-search #sosearchpro .search button.btn-search span {
  display: none !important;
}
.typeheader-57 .header-right-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.typeheader-57 .header-right-icons .icon-item {
  position: relative;
  display: flex;
  align-items: center;
}
.typeheader-57 .header-right-icons .icon-item .icon-link i, .typeheader-57 .header-right-icons .icon-item #cart .top_cart .icon-c i {
  display: none !important;
}
.typeheader-57 .header-right-icons .icon-item .icon-link:before, .typeheader-57 .header-right-icons .icon-item #cart .top_cart .icon-c:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #222;
  transition: background-color 0.2s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  vertical-align: middle;
}
.typeheader-57 .header-right-icons .icon-item .icon-link:hover:before, .typeheader-57 .header-right-icons .icon-item #cart .top_cart:hover .icon-c:before {
  transform: translateY(-3px) scale(1.15) !important;
}
.typeheader-57 .header-right-icons .account-item .icon-link:before {
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.typeheader-57 .header-right-icons .wishlist-item .icon-link:before {
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.typeheader-57 .header-right-icons .cart-item #cart .top_cart .icon-c:before {
  -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'%3E%3C/path%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'%3E%3C/path%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100% !important;
  right: 0;
  left: auto;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 8px !important;
  padding: 8px 0;
  background: #fff;
  z-index: 9999 !important;
  min-width: 170px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu:before {
  content: "" !important;
  position: absolute !important;
  top: -15px !important;
  left: 0 !important;
  right: 0 !important;
  height: 15px !important;
  background: transparent !important;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: none !important;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li a {
  padding: 8px 20px !important;
  font-size: 13px !important;
  color: #333 !important;
  display: block !important;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: normal !important;
  text-decoration: none !important;
  background: transparent !important;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li a:hover {
  background-color: #f7f7f7 !important;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li.switcher-item {
  padding: 8px 20px !important;
  font-size: 13px !important;
  color: #333 !important;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li.switcher-item .btn-group {
  display: inline-block !important;
  width: 100%;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu li.switcher-item .btn-group .dropdown-toggle {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
  color: #333 !important;
  text-transform: uppercase;
  font-weight: 500;
}
.typeheader-57 .header-right-icons .account-item .dropdown-menu .dropdown-divider,
.typeheader-57 .header-right-icons .account-item .dropdown-menu li:empty,
.typeheader-57 .header-right-icons .account-item .dropdown-menu li.switcher-item:empty {
  display: none !important;
}
.typeheader-57 .header-right-icons .account-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100% !important;
  margin-top: 8px !important;
}
.typeheader-57 .header-right-icons .cart-item #cart {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.typeheader-57 .header-right-icons .cart-item #cart .shopcart-inner {
  display: none !important;
}
.typeheader-57 .header-right-icons .cart-item #cart .top_cart {
  display: flex !important;
  align-items: center;
  padding: 0;
  background: transparent;
  border: none;
}
.typeheader-57 .header-right-icons .cart-item #cart .top_cart.dropdown-toggle::after {
  display: none !important;
}
.typeheader-57 .header-right-icons .cart-item #cart .top_cart .shopcart {
  display: flex;
  align-items: center;
}
.typeheader-57 .header-right-icons .cart-item #cart .top_cart .icon-c {
  width: auto;
  height: auto;
  line-height: normal;
  background: none;
  display: flex;
  align-items: center;
}
.typeheader-57 .header-right-icons .cart-item #cart .dropdown-toggle {
  position: relative;
}
.typeheader-57 .header-right-icons .cart-item #cart #mini-cart-total, .typeheader-57 .header-right-icons .cart-item #cart #cart-total {
  display: block;
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d5271c;
  color: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  font-weight: bold;
}

/* ==========================================================================
   Modern Mini-Cart Dropdown & Button Overrides (Figma/Premium Aesthetic)
   ========================================================================== */
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box,
header.typeheader-57 .shoppingcart-box,
header.typeheader-57 .header-right-icons .cart-item #cart .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 15px;
  z-index: 999999;
  border: 1px solid #e5e5e5;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
  min-width: 330px;
  transform: none;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table,
header.typeheader-57 .shoppingcart-box table.table {
  background: transparent;
  margin-bottom: 0;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table tr,
header.typeheader-57 .shoppingcart-box table.table tr {
  background: transparent;
  border-bottom: 1px solid #f2f2f2;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table td,
header.typeheader-57 .shoppingcart-box table.table td {
  background: transparent;
  border: none;
  padding: 10px 6px;
  vertical-align: middle;
  font-size: 13px;
  color: #222222;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table td a,
header.typeheader-57 .shoppingcart-box table.table td a {
  color: #111111;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table td a:hover,
header.typeheader-57 .shoppingcart-box table.table td a:hover {
  color: #000000;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box table.table .img-thumbnail,
header.typeheader-57 .shoppingcart-box table.table .img-thumbnail {
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 2px;
  max-width: 50px;
}

/* Remove/Trash Button in Cart Dropdown */
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .btn-danger,
header.typeheader-57 .shoppingcart-box .btn-danger {
  background: transparent;
  border: none;
  color: #999999;
  box-shadow: none;
  padding: 4px;
  transition: color 0.2s ease;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .btn-danger:hover,
header.typeheader-57 .shoppingcart-box .btn-danger:hover {
  color: #d5271c;
  background: transparent;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .btn-danger i,
header.typeheader-57 .shoppingcart-box .btn-danger i {
  font-size: 14px;
  color: inherit;
}

/* Checkout / View Cart Action Group */
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout,
header.typeheader-57 .shoppingcart-box .checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
  float: none;
  width: 100%;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout a,
header.typeheader-57 .shoppingcart-box .checkout a,
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout .btn,
header.typeheader-57 .shoppingcart-box .checkout .btn {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0;
  float: none;
}

/* View Cart Button (Dark Charcoal) */
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout a.btn-view-cart,
header.typeheader-57 .shoppingcart-box .checkout a.btn-view-cart,
header.typeheader-57 .shoppingcart-box .checkout a[href*="checkout/cart"] {
  background: #2b3036;
  color: #ffffff;
  border: 1px solid #2b3036;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout a.btn-view-cart:hover,
header.typeheader-57 .shoppingcart-box .checkout a.btn-view-cart:hover,
header.typeheader-57 .shoppingcart-box .checkout a[href*="checkout/cart"]:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Checkout Button (Solid Black) */
header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout a.btn-checkout,
header.typeheader-57 .shoppingcart-box .checkout a.btn-checkout,
header.typeheader-57 .shoppingcart-box .checkout a[href*="checkout/checkout"] {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

header.typeheader-57 #cart .dropdown-menu.shoppingcart-box .checkout a.btn-checkout:hover,
header.typeheader-57 .shoppingcart-box .checkout a.btn-checkout:hover,
header.typeheader-57 .shoppingcart-box .checkout a[href*="checkout/checkout"]:hover {
  background: #222222;
  color: #ffffff;
  border-color: #222222;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .typeheader-57 .header-main {
    padding: 15px 15px;
  }
  .typeheader-57 .header-container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .typeheader-57 .header-left {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }
  .typeheader-57 .header-left .main-menu-w {
    display: none !important;
  }
  .typeheader-57 .header-search {
    order: 3;
    flex: 1 1 100%;
    margin: 0;
  }
  .typeheader-57 .header-right-icons {
    gap: 16px;
  }
}

/* Modtitle & Subtitle Layout (Clean High-Specificity Selectors) */
html body.layout-57 #content .module,
html body .module.so-extraslider-ltr,
html body .module.dev-extraslider57 {
  position: relative;
  padding-top: 15px;
}

html body.layout-57 #content .module h3.modtitle,
html body .module h3.modtitle {
  padding-top: 45px;
  text-align: left !important;
  margin-bottom: 6px !important;
  letter-spacing: -0.3px;
}

html body.layout-57 #content .module h3.modtitle a,
html body.layout-57 #content .module h3.modtitle span,
html body .module h3.modtitle a,
html body .module h3.modtitle span {  
  font-weight: 300 !important;
  font-size: 30px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;color: #171717;
}

html body.layout-57 #content .module h3.modtitle:after,
html body .module h3.modtitle:after {
  display: none;
  content: none;
}

/* Pre-text (Just Landed - Subtitle under title) */
html body.layout-57 #content .module > .form-group:first-of-type,
html body.layout-57 #content .module .pre-text,
html body .module > .form-group:first-of-type,
html body .module .pre-text {
  font-size: 12px;
  color: #737373;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  top: auto;
  right: auto;
  font-family: "Inter", sans-serif;
}

/* Post-text (VIEW ALL - Top Right aligned) */
html body.layout-57 #content .module .modcontent + .form-group,
html body.layout-57 #content .module > .form-group:last-of-type,
html body.layout-57 #content .module .post-text,
html body .module .modcontent + .form-group,
html body .module > .form-group:last-of-type,
html body .module .post-text {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 5;
}

html body.layout-57 #content .module .modcontent + .form-group,
html body.layout-57 #content .module .modcontent + .form-group a,
html body.layout-57 #content .module > .form-group:last-of-type,
html body.layout-57 #content .module > .form-group:last-of-type a,
html body.layout-57 #content .module .post-text,
html body.layout-57 #content .module .post-text a,
html body .module .modcontent + .form-group,
html body .module .modcontent + .form-group a,
html body .module > .form-group:last-of-type,
html body .module > .form-group:last-of-type a,
html body .module .post-text,
html body .module .post-text a {
  cursor: pointer;
  padding-top: 12px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

/* Simple VIEW ALL Hover Animation */
html body.layout-57 #content .module .modcontent + .form-group:hover,
html body.layout-57 #content .module .modcontent + .form-group a:hover,
html body.layout-57 #content .module > .form-group:last-of-type:hover,
html body.layout-57 #content .module > .form-group:last-of-type a:hover,
html body.layout-57 #content .module .post-text:hover,
html body.layout-57 #content .module .post-text a:hover,
html body .module .modcontent + .form-group:hover,
html body .module .modcontent + .form-group a:hover,
html body .module > .form-group:last-of-type:hover,
html body .module > .form-group:last-of-type a:hover,
html body .module .post-text:hover,
html body .module .post-text a:hover {
  color: #000000;
  letter-spacing: 1.8px;
  transform: translateX(4px);
  text-underline-offset: 6px;
}

/* Hero Banner Slider Pagination Dots (Modern Horizontal Bar / Dash Style - Image 2) */
.module.sohomepage-slider .owl2-controls {
  position: absolute !important;
  bottom: 25px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  z-index: 10 !important;
  height: auto !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  top: auto !important;
  bottom: auto !important;
  position: relative !important;
  border: none !important;
  background: transparent !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot {
  display: inline-block !important;
  width: 15px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 1px !important;
  background: inherit !important;
  border: none !important;
  margin: 0 !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active {
  width: 35px !important;
  height: 3px !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  border: none !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span {
  background: #ffffff !important;
  border-radius: 2px !important;
  border: none !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.module.sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover span {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* Hero Banner Overlay Content Styling (Image 2 style) */
.module.sohomepage-slider .so-homeslider .item {
  position: relative !important;
  overflow: hidden !important;
}

.module.sohomepage-slider .sohomeslider-description,
.module.sohomepage-slider .owl2-item .sohomeslider-description,
.module.sohomepage-slider .owl2-item.active .sohomeslider-description {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 50% !important;
  left: 80px !important;
  transform: translateY(-50%) !important;
  z-index: 99 !important;
  color: #ffffff !important;
  max-width: 600px !important;
  text-align: left !important;
  pointer-events: auto !important;
}

.module.sohomepage-slider .sohomeslider-description .sub-title {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin-bottom: 12px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.module.sohomepage-slider .sohomeslider-description h2 {
  font-size: 52px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  display: block;
  visibility: visible;
  opacity: 1;
}

.module.sohomepage-slider .sohomeslider-description p,
.module.sohomepage-slider .sohomeslider-description .banner-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  margin-bottom: 28px;
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Banner Buttons Group */
.module.sohomepage-slider .sohomeslider-description .btn-group-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  visibility: visible;
  opacity: 1;
}

/* GRAB DEALS Button */
.module.sohomepage-slider .sohomeslider-description a.btn-primary-banner {
  display: inline-block;
  background: #ffffff;
  color: #111111;
  padding: 14px 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.module.sohomepage-slider .sohomeslider-description a.btn-primary-banner:hover {
  background: #f0f0f0;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* VIEW ALL Secondary Link Button */
.module.sohomepage-slider .sohomeslider-description a.btn-secondary-banner {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}

.module.sohomepage-slider .sohomeslider-description a.btn-secondary-banner:hover {
  color: #ffffff;
  letter-spacing: 2px;
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .module.sohomepage-slider .sohomeslider-description,
  .module.sohomepage-slider .owl2-item .sohomeslider-description {
    left: 25px;
    max-width: 85%;
  }
  .module.sohomepage-slider .sohomeslider-description h2 {
    font-size: 28px;
  }
}

/* Fashion Brand Story Button Wrapper - Remove Margin */

/* ==========================================================================
   PRODUCT GRID LEFT ALIGNMENT & BLACK PRICE OVERRIDES (HIGH SPECIFICITY)
   ========================================================================== */
html body .products-list .product-grid .product-item-container,
html body .so-extraslider .products-list .product-grid .product-item-container,
html body .product-layout .product-item-container {
    background-color: #ffffff !important;
    text-align: left !important;
    border: none !important;
}

html body .products-list .product-grid .product-item-container .right-block,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block,
html body .product-layout .product-item-container .right-block {
    text-align: left !important;
    background-color: #ffffff !important;
    padding: 12px 25px !important;
}

html body .products-list .product-grid .product-item-container .right-block h4,
html body .products-list .product-grid .product-item-container .right-block h4 a,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block h4 a,
html body .product-layout .product-item-container .right-block h4 a {
    text-align: left ;
    color: #171717 ;
    font-size: 15px;
    font-weight: 200 ;
    text-decoration: none ;
}

html body .products-list .product-grid .product-item-container .right-block .price,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block .price,
html body .product-layout .product-item-container .right-block .price {
    padding-top: 6px;
}

html body .products-list .product-grid .product-item-container .right-block .price .price-new,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block .price .price-new,
html body .product-layout .product-item-container .right-block .price .price-new,
html body .products-list .product-grid .product-item-container .right-block .price span {
    color: #171717 !important; 
    font-weight: 500; 
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

html body .products-list .product-grid .product-item-container .right-block .price .price-old,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block .price .price-old,
html body .product-layout .product-item-container .right-block .price .price-old {
    color: #999999 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.define-urself h2.iar-scroll-item.iar-visible {
    font-family: "Asta Sans", sans-serif;
    color: #0000008C !important;
    font-weight: 500 !important;
    font-size: 30px !important;
}
/* ==========================================================================
   FASHION BRAND STORY SECTION STYLES (THEME 57)
   ========================================================================== */
.fashion-brand-story {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Outfit', sans-serif;
}

.fashion-brand-story .fashion-header {
  text-align: left;
  margin-bottom: 20px;
}

.fashion-brand-story .fashion-title {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.fashion-brand-story .fashion-description {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  font-weight: 400;
}

.fashion-brand-story .fashion-description p {
  margin-bottom: 18px;
}

.fashion-brand-story .fashion-description p:last-child {
  margin-bottom: 0;
}

.fashion-brand-story .fashion-divider {
  width: 80px;
  height: 1.5px;
  background-color: #111111;
  margin: 24px auto;
  display: inline-block;
}

.fashion-brand-story .fashion-grid {
  margin: 10px auto;
  max-width: 1000px;
}

.fashion-brand-story .fashion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.fashion-brand-story .fashion-icon-box {
  width: 110px;
  height: 110px;
  border: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-sizing: border-box;
}

.fashion-brand-story .fashion-icon-box svg {
  width: 42px;
  height: 42px;
  color: #111111;
  stroke: #111111;
  stroke-width: 1.5px;
  fill: none;
  transition: transform 0.3s ease;
}

.fashion-brand-story .fashion-item:hover .fashion-icon-box {
  border-color: #111111;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.fashion-brand-story .fashion-item:hover .fashion-icon-box svg {
  transform: scale(1.08);
}

.fashion-brand-story .fashion-label {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  text-align: center;
  margin: 12px 0 0 0;
  letter-spacing: 0;
}


.fashion-brand-story .fashion-story-btn-wrapper {
  margin: 35px auto 30px auto;
}

.fashion-brand-story .fashion-story-btn {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
  transition: color 0.3s ease;
}

.fashion-brand-story .fashion-story-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  transition: height 0.2s ease, transform 0.3s ease;
}

.fashion-brand-story .fashion-story-btn:hover {
  color: #000000;
}

.fashion-brand-story .fashion-story-btn:hover::after {
  transform: scaleX(1.05);
}

/* Responsive Design */
@media (max-width: 767px) {
  .fashion-brand-story {
    padding: 50px 0;
  }
  
  .fashion-brand-story .fashion-title {
    font-size: 28px;
  }
  
  .fashion-brand-story .fashion-icon-box {
    width: 95px;
    height: 95px;
  }
  
  .fashion-brand-story .fashion-icon-box svg {
    width: 32px;
    height: 32px;
  }
}

/* ==========================================================================
   FEATURED THIS WEEK SECTION STYLES (THEME 57 - FIGMA EXACT MATCH)
   ========================================================================== */
.featured-week-section {
  padding: 65px 0;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
}

/* Tabs Styling */
.featured-week-section .featured-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  padding-left: 30px;
}

.featured-week-section .tab-btn {
  padding: 0px 8px;
  border: 1px solid #333333;
  background: transparent;
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 9px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
  border-radius: 0;
}

.featured-week-section .tab-btn.active {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.featured-week-section .tab-btn:hover:not(.active) {
  border-color: #777777;
}

/* Row & Column Layout Alignment */
.featured-week-section .featured-content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Left Column */
.featured-week-section .column-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
}

.featured-week-section .featured-text-block {
  padding-right: 0;
}

.featured-week-section .lightning-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #888888;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.featured-week-section .lightning-icon {
  width: 12px;
  height: 12px;
  color: #888888;
}

.featured-week-section .featured-title {
  font-size: 52px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.08;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  font-family: 'Outfit', sans-serif;
}

.featured-week-section .featured-subtitle {
  font-size: 15px;
  color: #888888;
  line-height: 1.4;
  margin: 0 0 32px 0;
  font-weight: 400;
}

.featured-week-section .btn-group-horizontal {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

.featured-week-section .btn-primary-white {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  border-radius: 0;
}

.featured-week-section .btn-primary-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.featured-week-section .btn-outline-white {
  background-color: transparent;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #333333;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  border-radius: 0;
}

.featured-week-section .btn-outline-white:hover {
  border-color: #ffffff;
}

.featured-week-section .trending-tag {
  font-size: 10px;
  color: #666666;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.featured-week-section .btn-outline-small {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.12em;
  padding: 10px 20px;
  border: 1px solid #333333;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  width: fit-content;
  font-weight: 600;
  border-radius: 0;
}

.featured-week-section .btn-outline-small:hover {
  border-color: #ffffff;
}

/* Middle Column */
.featured-week-section .column-middle {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.featured-week-section .featured-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  width: 100%;
}

.featured-week-section .featured-image {
  width: 96%;
  height: 90%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
  transition: transform 0.6s ease;
}

.featured-week-section .featured-image-wrapper:hover .featured-image {
  transform: scale(1.03);
}

.featured-week-section .items-badge {
  position: absolute;
  top: 14px;
  right: 25px;
  background-color: #ffffff;
  color: #000000;
  font-size: 9px;
  font-weight: 700;
  padding: 5px 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-week-section .middle-caption-block {
  margin-top: 16px;
  text-align: left;
}

.featured-week-section .image-caption {
  font-size: 13px;
  color: #888888;
  margin: 0 0 14px 0;
  font-weight: 400;
}

.featured-week-section .btn-outline-wide {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
}

.featured-week-section .btn-outline-wide:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Right Column (Impact Card - Exact Figma Match) */
.featured-week-section .column-right {
  display: flex;
  flex-direction: column;
}

.featured-week-section .impact-card {
  background-color: #18181B;
  border: 1px solid #27272A;
  padding: 45px 32px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.featured-week-section .impact-title {
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 10px 0;
  letter-spacing: -0.01em;
}

.featured-week-section .impact-subtitle {
  font-size: 13px;
  color: #71717A;
  margin: 0 0 45px 0;
  line-height: 1.45;
  max-width: 220px;
}

.featured-week-section .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  width: 100%;
}

.featured-week-section .stat-item {
  text-align: center;
}

.featured-week-section .stat-number {
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.featured-week-section .stat-label {
  font-size: 9px;
  color: #71717A;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Responsive styling */
@media (max-width: 991px) {
  .featured-week-section .featured-content-grid > div {
    width: 100% !important;
    margin-bottom: 40px;
    padding-right: 15px;
  }
  .featured-week-section .featured-content-grid > div:last-child {
    margin-bottom: 0;
  }
  .featured-week-section .featured-title {
    font-size: 40px;
  }
  .featured-week-section .impact-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .featured-week-section {
    padding: 40px 0;
  }
  .featured-week-section .featured-tabs {
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .featured-week-section .featured-tabs::-webkit-scrollbar {
    display: none;
  }
  .featured-week-section .tab-btn {
    padding: 8px 16px;
    font-size: 10px;
  }
  .featured-week-section .btn-group-horizontal {
    flex-direction: column;
    gap: 8px;
  }
}

/* YouTube Video Section Margin Top & Column Zero Padding Reset */
#h15-section-style5,
section#h15-section-style5,
.h15-section-style5 {
  margin-top: 86px !important;
}

.col_go6q,
section#h15-section-style5 .col_go6q,
div.col_go6q.col-style,
div.col_go6q {
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   THEME 57 WISHLIST PAGE & HEADER/FOOTER SUPPRESSION
   ========================================================= */

/* 1. Hide main site header and footer on Wishlist page for Theme 57 */
body:has(#account-wishlist) #header,
body:has(#account-wishlist) header#header,
body.header-57:has(#account-wishlist) #header,
body.layout-57:has(#account-wishlist) #header,
header.typeheader-57:has(~ #account-wishlist),
body:has(#account-wishlist) footer,
body:has(#account-wishlist) .typefooter-57,
body.footer-57:has(#account-wishlist) footer,
body.layout-57:has(#account-wishlist) footer {
  display: none !important;
}

/* 2. Standalone Wishlist Outer Page Container */
#account-wishlist.theme57-wishlist-page {
  padding: 30px 40px 60px 40px;
  background: #ffffff;
  min-height: 100vh;
  font-family: 'Outfit', sans-serif;
}

/* 3. Wishlist Top Header Navigation Bar */
.theme57-wishlist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  min-height: 50px;
}

.theme57-wishlist-back {
  font-size: 18px;
  color: #111111;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.theme57-wishlist-header-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: auto;
}

.theme57-wishlist-header-title h1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 4px 0;
}

.theme57-wishlist-count {
  font-size: 13px;
  color: #777777;
  font-weight: 400;
}

.theme57-wishlist-share a {
  font-size: 18px;
  color: #111111;
  text-decoration: none;
}

/* 4. Green Savings Banner */
.theme57-wishlist-promo-banner {
  background: #e8f8f0;
  color: #111111;
  text-align: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 35px;
  border-radius: 4px;
}

.theme57-wishlist-promo-banner strong.green-text {
  color: #0d8a4e;
}

/* 5. 6-Column Grid & Card Styling */
.theme57-wishlist-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.theme57-wishlist-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.theme57-wishlist-card {
  background: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 270px;
  margin: 0 auto;
}

/* 6. Image Container & Aspect Ratio */
.theme57-wishlist-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 115%;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
}

.theme57-wishlist-img-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.theme57-wishlist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 7. Discount Badge */
.theme57-wishlist-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  color: #111111;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  line-height: 1;
  z-index: 2;
}

/* 8. Out of Stock Dark Overlay & Center White Badge */
.theme57-wishlist-image-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  pointer-events: none;
}

.theme57-wishlist-out-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

/* 9. Details & Typography */
.theme57-wishlist-details {
  padding: 14px 4px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.theme57-wishlist-sublabel {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.theme57-wishlist-title {
  margin: 0 0 8px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.theme57-wishlist-title a {
  color: #111111;
  text-decoration: none;
  font-weight: 450;
}

.theme57-wishlist-price-box {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.theme57-wishlist-price {
  font-weight: 500;
  color: #111111;
  font-size: 14px;
}

.theme57-wishlist-oldprice {
  color: #aaaaaa;
  font-size: 12px;
  text-decoration: line-through;
}

/* 10. Solid Black ADD TO BAG Action Button */
.theme57-wishlist-addbag {
  width: 100%;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 12px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  margin-top: auto;
  text-decoration: none;
}

.theme57-wishlist-addbag:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
}

.theme57-wishlist-addbag.out-of-stock {
  background: #e5e5e5;
  color: #888888;
  border-color: #e5e5e5;
  cursor: not-allowed;
}

/* =========================================================
   THEME 57 SEARCH PAGE STYLES (MATCHING FIGMA IMAGES 1 & 2)
   ========================================================= */

.theme57-search-page {
  padding: 30px 40px 60px 40px;
  background: #ffffff;
  min-height: 100vh;
  font-family: 'Outfit', sans-serif;
}

.theme57-search-topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}

.theme57-search-back {
  font-size: 20px;
  color: #111111;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.theme57-search-input-wrap {
  flex-grow: 1;
  position: relative;
}

.theme57-search-input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  color: #111111;
  outline: none;
  background: #fafafa;
  transition: all 0.2s ease;
}

.theme57-search-input:focus {
  background: #ffffff;
  border-color: #111111;
}

.theme57-search-section-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 16px;
}

.theme57-quick-filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.theme57-quick-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme57-quick-filter-btn:hover {
  border-color: #111111;
  color: #111111;
  background: #f9f9f9;
}

.theme57-popular-cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .theme57-popular-cats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.theme57-cat-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 220px;
  display: block;
  text-decoration: none;
}

.theme57-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.theme57-cat-card:hover img {
  transform: scale(1.05);
}

.theme57-cat-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.65) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #ffffff;
}

.theme57-cat-card-overlay h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.theme57-cat-card-overlay span {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}

.theme57-searches-trending-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .theme57-searches-trending-row {
    grid-template-columns: 1fr;
  }
}

.theme57-section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.theme57-clear-link {
  font-size: 12px;
  color: #888888;
  text-decoration: underline;
  cursor: pointer;
}

.theme57-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme57-recent-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}

.theme57-recent-item:hover {
  color: #111111;
  font-weight: 500;
}

.theme57-recent-item .remove-recent {
  color: #aaaaaa;
  font-size: 14px;
}

.theme57-trending-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme57-trending-tag {
  padding: 12px 22px;
  background: #f4f4f4;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.theme57-trending-tag:hover {
  background: #111111;
  color: #ffffff;
}

.theme57-search-empty-box {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 50px 20px;
  text-align: center;
  margin: 30px 0 50px 0;
}

.theme57-search-empty-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 20px auto;
  color: #cccccc;
}

.theme57-search-empty-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 8px 0;
}

.theme57-search-empty-box p {
  font-size: 13px;
  color: #777777;
  margin: 0 0 24px 0;
}

.theme57-browse-all-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111111;
  text-decoration: underline;
}

.theme57-badge-newdrop {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #111111;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
}

body:has(.theme57-search-page) #header,
body:has(.theme57-search-page) header#header,
body:has(.theme57-search-page) .typeheader-57,
body:has(.theme57-search-page) footer,
body:has(.theme57-search-page) footer#footer,
body:has(.theme57-search-page) .typefooter-57,
body:has(.theme57-search-page) .typefooter-24,
body:has(.theme57-search-page) .footer-container,
body:has(#product-search) footer,
body:has(#product-search) footer#footer,
body:has(#product-search) .typefooter-57,
body:has(#product-search) .typefooter-24,
body:has(#product-search) .footer-container,
.theme57-search-page .product-filter.filters-panel,
.theme57-search-page .view-mode,
.theme57-search-page .short-by-show {
  display: none !important;
}

/* Theme 57 Season's Top Picks Section (Figma Match) */
.theme57-toppicks-module,
.dev-extra-top-picks57,
.dev-extra-top_pics57 {
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  margin: 40px auto !important;
  padding: 0 15px !important;
}

.theme57-toppicks-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 25px !important;
}

.theme57-toppicks-title {
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.theme57-toppicks-explore {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #666 !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  letter-spacing: 0.5px !important;
  transition: opacity 0.2s ease !important;
}

.theme57-toppicks-explore:hover {
  color: #333333 !important;
  opacity: 0.8 !important;
}

/* Strict Equal Grid Gaps & Fixed Equal Column Widths for All Columns */
.theme57-toppicks-grid {
  display: grid !important;
  grid-template-columns: repeat(var(--cols-lg, 6), minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.theme57-toppicks-grid > * {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 1199px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-md, 4), minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 991px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-sm, 3), minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 767px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-xs, 2), minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 479px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-xxs, 1), minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

.theme57-toppicks-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Strict Equal Aspect-Ratio Image Height Container */
.theme57-toppicks-img-wrap {
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 130% !important; /* Fixed 3:4 ratio for ALL images */
  overflow: hidden !important;
  background: #f7f5f0 !important;
  border-radius: 0 !important;
  margin-bottom: 12px !important;
  box-sizing: border-box !important;
}

.theme57-toppicks-img-wrap a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.theme57-toppicks-img-wrap img,
.theme57-toppicks-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.3s ease !important;
}

.theme57-toppicks-card:hover .theme57-toppicks-img {
  transform: scale(1.03) !important;
}

.theme57-toppicks-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100% !important;
}

.theme57-toppicks-title-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 6px !important;
  width: 100% !important;
}

.theme57-toppicks-name {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important; /* Crucial for text truncation without pushing heart */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.theme57-toppicks-name a {
  color: #111111 !important;
  text-decoration: none !important;
}

.theme57-toppicks-heart {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important; /* Prevent heart icon from shrinking or hiding */
  width: 20px !important;
  height: 20px !important;
  transition: transform 0.2s ease !important;
}

.theme57-toppicks-heart:hover {
  transform: scale(1.15) !important;
  color: #e55353 !important;
}

.theme57-toppicks-cat {
  font-size: 12px !important;
  color: #777777 !important;
  font-weight: 400 !important;
  margin-top: 1px !important;
}

.theme57-toppicks-price-row {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 4px !important;
  font-size: 13px !important;
}

.theme57-toppicks-price {
  font-weight: 600 !important;
  color: #111111 !important;
}

.theme57-toppicks-oldprice {
  color: #999999 !important;
  font-size: 12px !important;
  text-decoration: line-through !important;
}

.theme57-toppicks-off {
  color: #e55353 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}so-categories .child-cat a,
.so-categories p,
.so-categories span,
.content-box .child-cat,
.content-box .child-cat a,
.content-box p,
.content-box span,
.cates57 .child-cat a,
.h57-section-style5 .cat-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
  z-index: 2 !important;
  position: relative !important;
  display: block !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}

/* 5. Button inside Category Cards (45+ STYLES, 85+ STYLES, 60+ STYLES, 55+ STYLES, 120+ STYLES) */
.shop-by-category .btn,
.shop-by-category a.btn,
.shop-by-category-section .btn,
.shop-by-category-section a.btn,
.theme57-shop-category-module .btn,
.h57-section-style5 .btn,
.cates57 .btn,
.so-categories .btn,
.cat-wrap .btn,
.content-box .btn,
.content-box button,
.content-box [class*="style"],
.content-box [class*="count"],
.cat-wrap [class*="style"],
.cat-wrap [class*="count"] {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 500;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 2px !important;
  padding: 6px 14px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4) !important;
  display: inline-block !important;
  z-index: 2 !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  font-family: "Inter", sans-serif !important;
}

.content-box .btn:hover,
.cat-wrap .btn:hover,
.shop-by-category .btn:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}
.h15-section-style5:before {
  background: transparent;
}
/* ============================================================
   THEME 57 FILTER SIDEBAR HEADER (ICON + FILTERS & CLEAR ALL)
   ============================================================ */

body.layout-57 .theme57-filter-header,
.theme57-filter-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 10px !important;
  border: none !important;
  background: transparent !important;
}

body.layout-57 .theme57-filter-title,
.theme57-filter-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1A1A1A !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.layout-57 .theme57-filter-icon,
.theme57-filter-icon {
  width: 15px !important;
  height: 15px !important;
  color: #111111 !important;
  flex-shrink: 0 !important;
}

body.layout-57 .theme57-clear-all-btn,
.theme57-clear-all-btn {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

body.layout-57 .theme57-clear-all-btn:hover,
.theme57-clear-all-btn:hover {
  color: #111111 !important;
  text-decoration: underline !important;
  background: transparent !important;
}

body.layout-57 .so_filter_wrap .modcontent > .btn_resetAll:not(.theme57-clear-all-btn),
.theme57-filter-wrap .modcontent > .btn_resetAll:not(.theme57-clear-all-btn) {
  display: none !important;
}

body.layout-57 .so-filter-content-opts,
.theme57-filter-wrap .so-filter-content-opts {
  padding-left: 8px !important;
}

/* ============================================================
   THEME 57 SIZE FILTER — PILL BOXES
   ============================================================ */

body.layout-57 .theme57-size-pills-wrap,
.theme57-size-pills-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  padding: 10px 0 6px 0 !important;
}

body.layout-57 .theme57-size-pill,
.theme57-size-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  user-select: none !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

body.layout-57 .theme57-size-pill:hover,
.theme57-size-pill:hover {
  border-color: #111111 !important;
  color: #111111 !important;
  background: #f7f7f7 !important;
}

body.layout-57 .theme57-size-pill.opt_active,
.theme57-size-pill.opt_active {
  border-color: #cc0000 !important;
  background: #cc0000 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}

body.layout-57 .theme57-size-pill.opt_active:hover,
.theme57-size-pill.opt_active:hover {
  border-color: #aa0000 !important;
  background: #aa0000 !important;
  color: #ffffff !important;
}

body.layout-57 .theme57-size-pill.opt_disable,
.theme57-size-pill.opt_disable {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* ============================================================
   THEME 57 FILTER COLOR SWATCHES (Color Dots)
   ============================================================ */

body.layout-57 .theme57-color-swatches-wrap,
.theme57-color-swatches-wrap {
  display: grid !important;
  grid-template-columns: repeat(5, 30px) !important;
  gap: 12px !important;
  max-width: 100% !important;
  padding: 12px 0 6px 0 !important;
}

body.layout-57 .theme57-color-swatch,
.theme57-color-swatch {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.layout-57 .theme57-color-dot,
.theme57-color-dot {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
}

body.layout-57 .theme57-color-swatch.opt_active .theme57-color-dot,
.theme57-color-swatch.opt_active .theme57-color-dot {
  border: 2px solid #ffffff !important;
  box-shadow: 0 0 0 1.5px #111111 !important;
}

body.layout-57 .theme57-color-swatch:hover .theme57-color-dot,
.theme57-color-swatch:hover .theme57-color-dot {
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
}

body.layout-57 .theme57-color-swatch.opt_active:hover .theme57-color-dot,
.theme57-color-swatch.opt_active:hover .theme57-color-dot {
  box-shadow: 0 0 0 1.5px #111111 !important;
}

body.layout-57 .theme57-color-swatch.opt_disable .theme57-color-dot,
.theme57-color-swatch.opt_disable .theme57-color-dot {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}

body.layout-57 .theme57-color-tick,
.theme57-color-tick {
  display: none !important;
}

/* White swatch - needs dark border */
body.layout-57 .theme57-color-dot[style*="white"],
body.layout-57 .theme57-color-dot[style*="#fff"],
.theme57-color-dot[style*="white"],
.theme57-color-dot[style*="#fff"] {
  border-color: #bbbbbb !important;
}

body.layout-57 .theme57-color-swatch.opt_active .theme57-color-dot[style*="white"],
.theme57-color-swatch.opt_active .theme57-color-dot[style*="white"] {
  box-shadow: 0 0 0 1.5px #111111 !important;
}

/* ============================================================
   THEME 57 PRICE RANGE SLIDER OVERRIDES (noUiSlider)
   ============================================================ */

/* 1. Track/Background Base */
body.layout-57 .theme57-filter-wrap .noUi-target,
.theme57-filter-wrap .noUi-target {
  background: #ebebeb !important;
  border: none !important;
  box-shadow: none !important;
  height: 3px !important;
  margin: 20px 10px 15px 10px !important;
  border-radius: 2px !important;
}

body.layout-57 .theme57-filter-wrap .noUi-base,
.theme57-filter-wrap .noUi-base {
  background: transparent !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Prevent origin elements from getting target margins and heights */
body.layout-57 .theme57-filter-wrap .noUi-origin,
.theme57-filter-wrap .noUi-origin {
  margin: 0 !important;
  height: 100% !important;
  border: none !important;
  box-shadow: none !important;
}

body.layout-57 .theme57-filter-wrap .noUi-origin.noUi-background,
.theme57-filter-wrap .noUi-origin.noUi-background {
  background: #ebebeb !important;
}

/* 2. Active Connect Bar */
body.layout-57 .theme57-filter-wrap .noUi-connect,
.theme57-filter-wrap .noUi-connect {
  background: #111111 !important;
  box-shadow: none !important;
  border-radius: 2px !important;
}

/* 3. Slider Handles */
body.layout-57 .theme57-filter-wrap .noUi-horizontal .noUi-handle,
.theme57-filter-wrap .noUi-horizontal .noUi-handle {
  position: absolute !important;
  width: 14px !important;
  height: 14px !important;
  left: -7px !important;
  right: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: #111111 !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.15s ease, background 0.15s ease !important;
}

/* Hover/Active states on handles */
body.layout-57 .theme57-filter-wrap .noUi-horizontal .noUi-handle:hover,
.theme57-filter-wrap .noUi-horizontal .noUi-handle:hover {
  transform: translateY(-50%) scale(1.15) !important;
}

/* Remove default inner stripes on handles */
body.layout-57 .theme57-filter-wrap .noUi-handle:before,
body.layout-57 .theme57-filter-wrap .noUi-handle:after,
.theme57-filter-wrap .noUi-handle:before,
.theme57-filter-wrap .noUi-handle:after {
  display: none !important;
}

/* Format Price inputs below slider to match premium typography */
body.layout-57 .theme57-filter-wrap .content_min_max,
.theme57-filter-wrap .content_min_max {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 15px !important;
}

body.layout-57 .theme57-filter-wrap .content_min_max .input_min,
body.layout-57 .theme57-filter-wrap .content_min_max .input_max,
.theme57-filter-wrap .content_min_max .input_min,
.theme57-filter-wrap .content_min_max .input_max {
  width: 48% !important;
  height: 36px !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  padding: 0 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  color: #111111 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

body.layout-57 .theme57-filter-wrap .content_min_max .input_min:focus,
body.layout-57 .theme57-filter-wrap .content_min_max .input_max:focus,
.theme57-filter-wrap .content_min_max .input_min:focus,
.theme57-filter-wrap .content_min_max .input_max:focus {
  border-color: #111111 !important;
  outline: none !important;
}

/* 4. Price Labels Above Slider */
body.layout-57 .theme57-price-labels,
.theme57-price-labels {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 12px !important;
  padding: 0 4px !important;
}

body.layout-57 .theme57-price-label-min,
body.layout-57 .theme57-price-label-max,
.theme57-price-label-min,
.theme57-price-label-max {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #666666 !important;
}

/* 5. Price Bracket Buttons Grid */
body.layout-57 .theme57-price-brackets,
.theme57-price-brackets {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 8px !important;
  margin-top: 20px !important;
  padding: 0 4px !important;
}

body.layout-57 .theme57-price-bracket-btn,
.theme57-price-bracket-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  cursor: pointer !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.layout-57 .theme57-price-bracket-btn:hover,
.theme57-price-bracket-btn:hover {
  border-color: #111111 !important;
  color: #111111 !important;
  background: #f8fafc !important;
}

body.layout-57 .theme57-price-bracket-btn.theme57-price-btn-active,
.theme57-price-bracket-btn.theme57-price-btn-active {
  border-color: #111111 !important;
  background: #f8fafc !important;
  color: #111111 !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}

/* ============================================================
   THEME 57 SORT BY RADIO BUTTONS
   ============================================================ */

body.layout-57 .theme57-sort-radio-wrap,
.theme57-sort-radio-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 10px 0 6px 0 !important;
}

body.layout-57 .theme57-sort-radio-label,
.theme57-sort-radio-label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  user-select: none !important;
  transition: color 0.2s ease !important;
}

body.layout-57 .theme57-sort-radio-label input[type="radio"],
.theme57-sort-radio-label input[type="radio"] {
  display: none !important; /* Hide native input */
}

body.layout-57 .theme57-radio-custom,
.theme57-radio-custom {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  border: 1.5px solid #d0d0d0 !important;
  background: #ffffff !important;
  position: relative !important;
  flex-shrink: 0 !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Checked State - Dark Circle */
body.layout-57 .theme57-sort-radio-label input[type="radio"]:checked + .theme57-radio-custom,
.theme57-sort-radio-label input[type="radio"]:checked + .theme57-radio-custom {
  border-color: #111111 !important;
  background: #111111 !important;
}

/* Inner white dot for checked state */
body.layout-57 .theme57-sort-radio-label input[type="radio"]:checked + .theme57-radio-custom::after,
.theme57-sort-radio-label input[type="radio"]:checked + .theme57-radio-custom::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
}

/* Hover effects */
body.layout-57 .theme57-sort-radio-label:hover,
.theme57-sort-radio-label:hover {
  color: #111111 !important;
}

body.layout-57 .theme57-sort-radio-label:hover .theme57-radio-custom,
.theme57-sort-radio-label:hover .theme57-radio-custom {
  border-color: #111111 !important;
}

/* ============================================================
   THEME 57 CATEGORY & OPTION FILTER PREMIUM CHECKBOXES
   ============================================================ */

/* 1. Header & Wrapper Spacing */
body.layout-57 .theme57-filter-wrap li[data-option="Subcategory"] .so-filter-heading-text span {
  font-weight: 700 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

body.layout-57 .theme57-filter-wrap .so-filter-content-opts-container {
  padding: 10px 0 15px 0 !important;
}

/* 2. Remove default layouts and pseudo checkboxes */
body.layout-57 .theme57-filter-wrap .so-filter-option-sub:before,
body.layout-57 .theme57-filter-wrap .so-filter-option-sub:after,
body.layout-57 .theme57-filter-wrap .so-filter-option:not(.theme57-size-pill):not(.theme57-color-swatch):before,
body.layout-57 .theme57-filter-wrap .so-filter-option:not(.theme57-size-pill):not(.theme57-color-swatch):after,
body.layout-57 .theme57-filter-wrap .option-count:before,
body.layout-57 .theme57-filter-wrap .option-count:after {
  display: none !important;
  content: none !important;
}

/* 3. Filter Option Item Layout */
body.layout-57 .theme57-filter-wrap .so-filter-option-sub,
body.layout-57 .theme57-filter-wrap .so-filter-option:not(.theme57-size-pill):not(.theme57-color-swatch) {
  display: block !important;
  width: 100% !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  float: none !important;
}

body.layout-57 .theme57-filter-wrap .so-option-container {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

/* 4. Custom Premium Checkbox */
body.layout-57 .theme57-filter-wrap .option-input {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  margin-right: 12px !important;
  padding: 0 !important;
  position: relative !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
  flex-shrink: 0 !important;
  float: none !important;
}

body.layout-57 .theme57-filter-wrap .opt-select.opt_active .option-input {
  background: #111111 !important;
  border-color: #111111 !important;
}

/* Hide default FontAwesome checkbox icons */
body.layout-57 .theme57-filter-wrap .option-input .fa-square-o {
  display: none !important;
}

/* Custom CSS Checkmark inside active checkbox */
body.layout-57 .theme57-filter-wrap .option-input .fa-check-square-o {
  display: block !important;
  font-size: 0 !important;
  width: 9px !important;
  height: 5px !important;
  border-left: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  transform: rotate(-45deg) translate(1px, -1px) !important;
}

/* 5. Label, Name & Thumbnail Image */
body.layout-57 .theme57-filter-wrap label {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444444 !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-grow: 1 !important;
}

body.layout-57 .theme57-filter-wrap .opt-select.opt_active label {
  color: #111111 !important;
  font-weight: 600 !important;
}

body.layout-57 .theme57-filter-wrap label img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover !important;
  border-radius: 3px !important;
  margin-right: 10px !important;
  border: 1px solid #eaeaea !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

/* 6. Product Counts on the Right */
body.layout-57 .theme57-filter-wrap .option-count {
  margin-left: auto !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  color: #999999 !important;
  display: inline-flex !important;
  align-items: center !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
}

body.layout-57 .theme57-filter-wrap .option-count span {
  display: inline-block !important;
  color: #999999 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

body.layout-57 .theme57-filter-wrap .option-count i.fa-times {
  display: none !important;
}

/* 7. Hover effects */
body.layout-57 .theme57-filter-wrap .opt-select.opt_enable:hover .option-input {
  border-color: #111111 !important;
}

body.layout-57 .theme57-filter-wrap .opt-select.opt_enable:hover label {
  color: #111111 !important;
}

/* Padding override for Theme 57 product card text content to prevent sticking to edges */
body.layout-57 .theme57-wishlist-details,
.theme57-wishlist-details {
  padding: 14px 14px !important;
}

/* SIZE CHART MODAL OVERLAY & CONTAINER */
.iar-sizechart-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 999999 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.iar-sizechart-modal-overlay.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.iar-sizechart-modal-container {
  background: #ffffff !important;
  border-radius: 12px !important;
  width: 95% !important;
  max-width: 800px !important;
  max-height: 90vh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15) !important;
  transform: scale(0.95) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.iar-sizechart-modal-overlay.active .iar-sizechart-modal-container {
  transform: scale(1) !important;
}

/* HEADER */
.iar-sizechart-modal-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 24px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.iar-sizechart-modal-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.iar-sizechart-modal-close {
  background: none !important;
  border: none !important;
  font-size: 26px !important;
  color: #666666 !important;
  cursor: pointer !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: color 0.2s !important;
}

.iar-sizechart-modal-close:hover {
  color: #111111 !important;
}

/* BODY */
.iar-sizechart-modal-body {
  padding: 24px !important;
  overflow-y: auto !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

/* PRODUCT PREVIEW */
.iar-sizechart-product-preview {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.iar-sizechart-product-img img {
  width: 52px !important;
  height: 68px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}

.iar-sizechart-product-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.iar-sizechart-product-name {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  margin-bottom: 2px !important;
}

.iar-sizechart-price-box {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.iar-sizechart-price-new {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.iar-sizechart-price-old {
  font-size: 12px !important;
  color: #999999 !important;
  text-decoration: line-through !important;
}

.iar-sizechart-discount {
  font-size: 12px !important;
  color: #4caf50 !important;
  font-weight: 600 !important;
}

.iar-sizechart-fit {
  font-size: 12px !important;
  color: #888888 !important;
}

/* CONTROL ROW & TOGGLE SWITCH */
.iar-sizechart-control-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.iar-sizechart-control-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.iar-sizechart-unit-toggle {
  display: flex !important;
  border: 1px solid #111111 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.iar-sizechart-unit-btn {
  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  padding: 5px 14px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  transition: all 0.2s ease !important;
}

.iar-sizechart-unit-btn.active {
  background: #111111 !important;
  color: #ffffff !important;
}

/* TABS */
.iar-sizechart-tabs {
  display: flex !important;
  border-bottom: 1px solid #eaeaea !important;
  margin-bottom: 8px !important;
}

.iar-sizechart-tab-btn {
  background: none !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #888888 !important;
  cursor: pointer !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -1px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: all 0.2s ease !important;
}

.iar-sizechart-tab-btn.active {
  color: #111111 !important;
  border-bottom-color: #111111 !important;
}

/* TABLE */
.iar-sizechart-table-wrap {
  overflow-x: auto !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 6px !important;
}

.iar-sizechart-table {
  width: 100% !important;
  border-collapse: collapse !important;
  text-align: left !important;
}

.iar-sizechart-table th {
  padding: 12px 16px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #666666 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: #fafafa !important;
}

.iar-sizechart-table td {
  padding: 14px 16px !important;
  font-size: 13px !important;
  color: #333333 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.iar-sizechart-table tr:last-child td {
  border-bottom: none !important;
}

.iar-sizechart-table tr:hover td {
  background: #fafafa !important;
}

.iar-sizechart-table tr.selected td {
  color: #a37f4c !important;
  font-weight: 700 !important;
  background: #fbf9f6 !important;
}

.iar-sizechart-table td input[type="radio"] {
  cursor: pointer !important;
  accent-color: #111111 !important;
  width: 15px !important;
  height: 15px !important;
  vertical-align: middle !important;
}

.iar-sizechart-table tr.selected td input[type="radio"] {
  accent-color: #a37f4c !important;
}

/* HOW TO MEASURE DIAGRAM */
.iar-sizechart-diagram-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding-top: 10px !important;
}

.iar-sizechart-diagram-title {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
}

.iar-sizechart-diagram-svg {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 15px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}

.iar-sizechart-diagram-svg img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* FOOTER */
.iar-sizechart-modal-footer {
  padding: 18px 24px !important;
  border-top: 1px solid #f0f0f0 !important;
  background: #ffffff !important;
}

.iar-sizechart-addbag-btn {
  width: 100% !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
}

.iar-sizechart-addbag-btn:hover:not(:disabled) {
  background: #222222 !important;
}

.iar-sizechart-addbag-btn:disabled {
  background: #f0f0f0 !important;
  color: #999999 !important;
  cursor: not-allowed !important;
  border: 1px solid #e5e5e5 !important;
}

/* Dotted underline for the main product page size chart link */
.iar-size-chart-link {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #111111 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: color 0.2s ease !important;
}

.iar-size-chart-link:hover {
  color: #a37f4c !important;
  border-bottom-color: #a37f4c !important;
}
.hidden {
  display: none !important;
}