.all-items-section{background:#ffe800;border-radius:10px;padding:30px 24px 24px;display:flex;flex-direction:column;gap:30px;width:100%;max-width:804px;margin:auto}.all-items-section .section-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.all-items-section .title-area{width:100%;max-width:500px}.all-items-section .title-content-bg{display:inline-block;width:80%;height:100%;object-fit:contain;position:absolute;top:50%;left:0;transform:skew(-20deg) translateY(-50%);background:#fff}.all-items-section .title-content-bg:after{content:"";display:inline-block;position:absolute;width:32px;height:100%;right:-38px;transform:skew(0);background-image:url(custom_section_title_deco.svg);background-size:contain;background-repeat:no-repeat;vertical-align:middle}.all-items-section-tag{display:grid;place-content:center;padding:4px 27px 6px;background:#0071bc;border-radius:9999px}.all-items-section-tag-text{font-weight:700;color:#fff;font-size:max(1.2rem,12px)}.all-items-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.all-items-card{position:relative;width:369px;width:100%;height:auto;background:#fff;border-radius:8px;overflow:hidden}.all-items-card-content{position:relative;z-index:2;padding:13px 14px;height:100%;display:flex;flex-direction:column;gap:13px}.all-items-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.all-items-card-info{display:flex;flex-direction:column;gap:5px;width:80%}.all-items-card-category{font-size:11px;font-weight:400;line-height:1.21;color:#000}.all-items-card-title{font-size:18px;font-weight:700;line-height:1.21;color:#000}.all-items-card-heart-icon{width:17px;height:16px;margin-top:3px}.all-items-card-images{display:flex;justify-content:space-between;align-items:center;flex:1;transition:all .3s ease}.all-items-card-images:hover{transform:scale(1.05)}.all-items-card-image-1{width:33%}#setItems .all-items-card-image-1{width:100%}.all-items-card-image-2{width:60%;aspect-ratio:200 / 143}.all-items-card-details{display:flex;justify-content:space-between;align-items:center;gap:16px}.all-items-card-description{width:48%;font-size:13px;font-weight:400;line-height:1.21;text-align:justify;color:#000}.all-items-card-description p:not(:first-child){display:none}.all-items-card-purchase{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:52%}.all-items-card-state-badge{border-radius:9999px;padding:3px 12px;height:auto;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:max(1.2rem,12px)}.all-items-card-state-badge.new{background:#f70000;color:#ffe800}.all-items-card-state-badge.low-stock{background:gray;color:#fff}.all-items-card-state-badge.sold-out{background:#333;color:#fff}.all-items-card-price-wrap{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;width:100%}.all-items-card-price{font-size:19px;font-weight:700;line-height:1.21;color:#000}.all-items-card-price-wrap .all-items-card-price{font-size:19px;font-weight:700;line-height:1.21;color:red}.all-items-card-price.old-price{text-decoration:line-through;color:#999;margin-right:5px;font-size:13px}.all-items-button-cart{background:#f70000;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:9px 30px;border:none;cursor:pointer}.all-items-button-cart-icon{width:18px;height:15px}.all-items-button-cart-text{font-size:13px;font-weight:700;line-height:1.21;color:#fff}.all-items-button-cart:hover{opacity:.9;transform:translateY(-1px);transition:all .2s ease}@media screen and (min-width:769px){.all-items-section.sp{display:none}}@media screen and (max-width:768px){.all-items-section{max-width:600px;padding:5.6rem 3.8rem;padding:5.6rem 5.2rem;border-radius:0}.all-items-section.pc{display:none}.all-items-section .section-header{flex-direction:column;align-items:flex-start;gap:10px}.all-items-section .title-content-bg{width:84%}.all-items-section-tag{padding:3px 18px 5px}.all-items-section-tag-text{font-size:max(2.2rem,14px)}.all-items-container{grid-template-columns:repeat(1,1fr)}.all-items-card{width:100%}.all-items-card-info{width:90%}.all-items-card-price-wrap{flex-direction:column;gap:4px;align-items:flex-end}.all-items-card-price-wrap .all-items-card-price{font-size:24px}.all-items-card-price.old-price{font-size:14px}.all-items-button-cart{padding:8px 12px;width:100%}.all-items-card-state-badge{font-size:min(2.2rem,14px)}}.set-items-hero-card-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:6px;position:relative;background:#fff;border-radius:8px;padding:16px 10px}.set-items-hero-heart-icon{position:absolute;top:16px;right:10px}.set-items-hero-images{width:40%}.set-items-hero-info{width:58%;padding-right:18px;display:flex;flex-direction:column}.set-items-hero-category{font-size:12px}.set-items-hero-title{display:inline-block;font-size:15px;font-weight:700;line-height:1.1}.set-items-hero-state-badge{margin-top:6px;font-size:10px;font-weight:700;border-radius:9999px;padding:2px 6px;width:fit-content;align-self:flex-end}.set-items-hero-state-badge.new{background:#f70000;color:#ffe800}.set-items-hero-state-badge.low-stock{background:gray;color:#fff}.set-items-hero-state-badge.sold-out{background:#333;color:#fff}.set-items-hero-price-row{padding-top:6px;padding-bottom:8px;display:flex;align-items:center;justify-content:flex-end;gap:4px}.set-items-hero-price{font-size:20px;font-weight:700;color:#f70000}.set-items-hero-price-old{font-size:12px;font-weight:700;color:#d6d6d6;position:relative}.set-items-hero-price-old:before{content:"";position:absolute;width:100%;height:1px;background-color:#d6d6d6;top:50%}.set-items-hero-price .set-items-hero-price-unit{font-size:12px}.set-items-hero-price-old .set-items-hero-price-unit{font-size:8px}.jplearn-banner-wrap.sp-only{margin-top:-60px}.jplearn-banner-wrap.pc-only{max-width:804px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom_all_item.css.map */
