Artikler
Why choosing the right blanket is SO important!
arrow_backTo the overview24 January 2024 | BOT-SHOP
Let's be honest; the blanket market is a jungle! There are thousands of opinions and viewpoints on blankets and blanket brands, and often, one ends up with a blanket that might not fit the horse perfectly.
However, there's a reason to delve deeper into the market and explore the possibilities. A poorly fitting blanket can press and squeeze the horse's shoulder, restricting its movements and opportunities to unfold. This can result in the horse tensing its muscles around the neck and shoulder when wearing the blanket.
Considering the hours a horse spends wearing its blanket continuously, it's understandable if these tensions become more permanent and actually create challenges when the horse later needs to perform in the riding arena.
That's precisely why it's crucial to find a blanket that doesn't bother the horse.
When checking your horse's current blanket, you should look for these things:
Does the horse have rub marks from its blanket?
Is there space at the front of the blanket, allowing you to easily insert your hand, maybe your arm? If so, there's probably enough room for the horse's shoulder to move.
Does the blanket shift to the side when the horse walks with it?
Does the horse seem unhappy when putting on or taking off the blanket?
We specialize in blankets with the best experiences. Meet us at our booth and get assistance and advice.
Error executing template "Designs/exhibition_site/ecom/product/partials/article-details/MCH365-related-articles.cshtml" System.IO.IOException: The volume is too fragmented to complete this operation. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost) at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) at RazorEngine.Compilation.CompilerServiceBase.GetDefaultTemporaryDirectory() at RazorEngine.Roslyn.CSharp.RoslynCompilerServiceBase.CompileType(TypeContext context) at RazorEngine.Templating.RazorEngineCore.CreateTemplateType(ITemplateSource razorTemplate, Type modelType) at RazorEngine.Templating.RazorEngineCore.Compile(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.CompileAndCacheInternal(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.GetCompiledTemplate(ITemplateKey key, Type modelType, Boolean compileOnCacheMiss) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at RazorEngine.Templating.RazorEngineServiceExtensions.<>c__DisplayClass16_0.<RunCompile>b__0(TextWriter writer) at RazorEngine.Templating.RazorEngineServiceExtensions.WithWriter(Action`1 withWriter) at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template) at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template) at Dynamicweb.Rendering.Template.RenderRazorTemplate()1 @inherits ViewModelTemplate<ArticleProduct> 2 @using Co3.MCH.Website.Frontend.Models.Frontend 3 @using Dynamicweb.Rendering 4 @using Co3.MCH.Website.Frontend.Models.Frontend.Ecommerce 5 6 @{ 7 string author = Model.Profile != null ? Model.Profile.Company.Name : MCH365Context.Current.TradeShowDetails.MainName; 8 } 9 10 @if (Model.OtherArticles != null && Model.OtherArticles.Any()) 11 { 12 <div class="row e-productlist-container mch365-productlist-hide-profileinfo"> 13 <div class="col-12 mt-3 mb-2"> 14 <h3 class="border-bottom pb-1">@Translate("MCH365 - Cases details MoreProductsBy - Heading", "Flere artikler fra") @author</h3> 15 </div> 16 @foreach (ArticleProduct product in Model.OtherArticles) 17 { 18 <div class="col-12 col-sm-6 col-md-6 col-xl-4 mb-2"> 19 @product.ListItemHtml 20 </div> 21 } 22 </div> 23 }

