*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#333;background:#fff;margin:0;padding:0;overflow-x:hidden}button,.btn,a.button{min-height:44px;min-width:44px;padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button:active,.btn:active{transform:scale(.98)}.btn-primary,button[type=submit]{background:#007bff;color:#fff}.btn-primary:hover,button[type=submit]:hover{background:#0056b3}.btn-secondary{background:transparent;color:#007bff;border:2px solid #007bff}.btn-secondary:hover{background:#007bff;color:#fff}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea{width:100%;min-height:44px;padding:12px 16px;border:2px solid #ccc;border-radius:6px;font-size:16px;-webkit-appearance:none;-webkit-border-radius:6px}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,select:focus,textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff40}input[type=file]{width:100%;padding:10px;border:2px dashed #ccc;border-radius:8px;background:#f8f9fa;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#333;margin:0 0 1rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 1rem;line-height:1.6}a{color:#007bff;text-decoration:none;transition:color .3s ease}a:hover{color:#0056b3;text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:100%;margin:0 auto;padding:0 15px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.flex-1{flex:1}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col{flex:1;padding:0 15px}.col-6{flex:0 0 50%;max-width:50%;padding:0 15px}.col-12{flex:0 0 100%;max-width:100%;padding:0 15px}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;margin-bottom:20px}.card-body{padding:20px}.card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:10px}.card-text{color:#666;line-height:1.5}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-danger{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-warning{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.spinner{display:inline-block;width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress{width:100%;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);transition:width .3s ease}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:90%;max-height:90%;overflow-y:auto;padding:30px 20px;position:relative}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;padding:5px;color:#666}.custom-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.custom-scrollbar::-webkit-scrollbar{display:none}@media (max-width: 480px){html{font-size:14px}.container{padding:0 10px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.card-body{padding:15px}button,.btn,a.button{min-height:40px;padding:10px 16px;font-size:15px}input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea{min-height:40px;padding:10px 12px;font-size:15px}}@media (orientation: landscape) and (max-height: 500px){.modal-content{max-height:80%}.card{margin-bottom:15px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.spinner{border-width:2px}}@media print{.modal-overlay,button,.btn{display:none!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #007bff;outline-offset:2px}.show{display:block!important}.hide{display:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}:root{--petogu-primary: #007bff;--petogu-primary-dark: #0056b3;--petogu-success: #28a745;--petogu-success-dark: #218838;--petogu-warning: #ffc107;--petogu-danger: #dc3545;--petogu-info: #17a2b8;--petogu-light: #f8f9fa;--petogu-dark: #343a40;--petogu-gray: #6c757d;--petogu-gray-light: #e9ecef}
/*# sourceMappingURL=/cdn/shop/t/4/assets/petogu-mobile.css.map */
