.product-samples-trigger{width:100%;margin-top:12px;border:1px solid #e5e5e5;background:#fff;color:#111;border-radius:999px;padding:14px 18px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease}.product-samples-trigger:hover{background:#ff7930;color:#fff}.sample-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000006b;z-index:9998;opacity:0;visibility:hidden;transition:all .25s ease}.sample-drawer{position:fixed;top:0;right:0;width:min(100%,560px);height:100vh;background:#fff;z-index:9999;transform:translate(100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:-8px 0 30px #00000024}.sample-drawer.is-open{transform:translate(0)}.sample-drawer-backdrop.is-open{opacity:1;visibility:visible}.sample-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 22px 16px;border-bottom:1px solid #efefef}.sample-drawer__title{margin:0;font-size:28px;line-height:1.1;font-weight:700;color:#111}.sample-drawer__close{border:0;background:transparent;color:#111;font-size:30px;line-height:1;cursor:pointer;padding:0}.sample-drawer__body{flex:1;overflow-y:auto;padding:16px 20px 18px}.sample-drawer__intro{margin:0 0 18px;font-size:15px;line-height:1.6;color:#333}.sample-drawer__selected-wrap{margin-bottom:18px}.sample-drawer__selected-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sample-drawer__selected-title{font-size:15px;font-weight:700;color:#111}.sample-drawer__selected-count{font-size:13px;color:#777}.sample-drawer__selected-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sample-drawer__selected-empty{border:1px dashed #d9d9d9;border-radius:18px;padding:18px;font-size:14px;color:#666;background:#fafafa}.sample-drawer__selected-card{position:relative;border:1px solid #e8e8e8;border-radius:18px;padding:10px;background:#fff}.sample-drawer__selected-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:18px;line-height:1}.sample-drawer__selected-image{width:100%;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:#f7f7f7;margin-bottom:8px}.sample-drawer__selected-image img{width:100%;height:100%;object-fit:cover}.sample-drawer__selected-name{font-size:12px;line-height:1.3;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:31px}.sample-drawer__search{margin-bottom:16px}.sample-drawer__search input{width:100%;border:1px solid #e5e5e5;border-radius:16px;padding:13px 14px;font-size:14px;outline:none}.sample-drawer__search input:focus{border-color:#111}.sample-drawer__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sample-drawer__item{border:1px solid #ebebeb;border-radius:18px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.sample-drawer__item-image{width:100%;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:#f5f5f5}.sample-drawer__item-image img{width:100%;height:100%;object-fit:cover}.sample-drawer__item-title{font-size:12px;line-height:1.3;color:#111;min-height:32px}.sample-drawer__item-actions{display:flex;gap:8px}.sample-drawer__item-btn{width:100%;border:1px solid #f53a41;background:#fff;color:#f53a41;border-radius:999px;padding:9px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s ease}.sample-drawer__item-btn:hover{background:#fff3f4}.sample-drawer__item-btn.is-selected{background:#f53a41;color:#fff}.sample-drawer__item-btn:disabled{opacity:.55;cursor:not-allowed}.sample-drawer__pricing{margin-top:0;background:#f8f8f8;border-radius:20px;padding:16px}.sample-drawer__price-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.sample-drawer__price-label{font-size:14px;color:#111;font-weight:600}.sample-drawer__price-value{font-size:18px;color:#111;font-weight:700}.sample-drawer__price-note{margin:10px 0 0;font-size:13px;line-height:1.5;color:#666}.sample-drawer__error{margin-top:14px;padding:12px 14px;border-radius:14px;background:#fff1f2;color:#b42318;font-size:14px}.sample-drawer__submit{margin-top:14px}.sample-drawer__submit-btn{width:100%;border:0;background:#f53a41;color:#fff;border-radius:999px;padding:15px 18px;font-size:16px;font-weight:700;cursor:pointer}.sample-drawer__submit-btn:disabled{opacity:.6;cursor:not-allowed}.sample-drawer__loading,.sample-drawer__no-results{padding:18px;border:1px dashed #ddd;border-radius:16px;font-size:14px;color:#666;background:#fafafa}.sample-drawer__footer{border-top:1px solid #efefef;background:#fff;padding:14px 20px 18px;box-shadow:0 -8px 20px #0000000a}.product-form__sample-inline{display:inline-flex;width:calc(100% - 6px);margin-left:12px;vertical-align:top;margin-top:5%}.product-samples-trigger.btn.btn--primary{width:100%;min-height:52px;margin-top:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;padding:0 18px}.product-samples-trigger.btn.btn--primary .btn__text{white-space:normal;line-height:1.15}.product-form__submit.btn.btn--primary{width:calc(50% - 6px);display:inline-flex;align-items:center;justify-content:center;min-height:52px;vertical-align:top}@media(max-width:767px){.product-form__sample-inline{width:calc(50% - 6px);margin-left:8px}.product-samples-trigger.btn.btn--primary{min-height:50px;padding:0 12px;font-size:14px}.product-form__submit.btn.btn--primary{width:calc(50% - 6px);min-height:50px}}@media(max-width:640px){.sample-drawer{width:100%}.sample-drawer__title{font-size:22px}.sample-drawer__selected-list,.sample-drawer__list{grid-template-columns:1fr}.sample-drawer__body{padding:14px 16px 16px}.sample-drawer__footer{padding:12px 16px 16px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sample-drawer.css.map */
