/** Shopify CDN: Minification failed

Line 1119:2 Unexpected "}"

**/
/* Header Customization */
.header__wrapper summary.text-with-icon{
  font-size: 12px;
  line-height: normal;
  letter-spacing: .12px;  
  font-weight:normal;
}
.header__wrapper .header__link-list{
  gap:10px;
}  
@media(min-width:769px){
  .header__wrapper{
    padding:20px !important;
  }
}
/* Footer Customization */
.u-footer-blocks-wrapper{
width:790px;
display:flex;
gap:  30px;
justify-content:space-between;
}
.footer .container{
  margin:0;
  padding:0 30px;
}
.footer .footer__block--newsletter .h3{
  font-size: 16px;
  font-weight:bold;
}
@media(max-width:790px){
.u-footer-blocks-wrapper{
  flex-direction:column;
  width:100%;

}  
}
/* End Footer Customization */
.m-category-slider{
    overflow:hidden;
}
.m-cas-container{
    margin-left:30px;
    margin-inline-end: max(48px, 50% - 800px);
}
.m-cas-heading{
    margin:0;
    margin-bottom:30px;
}
.swiper.MCSSlider{
    overflow:visible ! important;   
}
.m-cass-wrapper{
    position:relative;
    overflow:hidden;
    width:100%;
}
.m-cass-wrapper img{
    aspect-ratio: 3 / 4;
    object-fit:cover;
    vertical-align:middle;
}
.m-cas-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0000 60%, #000c), #f5f4ef00;
    display: block !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .7;
}
.m-cas-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
    z-index: 4; 
}
.m-cas-controls-wrapper{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:space-between;
    margin-top:20px;
}
.m-cas-controls-wrapper .swiper-pagination{
    position:static;
    max-width: calc(100% - 150px);
    display:block !important;
    height:2px;
    border-radius:30px;
}
.m-cas-controls-wrapper .swiper-pagination .swiper-pagination-progressbar-fill{
    background-color: #1e1e1e;
}
.m-cas-arrows-wrapper{
    display:flex;
    gap:10px;
    align-items:center;
}
.m-cas-prev, .m-cas-next{
    width: 18px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0;
}
.m-cas-prev svg, .m-cas-next svg{
width:11px;
}
@media(max-width:769px){
.m-cas-container{
    margin-left:0;
    margin-inline-end: 0
}
.m-cas-heading{
    margin:0;
    margin-bottom:20px;
}    
}
/* U Announcemnet Bar */

  .m-newan-section {
  width: 100%;
  box-sizing: border-box;
  }
  .m-newan-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  }
  .m-newan-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  }
  .m-newan-link {
  text-decoration: none;
  letter-spacing: 0.4px;
  line-height: 1.35;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  }
  .m-newan-link:hover {
  text-decoration: underline;
  }
  .m-newan-timer-wrap {
  display: flex;
  align-items: center;
  }
  .m-newan-popup-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  }
  .m-newan-popup-btn:hover {
  opacity: 0.8;
  }
  .m-newan-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .m-newan-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  box-sizing: border-box;
  }
  .m-newan-modal.m-newan-active,
  .m-newan-modal-overlay.m-newan-active {
  visibility: visible;
  }
  .m-newan-modal.m-newan-active {
  opacity: 1;
  }
  .m-newan-modal-inner {
  position: relative;
  text-align: left;
  }
  .m-newan-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  }
  .m-newan-modal-close:hover {
  transform: scale(1.1);
  }
  .m-newan-modal-heading {
  margin-top: 0;
  line-height: 1.4;
  }
  .m-newan-modal-text * {
  line-height: 1.5;
  margin: 0;
  }
  @media screen and (max-width: 767px) {
  .m-newan-wrapper {
  flex-direction: column;
  }
  }
  /* U Announcemnet Slider */
  
