/*===============================================
	[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: 45px;
}
.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;
  line-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;
  line-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: 25px;
}
.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: #ffffff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  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: #888888;
  font-size: 13px;
  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: #777777 !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: #888888 !important;
  display: block !important;
}

/* 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: #777777 !important;
  display: block !important;
}

.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: #000000 !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: #777777 !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: #777777 !important;
  font-size: 13px !important;
  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 !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: 32px;
  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;
}
@media (max-width: 1200px) {
  .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: 991px) {
  .so-categories.theme5 .cat-wrap.theme3 {
    gap: 20px;
  }
  .so-categories.theme5 .cat-wrap.theme3 .content-box {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
@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);
  }
}

/* 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: 'Outfit', 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: 32px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0 0 15px 0;
  color: #ffffff;
  line-height: 1.2;
}
.subtext {
  font-size: 14px;
  color: #888888;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

/* 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;
  font-weight: 500;
  margin: 0 0 4px 0;
  color: #ffffff;
}
.benefit-desc {
  font-size: 13px;
  color: #888888;
  margin: 0;
}

/* 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: 600;
  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: #777777;
  margin: 12px 0 0 0;
}

/* Section 2: Experience More on Mobile */
.experience-mobile-grid {
  grid-template-columns: 1.2fr 2.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: #888888 !important;
}

/* Mobile Right Block */
.mobile-right-block {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 30px !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: 240px !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: #777777 !important;
  line-height: 1 !important;
  margin-bottom: 2px !important;
}
.app-btn-main {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  color: #000000 !important;
}

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

.ticker-text {
  font-weight: 100 ;
  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;
}

/* Dark Gradient Overlay for Readability */
.dev-categories .content-box::after,
.so-categories .content-box::after,
.h15-section-style5 .content-box::after,
.h57-section-style5 .content-box::after,
.dev-categories .image-cat::after,
.so-categories .image-cat::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 70% !important;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0) 100%) !important;
    pointer-events: none !important;
    z-index: 1 !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 Title */
.dev-categories .cat-title,
.dev-categories .cat-title a,
.so-categories .cat-title,
.so-categories .cat-title a,
.h15-section-style5 .cat-title a,
.h57-section-style5 .cat-title a {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    display: block !important;
    margin-bottom: 2px !important;
    text-decoration: none !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: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    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;
}

@media (max-width: 991px) {
    .reviews-trust-section .reviews-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* 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;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 12px;
    display: block;
}

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

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

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

.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: 13px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.reviews-trust-section .review-text {
    font-size: 13px;
    line-height: 1.6;
    color: #333333;
    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: 600;
    color: #111111;
    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: #888888;
    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;
}

@media (max-width: 991px) {
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 575px) {
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: 1fr;
    }
}

.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: 600;
    letter-spacing: 1px;
    color: #888888;
    text-transform: uppercase;
    margin: 0;
}

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

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

@media (max-width: 767px) {
    .reviews-trust-section .banner-header-wrap .line {
        max-width: 60px;
    }
}

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

@media (max-width: 767px) {
    .reviews-trust-section .banner-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.reviews-trust-section .banner-subtext {
    font-size: 13px;
    color: #888888;
    margin: 0;
}

/* =========================================================
   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;
}

@media (max-width: 991px) {
    .season-picks-container .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

@media (max-width: 575px) {
    .season-picks-container .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .season-picks-container .main-title {
        font-size: 28px;
    }
}

/* 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)
   ========================================================= */

.shop-container {
    background-color: #ffffff;
    padding: 60px 20px;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 50px;
    align-items: stretch;
    font-family: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #111111;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .shop-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 15px;
    }
}

/* Left Banner Section */
.shop-container .banner-section {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 560px;
    border-radius: 0px;
    background-color: #f5f5f7;
}

@media (max-width: 991px) {
    .shop-container .banner-section {
        min-height: 440px;
    }
}

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

