/*===============================================
	[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;
}
/* ================================================================================ */
.typefooter-57 {
  margin-top: 0px;
  color: #353535;
  /* GENERAL */
  /* FOOTER BOTTOM */
}
.typefooter-57 .module .modtitle {
  color: #353535;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0px;
  position: relative;
  padding-bottom: 13px;
  margin-top: 13px;
}
.typefooter-57 .module .modtitle:after {
  content: "";
  position: absolute;
  width: 54px;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.typefooter-57 .footer-center {
  padding-top: 0;
}
.typefooter-57 .box-footer .modcontent ul li a {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  line-height: 37px;
  position: relative;
  display: inline-block;
  color: #353535;
}
.typefooter-57 .box-account .modcontent a:hover {
  text-decoration: underline;
}
.typefooter-57 .top-content {
  text-align: center;
}
.typefooter-57 .top-content .inner {
  width: 50%;
  margin: 0 auto;
}
.typefooter-57 .top-content .inner p {
  margin: 15px 0;
}
.typefooter-57 .footer-top {
  padding: 18px 0;
}
.typefooter-57 .footer-top > .container {
  margin: 0 auto;
  float: none;
}
.typefooter-57 .footer-middle {
  padding-top: 42px;
}
.typefooter-57 .newsletter-footer57 {
  margin-top: 16px;
  margin-bottom: 22px;
}
.typefooter-57 .newsletter-footer57 .newsletter {
  background-color: transparent !important;
  overflow: hidden;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block {
  position: relative;
  color: #fff;
  float: left;
  width: 50%;
  margin-top: 10px;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block .page-heading {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 20px;
  font-size: 2rem;
  /* [8] */
  /* [8] */
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block .promotext {
  font-size: 13px;
  margin-top: 5px;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content {
  float: left;
  width: 50%;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  height: 38px;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group {
  position: relative;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .input-box {
  vertical-align: top;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 45px;
  width: calc(50% - 52px) !important;
  float: left;
  display: inline-block;
  padding: 0 5px;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname, .typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail {
  height: 44px;
  width: 100%;
  box-shadow: none;
  border: none;
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname::-moz-placeholder, .typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname:-ms-input-placeholder, .typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder {
  color: #999;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname::-webkit-input-placeholder, .typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder {
  color: #999;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname:focus, .typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail:focus {
  z-index: 0;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .subcribe {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .subcribe button {
  border: 0 none;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  height: 45px;
  padding: 0 17px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #111111;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .subcribe button:hover {
  color: #fff;
}
.typefooter-57 .logo-footer {
  margin-bottom: 0;
}
.typefooter-57 .logo-f {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
.typefooter-57 .socials {
  margin: 15px 0 15px 0;
}
.typefooter-57 .socials li {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.typefooter-57 .socials li:first-child {
  margin-left: 0;
}
.typefooter-57 .socials li a {
  color: #545454;
  font-size: 17px;
}
.typefooter-57 .socials li a span {
  display: none;
}
.typefooter-57 .footer-links {
  display: inline-block;
  padding: 24px 0;
  width: 100%;
  border-top: 1px solid #464646;
}
.typefooter-57 .footer-links li {
  display: inline-block;
  margin: 0 20px;
}
.typefooter-57 .footer-links li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.typefooter-57 .footer-bottom {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.typefooter-57 .footer-bottom .copyright {
  margin: 30px 0;
}
/*====================update opencart4===================*/
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail {
  text-align: left;
}


/*==================== Modern Design Overrides ===================*/
footer.typefooter-57 {
  background-color: #111111;
  color: #888888;
  padding: 60px 45px 30px 45px;
}

/* Link headers / column titles */
footer.typefooter-57 .module .modtitle {
  color: #FFFFFF73;
  font-size: 11px;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  margin-bottom: 24px;
  padding-bottom: 0;
  margin-top: 0;
  border: none;
}
footer.typefooter-57 .module .modtitle:after {
  display: none;
  content: none;
}

/* Links content */
footer.typefooter-57 .box-footer .modcontent ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.typefooter-57 .box-footer .modcontent ul li {
  margin-bottom: 12px;
  padding: 0;
  float: none;
}
footer.typefooter-57 .box-footer .modcontent ul li a {
  color: #FFFFFFB2;
  font-size: 15px;
  font-weight: 400;
  line-height: normal !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
  background: transparent !important;
}
.typefooter-57 .box-footer .modcontent ul li a:hover {
  color: #ffffff !important;
}

/* Social links box styling */
.typefooter-57 .socials {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  gap: 10px !important;
  list-style: none !important;
  flex-wrap: wrap !important;
}
.typefooter-57 .socials::before {
  content: "INSTAGRAM  TWITTER  YOUTUBE" !important;
  display: block !important;
  width: 100% !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #FFFFFF80 !important;
  margin-bottom: 12px !important;
}
.typefooter-57 .socials li {
  margin: 0 !important;
  float: none !important;
}
.typefooter-57 .socials li:nth-child(n+4) {
  display: none !important;
}
.typefooter-57 .socials li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid #333333 !important;
  border-radius: 4px !important;
  color: #cccccc !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
  font-size: 0 !important;
}
.typefooter-57 .socials li a span {
  display: none !important;
}
.typefooter-57 .socials li a::before {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: inline-block !important;
}
.typefooter-57 .socials li:nth-child(1) a::before {
  content: "\f16d" !important; /* Instagram icon */
}
.typefooter-57 .socials li:nth-child(2) a::before {
  content: "\f39e" !important; /* Facebook icon */
}
.typefooter-57 .socials li:nth-child(3) a::before {
  content: "\f099" !important; /* Twitter icon */
}
.typefooter-57 .socials li a:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background: #222222 !important;
}

/* Replacing content in first column: Logo & Description */
.typefooter-57 .row > [class*="col-"]:first-child img,
.typefooter-57 .row > [class*="col-"]:first-child .logo-footer img {
  display: block !important;
  max-height: 45px !important;
  width: auto !important;
  margin-bottom: 20px !important;
}
.typefooter-57 .row > [class*="col-"]:first-child a.logo-f,
.typefooter-57 .row > [class*="col-"]:first-child .logo-footer a {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.typefooter-57 .row > [class*="col-"]:first-child a.logo-f::before,
.typefooter-57 .row > [class*="col-"]:first-child .logo-footer a::before {
  display: none !important;
  content: none !important;
}
.typefooter-57 .infos-footer .footer-copyright {
  font-size: 0 !important;
  margin-bottom: 25px !important;
  color: #888888 !important;
  line-height: 1.6 !important;
}
.typefooter-57 .infos-footer .footer-copyright::before {
  content: "Define yourself in your unique way." !important;
  font-size: 14px !important;
  color: #FFFFFFA6 !important;
  display: block !important;font-weight: 400;
}

/* Hide app download buttons and old copyright text from any HTML blocks */
.typefooter-57 a[href*="play.google"],
.typefooter-57 a[href*="apple.com"],
.typefooter-57 img[src*="google-play"],
.typefooter-57 img[src*="app-store"],
.typefooter-57 [class*="col-"] a[href*="play.google"],
.typefooter-57 [class*="col-"] a[href*="apple.com"],
.typefooter-57 .infos-footer > a {
  display: none !important;
}

/* Newsletter overrides */
.typefooter-57 .newsletter-footer57 {
  background: transparent !important;
  border-top: 1px solid #222222 !important;
  padding-top: 40px !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.typefooter-57 .newsletter-footer57 .newsletter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  background: transparent !important;
  padding: 0 !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  color: #ffffff !important;
}

/* Dynamic text replacement for newsletter heading */
.typefooter-57 .newsletter-footer57 .newsletter .title-block .page-heading {
  font-size: 0 !important;
  margin: 0 0 4px 0 !important;
  text-transform: none !important;
  line-height: normal !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block .page-heading::before {
  content: "Subscribe to our newsletter" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  color: #ffffff !important;
  display: block !important;
}

/* Dynamic text replacement for newsletter subtext */
.typefooter-57 .newsletter-footer57 .newsletter .title-block .promotext {
  font-size: 0 !important;
  margin: 0 !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .title-block .promotext::before {
  content: "Get early access to sales and new arrivals" !important;
  font-size: 13px !important;
  color: #FFFFFF80 !important;
  display: block !important;font-weight: 400;
}

.typefooter-57 .newsletter-footer57 .newsletter .block_content {
  float: none !important;
  width: auto !important;
  flex: 0 1 500px !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup {
  display: block !important;
  width: 100% !important;
  max-width: 480px !important;
  margin: 0 0 0 auto !important;
  height: 48px !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  position: relative !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  background: #1c1c1c !important;
  border: 1px solid #2d2d2d !important;
  padding: 4px !important;
  margin: 0 !important;
  position: relative !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .input-box:nth-child(2),
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtname {
  display: none !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .input-box:first-child {
  display: block !important;
  flex: 1 !important;
  width: auto !important;
  height: 100% !important;
  padding: 0 12px !important;
  margin: 0 !important;
  background: transparent !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 13px !important;
  outline: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group #txtemail::placeholder {
  color: #777777 !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .subcribe {
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .subcribe button {
  height: 100% !important;
  background: #ffffff !important;
  color: #171717 !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  padding: 0 24px !important;
  border: none !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .subcribe button:hover {
  background: #eeeeee !important;
  color: #000000 !important;
}

/* Bottom Bar */
.typefooter-57 .footer-bottom {
  border-top: 1px solid #222222 !important;
  margin-top: 40px !important;
  padding: 24px 0 0 0 !important;
  background: transparent !important;
  text-align: left !important;
}
.typefooter-57 .footer-bottom .container {
  padding: 0 !important;
  max-width: 100% !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner .copyright {
  color: #FFFFFF66 !important;
  font-size: 13px !important;
  margin: 0 !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner .footer-bottom-links {
  display: flex !important;
  gap: 24px !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner .footer-bottom-links a {
  color: #FFFFFF66 !important;
  font-size: 13px !important;
  font-weight: 400;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  background: transparent !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner .footer-bottom-links a:hover {
  color: #ffffff !important;
}
.typefooter-57 .footer-bottom .payment-w {
  display: none !important;
}

/*==================== Modern Transitions & Animations ===================*/
/* 1. SHOP, HELP, COMPANY Links - smooth slide and color transition */
.typefooter-57 .box-footer .modcontent ul li a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: inline-block !important;
}
.typefooter-57 .box-footer .modcontent ul li a:hover {
  color: #ffffff !important;
  transform: translateX(6px) !important;
}

/* 2. Social Links - rotate, scale, border glow, shadow transition */
.typefooter-57 .socials li a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.typefooter-57 .socials li a:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background: #222222 !important;
  transform: translateY(-3px) scale(1.08) !important;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15) !important;
}

/* 3. Newsletter Input Bar - Focus Border glow animation */
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group {
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group:focus-within {
  border-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15) !important;
}

/* 4. Subscribe button hover letter spacing animation */
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .subcribe button {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.typefooter-57 .newsletter-footer57 .newsletter .block_content form.signup .form-group .subcribe button:hover {
  background: #000000 !important;
  color: #ffffff !important;
  letter-spacing: 1.5px !important;
}

/* 5. Bottom Copyright Links - slide up animation */
.typefooter-57 .footer-bottom .footer-bottom-inner .footer-bottom-links a {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: inline-block !important;
}
.typefooter-57 .footer-bottom .footer-bottom-inner .footer-bottom-links a:hover {
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* 6. Form validation error styling */
.typefooter-57 .show-error {
  background: transparent !important;
  border: none !important;
  color: #ff4d4d !important;
  font-size: 12px !important;
  margin-top: 10px !important;
  padding: 0 30px !important;
  text-align: left !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  display: block !important;
  width: 100% !important;
}

/* Prevent horizontal page scrolling (X-axis overflow) */
body, html {
  overflow-x: hidden !important;
}

/*==================== Categories Slider Overrides (Layout 57 Only) ===================*/
.so-categories.theme5 {
  width: 100vw;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 0 45px;
  box-sizing: border-box;
}
.so-categories.theme5 .modcontent {
  overflow: hidden;
  width: 100%;
}
.so-categories.theme5 .cat-wrap.theme3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}
/* Hide scrollbar */
.so-categories.theme5 .cat-wrap.theme3::-webkit-scrollbar {
  display: none;
}
.so-categories.theme5 .cat-wrap.theme3 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box {
  flex: 0 0 calc((100% - 376px) / 8);
  max-width: none;
  scroll-snap-align: start;
  box-sizing: border-box;
  float: none;
  padding: 0;
}

/* Item Image and Title Styling */
.so-categories.theme5 .cat-wrap.theme3 .content-box .image-cat {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #f7f7f7;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .image-cat a {
  display: block;
  width: 100%;
  height: 100%;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .image-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box:hover .image-cat img {
  opacity: 0.8;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .content-parent {
  padding: 0;
  margin: 0;
  text-align: center;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .cat-title {
  font-size: 10px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .cat-title a {
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
}
.so-categories.theme5 .cat-wrap.theme3 .content-box .item-counts,
.so-categories.theme5 .cat-wrap.theme3 .content-box .cat-content {
  display: none !important;
}

/*==================== Header 57 Sizing Adjustments (Figma Match) ===================*/
.typeheader-57 .logo img {
  max-height: 24px !important;
  transition: all 0.3s ease !important;
}
.typeheader-57 .header-search #sosearchpro .search {
  height: 28px !important;
  border-radius: 20px !important;
  padding: 0 10px !important;
}
.typeheader-57 .header-search #sosearchpro .search input.autosearch-input {
  font-size: 10px !important;
}
.typeheader-57 .header-right-icons {
  gap: 16px !important;
}
.typeheader-57 .header-right-icons .icon-item .icon-link:before,
.typeheader-57 .header-right-icons .icon-item #cart .top_cart .icon-c:before {
  width: 16px !important;
  height: 16px !important;
}

/*==================== Home Slider Full Width Breakout ===================*/
.module.sohomepage-slider {
  width: 100vw !important;
  max-width: none !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
}
/* Overflow hidden only on carousel to prevent side scroll */
.module.sohomepage-slider .so-homeslider {
  overflow: hidden !important;
  position: relative !important;
}
/* Slider Container */

/* Make parent row breakout to full viewport width */
.row_gya4 {
  width: 100vw !important;
  max-width: none !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  background-color: #080808 !important;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) !important;
  background-size: 40px 40px !important;
  padding: 40px 0 !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}

/* Prevent any white gap between home page content and footer */
.so-page-builder, 
.main-container, 
#content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer-container {
  margin-top: 0 !important;
}

/* Figma Footer Layout Styles */
.promo-section {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1.6fr;
  gap: 40px;
  padding: 60px 15px;
  border-bottom: 1px solid #222222;
  position: relative;
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Badge Icon Styles */
.badge-icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.badge-icon-square {
  width: 48px;
  height: 48px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 4px;
}
.badge-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #080808;
}

/* Heading & Subtext */
.heading-large {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 15px 0;
  color: #ffffff;
  line-height: 1.2;
}
.subtext {
  font-size: 14px;
  color: #A1A1A1;
  line-height: 1.6;max-width: 320px;
  margin: 0;font-weight: 400;
}

/* Benefits list */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.benefit-icon-wrapper {
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.benefit-title {
  font-size: 14px;
  margin: 0 0 4px 0;
  font-weight: 400;color: #FFFFFF99;
}
.benefit-desc {
  font-size: 13px;
  color: #8A8789;
  margin: 0;font-weight: 400;
}

/* Subscription Form */
.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#subscribe-form {
  width: 100%;
}
.input-field-57 {
  width: 100%;
  height: 48px;
  background-color: #111111 !important;
  border: 1px solid #222222 !important;
  color: #ffffff !important;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s ease;
}
.input-field:focus {
  border-color: #ffffff;
}
.btn-submit {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  color: #000000;
  border: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, letter-spacing 0.3s ease;
  border-radius: 4px;
}
.btn-submit:hover {
  background-color: #eeeeee;
  color: #000000;
  letter-spacing: 1.5px;
}
.btn-submit svg {
  transition: transform 0.3s ease;
}
.btn-submit:hover svg {
  transform: translateX(4px);
}
.form-footnote {
  font-size: 12px;
  color: #737373;
  margin: 12px 0 0 0;font-weight: 400;
}

/* Section 2: Experience More on Mobile */
.experience-mobile-grid {
  grid-template-columns: 1.2fr 0.8fr !important;
  border-bottom: none !important;
}
.badge-icon-circle {
  width: 64px !important;
  height: 64px !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.badge-ribbon {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background-color: #000000 !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Rating Row */
.rating-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 24px !important;
}
.stars {
  display: flex !important;
  gap: 2px !important;
}
.stars svg {
  width: 14px !important;
  height: 14px !important;
  fill: #ffffff !important;
}
.rating-text {
  font-size: 13px !important;
  color: #FFFFFFCC !important;
}

/* Mobile Right Block */
.mobile-right-block {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.features-inline {
  display: flex !important;
  gap: 40px !important;
}
.feature-item-small {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}
.feature-icon-box {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #222222 !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
}
.feature-label {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  letter-spacing: 0.5px !important;
}

/* App Download Buttons Group */
.app-buttons-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  align-items: flex-start !important;
}
.app-btn {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 10px 24px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease !important;
  width: 75% !important;
  height: 52px !important;
}
.app-btn:hover {
  background-color: #eeeeee !important;
  text-decoration: none !important;
  color: #000000 !important;
}
.app-btn-text-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}
.app-btn-sub {
  font-size: 9px !important;
  text-transform: uppercase !important;
  color: #171717 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;font-weight: 500;
}
.app-btn-main {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  color: #171717 !important;
}

/* Infinite Ticker Bar */
.ticker-container {
  padding: 20px 0 !important;
}
.ticker-wrapper{
  text-align: center;
}

.ticker-text {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px ;
  color: #ffffff;
}
@keyframes ticker-slide-custom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* =========================================================
   FIGMA SHOP BY CATEGORY DESIGN & BUTTON STYLES
   ========================================================= */

/* Section Title and Subtitle */
.dev-categories .modtitle,
.so-categories .modtitle,
.h15-section-style5 .modtitle,
.h57-section-style5 .modtitle {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #111111 !important;
    margin-bottom: 4px !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
}
.dev-categories .form-group,
.so-categories .form-group,
.h15-section-style5 .form-group,
.h57-section-style5 .form-group {
    color: #777777 !important;
    font-size: 14px !important;
    margin-bottom: 25px !important;
}

/* Category Card Base */
.dev-categories .cat-wrap .content-box,
.so-categories .cat-wrap .content-box,
.h15-section-style5 .content-box,
.h57-section-style5 .content-box {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}

/* Card Content Positioning */
.dev-categories .cat-content,
.so-categories .cat-content,
.h15-section-style5 .cat-content,
.h57-section-style5 .cat-content {
    position: absolute !important;
    bottom: 24px !important;
    left: 24px !important;
    right: 24px !important;
    z-index: 2 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Category Subtitle */
.dev-categories .cat-sub,
.dev-categories .cat-content p,
.so-categories .cat-content p,
.h15-section-style5 .cat-content p,
.h57-section-style5 .cat-content p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;
    display: block !important;
}

/* WHITE BUTTON BADGE (Figma Style) */
.dev-categories .cat-content a:last-child,
.dev-categories .cat-content .btn,
.dev-categories .cat-content .btn-cat,
.so-categories .cat-content a:last-child,
.h15-section-style5 .cat-content a:last-child,
.h57-section-style5 .cat-content a:last-child,
.dev-categories [class*="btn"],
.so-categories [class*="btn"],
.h15-section-style5 [class*="btn"],
.h57-section-style5 [class*="btn"] {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    padding: 9px 18px !important;
    display: inline-block !important;
    border-radius: 2px !important;
    margin-top: 8px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    transition: all 0.25s ease-in-out !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* BUTTON HOVER EFFECT */
.dev-categories .cat-content a:last-child:hover,
.dev-categories .cat-content .btn:hover,
.dev-categories .cat-content .btn-cat:hover,
.so-categories .cat-content a:last-child:hover,
.h15-section-style5 .cat-content a:last-child:hover,
.h57-section-style5 .cat-content a:last-child:hover,
.dev-categories [class*="btn"]:hover,
.so-categories [class*="btn"]:hover,
.h15-section-style5 [class*="btn"]:hover,
.h57-section-style5 [class*="btn"]:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35) !important;
}

/* =========================================================
   REVIEWS & TRUST STATS SECTION (FIGMA MATCHING STYLES)
   ========================================================= */

.reviews-trust-section {
    background-color: #ffffff;
    padding: 70px 20px 60px 20px;
    max-width: 1320px;
    margin: 0 auto;
    font-family: "Inter", sans-serif !important;
    color: #111111;
    box-sizing: border-box;
}

/* 1. REVIEWS CONTAINER & GRID */
.reviews-trust-section .reviews-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 70px;
    position: relative;
}

/* Left Column Styling */
.reviews-trust-section .reviews-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-trust-section .reviews-left .sub-title {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    color: #9CA3AF !important;
    margin-bottom: 12px !important;
    display: block;
}

.reviews-trust-section .reviews-left .main-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
}

.reviews-trust-section .reviews-left .description {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0 0 28px 0;font-weight: 400;
}

.reviews-trust-section .reviews-left .view-all-link {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s ease;
    text-transform: initial !important;
}

.reviews-trust-section .reviews-left .view-all-link:hover {
    color: #555555;
}

/* Right Column & Slider */
.reviews-trust-section .reviews-right {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.reviews-trust-section .reviews-slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.reviews-trust-section .reviews-slider::-webkit-scrollbar {
    display: none;
}

/* Review Cards */
.reviews-trust-section .review-card {
    background-color: #f7f7f8;
    padding: 28px 24px 24px 24px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-trust-section .review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.reviews-trust-section .rating-stars {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.reviews-trust-section .review-text {
    font-size: 13px;
    line-height: 1.6;
    color: #1F2937;
    margin: 0 0 24px 0;
    flex-grow: 1;
    font-weight: 400;
}

.reviews-trust-section .reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-trust-section .avatar-box {
    width: 34px;
    height: 34px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    flex-shrink: 0;
}

.reviews-trust-section .reviewer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-trust-section .reviewer-name {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin: 0 0 2px 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.reviews-trust-section .verified-icon {
    color: #10b981;
    font-size: 11px;
    margin-left: 2px;
}

.reviews-trust-section .buyer-status {
    font-size: 11px;
    color: #9CA3AF;
    font-weight: 400;
}

/* Slider Next Arrow Button */
.reviews-trust-section .slider-next-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #111111;
    z-index: 5;
    transition: all 0.2s ease;
}

.reviews-trust-section .slider-next-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* 2. TRUST STATS COUNTER ROW */
.reviews-trust-section .trust-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
    margin-bottom: 70px;
}

.reviews-trust-section .stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviews-trust-section .stat-icon {
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviews-trust-section .stat-icon svg {
    stroke-width: 1.5px;
    width: 26px;
    height: 26px;
}

.reviews-trust-section .stat-content {
    display: flex;
    flex-direction: column;
}

.reviews-trust-section .stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 2px 0;
    line-height: 1.1;
}

.reviews-trust-section .stat-label {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #6B7280;
    text-transform: uppercase;
    margin: 0;
}

/* 3. BOTTOM BANNER HEADER */
.reviews-trust-section .bottom-banner {
    text-align: center;
    margin-top: 20px;margin-bottom: 16rem;
}

.reviews-trust-section .banner-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 8px;
}

.reviews-trust-section .banner-header-wrap .line {
    flex: 1;
    max-width: 280px;
    height: 1px;
    background-color: #e5e5e5;
}



.reviews-trust-section .banner-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
}

.reviews-trust-section .banner-subtext {
    font-size: 13px;
    color: #9CA3AF;
    margin: 0;font-weight: 400;
}

/* =========================================================
   SEASON PICKS / FRESH THIS WEEK SECTION (FIGMA MATCHING STYLES)
   ========================================================= */

.season-picks-container {
    background-color: #ffffff;
    padding: 60px 20px;
    margin: 0 auto;
    color: #111111;
    box-sizing: border-box;
}

/* Header Section */
.season-picks-container .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.season-picks-container .header-title-wrap {
    display: flex;
    flex-direction: column;
}

.season-picks-container .sub-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777777;
    margin: 0 0 8px 0;
}

.season-picks-container .main-title {
    font-size: 38px;
    font-weight: 400;
    color: #111111;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.season-picks-container .shop-now-btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.season-picks-container .shop-now-btn:hover {
    opacity: 0.7;
}

/* 4 Cards Grid */
.season-picks-container .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card Item */
.season-picks-container .card-item {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.season-picks-container .card-image-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: #f5f5f7;
    width: 100%;
}

.season-picks-container .card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.season-picks-container .card-item:hover .card-image-box img {
    transform: scale(1.04);
}

/* Gradient Overlay */
.season-picks-container .card-image-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Overlay Text inside Image */
.season-picks-container .overlay-text {
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    display: block;
}

/* Caption below Image */
.season-picks-container .card-caption {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin: 14px 0 0 0;
    text-align: left;
}

/* =========================================================
   QUICK SHOP / DEFINE YOURSELF SECTION (FIGMA MATCHING STYLES)
   ========================================================= */

/* Left Banner Section */
.shop-container .banner-section {
    position: relative;
    overflow: hidden;
    width: 90%;
    border-radius: 0px;
}

.shop-container .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-container .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 80%);
    z-index: 1;
    pointer-events: none;
}

.shop-container .banner-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop-container .limited-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    background: transparent;
    padding: 0;
}

.shop-container .lightning-icon {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}

.shop-container .banner-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.shop-container .banner-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
}

/* Right Products Section */
.shop-container .products-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.shop-container .section-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #555555;
    margin: 0 0 30px 0;
    line-height: 1.35;
}

.shop-container .product-list {
    display: flex;
    flex-direction: column;
}

/* Product Card Row */
.shop-container .product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
    gap: 20px;
    transition: background 0.2s ease;
}

.shop-container .product-card:first-child {
    border-top: 1px solid #eeeeee;
}

/* Product Image Box */
.shop-container .product-img-wrapper {
    position: relative;
    width: 100px;
    height: 118px;
    flex-shrink: 0;
    background-color: #f5f5f7;
    overflow: hidden;
}

.shop-container .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badge Overlay */
.shop-container .product-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #000000;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 5px 7px;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 1;
    z-index: 2;
}

/* Product Details */
.shop-container .product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shop-container .product-title {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    margin: 0;
}

.shop-container .product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.shop-container .current-price {
    color: #111111;
    font-weight: 700;
}

.shop-container .original-price {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
}

/* Product Actions (Quick View & Arrow Buttons) */
.shop-container .product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.shop-container .btn-quickview {
    border: 1px solid #111111 !important;
    background: transparent !important;
    color: #111111 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1.2 !important;
    height: auto !important;
}

.shop-container .btn-quickview:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.shop-container .btn-arrow {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #111111 !important;
    background: transparent !important;
    color: #111111 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.shop-container .btn-arrow:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.shop-container .arrow-icon {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* Shop Now Link at Bottom */
.shop-container .shop-now-wrapper {
    margin-top: 30px;
}

.shop-container .shop-now-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.shop-container .shop-now-link:hover {
    opacity: 0.7;
}

/* ==========================================================================
   THEME 57 - ULTRA CREATIVE FULL SECTION & CARD ANIMATIONS
   ========================================================================== */
@keyframes theme57SlideUpFade {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes theme57Shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

@keyframes theme57PulseGlow {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 60, 32, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(255, 60, 32, 0);
    }
}

.so-extraslider-theme57 {
    padding: 30px 0;
    position: relative;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 20px;
    margin: 20px 0;
}

.so-extraslider-theme57 .modtitle {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 28px;
    position: relative;
    letter-spacing: -0.5px;
    display: inline-block;
}

.so-extraslider-theme57 .modtitle span::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff3c20 0%, #ff7b00 100%);
    margin-top: 8px;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.so-extraslider-theme57:hover .modtitle span::after {
    width: 100px;
}

/* Staggered Item Entrance Animation */
.so-extraslider-theme57 .owl2-item {
    animation: theme57SlideUpFade 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.so-extraslider-theme57 .owl2-item:nth-child(1) { animation-delay: 0.1s; }
.so-extraslider-theme57 .owl2-item:nth-child(2) { animation-delay: 0.2s; }
.so-extraslider-theme57 .owl2-item:nth-child(3) { animation-delay: 0.3s; }
.so-extraslider-theme57 .owl2-item:nth-child(4) { animation-delay: 0.4s; }
.so-extraslider-theme57 .owl2-item:nth-child(5) { animation-delay: 0.5s; }

/* Product Card Container */
.so-extraslider-theme57 .theme57-card-container {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    margin: 10px 6px 20px 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

/* Shimmer Light Reflection on Hover */
.so-extraslider-theme57 .theme57-card-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    z-index: 6;
    pointer-events: none;
    transition: all 0.5s ease;
}

.so-extraslider-theme57 .theme57-card-container:hover::before {
    animation: theme57Shimmer 0.8s ease-in-out;
}

.so-extraslider-theme57 .theme57-card-container:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 60, 32, 0.2);
}

/* Left Block & Image Zoom Animation */
.so-extraslider-theme57 .left-block {
    position: relative;
    overflow: hidden;
    background: #f4f6f9;
    border-radius: 16px 16px 0 0;
}

.so-extraslider-theme57 .product-image-container {
    overflow: hidden;
    position: relative;
}

.so-extraslider-theme57 .product-image-container img {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.so-extraslider-theme57 .theme57-card-container:hover .product-image-container img {
    transform: scale(1.1);
}

/* Badges (Sale & New) */
.so-extraslider-theme57 .box-label {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 4;
}

.so-extraslider-theme57 .label-product {
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.so-extraslider-theme57 .label-sale {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    animation: theme57PulseGlow 2.5s infinite;
}

.so-extraslider-theme57 .label-new {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

/* Floating Quick Actions Overlay with Glassmorphism */
.so-extraslider-theme57 .theme57-quick-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
    opacity: 0;
    transform: translateX(16px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.so-extraslider-theme57 .theme57-card-container:hover .theme57-quick-actions {
    opacity: 1;
    transform: translateX(0);
}

.so-extraslider-theme57 .theme57-btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.so-extraslider-theme57 .theme57-btn-icon:hover {
    background: #ff3c20;
    color: #ffffff;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 20px rgba(255, 60, 32, 0.4);
}

/* Right Block & Content */
.so-extraslider-theme57 .right-block {
    padding: 18px 20px 22px 20px;
}

.so-extraslider-theme57 .theme57-product-title {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.so-extraslider-theme57 .theme57-product-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.25s ease;
}

.so-extraslider-theme57 .theme57-product-title a:hover {
    color: #ff3c20;
}

/* Rating Stars */
.so-extraslider-theme57 .theme57-rating-box {
    margin-bottom: 10px;
}

.so-extraslider-theme57 .rating .fa-star {
    color: #ffb400;
}

.so-extraslider-theme57 .rating .fa-star-o {
    color: #e0e0e0;
}

/* Price */
.so-extraslider-theme57 .theme57-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 14px;
}

.so-extraslider-theme57 .theme57-price .price-new {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
}

.so-extraslider-theme57 .theme57-price .price-old {
    font-size: 13px;
    color: #999999;
    text-decoration: line-through;
}

/* Add to Cart Button */
.so-extraslider-theme57 .theme57-btn-cart {
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.so-extraslider-theme57 .theme57-btn-cart:hover {
    background: linear-gradient(135deg, #ff3c20 0%, #ff7b00 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(255, 60, 32, 0.35);
}

.so-extraslider-theme57 .theme57-btn-cart i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.so-extraslider-theme57 .theme57-btn-cart:hover i {
    transform: scale(1.2);
}

/* Carousel Navigation Controls */
.so-extraslider-theme57 .owl2-controls .owl2-nav div {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    border: 1px solid #e0e6ed;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    font-size: 18px;
}

.so-extraslider-theme57 .owl2-controls .owl2-nav div:hover {
    background: #ff3c20;
    color: #ffffff;
    border-color: #ff3c20;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 60, 32, 0.35);
}

/* ==========================================================================
   THEME 57 - GLOBAL HOMEPAGE FULL PAGE ANIMATIONS & SECTION STYLES
   ========================================================================== */

/* 1. Global Page Entrance & Smooth Transitions */
.common-home #content .module,
.common-home #content .so-page-builder,
.common-home #content section,
.common-home #content .row-style {
    animation: theme57SlideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
    position: relative;
}
.common-home #content .module.dev-extraslider57 {margin-top: 0 !important;}
/* Staggered Delay for Homepage Sections */
.common-home #content .module:nth-child(1) { animation-delay: 0.05s; }
.common-home #content .module:nth-child(2) { animation-delay: 0.15s; }
.common-home #content .module:nth-child(3) { animation-delay: 0.25s; }
.common-home #content .module:nth-child(4) { animation-delay: 0.35s; }
.common-home #content .module:nth-child(5) { animation-delay: 0.45s; }

.common-home .module:hover .modtitle span::after,
.common-home .module:hover .title-home::after {
    width: 90px;
}

/* 3. New Arrivals & Product Grid Cards Across All Sections */
.common-home .product-item-container,
.common-home .product-grid .product-item-container,
.common-home .products-list .product-item-container {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative;
}

.common-home .product-item-container:hover {
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(255, 60, 32, 0.25) !important;
}

.common-home .product-image-container img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.common-home .product-item-container:hover .product-image-container img {
    transform: scale(1.08) !important;
}

/* 4. Season Picks & Category Grid ("Define Your Style") Sections */
.common-home .so-categories,
.common-home .cat-wrap,
.common-home .category-item {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 16px;
    overflow: hidden;
}

.common-home .so-categories .cat-title a:hover {
    color: #ff3c20 !important;
}

/* 5. Banner & Hero Slider Animations */
.common-home .sohomeslider-inner,
.common-home .banner-snip,
.common-home .banner-layout {
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.common-home .banner-snip img,
.common-home .banner-layout img {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.common-home .banner-snip:hover img,
.common-home .banner-layout:hover img {
    transform: scale(1.06);
}

/* 6. Special Action Buttons & Add To Cart Across All Sections */
.common-home .btn-button,
.common-home .addToCart {
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
}

.common-home .btn-button:hover,
.common-home .addToCart:hover {
    background: #ff3c20 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(255, 60, 32, 0.3) !important;
    transform: translateY(-2px) !important;
}

/* 7. Footer & Ticker Section Styles */
.common-home .footer-container {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

/* ==========================================================================
   LAYOUT 57 - PRODUCT GRID LEFT ALIGNED & BLACK TEXT STYLES (FIGMA MATCH)
   ========================================================================== */
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,
.layout-57 .products-list .product-grid .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 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,
.layout-57 .products-list .product-grid .product-item-container .right-block h4 a {
    text-align: left !important;
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    margin: 8px 0 4px 0 !important;
    font-family: "Inter", sans-serif;
}

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,
.layout-57 .products-list .product-grid .product-item-container .right-block .price {
    text-align: left !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 4px !important;
}

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,
.layout-57 .products-list .product-grid .product-item-container .right-block .price .price-new {
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

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,
.layout-57 .products-list .product-grid .product-item-container .right-block .price .price-old {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    margin-left: 6px !important;
}

/* ==========================================================================
   FASHION BRAND STORY SECTION STYLES (THEME 57)
   ========================================================================== */
.fashion-brand-story {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
}

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

.fashion-brand-story .fashion-title {
  font-family: "Inter", sans-serif;
  font-size: 55px;
  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: #525252;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.fashion-brand-story .fashion-description p {
  margin-bottom: 18px;
  color: #525252;
  font-size: 20px;
  font-weight: 400;
}

.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: 45px auto;
  display: inline-block;
}

.fashion-brand-story .fashion-grid {
  margin: 0px auto;
}

.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: "Inter", sans-serif ;
  font-size: 20px;
  color: #404040;
  font-weight: 400;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}


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

.fashion-brand-story .fashion-story-btn {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #171717 !important;
  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);
}

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

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

.featured-week-section .tab-btn {
  padding: 8px 18px;
  border: 1px solid #333333;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 0;
}

.featured-week-section .tab-btn.active {
  background-color: transparent;
  color: #fff;
  border: 1px solid #333333;font-weight: 500;
}

.featured-week-section .tab-btn:hover {
  border-color: #777777;
  background-color: white;
  color: #171717;
}

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

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

.featured-week-section .lightning-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #9CA3AF;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.featured-week-section .featured-title {
  font-size: 46px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
  font-family: "Inter", sans-serif;
}

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

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

.featured-week-section .btn-primary-white {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  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: 10px 24px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  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: #6B7280;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

/* Middle Column */
.featured-week-section .featured-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background-color: #111111;
}

.featured-week-section .featured-image {
  width: 100%;
  height: 100%;
  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: 12px;
  right: 12px;
  background-color: #ffffff;
  color: #000000;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

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

.featured-week-section .btn-outline-wide {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  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) */
.featured-week-section .column-right {
  display: flex;
}

.featured-week-section .impact-card {
  background-color: #0a0a0a;
  border: 1px solid #1a1a1a;
  padding: 35px 28px;
  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: 22px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;font-weight: 400;
}

.featured-week-section .impact-subtitle {
  font-size: 13px;
  color: #6B7280;
  margin: 0 0 35px 0;
  line-height: 1.4;
  max-width: 220px;
}

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

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

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

.featured-week-section .stat-label {
  font-size: 8.5px;
  color: #6B7280;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* 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: "Inter", 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: #0A0A0A;
  margin: 0 0 4px 0;
}
body.layout-57.account-wishlist {
  padding-top: 0 !important;
}
.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;
}

/* ============================================================
   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-bottom: 25px !important;
  padding-bottom: 5px !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: 800 !important;
  color: #111111 !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;
}

/* ============================================================
   THEME 57 CATEGORY PAGE HEADER TOOLBAR (IMAGE 1 EXACT MATCH)
   ============================================================ */

body.layout-57 h3.title-category {
  display: none !important;
}

body.layout-57 .theme57-listing-header,
.theme57-listing-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 0 16px 0 !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #eeeeee !important;
  background: transparent !important;
}

body.layout-57 .theme57-listing-header .theme57-header-left,
.theme57-listing-header .theme57-header-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
}

body.layout-57 .theme57-listing-header .theme57-cat-title,
.theme57-listing-header .theme57-cat-title {
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

body.layout-57 .theme57-listing-header .theme57-header-right,
.theme57-listing-header .theme57-header-right {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-left: auto !important;
}

body.layout-57 .theme57-listing-header .theme57-sort-by-wrap,
.theme57-listing-header .theme57-sort-by-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.layout-57 .theme57-listing-header .theme57-sort-by-wrap label,
.theme57-listing-header .theme57-sort-by-wrap label {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #555555 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

body.layout-57 .theme57-listing-header .theme57-sort-select,
.theme57-listing-header .theme57-sort-select {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  padding: 4px 28px 4px 10px !important;
  height: 32px !important;
  line-height: 22px !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

/* Joined compact box for view toggle buttons matching Image 1 */
body.layout-57 .theme57-listing-header .theme57-view-toggle,
.theme57-listing-header .theme57-view-toggle {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle {
  width: 28px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: none !important;
  border-right: 1px solid #e2e8f0 !important;
  color: #888888 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle:last-child,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle:last-child {
  border-right: none !important;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle svg,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle svg {
  width: 10px !important;
  height: 10px !important;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle.active,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle.active {
  background: #111111 !important;
  color: #ffffff !important;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle:hover:not(.active),
.theme57-listing-header .theme57-view-toggle .btn-view-toggle:hover:not(.active) {
  background: #f8fafc !important;
  color: #334155 !important;
}
.theme57-wishlist-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.theme57-wishlist-col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
}

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

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

.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: 8px;
  right: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 6px;
  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: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

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

.theme57-wishlist-title {
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

/* 10. Solid Black ADD TO BAG Action Button */
.theme57-wishlist-addbag {
  width: 100%;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 9px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  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: "Inter", 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;
  background-color: #FAFAFA  !important;
  border: 0.84px solid #E5E5E5 !important;
  border-radius: 4px;
  font-size: 14px;
  color: #111111;
  outline: none;
  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;
}
.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;
}

.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;
}

/* Theme 57 Instant SPA Search View */
#theme57-instant-search-page {
  display: none;
  background: #ffffff;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 999999;
}

body.theme57-search-page-open #theme57-instant-search-page {
  display: block !important;
}

body.theme57-search-page-open #header,
body.theme57-search-page-open header#header,
body.theme57-search-page-open .typeheader-57,
body.theme57-search-page-open #content,
body.theme57-search-page-open main,
body.theme57-search-page-open footer,
body.theme57-search-page-open footer#footer,
body.theme57-search-page-open .typefooter-57,
body.theme57-search-page-open .footer-container {
  display: none !important;
}


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-instant-search-wrap {
  padding: 30px 40px 60px 40px;
  background: #ffffff;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

.theme57-search-page .product-filter,
.theme57-search-page .filters-panel,
.theme57-search-page .view-mode,
.theme57-search-page .short-by-show,
.theme57-search-page .product-compare,
.theme57-instant-search-wrap .product-filter,
.theme57-instant-search-wrap .filters-panel,
.theme57-instant-search-wrap .view-mode,
.theme57-instant-search-wrap .short-by-show,
.theme57-instant-search-wrap .product-compare,
.theme57-instant-search-page .product-filter,
.theme57-instant-search-page .filters-panel,
.theme57-instant-search-page .view-mode,
.theme57-instant-search-page .short-by-show,
.theme57-instant-search-page .product-compare {
  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: 13px !important;
  font-weight: 600 !important;
  color: #111111 !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(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;
}

.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: #585C70 !important;
  text-decoration: none !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.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: 14px !important;
  color: #737577 !important;
  font-weight: 400 !important;
  margin-top: 1px !important;
  font-family: "Source Sans 3", sans-serif;
}

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

.theme57-toppicks-price {
  font-weight: 700 !important;
  color: #58595B  !important;
  font-family: "Source Sans 3", sans-serif;
}

.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;
}

/* ==========================================================================
   THEME 57 UNIFORM MODULE HEADERS & SECTION SPACING DESIGN SYSTEM
   ========================================================================== */

/* 1. UNIFORM SECTION SPACING BETWEEN MODULES */
.common-home #content .module,
.common-home #content .box-layout,
.common-home #content .season-picks-container,
.common-home #content .reviews-trust-section,
.common-home #content .theme57-toppicks-module,
.common-home #content .dev-extra-top-picks57,
.common-home #content .dev-extra-top_pics57,
.common-home #content .so-extraslider-theme57,
.common-home #content .so-deals-theme57,
.common-home #content .so-basic-products,
.common-home #content section[class*="module"],
.common-home #content section.module {
  margin-top: 30px !important;
  margin-bottom: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Figma Match: Clean 25px Spacing between Category Icon Strip & Hero Banner Slider */
.common-home #content .so-categories,
.common-home #content .so-categories-theme57,
.common-home #content .cates-slider,
.common-home #content .custom-slidercates,
.common-home #content div[class*="so-categories"] {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.common-home #content .so-categories .modcontent,
.common-home #content .so-categories .cat-wrap,
.common-home #content .so-categories .owl2-stage-outer,
.common-home #content .so-categories-theme57 .modcontent {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.common-home #content .so-categories .owl2-controls,
.common-home #content .so-categories .owl2-dots,
.common-home #content .so-categories .owl2-nav,
.common-home #content .so-categories-theme57 .owl2-controls,
.common-home #content .so-categories-theme57 .owl2-dots {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.common-home .so-page-builder .row-style,
.common-home .so-page-builder .col-style,
.common-home .so-page-builder .container-fluid.page-builder-ltr,
.common-home .so-page-builder .row_s710,
.common-home .so-page-builder .col_r27w {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
}

.common-home #content .sohomepage-slider,
.common-home #content .module.sohomepage-slider,
.common-home #content #sohomepage-slider,
.common-home #content .slider-container,
.common-home #content .main-slider,
.common-home #content div[class*="sohomepage-slider"] {
  margin-top: 0 !important;
  margin-bottom: 45px !important;
  padding-top: 0 !important;
}

.common-home #content > div:first-child,
.common-home #content > section:first-child,
.common-home #content > .module:first-child {
  margin-top: 15px !important;
}

/* 2. UNIFORM MODULE HEADER FLEX LAYOUT */
.module-header-wrap,
.section-header,
.theme57-toppicks-header,
.so-extraslider-theme57 .module-header,
.so-categories-theme57 .module-header,
.module-title-wrap,
.box-heading-wrap,
.theme57-module-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* =========================================================
   SHOP BY CATEGORY SECTION (FIGMA MATCHING LIGHT GRAY BG & LAYOUT)
   ========================================================= */

.shop-by-category-section,
.shop-by-category,
.theme57-shop-category-module {
  background-color: #f8f8f8 !important;
  padding: 35px 30px 45px 30px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

.season-picks-container {
  padding: 20px 20px 40px 20px !important;
}

/* Header inside Shop by Category */
.shop-by-category-section .section-header h2,
.shop-by-category .section-header h2,
.shop-by-category-section h2,
.shop-by-category h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #111111 !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.shop-by-category-section .section-header p,
.shop-by-category-section .section-header .text-muted,
.shop-by-category .section-header p,
.shop-by-category-section p.small,
.shop-by-category p.small {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #666666 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0px !important;
  text-transform: capitalize !important;
  display: block !important;
}

/* 3. UNIFORM PRE-TEXT / SUB-TITLE (MATCH NEW ARRIVALS: JUST LANDED) */
.season-picks-container .sub-title,
.theme57-toppicks-header span,
.module-sub-title,
.sub-title,
.pre-title,
.pre_text,
.post-text,
.post_text,
.module-header .sub-title,
.module-header .pre-title {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  text-transform: capitalize !important;
  color: #666666 !important;
  margin: 4px 0 0 0 !important;
  display: block !important;
  line-height: 1.3 !important;
}

/* 4. UNIFORM MAIN HEADING TITLE (MATCH NEW ARRIVALS: 28px, FONT-WEIGHT 400) */
.season-picks-container .main-title,
.theme57-toppicks-header h2,
.so-extraslider-theme57 .module-title,
.so-categories-theme57 .module-title,
.module-title,
.box-heading,
.modtitle,
.theme57-module-title,
h2.module-title,
h3.module-title,
.module-header h2,
.module-header h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 28px;
  font-weight: 400 !important;
  color: #111111;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  background: transparent !important;
  border: none !important;
}

/* 5. UNIFORM RIGHT ACTION CTA LINK (VIEW ALL / SHOP NOW / EXPLORE ALL) */
.season-picks-container .shop-now-btn,
.theme57-toppicks-header a,
.so-extraslider-theme57 .view-all,
.so-categories-theme57 .view-all,
.view-all-link,
.btn-view-all,
.view-all-btn,
.view-all,
.module-title-right a,
.shop-now-link,
a.view-all,
a.shop-now {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  color: #171717 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-bottom: 1.5px solid #111111 !important;
  padding-bottom: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  cursor: pointer !important;
}

.season-picks-container .shop-now-btn:hover,
.theme57-toppicks-header a:hover,
.so-extraslider-theme57 .view-all:hover,
.so-categories-theme57 .view-all:hover,
.view-all-link:hover,
.btn-view-all:hover,
.view-all-btn:hover,
.view-all:hover,
.module-title-right a:hover,
.shop-now-link:hover,
a.view-all:hover,
a.shop-now:hover {
  color: #000000 !important;
  border-bottom-color: #555555 !important;
  opacity: 0.75 !important;
  transform: translateX(4px) !important;
}

/* ==========================================================================
   FIGMA MATCH: CATEGORY LISTING PAGE (PRODUCT GRID & HEADER)
   ========================================================================== */

/* 1. Category Header Alignment & Typography */
#product-category h2,
.product-category h2,
.category-title {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-bottom: 4px !important;
}

#product-category .category-info-sub,
#product-category p.text-muted,
.product-filter-bottom .col-sm-6 {
  font-size: 13px !important;
  color: #777777 !important;
  font-weight: 400 !important;
}

#product-category hr {
  display: none !important;
}

/* 2. Top Filter & Sort Bar (Figma Match) */
.product-filter.product-filter-top,
.filters-panel.product-filter-top,
#display-control {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
  padding: 0 0 15px 0 !important;
  margin-top: 10px !important;
  margin-bottom: 35px !important;
  width: 100% !important;
}

.filters-panel .row {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Hide clunky elements: sidebar toggle, number buttons (2,3,5), table view, compare, show-limit */
.filters-panel .open-sidebar,
.filters-panel .sidebar-overlay,
.filters-panel .btn-gridview,
.filters-panel #grid-view-2,
.filters-panel #grid-view-3,
.filters-panel #grid-view-5,
.filters-panel #grid-view,
.filters-panel #table-view,
.filters-panel .product-compare,
.filters-panel .form-group:nth-child(2),
#display-control .col-lg-3:first-child,
#display-control .col-lg-3:last-child {
  display: none !important;
}

/* Align Sort By on left of view buttons */
.filters-panel .short-by-show {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  order: 1 !important;
}

.filters-panel .form-group.short-by {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.filters-panel label.control-label {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444444 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.filters-panel select#input-sort,
#input-sort {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  height: 38px !important;
  padding: 0 32px 0 12px !important;
  background-color: #ffffff !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: auto !important;
}

/* Align View Mode buttons on the right side next to Sort By (Figma Match) */
.filters-panel .view-mode {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  order: 2 !important;
}

.filters-panel .list-view {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Minimalist Square Grid (4-col) and List View Buttons - Figma style */

.filters-panel #grid-view-4 svg,
.filters-panel #list-view svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.filters-panel #grid-view-4:hover,
.filters-panel #list-view:hover {
  border-color: #111111 !important;
  background: #f5f5f5 !important;
  color: #111111 !important;
}

.filters-panel #grid-view-4.active,
.filters-panel #list-view.active {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
}


/* 3. Product Cards Grid (4 Columns Desktop, 2 Columns Mobile) */
.theme57-wishlist-col,
#product-list .col {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding: 0 12px !important;
  margin-bottom: 30px !important;
}

/* Product Card Wrapper */
.theme57-wishlist-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: transform 0.3s ease !important;
}

/* Image Container (Tall Portrait 3:4 Aspect Ratio) */
.theme57-wishlist-img-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  background-color: #f4f4f4 !important;
}

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

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

/* Badges on Image (NEW DROP & -50%) */
.theme57-wishlist-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  z-index: 2 !important;
}

/* Product Card Details */
.theme57-wishlist-details {
  padding: 12px 0 0 0 !important;
  text-align: left !important;
}

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

/* Hide the heavy black ADD TO BAG button on Category Grid (grid view only) */
.theme57-wishlist-addbag {
  display: none !important;
}

/* ============================================================
   LIST VIEW LAYOUT - complete override when #list-view clicked
   ============================================================ */

/* Full-width product rows */
.products-category.view-list .products-list .product-layout {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* Card becomes a horizontal flex row - FULL WIDTH */
.products-category.view-list .products-list .product-layout .theme57-wishlist-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Image container: fixed size, no aspect-ratio override */
.products-category.view-list .products-list .product-layout .theme57-wishlist-img-wrap {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  height: 175px !important;
  aspect-ratio: unset !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  background: #f4f4f4 !important;
}

/* Image fills the fixed container */
.products-category.view-list .products-list .product-layout .theme57-wishlist-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Text details take remaining width */
.products-category.view-list .products-list .product-layout .theme57-wishlist-details {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* Product title: allow wrapping in list view */
.products-category.view-list .products-list .product-layout .theme57-wishlist-title {
  -webkit-line-clamp: 2 !important;
  font-size: 16px !important;
}

/* Price styling in list view */
.products-category.view-list .products-list .product-layout .theme57-wishlist-price-box {
  margin-bottom: 12px !important;
}

/* ADD TO BAG button: visible and styled in list view */
.products-category.view-list .products-list .product-layout .theme57-wishlist-addbag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  border-radius: 2px !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-addbag:hover {
  background: #333333 !important;
}

/* Badges stay on image in list view */
.products-category.view-list .products-list .product-layout .theme57-badge-newdrop,
.products-category.view-list .products-list .product-layout .theme57-wishlist-badge {
  display: inline-block !important;
}

/* ============================================================
   GRID VIEW LAYOUT - default 4-column
   ============================================================ */

.products-category.view-grid .products-list .product-layout {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding: 0 12px !important;
  margin-bottom: 30px !important;
}

/* Hide Product Image Zoom Button & Search Icon */
.gallery-zoom,
.large-image .gallery-zoom,
.large-image .fa-search,
.large-image button.btn-search,
.product-image-container .gallery-zoom,
.large-image + .zoom-button,
.product-view .large-image .zoom-button {
  display: none !important;
}

/* ============================================================
   PRODUCT OPTIONS - Size Boxes & Color Swatches (Image 3 UI)
   ============================================================ */

/* Size Chart Link */
.iar-size-chart-link {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0d9488 !important;
  text-decoration: underline !important;
  letter-spacing: 0.5px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
}

.iar-size-chart-link:hover {
  color: #0f766e !important;
}

/* Option container layout */
#product .form-group {
  margin-bottom: 22px !important;
}

#product .form-group .control-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #58595B !important;
  margin-bottom: 12px !important;
  display: block !important;
 min-width: 0;font-family: "Source Sans 3", sans-serif;
}
#product .form-group.option-group-color .control-label {
  text-transform: capitalize;
}
#product .form-group .quantity .control-label {
  margin-bottom: 0px !important;
}
.product-view .content-product-right .box-info-product .quantity .input-group {
      font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control span {
  display: none;
}
/* Radio item wrapper */
#product .option-items-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

#product .option-item-box,
#product div.radio {
  display: inline-block !important;
  margin: 0 !important;
}

#product div.radio label {
  padding-left: 0 !important;
  cursor: pointer !important;
  margin-bottom: 0 !important;
}

#product div.radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Size Option Bracket Buttons matching Figma Image 1 [ S ] [ M ] [ L ] [ XL ] */
#product .option-group-size .option-content-box,
#product .option-content-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  min-width: 44px !important;
  height: 38px !important;
  padding: 0 16px !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #555555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
  user-select: none !important;
}

/* Left bracket '[' */
#product .option-group-size .option-content-box::before,
#product .option-content-box::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 7px !important;
  border: 1.5px solid #cccccc !important;
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
  transition: all 0.2s ease !important;
}

/* Right bracket ']' */
#product .option-group-size .option-content-box::after,
#product .option-content-box::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 7px !important;
  border: 1.5px solid #cccccc !important;
  border-left: none !important;
  border-radius: 0 6px 6px 0 !important;
  transition: all 0.2s ease !important;
}

/* Hover state */
#product .option-content-box:hover {
  color: #111111 !important;
}