.m-sldann-section {
  width: 100%;
  box-sizing: border-box;
}
.m-sldann-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.m-sldann-swiper {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.m-sldann-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.m-sldann-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.m-sldann-link {
  text-decoration: none;
  letter-spacing: 0.4px;
  line-height: 1.35;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.m-sldann-icon {
  display: block;
  object-fit: contain;
}
.m-sldann-link:hover {
  text-decoration: underline;
}
.m-sldann-popup-btn {
  background: transparent;
  border: none;
  padding: 0 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  line-height: 10px;
  transition: opacity 0.3s ease;
}
.m-sldann-popup-btn:hover {
  opacity: 0.8;
}
.m-sldann-sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.m-sldann-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.m-sldann-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
.m-sldann-modal.m-sldann-active,
.m-sldann-modal-overlay.m-sldann-active {
  visibility: visible;
}
.m-sldann-modal.m-sldann-active {
  opacity: 1;
}
.m-sldann-modal-inner {
  position: relative;
  text-align: left;
}
.m-sldann-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.m-sldann-modal-close:hover {
  transform: scale(1.1);
}
.m-sldann-modal-heading {
  margin-top: 0;
  line-height: 1.4;
}
.m-sldann-modal-text * {
  line-height: 1.5;
  margin: 0;
}
/* U Split Guarantees */

  .m-smimgtxt-section {
  width: 100%;
  box-sizing: border-box;
  }
  .m-smimgtxt-inner {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  }
  .m-smimgtxt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  width: 100%;
  }
  .m-smimgtxt-image-right .m-smimgtxt-media {
  order: 2;
  }
  .m-smimgtxt-image-right .m-smimgtxt-copy {
  order: 1;
  }
  .m-smimgtxt-image-left .m-smimgtxt-media {
  order: 1;
  }
  .m-smimgtxt-image-left .m-smimgtxt-copy {
  order: 2;
  }
  .m-smimgtxt-copy {
  box-sizing: border-box;
  }
  .m-smimgtxt-align-left {
  justify-self: start;
  margin-inline: 0;
  text-align: left;
  }
  .m-smimgtxt-align-center {
  justify-self: center;
  margin-inline: auto;
  text-align: center;
  }
  .m-smimgtxt-align-right {
  justify-self: end;
  margin-inline: 0 0 0 auto;
  text-align: right;
  }
  .m-smimgtxt-align-center .m-smimgtxt-links {
  justify-content: center;
  }
  .m-smimgtxt-align-right .m-smimgtxt-links {
  justify-content: flex-end;
  }
  .m-smimgtxt-media {
  width: 100%;
  height: 100%;
  display: block;
  }
  .m-smimgtxt-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 50% 50%;
  }
  .m-smimgtxt-eyebrow {
  letter-spacing: 0.15em;
  opacity: .9;
  margin-top: 0;
  }
  .m-smimgtxt-heading {
  line-height: 1.1;
  margin-top: 0;
  }
  .m-smimgtxt-body * {
  line-height: 1.6;
  opacity: .95;
  margin-top: 0;
  }
  .m-smimgtxt-body p {
  margin-top: 0;
  margin-bottom: 0;
  }
  .m-smimgtxt-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 34px;
  }
  .m-smimgtxt-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  }
  .m-smimgtxt-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: currentColor;
  opacity: .6;
  }
  .m-smimgtxt-icon-wrap {
  width: 100%;
  box-sizing: border-box;
  }
  .m-smimgtxt-icon-inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  }
  .m-smimgtxt-icon-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  }
  .m-smimgtxt-icon-col {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
  text-align: center;
  min-width: 0;
  row-gap: 10px;
  }
  @media (min-width: 640px) {
  .m-smimgtxt-icon-col {
  max-width: 110px;
  }
  }
  .m-smimgtxt-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  }
  .m-smimgtxt-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  }
  .m-smimgtxt-icon-text {
  line-height: 1.35;
  opacity: .95;
  text-wrap: balance;
  margin: 0;
  }
  @media screen and (max-width: 767px) {
  .m-smimgtxt-split {
  grid-template-columns: 1fr;
  gap: 0px;
  }
  .m-smimgtxt-image-right .m-smimgtxt-media,
  .m-smimgtxt-image-left .m-smimgtxt-media {
  order: 2 !important;
  }
  .m-smimgtxt-image-right .m-smimgtxt-copy,
  .m-smimgtxt-image-left .m-smimgtxt-copy {
  order: 1 !important;
  }
  .m-smimgtxt-icon-row {
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  gap: 30px;
  }
  .m-smimgtxt-icon-col {
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-items: start;
  text-align: left;
  gap: 16px;
  max-width: none;
  }
  .m-smimgtxt-icon {
  justify-self: start;
  }
  .m-smimgtxt-icon-text {
  text-align: left;
  }
  }
  /* U Image with text Multi */
  
