/* MAK — мелочи и Pinterest/masonry mixed catalog */

.small-item-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #eadfd9;
  border-radius:16px;
  background:#fffdfb;
  box-shadow:0 6px 18px rgba(61,39,31,.045);
}
.small-item-card__media{
  position:relative;
  display:block;
  overflow:hidden;
  background:#f4eee9;
}
.small-item-card__media img{
  width:100%;
  display:block;
  object-fit:cover;
  transition:transform .24s ease;
}
.small-item-card:hover .small-item-card__media img{
  transform:scale(1.02);
}
.small-item-card__badge{
  position:absolute;
  left:7px;
  bottom:7px;
  z-index:1;
  padding:4px 7px;
  border:1px solid rgba(135,103,91,.1);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#7b6259;
  box-shadow:0 3px 10px rgba(41,28,22,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:.5rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.small-item-card__body{
  padding:10px 11px 11px;
}
.small-item-card__body p{
  margin:0;
  color:#4d403a;
  font-size:.7rem;
  line-height:1.42;
}
.small-item-tags{
  margin-top:8px;
  display:flex;
  flex-wrap:wrap;
  gap:4px;
}
.small-item-tags span{
  padding:3px 6px;
  border-radius:999px;
  background:#fff3ee;
  color:#8a5f54;
  font-size:.54rem;
  font-weight:700;
}

/* Compact horizontal recommendations used by cart. */
.small-items-related{
  margin-top:22px;
  padding:17px;
  overflow:hidden;
  border:1px solid rgba(132,99,86,.13);
  border-radius:19px;
  background:linear-gradient(180deg,#fffaf7 0%,#fff 100%);
}
.small-items-related__head{
  margin-bottom:11px;
}
.small-items-related__head>div>span{
  display:block;
  color:var(--red);
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.small-items-related__head h2{
  margin:4px 0 0;
  font-size:clamp(21px,2.3vw,29px);
  line-height:1.08;
  letter-spacing:-.025em;
}
.small-items-related__head p{
  max-width:680px;
  margin:6px 0 0;
  color:#7b6d66;
  font-size:.73rem;
  line-height:1.45;
}
.small-items-strip{
  display:flex;
  gap:9px;
  overflow-x:auto;
  padding:1px 1px 6px;
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
}
.small-items-strip .small-item-card{
  flex:0 0 154px;
  scroll-snap-align:start;
  border-radius:13px;
}
.small-items-strip .small-item-card__media img{
  aspect-ratio:1/1;
}
.small-items-strip .small-item-card__body{
  padding:8px 9px 9px;
}
.small-items-strip .small-item-card__body p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:2.65em;
  font-size:.62rem;
  line-height:1.34;
}
.small-items-strip .small-item-tags{
  max-height:20px;
  margin-top:6px;
  overflow:hidden;
  flex-wrap:nowrap;
}
.small-items-strip .small-item-tags span{
  flex:0 0 auto;
  padding:2px 5px;
  font-size:.49rem;
}
[data-small-items-cart][hidden]{display:none!important}

/* Robust Pinterest layout.
   JS assigns row spans from the real rendered card height. */
.masonry-mix{
  display:grid!important;
  width:100%;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-flow:dense;
  grid-auto-rows:4px;
  gap:12px;
  align-items:start;
}
.masonry-mix>.masonry-card{
  min-width:0;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  align-self:start;
  break-inside:avoid;
}
.masonry-mix>.masonry-product-card{
  display:flex!important;
  grid-column:span 3;
}
.masonry-mix>.masonry-small-card{
  display:block!important;
  grid-column:span 2;
  align-self:start;
  box-shadow:0 5px 16px rgba(61,39,31,.04);
}

/* Main products stay dominant but do not form mechanical equal rows. */
.masonry-product-card--v1{grid-column:span 3}
.masonry-product-card--v2{grid-column:span 3}
.masonry-product-card--v3{grid-column:span 4}
.masonry-product-card--v4{grid-column:span 3}
.masonry-product-card--v1 .product-image img{aspect-ratio:.96/1}
.masonry-product-card--v2 .product-image img{aspect-ratio:1.08/1}
.masonry-product-card--v3 .product-image img{aspect-ratio:.91/1}
.masonry-product-card--v4 .product-image img{aspect-ratio:1.15/1}

.masonry-mix .masonry-product-card .product-body{
  min-height:0!important;
  padding:10px;
}
.masonry-mix .masonry-product-card .product-body h3{
  min-height:0!important;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.masonry-mix .masonry-product-card .catalog-product-description{
  min-height:0;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.masonry-mix .masonry-product-card .rating{
  min-height:18px;
}

/* Small items are visually subordinate and vary gently in scale. */
.masonry-small-card--v1{grid-column:span 2}
.masonry-small-card--v2{grid-column:span 3}
.masonry-small-card--v3{grid-column:span 2}
.masonry-small-card--v4{grid-column:span 3}
.masonry-small-card--v1 .small-item-card__media img{aspect-ratio:1.02/1}
.masonry-small-card--v2 .small-item-card__media img{aspect-ratio:1.18/1}
.masonry-small-card--v3 .small-item-card__media img{aspect-ratio:.92/1}
.masonry-small-card--v4 .small-item-card__media img{aspect-ratio:1.08/1}
.masonry-small-card .small-item-card__body{
  padding:8px 9px 9px;
}
.masonry-small-card .small-item-card__body p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:0;
  font-size:.61rem;
  line-height:1.34;
}
.masonry-small-card .small-item-tags{
  display:none;
}
.masonry-small-card .small-item-card__badge{
  left:6px;
  bottom:6px;
  padding:3px 6px;
  font-size:.47rem;
}

/* Catalog result area should use all available width. */
.catalog-results{
  min-width:0;
}
.catalog-masonry-grid,
.product-masonry-grid{
  width:100%;
}

@media(max-width:1220px){
  .catalog-masonry-grid{
    grid-template-columns:repeat(9,minmax(0,1fr));
  }
  .catalog-masonry-grid .masonry-product-card{grid-column:span 3}
  .catalog-masonry-grid .masonry-product-card--v3{grid-column:span 3}
  .catalog-masonry-grid .masonry-small-card--v1,
  .catalog-masonry-grid .masonry-small-card--v3{grid-column:span 2}
  .catalog-masonry-grid .masonry-small-card--v2,
  .catalog-masonry-grid .masonry-small-card--v4{grid-column:span 3}
}

@media(max-width:980px){
  .masonry-mix{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:9px;
  }
  .masonry-mix .masonry-product-card,
  .masonry-mix .masonry-product-card--v1,
  .masonry-mix .masonry-product-card--v2,
  .masonry-mix .masonry-product-card--v3,
  .masonry-mix .masonry-product-card--v4{
    grid-column:span 3;
  }
  .masonry-mix .masonry-small-card--v1,
  .masonry-mix .masonry-small-card--v3{
    grid-column:span 2;
  }
  .masonry-mix .masonry-small-card--v2,
  .masonry-mix .masonry-small-card--v4{
    grid-column:span 3;
  }
}

@media(max-width:760px){
  /* Mobile uses native CSS columns instead of JS row-span masonry.
     This prevents scroll jumps while lazy images/fonts finish loading. */
  .masonry-mix{
    display:block!important;
    width:100%;
    column-count:2;
    column-gap:8px;
    overflow-anchor:none;
  }
  .masonry-mix>.masonry-card,
  .masonry-mix .masonry-product-card,
  .masonry-mix .masonry-product-card--v1,
  .masonry-mix .masonry-product-card--v2,
  .masonry-mix .masonry-product-card--v3,
  .masonry-mix .masonry-product-card--v4,
  .masonry-mix .masonry-small-card--v1,
  .masonry-mix .masonry-small-card--v2,
  .masonry-mix .masonry-small-card--v3,
  .masonry-mix .masonry-small-card--v4{
    width:100%!important;
    margin:0 0 8px!important;
    display:inline-block!important;
    grid-column:auto!important;
    grid-row:auto!important;
    break-inside:avoid;
    -webkit-column-break-inside:avoid;
    page-break-inside:avoid;
    vertical-align:top;
    overflow-anchor:none;
  }
  .masonry-mix .masonry-product-card{
    display:inline-flex!important;
  }

  .masonry-mix .masonry-product-card .product-body{
    min-height:0!important;
    padding:8px!important;
  }
  .masonry-mix .masonry-product-card .product-body h3{
    min-height:0!important;
    margin-bottom:5px;
    font-size:.74rem;
    line-height:1.2;
  }
  .masonry-mix .masonry-product-card .catalog-product-meta{
    margin-bottom:4px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:.58rem;
  }
  .masonry-mix .masonry-product-card .catalog-product-description{
    display:none!important;
  }
  .masonry-mix .masonry-product-card .product-price-line{
    min-height:0;
    margin-top:2px;
  }
  .masonry-mix .masonry-product-card .product-price-line strong,
  .masonry-mix .masonry-product-card .product-body>strong{
    font-size:.86rem;
  }
  .masonry-mix .masonry-product-card .product-availability{
    min-height:15px;
    margin:4px 0 0;
    font-size:.6rem;
  }
  .masonry-mix .masonry-product-card .rating{
    min-height:16px;
    margin:2px 0 5px;
    font-size:.64rem;
  }
  .masonry-mix .masonry-product-card .add-button{
    min-height:39px!important;
    font-size:.69rem!important;
  }
  .masonry-mix .masonry-product-card .favorite-button{
    width:34px;
    height:34px;
    right:6px;
    top:6px;
  }

  .masonry-small-card .small-item-card__body{
    padding:7px 8px 8px;
  }
  .masonry-small-card .small-item-card__body p{
    font-size:.58rem;
    line-height:1.32;
  }

  /* Foreground flowers on the supplied catalog capture crossed product cards. */
  body.catalog-page .stage6-scene--front{
    display:none!important;
  }
  body.catalog-page .catalog-workspace::after{
    display:none!important;
  }

  .small-items-related{
    margin-top:16px;
    padding:14px 11px 12px;
    border-radius:16px;
  }
  .small-items-strip{gap:7px}
  .small-items-strip .small-item-card{flex-basis:132px}
}

@media(max-width:430px){
  .masonry-mix{
    gap:7px;
  }
  .masonry-product-card--v1 .product-image img{aspect-ratio:1/1}
  .masonry-product-card--v2 .product-image img{aspect-ratio:1.08/1}
  .masonry-product-card--v3 .product-image img{aspect-ratio:.95/1}
  .masonry-product-card--v4 .product-image img{aspect-ratio:1.12/1}

  .masonry-small-card--v1 .small-item-card__media img{aspect-ratio:1/1}
  .masonry-small-card--v2 .small-item-card__media img{aspect-ratio:1.13/1}
  .masonry-small-card--v3 .small-item-card__media img{aspect-ratio:.96/1}
  .masonry-small-card--v4 .small-item-card__media img{aspect-ratio:1.06/1}

  .masonry-small-card .small-item-card__body p{
    font-size:.56rem;
  }
}

@media(prefers-reduced-motion:reduce){
  .small-item-card__media img{
    transition:none;
  }
}


/* Small item links, prices and standalone product page */
.small-item-card__link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.small-item-card__name{
  display:block;
  margin-bottom:5px;
  color:#392e29;
  font-size:.7rem;
  line-height:1.3;
}
.small-item-card__price{
  display:block;
  margin-top:7px;
  color:#a13e33;
  font-size:.66rem;
  font-weight:900;
}
.masonry-small-card .small-item-card__name{font-size:.62rem}
.masonry-small-card .small-item-card__price{font-size:.58rem;margin-top:6px}
.small-items-strip .small-item-card__name{font-size:.62rem}
.small-items-strip .small-item-card__price{font-size:.56rem}

.small-order-status{
  margin:12px 0 0;
  padding:10px 11px;
  border:1px solid rgba(190,133,83,.22);
  border-radius:11px;
  background:#fff9ef;
  color:#745a42;
  font-size:.72rem;
  line-height:1.45;
}
.small-order-status.is-ready{
  border-color:rgba(93,129,69,.22);
  background:#f6faef;
  color:#52683f;
}
.small-order-status.is-pending{
  border-color:rgba(190,133,83,.28);
}
.small-order-status--checkout{
  grid-column:1/-1;
  margin:0;
}
.cart-item--small{
  background:linear-gradient(90deg,rgba(255,248,243,.7),transparent);
}
.cart-item__kind,
.checkout-item__kind{
  display:block;
  margin-bottom:3px;
  color:#a66c5d;
  font-size:.61rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.small-product-main{
  width:min(1180px,calc(100% - 40px));
  margin:18px auto 64px;
}
.small-product-hero{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  gap:clamp(28px,5vw,72px);
  align-items:start;
  padding:clamp(20px,3vw,34px);
  border:1px solid #eadfd8;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 8%,rgba(224,122,100,.09),transparent 24%),
    linear-gradient(145deg,#fffaf6 0%,#fff 55%,#f8f2ec 100%);
  box-shadow:0 18px 55px rgba(70,43,32,.06);
}
.small-product-visual{
  position:sticky;
  top:120px;
  min-width:0;
}
.small-product-image{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#f3ece7;
  box-shadow:0 14px 36px rgba(67,41,31,.08);
}
.small-product-image img{
  width:100%;
  aspect-ratio:1/1.04;
  display:block;
  object-fit:cover;
}
.small-product-sticker{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:999px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);
  color:#8e5a4f;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.small-product-tags{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.small-product-tags span{
  padding:6px 9px;
  border-radius:999px;
  background:#fff1ea;
  color:#8b6156;
  font-size:.65rem;
  font-weight:800;
}
.small-product-copy{
  min-width:0;
  padding-top:16px;
}
.small-product-eyebrow{
  display:block;
  color:#b94e3f;
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.small-product-copy h1{
  max-width:760px;
  margin:10px 0 12px;
  color:#382c27;
  font:500 clamp(2.5rem,5vw,4.6rem)/.96 var(--font-serif);
  letter-spacing:-.045em;
}
.small-product-price{
  margin:0 0 18px;
  color:#b43f35;
  font-size:clamp(1.45rem,2.7vw,2.05rem);
  font-weight:900;
  font-variant-numeric:tabular-nums;
}
.small-product-price small{
  color:#806d64;
  font-size:.72rem;
  font-weight:800;
}
.small-product-description{
  max-width:680px;
  margin:0;
  color:#685b55;
  font-size:.95rem;
  line-height:1.7;
}
.small-product-rules{
  margin-top:24px;
  display:grid;
  gap:8px;
}
.small-product-rules article{
  padding:13px 14px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:11px;
  align-items:start;
  border:1px solid #eadfd8;
  border-radius:14px;
  background:rgba(255,255,255,.72);
}
.small-product-rules b{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f7e6de;
  color:#a84b3d;
  font-size:.69rem;
}
.small-product-rules strong{
  display:block;
  margin-bottom:3px;
  color:#3f332e;
  font-size:.82rem;
}
.small-product-rules span{
  color:#796b64;
  font-size:.72rem;
  line-height:1.45;
}
.small-product-builder{
  margin-top:18px;
  padding:17px;
  border:1px solid #dfd2ca;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(63,39,30,.05);
}
.small-product-builder__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.small-product-builder__head>div:first-child{
  display:grid;
  gap:3px;
}
.small-product-builder__head span{
  color:#8b7a72;
  font-size:.66rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.small-product-builder__head strong{
  color:#3e312c;
  font-size:1.15rem;
}
.small-product-qty{
  display:grid;
  grid-template-columns:42px 58px 42px;
  overflow:hidden;
  border:1px solid #dfd4cd;
  border-radius:12px;
}
.small-product-qty button,
.small-product-qty input{
  height:42px;
  border:0;
  background:#fff;
  text-align:center;
  font:800 .85rem var(--font-sans);
}
.small-product-qty button{
  cursor:pointer;
  color:#a64437;
}
.small-product-qty input{
  width:58px;
  border-inline:1px solid #eee4de;
  appearance:textfield;
}
.small-product-progress{
  height:8px;
  margin-top:14px;
  overflow:hidden;
  border-radius:999px;
  background:#f0e8e3;
}
.small-product-progress span{
  width:0;
  height:100%;
  display:block;
  border-radius:inherit;
  background:linear-gradient(90deg,#d95b4b,#b83f34);
  transition:width .22s ease;
}
.small-product-builder.is-ready .small-product-progress span{
  background:linear-gradient(90deg,#7d9a61,#5f7f45);
}
.small-product-builder__status{
  min-height:36px;
  margin:9px 0 11px;
  color:#75665f;
  font-size:.72rem;
  line-height:1.45;
}
.small-product-add{
  width:100%;
  min-height:48px;
}
.small-product-builder>small{
  display:block;
  margin-top:8px;
  color:#94857e;
  font-size:.62rem;
  text-align:center;
}
.small-product-related{
  margin-top:38px;
}
.small-product-related .section-heading{
  margin-bottom:13px;
}
.small-product-related h2{
  margin:4px 0 0;
  font:500 clamp(1.7rem,3vw,2.5rem)/1 var(--font-serif);
}
.small-items-strip--product .small-item-card{
  flex-basis:180px;
}
.small-product-missing{
  min-height:420px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  text-align:center;
}
.small-product-missing>span{
  color:#d0b4a8;
  font:500 5rem/1 var(--font-serif);
}
.small-product-missing h1{margin:0}
.small-product-missing p{max-width:520px;margin:0 0 8px;color:#766860}

@media(max-width:820px){
  .small-product-main{
    width:min(100% - 24px,1180px);
    margin-top:12px;
  }
  .small-product-hero{
    grid-template-columns:1fr;
    gap:20px;
    padding:16px;
    border-radius:22px;
  }
  .small-product-visual{position:static}
  .small-product-image{border-radius:18px}
  .small-product-image img{aspect-ratio:1.12/1}
  .small-product-copy{padding-top:0}
  .small-product-copy h1{font-size:clamp(2.2rem,10vw,3.45rem)}
}
@media(max-width:520px){
  .small-product-main{width:calc(100% - 14px);margin-bottom:42px}
  .small-product-hero{padding:10px;border-radius:17px}
  .small-product-image{border-radius:14px}
  .small-product-sticker{left:10px;bottom:10px;padding:6px 9px;font-size:.55rem}
  .small-product-copy{padding:6px 4px 4px}
  .small-product-copy h1{font-size:2.1rem}
  .small-product-description{font-size:.86rem;line-height:1.56}
  .small-product-rules{margin-top:18px}
  .small-product-rules article{padding:11px;grid-template-columns:34px minmax(0,1fr)}
  .small-product-rules b{width:34px;height:34px}
  .small-product-builder{padding:13px;border-radius:15px}
  .small-product-builder__head{align-items:flex-end}
  .small-product-qty{grid-template-columns:38px 50px 38px}
  .small-product-qty button,.small-product-qty input{height:40px}
  .small-product-qty input{width:50px}
  .small-items-strip--product .small-item-card{flex-basis:150px}
}
/* Dedicated small-item search results */
.catalog-small-search{
  margin:0 0 12px;
  padding:9px;
  border:1px solid #eadfd9;
  border-radius:13px;
  background:linear-gradient(180deg,#fffaf7,#fff);
}
.catalog-small-search__head{
  margin-bottom:7px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.catalog-small-search__head>div{
  min-width:0;
  display:grid;
  gap:1px;
}
.catalog-small-search__head span{
  color:var(--red);
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.catalog-small-search__head strong{
  font-size:.82rem;
}
.catalog-small-search__head small{
  color:#97857c;
  font-size:.58rem;
}
.catalog-small-search__list{
  gap:7px;
}
.catalog-small-search__list .small-item-card{
  flex-basis:132px;
}
.catalog-small-search__list .small-item-card__body{
  padding:6px 7px 7px;
}
.catalog-small-search__list .small-item-card__name{
  font-size:.64rem;
}
.catalog-small-search__list .small-item-card__body p{
  display:none;
}
.catalog-small-search__list .small-item-card__price{
  margin-top:3px;
  display:block;
  font-size:.62rem;
  font-weight:800;
}
@media(max-width:760px){
  .catalog-small-search{
    margin-bottom:8px;
    padding:7px;
    border-radius:10px;
  }
  .catalog-small-search__list .small-item-card{
    flex-basis:112px;
  }
}
/* Small-item search pagination */
.catalog-small-search__pagination{
  margin-top:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.catalog-small-search__pagination a,
.catalog-small-search__pagination span{
  min-width:32px;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #eadfd9;
  border-radius:999px;
  background:#fff;
  font-size:.66rem;
  font-weight:800;
  text-decoration:none;
}
.catalog-small-search__pagination span{
  min-width:auto;
  padding:0 9px;
}
@media(max-width:760px){
  .catalog-small-search__pagination{
    margin-top:6px;
  }
  .catalog-small-search__pagination a,
  .catalog-small-search__pagination span{
    min-height:36px;
  }
}


/* V40 — catalog add-on strip polish */
.catalog-page #catalog-extras{
  margin-top:26px;
  padding:16px 16px 14px;
  border-radius:17px;
  background:linear-gradient(180deg,#fffaf7 0%,#fffefd 100%);
}
.catalog-page #catalog-extras .small-items-related__head{
  margin-bottom:12px;
}
.catalog-page #catalog-extras .small-items-related__head>div>span{
  font-size:.61rem;
}
.catalog-page #catalog-extras .small-items-related__head h2{
  margin-top:3px;
  font-size:clamp(22px,2.1vw,28px);
}
.catalog-page #catalog-extras .small-items-related__head p{
  margin-top:5px;
  font-size:.72rem;
}
.catalog-page #catalog-extras .small-items-strip{
  gap:10px;
  padding-bottom:7px;
  scroll-snap-type:x proximity;
}
.catalog-page #catalog-extras .small-item-card{
  flex:0 0 186px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 16px rgba(61,39,31,.04);
}
.catalog-page #catalog-extras .small-item-card__media img{
  aspect-ratio:1.08/1;
}
.catalog-page #catalog-extras .small-item-card__badge{
  display:none;
}
.catalog-page #catalog-extras .small-item-card__body{
  padding:9px 10px 10px;
}
.catalog-page #catalog-extras .small-item-card__name{
  margin-bottom:5px;
  font-size:.68rem;
  line-height:1.3;
}
.catalog-page #catalog-extras .small-item-card__body p{
  min-height:34px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-size:.62rem;
  line-height:1.35;
}
.catalog-page #catalog-extras .small-item-card__price{
  margin-top:7px;
  font-size:.65rem;
}
@media(max-width:760px){
  .catalog-page #catalog-extras{
    margin-top:18px;
    padding:12px 10px 10px;
    border-radius:14px;
  }
  .catalog-page #catalog-extras .small-item-card{
    flex-basis:148px;
  }
  .catalog-page #catalog-extras .small-item-card__body p{
    min-height:0;
  }
}
