.product-info__buttons-wrapper{display:flex;flex-wrap:wrap;gap:12px;width:100%}.product-info__buttons-wrapper .product-info__add-button,.product-info__buttons-wrapper .product-info__secondary-cta{flex:1 1 0;min-width:0}.product-info__buttons-wrapper--50-50 .product-info__add-button,.product-info__buttons-wrapper--50-50 .product-info__secondary-cta{flex:1 1 calc(50% - 6px)}.product-info__buttons-wrapper--60-40 .product-info__add-button{flex:1 1 calc(60% - 6px)}.product-info__buttons-wrapper--60-40 .product-info__secondary-cta,.product-info__buttons-wrapper--40-60 .product-info__add-button{flex:1 1 calc(40% - 6px)}.product-info__buttons-wrapper--40-60 .product-info__secondary-cta{flex:1 1 calc(60% - 6px)}.product-info__buttons-wrapper--65-35 .product-info__add-button{flex:1 1 calc(65% - 6px)}.product-info__buttons-wrapper--65-35 .product-info__secondary-cta{flex:1 1 calc(35% - 6px)}.btn--secondary-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:17px 10px;font-size:18px;font-weight:600;line-height:1;text-align:center;text-decoration:none;color:rgb(var(--link-color));background-color:#fff;border:2px solid rgb(var(--link-color));border-radius:var(--btn-border-radius, 0);cursor:pointer;transition:background-color .2s ease,color .2s ease;box-shadow:none;outline:none}.btn--secondary-cta>*{display:inline-flex;align-items:center;vertical-align:middle;line-height:1}.btn--secondary-cta:hover{background-color:rgba(var(--link-color));color:#fff;box-shadow:none}.btn--secondary-cta:focus{outline:none;box-shadow:none}.btn--secondary-cta:focus-visible{outline:2px solid rgb(var(--link-color));outline-offset:2px;box-shadow:none}.btn--secondary-cta:after{display:none!important}.btn--secondary-cta .btn__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;line-height:0;vertical-align:middle;margin-right:5px}.btn--secondary-cta .btn__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;display:block;vertical-align:middle}.btn--secondary-cta>span:not(.btn__icon){display:inline-flex;align-items:center;line-height:1}.add-to-cart-button.btn--has-icon{display:inline-flex;align-items:center;justify-content:center;gap:8px}.add-to-cart-button.btn--has-icon:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.add-to-cart-button.btn--secondary.btn--has-icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E")}@media (max-width: 480px){.product-info__buttons-wrapper{flex-direction:column}.product-info__buttons-wrapper--cta-left .product-info__add-button,.product-info__buttons-wrapper--cta-right .product-info__add-button{order:1}.product-info__buttons-wrapper--cta-left .product-info__secondary-cta,.product-info__buttons-wrapper--cta-right .product-info__secondary-cta{order:2}.product-info__buttons-wrapper .product-info__add-button,.product-info__buttons-wrapper .product-info__secondary-cta{flex:0 0 auto;width:100%}}@media (min-width: 481px){.product-info__buttons-wrapper--cta-left .product-info__secondary-cta{order:1}.product-info__buttons-wrapper--cta-left .product-info__add-button{order:2}.product-info__buttons-wrapper--cta-right .product-info__add-button{order:1}.product-info__buttons-wrapper--cta-right .product-info__secondary-cta{order:2}}.product-info__secondary-cta .secondary-cta-modal-trigger{display:block;width:100%}.product-info__secondary-cta>a.btn--secondary-cta{display:flex;width:100%}.scta-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999}.scta-modal[aria-hidden=false]{display:block}.scta-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;animation:sctaFadeIn .2s ease}.scta-modal__container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.scta-modal__box{position:relative;background:#fff;border-radius:12px;max-width:560px;width:100%;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:sctaSlideUp .3s ease}.scta-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;color:#4b5563;transition:all .15s ease;z-index:2}.scta-modal__close:hover{background:#fff;color:#1f2937;transform:scale(1.05)}.scta-modal__close svg{width:20px;height:20px}.scta-modal__header{background:linear-gradient(135deg,rgb(var(--link-color)),#0d5a8c);padding:24px 28px;color:#fff}.scta-modal__title{margin:0 0 6px;padding-right:40px;font-size:24px;font-weight:700;color:#fff;line-height:1.2}.scta-modal__subtitle{margin:0;font-size:15px;color:#fff;line-height:1.5;opacity:.9}.scta-modal__body{padding:24px}.scta-modal__options{display:flex;flex-direction:column;gap:12px}.scta-modal__option{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;text-decoration:none;color:inherit;cursor:pointer;transition:all .15s ease}.scta-modal__option:hover{border-color:rgb(var(--link-color));background:rgba(var(--link-color) / .05);transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--link-color) / .15)}.scta-modal__option-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(var(--link-color) / .1);border-radius:10px;color:rgb(var(--link-color));flex-shrink:0;transition:all .15s ease}.scta-modal__option:hover .scta-modal__option-icon{background:rgb(var(--link-color));color:#fff}.scta-modal__option-icon svg{width:26px;height:26px}.scta-modal__option-content{flex:1;min-width:0;text-align:left}.scta-modal__option-title{display:block;font-size:16px;font-weight:600;color:#1f2937;line-height:1.3;margin-bottom:3px}.scta-modal__option-detail{display:block;font-size:13px;color:#6b7280;line-height:1.4}.scta-modal__option-arrow{flex-shrink:0;color:#d1d5db;transition:all .15s ease}.scta-modal__option:hover .scta-modal__option-arrow{color:rgb(var(--link-color));transform:translate(3px)}.scta-modal__option-arrow svg{width:20px;height:20px}@keyframes sctaFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sctaSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.scta-modal__container{align-items:flex-end;padding:0}.scta-modal__box{border-radius:16px 16px 0 0;max-width:100%;margin-top:auto;animation:sctaSlideUpMobile .3s ease}.scta-modal__header{padding:24px 24px 20px}.scta-modal__title{font-size:22px}.scta-modal__subtitle{font-size:14px}.scta-modal__body{padding:20px 20px 28px}.scta-modal__options{gap:10px}.scta-modal__option{padding:14px;gap:14px}.scta-modal__option-icon{width:48px;height:48px}.scta-modal__option-icon svg{width:24px;height:24px}.scta-modal__option-title{font-size:15px}.scta-modal__option-detail{font-size:12px}}@keyframes sctaSlideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/secondary-cta.css.map */
