.coffee-samples-section{padding:60px 0}.coffee-samples-section .coffee-samples-grid{display:flex;flex-wrap:wrap;gap:30px;margin-top:40px}.coffee-samples-section .coffee-sample-item{flex:0 0 calc(25% - 23px);min-width:280px}@media (max-width: 1024px){.coffee-samples-section .coffee-sample-item{flex:0 0 calc(33.333% - 20px)}}@media (max-width: 768px){.coffee-samples-section .coffee-sample-item{flex:0 0 calc(50% - 15px)}}@media (max-width: 480px){.coffee-samples-section .coffee-sample-item{flex:0 0 100%}.coffee-samples-section .coffee-samples-grid{gap:20px}}.coffee-samples-section .coffee-sample-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.coffee-samples-section .coffee-sample-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.coffee-samples-section .coffee-sample-image-wrapper{position:relative;overflow:hidden;background:#f5f5f5}.coffee-samples-section .coffee-sample-image-link{display:block}.coffee-samples-section .coffee-sample-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.coffee-samples-section .coffee-sample-button-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,#000000b3,#0000);opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.coffee-samples-section .coffee-sample-btn{width:100%;padding:12px 20px;background:#441f10;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .3s ease,transform .1s ease;display:flex;flex-direction:column;align-items:center;gap:4px}.coffee-samples-section .coffee-sample-btn:hover{background:#6f3611;transform:scale(1.02)}.coffee-samples-section .coffee-sample-btn:active{transform:scale(.98)}.coffee-samples-section .coffee-sample-btn-text-en{font-size:13px;font-weight:700}.coffee-samples-section .coffee-sample-btn-text-pl{font-size:11px;font-weight:400;opacity:.9}.coffee-samples-section .coffee-sample-info{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px;background:#0d562a}.coffee-samples-section .coffee-sample-title{margin:0;font-size:16px;font-weight:600;line-height:1.4}.coffee-samples-section .coffee-sample-title a{color:#fff;text-decoration:none;transition:color .2s ease}.coffee-samples-section .coffee-sample-title a:hover{color:#fff}.coffee-samples-section .coffee-sample-price{font-size:18px;font-weight:700;color:#8b4513}.coffee-sample-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.coffee-sample-modal[aria-hidden=false]{display:flex}.coffee-sample-modal .coffee-sample-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:coffeeSampleFadeIn .3s ease}@keyframes coffeeSampleFadeIn{0%{opacity:0}to{opacity:1}}.coffee-sample-modal .coffee-sample-modal-dialog{position:relative;width:100%;max-width:700px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:coffeeSampleSlideUp .3s ease;overflow:hidden}@keyframes coffeeSampleSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.coffee-sample-modal .coffee-sample-modal-header{padding:25px 30px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#f9f9f9}.coffee-sample-modal .coffee-sample-modal-title{margin:0;font-size:24px;font-weight:700;color:#333}.coffee-sample-modal .coffee-sample-modal-close{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.coffee-sample-modal .coffee-sample-modal-close:hover{background:#0000000d}.coffee-sample-modal .coffee-sample-modal-close svg{width:24px;height:24px;stroke:#333}.coffee-sample-modal .coffee-sample-modal-body{padding:30px;overflow-y:auto;flex:1}.coffee-sample-modal .coffee-sample-form{display:flex;flex-direction:column;gap:28px}.coffee-sample-modal .coffee-sample-form .form-field{display:flex;flex-direction:column;gap:12px}.coffee-sample-modal .coffee-sample-form .form-label{font-size:15px;font-weight:600;color:#333;line-height:1.5}.coffee-sample-modal .coffee-sample-form .form-label.required{display:flex;align-items:center;gap:4px}.coffee-sample-modal .coffee-sample-form .required-mark{color:#d32f2f;font-weight:700}.coffee-sample-modal .coffee-sample-form .form-radio-group{display:flex;flex-direction:column;gap:10px;padding-left:8px}.coffee-sample-modal .coffee-sample-form .form-radio{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}.coffee-sample-modal .coffee-sample-form .form-radio:hover{background:#f5f5f5}.coffee-sample-modal .coffee-sample-form .form-radio input[type=radio]{width:18px;height:18px;cursor:pointer;flex-shrink:0}.coffee-sample-modal .coffee-sample-form .form-radio span{font-size:14px;color:#555;line-height:1.4}.coffee-sample-modal .coffee-sample-form .form-checkbox-group{display:flex;flex-direction:column;gap:10px;padding-left:8px}.coffee-sample-modal .coffee-sample-form .form-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s ease}.coffee-sample-modal .coffee-sample-form .form-checkbox:hover{background:#f5f5f5}.coffee-sample-modal .coffee-sample-form .form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;flex-shrink:0;margin-top:2px}.coffee-sample-modal .coffee-sample-form .form-checkbox span{font-size:14px;color:#555;line-height:1.4}.coffee-sample-modal .coffee-sample-form .form-input,.coffee-sample-modal .coffee-sample-form .form-select,.coffee-sample-modal .coffee-sample-form .form-textarea{padding:12px 16px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;color:#333;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;width:100%;font-family:inherit}.coffee-sample-modal .coffee-sample-form .form-input:focus,.coffee-sample-modal .coffee-sample-form .form-select:focus,.coffee-sample-modal .coffee-sample-form .form-textarea:focus{outline:none;border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a}.coffee-sample-modal .coffee-sample-form .form-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.coffee-sample-modal .coffee-sample-form .form-textarea{resize:vertical;min-height:80px}.coffee-sample-modal .coffee-sample-form .form-input--conditional{margin-top:8px;margin-left:28px;width:calc(100% - 28px);display:none}.coffee-sample-modal .coffee-sample-form .form-input--conditional.show{display:block}.coffee-sample-modal .coffee-sample-form .form-field-group{display:flex;flex-direction:column;gap:12px}.coffee-sample-modal .coffee-sample-form .form-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 480px){.coffee-sample-modal .coffee-sample-form .form-field-row{grid-template-columns:1fr}}.coffee-sample-modal .coffee-sample-form .form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e0e0e0;margin-top:10px}.coffee-sample-modal .coffee-sample-form .button{padding:14px 32px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.coffee-sample-modal .coffee-sample-form .button--primary{background:#8b4513;color:#fff}.coffee-sample-modal .coffee-sample-form .button--primary:hover{background:#6f3611;transform:translateY(-1px);box-shadow:0 4px 12px #8b45134d}.coffee-sample-modal .coffee-sample-form .button--primary:active{transform:translateY(0)}.coffee-sample-modal .coffee-sample-form .button--secondary{background:#e0e0e0;color:#333}.coffee-sample-modal .coffee-sample-form .button--secondary:hover{background:#d0d0d0}@media (max-width: 480px){.coffee-sample-modal .coffee-sample-form .form-actions{flex-direction:column-reverse}.coffee-sample-modal .coffee-sample-form .button{width:100%}}.coffee-sample-modal .coffee-sample-form.loading{opacity:.6;pointer-events:none}.coffee-sample-modal .coffee-sample-form.loading .button--primary{position:relative}.coffee-sample-modal .coffee-sample-form.loading .button--primary:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:coffeeSampleSpin .6s linear infinite}@keyframes coffeeSampleSpin{to{transform:translateY(-50%) rotate(360deg)}}.coffee-sample-modal .coffee-sample-form .form-input.error,.coffee-sample-modal .coffee-sample-form .form-select.error,.coffee-sample-modal .coffee-sample-form .form-textarea.error{border-color:#d32f2f}.coffee-sample-modal .coffee-sample-form .form-field.has-error .form-radio-group,.coffee-sample-modal .coffee-sample-form .form-field.has-error .form-checkbox-group{border:1px solid #d32f2f;border-radius:6px;padding:12px;background:#d32f2f05}.coffee-sample-modal .coffee-sample-form .error-message{color:#d32f2f;font-size:13px;margin-top:-8px;display:flex;align-items:center;gap:6px}.coffee-sample-modal .coffee-sample-form .error-message:before{content:"\26a0";font-size:14px}@media (max-width: 768px){.coffee-sample-modal .coffee-sample-modal-dialog{max-width:100%;max-height:100vh;border-radius:0}.coffee-sample-modal .coffee-sample-modal-header{padding:20px}.coffee-sample-modal .coffee-sample-modal-title{font-size:20px}.coffee-sample-modal .coffee-sample-modal-body{padding:20px}.coffee-sample-modal .coffee-sample-form{gap:24px}}body.coffee-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/17/assets/coffee-samples.css.map */
