Thinlits dies allow you to cut intricate designs from a single sheet of paper, card, metallic foil, vellum, shrink plastic and stencil film. Thinlits dies come in a variety of beautiful shapes & sizes to add a special touch to all your papercrafting & stencilling makes. Compatible with Sizzix Big Shot, Sizzix Big Shot Express, Sizzix Big Shot Foldaway, Sizzix Big Shot Plus & Sizzix Big Shot Pro Die Design Size 2 1/4" x 2" - 3/4" x 3/4"
P.when('A','ready').execute(function(A) {
function setFeatureBulletsExpanderCollapsedHeight() {
var $ = A.$;
var PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT = 540;
var FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION = 12;
var EXPANDER_HEADING_HEIGHT = 20;
var expanderElement = $("#pov2FeatureBulletsExpander");
if(expanderElement !== null) {
var productOverviewFeatureElement = $('#productOverview_feature_div');
var featureBulletsExpanderContent = $('#pov2FeatureBulletsExpanderContent');
var featureBulletsExpanderHeading = $('#pov2FeatureBulletsExpanderHeading');
var expanderContentHeight = featureBulletsExpanderContent.height();
var productOverviewFeatureElementHeight = productOverviewFeatureElement !== null ? productOverviewFeatureElement.height() : 0;
var expanderCollapsedHeight = Math.min(PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT - productOverviewFeatureElementHeight - FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION, expanderContentHeight);
if (expanderContentHeight === expanderCollapsedHeight) {