.stellaria-drops{padding-top:var(--stellaria-padding-top);padding-bottom:var(--stellaria-padding-bottom)}.stellaria-drops__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.stellaria-drops__header h2{font-size:var(--stellaria-heading-size);color:var(--stellaria-heading-color);margin:0;letter-spacing:1px}.stellaria-drops__arrows{display:flex;gap:8px}.stellaria-arrow{width:34px;height:34px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:14px;line-height:1}.stellaria-drops__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--stellaria-card-gap, 20px)}.stellaria-drops__grid.slick-initialized{display:block;gap:0}.stellaria-drops__grid .slick-list{overflow:hidden;margin:0 -10px}.stellaria-drops__grid .slick-track{display:flex;align-items:stretch;gap:0}.stellaria-drops__grid .slick-slide{height:auto;margin:0 10px;box-sizing:border-box;float:none}.stellaria-drop-card{position:relative;width:100%;height:100%;box-sizing:border-box}.stellaria-wishlist{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#fffffff2;color:#111;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;padding:0;font-size:0px}.stellaria-wishlist svg{width:18px;height:16px;display:block}.stellaria-wishlist .svg-heart--solid{display:none}.stellaria-wishlist.is-active .svg-heart--solid{display:block;color:#e8455f}.stellaria-wishlist.is-active .svg-heart--outline{display:none}.stellaria-drop-card__title{display:block;font-size:var(--stellaria-title-size, 16px);font-weight:600;color:var(--stellaria-title-color, #1a1a1a);text-decoration:none;margin-bottom:2px}.stellaria-drop-card__subtitle{font-size:var(--stellaria-subtitle-size, 13px);color:var(--stellaria-subtitle-color, #777777);margin:0 0 6px}.stellaria-drop-card__rating{color:#111;font-size:13px;margin-bottom:10px;letter-spacing:2px}.stellaria-drop-card__rating span{color:inherit;letter-spacing:normal}.stellaria-variant{display:block;width:100%;height:38px;margin-bottom:12px;padding:0 14px;border:1px solid #d9d9d9;border-radius:30px;background:#fff;color:#111;font-size:13px;cursor:pointer;-webkit-appearance:auto;appearance:auto;box-sizing:border-box;position:relative;z-index:2}.stellaria-drop-card--background .stellaria-variant{border:none;background:#fffffff2}.stellaria-drop-card__footer{display:flex;align-items:center;justify-content:space-between;background:var(--stellaria-price-bg, #fff);border:1px solid #6B7280;border-radius:30px;overflow:hidden;height:44px;padding:0;margin-top:4px}.stellaria-add-cart{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:8px;border:none;background:transparent;color:#111;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:0 18px}.stellaria-add-cart .svg-cart{display:block}.stellaria-add-cart.is-loading{opacity:.6;pointer-events:none}.stellaria-add-cart:disabled{opacity:.5;cursor:not-allowed}.stellaria-price{display:flex;align-items:center;justify-content:center;align-self:center;font-size:15px;font-weight:700;color:var(--stellaria-price-text, #111);padding:0 16px;height:22px;border-left:1px solid #d9d9d9}.stellaria-price__compare{display:none}.stellaria-drops__empty{grid-column:1 / -1;text-align:center;color:#777;padding:40px 0}.stellaria-drop-card--boxed .stellaria-drop-card__image{position:relative!important;display:block;width:100%;height:var(--stellaria-card-img-height, 380px);overflow:hidden;background:#f5f5f5;border-radius:4px;flex-shrink:0}.stellaria-drop-card--boxed .stellaria-drop-card__image img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .4s ease}.stellaria-drop-card--boxed .stellaria-drop-card__image:hover img{transform:scale(1.04)}.stellaria-drop-card--boxed .stellaria-drop-card__info{padding-top:14px}.stellaria-drop-card--background .stellaria-drop-card__image{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.stellaria-drop-card--background .stellaria-drop-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.6s ease}.stellaria-drop-card--background:hover img{transform:scale(1.08)}.stellaria-drop-card--background .stellaria-drop-card__info{position:absolute;left:20px;right:20px;bottom:20px;z-index:10;max-width:none}.stellaria-drop-card--background.stellaria-pos-v-top .stellaria-drop-card__info{top:20px;bottom:auto}.stellaria-drop-card--background.stellaria-pos-v-center .stellaria-drop-card__info{top:50%;bottom:auto;transform:translateY(-50%)}.stellaria-drop-card--background.stellaria-pos-h-left .stellaria-drop-card__info{text-align:left}.stellaria-drop-card--background.stellaria-pos-h-center .stellaria-drop-card__info{text-align:center}.stellaria-drop-card--background.stellaria-pos-h-right .stellaria-drop-card__info{text-align:right}.stellaria-drop-card--background .stellaria-drop-card__title,.stellaria-drop-card--background .stellaria-drop-card__subtitle,.stellaria-drop-card--background .stellaria-drop-card__rating{color:#fff}.stellaria-drop-card--background .stellaria-drop-card__footer{position:relative;background:var(--stellaria-price-bg, #fff);border:none}.stellaria-drop-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 15%,#00000026 40%,rgba(0,0,0,var(--stellaria-overlay-opacity, .85)));z-index:1;pointer-events:none}@media(max-width:989px){.stellaria-drops__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.stellaria-drops{padding-top:var(--stellaria-mobile-padding-top);padding-bottom:var(--stellaria-mobile-padding-bottom)}.stellaria-drops__header h2{font-size:var(--stellaria-mobile-heading-size)}}@media(max-width:480px){.stellaria-drops__grid{grid-template-columns:1fr 1fr;gap:12px}}.stellaria-variants{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;position:relative;z-index:2}.stellaria-variant-btn{padding:6px 14px;border:1px solid rgba(255,255,255,.6);border-radius:20px;background:transparent;color:#fff;font-size:12px;cursor:pointer;transition:all .2s ease}.stellaria-variant-btn:hover{background:#fff3}.stellaria-variant-btn.active{background:#fff;color:#111;border-color:#fff}.stellaria-variant-btn.sold-out{opacity:.4;text-decoration:line-through;cursor:not-allowed}.stellaria-drop-card--boxed .stellaria-variant-btn{border-color:#d9d9d9;color:#111}.stellaria-drop-card--boxed .stellaria-variant-btn:hover{background:#f2f2f2}.stellaria-drop-card--boxed .stellaria-variant-btn.active{background:#111;color:#fff;border-color:#111}.stellaria-price .price{font-size:15px;font-weight:700;color:var(--stellaria-price-text, #111)}.stellaria-price .price--compare{font-size:12px;font-weight:400;color:#999;margin-left:6px}.stellaria-price .price--sale{color:#e8455f}.stellaria-add-cart.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.stellaria-arrow.disabled,.stellaria-arrow:disabled{opacity:.35;cursor:not-allowed}.stellaria-drop-card--background{position:relative;display:block!important;width:100%;min-height:var(--stellaria-bg-card-height, 540px);height:var(--stellaria-bg-card-height, 540px);border-radius:22px;overflow:hidden;background:#f6f6f6}@media(max-width:990px){.stellaria-drop-card--background{min-height:var(--stellaria-tablet-card-img-height);height:var(--stellaria-tablet-bg-card-height)}}@media(max-width:749px){.stellaria-drop-card--background{min-height:var(--stellaria-mobile-card-img-height);height:var(--stellaria-mobile-bg-card-height)}.stellaria-price{padding:0 12px}.stellaria-add-cart{padding:0 8px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/stellaria-latest-drops.css.map */
