.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;box-shadow:0 -4px 20px #00000026;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);padding-bottom:env(safe-area-inset-bottom)}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__container{max-width:1400px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sticky-atc__product-info{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.sticky-atc__image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.sticky-atc__details{flex:1;min-width:0}.sticky-atc__title{font-size:16px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sticky-atc__price-compare{font-size:14px;color:#999;text-decoration:line-through}.sticky-atc__price-current{font-size:18px;font-weight:700;color:#8b2536}.sticky-atc__price-save{font-size:12px;color:#10b981;font-weight:600;background:#10b9811a;padding:2px 8px;border-radius:4px}.sticky-atc__actions{display:flex;align-items:center;gap:12px}.sticky-atc__variant-selector{font-size:14px;color:#666}.sticky-atc__button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#8b2536;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.sticky-atc__button:hover{background:#6d1d2a;transform:translateY(-1px);box-shadow:0 4px 12px #8b25364d}.sticky-atc__button:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.sticky-atc__container{flex-direction:row;align-items:center;padding:10px 16px;gap:12px}.sticky-atc__product-info{flex:1;min-width:0}.sticky-atc__image{width:44px;height:44px;border-radius:8px}.sticky-atc__title{font-size:13px;margin:0 0 2px}.sticky-atc__price-current{font-size:15px}.sticky-atc__price-compare{font-size:12px}.sticky-atc__price-save{display:none}.sticky-atc__actions{flex-shrink:0}.sticky-atc__variant-selector{display:none}.sticky-atc__button{padding:14px 24px;font-size:15px;font-weight:700;border-radius:10px;min-height:48px;white-space:nowrap}}.product-trust-badges{margin:32px 0;padding:24px;background:#f8f9fa;border-radius:12px}.trust-badges__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.trust-badge{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.trust-badge__icon{flex-shrink:0}.trust-badge__text{display:flex;flex-direction:column;gap:2px}.trust-badge__text strong{font-size:14px;font-weight:600;color:#1a1a1a}.trust-badge__text span{font-size:12px;color:#666}.trust-badges__payment-icons{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.trust-badges__payment-label{font-size:13px;font-weight:600;color:#666}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-icon{height:24px;width:auto}@media(max-width:768px){.trust-badges__grid{grid-template-columns:1fr}}.product-urgency{margin:24px 0;display:flex;flex-direction:column;gap:12px}.urgency-indicator{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;font-size:14px;animation:slideInUp .5s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.urgency-indicator--stock{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3)}.urgency-indicator--viewing{background:#4ecdc41a;border:1px solid rgba(78,205,196,.3)}.urgency-indicator--sales{background:#10b9811a;border:1px solid rgba(16,185,129,.3)}.urgency-indicator--countdown{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3)}.urgency-indicator__text{flex:1;color:#1a1a1a}.urgency-indicator__text strong{font-weight:700}.countdown-timer{font-family:Courier New,monospace;font-weight:700;color:#f59e0b}.product-bundle{margin:48px 0;padding:32px;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e5e7eb;border-radius:16px}.product-bundle__header{text-align:center;margin-bottom:32px}.product-bundle__title{font-size:28px;font-weight:700;margin:0 0 8px;color:#1a1a1a}.product-bundle__subtitle{font-size:16px;color:#666;margin:0}.product-bundle__items{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:32px}.bundle-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;position:relative;transition:all .3s ease;max-width:200px}.bundle-item--main{border-color:#8b2536;background:#8b253605}.bundle-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.bundle-item__checkbox{position:absolute;top:12px;right:12px}.bundle-item__checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;width:24px;height:24px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;position:relative}.bundle-item__checkbox input[type=checkbox]:checked{background:#8b2536;border-color:#8b2536}.bundle-item__checkbox input[type=checkbox]:checked:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;font-weight:700}.bundle-item__checkbox input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.bundle-item__image{width:100px;height:100px}.bundle-item__image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.bundle-item__details{text-align:center}.bundle-item__title{font-size:14px;font-weight:600;margin:0 0 4px;color:#1a1a1a}.bundle-item__price{font-size:16px;font-weight:700;color:#8b2536}.bundle-item__plus{font-size:24px;font-weight:700;color:#d1d5db;padding:0 8px}.product-bundle__summary{display:flex;flex-direction:column;gap:20px;padding:24px;background:#fff;border-radius:12px;border:2px dashed #e5e7eb}.bundle-summary__pricing{display:flex;flex-direction:column;gap:12px}.bundle-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:18px}.bundle-summary__price{font-size:28px;font-weight:700;color:#8b2536}.bundle-summary__savings{display:flex;align-items:center;gap:8px;padding:12px;background:#10b9811a;border-radius:8px;font-size:14px;color:#10b981}.bundle-summary__button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;background:#8b2536;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease}.bundle-summary__button:hover{background:#6d1d2a;transform:translateY(-2px);box-shadow:0 8px 24px #8b25364d}@media(max-width:768px){.product-bundle{padding:20px}.product-bundle__items{flex-direction:column}.bundle-item__plus{transform:rotate(90deg)}}.product-social-proof{margin:48px 0;padding:40px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.social-proof__header{margin-bottom:32px;text-align:center}.social-proof__title{font-size:32px;font-weight:700;margin:0 0 16px;color:#1a1a1a}.social-proof__rating{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.star-rating{display:flex;gap:4px}.star{width:24px;height:24px}.social-proof__rating-text{font-size:16px;color:#666}.social-proof__photos{margin-bottom:40px}.social-proof__photos-title{font-size:20px;font-weight:600;margin:0 0 20px;color:#1a1a1a}.customer-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.customer-photo{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden}.customer-photo__image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customer-photo__verified{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:#fffffff2;border-radius:12px;font-size:10px;font-weight:600;color:#10b981}.social-proof__reviews-title{font-size:20px;font-weight:600;margin:0 0 24px;color:#1a1a1a}.review-list{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.review-item{padding:20px;background:#f8f9fa;border-radius:12px}.review-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.review-item__rating{display:flex;gap:2px}.star--small{width:14px;height:14px}.review-item__verified{display:flex;align-items:center;gap:4px;font-size:12px;color:#10b981;font-weight:600}.review-item__title{font-size:16px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.review-item__content{font-size:14px;line-height:1.6;color:#666;margin:0 0 12px}.review-item__author{display:flex;align-items:center;gap:8px;font-size:13px}.review-item__name{font-weight:600;color:#1a1a1a}.review-item__date{color:#999}.social-proof__write-review{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:transparent;color:#8b2536;border:2px solid #8B2536;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.social-proof__write-review:hover{background:#8b2536;color:#fff}@media(max-width:768px){.product-social-proof{padding:24px 16px}.customer-photos{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/98/assets/product-conversion-features.css.map */
