.categories-grid{display:flex;flex-wrap:wrap;justify-content:flex-end;display:grid;grid-template-columns:repeat(6,1fr)}.categories-grid>*{margin:0 10px 20px;flex:1 0 24%}@media (min-width:768px) and (max-width:1024px){.categories-grid>*{flex:1 0 32%}}@media (max-width:768px){.categories-grid>*{flex:1 0 49%}}@media (max-width:576px){.categories-grid>*{flex:1 0 100%;margin:0 0 20px}}@media (min-width:1024px) and (max-width:1440px){.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px) and (max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.categories-grid{grid-template-columns:1fr}}.categories-page .category-thumbnail .image-container{border-radius:4px;box-shadow:0 11px 20px 0 rgba(34,34,34,.1);box-shadow:0 11px 20px 0 var(--color-shadow,rgba(34,34,34,.1))}.categories-page .categories-list{padding-bottom:40px;border-bottom:1px solid #ccc;border-bottom:1px solid var(--color-neutral-200,#ccc)}.categories-page .categories-list h1{padding:30px 0 30px 10px;margin-bottom:0;font-size:30px;color:#555;color:var(--color-neutral-600,#555)}.categories-page .categories-detail .header{display:flex;margin-top:50px;margin-bottom:10px;justify-content:space-between;flex-wrap:wrap}.categories-page .categories-detail .header h2{margin:0;font-size:30px;color:#555;color:var(--color-neutral-600,#555)}.categories-page .categories-detail .header a{margin-top:auto;margin-bottom:auto;font-size:14px;color:#1caad9;color:var(--color-primary-400,#1caad9)}.categories-page .categories-detail .header a.store-link{color:#df1660;color:var(--color-secondary-400,#df1660)}.categories-page .categories-detail .header a.store-link:hover{color:#c81859;color:var(--color-secondary-500,#c81859)}.categories-page .categories-detail .thumbnails{display:flex}.categories-page .categories-detail .thumbnails .thumbnail-main{flex:1}.categories-page .categories-detail .thumbnails .thumbnail-others{display:flex;flex:1;flex-wrap:wrap}@media (min-width:1025px){.categories-page .categories-detail .thumbnails .thumbnail-others{justify-content:flex-end}.categories-page .categories-detail .thumbnails .thumbnail-others>a{width:calc(50% - 7px)}.categories-page .categories-detail .thumbnails .thumbnail-others>a:first-of-type{margin-right:7px;margin-bottom:7px}.categories-page .categories-detail .thumbnails .thumbnail-others>a:nth-of-type(2){margin-bottom:7px}.categories-page .categories-detail .thumbnails .thumbnail-others>a:nth-of-type(4){margin-left:7px}}@media (min-width:768px) and (max-width:1024px){.categories-page .categories-detail .thumbnails .thumbnail-others{justify-content:flex-end}.categories-page .categories-detail .thumbnails .thumbnail-others>a{width:calc(50% - 3px)}.categories-page .categories-detail .thumbnails .thumbnail-others>a:first-of-type{margin-right:3px;margin-bottom:3px}.categories-page .categories-detail .thumbnails .thumbnail-others>a:nth-of-type(2){margin-bottom:3px}.categories-page .categories-detail .thumbnails .thumbnail-others>a:nth-of-type(4){margin-left:3px}}@media (max-width:768px){.categories-page .categories-detail .thumbnails .thumbnail-main{margin-bottom:7px}.categories-page .categories-detail .thumbnails .thumbnail-others{justify-content:space-between}.categories-page .categories-detail .thumbnails .thumbnail-others>a{width:calc(50% - 3px)}.categories-page .categories-detail .thumbnails .thumbnail-others>a:first-of-type,.categories-page .categories-detail .thumbnails .thumbnail-others>a:nth-of-type(2){margin-bottom:7px}}@media (max-width:768px){.categories-page .categories-detail .header{margin-top:30px}.categories-page .categories-detail .thumbnails{flex-direction:column}}