.m-img-txt-section {
width: 100%;
box-sizing: border-box;
}
.m-img-txt-wrapper {
display: flex;
flex-direction: row;
width: 100%;
box-sizing: border-box;
}
.m-img-txt-reverse {
flex-direction: row-reverse;
}
.m-img-txt-media {
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.m-img-txt-swiper {
width: 100%;
position: relative;
}
.m-img-txt-image {
width: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.m-img-txt-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
box-sizing: border-box;
}
.m-img-txt-content-inner {
width: 100%;
display: flex;
flex-direction: column;
}
.m-img-txt-heading *,
.m-img-txt-heading {
margin-top: 0;
line-height: 1.1;
}
.m-img-txt-subheading *,
.m-img-txt-subheading {
margin-top: 0;
letter-spacing:0.2;
line-height: 1.75;
}
.m-img-txt-btn {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 15px 30px;
min-height: 46px;
box-sizing: border-box;
text-align: center;
line-height: 1;
transition: all 0.3s ease;
cursor: pointer;
}
@media screen and (max-width: 968px) {
.m-img-txt-wrapper,
.m-img-txt-reverse {
flex-direction: column;
}
.m-img-txt-btn {
padding: 10px 20px;
}
}
/* U Collection Cards */

.m-collcard-section {
width: 100%;
box-sizing: border-box;
}
.m-collcard-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
width: 100%;
}
.m-collcard-block {
position: relative;
aspect-ratio: 1 / 1;
display: flex;
flex-direction: column;
overflow: hidden;
width: 100%;
}
.m-collcard-img-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.m-collcard-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.m-collcard-overlay {
position: absolute;
bottom: 0;
left: 0;
display: block !important;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent 40%, #000000);
z-index: 2;
pointer-events: none;
}
.m-collcard-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
height: 100%;
padding: 24px 30px;
}
.m-collcard-title {  
letter-spacing: 0.02rem;
line-height: 1.8;
}
.m-collcard-btn {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
border: none;
box-sizing: border-box;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: underline !important;
text-underline-offset: 10px;
line-height: normal;
}
@media screen and (max-width: 767px) {
.m-collcard-grid {
grid-template-columns: 1fr;
}
.m-collcard-content {
padding: 20px;
}
.m-collcard-section .section{
padding-top:0px !important; 
}
}
/* U Icons With text */

  .m-icitxt-section {
  width: 100%;
  box-sizing: border-box;
  }
  .m-icitxt-container {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
  justify-content: center;
  }
  .m-icitxt-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  }
  .m-icitxt-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .m-icitxt-icon {
  object-fit: cover;
  display: block;
  }
  .m-icitxt-text-wrap {
  display: flex;
  flex-direction: column;
  }
  .m-icitxt-title *,
  .m-icitxt-title {
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.24px;
  }
  .m-icitxt-desc *,
  .m-icitxt-desc {
  margin: 0;
  line-height: 1.4;
  }
  .m-icitxt-section .section{
  padding:0px 30px !important;
  }
  @media screen and (max-width: 968px) {
  .m-icitxt-item {
  padding: 0 10px;
  justify-content: start;
  }
  .m-icitxt-section .section{
  padding:0px 15px !important;
  }
  }
  /* U Hero Banner */
  
  .m-newban-section {
  overflow: hidden;
  }
  .m-newban-buttons a {
  cursor: pointer;
  }
  .m-newban-section{
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 16 / 9 !important;
  max-height: calc(100vh - 141.5px);
  display: flex;
  position: relative;
  background-size: cover;
  background-position: center;
  }
  .m-newban-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  }
  .m-newban-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.6));
  z-index: 1;
  pointer-events: none;
  }
  .m-newban-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  }
  .m-newban-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  }
  .m-newban-container .m-newban-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
  }
  .m-newban-subheading *{
  letter-spacing: 0.5px;
  line-height: 1.2;
  }
  .m-newban-heading *{
  line-height: 1.1;
  }
  .m-newban-text *{
  line-height: 1.4;
  }
  .m-newban-btn{
  padding: 16px 20px;
  min-width: 200px;
  height:46px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items:center;
  justify-content:center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 4;
  }
  @media (max-width: 768px) {
  .m-newban-section{
  height: 100% !important;
  aspect-ratio: 4 / 5 !important;
  }
  .m-newban-btn{
  padding: 0px 20px;
  min-width: 240px;
  height:38px;
  }
  }
  /* U tabbed Section */
    .u-ta-tabs-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .u-tab-link{
    border:1px solid;
    padding:12px 24px;
    text-decoration:none;
    transition:0.3s;
  }
  /* U LookBook */
  
  .m-sindoub-img-section {
  width: 100%;
  box-sizing: border-box;
  }
  .m-sindoub-img-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  }
  .m-sindoub-img-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  }
  .m-sindoub-img-block {
  width: 100%;
  box-sizing: border-box;
  }
  .m-sindoub-img-single {
  display: block;
  }
  .m-sindoub-img-double {
  display: flex;
  flex-direction: row;
  width: 100%;
  }
  .m-sindoub-img-col {
  width: 50%;
  box-sizing: border-box;
  }
  .m-sindoub-img-link {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  }
  .m-sindoub-img-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  }
  @media screen and (max-width: 768px) {
  .m-sindoub-img-double {
  flex-direction: column;
  }
  .m-sindoub-img-col {
  width: 100%;
  }
  }
  /* U Richtext */

  .m-rctxt-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .m-rctxt-container {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .m-rctxt-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .m-rctxt-hd {
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 0.96px;
  }
  .m-rctxt-txt {
    width: 100%;
  }
  .m-rctxt-txt p {
    margin: 0;
    line-height: 1.6;
  }
  .m-rctxt-txt a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .m-rctxt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    transition: opacity 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
  }
  .m-rctxt-btn:hover {
    opacity: 0.8;
  }  
  /* U Text With Slider Image */
  