#product .option-content-box:hover::before,
#product .option-content-box:hover::after {
  border-color: transparent !important;
}

/* Selected Size Button */
#product input[type="radio"]:checked ~ .option-content-box,
#product .option-content-box.active {
  background: transparent !important;
  color: #111111 !important;
  font-weight: 700 !important;
}

#product input[type="radio"]:checked ~ .option-content-box::before,
#product input[type="radio"]:checked ~ .option-content-box::after,
#product .option-content-box.active::before,
#product .option-content-box.active::after {
  border-color: #111111 !important;
  border-width: 2px !important;
}



/* Color Option Swatches (Circular Color Pills) */
#product .option-group-color .option-content-box,
#product .option_image .option-content-box {
  position: relative !important;
  min-width: 38px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 2px solid #e0e0e0 !important;
}

#product .option_image .option-content-box img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* Color swatches are round pills, not bracket buttons - suppress the [ ] bracket pseudo-elements here */
#product .option-group-color .option-content-box::before,
#product .option-group-color .option-content-box::after,
#product .option_image .option-content-box::before,
#product .option_image .option-content-box::after {
  content: none !important;
}

#product .option-group-color input[type="radio"]:checked ~ .option-content-box,
#product .option-group-color .option-content-box.active,
#product .option_image input[type="radio"]:checked ~ .option-content-box,
#product .option_image .option-content-box.active {
  border-color: #111111 !important;
  outline: 2px solid #111111 !important;
  outline-offset: 2px !important;
  background: transparent !important;
}