@media (max-width: 575px) {
    .shop-container .banner-content {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
}

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

@media (max-width: 575px) {
    .shop-container .banner-title {
        font-size: 34px;
    }
}

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

@media (max-width: 575px) {
    .shop-container .section-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

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

@media (max-width: 575px) {
    .shop-container .product-card {
        flex-wrap: wrap;
        padding: 18px 0;
        gap: 15px;
    }
}

/* 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;
}

/* 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; }

/* 2. Global Section Headers & Titles (.modtitle) */
.common-home .modtitle,
.common-home .title-home,
.common-home .box-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    letter-spacing: -0.5px;
    margin-bottom: 24px !important;
    position: relative;
    display: inline-block;
}

.common-home .modtitle span::after,
.common-home .title-home::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #ff3c20 0%, #ff7b00 100%);
    margin-top: 8px;
    border-radius: 4px;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.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: 16px;
    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 .content-box,
.common-home .cat-wrap:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.common-home .so-categories .cat-title a {
    font-weight: 700;
    transition: color 0.3s ease;
}

.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 .header-ticker {
    background: linear-gradient(90deg, #ff3c20 0%, #ff7b00 100%) !important;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.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,
html body .so-extraslider .products-list .product-grid .product-item-container .right-block,
html body .product-layout .product-item-container .right-block,
.layout-57 .products-list .product-grid .product-item-container .right-block {
    text-align: left !important;
    background-color: #ffffff !important;
    padding: 12px 0 !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;
}

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: 'Outfit', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

/* ==========================================================================
   FEATURED THIS WEEK SECTION STYLES (THEME 57 - FIGMA MATCH)
   ========================================================================== */
.featured-week-section {
  padding: 60px 0;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Outfit', 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: 'Outfit', 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: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

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

/* 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: #777777;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.featured-week-section .featured-subtitle {
  font-size: 14px;
  color: #888888;
  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: 600;
  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: #555555;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-weight: 600;
  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;
}

.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: #888888;
  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: 600;
  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: 400;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.featured-week-section .impact-subtitle {
  font-size: 13px;
  color: #666666;
  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: #555555;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================================
   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: 800 !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-cat-count,
.theme57-listing-header .theme57-cat-count {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #999999 !important;
  margin: 0 !important;
  padding: 0 !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: 115%;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
}

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

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

/* 7. Discount Badge */
.theme57-wishlist-badge {
  position: absolute;
  top: 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-sublabel {
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}

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

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

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

/* 10. Solid Black ADD TO BAG Action Button */
.theme57-wishlist-addbag {
  width: 100%;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 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: 'Outfit', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 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: 'Outfit', 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;
}

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

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

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

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

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

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

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

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

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

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

.theme57-toppicks-name a {
  color: #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-top: 0 !important;
  padding-bottom: 0 !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;
}

@media (max-width: 767px) {
  .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;
  }
}

/* Header inside Shop by Category */
.shop-by-category-section .section-header,
.shop-by-category .section-header,
.theme57-shop-category-module .section-header {
  display: block !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left !important;
  margin-bottom: 35px !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: transparent !important;
}

.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 !important;
  font-weight: 400 !important;
  color: #111111 !important;
  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;
}

@media (max-width: 767px) {
  .season-picks-container .main-title,
  .theme57-toppicks-header h2,
  .module-title,
  .box-heading,
  .modtitle {
    font-size: 22px !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: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: #111111 !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,
.filters-panel #list-view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #e0e0e0 !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;
}

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

@media (max-width: 991px) {
  .theme57-wishlist-col,
  #product-list .col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}

@media (max-width: 575px) {
  .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;
  }
}

/* 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-badge-newdrop {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 4px 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: 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-sublabel {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.theme57-wishlist-title,
.theme57-wishlist-title a {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 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: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.theme57-wishlist-oldprice {
  font-size: 13px !important;
  color: #aaaaaa !important;
  text-decoration: line-through !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;
}

@media (max-width: 991px) {
  .products-category.view-grid .products-list .product-layout {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}

@media (max-width: 575px) {
  .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;
  }
}

/* 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: #222222 !important;
  margin-bottom: 12px !important;
  display: block !important;
  text-transform: none !important;
}

/* 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: #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: #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 {
  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 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !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;
}

/* ============================================================
   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-cart-wishlist-row,
.theme57-cart-wishlist-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}

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 !important;
  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: 13px !important;
  font-weight: 500 !important;
  color: #666666 !important;
}

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

body.layout-57 .theme57-share-icon,
.theme57-share-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #444444 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

body.layout-57 .theme57-share-icon:hover,
.theme57-share-icon:hover {
  color: #111111 !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;
}

/* 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: 100%;
}

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-label,
.theme57-share-label {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}

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

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: #333333;
  font-size: 15px;
  border: 1px solid #e2e8f0;
  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,
body.layout-57 .producttab a[href="#tab-review"],
body.layout-57 .producttab li:has(a[href="#tab-review"]),
body.layout-57 #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);
}

@media (max-width: 768px) {
  .wft-split-banner-container {
    height: 420px;
  }
  .wft-split-card {
    padding: 30px 25px;
    width: 300px;
  }
  .wft-split-card .card-title {
    font-size: 22px;
  }
}
/* Mobile responsive styles */
@media (max-width: 991px) {
  .promo-section {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 40px 20px !important;
  }
  .promo-section.experience-mobile-grid {
    grid-template-columns: 1fr !important;
  }
  .features-inline {
    gap: 20px !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 480px) {
  .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;
  }
}
}
/* =========================================================
   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: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    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;
}

@media (max-width: 991px) {
    .reviews-trust-section .reviews-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* 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;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 12px;
    display: block;
}

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

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

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

.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: 13px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.reviews-trust-section .review-text {
    font-size: 13px;
    line-height: 1.6;
    color: #333333;
    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: 600;
    color: #111111;
    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: #888888;
    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;
}

@media (max-width: 991px) {
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 575px) {
    .reviews-trust-section .trust-stats-row {
        grid-template-columns: 1fr;
    }
}

.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: 600;
    letter-spacing: 1px;
    color: #888888;
    text-transform: uppercase;
    margin: 0;
}

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

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

@media (max-width: 767px) {
    .reviews-trust-section .banner-header-wrap .line {
        max-width: 60px;
    }
}

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

@media (max-width: 767px) {
    .reviews-trust-section .banner-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.reviews-trust-section .banner-subtext {
    font-size: 13px;
    color: #888888;
    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;
}

@media (max-width: 991px) {
    .season-picks-container .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
}

@media (max-width: 575px) {
    .season-picks-container .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .season-picks-container .main-title {
        font-size: 28px;
    }
}

/* 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;
}


@media (max-width: 991px) {
    .shop-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 15px;
    }
}


@media (max-width: 991px) {
    .shop-container .banner-section {
        min-height: 440px;
    }
}


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

@media (max-width: 575px) {
    .shop-container .banner-content {
        bottom: 25px;
        left: 25px;
        right: 25px;
    }
}

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

@media (max-width: 575px) {
    .shop-container .banner-title {
        font-size: 34px;
    }
}

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

@media (max-width: 575px) {
    .section-title,
    .shop-container .section-title,
    .dev-define-extra57 .section-title,
    .so-extraslider-theme57 .section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.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: 20px 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;
}

@media (max-width: 575px) {
    .product-card,
    .shop-container .product-card,
    .dev-define-extra57 .product-card,
    .so-extraslider-theme57 .product-card {
        flex-wrap: wrap;
        padding: 16px 0;
        gap: 15px;
    }
}

/* 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: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 5px 7px;
    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: 15px;
   
    
    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: 400;
    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: 16px;
}

.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: 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;
    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: 86px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme57-wishlist-col {
  padding-left: 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: 115%;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 4px;
}

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

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

/* 7. Discount Badge */
.theme57-wishlist-badge {
  position: absolute;
  top: 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-sublabel {
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}

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

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

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

/* 10. Solid Black ADD TO BAG Action Button */
.theme57-wishlist-addbag {
  width: 100%;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  padding: 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: 'Outfit', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 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: 'Outfit', 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;
}

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

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

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

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

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

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

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

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

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

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

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

/* 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-top: 0 !important;
  padding-bottom: 0 !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: 80px !important;
  margin-bottom: 30px !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

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

@media (max-width: 767px) {
  .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;
  }
}

/* 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: 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 .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;
  box-shadow: 0 0 0 1.5px #111111 !important;
}

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

body.layout-57 .theme57-color-swatch.opt_active:hover .theme57-color-dot,
.theme57-color-swatch.opt_active:hover .theme57-color-dot {
  box-shadow: 0 0 0 1.5px #111111 !important; /* Keep active ring stable on hover */
}

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: #999999;
  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;
}

@media (max-width: 767px) {
  .season-picks-container .main-title,
  .theme57-toppicks-header h2,
  .module-title,
  .box-heading,
  .modtitle {
    font-size: 22px !important;
  }
}

/* 5. UNIFORM RIGHT ACTION CTA LINK (VIEW ALL / SHOP NOW / EXPLORE ALL) */
.theme57-toppicks-header a {

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

@media (max-width: 991px) {
  .theme57-wishlist-col,
  #product-list .col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}

@media (max-width: 575px) {
  .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;
  }
}

/* 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-badge-newdrop {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background: #1a1a1a !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 4px 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: 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-sublabel {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.theme57-wishlist-title,
.theme57-wishlist-title a {
  font-family: 'Outfit', 'Manrope', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 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: 16px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.theme57-wishlist-oldprice {
  font-size: 13px !important;
  color: #aaaaaa !important;
  text-decoration: line-through !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
   ============================================================ */

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

.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: 30px !important;
}

@media (max-width: 991px) {
  .products-category.view-grid .products-list .product-layout {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}

@media (max-width: 575px) {
  .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;
  }
}

/* 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 .form-group .control-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #222222 !important;
  margin-bottom: 12px !important;
  display: block !important;
  text-transform: none !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: 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: #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: #111111 !important;
  border-width: 2px !important;
}



#product .option-group-color .option-content-box,
#product .option_image .option-content-box {
  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 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !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;
}

/* ============================================================
   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;
}

@media (max-width: 767px) {
  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;
  }
}

/* ============================================================
   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: 100%;
}

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-label,
.theme57-share-label {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}

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

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: #333333;
  font-size: 15px;
  border: 1px solid #e2e8f0;
  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,
body.layout-57 .producttab a[href="#tab-review"],
body.layout-57 .producttab li:has(a[href="#tab-review"]),
body.layout-57 #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);
}

@media (max-width: 768px) {
  .wft-split-banner-container {
    height: 420px;
  }
  .wft-split-card {
    padding: 30px 25px;
    width: 300px;
  }
  .wft-split-card .card-title {
    font-size: 22px;
  }
}

/* ============================================================
   THEME 57 STICKY / FIXED HEADER (ALWAYS VISIBLE ON SCROLL)
   ============================================================ */
body.layout-57,
body {
  padding-top: 105px !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: 999999 !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;
}

@media (max-width: 767px) {
  body.layout-57,
  body {
    padding-top: 90px !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;
}

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

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

/* Header style */
.sa-header {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 12px;
}

.sa-header-title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.sa-add-new-trigger {
    font-size: 14px;
    font-weight: 600;
    color: #10b981 !important;
    text-decoration: none;
}

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

.sa-btn-close {
    position: absolute;
    right: 0;
    top: -5px;
    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-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;
}

.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 #d1d5db;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    background: #ffffff;
    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: 6px;
}

.sa-form-control {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    background: #ffffff;
    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-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: 8px 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: #2563eb;
    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: #2563eb;
}

.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: #2563eb;
}

/* 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;
}