.m-sldimtxtt-section {
width: 100%;
box-sizing: border-box;
}
.m-sldimtxtt-inner {
margin: 0 auto;
width: 100%;
box-sizing: border-box;
}
.m-sldimtxtt-wrapper {
display: flex;
flex-wrap: wrap;
width: 100%;
box-sizing: border-box;
}
.m-sldimtxtt-layout-right {
flex-direction: row-reverse;
}
.m-sldimtxtt-layout-left {
flex-direction: row;
}
.m-sldimtxtt-media {
width: 50%;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.m-sldimtxtt-swiper {
width: 100%;
position: relative;
}
.m-sldimtxtt-img {
width: 100%;
object-fit: cover;
object-position: center center;
display: block;
}
.m-sldimtxtt-content {
width: 50%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
box-sizing: border-box;
}
.m-sldimtxtt-heading * {
margin-top: 0;
line-height: 1;
}
.m-sldimtxtt-rte * {
margin-top: 0;
line-height: 1.6;
}
.m-sldimtxtt-rte p {
margin-bottom: 0;
}
@media screen and (max-width: 968px) {
.m-sldimtxtt-wrapper {
flex-direction: column;
}
.m-sldimtxtt-layout-right,
.m-sldimtxtt-layout-left {
flex-direction: column;
}
.m-sldimtxtt-media {
width: 100%;
order: 1; 
}
.m-sldimtxtt-content {
width: 100%;
order: 2;
}
.m-sldimtxtt-heading * {
line-height: 0.8;
}
}
/* U Collection Slider */

  .m-collsldrimg-section {
    width: 100%;
    box-sizing: border-box;
  }
  .m-collsldrimg-inner {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .m-collsldrimg-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .m-collsldrimg-card-link {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  .m-collsldrimg-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .m-collsldrimg-img-wrap {
    z-index: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .m-collsldrimg-img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
  }
  .m-collsldrimg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.8));
    display: block !important;
    z-index: 1;
    pointer-events: none;
  }
  .m-collsldrimg-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    z-index: 4;
    box-sizing: border-box;
  }
  .m-collsldrimg-title {
    line-height: 1.35;
    letter-spacing: 0.17px;
    margin: 0;
  }

  /* U Style Cards */

.m-stycards-section {
width: 100%;
box-sizing: border-box;
display: flow-root;
}
.m-stycards-container {
width: 100%;
box-sizing: border-box;
}
.m-stycards-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-content: start;
width: 100%;
box-sizing: border-box;
}
.m-stycards-item {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.m-stycards-img-wrap {
width: 100%;
overflow: hidden;
display: block;
position:relative;
}
.m-stycards-img {
width: 100%;
height: 100%;
position:absolute;
object-fit: cover;
display: block;
top:0;
left:0;
}
.m-stycards-content {
display: flex;
flex-direction: column;
text-align: left;
}
.m-stycards-prose {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.m-stycards-title {
margin: 0;
line-height: 1.2;
}
.m-stycards-desc {
margin: 0;
}
.m-stycards-desc p {
margin: 0;
line-height: 1.5;
}
.m-stycards-link {
text-decoration: underline;
text-underline-offset: 4px;
transition: opacity 0.3s ease;
}
.m-stycards-link:hover {
opacity: 0.7;
}
@media screen and (max-width: 968px) {
.m-stycards-grid {
grid-template-columns: none;
grid-auto-flow: column;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
scrollbar-width: none;
-ms-overflow-style: none;
padding-bottom: 10px;
}
.m-stycards-grid::-webkit-scrollbar {
display: none;
}
.m-stycards-item {
scroll-snap-align: start;
scroll-snap-stop: always;
}
}

  /* U Tabs Links */
  
  .m-tabslin-section {
  width: 100%;
  box-sizing: border-box;
  }
  .m-tabslin-inner {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  }
  .m-tabslin-title {
  text-transform: uppercase;
  letter-spacing: 0.24px;
  line-height: 1.75;
  }
  .m-tabslin-swiper {
  width: 100%;
  position: relative;
  overflow: visible;
  }
  .m-tabslin-slide {
  height: auto;
  display: flex;
  }
  .m-tabslin-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height:1;
  transition: opacity 0.3s ease;
  }
  .m-tabslin-btn svg {
  flex-shrink: 0;
  margin-left: 10px;
  }
  @media (max-width: 768px) {
  .m-tabslin-btn {
  padding: 15px 10px;
  }
}

/* U tailored Video */

.m-vd-sec-section {
width: 100%;
box-sizing: border-box;
}
.m-vd-sec-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.m-vd-sec-content-over-media {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: transparent;
overflow: hidden;
}
.m-vd-sec-video-wrapper {
width: 100%;
position: relative;
display: block;
}
.m-vd-sec-desktop-wrapper {
aspect-ratio: 1.775;
}
.m-vd-sec-mobile-wrapper {
display: none;
aspect-ratio: 0.563;
}
.m-vd-sec-desktop-media,
.m-vd-sec-mobile-media {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 21.387% 19.238%;
position: absolute;
top: 0;
left: 0;
}
.m-vd-sec-play-center {
position: absolute;
z-index: 2;
place-self: center;
text-align: center;
}
.m-vd-sec-play-btn {
appearance: none;
background: transparent;
border: none;
cursor: pointer;
color: #fff;
padding: 0;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
filter: drop-shadow(0 16px 50px rgba(0,0,0,0.05));
}
.m-vd-sec-play-btn svg {
width: 80px;
height: 80px;
display: block;
}
.m-vd-sec-play-btn::before {
content: "";
position: absolute;
box-sizing: content-box;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,0), rgba(255,255,255,1));
border-radius: 100%;
/* 1.5s controls the speed, infinite alternate makes it go back and forth */
animation: m-vd-sec-pulse 2.5s ease-in-out infinite alternate;
z-index: -1;
}