/* Product Tags - slightly smaller than default btn-sm (14px) */
#tab-tags .btn {
  font-size: 12px !important;
}

/* ============================================================
   LUXURY BOUTIQUE FASHION - SCROLL REVEAL & HOVER ANIMATIONS
   ============================================================ */

/* Top Category Slider - Keep Static and Immediately Visible (No Scroll Hiding) */
.cat-wrap,
.so-categories,
.cat-wrap .content-box,
.cat-wrap .image-cat {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* Scroll reveal items initial state for modules & cards */
.iar-scroll-item {
  opacity: 0 !important;
  transform: translateY(30px) scale(0.98) !important;
  filter: blur(2px) !important;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform, filter !important;
}

/* Scroll reveal items active visible state */
.iar-scroll-item.iar-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

/* Luxury Fashion Silk Sheen Reflection on Product Cards */
.theme57-wishlist-img-wrap,
.product-layout .image {
  position: relative !important;
  overflow: hidden !important;
}

.theme57-wishlist-img-wrap::after,
.product-layout .image::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -75% !important;
  width: 45% !important;
  height: 200% !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  transform: rotate(25deg) !important;
  transition: left 0.75s ease-in-out, opacity 0.75s ease-in-out !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.theme57-wishlist-card:hover .theme57-wishlist-img-wrap::after,
.product-layout:hover .image::after {
  left: 140% !important;
  opacity: 1 !important;
}

/* Category & Product Cards Smooth Hover Zoom */
.cat-wrap .image-cat img,
.theme57-wishlist-card .theme57-wishlist-img-wrap img,
.banner-item img,
.product-image-container img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cat-wrap .content-box:hover .image-cat img,
.theme57-wishlist-card:hover .theme57-wishlist-img-wrap img,
.banner-item:hover img {
  transform: scale(1.06) !important;
}

/* Smooth Button Elevation on Hover */
.btn-mega, .btn-checkout, #button-cart, .iar-size-chart-link {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-mega:hover, .btn-checkout:hover, #button-cart:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

/* ============================================================
   2026 HIGH-FASHION BOUTIQUE INTERACTIVE ANIMATIONS
   ============================================================ */

/* 1. Pulsing Fashion Sale & Discount Badges */
.label-sale, .label-new, .badge-sale, .discount-badge, .label-percent {
  animation: iarBadgePulse 2s infinite ease-in-out !important;
}

@keyframes iarBadgePulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(229, 57, 53, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}

/* 2. Interactive Title Line Shimmer Animation (Positioned cleanly under subtitles) */
.modtitle::after,
.title-section::after,
.section-title::after {
  content: none !important;
}

.title-section .sub-title::after,
.title-section p::after,
.modtitle h2::after,
.modtitle h3::after,
.modtitle .sub-title::after,
.section-title .sub-title::after {
  content: '' !important;
  display: block !important;
  width: 50px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #111111 0%, #d4af37 50%, #111111 100%) !important;
  background-size: 200% 100% !important;
  margin-top: 8px !important;
  border-radius: 2px !important;
  animation: iarLineShimmer 3s infinite linear !important;
}

@keyframes iarLineShimmer {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}


/* 3. Static Banner Shimmer Overlay */
.banner-item, .static-block, .so-banner {
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
}

.banner-item:hover, .static-block:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

/* 4. Interactive Card Soft Elevation & Border Glow */
.product-item-container, .theme57-wishlist-card, .content-box {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease !important;
}

.product-item-container:hover, .theme57-wishlist-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-4px) !important;
}

