.a-tab-cards *{box-sizing:border-box}.a-tab-cards__heading{margin:0 0 18px;color:var(--section-title-color, #000);font-size:var(--section-title-size, 56px);font-weight:600;line-height:1.1}.a-tab-cards__component{display:block}.a-tab-cards__tabs{display:flex;flex-wrap:wrap;gap:var(--tab-gap, 12px);margin-bottom:20px}.a-tab-cards__tab-btn{border:0;border-radius:999px;min-height:37px;padding:8px 22px;background:#fff;color:var(--tab-text-color, #1a1a1a);font-size:var(--tab-text-size, 16px);font-weight:500;line-height:1.2;cursor:pointer;transition:.2s ease}.a-tab-cards__tab-btn[aria-selected=true]{background:var(--tab-active-bg-color, #ffdcb0);color:var(--tab-active-text-color, #000)}.a-tab-cards__cards{display:grid;grid-template-columns:minmax(320px,590px) repeat(2,minmax(220px,286px));justify-content:space-between;gap:var(--card-gap, 18px)}.a-tab-cards__card{border-radius:var(--card-radius, 14px);overflow:hidden;background-color:var(--card-bg, #fff)}.a-tab-cards__card--featured{grid-row:span 2;background-image:url(https://cdn.shopify.com/s/files/1/0616/3326/5917/files/summer-26-8-card-bg.png?v=1779418312);background-size:cover;background-repeat:no-repeat}.a-tab-cards__media{display:block;position:relative;padding-bottom:60%}.a-tab-cards__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:90%;display:block}.a-tab-cards__card--featured .a-tab-cards__image{height:90%;object-fit:cover}.a-tab-cards__content{text-align:center}.a-tab-cards__card--featured .a-tab-cards__content{padding:20px 60px 40px;text-align:left}.a-tab-cards__card--small .a-tab-cards__content{padding:8px 16px 14px}.a-tab-cards__title{margin:0;color:var(--featured-title-color, #000);font-size:var(--featured-title-size, 28px);font-weight:700;line-height:1.2}.a-tab-cards__card--small .a-tab-cards__title{color:var(--small-title-color, #000);font-size:var(--small-title-size, 16px)}.a-tab-cards__desc{margin-top:6px}.a-tab-cards__desc p{margin:0;color:var(--featured-desc-color, #666);font-size:var(--featured-desc-size, 14px);line-height:1.25}.a-tab-cards__card--small .a-tab-cards__desc p{color:var(--small-desc-color, #666);font-size:var(--small-desc-size, 12px)}.a-tab-cards__price-row{margin-top:10px;display:inline-flex;align-items:baseline;justify-content:center;gap:8px}.a-tab-cards__card--featured .a-tab-cards__price-row{margin:24px 0}.a-tab-cards__price{color:var(--featured-price-color, #a80000);font-size:var(--featured-price-size, 24px);font-weight:700;line-height:1}.a-tab-cards__compare{color:var(--featured-compare-color, #666);font-size:var(--featured-compare-size, 13px);line-height:1.1;text-decoration:line-through}.a-tab-cards__card--small .a-tab-cards__price{color:var(--small-price-color, #a80000);font-size:var(--small-price-size, 24px)}.a-tab-cards__card--small .a-tab-cards__compare{color:var(--small-compare-color, #666);font-size:var(--small-compare-size, 13px)}.a-tab-cards__button{margin:10px auto 0;display:flex;align-items:center;justify-content:center;gap:6px;width:fit-content;color:var(--featured-button-text-color, #fff);font-size:var(--featured-button-size, 32px);font-weight:700;line-height:1;text-decoration:none}.a-tab-cards__button:hover{color:var(--featured-button-text-color, #fff);opacity:.8}.a-tab-cards__card--featured .a-tab-cards__button{margin:16px 0 0;min-width:169px;min-height:48px;padding:10px 24px;border-radius:999px;background:var(--featured-button-bg-color, #1a1a1a)}.a-tab-cards__card--featured .a-tab-cards__button svg{display:none}.a-tab-cards__card--small .a-tab-cards__button{font-size:var(--small-button-size, 24px);color:var(--small-button-text-color, #000)}.a-tab-cards__button svg{width:10px;height:10px}.a-tab-cards__view-all-wrap{margin-top:18px;display:flex;justify-content:flex-end}.a-tab-cards__view-all{width:50%;text-align:center;color:#666;font-size:14px;line-height:1.2;text-decoration:none}.a-tab-cards__view-all:hover{text-decoration:underline}@media(max-width:1200px){.a-tab-cards__cards{grid-template-columns:1.2fr 1fr 1fr}}@media(max-width:767px){.a-tab-cards__heading{margin-bottom:12px;font-size:var(--section-title-size-mobile, 30px)}.a-tab-cards__tabs{flex-wrap:nowrap;margin-bottom:14px;gap:8px}.a-tab-cards__tab-btn{flex:1;min-height:34px;padding:6px 14px;font-size:var(--tab-text-size-mobile, 14px)}.a-tab-cards__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.a-tab-cards__card--featured{grid-column:1 / -1;grid-row:auto}.a-tab-cards__card--featured .a-tab-cards__content{padding:14px 24px 20px}.a-tab-cards__card--small .a-tab-cards__content{padding:6px 10px 20px}.a-tab-cards__title{font-size:var(--featured-title-size-mobile, 20px)}.a-tab-cards__card--small .a-tab-cards__title{font-size:var(--small-title-size-mobile, 18px)}.a-tab-cards__desc p{font-size:var(--featured-desc-size-mobile, 12px)}.a-tab-cards__card--small .a-tab-cards__desc p{font-size:var(--small-desc-size-mobile, 12px)}.a-tab-cards__card--featured .a-tab-cards__price-row{margin:10px 0}.a-tab-cards__price{font-size:var(--featured-price-size-mobile, 22px)}.a-tab-cards__compare{font-size:var(--featured-compare-size-mobile, 13px)}.a-tab-cards__card--small .a-tab-cards__price{font-size:var(--small-price-size-mobile, 22px)}.a-tab-cards__card--small .a-tab-cards__compare{font-size:var(--small-compare-size-mobile, 13px)}.a-tab-cards__button{font-size:var(--featured-button-size-mobile, 24px)}.a-tab-cards__card--featured .a-tab-cards__button{min-width:100px;min-height:28px;padding:5px 18px;margin:10px 0 0}.a-tab-cards__card--small .a-tab-cards__button{font-size:var(--small-button-size-mobile, 16px)}.a-tab-cards__view-all-wrap{margin-top:14px;justify-content:center}.a-tab-cards__view-all{width:100%;font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-a-tab-cards.css.map */
