@import url("../_shared/shared.css");
/* ^ страховка на випадок, поки OPcache не підхопить пряме підключення shared.css */

/* Специфічне для товару "Лавка зі спинкою" */

/* Опис ширшою колонкою, блок «Де використовувати» — вужчою */
.btp-row--wide{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);}
.btp--lavka-spynka .btp-lead{margin-bottom:14px;}
.btp--lavka-spynka .btp-lead:last-child{margin-bottom:0;}

.btp-where{
	background:#fafbfc;border:1px solid var(--btp-line);border-radius:12px;
	border-left:3px solid var(--btp-accent);padding:18px 20px;
}
.btp-where > b{display:block;font-size:15px;font-weight:700;margin-bottom:10px;}
.btp-where ul{list-style:none;margin:0;padding:0;}
.btp-where li{
	position:relative;padding-left:20px;margin-bottom:8px;
	font-size:15px;line-height:1.55;color:var(--btp-text);
}
.btp-where li:last-child{margin-bottom:0;}
.btp-where li::before{
	content:"";position:absolute;left:0;top:.55em;
	width:8px;height:8px;background:var(--btp-accent);transform:rotate(45deg);
}

/* Галерея — картки як на інших товарах */
.btp-shemy{flex:1;}
.btp-shemy .wd-gallery-item{background:#fafbfc;border:1px solid var(--btp-line);border-radius:10px;overflow:hidden;}
.btp-shemy img{display:block;width:100%;height:auto;}

@media (max-width:1024px){
	.btp-row--wide{grid-template-columns:1fr;}
}

/* Тимчасова страховка: те саме, що .btp-axo--wide у shared.css.
   Потрібна, поки OPcache не підхопить шаблон із новим класом. Потім можна прибрати. */
.btp--lavka .btp-axo{
	position:static;min-height:0;flex:0 0 auto;
	display:block;padding:clamp(12px,1.6vw,20px);
}
.btp--lavka .btp-axo img{
	position:static;width:100%;height:auto;padding:0;object-fit:initial;
}