/* 5. Interactive Magnetic Buttons */
.btn-mega, .btn-checkout, #button-cart, .btn-primary, .button, .iar-size-chart-link {
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-mega:active, .btn-checkout:active, #button-cart:active, .btn-primary:active {
  transform: scale(0.96) !important;
}

/* 6. Wishlist Heart & Action Icon Pulse on Hover */
.btn-wishlist, .btn-compare, .quickview, .icon-cart {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-wishlist:hover, .btn-compare:hover, .quickview:hover {
  transform: scale(1.25) rotate(5deg) !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;
}

/* ============================================================
   THEME 57 FILTER SIDEBAR BORDER (STRICTLY SCOPED TO THEME 57)
   ============================================================ */
body.layout-57 .so_filter_wrap,
body.layout-57 .theme57-filter-wrap,
.theme57-filter-wrap {
  border: 1px solid #e2e8f0 !important;
  padding: 20px 20px 15px 20px !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  margin-bottom: 30px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

/* Size chart modal ADD TO BAG active button style (Theme 57) */
body.layout-57 .iar-sizechart-addbag-btn,
.iar-sizechart-addbag-btn {
  width: 100% !important;
  padding: 14px 20px !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition: background-color 0.2s ease !important;
}

body.layout-57 .iar-sizechart-addbag-btn:hover,
.iar-sizechart-addbag-btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* Size chart modal width & diagram image max visibility (Theme 57) */
body.layout-57 .iar-sizechart-modal-container,
.iar-sizechart-modal-container {
  max-width: 800px !important;
  width: 95% !important;
}

body.layout-57 .iar-sizechart-diagram-svg,
.iar-sizechart-diagram-svg {
  max-width: 100% !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  padding: 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
}

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

/* ============================================================
   THEME 57 PRODUCT PAGE RIGHT COLUMN UI (IMAGE 1 MATCH)
   ============================================================ */

/* Cart & Wishlist Side-by-Side Row */

body.layout-57 .theme57-btn-cart,
.theme57-btn-cart {
  flex: 1 !important;
  height: 46px !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

body.layout-57 .theme57-btn-cart:hover,
.theme57-btn-cart:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}

body.layout-57 .theme57-btn-wishlist,
.theme57-btn-wishlist {
  flex: 1 !important;
  height: 46px !important;
  background-color: #ffffff !important;
  color: #0d9488 !important;
  border: 1.5px solid #0d9488 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

body.layout-57 .theme57-btn-wishlist:hover,
.theme57-btn-wishlist:hover {
  background-color: #f0fdf4 !important;
  border-color: #0f766e !important;
  color: #0f766e !important;
}

/* Share Section */
body.layout-57 .theme57-share-row,
.theme57-share-row {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 25px !important;
}

body.layout-57 .theme57-share-label,
.theme57-share-label {
    font-size: 14px;
    font-weight: 500;
    color: #58595B;
    font-family: "Source Sans 3", sans-serif;
}

body.layout-57 .theme57-share-icons,
.theme57-share-icons {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
}

body.layout-57 .theme57-share-icon:hover,
.theme57-share-icon:hover {
  color: #fff !important;
  transform: scale(1.15) !important;
}

/* Delivery Details & Pincode Box */
body.layout-57 .theme57-delivery-details-box,
.theme57-delivery-details-box {
  margin-bottom: 25px !important;
  width: 100% !important;
}

body.layout-57 .theme57-delivery-title,
.theme57-delivery-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 10px !important;
  display: block !important;
}

body.layout-57 .theme57-pincode-input-group,
.theme57-pincode-input-group {
  display: flex !important;
  align-items: center !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  margin-bottom: 14px !important;
}

body.layout-57 .theme57-pincode-input,
.theme57-pincode-input {
  flex: 1 !important;
  height: 42px !important;
  border: none !important;
  padding: 0 14px !important;
  font-size: 13px !important;
  color: #333333 !important;
  outline: none !important;
  box-shadow: none !important;
}

body.layout-57 .theme57-pincode-btn,
.theme57-pincode-btn {
  height: 42px !important;
  padding: 0 18px !important;
  background: transparent !important;
  color: #0d9488 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  cursor: pointer !important;
}

body.layout-57 .theme57-return-policy-badge,
.theme57-return-policy-badge {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 8px !important;
  background: #fbfbfb !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: #555555 !important;
}

body.layout-57 .theme57-return-icon,
.theme57-return-icon {
  flex-shrink: 0 !important;
  color: #666666 !important;
  margin-top: 1px !important;
}
.ml-phone-input {
  background-color: white  !important;
  font-size: 15px !important;
}
/* Product Details Accordion */
body.layout-57 .theme57-product-accordion,
.theme57-product-accordion {
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  margin-top: 20px !important;
}

body.layout-57 .theme57-accordion-header,
.theme57-accordion-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 20px !important;
  background: #ffffff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  user-select: none !important;
}

body.layout-57 .theme57-accordion-arrow,
.theme57-accordion-arrow {
  font-size: 12px !important;
  color: #666666 !important;
  transition: transform 0.25s ease !important;
}

body.layout-57 .theme57-accordion-header.open .theme57-accordion-arrow,
.theme57-accordion-header.open .theme57-accordion-arrow {
  transform: rotate(180deg) !important;
}

body.layout-57 .theme57-accordion-body,
.theme57-accordion-body {
  padding: 16px 20px 20px 20px !important;
  border-top: 1px solid #eeeeee !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  background: #fafafa !important;
}

/* ============================================================
   THEME 57 PRODUCT PAGE RIGHT COLUMN UI (IMAGE 1 MATCH)
   ============================================================ */

/* Cart & Wishlist Side-by-Side Row */
body.layout-57 .theme57-cart-wishlist-row,
.theme57-cart-wishlist-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
}

body.layout-57 .theme57-btn-cart,
.theme57-btn-cart {
  flex: 1;
  height: 46px;
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

body.layout-57 .theme57-btn-cart:hover,
.theme57-btn-cart:hover {
  background-color: #111111;
  color: #ffffff;
}

body.layout-57 .theme57-btn-wishlist,
.theme57-btn-wishlist {
  flex: 1;
  height: 46px;
  background-color: #ffffff;
  color: #0d9488;
  border: 1.5px solid #0d9488;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.layout-57 .theme57-btn-wishlist:hover,
.theme57-btn-wishlist:hover {
  background-color: #f0fdf4;
  border-color: #0f766e;
  color: #0f766e;
}

/* Product Details Accordion */
body.layout-57 .theme57-product-accordion,
.theme57-product-accordion {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}

body.layout-57 .theme57-accordion-header,
.theme57-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  user-select: none;
}

body.layout-57 .theme57-accordion-arrow,
.theme57-accordion-arrow {
  font-size: 12px;
  color: #666666;
  transition: transform 0.25s ease;
}

body.layout-57 .theme57-accordion-header.open .theme57-accordion-arrow,
.theme57-accordion-header.open .theme57-accordion-arrow {
  transform: rotate(180deg);
}

body.layout-57 .theme57-accordion-body,
.theme57-accordion-body {
  padding: 16px 20px 20px 20px;
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 1.6;
  color: #444444;
  background: #fafafa;
}

/* Clean minimalist Share Row */
body.layout-57 .theme57-share-row,
.theme57-share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
}

body.layout-57 .theme57-share-icons,
.theme57-share-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

body.layout-57 .theme57-share-icon:hover,
.theme57-share-icon:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
  transform: translateY(-2px);
}

/* Overriding default OpenCart core elements requires !important */
body.layout-57 .product-box-desc,
body.layout-57 #product > h3,
body.layout-57 .social_media_detail,
body.layout-57 .form-group.social-share:not(.theme57-share-row),
body.layout-57 .theme57-delivery-details-box {
  display: none !important;
}

body.layout-57 #product .form-group .control-label:before,
body.layout-57 #product .form-group.required .control-label:before,
body.layout-57 #product .required .control-label:before {
  display: none !important;
  content: none !important;
}

body.layout-57 .producttab a[href="#tab-description"],
body.layout-57 .producttab li:has(a[href="#tab-description"]),
body.layout-57 #tab-description {
  display: none !important;
}

/* Reviews tab nav link is redundant now (review content always shown below description),
   but keep the actual review content (write review + review list) visible */
body.layout-57 .producttab a[href="#tab-review"],
body.layout-57 .producttab li:has(a[href="#tab-review"]) {
  display: none !important;
}

/* 5 Color Swatches per Row in Filter Sidebar (Theme 57) */
body.layout-57 .theme57-color-swatches-wrap,
.theme57-color-swatches-wrap {
  display: grid;
  grid-template-columns: repeat(5, 30px);
  gap: 12px;
  max-width: 100%;
  padding: 12px 0 6px 0;
}

/* Compact padding for Filter Sidebar (Theme 57) */
body.layout-57 .so_filter_wrap,
body.layout-57 .theme57-filter-wrap,
.theme57-filter-wrap {
  padding: 12px 14px !important;
}

body.layout-57 .module.so_filter_wrap .modcontent,
body.layout-57 .content-aside .module.so_filter_wrap .modcontent,
body.layout-57 .so_filter_wrap .modcontent,
.theme57-filter-wrap .modcontent {
  padding: 0 !important;
  margin: 0 !important;
}

body.layout-57 .theme57-filter-header,
.theme57-filter-header {
  padding: 4px 0 10px 0 !important;
}

/* ============================================================
   WFT DUAL COLLECTION SPLIT BANNER
   ============================================================ */
.wft-split-banner-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 540px;
  overflow: hidden;
  margin: 40px 0;
}

.wft-split-panel {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.wft-split-panel .panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wft-split-panel:hover .panel-bg {
  transform: scale(1.04);
}

.wft-split-panel .panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.wft-split-panel:hover .panel-overlay {
  background: rgba(0, 0, 0, 0.12);
}

.wft-split-panel .panel-label {
  position: absolute;
  bottom: 30px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 2;
}

.wft-split-panel.left-panel .panel-label {
  left: 30px;
}

.wft-split-panel.right-panel .panel-label {
  right: 30px;
}

/* Center Overlay Card */
.wft-split-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 45px 55px;
  text-align: center;
  width: 33%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  z-index: 10;
  box-sizing: border-box;
}

.wft-split-card .card-line {
  width: 36px;
  height: 1.5px;
  background: #333333;
  margin: 0 auto 20px auto;
}


.wft-split-card .card-button:hover {
  color: #555555;
  border-bottom-color: #555555;
}

.wft-split-card .card-button:hover .arrow {
  transform: translateX(3px);
}
/* =========================================================
   REVIEWS & TRUST STATS SECTION (FIGMA MATCHING STYLES)
   ========================================================= */

.reviews-trust-section {
    background-color: #ffffff;
    padding: 70px 20px 60px 20px;
    max-width: 1320px;
    margin: 0 auto;
    font-family: "Inter", sans-serif !important;
    color: #111111;
    box-sizing: border-box;
}

/* Review Cards */
.reviews-trust-section .review-card {
    background-color: #f7f7f8;
    padding: 28px 24px 24px 24px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reviews-trust-section .review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.reviews-trust-section .reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-trust-section .avatar-box {
    width: 34px;
    height: 34px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    flex-shrink: 0;
}

.reviews-trust-section .reviewer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-trust-section .verified-icon {
    color: #10b981;
    font-size: 11px;
    margin-left: 2px;
}

/* Slider Next Arrow Button */
.reviews-trust-section .slider-next-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #111111;
    z-index: 5;
    transition: all 0.2s ease;
}

.reviews-trust-section .slider-next-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

/* 2. TRUST STATS COUNTER ROW */
.reviews-trust-section .trust-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
    margin-bottom: 70px;
}

.reviews-trust-section .stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviews-trust-section .stat-icon {
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.reviews-trust-section .stat-icon svg {
    stroke-width: 1.5px;
    width: 26px;
    height: 26px;
}

.reviews-trust-section .stat-content {
    display: flex;
    flex-direction: column;
}

.reviews-trust-section .stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 2px 0;
    line-height: 1.1;
}

/* 3. BOTTOM BANNER HEADER */

.reviews-trust-section .banner-header-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 8px;
}

.reviews-trust-section .banner-header-wrap .line {
    flex: 1;
    max-width: 280px;
    height: 1px;
    background-color: #e5e5e5;
}

.reviews-trust-section .banner-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
}

/* =========================================================
   SEASON PICKS / FRESH THIS WEEK SECTION (FIGMA MATCHING STYLES)
   ========================================================= */

.season-picks-container {
    background-color: #ffffff;
    padding: 60px 20px;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    color: #111111;
    box-sizing: border-box;
}

/* Header Section */
.season-picks-container .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.season-picks-container .header-title-wrap {
    display: flex;
    flex-direction: column;
}

.season-picks-container .sub-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777777;
    margin: 0 0 8px 0;
}

.season-picks-container .main-title {
    font-size: 38px;
    font-weight: 400;
    color: #111111;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.season-picks-container .shop-now-btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
}

.season-picks-container .shop-now-btn:hover {
    opacity: 0.7;
}

/* 4 Cards Grid */
.season-picks-container .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card Item */
.season-picks-container .card-item {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.season-picks-container .card-image-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: #f5f5f7;
    width: 100%;
}

.season-picks-container .card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}

.season-picks-container .card-item:hover .card-image-box img {
    transform: scale(1.04);
}

/* Gradient Overlay */
.season-picks-container .card-image-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Overlay Text inside Image */
.season-picks-container .overlay-text {
    position: absolute;
    bottom: 22px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    display: block;
}

/* Caption below Image */
.season-picks-container .card-caption {
    font-size: 18px;
    font-weight: 500;
    color: #171717;
    margin: 14px 0 0 0;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.shop-container .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0) 80%);
    z-index: 1;
    pointer-events: none;
}

.shop-container .banner-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop-container .limited-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    background: transparent;
    padding: 0;
}

.shop-container .lightning-icon {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}

.shop-container .banner-title {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.shop-container .banner-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 400;
}

/* Right Products Section */
/* Hide default module title for define yourself extra slider */
.dev-define-extra57 > h3.modtitle,
.so-extraslider-theme57 > h3.modtitle {
    display: none !important;
}

.products-section,
.dev-define-extra57,
.so-extraslider-theme57 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.section-title,
.shop-container .section-title,
.dev-define-extra57 .section-title,
.so-extraslider-theme57 .section-title {
    font-size: 22px;
    font-weight: 500 !;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #555555 !;
    margin: 0 0 30px 0;
    line-height: 1.35;
}

