.store-profile{display:flex;align-items:center;margin:1.6rem 0}.store-profile .store-profile__rank{flex:0 0 3.2rem;color:var(--colors-primary_text1);font-size:3.2rem;font-weight:700;line-height:1.4;letter-spacing:-.03rem}.store-profile .store-profile__link{display:flex;align-items:center}.store-profile .store-profile__thumb{overflow:hidden;position:relative;width:4.8rem;height:4.8rem;margin-right:1.2rem;border-radius:50%;aspect-ratio:1/1}.store-profile .store-profile__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-profile .store-profile__name{font-size:1.4rem;font-weight:700}.store-profile .store-profile__count,.store-profile .store-profile__name{display:block;color:var(--colors-text3);line-height:1.4;letter-spacing:-.02rem}.store-profile .store-profile__count{font-size:1.2rem;font-weight:400}.store-profile .store-profile__util{display:inline-flex;align-items:center;margin-left:auto}.store-profile .store-profile__util button{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;margin-left:1.2rem}.store-profile .store-profile__util--favorite-button{position:static!important;right:auto!important;bottom:auto!important;width:2rem;height:2rem;margin-left:.8rem}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin:1.6rem 0 2.5rem;grid-auto-rows:minmax(auto,1fr);grid-gap:.4rem}.store-grid__item{overflow:hidden;position:relative;border-radius:1.6rem;background-position:50%;background-size:cover;aspect-ratio:1/1}.store-grid__item:first-child .custom-store__price{font-size:1.4rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.store-grid__item.adult a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.store-grid__thumb{position:relative;aspect-ratio:1/1}.store-grid__thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-grid__info{display:flex;z-index:1;flex-direction:column;justify-content:flex-end;padding:1.2rem}.store-grid__info,.store-grid__info:before{position:absolute;top:0;left:0;width:100%;height:100%}.store-grid__info:before{z-index:-1;content:"";background:linear-gradient(180deg,rgba(21,21,21,.05) 12.92%,rgba(21,21,21,0) 48.64%,#151515 76.74%);opacity:.5}.store-grid__title{font-weight:400}.store-grid__price,.store-grid__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--colors-text1);font-size:1.2rem;line-height:1.4;letter-spacing:-.02rem}.store-grid__price{margin-top:.2rem;font-weight:700}.store-grid__price .discount{margin-right:.4rem;color:var(--colors-primary1)}.store-grid__price.membership-only{font-size:1.2rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem;color:var(--colors-primary1)}.store-grid__soldout{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(61,61,61,.6);color:var(--colors-white);font-size:1.4rem;letter-spacing:-.02rem}.store-grid__adult,.store-grid__soldout{display:flex;align-items:center;justify-content:center;font-weight:500;line-height:1.4}.store-grid__adult{width:5.6rem;height:5.6rem;border-radius:50%;background:var(--red-5);color:var(--red-60);font-size:2rem;letter-spacing:-.03rem}.store-grid .sold-end .store-grid__soldend{z-index:1;color:var(--colors-secondary1)}.store-grid .sold-end .store-grid__soldend:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(61,61,61,.6);content:""}.store-grid .sold-end .store-grid__soldout{z-index:0}.store-grid.grid-2{grid-template-columns:repeat(2,1fr)}.store-grid.grid-2 .store-grid__item .store-grid__soldout{font-size:1.6rem;font-weight:500;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-2 .store-grid__item:first-child{grid-column:1/2}.store-grid.grid-2 .store-grid__item:first-child .store-grid__price{font-size:1.4rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-2 .store-grid__item:first-child .store-grid__price.membership-only{font-size:1.6rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem;color:var(--colors-primary1)}.store-grid.grid-2 .store-grid__item:nth-child(2){grid-column:2/2}.store-grid.grid-3,.store-grid.grid-4,.store-grid.grid-5{grid-template-columns:repeat(3,1fr)}.store-grid.grid-3 .store-grid__item,.store-grid.grid-4 .store-grid__item,.store-grid.grid-5 .store-grid__item{background-color:#000}.store-grid.grid-3 .store-grid__item:first-child,.store-grid.grid-4 .store-grid__item:first-child,.store-grid.grid-5 .store-grid__item:first-child{grid-column:1/3;grid-row:1/3}.store-grid.grid-3 .store-grid__item:first-child .store-grid__price,.store-grid.grid-4 .store-grid__item:first-child .store-grid__price,.store-grid.grid-5 .store-grid__item:first-child .store-grid__price{font-size:1.4rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-3 .store-grid__item:first-child .store-grid__soldout,.store-grid.grid-4 .store-grid__item:first-child .store-grid__soldout,.store-grid.grid-5 .store-grid__item:first-child .store-grid__soldout{font-size:1.6rem;font-weight:500;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-3 .store-grid__item:nth-child(2),.store-grid.grid-4 .store-grid__item:nth-child(2),.store-grid.grid-5 .store-grid__item:nth-child(2){grid-column:3/3;grid-row:1/2}.store-grid.grid-3 .store-grid__item:nth-child(3),.store-grid.grid-4 .store-grid__item:nth-child(3),.store-grid.grid-5 .store-grid__item:nth-child(3){grid-column:3/3;grid-row:2/3}.store-grid.grid-3 .store-grid__item:nth-child(4),.store-grid.grid-3 .store-grid__item:nth-child(5),.store-grid.grid-4 .store-grid__item:nth-child(4),.store-grid.grid-4 .store-grid__item:nth-child(5),.store-grid.grid-5 .store-grid__item:nth-child(4),.store-grid.grid-5 .store-grid__item:nth-child(5){display:none}.store-grid.grid-6 .store-grid__item:first-child{grid-column:1/3;grid-row:1/3}.store-grid.grid-6 .store-grid__item:first-child .store-grid__price{font-size:1.4rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-6 .store-grid__item:first-child .store-grid__soldout{font-size:1.6rem;font-weight:500;line-height:1.4;letter-spacing:-.02rem}.store-grid.grid-6 .store-grid__item:nth-child(2){grid-column:3/3;grid-row:1/2}.store-grid.grid-6 .store-grid__item:nth-child(3){grid-column:3/3;grid-row:2/3}.store-grid.grid-6 .store-grid__item:nth-child(4){grid-column:3/3;grid-row:3/3}.store-grid.grid-6 .store-grid__item:nth-child(5){grid-column:2/3;grid-row:3/3}.store-grid.grid-6 .store-grid__item:nth-child(6){grid-column:1/2;grid-row:3/3}@keyframes skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.custom-store__header{margin-bottom:2.4rem}.custom-store__header h2{color:var(--colors-text3);font-size:2rem;font-weight:700;line-height:1.4;letter-spacing:-.03rem}.custom-store__header h2 b,.custom-store__header h2 strong{color:var(--colors-primary_text1);font-size:2rem;font-weight:700;line-height:1.4;letter-spacing:-.03rem}.custom-store__header h2 strong{display:block}.custom-store__header>span{display:block;margin-top:.4rem;color:var(--colors-text4)}.custom-store__header>span,.custom-store__subtitle{font-size:1.4rem;font-weight:400;line-height:1.4;letter-spacing:-.02rem}.custom-store__subtitle{color:var(--colors-text3)}.custom-store__subtitle strong{font-size:1.4rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.custom-store .store-profile{margin-bottom:.8rem}.custom-store .store-profile+.custom-store__subtitle{margin-top:.8rem}.custom-store>a,.custom-store>button{display:block;margin-top:2.5rem}.custom-store .custom-store__list+.custom-store__list{margin-top:3.2rem}.custom-store .product-item-list+a,.custom-store .product-item-list+button{display:block;margin-top:2.4rem}.skeleton.custom-store .custom-store__header p:first-child{width:71%;height:2.8rem;background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__header p:first-child:after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}.skeleton.custom-store .custom-store__list .store-profile .store-profile__thumb{flex:0 0 4.8rem;background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__list .store-profile .store-profile__thumb:after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}.skeleton.custom-store .custom-store__list .store-profile .store-profile__info{flex:1 1 auto;min-width:0}.skeleton.custom-store .custom-store__list .store-profile .store-profile__info p:first-child{width:40%;height:2rem;background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__list .store-profile .store-profile__info p:first-child:after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}.skeleton.custom-store .custom-store__list .store-profile .store-profile__info p:nth-child(2){width:60%;height:1.7rem;margin-top:.4rem;background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__list .store-profile .store-profile__info p:nth-child(2):after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}.skeleton.custom-store .custom-store__list .custom-store__subtitle p:first-child{width:60%;height:2rem;background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__list .custom-store__subtitle p:first-child:after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}.skeleton.custom-store .custom-store__list .store-grid .store-grid__item{background-color:var(--colors-background2);overflow:hidden;position:relative}.skeleton.custom-store .custom-store__list .store-grid .store-grid__item:after{content:"";display:block;position:absolute;inset:0;width:100%;height:100%;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,var(--neutral-5) 0,var(--neutral-10) 100%);background-position:100% 0;background-size:100% 100%}