@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--al-pink: #FF678A;--al-pink-l: #FFF0F3;--al-black: #000000;--al-dark: #111111;--al-grey: #555555;--al-lgrey: #888888;--al-border: #E8E8E8;--al-white: #FFFFFF;--al-bg: #F9F9F9;--al-font: "Inter", sans-serif}*{box-sizing:border-box}.alp-wrap{background:var(--al-white);font-family:var(--al-font);color:var(--al-black)}.alp-breadcrumb{max-width:1280px;margin:0 auto;padding:16px 24px;font-size:12px;color:var(--al-lgrey);display:flex;align-items:center;gap:6px}.alp-breadcrumb a{color:var(--al-lgrey);text-decoration:none}.alp-breadcrumb a:hover{color:var(--al-pink)}.alp-breadcrumb-sep{color:var(--al-border)}.alp-product-grid{max-width:1280px;margin:0 auto;padding:0 24px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.alp-gallery{position:sticky;top:20px}.alp-gallery-main{aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;background:var(--al-bg);margin-bottom:12px}.alp-gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.alp-gallery-main:hover img{transform:scale(1.03)}.alp-gallery-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--al-bg);border-radius:12px}.alp-thumbs{display:flex;gap:8px;flex-wrap:wrap}.alp-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0;background:var(--al-bg)}.alp-thumb.alp-active{border-color:var(--al-pink)}.alp-thumb img{width:100%;height:100%;object-fit:cover}.alp-info{padding-top:4px}.alp-type-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--al-pink);margin-bottom:10px}.alp-title{font-size:32px;font-weight:700;line-height:1.2;color:var(--al-black);margin-bottom:8px}.alp-tagline{font-size:14px;color:var(--al-grey);margin-bottom:16px;line-height:1.5}.alp-rating-row{margin-bottom:16px}.alp-rating-row span{font-family:var(--al-font);color:var(--al-black);font-size:13px;font-weight:500}.alp-price-row{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.alp-price{font-size:28px;font-weight:700;color:var(--al-black)}.alp-compare-price{font-size:18px;color:var(--al-lgrey);text-decoration:line-through}.alp-badge-save{background:var(--al-pink);color:var(--al-white);font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.alp-tax-note{font-size:12px;color:var(--al-lgrey);margin-bottom:20px}.alp-trust-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.alp-trust-pill{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--al-black);background:var(--al-white);border:1px solid var(--al-border);padding:5px 12px;border-radius:20px;white-space:nowrap}.alp-trust-pill svg{width:13px;height:13px;stroke:var(--al-pink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.alp-divider{border:none;border-top:1px solid var(--al-border);margin:20px 0}.alp-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--al-black);margin-bottom:10px}.alp-variants{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.alp-variant-btn{padding:8px 20px;border-radius:6px;border:1px solid var(--al-border);background:var(--al-white);font-family:var(--al-font);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;color:var(--al-black)}.alp-variant-btn.alp-active,.alp-variant-btn:hover{border-color:var(--al-pink);background:var(--al-pink-l);color:var(--al-pink)}.alp-purchase-row{display:flex;gap:12px;align-items:center;margin-bottom:20px}.alp-qty{display:flex;align-items:center;border:1px solid var(--al-border);border-radius:8px;overflow:hidden;background:var(--al-white);height:52px}.alp-qty-btn{width:42px;height:52px;border:none;background:none;font-size:20px;cursor:pointer;color:var(--al-black);display:flex;align-items:center;justify-content:center;transition:background .15s;font-weight:400}.alp-qty-btn:hover{background:var(--al-pink-l);color:var(--al-pink)}.alp-qty-num{width:46px;text-align:center;font-size:15px;font-weight:600;border:none;background:none;color:var(--al-black);font-family:var(--al-font)}.alp-atc{flex:1;height:52px;background:var(--al-pink);color:var(--al-white);border:none;border-radius:8px;font-family:var(--al-font);font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.alp-atc:hover{opacity:.88}.alp-gives{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.alp-give-item{display:flex;align-items:center;gap:10px;background:var(--al-bg);border:1px solid var(--al-border);border-radius:8px;padding:10px 14px}.alp-give-item svg{width:16px;height:16px;stroke:var(--al-pink);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.alp-give-label{font-size:13px;font-weight:500;color:var(--al-black)}.alp-accordion{margin-bottom:24px}.alp-acc-item{border-bottom:1px solid var(--al-border)}.alp-acc-item:first-child{border-top:1px solid var(--al-border)}.alp-acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:none;border:none;cursor:pointer;font-family:var(--al-font);font-size:14px;font-weight:600;color:var(--al-black);text-align:left;gap:12px}.alp-acc-icon{width:16px;height:16px;flex-shrink:0;transition:transform .25s;stroke:var(--al-pink);fill:none;stroke-width:2;stroke-linecap:round}.alp-acc-btn.alp-open .alp-acc-icon{transform:rotate(45deg)}.alp-acc-body{font-size:13px;color:var(--al-grey);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .35s ease,padding-bottom .25s;padding-bottom:0}.alp-acc-body.alp-open{max-height:1000px;padding-bottom:16px}.alp-acc-body p{margin-bottom:8px}.alp-acc-body p:last-child{margin-bottom:0}.alp-acc-body strong{color:var(--al-black);font-weight:600}.alp-acc-body ul{padding-left:18px;margin:6px 0}.alp-acc-body ul li{margin-bottom:4px}.alp-related-wrap{background:var(--al-bg);padding:60px 0}.alp-related-inner{max-width:1280px;margin:0 auto;padding:0 24px}.alp-related-title{font-size:20px;font-weight:700;color:var(--al-black);text-align:center;margin-bottom:6px}.alp-related-sub{text-align:center;font-size:13px;color:var(--al-lgrey);margin-bottom:24px}.alp-related{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.alp-product-card{background:var(--al-white);border-radius:12px;overflow:hidden;border:1px solid var(--al-border);text-decoration:none;color:inherit;display:block;transition:transform .2s,box-shadow .2s}.alp-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.alp-product-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.alp-product-card-info{padding:12px 14px}.alp-product-card-name{font-size:13px;font-weight:500;color:var(--al-black);margin-bottom:4px;line-height:1.4}.alp-product-card-price{font-size:14px;font-weight:700;color:var(--al-pink)}@media(max-width:900px){.alp-product-grid{grid-template-columns:1fr;gap:24px;padding:0 16px 40px}.alp-gallery{position:static}.alp-title{font-size:20px}.alp-price{font-size:22px}.alp-related{grid-template-columns:repeat(2,1fr)}.alp-breadcrumb{padding:12px 16px}.alp-reviews-section{padding:30px 16px 40px}.alp-related-inner{padding:0 16px}.alp-trust-pills{gap:6px}.alp-trust-pill{font-size:10px;padding:4px 10px}}.alp-sticky-atc{position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 -4px 15px #00000014;padding:12px 20px;z-index:9999;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;box-sizing:border-box}.alp-sticky-atc.is-visible{transform:translateY(0);opacity:1;visibility:visible}.alp-sticky-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.alp-sticky-info{display:flex;align-items:center;gap:12px;min-width:0}.alp-sticky-img{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.alp-sticky-details{display:flex;flex-direction:column;min-width:0}.alp-sticky-title{font-size:14px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.alp-sticky-price{font-size:13px;color:#666;margin-top:3px}.alp-sticky-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.alp-sticky-select{padding:10px 14px;font-size:14px;border:1px solid #dcdcdc;border-radius:4px;background:#fff;cursor:pointer;outline:none}.alp-sticky-btn{padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;background:#000;color:#fff;border:none;border-radius:4px;transition:background .2s ease}.alp-sticky-btn:hover{background:#333}.alp-sticky-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.alp-sticky-atc{padding:10px 14px}.alp-sticky-img,.alp-sticky-details{display:none}.alp-sticky-container{justify-content:stretch}.alp-sticky-actions{width:100%}.alp-sticky-select{flex:1;max-width:50%}.alp-sticky-btn{flex:1}}.als-wrap{font-family:Inter,sans-serif;color:#000}.als-inner{max-width:1280px;margin:0 auto;padding:0 24px}.als-section{padding:60px 0;border-top:1px solid #E8E8E8}.als-heading{font-size:22px;font-weight:700;color:#000;margin-bottom:32px;line-height:1.2}.als-subtext{font-size:12px;color:#888;margin-top:20px;line-height:1.6}.als-htu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.als-htu-card{min-width:0}.als-htu-video-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:14px;background:#f7f7f7;margin-bottom:14px;cursor:pointer}.als-htu-video-wrap video,.als-htu-video{display:block;width:100%;height:100%;object-fit:cover}.als-htu-play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .2s ease}.als-htu-play-btn:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:#fffffff0;box-shadow:0 4px 18px #00000024}.als-htu-play-btn svg{position:relative;z-index:1;width:24px;height:24px;fill:#ff678a;stroke:none;margin-left:3px}.als-htu-video-wrap.is-playing .als-htu-play-btn{opacity:0}.als-htu-video-wrap:hover .als-htu-play-btn:before{transform:scale(1.04)}.als-htu-img-placeholder{width:100%;aspect-ratio:4 / 5;border-radius:14px;background:#fff0f3;margin-bottom:14px;display:flex;align-items:center;justify-content:center}.als-htu-img-placeholder svg{width:48px;height:48px;stroke:#ff678a;fill:none;stroke-width:1}.als-step-num{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ff678a;margin-bottom:5px}.als-htu-title{font-size:15px;font-weight:700;color:#000;line-height:1.4;margin:0 0 6px}.als-htu-desc{font-size:13px;color:#555;line-height:1.65;margin:0}@media(max-width:1100px)and (min-width:901px){.als-htu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.als-slider-wrap{position:relative;overflow:visible;border-radius:14px}.als-slider-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;transform:none}.als-slide{min-width:0;width:100%}.als-slide img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:14px;border:1px solid #E8E8E8}.als-slide-arrow,.als-slide-dots{display:none}.als-slide-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:#fffffff5;border:1px solid #E8E8E8;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f;z-index:3}.als-slide-arrow:hover{background:#ff678a;color:#fff}.als-slide-arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.als-slide-prev{left:8px}.als-slide-next{right:8px}.als-slide-dots{justify-content:center;gap:6px;margin-top:12px}.als-slide-dot{width:6px;height:6px;border-radius:50%;background:#e8e8e8;border:none;cursor:pointer;padding:0;transition:background .2s,width .2s}.als-slide-dot.active{background:#ff678a;width:20px;border-radius:3px}.als-faq-list{display:flex;flex-direction:column;gap:0}.als-faq-item{border-bottom:1px solid #E8E8E8}.als-faq-item:first-child{border-top:1px solid #E8E8E8}.als-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#000;text-align:left;gap:16px}.als-faq-icon{width:18px;height:18px;flex-shrink:0;transition:transform .25s;stroke:#ff678a;fill:none;stroke-width:2;stroke-linecap:round}.als-faq-q.als-open .als-faq-icon{transform:rotate(45deg)}.als-faq-a{font-size:14px;color:#555;line-height:1.8;max-height:0;overflow:hidden;transition:max-height .35s ease,padding-bottom .25s;padding-bottom:0}.als-faq-a.als-open{max-height:400px;padding-bottom:18px}.als-video-wrap{width:100%}@media(max-width:900px){.als-inner{padding:0 16px}.als-section{padding:40px 0}.als-heading{font-size:18px;margin-bottom:24px}.als-htu-grid{grid-template-columns:1fr;gap:28px}.als-htu-video-wrap,.als-htu-img-placeholder{aspect-ratio:4 / 5;border-radius:12px}.als-htu-title{font-size:14px}.als-htu-desc{font-size:13px}.als-slider-wrap{overflow:hidden}.als-slider-track{display:flex;gap:0;transform:translate(0);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.als-slide{min-width:100%;width:100%;flex:0 0 100%}.als-slide img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px}.als-slide-arrow,.als-slide-dots{display:flex}}.alp-explore-section .alp-product-card{overflow:hidden}.alp-explore-section .alp-product-card img{width:100%!important;height:100%!important;aspect-ratio:1 / 1;object-fit:contain!important;object-position:center!important;padding:18px;background:#fff;display:block}@media screen and (min-width:990px){.alp-explore-section .alp-related{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.alp-explore-section .alp-product-card img{aspect-ratio:1 / 1;padding:20px}}@media screen and (max-width:749px){.alp-explore-section .alp-related{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alp-explore-section .alp-product-card img{aspect-ratio:1 / 1;padding:10px}}.alp-title{font-size:30px!important;line-height:1.2!important}.alp-tagline{font-size:16px!important;line-height:1.5!important}.alp-type-tag{font-size:13px!important}.alp-rating-row{font-size:15px!important}.alp-price{font-size:28px!important}.alp-compare-price{font-size:17px!important}.alp-badge-save,.alp-tax-note,.alp-trust-pill{font-size:13px!important}.alp-label{font-size:15px!important;font-weight:600!important}.alp-variant-btn{font-size:14px!important}.alp-qty-num,.alp-qty-btn{font-size:16px!important}.alp-atc{font-size:16px!important;font-weight:600!important}.alp-section-heading{font-size:18px!important;font-weight:600!important}.alp-give-label{font-size:14px!important}.alp-acc-btn{font-size:16px!important;font-weight:600!important}.alp-acc-body,.alp-acc-body p{font-size:14px!important;line-height:1.65!important}.alp-sticky-title{font-size:14px!important}.alp-sticky-price{font-size:15px!important}.alp-sticky-btn{font-size:14px!important}@media screen and (max-width:749px){.alp-title{font-size:24px!important}.alp-tagline{font-size:15px!important}.alp-price{font-size:24px!important}.alp-compare-price{font-size:16px!important}.alp-trust-pill{font-size:12px!important}.alp-section-heading{font-size:17px!important}.alp-give-label{font-size:14px!important}.alp-acc-btn{font-size:15px!important}.alp-acc-body,.alp-acc-body p{font-size:14px!important}.alp-atc{font-size:15px!important}}.alp-rating-row,.alp-rating-row span{color:#ffa41c!important}.alp-rating-row svg{fill:#ffa41c!important;stroke:#ffa41c!important;color:#ffa41c!important}
/*# sourceMappingURL=/cdn/shop/t/78/assets/alanna-product-optimized.css.map */