.product-list,
.shop-container .product-list,
.dev-define-extra57 .product-list,
.so-extraslider-theme57 .product-list {
    display: flex;
    flex-direction: column;
}

/* Product Card Row */
.product-card,
.shop-container .product-card,
.dev-define-extra57 .product-card,
.so-extraslider-theme57 .product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    gap: 20px;
    transition: background 0.2s ease;
}

.product-card:first-child,
.shop-container .product-card:first-child,
.dev-define-extra57 .product-card:first-child,
.so-extraslider-theme57 .product-card:first-child {
    border-top: 1px solid #eeeeee;
}
.common-home .so-page-builder .define-urself .row-style, 
.common-home .so-page-builder .define-urself .col-style {
  padding-left: 0 !important;
}
/* Product Image Box */
.product-img-wrapper,
.shop-container .product-img-wrapper,
.dev-define-extra57 .product-img-wrapper,
.so-extraslider-theme57 .product-img-wrapper {
    position: relative;
    width: 100px;
    height: 118px;
    flex-shrink: 0;
    background-color: #f5f5f7;
    overflow: hidden;
    border-radius: 0px;
}

.product-img,
.shop-container .product-img,
.dev-define-extra57 .product-img,
.so-extraslider-theme57 .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Badge Overlay */
.product-badge,
.shop-container .product-badge,
.dev-define-extra57 .product-badge,
.so-extraslider-theme57 .product-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 6px 9px;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 1;
    z-index: 2;font-family: "Inter", sans-serif;
}

/* Product Details */
.product-details,
.shop-container .product-details,
.dev-define-extra57 .product-details,
.so-extraslider-theme57 .product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-title,
.shop-container .product-title,
.dev-define-extra57 .product-title,
.so-extraslider-theme57 .product-title {
    font-size: 16px;
    margin: 0;
    line-height: 1.3;
}

.product-title a,
.shop-container .product-title a,
.dev-define-extra57 .product-title a,
.so-extraslider-theme57 .product-title a {
    color: #171717;
    text-decoration: none;
     font-weight: 500;
     font-family: "Inter", sans-serif;
    transition: color 0.2s ease;
}

.product-title a:hover,
.shop-container .product-title a:hover,
.dev-define-extra57 .product-title a:hover,
.so-extraslider-theme57 .product-title a:hover {
    color: #555555;
}

.product-price,
.shop-container .product-price,
.dev-define-extra57 .product-price,
.so-extraslider-theme57 .product-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.current-price,
.shop-container .current-price,
.dev-define-extra57 .current-price,
.so-extraslider-theme57 .current-price {
    color: #171717;
    font-weight: 500;font-family: "Inter", sans-serif;
}

.original-price,
.shop-container .original-price,
.dev-define-extra57 .original-price,
.so-extraslider-theme57 .original-price {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
}

/* Product Actions (Quick View & Arrow Buttons) */
.product-actions,
.shop-container .product-actions,
.dev-define-extra57 .product-actions,
.so-extraslider-theme57 .product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.btn-quickview,
.shop-container .btn-quickview,
.dev-define-extra57 .btn-quickview,
.so-extraslider-theme57 .btn-quickview {
    border: 1px solid #111111 !important;
    background: transparent !important;
    color: #111111 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 10px 18px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1.2 !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;font-family: "Source Sans 3", sans-serif;
}

.btn-quickview:hover,
.shop-container .btn-quickview:hover,
.dev-define-extra57 .btn-quickview:hover,
.so-extraslider-theme57 .btn-quickview:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.btn-arrow,
.shop-container .btn-arrow,
.dev-define-extra57 .btn-arrow,
.so-extraslider-theme57 .btn-arrow {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #111111 !important;
    background: transparent !important;
    color: #111111 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    text-decoration: none !important;
}

.btn-arrow:hover,
.shop-container .btn-arrow:hover,
.dev-define-extra57 .btn-arrow:hover,
.so-extraslider-theme57 .btn-arrow:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.arrow-icon,
.shop-container .arrow-icon,
.dev-define-extra57 .arrow-icon,
.so-extraslider-theme57 .arrow-icon {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

/* Shop Now Link at Bottom */
.shop-now-wrapper,
.shop-now-container,
.shop-container .shop-now-wrapper,
.dev-define-extra57 .shop-now-wrapper,
.so-extraslider-theme57 .shop-now-wrapper {
    margin-top: 30px;
}

.shop-now-link,
.btn-shop-now,
.shop-container .shop-now-link,
.dev-define-extra57 .shop-now-link,
.so-extraslider-theme57 .shop-now-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    display: inline-block;font-family: "Inter", sans-serif;
}

.shop-now-link:hover,
.btn-shop-now:hover,
.shop-container .shop-now-link:hover,
.dev-define-extra57 .shop-now-link:hover,
.so-extraslider-theme57 .shop-now-link:hover {
    opacity: 0.7;
    color: #111111;
}

/* YouTube Video Section Margin Top & Column Zero Padding Reset */
#h15-section-style5,
section#h15-section-style5,
.h15-section-style5 {
  margin-top: 40px !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: "Inter", 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-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: 6px;
  padding-right: 6px;
  margin-bottom: 20px;
}

.theme57-wishlist-card {
  background: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.theme57-search-page-open ul.breadcrumb {
      display: none;
}
/* 6. Image Container & Aspect Ratio */

.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: 8px;
  right: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 6px;
  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: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}

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

.theme57-wishlist-title {
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

/* 10. Solid Black ADD TO BAG Action Button */
.theme57-wishlist-addbag {
  width: 100%;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 9px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  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: "Inter", 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: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;
}

.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;
}

.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;
}

/* Theme 57 Instant SPA Search View */
#theme57-instant-search-page {
  display: none;
  background: #ffffff;
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 999999;
}

body.theme57-search-page-open #theme57-instant-search-page {
  display: block !important;
}

body.theme57-search-page-open #header,
body.theme57-search-page-open header#header,
body.theme57-search-page-open .typeheader-57,
body.theme57-search-page-open #content,
body.theme57-search-page-open main,
body.theme57-search-page-open footer,
body.theme57-search-page-open footer#footer,
body.theme57-search-page-open .typefooter-57,
body.theme57-search-page-open .footer-container {
  display: none !important;
}


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-instant-search-wrap {
  padding: 30px 40px 60px 40px;
  background: #ffffff;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

.theme57-search-page .product-filter,
.theme57-search-page .filters-panel,
.theme57-search-page .view-mode,
.theme57-search-page .short-by-show,
.theme57-search-page .product-compare,
.theme57-instant-search-wrap .product-filter,
.theme57-instant-search-wrap .filters-panel,
.theme57-instant-search-wrap .view-mode,
.theme57-instant-search-wrap .short-by-show,
.theme57-instant-search-wrap .product-compare,
.theme57-instant-search-page .product-filter,
.theme57-instant-search-page .filters-panel,
.theme57-instant-search-page .view-mode,
.theme57-instant-search-page .short-by-show,
.theme57-instant-search-page .product-compare {
  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-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;
}

.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-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-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-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;
}

/* ==========================================================================
   THEME 57 UNIFORM MODULE HEADERS & SECTION SPACING DESIGN SYSTEM
   ========================================================================== */

/* 1. UNIFORM SECTION SPACING BETWEEN MODULES */
.common-home #content .module,
.common-home #content .box-layout,
.common-home #content .season-picks-container,
.common-home #content .reviews-trust-section,
.common-home #content .theme57-toppicks-module,
.common-home #content .dev-extra-top-picks57,
.common-home #content .dev-extra-top_pics57,
.common-home #content .so-extraslider-theme57,
.common-home #content .so-deals-theme57,
.common-home #content .so-basic-products,
.common-home #content section[class*="module"],
.common-home #content section.module {
  margin-top: 30px !important;
  margin-bottom: 35px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   SHOP BY CATEGORY SECTION (FIGMA MATCHING LIGHT GRAY BG & LAYOUT)
   ========================================================= */

.shop-by-category-section,
.shop-by-category,
.theme57-shop-category-module {
  background-color: #fff !important;
  padding: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}
.common-home .so-page-builder .feature-week  .container-fluid.page-builder-ltr {
      padding: 0 !important;
}
.season-picks-container {
  padding: 20px 20px 40px 20px !important;
}

/* Header inside Shop by Category */
/* ============================================================
   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-bottom: 25px !important;
  padding-bottom: 5px !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: #111111 !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: #6B7280 !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;
}

/* ============================================================
   THEME 57 CATEGORY PAGE HEADER TOOLBAR (IMAGE 1 EXACT MATCH)
   ============================================================ */

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-swatch.opt_active .theme57-color-dot,
.theme57-color-swatch.opt_active .theme57-color-dot {
  border: 2px solid #ffffff !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_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; /* Hide tick to look clean and premium */
}

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

body.layout-57 .theme57-color-swatch.opt_active .theme57-color-tick[style*="white"] {
  color: #111111 !important;
  text-shadow: none !important;
}

body.layout-57 .theme57-listing-header,
.theme57-listing-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #eeeeee !important;
  background: transparent !important;
}

body.layout-57 .theme57-listing-header .theme57-header-left,
.theme57-listing-header .theme57-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

body.layout-57 .theme57-listing-header .theme57-cat-title,
.theme57-listing-header .theme57-cat-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 550;
  color: #111111;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

body.layout-57 .theme57-listing-header .theme57-cat-count,
.theme57-listing-header .theme57-cat-count {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
  padding: 0;
}

body.layout-57 .theme57-listing-header .theme57-header-right,
.theme57-listing-header .theme57-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

body.layout-57 .theme57-listing-header .theme57-sort-by-wrap,
.theme57-listing-header .theme57-sort-by-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.layout-57 .theme57-listing-header .theme57-sort-by-wrap label,
.theme57-listing-header .theme57-sort-by-wrap label {
  display: none; /* Hide external Sort by label */
}

body.layout-57 .theme57-listing-header .theme57-sort-select,
.theme57-listing-header .theme57-sort-select {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 6px 36px 6px 12px;
  height: 36px;
  line-height: 22px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.layout-57 .theme57-listing-header .theme57-sort-select:hover,
.theme57-listing-header .theme57-sort-select:hover {
  border-color: #111111;
}

/* Joined compact box for view toggle buttons matching Image 1 */
body.layout-57 .theme57-listing-header .theme57-view-toggle,
.theme57-listing-header .theme57-view-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle {
  width: 28px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: none;
  border-right: 1px solid #e2e8f0;
  color: #888888;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: none;
  border-radius: 0;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle:last-child,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle:last-child {
  border-right: none;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle svg,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle svg {
  width: 10px;
  height: 10px;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle.active,
.theme57-listing-header .theme57-view-toggle .btn-view-toggle.active {
  background: #111111;
  color: #ffffff;
}

body.layout-57 .theme57-listing-header .theme57-view-toggle .btn-view-toggle:hover:not(.active),
.theme57-listing-header .theme57-view-toggle .btn-view-toggle:hover:not(.active) {
  background: #f8fafc;
  color: #334155;
}

.shop-by-category-section .section-header h2,
.shop-by-category .section-header h2,
.shop-by-category-section h2,
.shop-by-category h2 {
  font-family: "Inter", sans-serif;
  font-size: 30px !important;
  font-weight: 300 !important;
  color: #111111 !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.shop-by-category-section .section-header p,
.shop-by-category-section .section-header .text-muted,
.shop-by-category .section-header p,
.shop-by-category-section p.small,
.shop-by-category p.small {
  font-family: "Inter", sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0px !important;
  text-transform: capitalize !important;
  display: block !important;
}
.shop-by-category-section h3, .shop-by-category-section h4 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 25px;
}

/* 3. UNIFORM PRE-TEXT / SUB-TITLE (MATCH NEW ARRIVALS: JUST LANDED) */
.season-picks-container .sub-title,
.theme57-toppicks-header span,
.module-sub-title,
.sub-title,
.pre-title,
.pre_text,
.post-text,
.post_text,
.module-header .sub-title,
.module-header .pre-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  text-transform: capitalize !important;
  color: #333333;
  margin: 4px 0 0 0 !important;
  display: block !important;
  line-height: 1.3 !important;
}

/* 4. UNIFORM MAIN HEADING TITLE (MATCH NEW ARRIVALS: 28px, FONT-WEIGHT 400) */
.season-picks-container .main-title,
.theme57-toppicks-header h2,
.so-extraslider-theme57 .module-title,
.so-categories-theme57 .module-title,
.module-title,
.box-heading,
.modtitle,
.theme57-module-title,
h2.module-title,
h3.module-title,
.module-header h2,
.module-header h3 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #171717;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  background: transparent !important;
  border: none !important;
}

/* 5. UNIFORM RIGHT ACTION CTA LINK (VIEW ALL / SHOP NOW / EXPLORE ALL) */

.season-picks-container .shop-now-btn,
.theme57-toppicks-header a,
.so-extraslider-theme57 .view-all,
.so-categories-theme57 .view-all,
.view-all-link,
.btn-view-all,
.view-all-btn,
.view-all,
.module-title-right a,
.shop-now-link,
a.view-all,
a.shop-now {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px !important;
  color: #171717;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-bottom: 1.5px solid #111111 !important;
  padding-bottom: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  cursor: pointer !important;
}

.season-picks-container .shop-now-btn:hover,
.theme57-toppicks-header a:hover,
.so-extraslider-theme57 .view-all:hover,
.so-categories-theme57 .view-all:hover,
.view-all-link:hover,
.btn-view-all:hover,
.view-all-btn:hover,
.view-all:hover,
.module-title-right a:hover,
.shop-now-link:hover,
a.view-all:hover,
a.shop-now:hover {
  color: #000000 !important;
  border-bottom-color: #555555 !important;
  opacity: 0.75 !important;
  transform: translateX(4px) !important;
}

/* ==========================================================================
   FIGMA MATCH: CATEGORY LISTING PAGE (PRODUCT GRID & HEADER)
   ========================================================================== */

/* 1. Category Header Alignment & Typography */
#product-category h2,
.product-category h2,
.category-title {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  margin-bottom: 4px !important;
}

#product-category .category-info-sub,
#product-category p.text-muted,
.product-filter-bottom .col-sm-6 {
  font-size: 13px !important;
  color: #777777 !important;
  font-weight: 400 !important;
}

#product-category hr {
  display: none !important;
}

/* 2. Top Filter & Sort Bar (Figma Match) */
.product-filter.product-filter-top,
.filters-panel.product-filter-top,
#display-control {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
  margin-top: 10px !important;
  margin-bottom: 35px !important;
  width: 100% !important;
}

.filters-panel .row {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Hide clunky elements: sidebar toggle, number buttons (2,3,5), table view, compare, show-limit */
.filters-panel .open-sidebar,
.filters-panel .sidebar-overlay,
.filters-panel .btn-gridview,
.filters-panel #grid-view-2,
.filters-panel #grid-view-3,
.filters-panel #grid-view-5,
.filters-panel #grid-view,
.filters-panel #table-view,
.filters-panel .product-compare,
.filters-panel .form-group:nth-child(2),
#display-control .col-lg-3:first-child,
#display-control .col-lg-3:last-child {
  display: none !important;
}

/* Align Sort By on left of view buttons */
.filters-panel .short-by-show {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  order: 1 !important;
}

.filters-panel .form-group.short-by {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.filters-panel label.control-label {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #444444 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.filters-panel select#input-sort,
#input-sort {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  height: 38px !important;
  padding: 0 32px 0 12px !important;
  background-color: #ffffff !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: auto !important;
}

/* Align View Mode buttons on the right side next to Sort By (Figma Match) */
.filters-panel .view-mode {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  order: 2 !important;
}

.filters-panel .list-view {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* Minimalist Square Grid (4-col) and List View Buttons - Figma style */
.filters-panel #grid-view-4,
.filters-panel #list-view {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #555555 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.filters-panel #grid-view-4 svg,
.filters-panel #list-view svg {
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.filters-panel #grid-view-4:hover,
.filters-panel #list-view:hover {
  border-color: #111111 !important;
  background: #f5f5f5 !important;
  color: #111111 !important;
}

/* 3. Product Cards Grid (4 Columns Desktop, 2 Columns Mobile) */
.theme57-wishlist-col,
#product-list .col {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding: 0 12px !important;
  margin-bottom: 30px !important;
}

/* Product Card Wrapper */
.theme57-wishlist-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  transition: transform 0.3s ease !important;
}

/* Image Container (Tall Portrait 3:4 Aspect Ratio) */
.theme57-wishlist-img-wrap {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  background-color: #f4f4f4 !important;
}

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

.theme57-wishlist-card:hover .theme57-wishlist-img {
  transform: scale(1.04) !important;
}
.product-listing {
  padding: 0 25px 0 20px;
}
.product-detail {
  padding: 0 25px 0 30px;
}
/* Badges on Image (NEW DROP & -50%) */
.theme57-badge-newdrop {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 11px 8px !important;
  text-transform: uppercase !important;
  border-radius: 2px !important;
  z-index: 2 !important;
}

.theme57-wishlist-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 11px 8px !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  z-index: 2 !important;
}

/* Product Card Details */
.theme57-wishlist-details {
  padding: 12px 0 0 0 !important;
  text-align: left !important;
}

.theme57-wishlist-sublabel {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #737373 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 4px !important;
  font-family: "Inter", sans-serif;
}

