.store__layout{width:100%;min-height:1553px}.store__container{z-index:2;color:var(--color-white);width:100%;height:100%;padding-top:150px;gap:180px}.store__container,.store__title{display:flex;align-items:center;flex-direction:column}.store__title{justify-content:center;gap:20px}.store__title>h1{font-size:var(--font-size-main-title);margin-bottom:-15px}.store__title>h2{font-size:var(--font-size-xlarge)}.store__toggle{display:grid;min-width:280px;grid-template-columns:repeat(2,140px)}@media (min-width:768px){.store__toggle{min-width:400px;grid-template-columns:repeat(2,200px)}}.store__toggle__item{box-sizing:border-box;padding:10px 0;text-align:center;cursor:pointer;border:.5px solid var(--color-white);color:var(--color-black);background-color:hsla(0,0%,100%,.4);transition:all .3s ease}.store__toggle__item>a{width:140px;height:46px}@media (min-width:768px){.store__toggle__item>a{width:200px}}.store__toggle__item.active{background-color:var(--color-black);color:var(--color-white)}.store__toggle__item:hover{background-color:var(--color-white);color:var(--color-black)}.store__content{width:100%;max-width:1300px;padding:0 20px;margin-bottom:40px}@media (min-width:768px){.store__content{padding:0 40px}}