@keyframes m-vd-sec-pulse {
0% {
transform: scale(0.75);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 0.5;
}
}
.m-vd-sec-content-under {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.m-vd-sec-content-left {
display: flex;
flex-direction: column;
max-width: 780px;
}
.m-vd-sec-subheading {
margin: 0;
}
.m-vd-sec-heading {
margin: 0;
line-height: 1.2;
}
.m-vd-sec-richtext {
margin: 0;
}
.m-vd-sec-richtext p {
margin: 0;
line-height: 1.3;
}
.m-vd-sec-content-right {
display: flex;
}
.m-vd-sec-button {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
border: 1px solid;
width: 200px;
height: 46px;
padding: 16px 20px 15px;
letter-spacing: 0.28px;
box-sizing: border-box;
transition: all 0.3s ease;
}
@media screen and (max-width: 968px) {
.m-vd-sec-desktop-wrapper {
display: none;
}
.m-vd-sec-mobile-wrapper {
display: block;
}
.m-vd-sec-content-under {
flex-direction: column;
}
.m-vd-sec-content-right {
width: 100%;
margin-top: 20px;
}
.m-vd-sec-play-btn svg {
width: 48px;
height: 48px;
}
.m-vd-sec-play-btn::before {
top: -12px;
left: -12px;
right: -12px;
bottom: -12px;
}
}

/* U Blog Cards */


.m-blodcards-section {
width: 100%;
box-sizing: border-box;
}
.m-blodcards-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
box-sizing: border-box;
}
.m-blodcards-grid {
display: grid;
align-items: flex-start;
width: 100%;
}
.m-blodcards-card {
display: block;
width: 100%;
box-sizing: border-box;
scroll-snap-align: center;
scroll-snap-stop: always;
}
.m-blodcards-info {
display: flex;
flex-direction: column;
width: 100%;
}
.m-blodcards-text-wrap {
display: flex;
flex-direction: column;
width: 100%;
}
.m-blodcards-overline {
margin: 0;
line-height: 1.75;
letter-spacing: 0.24px;
}
.m-blodcards-title {
margin: 0;
line-height: 1.35;
letter-spacing: 0.17px;
}
.m-blodcards-link {
text-decoration: none;
}
.m-blodcards-excerpt {
margin: 0;
}
.m-blodcards-excerpt p {
margin: 0;
line-height: 1.35;
}

/* U Collection Subnav */


.m-coll-subnav-sec {
width: 100%;
box-sizing: border-box;
}
.m-coll-subnav-wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.m-coll-subnav-item-linktag {
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
cursor: pointer;
}
.m-coll-subnav-item img {
object-fit: cover;
display: block;
flex-shrink: 0;
}
.m-coll-subnav-item-title {
margin: 0;
line-height: 1.35;
letter-spacing: 0.14px;
white-space: nowrap;
}
.m-coll-subnav-item div {
width: 100%;
}
@media screen and (max-width: 640px) {
.m-coll-subnav-wrap {
flex-wrap: nowrap;
overflow-x: auto;
}
.m-coll-subnav-item {
flex: 0 0 auto;
}
.m-coll-subnav-item-linktag {
white-space: nowrap;
}
.m-coll-subnav-wrap::-webkit-scrollbar {
height: 3.5px;
}
.m-coll-subnav-wrap::-webkit-scrollbar-track {
background: transparent;
}
.m-coll-subnav-wrap::-webkit-scrollbar-thumb {
background-color: rgba(30, 30, 30, 0.3);
border-radius: 0;
}
}

/* U Top Header */

.m-tphdr-section {
width: 100%;
box-sizing: border-box;
}
.m-tphdr-account-list {
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0;
padding: 0;
list-style: none;
box-sizing: border-box;
}
.m-tphdr-item {
display: flex;
align-items: center;
}
.m-tphdr-link {
text-decoration: none;
transition: color 0.3s ease;
}
.m-tphdr-line span {
display: flex;
align-items: center;
user-select: none;
}
@media screen and (max-width: 968px) {
.m-tphdr-account-list{
justify-content: flex-start;
}
}
/* U Category Cards */
.u-finance-card-container{
display: grid;
}
.page-width.grid-outer{
  max-width:1200px;
  margin:0 auto;
}
.u-fin-card-sec-hd-sbhd{
display:flex;
flex-direction:column;
justify-content:center;
}
.u-finance-card{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
transition: all 0.2s ease;
transform: translateY(0);
}
.u-finance-card:hover{
box-shadow: rgba(22, 22, 22, 0.16) 0px 1px 2px inset;
}
.u-card-text{
margin:0px;
line-height:normal;
}
.u-card-heading{
line-height: 29px;
}
.u-card-dtltxt{
margin-top:0px;
}
.u-finance-card-anor-tag{
text-decoration:none;
}
.u-fin-card-se-hd-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
}