.theme57-wishlist-title,
.theme57-wishlist-title a {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #171717 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

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

.theme57-wishlist-price {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #171717  !important;
  font-family: "Inter", sans-serif;
}

.theme57-wishlist-oldprice {
  font-size: 11px !important;
  color: #A1A1A1  !important;
  text-decoration: line-through !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.product-view .content-product-right .box-info-product .quantity {
  display: flex;
  gap: 10px;
}
/* Hide the heavy black ADD TO BAG button on Category Grid (grid view only) */
.theme57-wishlist-addbag {
  display: none !important;
}

/* ============================================================
   LIST VIEW LAYOUT - complete override when #list-view clicked
   ============================================================ */

.products-category.view-list .products-list .product-layout {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-img-wrap {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  height: 175px !important;
  aspect-ratio: unset !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  background: #f4f4f4 !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-details {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-title {
  -webkit-line-clamp: 2 !important;
  font-size: 16px !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-price-box {
  margin-bottom: 12px !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-addbag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  border-radius: 2px !important;
}

.products-category.view-list .products-list .product-layout .theme57-wishlist-addbag:hover {
  background: #333333 !important;
}

.products-category.view-list .products-list .product-layout .theme57-badge-newdrop,
.products-category.view-list .products-list .product-layout .theme57-wishlist-badge {
  display: inline-block !important;
}

/* ============================================================
   GRID VIEW LAYOUT - default 4-column
   ============================================================ */

.products-category.view-grid .products-list .product-layout {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding: 0 12px !important;
  margin-bottom: 15px !important;
}
.products-list .product-grid .product-item-container .left-block .button-group .btn-button.compare,
.products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview {
  display: none !important;
}
.products-list .product-grid .product-item-container .left-block .button-group .btn-button {
  background-color: #000;
}
/* Hide Product Image Zoom Button & Search Icon */
.gallery-zoom,
.large-image .gallery-zoom,
.large-image .fa-search,
.large-image button.btn-search,
.product-image-container .gallery-zoom,
.large-image + .zoom-button,
.product-view .large-image .zoom-button {
  display: none !important;
}

/* ============================================================
   PRODUCT OPTIONS - Size Boxes & Color Swatches (Image 3 UI)
   ============================================================ */

/* Size Chart Link */
.iar-size-chart-link {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0d9488 !important;
  text-decoration: underline !important;
  letter-spacing: 0.5px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
}

.iar-size-chart-link:hover {
  color: #0f766e !important;
}

#product .form-group {
  margin-bottom: 22px !important;
}
#product .option-items-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

#product .option-item-box,
#product div.radio {
  display: inline-block !important;
  margin: 0 !important;
}

#product div.radio label {
  padding-left: 0 !important;
  cursor: pointer !important;
  margin-bottom: 0 !important;
}

#product div.radio input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* Size Option Bracket Buttons matching Figma Image 1 [ S ] [ M ] [ L ] [ XL ] */
#product .option-group-size .option-content-box,
#product .option-content-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  min-width: 44px !important;
  height: 38px !important;
  padding: 0 16px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #555555 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
  user-select: none !important;
}

/* Left bracket '[' */
#product .option-group-size .option-content-box::before,
#product .option-content-box::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 7px !important;
  border-right: none !important;
  border-radius: 6px 0 0 6px !important;
  transition: all 0.2s ease !important;
}

/* Right bracket ']' */
#product .option-group-size .option-content-box::after,
#product .option-content-box::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 7px !important;
  border-left: none !important;
  border-radius: 0 6px 6px 0 !important;
  transition: all 0.2s ease !important;
}

/* Hover state */
#product .option-content-box:hover {
  color: #111111 !important;
}

/* Selected Size Button */
#product input[type="radio"]:checked ~ .option-content-box,
#product .option-content-box.active {
  background: transparent !important;
  color: #111111 !important;
  font-weight: 700 !important;
}

#product input[type="radio"]:checked ~ .option-content-box::before,
#product input[type="radio"]:checked ~ .option-content-box::after,
#product .option-content-box.active::before,
#product .option-content-box.active::after {
  border-color: transparent !important;
  border-width: 2px !important;
}

.quantity-control input[type="number"]::-webkit-inner-spin-button,
.quantity-control input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#product .option-group-color .option-content-box,
#product .option_image .option-content-box {
  position: relative !important;
  min-width: 38px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 2px solid #e0e0e0 !important;
}

#product .option_image .option-content-box img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* Color swatches are round pills, not bracket buttons - suppress the [ ] bracket pseudo-elements here */
#product .option-group-color .option-content-box::before,
#product .option-group-color .option-content-box::after,
#product .option_image .option-content-box::before,
#product .option_image .option-content-box::after {
  content: none !important;
}

#product .option-group-color input[type="radio"]:checked ~ .option-content-box,
#product .option-group-color .option-content-box.active,
#product .option_image input[type="radio"]:checked ~ .option-content-box,
#product .option_image .option-content-box.active {
  border: 1.24px solid #00A63E !important;
  outline: 1.24px solid #00A63E !important;
  outline-offset: 2px !important;
  background: transparent !important;
}

/* ============================================================
   LUXURY BOUTIQUE FASHION - SCROLL REVEAL & HOVER ANIMATIONS
   ============================================================ */

/* Top Category Slider - Keep Static and Immediately Visible (No Scroll Hiding) */
.cat-wrap,
.so-categories,
.cat-wrap .content-box,
.cat-wrap .image-cat {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* Scroll reveal items initial state for modules & cards */
.iar-scroll-item {
  opacity: 0 !important;
  transform: translateY(30px) scale(0.98) !important;
  filter: blur(2px) !important;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              filter 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform, filter !important;
}

/* Scroll reveal items active visible state */
.iar-scroll-item.iar-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

/* Luxury Fashion Silk Sheen Reflection on Product Cards */
.theme57-wishlist-img-wrap,
.product-layout .image {
  position: relative !important;
  overflow: hidden !important;
}

.theme57-wishlist-img-wrap::after,
.product-layout .image::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -75% !important;
  width: 45% !important;
  height: 200% !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.38) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  transform: rotate(25deg) !important;
  transition: left 0.75s ease-in-out, opacity 0.75s ease-in-out !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.theme57-wishlist-card:hover .theme57-wishlist-img-wrap::after,
.product-layout:hover .image::after {
  left: 140% !important;
  opacity: 1 !important;
}

/* Category & Product Cards Smooth Hover Zoom */
.cat-wrap .image-cat img,
.theme57-wishlist-card .theme57-wishlist-img-wrap img,
.banner-item img,
.product-image-container img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cat-wrap .content-box:hover .image-cat img,
.theme57-wishlist-card:hover .theme57-wishlist-img-wrap img,
.banner-item:hover img {
  transform: scale(1.06) !important;
}

/* Smooth Button Elevation on Hover */
.btn-mega, .btn-checkout, #button-cart, .iar-size-chart-link {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-mega:hover, .btn-checkout:hover, #button-cart:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

/* ============================================================
   2026 HIGH-FASHION BOUTIQUE INTERACTIVE ANIMATIONS
   ============================================================ */

/* 1. Pulsing Fashion Sale & Discount Badges */
.label-sale, .label-new, .badge-sale, .discount-badge, .label-percent {
  animation: iarBadgePulse 2s infinite ease-in-out !important;
}

@keyframes iarBadgePulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(229, 57, 53, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}

/* 2. Interactive Title Line Shimmer Animation (Positioned cleanly under subtitles) */
.modtitle::after,
.title-section::after,
.section-title::after {
  content: none !important;
}

.title-section .sub-title::after,
.title-section p::after,
.modtitle h2::after,
.modtitle h3::after,
.modtitle .sub-title::after,
.section-title .sub-title::after {
  content: '' !important;
  display: block !important;
  width: 50px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #111111 0%, #d4af37 50%, #111111 100%) !important;
  background-size: 200% 100% !important;
  margin-top: 8px !important;
  border-radius: 2px !important;
  animation: iarLineShimmer 3s infinite linear !important;
}

@keyframes iarLineShimmer {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}


/* 3. Static Banner Shimmer Overlay */
.banner-item, .static-block, .so-banner {
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
}

.banner-item:hover, .static-block:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}

/* 4. Interactive Card Soft Elevation & Border Glow */
.product-item-container, .theme57-wishlist-card, .content-box {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease !important;
}

.product-item-container:hover, .theme57-wishlist-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-4px) !important;
}

/* 5. Interactive Magnetic Buttons */
.btn-mega, .btn-checkout, #button-cart, .btn-primary, .button, .iar-size-chart-link {
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-mega:active, .btn-checkout:active, #button-cart:active, .btn-primary:active {
  transform: scale(0.96) !important;
}

/* 6. Wishlist Heart & Action Icon Pulse on Hover */
.btn-wishlist, .btn-compare, .quickview, .icon-cart {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-wishlist:hover, .btn-compare:hover {
  transform: scale(1.25) rotate(5deg) !important;
}

/* ============================================================
   THEME 57 FILTER SIDEBAR BORDER (STRICTLY SCOPED TO THEME 57)
   ============================================================ */
body.layout-57 .so_filter_wrap,
body.layout-57 .theme57-filter-wrap,
.theme57-filter-wrap {
  border: 1px solid #e2e8f0 !important;
  padding: 20px 20px 15px 20px !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  margin-bottom: 30px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}

/* Size chart modal ADD TO BAG active button style (Theme 57) */
body.layout-57 .iar-sizechart-addbag-btn,
.iar-sizechart-addbag-btn {
  width: 100% !important;
  padding: 14px 20px !important;

  background-color: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition: background-color 0.2s ease !important;
}

body.layout-57 .iar-sizechart-addbag-btn:hover,
.iar-sizechart-addbag-btn:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* Size chart modal width & diagram image max visibility (Theme 57) */
body.layout-57 .iar-sizechart-modal-container,
.iar-sizechart-modal-container {
  max-width: 800px !important;
  width: 95% !important;
}

body.layout-57 .iar-sizechart-diagram-svg,
.iar-sizechart-diagram-svg {
  max-width: 100% !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  padding: 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
}

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

/* ============================================================
   THEME 57 SHOPPING CART PAGE (LUXURY BOUTIQUE STYLE)
   ============================================================ */
body.layout-57 .theme57-cart-page,
.theme57-cart-page {
  padding-top: 25px;
  padding-bottom: 60px;
  font-family: "Inter", sans-serif;
}

body.layout-57 .theme57-cart-header,
.theme57-cart-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1.5px solid #111111;
}

body.layout-57 .theme57-cart-back,
.theme57-cart-back {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

body.layout-57 .theme57-cart-back:hover,
.theme57-cart-back:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

body.layout-57 .theme57-cart-header-title h1,
.theme57-cart-header-title h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #111111;
  margin: 0;
  text-transform: uppercase;
}

body.layout-57 .theme57-cart-table-wrap,
.theme57-cart-table-wrap {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

body.layout-57 .theme57-cart-table,
.theme57-cart-table {
  margin-bottom: 0;
}

body.layout-57 .theme57-cart-table thead th,
.theme57-cart-table thead th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #666666;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 14px;
}

body.layout-57 .theme57-cart-item-row td,
.theme57-cart-item-row td {
  padding: 20px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

body.layout-57 .theme57-cart-product-info,
.theme57-cart-product-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.layout-57 .theme57-cart-img-link,
.theme57-cart-img-link {
  display: block;
  width: 80px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

body.layout-57 .theme57-cart-product-img,
.theme57-cart-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

body.layout-57 .theme57-cart-img-link:hover .theme57-cart-product-img,
.theme57-cart-img-link:hover .theme57-cart-product-img {
  transform: scale(1.08);
}

body.layout-57 .theme57-cart-product-title,
.theme57-cart-product-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

body.layout-57 .theme57-cart-product-title a,
.theme57-cart-product-title a {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.layout-57 .theme57-cart-product-title a:hover,
.theme57-cart-product-title a:hover {
  color: #0d9488;
}

body.layout-57 .theme57-cart-product-model,
.theme57-cart-product-model {
  font-size: 12px;
  color: #888888;
  display: block;
  margin-bottom: 4px;
}

body.layout-57 .theme57-cart-product-option,
.theme57-cart-product-option {
  font-size: 12px;
  color: #555555;
}

body.layout-57 .theme57-cart-remove-link,
.theme57-cart-remove-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #ef4444;
  text-decoration: none;
  margin-top: 8px;
  font-weight: 500;
  transition: color 0.2s ease;
}

body.layout-57 .theme57-cart-remove-link:hover,
.theme57-cart-remove-link:hover {
  color: #b91c1c;
}

body.layout-57 .theme57-cart-price,
.theme57-cart-price {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

body.layout-57 .theme57-cart-total,
.theme57-cart-total {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

body.layout-57 .theme57-qty-spinner,
.theme57-qty-spinner {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

body.layout-57 .theme57-qty-input,
.theme57-qty-input {
  width: 48px !important;
  height: 36px !important;
  border: none !important;
  text-align: center !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.layout-57 .theme57-btn-refresh,
.theme57-btn-refresh {
  height: 36px;
  padding: 0 12px;
  border: none;
  background: #f1f5f9;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.layout-57 .theme57-btn-refresh:hover,
.theme57-btn-refresh:hover {
  background: #111111;
  color: #ffffff;
}

/* Cart Order Summary Card */
body.layout-57 .theme57-cart-summary-card,
.theme57-cart-summary-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 120px;
}

body.layout-57 .theme57-summary-title,
.theme57-summary-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #111111;
}

body.layout-57 .theme57-summary-totals,
.theme57-summary-totals {
  margin-top: 15px;
  margin-bottom: 25px;
}

body.layout-57 .theme57-total-row,
.theme57-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  color: #555555;
  border-bottom: 1px dashed #e2e8f0;
}

body.layout-57 .theme57-total-row.theme57-grand-total,
.theme57-total-row.theme57-grand-total {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  border-bottom: none;
  border-top: 2px solid #111111;
  margin-top: 8px;
  padding-top: 14px;
}

body.layout-57 .theme57-summary-actions,
.theme57-summary-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.layout-57 .theme57-btn-checkout,
.theme57-btn-checkout {
  width: 100%;
  height: 48px;
  background-color: #111111;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.layout-57 .theme57-btn-checkout:hover,
.theme57-btn-checkout:hover {
  background-color: #333333;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

body.layout-57 .theme57-btn-continue,
.theme57-btn-continue {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  color: #333333 !important;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

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



/* ============================================================
   THEME 57 PRODUCT PAGE RIGHT COLUMN UI (IMAGE 1 MATCH)
   ============================================================ */

/* Cart & Wishlist Side-by-Side Row */

body.layout-57 .theme57-btn-cart,
.theme57-btn-cart {
  flex: 1;
  height: 46px;
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

body.layout-57 .theme57-btn-cart:hover,
.theme57-btn-cart:hover {
  background-color: #111111;
  color: #ffffff;
}

body.layout-57 .theme57-btn-wishlist,
.theme57-btn-wishlist {
  flex: 1;
  height: 46px;
  background-color: #ffffff;
  color: #0d9488;
  border: 1.5px solid #0d9488;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.layout-57 .theme57-btn-wishlist:hover,
.theme57-btn-wishlist:hover {
  background-color: #f0fdf4;
  border-color: #0f766e;
  color: #0f766e;
}

/* Product Details Accordion */
body.layout-57 .theme57-product-accordion,
.theme57-product-accordion {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}

body.layout-57 .theme57-accordion-header,
.theme57-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  user-select: none;
}

body.layout-57 .theme57-accordion-arrow,
.theme57-accordion-arrow {
  font-size: 12px;
  color: #666666;
  transition: transform 0.25s ease;
}

body.layout-57 .theme57-accordion-header.open .theme57-accordion-arrow,
.theme57-accordion-header.open .theme57-accordion-arrow {
  transform: rotate(180deg);
}

body.layout-57 .theme57-accordion-body,
.theme57-accordion-body {
  padding: 16px 20px 20px 20px;
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 1.6;
  color: #444444;
  background: #fafafa;
}

/* Clean minimalist Share Row */
body.layout-57 .theme57-share-row,
.theme57-share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
}

body.layout-57 .theme57-share-icons,
.theme57-share-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

body.layout-57 .theme57-share-icon,
.theme57-share-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #58595B;
  font-size: 20px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

body.layout-57 .theme57-share-icon:hover,
.theme57-share-icon:hover {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
  transform: translateY(-2px);
}

/* Overriding default OpenCart core elements requires !important */
body.layout-57 .product-box-desc,
body.layout-57 #product > h3,
body.layout-57 .social_media_detail,
body.layout-57 .form-group.social-share:not(.theme57-share-row),
body.layout-57 .theme57-delivery-details-box {
  display: none !important;
}

body.layout-57 #product .form-group .control-label:before,
body.layout-57 #product .form-group.required .control-label:before,
body.layout-57 #product .required .control-label:before {
  display: none !important;
  content: none !important;
}

body.layout-57 .producttab a[href="#tab-description"],
body.layout-57 .producttab li:has(a[href="#tab-description"]),
body.layout-57 #tab-description {
  display: none !important;
}

/* Reviews tab nav link is redundant now (review content always shown below description),
   but keep the actual review content (write review + review list) visible */
body.layout-57 .producttab a[href="#tab-review"],
body.layout-57 .producttab li:has(a[href="#tab-review"]) {
  display: none !important;
}

/* 5 Color Swatches per Row in Filter Sidebar (Theme 57) */
body.layout-57 .theme57-color-swatches-wrap,
.theme57-color-swatches-wrap {
  display: grid;
  grid-template-columns: repeat(5, 30px);
  gap: 12px;
  max-width: 100%;
  padding: 12px 0 6px 0;
}

/* Compact padding for Filter Sidebar (Theme 57) */
body.layout-57 .so_filter_wrap,
body.layout-57 .theme57-filter-wrap,
.theme57-filter-wrap {
  padding: 12px 14px !important;
}

body.layout-57 .module.so_filter_wrap .modcontent,
body.layout-57 .content-aside .module.so_filter_wrap .modcontent,
body.layout-57 .so_filter_wrap .modcontent,
.theme57-filter-wrap .modcontent {
  padding: 0 !important;
  margin: 0 !important;
}

body.layout-57 .theme57-filter-header,
.theme57-filter-header {
  padding: 4px 0 10px 0 !important;
}

/* ============================================================
   WFT DUAL COLLECTION SPLIT BANNER
   ============================================================ */
.wft-split-banner-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 540px;
  overflow: hidden;
  margin: 40px 0;
}

.wft-split-panel {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.wft-split-panel .panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wft-split-panel:hover .panel-bg {
  transform: scale(1.04);
}

.wft-split-panel .panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.wft-split-panel:hover .panel-overlay {
  background: rgba(0, 0, 0, 0.12);
}

.wft-split-panel .panel-label {
  position: absolute;
  bottom: 30px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 2;
}

.wft-split-panel.left-panel .panel-label {
  left: 30px;
}

.wft-split-panel.right-panel .panel-label {
  right: 30px;
}

/* Center Overlay Card */
.wft-split-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 45px 55px;
  text-align: center;
  width: 33%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  z-index: 10;
  box-sizing: border-box;
}

.wft-split-card .card-line {
  width: 36px;
  height: 1.5px;
  background: #333333;
  margin: 0 auto 20px auto;
}

.wft-split-card .card-title {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #171717;
  margin: 0 0 12px 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.wft-split-card .card-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  margin: 0 0 28px 0;
  line-height: 1.6;
}

.wft-split-card .card-button {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-decoration: none;
  border-bottom: 1.5px solid #111111;
  padding-bottom: 4px;
  transition: all 0.2s ease;
}

.wft-split-card .card-button:hover {
  color: #555555;
  border-bottom-color: #555555;
}

.wft-split-card .card-button .arrow {
  margin-left: 4px;
  transition: transform 0.2s ease;
  display: inline-block;
  font-size: 25px;
}

.wft-split-card .card-button:hover .arrow {
  transform: translateX(3px);
}

/* ============================================================
   THEME 57 STICKY / FIXED HEADER (ALWAYS VISIBLE ON SCROLL)
   ============================================================ */
body.layout-57.common-home {
  padding-top: 105px !important;
  font-family: "Inter", sans-serif;
}
body.layout-57.theme57-search-page-open {
  padding-top: 0 !important;
}
body.layout-57.theme57-search-page-open .product-listing {
  margin-top: 0  !important;margin-bottom: 5px !important;
}
body.layout-57 header#header.typeheader-57,
header#header.typeheader-57,
header.typeheader-57 {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  z-index: 99 !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  transition: none !important;
  transform: none !important;
  margin-top: 0px !important;
}

body.layout-57 header#header.typeheader-57.navbar-compact,
header#header.typeheader-57.navbar-compact {
  position: fixed !important;
  top: 0px !important;
  transform: none !important;
}

body.layout-57 header#header.typeheader-57 .hidden-compact,
header#header.typeheader-57 .hidden-compact {
  display: block !important;
}

/* ==========================================================================
   FASHION BRAND LOGO — TAILOR STITCH ANIMATION (custom.css)
   ========================================================================== */
.typeheader-57 .logo {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
}
.typeheader-57 .logo a {
  position: relative !important;
  display: inline-block !important;
  overflow: hidden !important; /* Contains the shimmer */
}
.typeheader-57 .logo img {
  position: relative !important;
  display: block !important;
  max-height: 34px !important;
  width: auto !important;
  object-fit: contain !important;
  z-index: 1 !important;
}

/* ============================================================
   SELECT DELIVERY ADDRESS POPUP (LUXURY BOUTIQUE STYLE)
   ============================================================ */
.sa-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: "Inter", sans-serif;
}

.sa-modal-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

.sa-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.sa-modal-content {
    position: relative;
    background: #ffffff;
    width: 95%;
    max-width: 480px;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #111827;
    display: flex;
    flex-direction: column;
}

.sa-modal-wrapper.active .sa-modal-content {
    transform: scale(1);
}

/* Screens */
.sa-screen {
    display: none;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    padding-top: 46px;
    overflow: hidden;
}

.sa-screen.active {
    display: flex;
    animation: saFadeIn 0.4s ease-out;
}

/* Popup screen container */
.sa-screen {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

/* Fixed header — does not scroll */
.sa-header {
    flex: 0 0 auto;
    position: relative;
    z-index: 10;
    background: #fff;
}

/* Scrollable body — only this section scrolls */
.sa-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Footer — remains fixed at the bottom, if available */
.sa-footer {
    flex: 0 0 auto;
    background: #fff;
    position: relative;
    z-index: 10;
}

/* Popup content */
.sa-modal-content {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
}

/* Mobile view */
@media (max-width: 767px) {
    .sa-modal-content {
        width: 100%;
        max-height: 90vh;
        height: 90vh;
    }

    .sa-screen {
        height: 100%;
        max-height: 100%;
    }

    .sa-header {
        flex-shrink: 0;
    }

    .sa-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
    }
}

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

/* Header style */
.sa-header {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 10px;
}
#sa-form-title {
  margin-bottom: 25px;
}
.sa-header-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.sa-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #1f2937;
    text-align: left;
}

