.tryon-enhanced{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  align-items:stretch !important;
  width:100%;
}

.tryon-enhanced > a,
.tryon-enhanced > button{
  width:100% !important;
}

@media (min-width: 981px) {
  .tryon-enhanced.tryon-row{
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:10px !important;
  }

  .tryon-enhanced.tryon-row > a,
  .tryon-enhanced.tryon-row > button{
    width:auto !important;
    min-width:180px;
    flex:1 1 220px;
  }
}

.t-typography__characteristics.js-catalog-prod-charcs.js-store-prod-all-charcs {
  display:none !important;
}

.js-store-prod-all-charcs {
  display:none !important;
}

/* widget off on mob */
@media screen and (max-width: 960px) {
  #rec2433197941 .t1002__wishlisticon,
  #rec2467412011 .t706__carticon {
    display:none !important;
  }
}