#shopHead{height:30vh;min-height:400px;background-size:cover;background-repeat:no-repeat;background-position:center 55%;position:relative}#shopHead::after{content:"";position:absolute;z-index:1;opacity:0.45;background-color:black;top:0;left:0;width:100%;pointer-events:none;height:100%}#shopHead .webcontainer{height:100%;display:flex;flex-direction:column;justify-content:flex-end}#shopHead .webcontainer h1{color:white;position:relative;z-index:2;max-width:750px;padding-bottom:1rem}#shopAll{padding-top:3rem}#shopAll .webcontainer{position:relative;border-bottom:1px solid #F0EBE5;padding-bottom:3rem !important}#shopAll .webcontainer .strokeLight{position:absolute;z-index:-1;pointer-events:none;right:-20rem;opacity:1;bottom:-2px}#shopAll .webcontainer ._allFilters{display:flex;align-items:center;margin-bottom:1rem}#shopAll .webcontainer ._allFilters p{margin:0 10px 0 0}#shopAll .webcontainer ._allFilters span{margin-right:10px;padding-left:8px;padding-right:8px;font-size:18px;border:1px solid #0D0C0D;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}#shopAll .webcontainer ._allFilters span:hover{border-color:#B89535;color:#B89535}#shopAll .webcontainer ._allFilters span.active{background-color:#B89535;border-color:#B89535;color:white}#shopAll .webcontainer #allplaces{display:grid;grid-template-columns:calc(50% - 1.5rem) calc(50% - 1.5rem);gap:3rem}#shopAll .webcontainer ._singleCollection{width:100%}#shopAll .webcontainer ._singleCollection.hidden{display:none !important}#shopAll .webcontainer ._singleCollection h3{max-width:300px;margin-top:3px}#shopAll .webcontainer ._singleCollection .title{display:flex;justify-content:space-between}#shopAll .webcontainer ._singleCollection .title.active+._infoPlace{height:auto;transition:height 0.5s}#shopAll .webcontainer ._singleCollection .title.active .infoTrigger{color:#B89535}#shopAll .webcontainer ._singleCollection .title .infoTrigger{margin:0;display:flex;align-items:center;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}#shopAll .webcontainer ._singleCollection .title .infoTrigger:hover{color:#B89535}#shopAll .webcontainer ._singleCollection ._infoPlace{height:0;overflow:hidden;transition:height 0.5s}#shopAll .webcontainer ._singleCollection img{width:100%;height:400px;object-fit:cover;object-position:center}