.sa-add-new-trigger {
    font-size: 12px;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 5px 8px;
}

.sa-add-new-trigger:hover {
    text-decoration: underline;
}

.sa-btn-close {
    position: absolute;
    right: -5px;
    top: -25px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 300;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s ease;
}

.sa-btn-close:hover {
    color: #374151;
}

.sa-btn-back {
    position: absolute;
    left: 0;
    top: -5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
#sa-screen-form .sa-btn-back {top: -2px;}
.sa-btn-back:hover {
    background-color: #f3f4f6;
}

.sa-btn-back + .sa-btn-close + .sa-title {
    padding-left: 36px;
}

/* Body / Address Cards List */
.sa-body {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 4px;
}

.sa-addresses-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sa-address-card {
    display: flex;
    padding: 16px;
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.sa-address-card:hover {
    border-color: #d1d5db;
}

.sa-address-card.selected {
    border-color: #10b981;
    background: #f0fdf4;
}

.sa-card-left {
    margin-right: 14px;
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}

.sa-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.sa-address-card.selected .sa-radio-circle {
    border-color: #10b981;
}

.sa-radio-inner {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.sa-address-card.selected .sa-radio-inner {
    background: #10b981;
}

.sa-card-right {
    flex-grow: 1;
    text-align: left;
}

.sa-name-badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.sa-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.sa-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.sa-badge.home {
    background: #e6f4ea;
    color: #137333;
}

.sa-badge.work {
    background: #e8f0fe;
    color: #1a73e8;
}

.sa-badge.other {
    background: #f1f3f4;
    color: #3c4043;
}

.sa-address-detail {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin: 0 0 6px 0;
}

.sa-phone-detail {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 10px 0;
}

.sa-card-actions {
    display: flex;
    gap: 16px;
}

.sa-action-btn {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb !important;
    text-decoration: none;
}

.sa-action-btn:hover {
    text-decoration: underline;
}

.sa-btn-remove {
    color: #6b7280 !important;
}

.sa-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

.sa-empty-state i {
    font-size: 40px;
    margin-bottom: 12px;
}

/* Footer Section */
.sa-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
    margin-top: 10px;
}

.sa-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sa-totals-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.sa-totals-value {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

/* Form Styles */
.sa-form-row {
    display: flex;
    gap: 12px;
}

.sa-form-row .col-6 {
    width: calc(50% - 6px);
}

.sa-form-group {
    position: relative;
    margin-bottom: 16px;
    text-align: left;
}

.sa-form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 6px;
}

.sa-form-control {
    width: 100%;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px;
    padding: 17px 20px !important;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    background-color: #fff !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.sa-form-control:focus {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.sa-form-control.is-invalid {
    border-color: #dc2626;
}

.sa-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

.sa-form-error {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    font-weight: 500;
}

.sa-label-inline {
    margin-bottom: 10px;
}

.sa-tag-radio-group {
    display: flex;
    gap: 12px;
}

.sa-tag-label {
    cursor: pointer;
    flex-grow: 1;
}

.sa-tag-label input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.sa-tag-label span {
    display: block;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    transition: all 0.2s ease;
}

.sa-tag-label input:checked + span {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

/* Premium Buttons */
.sa-btn-primary {
    background: #000000;
    color: #ffffff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.sa-btn-primary:hover {
    background: #1f2937;
}
.sa-badge.other {
    background: #f1f3f4;
    color: #3c4043;
}

.sa-address-detail {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin: 0 0 6px 0;
}

.sa-phone-detail {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 10px 0;
}

.sa-card-actions {
    display: flex;
    gap: 16px;
}

.sa-action-btn {
    font-size: 13px;
    font-weight: 600;
    color: #2563eb !important;
    text-decoration: none;
}

.sa-action-btn:hover {
    text-decoration: underline;
}

.sa-btn-remove {
    color: #6b7280 !important;
}

.sa-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

.sa-empty-state i {
    font-size: 40px;
    margin-bottom: 12px;
}

/* Footer Section */
.sa-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
    margin-top: 10px;
}

.sa-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sa-totals-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.sa-totals-value {
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

/* Form Styles */
.sa-form-row {
    display: flex;
    gap: 12px;
}

.sa-form-row .col-6 {
    width: calc(50% - 6px);
}

.sa-form-group {
    position: relative;
    margin-bottom: 16px;
    text-align: left;
}

.sa-form-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0;
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 9;
    color: #383b3d;
    font-size: 12px;
    background-color: white;
    padding: 5px;
    width: auto;
}

.sa-form-control:focus {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.sa-form-control.is-invalid {
    border-color: #dc2626;
}

.sa-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

.sa-form-error {
    color: #dc2626;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    font-weight: 500;
}

.sa-label-inline {
    margin-bottom: 10px;
}

.sa-tag-radio-group {
    display: flex;
    gap: 12px;
}

.sa-tag-label {
    cursor: pointer;
    flex-grow: 1;
}

.sa-tag-label input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.sa-tag-label span {
    display: block;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
    transition: all 0.2s ease;
}

.sa-tag-label input:checked + span {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

/* Premium Buttons */
.sa-btn-primary {
    background: #000000;
    color: #ffffff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.sa-btn-primary:hover {
    background: #1f2937;
}

.sa-btn-primary:active {
    transform: scale(0.98);
}

.sa-btn-primary:disabled {
    background: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

/* ============================================================
   CHECKOUT DETAILS POPUP (LUXURY BOUTIQUE STYLE)
   ============================================================ */
.cd-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    font-family: "Inter", sans-serif;
}

.cd-modal-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}

.cd-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.cd-modal-content {
    position: relative;
    background: #f9fafb;
    width: 95%;
    max-width: 480px;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #111827;
    display: flex;
    flex-direction: column;
}

.cd-modal-wrapper.active .cd-modal-content {
    transform: scale(1);
}

/* Header style */
.cd-header {
    position: relative;
    padding: 20px 24px;
    background: #ffffff;
    border-bottom: 1.5px solid #111111;
    display: flex;
    align-items: center;
}

.cd-btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 300;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s ease;
}

.cd-btn-close:hover {
    color: #374151;
}

.cd-btn-back {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    margin-right: 12px;
}

.cd-btn-back:hover {
    background-color: #f3f4f6;
}

.cd-header-right-stats {
    flex-grow: 1;
    text-align: right;
    padding-right: 24px;
}

.cd-savings-badge {
    background: #e6f4ea;
    color: #137333;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

.cd-item-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.cd-price-row {
    margin-top: 4px;
}

.cd-price-original {
    font-size: 13px;
    text-decoration: line-through;
    color: #9ca3af;
    margin-right: 6px;
}

.cd-price-current {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.cd-banner {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 0px 16px;
    letter-spacing: 0.5px;
}

/* Body Content */
.cd-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cd-section-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.cd-section-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    text-align: left;
}

/* Delivery Address styles */
.cd-address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.cd-address-header .cd-section-title {
    margin: 0;
}

.cd-btn-change-address {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cd-btn-change-address:hover {
    background: #e5e7eb;
}

.cd-address-body {
    text-align: left;
}

.cd-address-name {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.cd-address-text {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.cd-address-phone {
    font-size: 13px;
    color: #4b5563;
    margin: 0;
}

/* Shipping Card styles */
.cd-shipping-card {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.cd-shipping-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cd-shipping-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cd-shipping-title {
    font-size: 14px;
    font-weight: 700;
    color: #166534;
}

.cd-shipping-detail {
    font-size: 13px;
    color: #15803d;
    margin-top: 2px;
}

/* Coupon Styles */
.cd-coupon-input-wrap {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.cd-coupon-input-wrap input {
    flex-grow: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
}

.cd-coupon-input-wrap input:focus {
    border-color: #111827;
}

.cd-coupon-input-wrap button {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cd-coupon-input-wrap button:hover {
    background: #1f2937;
}

.cd-coupons-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.cd-coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
}

.cd-coupon-left {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cd-coupon-code {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    width: fit-content;
}

.cd-coupon-desc {
    font-size: 12px;
    color: #4b5563;
    margin-top: 4px;
}

.cd-btn-coupon-select {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cd-btn-coupon-select:hover {
    background: #111111;
    color: #ffffff;
}

.cd-coins-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f3f4f6;
    padding-top: 12px;
    margin-top: 4px;
}

.cd-coins-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cd-coins-icon {
    font-size: 20px;
}

.cd-coins-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cd-coins-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
}

.cd-coins-subtitle {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

/* Toggle switch stylings */
.cd-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.cd-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cd-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.cd-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.cd-switch input:checked + .cd-slider {
    background-color: #111827;
}

.cd-switch input:checked + .cd-slider:before {
    transform: translateX(20px);
}

.cd-coupon-success-msg {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 10px 12px;
    color: #15803d;
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    text-align: left;
}

/* Payment Option Card Styles */
.cd-payment-card-section .cd-section-title {
    margin-bottom: 16px;
}

.cd-payments-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cd-payment-option-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.25s ease;
    overflow: hidden;
}

.cd-payment-option-card.selected {
    border-color: #10b981;
    background: #ffffff;
}

.cd-payment-label {
    display: flex;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.cd-pay-left-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.cd-pay-title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cd-pay-icon {
    font-size: 18px;
}

.cd-pay-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
}

.cd-radio-circle {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.cd-payment-option-card.selected .cd-radio-circle {
    border-color: #10b981;
}

.cd-radio-inner {
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.cd-payment-option-card.selected .cd-radio-inner {
    background: #10b981;
}

/* Expandable Block */
.cd-payment-expandable-details {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f9fafb;
    border-top: 0px solid #e5e7eb;
    text-align: left;
}

.cd-payment-option-card.selected .cd-payment-expandable-details {
    max-height: 130px;
    padding: 16px;
    border-top-width: 1px;
}

.cd-pay-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 12px 0;
}

.cd-btn-primary {
    background: #000000;
    color: #ffffff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.cd-btn-primary:hover {
    background: #1f2937;
}

.cd-btn-primary:active {
    transform: scale(0.98);
}

/* Shipping Option Card Styles */
.cd-shipping-card-section .cd-section-title {
    margin-bottom: 16px;
}

.cd-shipping-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cd-shipping-option-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.25s ease;
    overflow: hidden;
}

.cd-shipping-option-card.selected {
    border-color: #10b981;
    background: #ffffff;
}

.cd-shipping-label {
    display: flex;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.cd-shipping-left-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.cd-shipping-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cd-shipping-title-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cd-shipping-icon {
    font-size: 18px;
}

.cd-shipping-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
}

.cd-shipping-option-card.selected .cd-radio-circle {
    border-color: #10b981;
}

.cd-shipping-option-card.selected .cd-radio-inner {
    background: #10b981;
}
.footer-sec-whatsappIcon {
    width: 50px;
    height: 50px;
}
@media (max-width: 1200px) {
    .theme57-toppicks-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .so-categories.theme5 {
    padding: 0 15px;
  }
  .so-categories.theme5 .cat-wrap.theme3 {
    justify-content: flex-start;
    gap: 24px;
  }
  .so-categories.theme5 .cat-wrap.theme3 .content-box {
    flex: 0 0 calc((100% - 120px) / 6);
    max-width: none;
  }
}
@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) {
  .so-categories.theme5 .cat-wrap.theme3 {
    gap: 20px;
  }
  .so-categories.theme5 .cat-wrap.theme3 .content-box {
    flex: 0 0 calc((100% - 60px) / 4);
  }
   .reviews-trust-section .reviews-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
        .season-picks-container .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }    
    .shop-container .banner-section {
        min-height: 440px;
        width: 100%;
    }
      .featured-week-section .featured-content-grid > div {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .featured-week-section .featured-content-grid > div:last-child {
    margin-bottom: 0;
  }
  .featured-week-section .featured-title {
    font-size: 30px;
  }
    .theme57-popular-cats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .theme57-wishlist-col,
  #product-list .col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
   .products-category.view-grid .products-list .product-layout {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
  .promo-section {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 40px 10px !important;
  }
  .promo-section.experience-mobile-grid {
    grid-template-columns: 1fr !important;
  }
  .features-inline {
    gap: 20px !important;
    justify-content: space-between !important;
  }
   .reviews-trust-section .reviews-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
     .reviews-trust-section .trust-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
     .season-picks-container .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }     
     .theme57-popular-cats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-sm, 3), minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
   .theme57-wishlist-col,
  #product-list .col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
  .products-category.view-grid .products-list .product-layout {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
  .product-listing .filters-panel .open-sidebar {
    display: inline-block !important;
}
}
@media (max-width: 768px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .theme57-searches-trending-row {
    grid-template-columns: 1fr;
  }
   .wft-split-banner-container {
    height: 420px;margin: 10px 0;
  }
  .wft-split-card {
    padding: 30px 25px;
    width: 300px;
  }
  .wft-split-card .card-title {
    font-size: 22px;
  }
  .theme57-searches-trending-row {
    grid-template-columns: 1fr;
  }
  .wft-split-card {
    padding: 30px 25px;
    width: 300px;
  }
  .wft-split-card .card-title {
    font-size: 22px;
  }
  .common-home #content .module, .common-home #content .box-layout, .common-home #content .season-picks-container, 
  .common-home #content .reviews-trust-section, .common-home #content .theme57-toppicks-module, 
  .common-home #content .dev-extra-top-picks57, .common-home #content .dev-extra-top_pics57, 
  .common-home #content .so-extraslider-theme57, .common-home #content .so-deals-theme57, 
  .common-home #content .so-basic-products, .common-home #content section[class*="module"], .common-home #content section.module {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
    .reviews-trust-section .banner-header-wrap .line {
        max-width: 60px;
    }
    .reviews-trust-section .banner-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
      .fashion-brand-story {
    padding: 35px 0 0;
  }
  .fashion-brand-story .fashion-divider {
    margin: 20px auto 35px;
  }
  .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;
  }
  .common-home .footer-container {
    padding-top: 20px;
  }
  .featured-week-section {
    padding: 40px 0 10px;
  }
  .featured-week-section .impact-card {
    padding: 35px 10px;
  }
  .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 14px;
    font-size: 10px;
  }
  .featured-week-section .tab-btn.active {
    background-color: white;
    color: #000;
  }
  .featured-week-section .btn-group-horizontal {
    flex-direction: column;
    gap: 8px;display: none;
  }
  .featured-week-section .column-middle {
    margin-top: 0;
  }
  .featured-week-section .featured-subtitle {
    margin: 0;
  }
  .featured-week-section .impact-title {
    font-weight: 300;
  }
  .featured-week-section .impact-subtitle {
    color: #A1A1A1;
    max-width: 100%;
    font-weight: 400;
  }
  .featured-week-section .stat-number {
     font-weight: 300;
  }
  .featured-week-section .stat-label {
    line-height: 4.3;
  }
  .featured-week-section .btn-outline-wide {
    background-color: transparent;
    color: #fff;width: 65%;
  }
  #wrapper {overflow: hidden;}
  .typefooter-57 .socials {
        margin: 20px 0 25px 0 !important;
  }
.heading-large {
  font-size: 30px;
}
.dev-categories .cat-wrap .content-box, .so-categories .cat-wrap .content-box, .h15-section-style5 .content-box, .h57-section-style5 .content-box {
  margin-bottom: 0px !important;
}
   .shop-by-category-section,
  .shop-by-category,
  .theme57-shop-category-module {
    padding: 30px 20px 40px 20px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-radius: 8px !important;
  }
   .season-picks-container .main-title,
  .theme57-toppicks-header h2,
  .module-title,
  .box-heading,
  .modtitle {
    font-size: 17px !important;
  }
  .reviews-trust-section .banner-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .reviews-trust-section .banner-header-wrap .line {
        max-width: 60px;
    }
    .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-xs, 2), minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
   .shop-by-category-section,
  .shop-by-category,
  .theme57-shop-category-module {
    padding: 30px 20px 40px 20px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-radius: 8px !important;
  }
   .season-picks-container .main-title,
  .theme57-toppicks-header h2,
  .module-title,
  .box-heading,
  .modtitle {
    font-size: 15px !important;
  }
  .fashion-brand-story .fashion-header {
    text-align: center;
  }
  .fashion-brand-story .fashion-description p {
    font-size: 16px;
  }
  .fashion-brand-story .fashion-label {
    font-size: 15px;
  }
    body.layout-57 .theme57-cart-table-wrap,
  .theme57-cart-table-wrap {
    padding: 12px;
    overflow-x: auto;
  }
  body.layout-57 .theme57-cart-product-info,
  .theme57-cart-product-info {
    gap: 10px;
  }
  body.layout-57 .theme57-cart-img-link,
  .theme57-cart-img-link {
    width: 60px;
    height: 75px;
  }
  body.layout-57 .theme57-cart-summary-card,
  .theme57-cart-summary-card {
    margin-top: 25px;
    position: static;
  }
   body.layout-57,
  body {
    padding-top: 90px !important;
  }
  #h15-section-style5, section#h15-section-style5, .h15-section-style5 {
    margin-top: 0 !important;
}
.promo-section {
  display: block;padding: 60px 0;
}
.promo-section .left-block {
  text-align: center;
}
.benefits-list {
  flex-direction: unset;
  margin: 30px 0;
}
.benefit-item {
  flex-direction: column;align-items: center;
}
.benefit-desc {
  display: none;
}
.benefit-title {
    font-size: 12px;    
}
.rating-row {
  justify-content: center;
}
.features-inline {
    gap: 20px !important;
    justify-content: center;
    margin: 25px 0 5px;
}
.feature-item-small {
  align-items: center !important;
}
.app-btn {
  width: 100% !important;
}
.desc-collapse.showdown {
  max-height: 100%;
}
.desc-collapse.showdown:before {
  height: unset;
}
.typefooter-57 .button-toggle, .typefooter-57 .socials::before,
.typefooter-57 .newsletter-footer57 {
  display: none !important;
}
footer.typefooter-57 {
  padding: 20px 10px 10px 10px;
}
.typefooter-57 .logo-footer {
    margin-bottom: 0;
}
.typefooter-57 .footer-bottom {
    margin-top: 0px !important;
}
body.layout-57 .theme57-btn-wishlist, .theme57-btn-wishlist {
  font-size: 10px !important;
  padding: 9px 10px;
}
.theme57-btn-cart {
  padding: 9px 10px;font-size: 10px !important;
}
#content {
  padding: 0 30px !important;
}
.common-home #content {
  padding: 0 !important;
}
    #thumb-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    #thumb-slider::-webkit-scrollbar {
        display: none;
    }

    #thumb-slider .gallery-grid {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding-left: 0;
        padding-right: 0;
    }

    #thumb-slider .gallery-grid .thumbnail {
        display: block;
        width: 100%;
        margin: 0;
        border: 0;
    }

    #thumb-slider .gallery-grid img {
        display: block;
        width: 100%;
        height: auto;
    }
      .gallery-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 12px;
    }

    .gallery-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        display: block;
    }

    .gallery-dots span.active {
        background: #333;
    }
    .common-home .so-page-builder .row-style, .common-home .so-page-builder .col-style, 
    .common-home .so-page-builder .container-fluid.page-builder-ltr, 
    .common-home .so-page-builder .row_s710, .common-home .so-page-builder .col_r27w {
    padding: 0 10px !important;
    }
    .common-home .so-page-builder .row-style.no-padd-57 {
      padding: 0 !important;
    }
    .common-home .so-page-builder .no-padd-57 .col-style {
      padding: 0 5px !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, 
    .layout-57 .products-list .product-grid .product-item-container .right-block h4 a {
      font-size: 14px !important;margin: 0px 0 4px 0 !important;
      color: #171717 !important;
    }
    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, 
    .layout-57 .products-list .product-grid .product-item-container .right-block .price .price-new {
font-size: 13px !important;
color: #737373 !important;
        font-weight: 400 !important;
    }
    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: 0;
}
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, .layout-57 .products-list .product-grid .product-item-container {
  margin: 0;
}
.new-arrivals {margin-top: 1em;}
.layout-57 #content .module h3.modtitle span {
        font-size: 20px !important;
    }
    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: 10px;margin-bottom: 15px;
    }
    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 {
font-size: 10px;
    }
    .season-picks-container {
    padding: 20px 0 40px 0 !important;
}
html body.layout-57 #content .module, html body .module.so-extraslider-ltr, html body .module.dev-extraslider57 {
  padding: 0 !important;
}
.theme57-toppicks-header a {
font-size: 10px !important;
}
.wft-split-card .card-button {
  font-size: 12px;
}
body.layout-57 .theme57-wishlist-details, .theme57-wishlist-details {
    padding: 5px 0 !important;
}
.theme57-wishlist-sublabel {
  font-size: 10px !important;
}
.theme57-wishlist-title, .theme57-wishlist-title a {
  font-size: 13px !important;
}
.theme57-wishlist-price {
  font-size: 12px !important;
}
  body.layout-57 .theme57-listing-header .theme57-cat-title, .theme57-listing-header .theme57-cat-title {
    font-size: 13px !important;
  }
 .product-category .theme57-cat-title,
 .product-category header {
  display: none !important;
}
body.layout-57.product-category{
  padding-top: 0 !important;
}
.product-listing {
    padding: 0 15px;
}
  .layout-57 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
    height: 100vh;
    max-height: 100vh !important;
    background: #fff !important;
  }
 .layout-57 .megamenu-style-dev.responsive ul.megamenu > li.click:before, 
 .layout-57 .megamenu-style-dev.responsive ul.megamenu > li.hover:before {
    background: #fff;
    color: #171717 !important;
    border: none;font-size: 12px;
  }
  .layout-57 .megamenu-style-dev.responsive ul.megamenu > li.active > a {
    background: #fff !important;
  }
   .typeheader-57 .header-left .main-menu-w .container-megamenu.horizontal ul.megamenu > li.active > a {
      color: #000 !important;
   }
   .layout-57 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.active > a {
        padding: 0 !important;
    }
    .layout-57 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
      background: #fff;
    }
    .layout-57 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
      color: #000;
    }
    .layout-57 .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    font-weight: 500;
    color: #404040;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    border-bottom: 0;
    }
  .account-wishlist #content {
        padding: 0 15px !important;
    }
    #account-wishlist.theme57-wishlist-page {
          padding: 30px 15px 60px 15px;
    }
  .theme57-instant-search-wrap {
    padding: 30px 20px 60px 20px;
  }
  .products-category.view-list .products-list .product-layout.product-list .theme57-wishlist-badge {
    top: 35px !important;
  }
  .product-list, .shop-container .product-list, .dev-define-extra57 .product-list, .so-extraslider-theme57 .product-list {
    display: block;
  }
  .common-home .product-item-container:hover {
    transform: unset !important;
  }
  .common-home .so-page-builder .define-urself .row-style, .common-home .so-page-builder .define-urself .col-style {
    padding-left: 10px  !important;
}
#content.product-view, .content-product-left {
  padding: 0 !important;
}
body.layout-57 .theme57-cart-wishlist-row, .theme57-cart-wishlist-row {
      width: 100%;
}
.dev-define-extra57 .product-card{
    flex-direction: column;
  }
  .dev-define-extra57 .product-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }
  .dev-define-extra57 .product-img-wrapper{
    width: 100%;
    height:235px;
  }
  .dev-define-extra57 .product-card{
    align-items: flex-start;
  }
  .dev-define-extra57 .product-actions{
    width: 100%;
    padding: 0px 10px;
  }
  #common-success #content {
        padding: 0 0px !important;
    }
  .dev-define-extra57 .product-details{
    padding: 0px 10px;
    gap:0px;
  }
  .dev-define-extra57 .btn-quickview{
    padding: 8px 22px !important;
    color: #333333 !important;
    font-weight: 400 !important;
    font-size: 10.5px !important;
  }
  .dev-define-extra57 .product-details .product-title a{
    font-family: 'Inter';
    font-size: 14px;
  }
  .dev-define-extra57 .product-details .current-price{
    font-size: 15px;
  }
  .dev-define-extra57 .btn-arrow{
    color: #333333B8!important;
  }
  .typeheader-57 .header-search{
    display:none!important;
  }
  .typeheader-57 .header-right-icons .icon-item.wishlist-item,
  .product-category .typeheader-57 .header-main{
    display: none;
  }
  .typeheader-57 .header-left .main-menu-w{
    position: absolute;
    right: 0px;
  }
  .typeheader-57 .header-right-icons{
    margin-right: 30px;gap: 8px !important;
  }
  .typeheader-57 .header-right-icons .cart-item #cart .top_cart .icon-c:before {
  background-image: url(../../images/theme57/cart.png) !important;
  background-color: transparent;
  mask: none;
  width: 25px !important;
  height: 25px !important;
}
.fa-search:before {
  background-image: url(../../images/theme57/search.png) !important;
  background-repeat: no-repeat;
  width: 25px !important;
  height: 25px !important;
  display: block;
}
.button-search {
  line-height: 2px;
}
.fa-search {text-indent: -9999px;}
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle span.icon-bar{
    height: auto;
  }
  .product-category .custom-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #ffffff;
    border-bottom: 1px dashed #cccccc;
    width: 100%;
    box-sizing: border-box;
}
  .product-category .custom-back-btn {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.product-category .custom-title-wrapper {
    text-align: center;
}
.product-category .custom-header-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}
.product-category .custom-header-count {
    font-size: 13px;
    color: #777777;
    display: block;
    margin-top: 2px;
}
.product-category .custom-action-icons {
    display: flex;
    align-items: center;
    gap: 18px;
}
.product-category .custom-icon-btn {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    line-height: 0;
}
.sa-title {
  font-size: 15px;
}
.sa-add-new-trigger  {
  font-size: 10px;padding: 2px 8px;
}
.sa-totals-value {
  font-size: 17px;
}
.sa-btn-primary {
  padding: 10px;
  font-size: 14px;
}
#sa-screen-form .sa-btn-back {
    top: -5px;
}
.sa-btn-close {
    right: -10px;
    top: -18px;
    font-size: 25px;
}
.sa-screen {
    padding: 15px;
    padding-top: 38px;
}
.common-home #content .sohomepage-slider, .common-home #content .module.sohomepage-slider, 
.common-home #content #sohomepage-slider, .common-home #content .slider-container, 
.common-home #content .main-slider, .common-home #content div[class*="sohomepage-slider"] {
margin-bottom: 10px !important;
}
}
@media (min-width: 768px) {
  .product-category .custom-header-bar{
    display:none;
  }
}
@media (max-width: 575px) {
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: 1fr;
    }
        .season-picks-container .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }    
    .season-picks-container .main-title {
        font-size: 28px;
    }
      .shop-container .banner-content {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
    .shop-container .banner-title {
        font-size: 34px;
    }
     .shop-container .section-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
     .shop-container .product-card {
        flex-wrap: wrap;
        padding: 18px 0;
        gap: 15px;
    }
    .theme57-wishlist-col,
  #product-list .col {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0 6px !important;
    margin-bottom: 20px !important;
  }
   .products-category.view-grid .products-list .product-layout {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0 6px !important;
  }
  .products-category.view-list .products-list .product-layout {
    padding: 0 !important;
  }
  .products-category.view-list .products-list .product-layout .theme57-wishlist-img-wrap {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 125px !important;
  }
   .reviews-trust-section .trust-stats-row {
        grid-template-columns: 1fr;
    }
      .season-picks-container .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }    
    .season-picks-container .main-title {
        font-size: 28px;
    }
     .shop-container .banner-content {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
     .shop-container .banner-title {
        font-size: 34px;
    }
     .section-title,
    .shop-container .section-title,
    .dev-define-extra57 .section-title,
    .so-extraslider-theme57 .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .product-card,
    .shop-container .product-card,
    .dev-define-extra57 .product-card,
    .so-extraslider-theme57 .product-card {
        flex-wrap: wrap;
        padding: 16px 0 0;
        gap: 15px;
        width: 100%;
        float: left;
    }
  .theme57-wishlist-col,
  #product-list .col {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0 6px !important;
    margin-bottom: 20px !important;
  }
    .products-category.view-grid .products-list .product-layout {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 0 6px !important;
  }
  .products-category.view-list .products-list .product-layout {
    padding: 0 !important;
  }
  .products-category.view-list .products-list .product-layout .theme57-wishlist-img-wrap {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 125px !important;
  }
}

