.spinner-holder{display:flex;align-items:center;justify-content:center;flex-grow:1;width:100%;height:100%}.spinner{width:7rem;height:7rem;background-color:#806326;border-radius:100%;animation:sk-scaleout 1s ease-in-out infinite}@keyframes sk-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}@media screen and (min-width:700px){.cat-list{display:flex;flex-wrap:wrap;justify-content:space-evenly}.cat-list>a{width:calc(50% - 1.33333rem)}}@media screen and (min-width:1000px){.cat-list>a{width:calc(33.33% - 1.33333rem)}}.cat-box{display:block;width:100%;margin-bottom:3rem}.cat-box img{width:100%;height:auto}.images{display:flex;margin-bottom:1rem;align-items:flex-start}.images>.image{width:calc(66% - 1rem);height:21rem;margin-right:1rem}.small-images{width:34%;display:flex;flex-direction:column}.small-images .image{width:100%;height:10rem;flex:1 1 auto;margin:0}.small-images .image:first-child{margin-bottom:1rem}.image{position:relative;display:inline-flex;align-items:center;width:90%;padding:0;margin-right:1.5rem;height:23rem;overflow:hidden;flex-shrink:0;box-shadow:0 .2rem .4rem rgba(168,138,73,.3);background:#f3f3f3}@media screen and (min-width:700px){.image{height:56.5rem;width:60%}}.image:last-child{margin-right:0}.image img{width:100%;height:100%;margin:auto;object-fit:contain}.black-button{position:relative;display:flex;background:#262527;padding:0 2rem;color:#fff;font-weight:700;align-items:center;justify-content:space-between}.black-button span{display:inline-block;width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:6rem}.black-button svg{width:2.5rem;height:2.5rem}