.wrapped-size {
                        outline: 2px dashed red !important;
                        visibility: hidden;
                    }
			
		    .test {
	                display:none;
		    }

                    .hidden-size {
                        display: none !important;
                    }

                    .wrapped-count-indicator {
                        display: inline-block;
                        padding: 6px 12px;
                        border: 1px solid #ccc;
                        border-radius: 4px;
                        margin: 4px;
                        background-color: #f8f9fa;
                        font-size: 0.9em;
                        color: #dc3545;
                        white-space: nowrap;
                    }

                    .goods__size--wrapped {
                        margin-bottom: -6px;
                        margin-top: 6px;
                        font-size: 0;
                        display: flex;
                        flex-direction: row-reverse;
                        align-items: center;
                        justify-content: center;
                    }


                

    .goods__imgs:not(.slick-initialized) .goods__img:not(:first-child){ display:none; }
    .goods__imgs:not(.slick-initialized){ opacity:0; }
    .goods__imgs.slick-initialized{ opacity:1; transition:opacity .18s ease; }
    /* Минимальный зазор между фото и лентой миниатюр (только на странице товара) */
    .goods__imgs.js-goods-gallery{ margin-bottom: 4px; }
    .g-thumbs.js-slider-nav{ margin-top: 0; }