/* toggle btn style */
.u-finance-display-toggle {
margin-bottom: 20px;
display: flex;
justify-content: flex-end;
cursor: pointer;
}
.ghc-display-mode-switch:hover {
cursor: pointer;
}
.u-finance-card-container.list-view {
grid-template-columns: 1fr !important;
transition: all 0.3s ease;
}
.ghc-display-mode-switch input[type="checkbox"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
margin: 0;
}
.ghc-display-mode-switch svg {
cursor: pointer;
display: inline-block;
pointer-events: all;
}
.ghc-display-mode-switch {
display: inline-flex;
align-items: center;
cursor: pointer;
}
#display-mode-icons path {
fill: #000;
transition: opacity 0.25s ease;
opacity: 0.5; 
}
#display-mode-icons.grid-active #display-mode-grid-icon,
#display-mode-icons.list-active #display-mode-list-icon {
opacity: 1;
}
#display-mode-icons.grid-active #display-mode-list-icon,
#display-mode-icons.list-active #display-mode-grid-icon {
opacity: 0.5;
}

@media (max-width: 768px) {
.u-card-heading{
line-height: 1.5;
}
}

/* U Tabs Video */


.m-tabsvde-section {
width: 100%;
box-sizing: border-box;
}
.m-tabsvde-container {
position: relative;
height: 100%;
width: 100%;
display: flex;
flex-wrap: nowrap;
align-items: center;
box-sizing: border-box;
}
.m-tabsvde-video-wrapper {
position: relative;
flex: 2 1 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
.m-tabsvde-videos-inner {
position: relative;
width: 100%;
display: grid;
overflow: hidden;
}
.m-tabsvde-video {
grid-area: 1 / 1;
width: 100%;
height: 100%;
display: none;
object-fit: cover;
opacity: 0;
pointer-events: none;
z-index: 0;
transition: opacity 0.3s ease;
}
.m-tabsvde-desk-vid {
display: block;
}
.m-tabsvde-active-video {
opacity: 1;
pointer-events: auto;
z-index: 1;
position: relative;
}
.m-tabsvde-control-playpause {
position: absolute;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 2;
transition: opacity 0.3s ease;
}
.m-tabsvde-play-icon {
height: 100px;
width: 100px;
display: block;
}
.m-tabsvde-control-mute {
position: absolute;
bottom: 10px;
right: 10px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 3;
}
.m-tabsvde-progress-container {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
z-index: 4;
}
.m-tabsvde-progress-bar {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 0;
}
.m-tabsvde-progress-markers {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.m-tabsvde-progress-marker {
position: absolute;
top: 0;
width: 2px;
height: 100%;
}
.m-tabsvde-content {
flex: 1 1 0;
display: flex;
flex-direction: column;
width: 100%;
}
.m-tabsvde-title {
margin-top: 0;
margin-bottom: 0;
display: flex;
align-items: baseline;
}
.m-tabsvde-title-mobile {
display: none;
}
.m-tabsvde-title-desktop {
display: flex;
justify-content: space-between;
}
.m-tabsvde-jump-title {
text-transform: uppercase;
}
.m-tabsvde-list {
display: flex;
flex-direction: column;
gap: 0;
}
.m-tabsvde-item {
background: transparent;
transition: background 0.2s ease;
}
.m-tabsvde-summary {
cursor: pointer;
display: flex;
flex-direction: column;
position: relative;
}
.m-tabsvde-tab-title-row {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
}
.m-tabsvde-tab-title-row svg {
margin-bottom: -2px;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 968px) {
.m-tabsvde-desk-vid {
display: none !important;
}
.m-tabsvde-mob-vid {
display: block;
}
.m-tabsvde-container {
flex-direction: column;
align-items: flex-start;
}
.m-tabsvde-video-wrapper {
width: 100%;
flex: none;
overflow: visible;
}
.m-tabsvde-title-mobile {
display: flex;
}
.m-tabsvde-title-desktop {
display: none;
}
.m-tabsvde-content {
width: 100%;
flex: none;
}
}

/* U Support Cards */

.u-get--supt-container{
display: grid;
}
.u-get--supt-card-top-hedr{
display: flex;
align-items: center;
justify-content: space-between;
}
.u-gt-spt-cr-tp-hd-ic-title{
display: flex;
align-items: center;
}
.u-get--supt-card-top-hedr-an-tag{
text-decoration:none;
}
.u-get--supt-card-main-text p{
margin:0px;
}
.u-get--supt-se-hd{
margin-top:0px;
}

/* U Style Cards */


.m-stycards-section {
width: 100%;
box-sizing: border-box;
display: flow-root;
}
.m-stycards-container {
width: 100%;
box-sizing: border-box;
}
.m-stycards-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-content: start;
width: 100%;
box-sizing: border-box;
}
.m-stycards-item {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.m-stycards-img-wrap {
width: 100%;
overflow: hidden;
display: block;
position:relative;
}
.m-stycards-img {
width: 100%;
height: 100%;
position:absolute;
object-fit: cover;
display: block;
top:0;
left:0;
}
.m-stycards-content {
display: flex;
flex-direction: column;
text-align: left;
}
.m-stycards-prose {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.m-stycards-title {
margin: 0;
line-height: 1.2;
}
.m-stycards-desc {
margin: 0;
}
.m-stycards-desc p {
margin: 0;
line-height: 1.5;
}
.m-stycards-link {
text-decoration: underline;
text-underline-offset: 4px;
transition: opacity 0.3s ease;
}
.m-stycards-link:hover {
opacity: 0.7;
}
@media screen and (max-width: 968px) {
.m-stycards-grid {
grid-template-columns: none;
grid-auto-flow: column;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
scrollbar-width: none;
-ms-overflow-style: none;
padding-bottom: 10px;
}
.m-stycards-grid::-webkit-scrollbar {
display: none;
}
.m-stycards-item {
scroll-snap-align: start;
scroll-snap-stop: always;
}
}

/* U Fit Cards */
.m-fit-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
}
.m-fit-card{
text-align:center;
}

.m-fit-image{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 100%;
}
.m-fit-image img{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit: cover;
}
.m-fit-card-title{
line-height:1.2;
}
.m-fit-card-desc{
max-width:320px;
margin:0 auto 20px;
line-height:1.5;
}
.m-fit-btn{
display:inline-block;
text-decoration:none;
transition:all .3s ease;
border-bottom: 1px solid #1e1e1e;
}
@media(max-width:768px){
.m-fit-grid{
grid-template-columns:1fr;
gap:40px;
}
.m-fit-card-desc{
max-width:100%;
}
}
/* U Simple Size Chart Tabs */

.m-sz-size-chart-heading{
text-align: center;
}
.m-sz-sub-tabs{
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.m-sz-sub-tab-btn{
background:none;
border:none;
cursor:pointer;
position:relative;
padding:0 0 10px;
transition:.3s;
}
.m-sz-sub-tab-btn:after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:1px;
transform:scaleX(0);
transition:.3s;
}
.m-sz-sub-tab-btn.active:after{
transform:scaleX(1);
}
.m-sz-main-panel{
margin-bottom:40px;
}
.m-sz-sub-panel{
display:none;
}
.m-sz-sub-panel.active{
display:block;
}
.m-sz-content-text{
text-align:center;
}
@media(max-width:768px){
.m-sz-sub-tabs{
justify-content:flex-start;
flex-wrap:nowrap;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
gap:15px;
padding:0 12px 8px 12px;
}
.m-sz-sub-tab-btn{
flex:0 0 auto;
white-space:nowrap;
}
.m-sz-sub-tabs::-webkit-scrollbar{
display:none;
}
.m-sz-sub-tabs{
scrollbar-width:none;
}
}

/* U Sizechart Tabs */

.m-size-chart-heading{
text-align:center;
margin:0 0 30px;
}
.m-sub-tabs {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.m-main-tab-btn{
cursor:pointer;
padding:14px 24px;
transition:.3s;
}
.m-sub-tabs{
display:flex;
justify-content:center;
flex-wrap:wrap;
}
.m-sub-tab-btn{
background:none;
border:none;
cursor:pointer;
position:relative;
padding:0 0 10px;
transition:.3s;
}
.m-sub-tab-btn:after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:1px;
transform:scaleX(0);
transition:.3s;
}
.m-sub-tab-btn.active:after{
transform:scaleX(1);
}
.m-main-panel{
display:none;
}
.m-main-panel.active{
display:block;
}
.m-sub-panel{
display:none;
}
.m-sub-panel.active{
display:block;
}
.m-content-text{
text-align:center;
}
@media(max-width: 768px) {
.m-sub-tabs {
justify-content: flex-start;
flex-wrap: nowrap;         
overflow-x: auto;           
-webkit-overflow-scrolling: touch;
gap: 15px;
padding: 0 12px 8px 12px;  
}
.m-sub-tab-btn {
flex: 0 0 auto;          
white-space: nowrap;
}
.m-sub-tabs::-webkit-scrollbar {
display: none;
}
.m-sub-tabs {
scrollbar-width: none;
}
}

/* U Fit Cards */

.m-fit-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
}
.m-fit-card{
text-align:center;
}

.m-fit-image{
position: relative;
overflow: hidden;
width: 100%;
padding-top: 100%;
}
.m-fit-image img{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit: cover;
}
.m-fit-card-title{
line-height:1.2;
}
.m-fit-card-desc{
max-width:320px;
margin:0 auto 20px;
line-height:1.5;
}
.m-fit-btn{
display:inline-block;
text-decoration:none;
transition:all .3s ease;
border-bottom: 1px solid #1e1e1e;
}
@media(max-width:768px){
.m-fit-grid{
grid-template-columns:1fr;
gap:40px;
}
.m-fit-card-desc{
max-width:100%;
}

}
/* USPS */
.usp-box{
  display: flex; 
  align-items: center; 
}
/* U Inventory  */

.minventory-box {
  display: flex;
  align-items: center;
}
.cstm-inventory-icon {
  position: relative;
  display: inline-block;
}

.cstm-inventory-icon:before {
  animation: inventory-animation 2s linear infinite;
}
.cstm-inventory-icon:after,
.cstm-inventory-icon:before {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

@keyframes inventory-animation {
    0% {
        opacity: 0.5;
    }

    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* U Review Cards */

  .m-updwnrewcard-section {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  }
  .m-updwnrewcard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .m-updwnrewcard-header-left {
  display: flex;
  align-items: center;
  }
  .m-updwnrewcard-global-stars {
  display: block;
  }
  .m-updwnrewcard-dropdown-icon {
  display: block;
  height: auto;
  }
  .m-updwnrewcard-header-right {
  display: flex;
  align-items: center;
  }
  .m-updwnrewcard-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  }
  .m-updwnrewcard-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  }
  .m-updwnrewcard-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  }
  .m-updwnrewcard-content {
  display: flex;
  flex-direction: column;
  }
  .m-updwnrewcard-author-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  .m-updwnrewcard-verified-icon {
  display: block;
  border-radius: 50%;
  }
  .m-updwnrewcard-card-stars {
  display: block;
  }
  .m-updwnrewcard-review * {
  margin: 0;
  line-height: 1.12;
  }
  .m-updwnrewcard-grid {
  display: flex;
  align-items: flex-start;
  }
  .m-updwnrewcard-grid-3,
  .m-updwnrewcard-grid-2 {
  display: none;
  }
  .m-updwnrewcard-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  }
  .m-updwnrewcard-hidden {
  display: none;
  }
  .m-updwnrewcard-section.show-all .m-updwnrewcard-hidden {
  display: block;
  }
  .m-updwnrewcard-showmore-wrap {
  text-align: center;
  }
  .m-updwnrewcard-showmore-btn {
  cursor: pointer;
  transition:0.3s all ease;
  }

  @media screen and (max-width: 950px) {
  .m-updwnrewcard-grid-4 {
  display: none;
  }
  .m-updwnrewcard-grid-3 {
  display: flex;
  }
  }
  @media screen and (max-width: 800px) {
  .m-updwnrewcard-header {
  flex-direction: column;
  align-items: flex-start;
  }
  }
  @media screen and (max-width: 768px) {
  .m-updwnrewcard-grid-3 {
  display: none;
  }
  .m-updwnrewcard-grid-2 {
  display: flex;
  }
  }

  .text-with-icon-Sale{
    color:#c20000 !important;
  }