@media (max-width: 480px) {
  .so-categories.theme5 .cat-wrap.theme3 {
    gap: 16px;
  }
  .so-categories.theme5 .cat-wrap.theme3 .content-box {
    flex: 0 0 calc((100% - 32px) / 3);
  }
    .app-buttons-group {
    flex-direction: column !important;
    width: 100% !important;
  }
  .app-btn {
    width: 100% !important;
    justify-content: center !important;
  }
  .features-inline {
    flex-wrap: wrap !important;
    gap: 20px 10px !important;
  }
  .feature-item-small {
    flex: 1 1 40% !important;
    align-items: center !important;
    text-align: center !important;
  }
  .feature-icon-box {
    margin: 0 auto !important;
  }
}
@media (max-width: 479px) {
  .theme57-toppicks-grid {
    grid-template-columns: repeat(var(--cols-xxs, 1), minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

/* ============================================================
   THEME 57 - REVIEWS SECTION (below Product Details accordion)
   ============================================================ */
.theme57-review-section {
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  padding: 20px !important;
  margin-top: 20px !important;
  background: #ffffff !important;
}

/* Existing reviews list */
.theme57-review-section #review > p,
.theme57-review-section .review-empty {
  font-size: 13px !important;
  color: #777777 !important;
  margin: 0 !important;
}
.theme57-review-section .review-card {
  padding: 18px 0 !important;
  border-bottom: 1px solid #eeeeee !important;
}
.theme57-review-section .review-card:first-child {
  padding-top: 0 !important;
}
.theme57-review-section .review-stars {
  display: flex !important;
  gap: 3px !important;
  margin-bottom: 12px !important;
}
.theme57-review-section .review-star {
  font-size: 16px !important;
}
.theme57-review-section .review-star-filled {
  color: #000000 !important;
}
.theme57-review-section .review-star-empty {
  color: #dddddd !important;
}
.theme57-review-section .review-user {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}
.theme57-review-section .review-avatar {
  flex-shrink: 0 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 4px !important;
  background: #f0f0f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #999999 !important;
  font-size: 18px !important;
}
.theme57-review-section .review-user-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
.theme57-review-section .review-author {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}
.theme57-review-section .review-date {
  font-size: 12px !important;
  color: #999999 !important;
}
.theme57-review-section .review-text {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #444444 !important;
  margin: 0 !important;
}
.theme57-review-section .review-pagination {
  margin-top: 16px !important;
}
.theme57-review-section .review-pagination .pagination {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.theme57-review-section .review-pagination .page-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 20px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 14px !important;
  color: #aaaaaa !important;
  text-decoration: none !important;
}
.theme57-review-section .review-pagination .page-item.active .page-link {
  color: #111111 !important;
  font-weight: 700 !important;
}
.theme57-review-section .review-pagination .page-link:hover {
  color: #111111 !important;
}

/* "Write a review" heading */
.theme57-review-section h2 {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #111111 !important;
  margin: 4px 0 18px 0 !important;
  padding-top: 16px !important;
  border-top: 0px solid #eeeeee !important;
}

/* Form fields */
.theme57-review-section .form-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #58595b !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.theme57-review-section .mb-3 {
  margin-bottom: 16px !important;
}
.theme57-review-section .form-control {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  padding: 10px 14px !important;
  color: #333333 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  width: 100% !important;
}
.theme57-review-section .form-control:focus {
  border-color: #0d9488 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Rating star-picker */
.theme57-review-section .row.mb-3 .col-sm-12 {
  display: block !important;
}
.theme57-review-section .row.mb-3 label.form-label {
  width: 100% !important;
  margin-bottom: 10px !important;
}
.theme57-review-section .star-rating {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  gap: 2px !important;
}
.theme57-review-section .star-rating input {
  display: none !important;
}
.theme57-review-section .star-rating label {
  margin: 0 !important;
  padding: 0 2px !important;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #dddddd !important;
  cursor: pointer !important;
  transition: color 0.15s ease !important;
}
.theme57-review-section .star-rating label:hover,
.theme57-review-section .star-rating label:hover ~ label,
.theme57-review-section .star-rating input:checked ~ label {
  color: #000000 !important;
}

/* Continue button (Back button is hidden - no wizard flow to go back to) */
.theme57-review-section .row:not(.mb-3) {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-top: 6px !important;
}
.theme57-review-section .btn-light {
  display: none !important;
}
.theme57-review-section .btn-primary {
  background: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 10px 26px !important;
  transition: background-color 0.2s ease !important;
}
.theme57-review-section .btn-primary:hover {
  background: #111111 !important;
}

/* Validation states */
.theme57-review-section .is-invalid {
  border-color: #dc3545 !important;
}
.theme57-review-section .invalid-feedback {
  font-size: 11px !important;
  color: #dc3545 !important;
}
.theme57-review-section .alert {
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 10px 14px !important;
}
.theme57-review-section .review-photos {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 12px !important;
}
.theme57-review-section .review-photo-thumb {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #eeeeee !important;
  cursor: pointer !important;
  transition: transform 0.15s ease !important;
}
.theme57-review-section .review-photo-link:hover .review-photo-thumb {
  transform: scale(1.05) !important;
}
#review-lightbox.review-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
#review-lightbox.review-lightbox-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
#review-lightbox .review-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
#review-lightbox .review-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.theme57-review-section .review-photo-previews {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 10px !important;
}
.theme57-review-section .review-photo-preview {
  position: relative !important;
  width: 64px !important;
  height: 64px !important;
}
.theme57-review-section .review-photo-preview img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid #eeeeee !important;
}
.theme57-review-section .review-photo-status {
  position: absolute !important;
  bottom: 2px !important;
  right: 2px !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 2px 4px !important;
  border-radius: 4px !important;
}