.custom-cards-section{box-sizing:border-box;width:100%;padding-top:var(--ccs-pt, 48px)}.custom-cards-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px}.custom-cards-section__section-heading{margin:0;font-size:40px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.custom-cards-section__view-all{display:inline-flex;align-items:center;gap:3px;font-size:16px;font-weight:500;color:#ec4f40;text-decoration:none;white-space:nowrap;opacity:1;transition:opacity .2s ease}.custom-cards-section__view-all:hover{opacity:1}.custom-cards-section__view-all svg{width:18px;height:18px}.custom-cards-section__view-all path{fill:#ec4f40}.custom-cards-section__wrapper{display:grid;gap:var(--ccs-gap, 16px);grid-template-columns:repeat(var(--ccs-cols-desktop, 2),1fr)}@media screen and (max-width:1023px){.custom-cards-section__wrapper{grid-template-columns:repeat(var(--ccs-cols-tablet, 2),1fr)}}@media screen and (max-width:767px){.custom-cards-section__wrapper--grid{grid-template-columns:repeat(var(--ccs-cols-mobile, 1),1fr)}}@media screen and (max-width:767px){.custom-cards-section__wrapper--slider{display:flex;flex-direction:row;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--ccs-gap, 16px);margin-left:0;margin-right:0;padding-left:clamp(16px,5vw,80px);padding-right:clamp(16px,5vw,80px);padding-bottom:4px}.custom-cards-section__wrapper--slider::-webkit-scrollbar{display:none}.custom-cards-section__wrapper--slider .custom-cards-section__card{flex:0 0 82vw;max-width:82vw;scroll-snap-align:start}}.custom-cards-section__card{display:flex;flex-direction:column;background-color:var(--ccs-card-bg, #ffffff);border-radius:0;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 1px 3px #00000014}a.custom-cards-section__card:hover,a.custom-cards-section__card:focus-visible{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f;outline:none}a.custom-cards-section__card:focus-visible{outline:2px solid currentColor;outline-offset:2px}.custom-cards-section__card-media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#e8e8e8}.custom-cards-section__card-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}a.custom-cards-section__card:hover .custom-cards-section__card-img{transform:scale(1.04)}.custom-cards-section__card-img--placeholder{display:flex;align-items:center;justify-content:center}.custom-cards-section__card-img--placeholder .placeholder-svg{width:60%;height:60%;opacity:.35}.custom-cards-section__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--ccs-overlay-opacity, .2));pointer-events:none}.custom-cards-section__card-body{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px 14px;background-color:var(--ccs-label-bg, #ffffff);color:var(--ccs-label-color, #111111);min-height:48px}.custom-cards-section__card-text{flex:1;min-width:0}.custom-cards-section__card-heading{margin:0;font-size:22px;font-weight:600;color:var(--ccs-heading-color, #111111);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-cards-section__card-content{margin:4px 0 0;font-size:var(--ccs-content-size, 13px);color:var(--ccs-content-color, #555555);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-cards-section__card-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--ccs-arrow-bg, #ffffff);color:var(--ccs-arrow-icon-color, #111111);border:1px solid rgba(0,0,0,.1);transition:background-color .2s ease,color .2s ease,transform .2s ease}.custom-cards-section__card-arrow svg{display:block;width:16px;height:16px}a.custom-cards-section__card:hover .custom-cards-section__card-arrow{background-color:var(--ccs-arrow-color, #111111);color:var(--ccs-arrow-bg, #ffffff);transform:translate(2px)}.custom-cards-section__slider-controls{display:none}@media screen and (max-width:767px){.custom-cards-section__slider-controls{display:flex;justify-content:center;margin-top:14px}}.custom-cards-section__slider-dots{display:flex;gap:6px;align-items:center}.custom-cards-section__slider-dot{appearance:none;-webkit-appearance:none;width:7px;height:7px;border-radius:50%;border:none;padding:0;cursor:pointer;background-color:#0003;transition:background-color .25s ease,transform .25s ease}.custom-cards-section__slider-dot.is-active{background-color:currentColor;transform:scale(1.3)}.custom-cards-section__empty{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#888;font-size:.9rem;border:2px dashed #ddd;border-radius:var(--ccs-card-radius, 8px)}@media(max-width:767px){.custom-cards-section__section-heading{font-size:28px}.custom-cards-section__card-heading{font-size:16px}.custom-cards-section__card-body{padding:12px 14px}.custom-cards-section__wrapper{gap:5px;row-gap:12px}}.custom-cards-section-root{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom-cards-section.css.map */