/* M rev section 2 */
.m-rev-ratings-bar-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  padding-bottom:20px;
  margin-bottom:5px;
  border-bottom:1px solid #e3e3e3;
  
}
.m-rev-name-verify-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
}
.m-rev-bars-wrapper{
  display:flex;
  flex-direction:column;
  gap:5px;
  justify-content:center;
  align-items:center;
}
.m-rev-ratings-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.m-rev-rating-starstext-Container {
  display: flex;
  flex-direction: column;
  gap:5px;
}
.m-rev-rating-Container {
  display: flex;
  gap: 2px;
}
.m-rev-bar-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.m-rev-bar-label{
 display:flex;
 align-items:center;
}

.m-rev-bar {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  overflow:hidden;
  max-width:60%;
  min-width:60%;
}
.m-rev-bar-fill {
  height: 100%;
}
.m-review-date-time-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px;
}
.m-rev-card-title{
  margin:0px;
  text-align: left;
}
.m-rev-card-text{
  margin:0px;
  text-align: left;
}
.m-content-wrapper{
  display:flex;
  gap:3px;
  flex-direction:column;
  margin-bottom:20px;
}
.m-reviewer-image-wrapper{
  overflow:hidden;
  margin-bottom:20px;
}
.m-reviewer-image{
  object-fit:cover;
}
@media(max-width:769px){
.m-rev-ratings-bar-wrapper{
  display:block;
}
.m-rev-bar{
  min-width:80%;
  max-width:90%;
  width:90%;
}
.m-rev-ratings-wrapper{
  margin-bottom:15px;
}  
}
.m-rev-section-2-heading{
  border-bottom:1px solid #e3e3e3;
  margin-bottom:20px;
}  