:root{--gofra-blue:#174982;--gofra-blue-dark:#0f3566;--gofra-blue-light:#2b5d9b;--gofra-accent:#ff6b35;--gofra-text:#1c2a39;--gofra-muted:#6c7481;--gofra-bg:#f4f7fb;--gofra-white:#fff;--gofra-border:#e3e8ef;--gofra-shadow:0 10px 30px rgba(23,73,130,.12);--gofra-radius:14px;--gofra-radius-sm:10px;--gofra-transition:0.25s ease;--gofra-font:"Segoe UI",sans-serif}@keyframes customOrderPulse{0%{transform:scale(1);box-shadow:0 0 0 rgba(0,115,230,0)}50%{transform:scale(1.05);box-shadow:0 0 30px rgba(0,115,230,.72)}to{transform:scale(1.03);box-shadow:0 0 25px rgba(0,115,230,.55)}}@keyframes customOrderBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-9px)}60%{transform:translateY(-4px)}}@keyframes customOrderStepIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-order-page{--custom-order-transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1);padding:18px 0 72px;background:#fff}.custom-order-page,.custom-order-page *{font-family:var(--font-poppins),var(--gofra-font),sans-serif}.custom-order-page .gofra-container{max-width:1600px}.custom-order-layout{display:block}.custom-order-panel{min-height:620px;border:0;border-radius:0;padding:10px;background:transparent;box-shadow:none}.custom-order-sidebar{position:fixed;top:150px;right:20px;z-index:100;display:none;width:300px;max-height:70vh;overflow-y:auto;border:0;border-radius:10px;padding:0;background:#f8f9fa;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:var(--custom-order-transition)}.custom-order-sidebar.show{display:block}.custom-order-step-nav{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:40px;text-align:center}.custom-order-steps{display:flex;align-items:center;gap:10px}.custom-order-steps button{position:relative;display:flex;min-width:100px;min-height:auto;padding:10px;flex-direction:column;align-items:center;gap:5px;border:0;color:#666;font-size:14px;font-weight:500;background:transparent;cursor:pointer}.custom-order-steps button:after{position:absolute;content:"";top:25px;right:-35px;width:60px;height:2px;background:#cfd9e5;z-index:0}.custom-order-steps button:last-child:after{display:none}.custom-order-steps span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:0;border:2px solid transparent;border-radius:50%;background:#f0f0f0;color:#174982;font-size:16px;font-weight:800}.custom-order-steps button.active{color:#0073e6;font-weight:800}.custom-order-steps button.active span{animation:customOrderBounce .6s ease-out;background:#e9f3ff;border-color:#0073e6;color:#0073e6}.custom-order-steps button.done span{background:#0073e6;border-color:#0073e6;color:#fff}.custom-order-steps button.active:after,.custom-order-steps button.done:after{background:#0073e6}.custom-order-back-button{position:absolute;top:8px;left:max(10px,calc(50% - 340px));display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0073e6;color:#fff;box-shadow:0 2px 8px rgba(0,115,230,.3);cursor:pointer;transform:none;transition:var(--custom-order-transition);z-index:2}.custom-order-back-button:hover{background:#005bb5;box-shadow:0 4px 12px rgba(0,115,230,.4);transform:scale(1.05)}.custom-order-back-button span{font-size:34px;line-height:1;transform:translateY(-2px)}.custom-order-step h2{margin:0 0 30px;color:#174982;font-size:clamp(42px,5vw,60px);font-weight:600;line-height:1.1;text-align:center}.custom-order-step{animation:customOrderStepIn .5s ease-out}.custom-order-sidebar h2{margin:0;border-bottom:1px solid #e0e0e0;border-top-left-radius:10px;border-top-right-radius:10px;padding:15px;background:#e9f3ff;color:#174982;font-size:18px;font-weight:600;text-align:left}.product-type-container{display:flex;max-width:1600px;margin:0 auto;justify-content:center;gap:20px;flex-wrap:wrap}.product-type-item{display:flex;width:300px;min-height:auto;flex-direction:column;align-items:center;justify-content:space-between;border:3px solid transparent;border-radius:20px;padding:20px;background:#e9f3ff;color:#174982;cursor:pointer;font-size:24px;font-weight:600;text-align:center;transform-origin:center;transition:var(--custom-order-transition);will-change:transform}.product-image-container{display:flex;width:240px;height:240px;min-height:0;align-items:center;justify-content:center;margin-bottom:5px;overflow:hidden}.product-type-item img{width:100%;height:100%;max-height:240px;object-fit:contain}.fefco-grid{display:grid;max-width:1600px;margin:30px auto 0;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.fefco-item{min-height:100%;flex-direction:column;border:3px solid transparent;border-radius:20px;padding:20px;background:#e9f3ff;color:#174982;cursor:pointer;text-align:center;transform-origin:center;transition:var(--custom-order-transition);will-change:transform}.fefco-image,.fefco-item{display:flex;align-items:center}.fefco-image{width:100%;min-height:250px;justify-content:center;margin-bottom:15px}.fefco-item img{max-height:250px}.fefco-code{margin-top:5px;font-size:35px;font-weight:800}.fefco-title{min-height:50px;margin-top:5px;font-size:18px;font-weight:500}.fefco-description{min-height:30px;margin-top:5px;padding:0;background:transparent;font-size:14px;font-style:italic;font-weight:500}.fefco-description.ok{background:transparent;color:#2ecc71}.fefco-description.warn{background:transparent;color:#e74c3c}.color-option:hover,.fefco-item:hover,.material-option:hover,.product-type-item:hover{border-color:transparent;background:#e9f3ff;box-shadow:0 8px 20px rgba(0,115,230,.3);opacity:.9;transform:translateY(-8px) scale(1.02)}.color-option.selected,.fefco-item.selected,.material-option.selected,.product-type-item.selected{animation:customOrderPulse .5s cubic-bezier(.4,0,.6,1);border-color:#0073e6;background:#e9f3ff;box-shadow:0 0 25px rgba(0,115,230,.6);transform:scale(1.03)}.dimensions-container,.print-container{display:flex;gap:30px;margin-top:20px;align-items:stretch}.dimensions-form-column,.print-options-column{flex:1 1;max-width:600px;min-width:300px}.dimensions-image-column,.print-preview-column{display:flex;flex:1 1;min-width:300px;min-height:400px;max-height:500px;align-items:center;justify-content:center;border-radius:0;padding:30px;background:#e9f3ff;box-shadow:0 4px 15px rgba(0,115,230,.2)}.dimensions-image-column img,.print-preview-column img{width:100%;height:100%;max-height:440px;object-fit:contain}.form-group{display:grid;margin-bottom:20px;grid-gap:5px;gap:5px;color:#174982;font-size:18px;font-weight:600}.form-group input,.form-group textarea{width:100%;border:1px solid #ccc;border-radius:10px;padding:10px;background:#fff;color:#1c2a39;font-size:16px;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#0073e6;outline:3px solid rgba(0,115,230,.12);transform:translateY(-1px)}.form-group textarea{min-height:130px;resize:vertical}.dimensions-toggle-container{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.toggle-text{color:#174982;font-size:18px;font-weight:600}.print-toggle-switch,.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.print-toggle-switch input,.toggle-switch input{width:0;height:0;opacity:0}.toggle-switch .slider{position:relative;display:inline-block;width:60px;height:30px;border-radius:30px;background:#ccc;transition:var(--custom-order-transition)}.toggle-switch .slider:before{position:absolute;bottom:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);content:"";transition:var(--custom-order-transition)}.toggle-switch input:checked+.slider{background:#0073e6}.toggle-switch input:checked+.slider:before{transform:translateX(30px)}.material-color-container{display:flex;max-width:1600px;margin:0 auto;gap:30px;flex-wrap:wrap}.material-section{flex:2 1;min-width:300px}.color-section{flex:1 1;min-width:200px}.preview-section{display:grid;flex:1 1;min-width:250px;min-height:250px;align-content:start;justify-items:center;border-radius:15px;padding:20px;background:#e9f3ff;box-shadow:0 4px 15px rgba(0,115,230,.2)}.color-section h3,.material-section h3,.preview-section h3{color:#174982;font-size:24px;font-weight:600}.material-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:20px;gap:20px}.material-option{display:flex;max-width:300px;flex-direction:column;align-items:center;border:3px solid transparent;border-radius:15px;padding:15px;background:#e9f3ff;color:#174982;cursor:pointer;font-size:18px;font-weight:600;text-align:center;transform-origin:center;transition:var(--custom-order-transition);will-change:transform}.material-image-container{display:flex;width:100%;min-height:auto;align-items:center;justify-content:center;aspect-ratio:16/9;margin-bottom:15px}.material-option img{max-height:160px}.color-options{gap:15px}.color-option,.color-options{display:flex;flex-direction:column}.color-option{position:relative;min-height:92px;align-items:center;justify-content:center;border:3px solid transparent;border-radius:15px;padding:12px 14px;overflow:hidden;background:transparent;color:#174982;cursor:pointer;font-size:18px;font-weight:600;text-align:center;transform-origin:center;transition:var(--custom-order-transition);will-change:transform}.color-swatch{position:absolute;inset:0;z-index:0;border-radius:inherit;background:#e9f3ff;transform:translateZ(0)}.color-option[data-color="brūns/brūns"] .color-swatch{background:#e9d3b3}.color-option[data-color="balts/brūns"] .color-swatch{background:linear-gradient(135deg,#fff,#fff 49.8%,#e9d3b3 50.2%,#e9d3b3)}.color-option[data-color="balts/balts"] .color-swatch{background:#fff}.color-option .min-order-info,.color-profile-info,.color-title{position:relative;z-index:1;display:block;width:100%;text-wrap:balance}.color-title{line-height:1.2}.color-profile-info{margin-top:3px;color:#174982;font-size:11px;font-weight:500}.color-option .min-order-info{margin:5px 0 0;padding:0;color:#e74c3c;font-size:12px;font-weight:600;line-height:1.15;white-space:normal}.color-option.disabled,.color-option:disabled{cursor:not-allowed;opacity:.86;filter:none}.color-option.disabled .color-swatch,.color-option:disabled .color-swatch{opacity:.72}.print-toggle-container{margin:30px 0;flex-direction:column}.print-toggle-container,.print-toggle-options{display:flex;align-items:center}.print-option{margin:0 20px;color:#174982;font-size:24px;font-weight:600}.print-toggle-switch{width:80px;height:40px}.print-toggle-switch.disabled{opacity:.45;cursor:not-allowed}.print-toggle-switch.disabled .print-slider{cursor:not-allowed}.print-slider{inset:0;border-radius:40px;background:#ccc}.print-slider,.print-slider:before{position:absolute;transition:var(--custom-order-transition)}.print-slider:before{bottom:4px;left:4px;width:32px;height:32px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);content:""}.print-toggle-switch input:checked+.print-slider{background:#0073e6}.print-toggle-switch input:checked+.print-slider:before{transform:translateX(40px)}.min-print-info.always-visible{margin-top:12px;color:#e74c3c;font-size:16px;font-weight:600}.material-next-btn{display:block;width:-moz-fit-content;width:fit-content;margin:30px auto 0}.upload-area{display:grid;grid-gap:8px;gap:8px;justify-items:center;border:2px dashed #0073e6;border-radius:10px;padding:30px;background:#e9f3ff;color:#174982;cursor:pointer;font-weight:800;text-align:center}.upload-area input{width:100%}.upload-area em{color:#e74c3c;font-size:13px;font-style:normal}.quantity-control{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;border:1px solid #ccc}.quantity-control input{border:0;border-radius:0;text-align:center}.quantity-control button{border:0;background:#e9f3ff;color:#0073e6;cursor:pointer;font-size:18px;font-weight:800}.grid-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.submit-btn{min-height:46px;border:0;border-radius:10px;padding:12px 24px;background:#0073e6;color:#fff;cursor:pointer;font-size:16px;font-weight:800;transition:var(--custom-order-transition)}.submit-btn:hover{background:#005bb5;box-shadow:0 4px 12px rgba(0,115,230,.28);transform:translateY(-2px)}.submit-btn:disabled{cursor:progress;opacity:.65}.empty-products,.min-print-info{color:#6c7481;font-weight:700}.products-list{display:grid;grid-gap:10px;gap:10px;padding:10px;margin-bottom:18px}.product-item{position:relative;border:0;border-radius:8px;padding:10px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-item.needs-files{border-color:#f0b38a;background:#fff8f3}.product-item h3,.product-item p{margin:0 0 5px}.product-item h3{color:#174982;font-size:15px;font-weight:600}.product-item p{color:#6c7481;font-size:13px}.product-item-actions{position:absolute;top:10px;right:10px;display:flex;flex-direction:row-reverse;gap:12px}.product-item-actions button{min-width:auto;min-height:auto;border:0;border-radius:0;padding:0;background:transparent;cursor:pointer;font-size:12px;font-weight:900}.product-item-actions button:first-child{color:#0073e6}.product-item-actions button:last-child{color:#e74c3c}.product-file-count,.product-warning{display:inline-flex;align-items:center;min-height:24px;margin-top:4px;border-radius:6px;padding:0 8px;font-size:12px;font-weight:900}.product-warning{background:#fff2e9;color:#b94d1d}.product-file-count{background:#eaf7ef;color:#207248}.contact-box{display:grid;grid-gap:12px;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #d9e6f5}.sidebar-submit-container{position:-webkit-sticky;position:sticky;bottom:0;width:100%;border-top:1px solid #e0e0e0;padding:15px;background:#f8f9fa}.secondary-btn,.sidebar-submit-btn{display:block;width:100%;max-width:280px;min-height:42px;margin:10px auto;border:0;border-radius:8px;padding:10px 15px;cursor:pointer;font-size:16px;font-weight:600;transition:var(--custom-order-transition)}.sidebar-submit-btn{background:#0073e6;color:#fff}.secondary-btn{background:#e9f3ff;color:#174982}.secondary-btn:hover,.sidebar-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,115,230,.25)}.custom-order-errors,.custom-order-notice,.custom-order-success{margin-bottom:16px;border-radius:10px;padding:12px 14px;font-weight:800}.custom-order-errors{background:#fff0ed;color:#af321e}.custom-order-errors p{margin:0 0 4px}.custom-order-success{background:#eaf7ef;color:#207248}.custom-order-notice{background:#eef5ff;color:#174982}.form-actions{display:flex;justify-content:center;margin-top:30px;gap:15px;flex-wrap:wrap}.contact-popup,.error-popup{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55);animation:customOrderFadeIn .3s ease-in-out}.contact-popup{background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.contact-popup.show,.error-popup.show{display:flex}.error-popup-content{width:90%;max-width:500px;overflow:hidden;border-radius:15px;background:#fff;box-shadow:0 5px 25px rgba(0,0,0,.2);animation:customOrderSlideIn .4s ease-out}.error-popup-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f5d5d5;padding:15px 20px;background:#ffebee;color:#e74c3c}.contact-popup-header h3,.error-popup-header h3{margin:0;font-size:18px;font-weight:600}.contact-popup-close,.error-popup-close{border:0;background:transparent;cursor:pointer;color:inherit}.error-popup-close{font-size:28px;font-weight:700;line-height:1}.error-popup-body{max-height:300px;overflow-y:auto;padding:20px}.error-popup-body ul{margin:0;padding-left:20px;color:#333}.error-popup-body li{margin-bottom:8px}.error-popup-footer{border-top:1px solid #eee;padding:15px 20px;text-align:right}.error-popup-button{border:0;border-radius:5px;padding:8px 16px;background:#0073e6;color:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:var(--custom-order-transition)}.error-popup-button:hover{background:#0058b3;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,115,230,.3)}.contact-popup-content{width:90%;max-width:800px;overflow:hidden;border:1px solid rgba(0,115,230,.1);border-radius:20px;background:linear-gradient(135deg,#fff,#f5f8fd);box-shadow:0 10px 30px rgba(0,0,0,.2);animation:customOrderSlideIn .4s ease-out}.contact-popup-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,115,230,.1);padding:20px 25px;background:linear-gradient(135deg,#e9f3ff,#d0e6ff);color:#174982}.contact-popup-header h3{font-size:24px;letter-spacing:0}.contact-popup-close{position:relative;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.5);transition:var(--custom-order-transition)}.contact-popup-close:before{position:absolute;top:50%;left:50%;content:"×";font-size:28px;line-height:1;transform:translate(-50%,-50%)}.contact-popup-close:hover{background:hsla(0,0%,100%,.8);transform:rotate(90deg)}.contact-popup-body{padding:30px}.contact-columns{display:flex;flex-wrap:wrap;gap:40px}.contact-form-column,.contact-image-column{flex:1 1;min-width:300px}.contact-image-column{position:relative;display:flex;align-items:center;justify-content:center}.contact-image-column img{width:100%;height:auto;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:var(--custom-order-transition)}.contact-image-column img:hover{transform:scale(1.02)}.contact-popup-footer{display:flex;justify-content:flex-end;gap:15px;border-top:1px solid rgba(0,115,230,.1);padding:20px 25px;background:rgba(233,243,255,.3)}@keyframes customOrderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes customOrderSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1300px){.fefco-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:991px){.custom-order-step-nav{overflow-x:visible;justify-content:center}.custom-order-steps button:after{width:30px;right:-20px}.product-type-item{width:280px;padding:15px}.product-image-container{width:100%;max-width:180px;height:auto;min-height:0;aspect-ratio:1}.product-type-title{font-size:20px}.custom-order-step h2{font-size:40px}.fefco-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.fefco-image{min-height:200px}.dimensions-container,.print-container{flex-direction:column;align-items:center}.dimensions-form-column,.dimensions-image-column,.print-options-column,.print-preview-column{width:100%;max-width:none}.material-color-container{flex-direction:column}.color-section,.material-section,.preview-section{width:100%}.custom-order-sidebar{position:static;width:100%;max-width:600px;margin:20px auto}}@media (max-width:768px){.custom-order-page{padding-top:8px}.custom-order-panel,.custom-order-sidebar{padding:14px}.custom-order-step-nav{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start;overflow:visible;justify-content:stretch;margin-bottom:28px;padding:0 0 10px}.custom-order-steps{grid-column:2;display:flex;width:100%;min-width:0;gap:0;justify-content:space-between}.custom-order-step-nav:not(:has(.custom-order-back-button)) .custom-order-steps{grid-column:1/-1}.custom-order-back-button{position:static;grid-column:1;grid-row:1;width:36px;height:36px;margin-top:2px}.custom-order-back-button span{font-size:28px}.custom-order-steps button{display:flex;width:20%;min-width:0;min-height:auto;padding:8px 5px;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;overflow-wrap:anywhere;font-size:11px;line-height:1.15;text-align:center}.custom-order-steps button:after{display:block;top:20px;right:calc(-50% + 16px);width:calc(100% - 32px)}.custom-order-steps span{width:32px;height:32px;font-size:14px}.custom-order-step h2{font-size:30px}.fefco-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.fefco-image{min-height:200px}.material-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.material-option{padding:10px}.product-type-item{width:45%;min-width:150px;max-width:280px}.product-image-container{max-width:100%}.product-type-item img{max-width:100%;max-height:100%}.color-section h3,.material-section h3,.preview-section h3{font-size:20px}.print-toggle-options{flex-direction:column}.print-option{margin:10px 0}.dimensions-container,.print-container{gap:20px}.dimensions-form-column,.dimensions-image-column,.print-options-column,.print-preview-column{min-width:0}.dimensions-image-column,.print-preview-column{min-height:260px;max-height:none;padding:20px}.grid-controls{grid-template-columns:1fr}.contact-columns,.form-actions{flex-direction:column}.contact-columns{gap:25px}.contact-image-column{order:-1}.contact-popup-content{max-height:90vh;margin:20px;overflow-y:auto}.contact-popup-header h3{font-size:20px}.contact-popup-body{padding:20px}.contact-popup-footer{flex-direction:column}.color-option .min-order-info{position:static;display:block;margin-top:4px;white-space:normal}}@media (max-width:550px){.fefco-image{min-height:200px}.fefco-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:480px){.custom-order-back-button{width:32px;height:32px}.custom-order-back-button span{font-size:24px}.custom-order-steps{gap:0}.custom-order-steps button{width:20%;min-width:0;padding:5px 3px;font-size:10px}.custom-order-steps button:after{top:18px;right:calc(-50% + 14px);width:calc(100% - 28px)}.custom-order-steps span{width:28px;height:28px;font-size:12px}.custom-order-steps button{line-height:1.2}.custom-order-step h2{font-size:24px}.product-type-container{gap:10px;flex-wrap:nowrap}.product-type-item{width:calc(50% - 5px);min-width:0;max-width:none;padding:10px 6px;border-radius:14px}.product-image-container{width:100%;max-width:120px;height:auto;aspect-ratio:1}.product-type-title{font-size:15px;line-height:1.15}.fefco-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fefco-image{min-height:120px;margin-bottom:8px}.fefco-item{padding:10px 6px;border-radius:14px}.fefco-item img{max-height:120px}.fefco-code{font-size:24px}.fefco-title{min-height:44px;font-size:12px;line-height:1.2}.fefco-description{min-height:24px;font-size:11px}.material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.material-option{max-width:none;font-size:14px}.material-image-container{margin-bottom:8px}.material-option img{max-height:92px}.color-section h3,.material-section h3,.preview-section h3{font-size:18px}}@media (max-width:395px){.custom-order-step-nav{grid-template-columns:30px minmax(0,1fr);gap:4px;margin-bottom:22px;padding-bottom:0}.custom-order-back-button{width:28px;height:28px;margin-top:1px}.custom-order-back-button span{font-size:20px}.custom-order-steps{gap:0}.custom-order-steps button{width:20%;min-width:0;padding:0;font-size:0;line-height:1}.custom-order-steps span{width:24px;height:24px;font-size:11px}.custom-order-steps button:after{top:12px;right:calc(-50% + 12px);width:calc(100% - 24px)}}@media (max-width:360px){.custom-order-back-button{width:28px;height:28px}.custom-order-back-button span{font-size:20px}.custom-order-steps{gap:0}.custom-order-steps button{width:20%;min-width:0;padding:3px 2px;font-size:0;line-height:1.1}.custom-order-steps span{width:24px;height:24px;font-size:11px}.custom-order-steps button:after{top:12px;right:calc(-50% + 12px);width:calc(100% - 24px)}}*{box-sizing:border-box}body.gofra-body{--gofra-font:var(--font-poppins),"Segoe UI",sans-serif;--gofra-font-heading:var(--font-manrope),var(--gofra-font);margin:0;font-family:var(--gofra-font);color:var(--gofra-text);background:radial-gradient(circle at top,#fff 0,#eef3f8 50%,#e9eff6 100%)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.gofra-container{max-width:1600px;width:100%;margin:0 auto;padding:0 10px}.mini-header{background:#205796;color:var(--gofra-white);font-size:13px;padding:0 10px;overflow:visible}.mini-header .mini-row{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:8px 0;flex-wrap:wrap;overflow:visible}.mini-header .gofra-container{padding-left:0;padding-right:0}@media (max-width:640px){.gofra-container,.mini-header{padding:0 10px}.mini-header .gofra-container{padding-left:10px;padding-right:10px}}@media (max-width:955px){.mini-header .mini-links{display:none}.mini-header,.mini-header .gofra-price-toggle,.mini-header .lang-switch,.mini-header .lang-switch__label{font-size:12px}}.mini-right{margin-left:auto;overflow:visible}.mini-links,.mini-right{display:flex;align-items:center;gap:16px}.mini-links{font-weight:500}.mini-contacts{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.mini-contacts span{display:inline-flex;align-items:center;gap:8px}.mini-contact-icon{width:14px;height:14px;stroke:currentColor}.mini-switches{display:flex;gap:16px;align-items:center;overflow:visible}.lang-switch{display:inline-block;font-size:15px;color:#1b4f99;overflow:visible}.lang-switch,.lang-switch__current{position:relative;align-items:center;font-family:var(--gofra-font)}.lang-switch__current{display:inline-flex;gap:10px;background:#fff;border:2px solid #1b4f99;border-radius:10px;padding:6px 36px 6px 12px;font-weight:700;color:inherit;box-shadow:0 2px 4px rgba(23,73,130,.15);min-height:36px;text-decoration:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none;box-sizing:border-box}.lang-switch__globe{width:18px;height:18px;flex:0 0 auto;background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M13.9,7H12c-0.1-1.5-0.4-2.9-0.8-4.1 C12.6,3.8,13.6,5.3,13.9,7z M8,14c-0.6,0-1.8-1.9-2-5H10C9.8,12.1,8.6,14,8,14z M6,7c0.2-3.1,1.3-5,2-5s1.8,1.9,2,5H6z M4.9,2.9 C4.4,4.1,4.1,5.5,4,7H2.1C2.4,5.3,3.4,3.8,4.9,2.9z M2.1,9H4c0.1,1.5,0.4,2.9,0.8,4.1C3.4,12.2,2.4,10.7,2.1,9z M11.1,13.1 c0.5-1.2,0.7-2.6,0.8-4.1h1.9C13.6,10.7,12.6,12.2,11.1,13.1z' fill='%23174982'/></svg>");background-repeat:no-repeat;background-size:contain;background-position:50%}.lang-switch__chevron{position:absolute;right:12px;top:50%;width:7px;height:7px;border-right:2px solid;border-bottom:2px solid;transform:translateY(-50%) rotate(45deg);opacity:.9;transition:transform .18s ease}.lang-switch__menu{position:absolute;top:100%;right:0;left:auto;width:100%;min-width:0;max-width:min(240px,calc(100vw - 20px));background:#fff;border:2px solid #1b4f99;border-radius:12px;padding:6px;box-shadow:0 8px 18px rgba(23,73,130,.2);display:none;opacity:0;transform:translateY(-6px);z-index:2000;pointer-events:auto;transform-origin:top right;box-sizing:border-box}.lang-switch__menu:before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}.lang-switch__menu a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#1b4f99;font-weight:600;text-decoration:none;position:relative;transition:background .15s ease,color .15s ease}.checkout{max-width:1600px;margin:40px auto 80px;padding:0 10px}.checkout-header h1{margin:0 0 8px;font-size:clamp(28px,3vw,40px)}.checkout-header p{margin:0;color:var(--gofra-muted)}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;margin-top:24px}.checkout-grid--review,.checkout-grid--split{grid-template-columns:minmax(0,1fr)}.checkout-main{display:flex;flex-direction:column;gap:20px}.checkout-steps{display:flex;gap:12px;flex-wrap:wrap}.checkout-step{background:#fff;border:1px solid var(--gofra-border);border-radius:999px;padding:8px 14px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:var(--gofra-transition);font-weight:600}.checkout-step.active{border-color:var(--gofra-blue);box-shadow:0 10px 24px rgba(23,73,130,.18);color:var(--gofra-blue)}.checkout-step.done{border-color:#9ec2f2;color:#2b5d9b;background:#f0f6ff}.checkout-step.locked{opacity:.45;cursor:not-allowed;pointer-events:none}.checkout-step__index{width:26px;height:26px;border-radius:50%;background:rgba(23,73,130,.08);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.checkout-form{gap:20px}.checkout-card,.checkout-form{display:flex;flex-direction:column}.checkout-card{background:#fff;border:1px solid var(--gofra-border);border-radius:var(--gofra-radius);padding:20px;box-shadow:var(--gofra-shadow);gap:16px}.checkout-card h2{margin:0;font-size:22px}.checkout-card h3{margin:0 0 8px;font-size:18px}.checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.checkout-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;font-family:var(--gofra-font);letter-spacing:.03em}.checkout-field,.checkout-field>span:first-child{color:var(--gofra-muted);text-transform:uppercase}.checkout-field>span:first-child{font-size:11px;font-weight:700;letter-spacing:.06em}.checkout-autocomplete{position:relative}.checkout-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--gofra-border);border-radius:12px;box-shadow:0 12px 24px rgba(16,24,40,.12);z-index:20;max-height:220px;overflow:auto;padding:6px}.checkout-suggestion{width:100%;border:none;background:transparent;text-align:left;padding:8px 10px;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:2px;font-family:var(--gofra-font)}.checkout-suggestion:focus,.checkout-suggestion:hover{background:#f3f6fb;outline:none}.checkout-suggestion__label{font-size:14px;font-weight:600;color:var(--gofra-text)}.checkout-suggestion__desc,.checkout-suggestion__loading{font-size:12px;color:var(--gofra-muted)}.checkout-field input,.checkout-field select,.checkout-field textarea{border:1px solid var(--gofra-border);border-radius:10px;padding:10px 14px;font-size:15px;font-family:var(--gofra-font);font-weight:400;color:var(--gofra-text);transition:var(--gofra-transition);background:#f9fbff;width:100%}.checkout-field textarea{min-height:120px;resize:vertical}.checkout-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23174982' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:var(--gofra-blue);box-shadow:0 0 0 3px rgba(23,73,130,.12);outline:none;background-color:#fff}.checkout-field.has-error input,.checkout-field.has-error select,.checkout-field.has-error textarea{border-color:#d14d4d;box-shadow:0 0 0 3px rgba(209,77,77,.1)}.checkout-field--full{grid-column:1/-1}.field-error{font-size:12px;color:#d14d4d;font-weight:500}.checkout-toggle{display:inline-flex;gap:10px;background:#f1f5fb;padding:6px;border-radius:999px;width:-moz-fit-content;width:fit-content}.checkout-toggle__item{border:none;background:transparent;padding:8px 16px;border-radius:999px;font-weight:600;cursor:pointer;color:var(--gofra-muted);transition:var(--gofra-transition)}.checkout-toggle__item.active{background:#fff;color:var(--gofra-blue);box-shadow:0 8px 18px rgba(23,73,130,.12)}.checkout-checkbox{display:flex;align-items:center;gap:10px;font-weight:600}.checkout-section{border-top:1px dashed var(--gofra-border);padding-top:12px;display:flex;flex-direction:column;gap:12px}.checkout-note{margin:0;color:var(--gofra-muted);font-size:14px}.checkout-note--highlight{color:var(--gofra-blue);font-size:15px;padding:10px 14px;background:rgba(23,73,130,.06);border-radius:10px;border-left:3px solid var(--gofra-blue)}.checkout-venipak-quote{transition:opacity .25s ease;min-height:0}.checkout-venipak-quote.loading{opacity:.5;pointer-events:none}.checkout-alert{padding:12px 14px;border-radius:12px;font-weight:600;font-size:14px}.checkout-alert.error{background:rgba(209,77,77,.12);color:#b43333}.checkout-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:48px 24px;animation:checkout-fade-in .4s ease}.checkout-empty__icon{margin-bottom:24px;filter:drop-shadow(0 8px 20px rgba(23,73,130,.12))}.checkout-empty__title{font-size:26px;font-weight:800;color:var(--gofra-text);margin:0 0 10px}.checkout-empty__text{font-size:15px;color:var(--gofra-muted);margin:0 0 28px}.checkout-empty__btn{font-size:15px;padding:14px 36px;border-radius:14px}@keyframes checkout-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.checkout-modal__map .locker-map{position:relative;z-index:0;border-radius:12px;overflow:hidden;border:1px solid var(--gofra-border);min-height:360px}.checkout-modal__map .leaflet-bottom,.checkout-modal__map .leaflet-pane,.checkout-modal__map .leaflet-top{z-index:10!important}.checkout-modal__map .leaflet-popup-pane{z-index:20!important}.checkout-locker-card__hours{font-size:11px;color:var(--gofra-muted);margin-top:3px;line-height:1.4}.checkout-radio-group{display:flex;flex-direction:column;gap:10px}.checkout-radio-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border:2px solid var(--gofra-border);border-radius:14px;cursor:pointer;transition:var(--gofra-transition);background:#fff;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout-radio-card input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.checkout-radio-card__dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--gofra-border);flex-shrink:0;transition:var(--gofra-transition);position:relative}.checkout-radio-card__dot:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--gofra-blue);opacity:0;transition:opacity .2s ease,transform .2s ease;transform:scale(.5)}.checkout-radio-card:hover{border-color:#b8d2f5;background:#f8fbff}.checkout-radio-card.selected{background:#f0f6ff;box-shadow:0 4px 16px rgba(23,73,130,.12)}.checkout-radio-card.selected,.checkout-radio-card.selected .checkout-radio-card__dot{border-color:var(--gofra-blue)}.checkout-radio-card.selected .checkout-radio-card__dot:after{opacity:1;transform:scale(1)}.checkout-radio-card.disabled{opacity:.45;cursor:not-allowed;background:#f7f7f8}.checkout-radio-card.loading .checkout-radio-card__price{opacity:.4}.checkout-radio-card__body{display:flex;align-items:center;justify-content:space-between;flex:1 1;gap:8px}.checkout-radio-card__name{font-size:15px;font-weight:600;color:var(--gofra-text)}.checkout-radio-card__price{font-size:16px;font-weight:700;color:var(--gofra-blue);white-space:nowrap;transition:opacity .2s ease}.checkout-radio-card__hint{font-size:12px;font-weight:500;color:var(--gofra-muted);margin-top:2px;display:block}.checkout-split-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:stretch}.checkout-split-order{display:flex;flex-direction:column;gap:16px;padding:18px;border:1px solid var(--gofra-border);border-radius:16px;background:#fff;min-width:0;height:100%}.checkout-split-order__header{padding-bottom:12px;border-bottom:1px solid rgba(23,73,130,.18)}.checkout-split-order__header h3{margin:0;color:var(--gofra-blue);font-size:18px}.checkout-split-order__items{display:grid;grid-gap:12px;gap:12px}.checkout-split-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:14px;border-radius:14px;border:1px solid rgba(23,73,130,.12);background:#f9fbff}.checkout-split-item__media{width:72px;height:72px;border-radius:10px;overflow:hidden;background:#eaf2fd;border:1px solid rgba(23,73,130,.08);display:flex;align-items:center;justify-content:center}.checkout-split-item__media img{width:100%;height:100%;object-fit:cover}.checkout-split-item__placeholder{font-size:20px;font-weight:700;color:var(--gofra-blue)}.checkout-split-item__content{min-width:0}.checkout-split-item__title{font-size:15px;font-weight:700;line-height:1.45;color:var(--gofra-text)}.checkout-split-item__meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:14px;color:var(--gofra-muted)}.checkout-split-item__total{display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right;white-space:nowrap}.checkout-split-item__total span{font-size:13px;color:var(--gofra-muted)}.checkout-split-item__total strong{font-size:16px;color:var(--gofra-blue)}.checkout-split-order__locker,.checkout-split-order__methods,.checkout-split-order__totals{display:flex;flex-direction:column;gap:12px}.checkout-split-order__extra{display:flex;flex-direction:column;justify-content:flex-start}.checkout-split-order__methods{margin-top:auto}.checkout-split-order__locker h4,.checkout-split-order__methods h4{margin:0;font-size:15px;color:var(--gofra-blue)}.checkout-radio-group--split{gap:12px}.checkout-radio-card--split{padding:16px}.checkout-split-order__totals{padding-top:14px;border-top:1px dashed var(--gofra-border)}.checkout-split-order__totals div{display:flex;justify-content:space-between;gap:12px;font-size:14px}.checkout-split-order__totals span{color:var(--gofra-muted)}.checkout-split-order__totals strong{color:var(--gofra-text);white-space:nowrap}.checkout-split-order__total{font-weight:700}.checkout-split-order__total strong{color:var(--gofra-blue);font-size:16px}.checkout-review-screen{gap:24px}.checkout-review-screen__section{display:grid;grid-gap:16px;gap:16px}.checkout-review-orders{display:grid;grid-gap:18px;gap:18px}.checkout-review-order-card{border:1px solid var(--gofra-border);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(23,73,130,.08);padding:16px;display:grid;grid-gap:16px;gap:16px}.checkout-review-order-card__items{display:grid;grid-gap:10px;gap:10px}.checkout-review-order-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:12px;border:1px solid #dbe5f2;border-radius:10px;background:#f7f9fc}.checkout-review-order-item__media{width:76px;height:76px;border-radius:8px;overflow:hidden;background:#eaf2fd;border:1px solid #d6e4f7;display:flex;align-items:center;justify-content:center}.checkout-review-order-item__media img{width:100%;height:100%;object-fit:cover}.checkout-review-order-item__placeholder{font-size:22px;font-weight:700;color:var(--gofra-blue)}.checkout-review-order-item__content{min-width:0}.checkout-review-order-item__title{font-size:15px;font-weight:700;line-height:1.4;color:var(--gofra-blue)}.checkout-review-order-item__meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;font-size:14px;color:var(--gofra-text)}.checkout-review-order-item__total{display:grid;grid-gap:4px;gap:4px;text-align:right;white-space:nowrap}.checkout-review-order-item__total span{font-size:12px;color:var(--gofra-muted)}.checkout-review-order-item__total strong{font-size:16px;color:var(--gofra-blue)}.checkout-review-order-card__delivery{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-left:3px solid var(--gofra-blue);background:#f7f9fc;border-radius:8px}.checkout-review-order-card__delivery strong{color:var(--gofra-blue)}.checkout-review-order-card__delivery span{color:var(--gofra-text)}.checkout-review-order-card__delivery small{color:var(--gofra-muted);font-size:13px}.checkout-review-order-card__totals{display:grid;grid-gap:10px;gap:10px;padding:8px 12px 0}.checkout-review-order-card__totals div{display:flex;justify-content:space-between;gap:12px;font-size:14px}.checkout-review-order-card__totals span{color:var(--gofra-muted)}.checkout-review-order-card__totals strong{color:var(--gofra-blue);white-space:nowrap}.checkout-review-order-card__total{margin-top:2px;padding-top:12px;border-top:1px solid #d8e1ef;font-weight:800}.checkout-review-order-card__total span,.checkout-review-order-card__total strong{font-size:16px;color:var(--gofra-blue)}.checkout-review-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.checkout-review-info-card{border:1px solid var(--gofra-border);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(23,73,130,.06);padding:16px;display:grid;grid-gap:14px;gap:14px}.checkout-review-info-card h4{margin:0;font-size:17px;color:var(--gofra-blue)}.checkout-review-info-list{display:grid;grid-gap:10px;gap:10px}.checkout-review-info-row{display:grid;grid-gap:4px;gap:4px;padding-bottom:10px;border-bottom:1px solid #edf2f8}.checkout-review-info-row:last-child{padding-bottom:0;border-bottom:none}.checkout-review-info-row span{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--gofra-muted)}.checkout-review-info-row strong{font-size:14px;line-height:1.5;color:var(--gofra-text)}.checkout-review-address-block{display:grid;grid-gap:8px;gap:8px;padding-bottom:12px;border-bottom:1px solid #edf2f8}.checkout-review-address-block:last-child{padding-bottom:0;border-bottom:none}.checkout-review-address-block__label{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--gofra-muted)}.checkout-review-address-block__content{display:grid;grid-gap:4px;gap:4px}.checkout-review-address-block__content p{margin:0;font-size:14px;line-height:1.5;color:var(--gofra-text)}.checkout-review-address-block__badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:8px 10px;border-radius:999px;background:#f1f5fb;color:var(--gofra-blue);font-size:13px;font-weight:600}.checkout-actions{display:flex;justify-content:space-between;align-items:center}.checkout-btn{border:none;background:var(--gofra-blue);padding:12px 24px;border-radius:12px;font-family:var(--gofra-font);font-size:15px;font-weight:600;cursor:pointer;transition:var(--gofra-transition);letter-spacing:.01em}.checkout-btn:hover:not(:disabled){background:var(--gofra-blue-dark);box-shadow:0 6px 20px rgba(23,73,130,.25);transform:translateY(-1px)}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-btn.secondary{background:#fff;border:1px solid var(--gofra-border);color:var(--gofra-text)}.checkout-btn.secondary:hover:not(:disabled){background:#f4f7fb;border-color:var(--gofra-blue-light);box-shadow:0 4px 12px rgba(23,73,130,.1);transform:translateY(-1px)}.checkout-summary{background:#fff;border-radius:var(--gofra-radius);border:1px solid var(--gofra-border);padding:20px;box-shadow:var(--gofra-shadow);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:24px;margin-top:64px}.checkout-summary h2{margin:0 0 16px;font-size:20px}.checkout-summary__items{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.checkout-summary__item{display:flex;justify-content:space-between;gap:12px;font-size:14px}.checkout-summary__title{font-weight:600}.checkout-summary__meta{color:var(--gofra-muted);font-size:12px}.checkout-summary__price{font-weight:600}.checkout-summary__totals{display:flex;flex-direction:column;gap:8px;border-top:1px dashed var(--gofra-border);padding-top:12px}.checkout-summary__totals div{display:flex;justify-content:space-between;font-size:14px}.checkout-summary__total{font-weight:700;font-size:16px;color:var(--gofra-blue)}.checkout-summary__note{margin-top:12px;font-size:12px;color:var(--gofra-muted)}.checkout-skeleton{max-width:1280px;margin:40px auto 80px;padding:0 16px;display:flex;flex-direction:column;gap:24px}.checkout-skeleton__header{display:flex;flex-direction:column;gap:10px}.checkout-skeleton__block,.checkout-skeleton__line,.checkout-skeleton__subtitle,.checkout-skeleton__title{background:linear-gradient(90deg,#edf1f7,#f8faff 50%,#edf1f7);background-size:220% 100%;animation:checkout-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:999px}.checkout-skeleton__title{height:28px;width:min(360px,60%)}.checkout-skeleton__subtitle{height:16px;width:min(420px,70%)}.checkout-skeleton__grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px}.checkout-skeleton__card,.checkout-skeleton__summary{border:1px solid var(--gofra-border);border-radius:var(--gofra-radius);padding:20px;background:#fff;box-shadow:var(--gofra-shadow);display:flex;flex-direction:column;gap:14px}.checkout-skeleton__line{height:14px;width:70%}.checkout-skeleton__line.short{width:45%}.checkout-skeleton__block{height:120px;border-radius:12px}@keyframes checkout-skeleton-shimmer{0%{background-position:0 50%}to{background-position:100% 50%}}.checkout-locker{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border-radius:12px;border:1px dashed var(--gofra-border);background:#f7f9fd}.checkout-locker__summary{display:flex;flex-direction:column;gap:6px;font-size:14px}.checkout-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.checkout-modal__overlay{position:absolute;inset:0;background:rgba(10,22,40,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.checkout-modal__panel{position:relative;width:min(1100px,100%);max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 30px 80px rgba(12,24,48,.25);display:flex;flex-direction:column;overflow:hidden;z-index:1}.checkout-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px;border-bottom:1px solid var(--gofra-border)}.checkout-modal__header h3{margin:0 0 6px;font-size:20px}.checkout-modal__close{border:1px solid var(--gofra-border);background:#fff;padding:8px 14px;border-radius:999px;font-weight:600;cursor:pointer}.checkout-modal__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);grid-gap:18px;gap:18px;padding:20px 24px;overflow:auto}.checkout-modal__sidebar{display:flex;flex-direction:column;gap:14px}.checkout-locker-list{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow:auto;padding-right:6px}.checkout-locker-card{border:1px solid var(--gofra-border);background:#fff;border-radius:12px;padding:12px 14px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:var(--gofra-transition)}.checkout-locker-card__title{font-weight:700;font-size:14px}.checkout-locker-card__meta{font-size:12px;color:var(--gofra-muted)}.checkout-locker-card.active{border-color:var(--gofra-blue);background:#f1f6ff;box-shadow:0 8px 18px rgba(23,73,130,.12)}.checkout-modal__map{display:flex;flex-direction:column;gap:12px;min-height:360px}.checkout-locker-info{font-size:14px}.checkout-locker-map{flex:1 1;border-radius:12px;overflow:hidden;border:1px solid var(--gofra-border);background:#f4f6fb;min-height:280px;display:flex;align-items:center;justify-content:center}.checkout-locker-map iframe{width:100%;height:100%;border:0}.checkout-locker-map__placeholder{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;text-align:center;padding:20px}.checkout-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--gofra-border);background:#f8f9fc}.checkout-modal__tabs{display:none;background:#f4f6fb;border-radius:9px;padding:4px;margin:0 24px 16px}.checkout-modal__tabs button{flex:1 1;border:none;background:transparent;padding:8px 12px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:var(--gofra-transition);color:var(--gofra-muted)}.checkout-modal__tabs button.active{background:var(--gofra-white);color:var(--gofra-blue);box-shadow:0 2px 6px rgba(0,0,0,.05)}@media (max-width:1024px){.checkout-grid{grid-template-columns:minmax(0,1fr)}.checkout-summary{display:none}.checkout-skeleton__grid{grid-template-columns:minmax(0,1fr)}.checkout-split-layout{grid-template-columns:1fr}}@media (max-width:900px){.checkout-modal__tabs{display:flex}.checkout-modal__body{grid-template-columns:1fr}.checkout-modal__body.view-list .checkout-modal__map,.checkout-modal__body.view-map .checkout-modal__sidebar{display:none}.checkout-modal__map{min-height:260px}}@media (max-width:720px){.checkout-fields{grid-template-columns:1fr}.checkout-split-item{grid-template-columns:64px minmax(0,1fr)}.checkout-split-item__media{width:64px;height:64px}.checkout-split-item__total{grid-column:1/-1;align-items:flex-start;text-align:left}.checkout-review,.checkout-review-info-grid{grid-template-columns:1fr}.checkout-review-order-item{grid-template-columns:64px minmax(0,1fr)}.checkout-review-order-item__media{width:64px;height:64px}.checkout-review-order-item__total{grid-column:1/-1;text-align:left}.checkout-actions{flex-direction:column;gap:12px}.checkout-btn{width:100%}.checkout-radio-card__body{gap:12px}}.lang-switch__menu a:hover{background:#e8f4fd;color:#1b4f99}.lang-switch__menu a.active{background:#1b4f99;color:#fff}.lang-switch__menu a.active:after{content:"";position:absolute;right:10px;width:10px;height:6px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg)}.lang-switch:focus-within>.lang-switch__menu,.lang-switch:hover>.lang-switch__menu{display:block!important;opacity:1;transform:translateY(0);animation:lang-menu-pop .18s ease-out}.lang-switch__menu:hover{display:block!important;opacity:1;transform:translateY(0)}.lang-switch:focus-within .lang-switch__chevron,.lang-switch:hover .lang-switch__chevron{transform:translateY(-50%) rotate(225deg)}@keyframes lang-menu-pop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.lang-flag{width:22px;height:14px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.1);position:relative;overflow:hidden;flex:0 0 auto}.lang-flag--lv{background:url(/flags/lv.png) 50%/cover no-repeat}.lang-flag--en{background:url(/flags/en_US.png) 50%/cover no-repeat}.lang-switch__current .lang-flag{width:24px;height:16px;box-shadow:0 0 0 1px rgba(23,73,130,.3)}.main-header{background:var(--gofra-blue);color:var(--gofra-white);box-shadow:var(--gofra-shadow);padding:0 10px}.main-header .main-row{display:grid;grid-template-columns:auto minmax(240px,1fr) auto auto;grid-template-areas:"logo search custom-order actions";align-items:center;grid-gap:18px;gap:18px;padding:10px 0}.main-header .gofra-container{padding-left:0;padding-right:0}.header-burger{grid-area:burger;display:none;width:42px;height:42px;border-radius:10px;border:1px solid hsla(0,0%,100%,.35);background:transparent;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:var(--gofra-transition);color:var(--gofra-white)}.header-burger-icon{width:22px;height:22px;stroke:currentColor}.header-burger:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(13,38,71,.25)}.header-search{grid-area:search;min-width:0}.custom-order-header-link{grid-area:custom-order;display:inline-flex;align-items:center;justify-content:center;gap:12px;height:50px;padding:0 18px;border-radius:10px;background:#fff;color:var(--gofra-blue);font-family:var(--font-poppins),var(--gofra-font),sans-serif;font-size:clamp(14px,1.05vw,17px);font-weight:600;line-height:1.1;white-space:nowrap;box-shadow:0 8px 18px rgba(13,38,71,.16);transition:transform var(--gofra-transition),box-shadow var(--gofra-transition),background var(--gofra-transition)}.custom-order-header-link:hover{background:#f8fbff;transform:translateY(-1px);box-shadow:0 12px 24px rgba(13,38,71,.2)}.custom-order-header-link img{width:28px;height:28px;flex:0 0 auto;object-fit:contain}.archive-hero{padding:32px 0 12px}.archive-hero h1{margin:0 0 8px;font-size:28px}.archive-intro{margin:0;color:var(--gofra-muted)}.archive-layout{padding:20px 0 48px}.archive-headline{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:end;margin-bottom:16px}.archive-filters-trigger{display:none;width:-moz-fit-content;width:fit-content}.archive-headline-main{grid-column:2}.archive-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.archive-title-row h1{margin:0;font-size:28px}.archive-title-row .archive-count{margin:0}.archive-grid{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.archive-filters{background:var(--gofra-white);border-radius:var(--gofra-radius);padding:20px;border:1px solid var(--gofra-border);box-shadow:var(--gofra-shadow);position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto;overscroll-behavior:contain}.archive-filters-header{display:none;align-items:center;justify-content:space-between;margin-bottom:16px}.archive-filters-title{font-size:16px;font-weight:600}.archive-filters-close{width:36px;height:36px;border-radius:10px;border:1px solid var(--gofra-border);background:var(--gofra-white);position:relative;cursor:pointer}.archive-filters-close span{position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--gofra-blue);transform-origin:center}.archive-filters-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.archive-filters-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.archive-filters.is-sidebar{position:fixed;top:0;right:0;width:min(92vw,420px);height:100vh;max-height:none;border-radius:0;box-shadow:0 18px 40px rgba(13,38,71,.3);transform:translateX(100%);transition:transform var(--gofra-transition);z-index:1200}.archive-filters.is-sidebar.active{transform:translateX(0)}.archive-filters-overlay{position:fixed;inset:0;background:rgba(11,32,58,.4);opacity:0;visibility:hidden;transition:opacity var(--gofra-transition),visibility var(--gofra-transition);z-index:1100}.archive-filters-overlay.active{opacity:1;visibility:visible}.filter-block{margin-bottom:18px}.filter-block h3{margin:0 0 8px;font-size:16px}.filter-block button,.filter-block input,.filter-block select{width:100%;border:1px solid var(--gofra-border);border-radius:var(--gofra-radius-sm);padding:8px 10px;font-size:14px;font-family:var(--gofra-font);color:var(--gofra-text);background:var(--gofra-white)}.filter-row--triple input::placeholder{font-size:12px}.filter-block select{margin-top:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--gofra-white);padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,var(--gofra-blue) 50%),linear-gradient(135deg,var(--gofra-blue) 50%,transparent 50%),linear-gradient(to right,rgba(0,0,0,.12),rgba(0,0,0,.12));background-position:calc(100% - 18px) 16px,calc(100% - 13px) 16px,calc(100% - 32px) 10px;background-size:5px 5px,5px 5px,1px 18px;background-repeat:no-repeat}.filter-order select{border-radius:12px;box-shadow:none}.filter-order select option{background:var(--gofra-white);color:var(--gofra-text)}.filter-order{display:grid;grid-template-columns:minmax(0,1fr) 40px;grid-gap:8px;gap:8px;align-items:center}.filter-order select{margin-top:0}.filter-order-toggle{width:40px;height:40px;padding:0;border-radius:10px;border:1px solid var(--gofra-border);background:var(--gofra-white);font-size:18px;line-height:1;cursor:pointer;color:var(--gofra-blue);display:inline-flex;align-items:center;justify-content:center}.filter-attribute-panel{border-radius:12px;border:1px solid var(--gofra-border);background:hsla(0,0%,100%,.65);padding:10px 12px}.filter-attribute-summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:14px;color:var(--gofra-text)}.filter-attribute-summary::-webkit-details-marker{display:none}.filter-attribute-panel[open] .filter-attributes-icon{transform:rotate(180deg)}.filter-attributes-icon{transition:var(--gofra-transition)}.archive-count-page{color:var(--gofra-muted);font-weight:500}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));grid-gap:10px;gap:10px}.filter-row--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-help{margin:6px 0 0;font-size:12px;color:var(--gofra-muted)}.filter-actions{display:flex;gap:10px;align-items:center}.filter-actions--top{margin-bottom:18px}.filter-submit{border:none;background:var(--gofra-blue);color:var(--gofra-white);padding:10px 16px;border-radius:999px;font-weight:600;cursor:pointer}.filter-reset,.filter-submit{font-family:var(--gofra-font)}.filter-reset{color:var(--gofra-blue);font-weight:600}.archive-results{min-width:0}.archive-count{margin-bottom:12px;color:var(--gofra-muted);font-size:14px}.archive-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:10px;gap:10px;align-items:stretch}@media (min-width:1101px) and (max-width:1389px){.archive-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1390px){.archive-products{grid-template-columns:repeat(4,minmax(0,1fr))}}.archive-empty{padding:20px;border-radius:var(--gofra-radius);border:1px dashed var(--gofra-border);background:var(--gofra-white)}.archive-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.archive-pagination a{padding:6px 10px;border-radius:8px;border:1px solid var(--gofra-border);background:var(--gofra-white)}.archive-pagination a.is-active{background:var(--gofra-blue);color:var(--gofra-white);border-color:transparent}.filter-attributes{display:grid;grid-gap:16px;gap:16px}.filter-attribute strong{display:block;margin-bottom:6px}.filter-options{display:grid;grid-gap:6px;gap:6px}.filter-option{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gofra-text);padding:6px 8px;border-radius:8px;border:1px solid var(--gofra-border);background:hsla(0,0%,100%,.6)}.filter-option input{width:auto;margin:0;flex:0 0 auto}.filter-option span{flex:1 1 auto;min-width:0}.filter-option em{font-style:normal;color:var(--gofra-muted)}.filter-range{font-size:13px;color:var(--gofra-muted)}.filter-block--attributes .filter-range{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.active-filters--sidebar{margin:6px 0 14px}.active-filters--sidebar .active-filter{font-size:11px;padding:4px 8px}.active-filter{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--gofra-blue);color:var(--gofra-white);font-size:12px;font-weight:600}.active-filter-remove{font-weight:700}@media (max-width:980px){.archive-headline{grid-template-columns:1fr}.archive-headline-main{grid-column:1}.archive-title-row{flex-direction:column;align-items:flex-start}.archive-grid{grid-template-columns:1fr}.archive-filters{position:static;max-height:none;overflow:visible}.archive-filters-header{display:flex}.archive-filters.is-sidebar{position:fixed;overflow-y:auto}.archive-filters-trigger{display:inline-flex;align-self:flex-start}}@media (min-width:981px){.archive-filters.is-sidebar{position:-webkit-sticky;position:sticky;top:24px;width:auto;height:auto;max-height:calc(100vh - 48px);border-radius:var(--gofra-radius);box-shadow:var(--gofra-shadow);transform:none}.archive-filters-overlay{display:none}}.gofra-logo{grid-area:logo;display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--gofra-white);justify-self:start}.gofra-logo img{width:210px;height:auto}.header-actions{grid-area:actions;display:flex;gap:12px;align-items:stretch;justify-content:flex-end}.gofra-btn{display:inline-flex;align-items:center;gap:10px;height:50px;padding:0 16px;border-radius:10px;border:1px solid #174982;color:#174982;font-weight:600;transition:var(--gofra-transition);background:var(--gofra-white)}.gofra-btn-icon{width:18px;height:18px;stroke:currentColor}.gofra-btn:hover{background:#f5f8fb;transform:translateY(-1px)}.gofra-btn-text{display:inline-flex}.gofra-btn--icon{height:50px;padding:0 14px}.cart-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:var(--gofra-white);color:var(--gofra-blue);font-weight:700}.cart-pill .cart-icon{width:20px;height:20px;stroke:currentColor}.cart-pill .cart-count{background:var(--gofra-accent);color:var(--gofra-white);border-radius:999px;padding:2px 8px;font-size:12px}.gofra-cart-trigger{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 16px 0 45px;border-radius:10px;cursor:pointer;font-family:var(--gofra-font);transition:all .3s cubic-bezier(.25,.8,.25,1);background-color:#fff;color:#174982;border:1px solid #174982;text-decoration:none;position:relative}.gofra-cart-trigger .gofra-button-text{margin-left:8px;font-weight:500}.gofra-cart-trigger .gofra-cart-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:25px;height:20px}.gofra-cart-trigger .gofra-cart-body{position:absolute;width:100%;height:65%;bottom:0;background-color:transparent;border:2px solid #174982;border-radius:0 0 3px 3px;transition:background-color .3s ease,transform .3s ease}.gofra-cart-trigger .gofra-cart-handle{position:absolute;width:12px;height:8px;border:2px solid #174982;border-bottom:none;top:0;left:50%;transform:translateX(-50%);border-radius:8px 8px 0 0;transition:transform .3s ease}.gofra-cart-trigger .gofra-cart-count{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background-color:#174982;color:#fff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);z-index:10}.gofra-cart-trigger:hover .gofra-cart-body{background-color:rgba(23,73,130,.2);transform:translateY(-2px)}.gofra-cart-trigger:hover .gofra-cart-handle{transform:translateX(-50%) scaleX(1.1)}.gofra-cart-trigger.animate .gofra-cart-body{animation:gofra-shake-cart .5s}@keyframes gofra-shake-cart{0%{transform:translateX(0)}25%{transform:translateX(-2px)}50%{transform:translateX(2px)}75%{transform:translateX(-2px)}to{transform:translateX(0)}}.gofra-cart-trigger:hover{transform:translateY(-3px);box-shadow:0 4px 8px rgba(23,73,130,.15);border-color:#0d3b6d;color:#174982}.gofra-cart-trigger:hover .gofra-cart-body,.gofra-cart-trigger:hover .gofra-cart-handle{border-color:#174982}.gofra-cart-trigger:hover .gofra-cart-count{background-color:#174982;color:#fff;border:none;transform:scale(1.1)}.mobile-sidebar{position:fixed;inset:0;z-index:1000000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-sidebar.active{opacity:1;visibility:visible}.mobile-sidebar-overlay{position:absolute;inset:0;border:none;background:rgba(0,0,0,.35)}.mobile-sidebar-panel{position:absolute;top:0;left:0;width:min(88vw,360px);height:100%;background:var(--gofra-blue);color:var(--gofra-white);padding:22px 20px 30px;box-shadow:12px 0 30px rgba(0,0,0,.25);transform:translateX(-100%);transition:transform .25s ease;overflow-y:auto}.mobile-sidebar.active .mobile-sidebar-panel{transform:translateX(0)}.mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:16px;margin-bottom:18px}.mobile-sidebar-close{width:36px;height:36px;border:1px solid hsla(0,0%,100%,.35);background:transparent;border-radius:10px;position:relative;cursor:pointer}.mobile-sidebar-close span{position:absolute;left:50%;top:50%;width:18px;height:2px;background:var(--gofra-white);transform-origin:center}.mobile-sidebar-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-sidebar-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-sidebar-section{padding:18px 0;border-top:1px solid hsla(0,0%,100%,.12)}.mobile-sidebar-section:first-of-type{border-top:none;padding-top:0}.mobile-categories,.mobile-legal,.mobile-nav{display:flex;flex-direction:column;gap:8px}.mobile-categories a,.mobile-legal a,.mobile-nav a{color:var(--gofra-white);font-weight:600;font-size:14px;padding:9px 12px;border-radius:8px;transition:background .2s ease}.mobile-categories a:hover,.mobile-legal a:hover,.mobile-nav a:hover{background:hsla(0,0%,100%,.12)}.mobile-categories-title{font-size:12px;text-transform:uppercase;opacity:.8;margin-bottom:12px}.mobile-categories details{background:hsla(0,0%,100%,.08);border-radius:10px;padding:6px}.mobile-categories summary{cursor:pointer;font-weight:600;font-size:14px;list-style:none;padding:9px 10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.mobile-categories summary::-webkit-details-marker{display:none}.mobile-categories summary:after{content:"\203A";font-size:18px;transition:transform .2s ease;opacity:.9}.mobile-categories details[open] summary:after{transform:rotate(90deg)}.mobile-submenu{margin-top:8px;display:flex;flex-direction:column;gap:6px;padding-left:6px}.mobile-contacts{display:grid;grid-gap:8px;gap:8px;font-size:14px}.mobile-switches{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.mobile-sidebar .mobile-switches{align-items:flex-start}.mobile-language-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%}.mobile-language-option{display:inline-flex;align-items:center;justify-content:center;min-height:40px;gap:8px;border:1px solid hsla(0,0%,100%,.32);border-radius:8px;padding:8px 10px;color:var(--gofra-white);font-size:14px;font-weight:700;text-decoration:none;background:hsla(0,0%,100%,.08);position:relative}.mobile-language-option:hover{background:hsla(0,0%,100%,.14)}.mobile-language-option.active{background:var(--gofra-white);color:var(--gofra-blue);padding-right:28px}.mobile-language-option.active:after{content:"";position:absolute;right:10px;width:10px;height:6px;border-left:2px solid;border-bottom:2px solid;transform:rotate(-45deg)}.mobile-legal{margin-top:14px;font-size:14px;opacity:.9}.gofra-cart-popup{position:fixed;top:0;right:-400px;width:350px;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;background-color:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:999999;transition:right .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,visibility .4s ease,transform .5s cubic-bezier(.4,0,.2,1);padding:20px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;font-family:var(--gofra-font);touch-action:auto;border-radius:10px 0 0 10px;visibility:hidden;opacity:0;transform:translateX(40px);will-change:right,opacity,transform}.gofra-cart-popup.active{right:0;visibility:visible;opacity:1;transform:translateX(0)}.gofra-cart-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:10px;opacity:0;transform:translateY(-10px);transition:opacity .5s ease .2s,transform .5s ease .2s}.gofra-cart-popup.active .gofra-cart-popup-header{opacity:1;transform:translateY(0)}.gofra-cart-popup-title{font-weight:600;font-size:18px;color:#174982}.gofra-cart-close{cursor:pointer;width:24px;height:24px;position:relative;border-radius:50%;background-color:#f5f5f5;transition:all .3s ease}.gofra-cart-close:hover{background-color:#e0e0e0}.gofra-cart-close:after,.gofra-cart-close:before{content:"";position:absolute;width:14px;height:2px;background-color:#174982;top:50%;left:50%;transition:all .3s ease}.gofra-cart-close:before{transform:translate(-50%,-50%) rotate(45deg)}.gofra-cart-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.gofra-cart-items{overflow-y:auto;flex-grow:1;min-height:0;margin-bottom:20px;opacity:0;transform:translateY(20px);transition:opacity .5s ease .3s,transform .5s ease .3s}.gofra-cart-popup.active .gofra-cart-items{opacity:1;transform:translateY(0)}.gofra-cart-item{display:flex;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f0f0f0;position:relative;border-radius:10px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.gofra-cart-popup.active .gofra-cart-item{opacity:1;transform:translateY(0)}.gofra-cart-popup.active .gofra-cart-item:first-child{transition-delay:.3s}.gofra-cart-popup.active .gofra-cart-item:nth-child(2){transition-delay:.4s}.gofra-cart-popup.active .gofra-cart-item:nth-child(3){transition-delay:.5s}.gofra-cart-popup.active .gofra-cart-item:nth-child(4){transition-delay:.6s}.gofra-cart-popup.active .gofra-cart-item:nth-child(5){transition-delay:.7s}.gofra-cart-item:hover{background-color:#f9f9f9;border-radius:10px}.gofra-cart-item-image{width:70px;height:70px;background-size:cover;background-position:50%;border-radius:10px;margin-right:15px;border:1px solid #eee;box-shadow:0 2px 4px rgba(0,0,0,.05);aspect-ratio:1/1}.gofra-cart-item-details{flex-grow:1;position:relative;display:flex;flex-direction:column}.gofra-cart-item-title{font-weight:500;font-size:14px;margin-bottom:8px;color:#333;line-height:1.3;padding-right:25px}.gofra-cart-item-link{color:#174982;text-decoration:none;transition:color .2s ease}.gofra-cart-item-link:hover{color:#0095eb;text-decoration:underline}.gofra-cart-info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:15px}.gofra-cart-item-price{font-size:14px;color:#666}.gofra-cart-item-quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:10px;overflow:hidden;height:30px;max-width:110px}.gofra-cart-item-total{font-weight:600;color:#174982;font-size:15px;margin-top:5px;align-self:flex-end}.gofra-cart-quantity-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600;color:#333;transition:all .2s ease}.gofra-cart-quantity-btn:hover{background-color:#e0e0e0}.gofra-cart-quantity{width:40px;height:30px;border:none;text-align:center;font-size:14px;background-color:#fff;-moz-appearance:textfield;-webkit-appearance:none;margin:0;padding:0}.gofra-cart-quantity::-webkit-inner-spin-button,.gofra-cart-quantity::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gofra-cart-quantity:focus{outline:none}.gofra-cart-item-remove{position:absolute;top:0;right:0;width:24px;height:24px;cursor:pointer;border-radius:50%;background-color:#f5f5f5;transition:all .3s ease}.gofra-cart-item-remove:hover{background-color:#ffebee}.gofra-cart-item-remove:after,.gofra-cart-item-remove:before{content:"";position:absolute;width:12px;height:2px;background-color:#e53935;top:50%;left:50%;transition:all .3s ease}.gofra-cart-item-remove:before{transform:translate(-50%,-50%) rotate(45deg)}.gofra-cart-item-remove:after{transform:translate(-50%,-50%) rotate(-45deg)}.gofra-cart-footer{margin-top:auto;border-top:1px solid #e5e5e5;padding-top:15px;flex-shrink:0;opacity:0;transform:translateY(20px);transition:opacity .5s ease .4s,transform .5s ease .4s}.gofra-cart-popup.active .gofra-cart-footer{opacity:1;transform:translateY(0)}.gofra-cart-summary{margin-bottom:15px}.gofra-cart-summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:#666}.gofra-cart-tax{font-size:13px;color:#888}.gofra-cart-total{font-weight:600;font-size:16px;color:#174982;margin-bottom:20px;padding:10px;background-color:#f5f7fa;border-radius:10px}.gofra-cart-buttons,.gofra-cart-total{display:flex;justify-content:space-between}.gofra-cart-buttons{gap:10px}.gofra-cart-checkout,.gofra-cart-view{padding:10px 15px;border-radius:10px;text-align:center;font-weight:500;text-decoration:none;flex:1 1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.gofra-cart-view{background-color:#fff;color:#174982;border:1px solid #174982}.gofra-cart-view:hover{background-color:#f0f4f8;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.gofra-cart-checkout{background-color:#174982;color:#fff;border:1px solid #174982}.gofra-cart-checkout:hover{background-color:#0d3b6d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.gofra-cart-popup.active .gofra-cart-view{opacity:1;transform:translateY(0);transition:opacity .3s ease .5s,transform .3s ease .5s,background-color .2s ease,color .2s ease,box-shadow .2s ease}.gofra-cart-popup.active .gofra-cart-checkout{opacity:1;transform:translateY(0);transition:opacity .3s ease .55s,transform .3s ease .55s,background-color .2s ease,color .2s ease,box-shadow .2s ease}.gofra-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5);z-index:999998;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:none}.gofra-cart-overlay.active{opacity:1;visibility:visible;pointer-events:auto;z-index:999998}.gofra-empty-cart{text-align:center;padding:30px 0;color:#888}.gofra-empty-cart-icon{font-size:40px;margin-bottom:15px;opacity:.7}.gofra-cart-loading{text-align:center;color:#888;font-size:14px;padding:20px 0}body.gofra-no-scroll{overflow:hidden}@media (max-width:768px){.gofra-cart-overlay{display:none;opacity:0;visibility:hidden;pointer-events:none;z-index:-9999;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.gofra-cart-popup{width:100%;right:-100%;border-radius:0;padding-bottom:max(20px,calc(env(safe-area-inset-bottom) + 12px))}.gofra-cart-items{margin-bottom:12px}.gofra-cart-footer{padding-bottom:env(safe-area-inset-bottom)}}.gofra-cart-quantity-error{position:fixed;top:20px;right:20px;left:20px;background:#ff4757;color:#fff;padding:15px 20px;border-radius:8px;font-size:14px;font-weight:700;z-index:999999;box-shadow:0 4px 20px rgba(0,0,0,.3);border:3px solid #ff3742;text-align:center;animation:gofra-slide-down .3s ease;max-width:500px;margin:0 auto}@keyframes gofra-slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.highlight-increase{background-color:rgba(53,201,93,.2)}.highlight-decrease,.highlight-increase{border-radius:6px;transition:background-color .3s ease}.highlight-decrease{background-color:rgba(255,71,87,.15)}.custom-cart-container{display:grid;grid-gap:24px;gap:24px;max-width:1600px;width:100%;margin:0 auto;padding:32px 20px}.custom-cart-container.empty-cart{background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 24px rgba(23,73,130,.08)}.custom-cart-empty{text-align:center;color:#6c7481}.custom-cart-empty h3{color:#174982;margin:16px 0 8px}.custom-cart-empty p{margin:0 0 16px}.custom-cart-header h2{margin:0;font-size:26px;color:#174982}.custom-cart-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:start}.custom-cart-items{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(23,73,130,.08);padding:20px}.cart-items-header{display:grid;grid-template-columns:1.6fr .6fr .8fr .6fr 40px;grid-gap:12px;gap:12px;font-size:13px;color:#5d6b7a;text-transform:uppercase;letter-spacing:.04em;padding-bottom:12px;border-bottom:1px solid #eef1f5}.cart-items-body{display:grid;grid-gap:14px;gap:14px;padding-top:14px}.cart-item{display:grid;grid-template-columns:1.6fr .6fr .8fr .6fr 40px;grid-gap:12px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #f1f3f6}.cart-item:last-child{border-bottom:none}.cart-item-product{display:flex;gap:12px;align-items:center}.cart-item-image img{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #e9edf4;box-shadow:0 2px 6px rgba(0,0,0,.06)}.cart-item-name a,.cart-item-price,.cart-item-subtotal{color:#174982;font-weight:600}.quantity-control{display:inline-flex;align-items:center;border:1px solid #dde3ea;border-radius:10px;overflow:hidden;background:#fff}.quantity-btn{width:32px;height:32px;border:none;background:#f5f6fa;cursor:pointer;font-weight:700;color:#174982}.quantity-input{width:50px;border:none;text-align:center;font-weight:600}.quantity-input:focus{outline:none}.remove-item-btn{width:32px;height:32px;border:none;border-radius:50%;background:#f5f5f5;color:#e53935;font-size:20px;cursor:pointer}.remove-item-btn:hover{background:#ffebee}.custom-cart-sidebar{background:#fff;border-radius:16px;box-shadow:0 8px 24px rgba(23,73,130,.08);padding:20px}.cart-summary h3{margin:0 0 16px;color:#174982}.cart-subtotal,.cart-tax,.cart-total{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px}.cart-tax{color:#7a8796}.cart-total{font-weight:700;color:#174982;background:#f5f7fa;padding:12px;border-radius:12px}.cart-actions{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.checkout-btn,.continue-shopping-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;text-decoration:none;font-weight:600}.checkout-btn{background:#174982;color:#fff}.checkout-btn:hover{background:#0d3b6d}.continue-shopping-btn{background:#fff;color:#174982;border:1px solid #174982}@media (max-width:1024px){.custom-cart-content{grid-template-columns:1fr}}@media (max-width:767px){.cart-items-header{display:none}.cart-item{grid-template-columns:1fr;gap:10px;padding:15px}.cart-item-price,.cart-item-quantity,.cart-item-subtotal{display:flex;justify-content:space-between;align-items:center;padding-left:90px}.cart-item-price:before,.cart-item-quantity:before,.cart-item-subtotal:before{content:attr(data-label) ":";font-weight:500;color:#777}}.search-box{position:relative;max-width:100%}.search-input{width:100%;height:50px;padding:0 44px 0 16px;border-radius:14px;border:none;outline:none;font-size:15px;font-family:var(--gofra-font)}.search-button{position:absolute;right:6px;top:5px;width:40px;height:40px;border-radius:12px;border:none;background:rgba(23,73,130,.1);color:var(--gofra-blue);cursor:pointer}.search-button svg{width:18px;height:18px;stroke:currentColor}.search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--gofra-white);border-radius:12px;box-shadow:var(--gofra-shadow);padding:8px;z-index:10}.search-item{display:flex;gap:12px;padding:10px;border-radius:10px;align-items:center;color:var(--gofra-text)}.search-item:hover{background:var(--gofra-bg)}.search-item img{width:54px;height:54px;border-radius:8px;object-fit:cover}.category-menu{background:var(--gofra-white);border-bottom:1px solid var(--gofra-border)}.category-menu ul{list-style:none;margin:0;padding:0}.category-menu .menu-row{display:flex;gap:clamp(10px,1.6vw,20px);align-items:center;padding:10px 0;flex-wrap:wrap;font-size:clamp(10px,1vw,16px)}.category-menu .menu-item{position:relative;font-weight:600;color:var(--gofra-blue);min-width:0;flex:0 1 auto}.category-menu .menu-item>a{padding:8px 6px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:inherit}.category-menu .menu-item:hover>.submenu{opacity:1;pointer-events:auto;transform:translateY(0)}.category-menu .submenu{position:absolute;top:100%;left:0;background:var(--gofra-white);border-radius:12px;padding:10px;min-width:220px;box-shadow:var(--gofra-shadow);opacity:0;pointer-events:none;transform:translateY(10px);transition:var(--gofra-transition);z-index:2001}.category-menu .submenu a{display:block;padding:8px 10px;border-radius:8px;color:var(--gofra-text);font-weight:500}.category-menu .submenu a:hover{background:var(--gofra-bg)}.hero-section{padding:10px 0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-hero-title{margin:6px 0 14px;color:var(--gofra-blue);font-family:var(--font-manrope),var(--gofra-font),sans-serif;font-size:28px;font-weight:800;line-height:1.15}.hero-card{--swiper-navigation-size:14px;border-radius:34px;overflow:hidden;box-shadow:var(--gofra-shadow)}.hero-card,.hero-card .swiper,.hero-card .swiper-slide,.hero-card .swiper-wrapper{height:470px}.hero-slide{height:100%;display:flex;align-items:center;justify-content:flex-end;background-size:cover!important;background-position:50%;background-repeat:no-repeat;position:relative}.hero-slide:after{content:"";position:absolute;top:0;bottom:0;width:min(58%,840px);pointer-events:none;z-index:0}.hero-slide--left{justify-content:flex-start}.hero-slide--left:after{left:0}.hero-slide--right:after{right:0}.hero-slide--light{color:var(--gofra-white)}.hero-slide--light.hero-slide--left:after{background:linear-gradient(90deg,rgba(9,32,56,.48),rgba(9,32,56,.3) 48%,rgba(9,32,56,0))}.hero-slide--light.hero-slide--right:after{background:linear-gradient(270deg,rgba(9,32,56,.48),rgba(9,32,56,.3) 48%,rgba(9,32,56,0))}.hero-slide--dark{color:var(--gofra-white)}.hero-slide--dark.hero-slide--left:after{background:linear-gradient(90deg,rgba(9,32,56,.48),rgba(9,32,56,.3) 48%,rgba(9,32,56,0))}.hero-slide--dark.hero-slide--right:after{background:linear-gradient(270deg,rgba(9,32,56,.48),rgba(9,32,56,.3) 48%,rgba(9,32,56,0))}.hero-slide--shadow .hero-desc,.hero-slide--shadow .hero-title{text-shadow:0 0 6px rgba(0,0,0,.72)}.hero-content{position:relative;z-index:1;width:100%;max-width:61%;padding:0 30px}.hero-slide--left .hero-content{margin-right:auto;text-align:left}.hero-slide--right .hero-content{margin-left:auto;text-align:right}.hero-content-panel{display:block;max-width:100%;padding:0;border:0;border-radius:0;background:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hero-title{font-size:50px;font-weight:700;line-height:1}.hero-desc,.hero-title{font-family:var(--font-poppins),var(--gofra-font),sans-serif;margin:0 0 10px}.hero-desc{font-size:17px;line-height:1.4}.hero-cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 20px;border:2px solid;border-radius:10px;background:transparent;color:inherit;font-family:var(--font-poppins),var(--gofra-font),sans-serif;font-size:15px;font-weight:600;line-height:1;transition:opacity var(--gofra-transition),transform var(--gofra-transition)}.hero-cta:hover{opacity:.9;transform:translateY(-1px)}.hero-card .swiper-button-next,.hero-card .swiper-button-prev{color:var(--gofra-white)}.hero-card .swiper-button-next{right:10px}.hero-card .swiper-button-prev{left:10px}.hero-card .swiper-pagination{bottom:10px!important}.hero-card .swiper-pagination-bullet{background:#d3d7dc;opacity:1}.hero-card .swiper-pagination-bullet-active{background:var(--gofra-blue)}@media (max-width:1024px){.hero-card,.hero-card .swiper,.hero-card .swiper-slide,.hero-card .swiper-wrapper{height:300px}.hero-content{max-width:70%;padding:10px}.hero-content-panel{padding:0}.hero-title{font-size:30px;margin-bottom:5px}.hero-desc{font-size:15px;margin-bottom:10px}}@media (max-width:768px){.home-hero-title{margin:0 0 10px;font-size:22px}.hero-card,.hero-card .swiper,.hero-card .swiper-slide,.hero-card .swiper-wrapper{height:170px}.hero-card{border-radius:20px}.hero-content{max-width:55%;padding:27px 10px 10px}.hero-content-panel{padding:0}.hero-title{font-size:20px;margin-bottom:5px}.hero-desc{font-size:13px;line-height:1.35;margin-bottom:8px}.hero-cta{min-height:28px;padding:6px 10px;font-size:10px}.hero-card .swiper-button-next,.hero-card .swiper-button-prev{display:none}}@media (max-width:520px){.hero-content{max-width:60%;padding-top:20px}.hero-content-panel{padding:0}.hero-title{font-size:22px;line-height:1.08;margin-bottom:4px}.hero-desc{font-size:11px;line-height:1.25;margin-bottom:6px}.hero-cta{min-height:24px;padding:5px 8px;font-size:9px}}@media (max-width:420px){.hero-content{max-width:62%;padding-top:16px}.hero-content-panel{padding:0}.hero-title{font-size:22px}.hero-desc{font-size:10px;margin-bottom:5px}.hero-cta{min-height:22px;padding:4px 7px;font-size:8px}}.section-title{display:flex;align-items:center;justify-content:space-between;margin:30px 0 16px}.section-title h2{margin:0;font-size:26px;color:var(--gofra-blue)}@media (max-width:768px){.section-title{margin:5px 0 15px}}.product-page{display:flex;flex-direction:column;gap:36px;padding:32px 10px 60px}.product-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:32px;gap:32px;align-items:stretch;max-width:100%}.product-gallery{display:flex;flex-direction:column;gap:16px;height:100%;min-width:0}.product-gallery-main{border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08);border:1px solid #eef1f5;aspect-ratio:4/3;width:100%;max-width:100%}.product-gallery-main .swiper{width:100%;height:100%;max-width:100%}.product-gallery-main{visibility:hidden}.product-gallery-main .swiper.swiper-initialized{visibility:visible}.product-gallery-main .swiper-wrapper{height:100%}.product-gallery-main .swiper-slide{display:flex;align-items:center;justify-content:center;background:#f7f8fb;height:100%;position:relative;width:100%!important}.product-gallery-main img{width:100%;height:100%;object-fit:contain;display:block;max-height:100%}.product-gallery-main .swiper-button-next,.product-gallery-main .swiper-button-prev{color:#fff;background:rgba(23,73,130,.9);width:42px;height:42px;border-radius:12px;box-shadow:0 8px 18px rgba(23,73,130,.25)}.product-gallery-main .swiper-button-next:after,.product-gallery-main .swiper-button-prev:after{font-size:18px;font-weight:700}.product-gallery-main .swiper-pagination-bullet{background:rgba(23,73,130,.3);opacity:1}.product-gallery-main .swiper-pagination-bullet-active{background:var(--gofra-blue)}.product-gallery-slide-badges{position:absolute;right:16px;bottom:16px;display:inline-flex;gap:6px;opacity:0;transform:translateY(4px);transition:var(--gofra-transition)}.product-gallery-main .swiper-slide-active .product-gallery-slide-badges{opacity:1;transform:translateY(0)}.product-image-placeholder{background:#f6f8fb;border-radius:22px;min-height:360px;box-shadow:var(--gofra-shadow)}.product-gallery-thumbs{border-radius:16px;padding:8px;background:#fff;border:1px solid #eef1f5;box-shadow:0 10px 20px rgba(15,23,42,.05);max-width:100%}.product-gallery-thumbs .swiper-slide{height:auto}.product-thumb{border-radius:12px;overflow:hidden;border:1px solid transparent;background:#f7f8fb;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;transition:var(--gofra-transition)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs .swiper-slide-thumb-active .product-thumb{border-color:var(--gofra-blue);box-shadow:0 6px 16px rgba(23,73,130,.18)}.product-info{display:grid;grid-gap:20px;gap:20px;align-content:start;padding:8px 4px;min-width:0}.product-meta{display:grid;grid-gap:10px;gap:10px}.product-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.product-tag{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:36px;padding:6px 14px;border-radius:999px;border:1px solid #dfe6ef;background:#f7f9fc;font-size:12px;font-weight:700;line-height:1.2;text-align:center;white-space:normal;overflow-wrap:anywhere;color:var(--gofra-blue)}.product-badges--inline{position:static}.product-title-main{font-size:32px;margin:0;color:var(--gofra-text)}.product-summary{display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:18px;background:#fff;border:1px solid #eef1f5;box-shadow:0 12px 24px rgba(15,23,42,.08)}.product-purchase{display:grid;grid-gap:12px;gap:12px;padding:0;background:transparent;box-shadow:none}.product-purchase .product-actions{margin-top:4px}.product-logistics{display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border-radius:14px;background:#f4f7fb;border:1px solid #e6edf6}.product-logistics-item{display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;color:#2c3e50;font-size:14px}.product-logistics-icon{width:24px;height:24px;color:var(--gofra-blue)}.product-logistics-icon svg{width:100%;height:100%}.product-attributes,.product-description,.product-related{background:#fff;border-radius:20px;padding:24px 26px;box-shadow:0 12px 24px rgba(15,23,42,.06);border:1px solid #eef1f5}.product-attributes--compact{padding:18px 20px}.product-attributes h2,.product-description h2{margin:0 0 12px;font-size:22px}.product-description-content{color:#344054;line-height:1.7}.product-attributes-grid{display:grid;grid-gap:10px;gap:10px}.product-attribute-row{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px 0;border-bottom:1px solid #eef1f5}.product-attribute-row:last-child{border-bottom:none}.product-attribute-name{font-weight:600;color:var(--gofra-blue)}.product-attribute-value{color:#344054}.product-tier--active{border-color:var(--gofra-blue);box-shadow:0 8px 18px rgba(23,73,130,.18);transform:translateY(-1px)}.product-card{background:var(--gofra-white);border-radius:18px;border:1px solid var(--gofra-border);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:var(--gofra-transition);min-width:0}.product-card:hover{transform:translateY(-4px);box-shadow:var(--gofra-shadow)}.product-image{position:relative;aspect-ratio:1/1;background:var(--gofra-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-image--sheet{padding:0}.product-image--sheet img{object-fit:contain}.product-badges{position:absolute;right:10px;bottom:10px;display:flex;gap:6px;flex-wrap:nowrap;max-width:calc(100% - 20px)}.product-badge{padding:4px 8px;border-radius:8px;font-size:11px;font-weight:700;color:var(--gofra-white);background:#2e7d32;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap}.product-badge--blue{background:#1e5aa7}.product-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0}.product-category{color:var(--gofra-muted);font-size:13px;display:flex;flex-wrap:wrap;gap:6px;text-transform:uppercase;letter-spacing:.4px;line-height:1.2;min-height:2.4em}.product-parent{font-weight:600}.product-separator{opacity:.6}.product-stock{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#5f6b7a;text-transform:uppercase;letter-spacing:.3px}.product-stock:before{content:"";width:8px;height:8px;border-radius:50%;background:#f0ad4e}.product-stock--ok{color:#1b5e20}.product-stock--ok:before{background:#2e7d32}.product-title{font-size:16px;font-weight:600;color:var(--gofra-text);overflow-wrap:anywhere;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-weight:700;color:var(--gofra-blue);font-size:18px}.product-price--with-vat{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;min-width:0}.product-price-vat{font-size:12px;color:var(--gofra-muted);font-weight:600}.product-tiers{display:flex;flex-wrap:nowrap;gap:clamp(3px,.7vw,6px);width:100%;min-width:0;overflow:hidden;align-items:stretch}.product-tiers,.product-tiers--empty{min-height:48px}.product-tier{flex:1 1;min-width:0;border:1px solid var(--gofra-border);border-radius:10px;padding:clamp(3px,.6vw,6px) clamp(4px,.9vw,8px);text-align:center;font-size:clamp(12px,1.1vw,14px);color:var(--gofra-muted);display:grid;align-content:center;grid-gap:2px;gap:2px;overflow-wrap:anywhere}.product-tier strong{color:var(--gofra-blue);font-weight:700}.product-tier span,.product-tier strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-actions{--action-size:44px;--action-gap:8px;display:grid;grid-template-columns:var(--action-size) 1fr;grid-gap:var(--action-gap);gap:var(--action-gap);align-items:center;min-width:0;margin-top:auto}.gofra-add-to-cart{width:100%;padding:10px 12px;border-radius:12px;border:none;background:linear-gradient(135deg,var(--gofra-blue),var(--gofra-blue-light));color:var(--gofra-white);font-weight:600;cursor:pointer;transition:var(--gofra-transition);display:inline-flex;align-items:center;justify-content:center;gap:8px}.gofra-add-to-cart:disabled{opacity:.6;cursor:not-allowed}.gofra-price-toggle{gap:8px;font-weight:600;font-size:14px;border-radius:10px;border:none;background:transparent;box-shadow:none}.gofra-cart-button,.gofra-price-toggle{display:inline-flex;align-items:center;padding:0;color:var(--gofra-white)}.gofra-cart-button{width:100%;height:44px;border-radius:12px;border:none;background:var(--gofra-blue);font-weight:700;cursor:pointer;transition:var(--gofra-transition);justify-content:center}.gofra-cart-button:disabled{opacity:.6;cursor:not-allowed}.product-actions--card .gofra-cart-button{width:var(--action-size);height:var(--action-size);padding:0;border-radius:8px}.gofra-cart-svg{width:20px;height:20px;stroke:currentColor;flex:0 0 auto}.product-qty{display:grid;grid-template-columns:var(--action-size) minmax(0,1fr) var(--action-size);grid-gap:var(--action-gap);gap:var(--action-gap);align-items:center;min-width:0}.product-qty button{width:var(--action-size);height:var(--action-size);border-radius:10px;border:1px solid transparent;background:var(--gofra-blue);color:var(--gofra-white);font-size:18px;font-weight:700;cursor:pointer}.product-qty button:disabled{opacity:.6;cursor:not-allowed}.product-qty input{height:var(--action-size);border-radius:10px;border:1px solid var(--gofra-border);text-align:center;font-weight:600;min-width:0}.product-actions--pdp{--action-gap:10px;grid-template-columns:auto 1fr}.product-actions--pdp .gofra-cart-button{width:100%;min-height:46px;padding:10px 16px;gap:10px;text-transform:uppercase;letter-spacing:.3px}.product-actions--pdp .gofra-cart-label{font-size:13px;font-weight:700}.product-actions--pdp .product-qty{grid-template-columns:minmax(70px,90px)}.product-actions--pdp .product-qty input{height:46px;border-radius:12px;background:#fff}@media (max-width:640px){.product-body{padding:14px}.product-price{font-size:17px}.product-qty{grid-template-columns:var(--action-size) minmax(0,1fr) var(--action-size)}.product-tier{padding:3px 5px;font-size:12px;border-radius:8px}.product-actions{--action-size:40px;--action-gap:8px}}@media (max-width:560px){.product-badges{gap:4px;right:8px;bottom:8px}.product-badge{padding:3px 6px;font-size:10px;border-radius:7px}.product-tiers{gap:4px}.product-tier{padding:3px 4px;font-size:11px}.product-actions{--action-size:36px;--action-gap:5px}.gofra-cart-svg{width:18px;height:18px}.product-qty{font-size:15px}.product-qty button,.product-qty input{border-radius:8px;font-size:15px}}@media (max-width:480px){.product-actions{--action-size:34px;--action-gap:5px}}@media (max-width:460px){.product-actions{--action-size:30px}.gofra-cart-svg{width:16px;height:16px}}@media (max-width:459px){.product-badge{padding:2px 5px;font-size:9px;border-radius:6px}.product-tier{padding:3px 5px;font-size:11px;border-radius:8px}.product-title{font-size:15px;min-height:2.4em;line-height:1.2}.product-category{font-size:12px;min-height:2.2em;line-height:1.2}.product-price{font-size:17px}.product-stock{font-size:12px}.product-actions{--action-size:30px;--action-gap:5px}.gofra-cart-svg{width:16px;height:16px}.product-qty button,.product-qty input{border-radius:8px;font-size:14px}}@media (max-width:400px){.product-gallery-slide-badges{gap:4px;right:10px;bottom:10px;flex-wrap:wrap;max-width:calc(100% - 20px)}.product-badge{padding:2px 4px;font-size:8px;border-radius:5px}.product-tiers{gap:3px}.product-tier{padding:2px 4px;font-size:10px}}@media (max-width:980px){.product-hero{grid-template-columns:1fr}.product-info{padding:0}.product-gallery-main{aspect-ratio:1/1}}@media (max-width:640px){.product-page{padding:18px 10px 40px}.product-title-main{font-size:24px}.product-summary{padding:14px}.product-gallery-thumbs{padding:6px}.product-thumb{aspect-ratio:1/1}.product-attributes,.product-description,.product-related{padding:18px}.product-attributes--compact{padding:16px}.product-attribute-row{grid-template-columns:1fr}.product-actions--pdp{grid-template-columns:minmax(70px,100px) minmax(0,1fr)}.product-actions--pdp .product-qty{grid-template-columns:minmax(70px,100px)}.product-actions--pdp .gofra-cart-button{width:100%;justify-content:center}}.toggle-pill{position:relative;display:inline-flex;align-items:center;background:#e6edf6;border-radius:999px;padding:2px}.toggle-pill input{display:none}.toggle-track{width:46px;height:24px;border-radius:999px;background:#d7e0ec;position:relative}.toggle-thumb,.toggle-track{transition:var(--gofra-transition)}.toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2)}.toggle-pill input:checked+.toggle-track .toggle-thumb{transform:translateX(22px)}.toggle-pill input:checked+.toggle-track{background:#4896ff}.swiper-button-next,.swiper-button-prev{color:var(--gofra-white)}.product-swiper .swiper-button-next,.product-swiper .swiper-button-prev{color:var(--gofra-blue)}.product-swiper{--product-swiper-gap:16px}.product-swiper .swiper{width:100%;overflow:hidden}.product-swiper .swiper-wrapper{align-items:stretch}.product-swiper .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;gap:var(--product-swiper-gap);overflow:hidden}.product-swiper .swiper-slide{height:auto;display:flex}.product-swiper .swiper:not(.swiper-initialized) .swiper-slide{flex:0 0 calc((100% - var(--product-swiper-gap)) / 1.2);max-width:calc((100% - var(--product-swiper-gap)) / 1.2)}.product-swiper .product-card{width:100%}.product-swiper .swiper-pagination-bullet-active{background:var(--gofra-blue)}@media (min-width:460px){.product-swiper{--product-swiper-gap:18px}.product-swiper .swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - var(--product-swiper-gap)) / 2);max-width:calc((100% - var(--product-swiper-gap)) / 2)}}@media (min-width:1101px){.product-swiper{--product-swiper-gap:20px}.product-swiper .swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - (var(--product-swiper-gap) * 2)) / 3);max-width:calc((100% - (var(--product-swiper-gap) * 2)) / 3)}}@media (min-width:1390px){.product-swiper{--product-swiper-gap:24px}.product-swiper .swiper:not(.swiper-initialized) .swiper-slide{flex-basis:calc((100% - (var(--product-swiper-gap) * 3)) / 4);max-width:calc((100% - (var(--product-swiper-gap) * 3)) / 4)}}.gofra-footer{margin-top:50px;background:var(--gofra-blue-dark);color:var(--gofra-white)}.gofra-footer .footer-main{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px;padding:40px 0 30px}.footer-brand img{width:240px;height:auto}.footer-column h3{margin:0 0 12px;font-size:18px;font-weight:700}.footer-column p{margin:0;line-height:1.6;font-size:14px}.footer-links{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px;font-size:14px}.footer-links a{color:var(--gofra-white);opacity:.9}.footer-links a:hover{opacity:1}.footer-link-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:0;background:transparent;color:var(--gofra-white);font:inherit;text-align:left;cursor:pointer;opacity:.9}.footer-link-button:hover{opacity:1}.cookie-consent{position:fixed;inset:auto 16px 16px 16px;z-index:9000;display:flex;justify-content:center;pointer-events:none}.cookie-consent__panel{width:min(1600px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px 24px;gap:14px 24px;padding:18px 20px;border:1px solid rgba(23,73,130,.14);border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:0 18px 50px rgba(23,73,130,.18);pointer-events:auto}.cookie-consent__copy h2{margin:0 0 6px;color:#174982;font-size:18px;line-height:1.25}.cookie-consent__copy p{max-width:980px;margin:0;color:#42536c;font-size:14px;line-height:1.5}.cookie-consent__options{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:8px;gap:8px;max-width:720px}.cookie-consent__option{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;flex:1 1;padding:9px 12px;border:1px solid #e4ebf5;border-radius:8px;background:#f8fbff;color:#174982}.cookie-consent__option span:first-child{display:grid;grid-gap:3px;gap:3px}.cookie-consent__option strong{font-size:13px;line-height:1.2}.cookie-consent__option small{color:#5d6f88;font-size:12px;line-height:1.35}.cookie-consent__option input{width:20px;height:20px;flex:0 0 auto;accent-color:#174982}.cookie-consent__required{padding:4px 8px;border-radius:999px;background:#eaf2ff;color:#174982;font-size:12px;font-weight:700}.cookie-consent__actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:8px}.cookie-consent__button{min-height:42px;padding:0 16px;border:1px solid #cbd8ea;border-radius:8px;background:#fff;color:#174982;font-weight:700;white-space:nowrap;cursor:pointer}.cookie-consent__button--primary{border-color:#174982;background:#174982;color:#fff}.cookie-consent__button--ghost{border-color:transparent;background:transparent;color:#5d6f88}@media (max-width:980px){.cookie-consent__panel{grid-template-columns:1fr}.cookie-consent__actions{justify-content:flex-start}}@media (max-width:760px){.cookie-consent{inset:auto 0 0 0}.cookie-consent__panel{grid-template-columns:1fr;gap:8px;max-height:min(58vh,360px);overflow:auto;padding:10px 12px 12px;border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}.cookie-consent__copy h2{margin-bottom:4px;font-size:16px;line-height:1.2}.cookie-consent__copy p{display:-webkit-box;overflow:hidden;font-size:12.5px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cookie-consent__options{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.cookie-consent__option{gap:8px;padding:7px 8px}.cookie-consent__option strong{font-size:12px}.cookie-consent__option small{display:none}.cookie-consent__option input{width:18px;height:18px}.cookie-consent__required{padding:3px 7px;font-size:11px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.cookie-consent__button{min-height:36px;padding:0 10px;font-size:13px;white-space:normal}.cookie-consent__button--primary{grid-column:1/-1}}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.15)}.footer-bottom .gofra-container{padding:16px 20px}.footer-bottom p{margin:0;font-size:13px;opacity:.8;text-align:center}.static-page{padding:44px 0 64px;background:radial-gradient(circle at 12% 0,hsla(0,0%,100%,.95) 0,hsla(0,0%,100%,0) 34%),linear-gradient(180deg,#f8fbff,#edf3f9)}.static-page--about,.static-page--contacts{padding-top:34px}.static-page__header{margin-bottom:28px}.static-page--about .static-page__header,.static-page--contacts .static-page__header{margin-bottom:30px;padding:10px 0 4px;text-align:center}.static-page__header h1{margin:0;color:var(--gofra-blue);font-size:34px;line-height:1.15}.static-page--about .static-page__header h1,.static-page--contacts .static-page__header h1{font-size:clamp(34px,4vw,58px);font-weight:800;line-height:1.02}.static-page__intro,.static-page__media-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);grid-gap:26px;gap:26px;align-items:center;margin-bottom:34px}.static-page--about .static-page__intro,.static-page--contacts .static-page__media-grid{padding:18px;background:#fff;border:1px solid rgba(227,232,239,.92);border-radius:30px;box-shadow:0 22px 58px rgba(23,73,130,.1)}.static-page--about .static-page__intro{grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:30px;padding-left:30px}.static-page--about .static-page__intro>div{max-width:720px}.static-page--about .static-page__intro h2{font-size:clamp(32px,3vw,46px);line-height:1.12}.static-page--about .static-page__intro p{font-size:clamp(20px,1.8vw,25px);line-height:1.55}.static-page__callout h2,.static-page__intro h2,.static-page__section h2{margin:0 0 14px;color:var(--gofra-blue);font-size:26px;line-height:1.2}.static-page__card p,.static-page__feature p,.static-page__figure figcaption,.static-page__intro p,.static-page__policy p{color:var(--gofra-text);font-size:17px;line-height:1.62}.static-page__section{margin-top:36px}.static-page--about .static-page__section,.static-page--contacts .static-page__section{margin-top:42px}.static-page__feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.static-page__feature{display:grid;grid-template-columns:minmax(180px,.48fr) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:center;background:#fff;border:1px solid var(--gofra-border);border-radius:8px;padding:16px;box-shadow:0 8px 22px rgba(23,73,130,.08)}.static-page--about .static-page__feature{overflow:hidden;border-color:rgba(227,232,239,.9);border-radius:24px;padding:14px;box-shadow:0 16px 38px rgba(23,73,130,.09);transition:transform var(--gofra-transition),box-shadow var(--gofra-transition),border-color var(--gofra-transition)}.static-page--about .static-page__feature:hover{transform:translateY(-3px);border-color:rgba(255,107,53,.28);box-shadow:0 22px 54px rgba(23,73,130,.14)}.static-page__feature h3{margin:0 0 8px;color:var(--gofra-blue);font-size:21px;line-height:1.2}.static-page__card p,.static-page__feature p{margin:0}.static-page__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:28px}.static-page--about .static-page__cards,.static-page--contacts .static-page__cards{gap:20px;margin-bottom:30px}.static-page--about .static-page__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.static-page__card{min-height:100%;background:#fff;border:1px solid var(--gofra-border);border-radius:8px;padding:20px;box-shadow:0 8px 22px rgba(23,73,130,.08)}.static-page--about .static-page__card,.static-page--contacts .static-page__card{position:relative;overflow:hidden;border-color:rgba(227,232,239,.9);border-radius:24px;padding:24px;box-shadow:0 16px 40px rgba(23,73,130,.09)}.static-page--about .static-page__card:before,.static-page--contacts .static-page__card:before{content:"";display:block;width:42px;height:4px;margin-bottom:16px;border-radius:999px;background:var(--gofra-accent)}.static-page__card h2{margin:0 0 12px;color:var(--gofra-blue);font-size:20px;line-height:1.2}.static-page__figure{margin:0}.static-page--about .static-page__feature .static-page__figure{align-self:stretch}.static-page__figure img,.static-page__map iframe{width:100%;border:0;border-radius:8px;box-shadow:0 8px 22px rgba(23,73,130,.1)}.static-page--about .static-page__figure img,.static-page--about .static-page__map iframe,.static-page--contacts .static-page__figure img,.static-page--contacts .static-page__map iframe{border-radius:24px;box-shadow:0 18px 46px rgba(23,73,130,.12)}.static-page__figure img{aspect-ratio:4/3;height:auto;object-fit:cover}.static-page--about .static-page__intro .static-page__figure img{aspect-ratio:16/10}.static-page--about .static-page__feature .static-page__figure img{height:100%}.static-page__figure figcaption{margin-top:10px}.static-page__map iframe{min-height:420px;display:block}.static-page--contacts .static-page__media-grid{align-items:stretch}.static-page--contacts .static-page__figure,.static-page--contacts .static-page__map{min-height:100%}.static-page--contacts .static-page__figure img,.static-page--contacts .static-page__map iframe{height:100%;min-height:430px}.contacts-section-label{margin:0 0 12px;color:var(--gofra-accent);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.contacts-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:28px}.contacts-info-grid .static-page__card{border-radius:8px;padding:22px;box-shadow:0 12px 30px rgba(23,73,130,.08)}.contacts-info-grid .static-page__card:before{width:34px;height:3px;margin-bottom:14px}.contacts-info-grid .static-page__card p{color:var(--gofra-muted);font-size:15px;line-height:1.52}.contacts-visit{display:grid;grid-template-columns:minmax(0,520px) minmax(280px,1fr);grid-gap:18px;gap:18px;align-items:stretch;margin-bottom:34px;padding:14px;background:#fff;border:1px solid rgba(227,232,239,.95);border-radius:8px;box-shadow:0 16px 42px rgba(23,73,130,.08)}.static-page--contacts .contacts-visit .static-page__figure img{width:100%;height:320px;min-height:0;aspect-ratio:auto;border-radius:8px;box-shadow:none;object-fit:cover}.contacts-visit__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:20px 18px}.contacts-visit__content h2{margin:0;color:var(--gofra-blue);font-size:clamp(24px,2vw,32px);line-height:1.12}.contacts-directions__header h2{margin:0;color:var(--gofra-blue);font-size:clamp(28px,3vw,42px);line-height:1.12}.contacts-directions__header>p:not(.contacts-section-label){max-width:640px;margin:18px 0 0;color:var(--gofra-muted);font-size:17px;line-height:1.62}.contacts-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.contacts-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border:1px solid rgba(23,73,130,.18);border-radius:8px;background:#fff;color:var(--gofra-blue);font-weight:800;box-shadow:0 8px 20px rgba(23,73,130,.08);transition:transform var(--gofra-transition),box-shadow var(--gofra-transition),border-color var(--gofra-transition)}.contacts-button:hover{transform:translateY(-2px);border-color:rgba(23,73,130,.32);box-shadow:0 14px 28px rgba(23,73,130,.14)}.contacts-button--primary{border-color:var(--gofra-blue);background:var(--gofra-blue);color:#fff}.contacts-directions{padding:28px;background:hsla(0,0%,100%,.72);border:1px solid rgba(227,232,239,.95);border-radius:8px;box-shadow:0 16px 42px rgba(23,73,130,.08)}.contacts-directions__header{max-width:760px;margin-bottom:22px}.contacts-directions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:start}.contacts-step{overflow:hidden;background:#fff;border:1px solid rgba(227,232,239,.95);border-radius:8px;box-shadow:0 10px 28px rgba(23,73,130,.08);align-self:start}.static-page--contacts .contacts-step .static-page__figure img{width:100%;min-height:0;height:auto;aspect-ratio:16/11;border-radius:0;box-shadow:none;object-fit:cover}.contacts-step .static-page__figure figcaption{display:none}.contacts-step__body{padding:16px 18px 18px}.contacts-step__body span{display:none;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:14px;border-radius:999px;background:rgba(255,107,53,.12);color:var(--gofra-accent);font-size:13px;font-weight:800}.contacts-step__body h3{margin:0;color:var(--gofra-blue);font-size:18px;line-height:1.25}.contacts-step__body p{margin:10px 0 0;color:var(--gofra-muted);font-size:15px;line-height:1.55}.contacts-map-section{margin-top:34px;padding:14px;background:#fff;border:1px solid rgba(227,232,239,.95);border-radius:8px;box-shadow:0 16px 42px rgba(23,73,130,.08)}.static-page--contacts .contacts-map-section .static-page__map iframe{width:100%;height:440px;min-height:440px;border-radius:8px;box-shadow:none}.static-page__media-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.static-page__callout{margin-bottom:24px;padding:22px 24px;background:#fff;border-left:5px solid var(--gofra-accent);border-radius:8px;box-shadow:0 8px 22px rgba(23,73,130,.08)}.static-page__callout h2{margin:0}.static-page__policy{max-width:1060px;background:#fff;border:1px solid var(--gofra-border);border-radius:8px;padding:30px;box-shadow:0 8px 22px rgba(23,73,130,.08)}.static-page__policy h2{margin:28px 0 12px;color:var(--gofra-blue);font-size:24px;line-height:1.25}.static-page__policy h2:first-child{margin-top:0}.static-page__policy h3{margin:20px 0 8px;color:var(--gofra-blue-dark);font-size:19px;line-height:1.3}.static-page__policy p{margin:0 0 10px}.static-page__policy .static-page__bullet{padding-left:18px}@media (max-width:1100px){.static-page--about .static-page__cards,.static-page__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.contacts-directions__grid,.contacts-visit{grid-template-columns:1fr}.contacts-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.static-page--contacts .contacts-visit .static-page__figure img{height:auto;min-height:0;aspect-ratio:16/10}.static-page--about .static-page__intro{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:22px;padding-left:22px}.static-page__feature-grid,.static-page__media-grid--wide{grid-template-columns:1fr}}@media (max-width:980px){.static-page--about .static-page__intro,.static-page--contacts .static-page__media-grid{grid-template-columns:1fr;align-items:start}.static-page--about .static-page__intro{padding:18px}.static-page--about .static-page__intro>div{max-width:none}.static-page--about .static-page__intro .static-page__figure{width:100%}.static-page--about .static-page__intro .static-page__figure img{aspect-ratio:16/9}.static-page--contacts .static-page__figure img,.static-page--contacts .static-page__map iframe{height:auto;min-height:340px}}@media (max-width:760px){.static-page{padding:26px 0 40px}.static-page__header h1{font-size:28px}.static-page--about,.static-page--contacts{padding-top:24px}.static-page--about .static-page__header,.static-page--contacts .static-page__header{margin-bottom:20px;padding:2px 0 0}.static-page--about .static-page__header h1,.static-page--contacts .static-page__header h1{font-size:clamp(30px,9vw,42px);line-height:1.08}.contacts-info-grid,.static-page--about .static-page__cards,.static-page__cards,.static-page__feature,.static-page__intro,.static-page__media-grid{grid-template-columns:1fr}.static-page__intro,.static-page__media-grid{gap:16px;margin-bottom:26px}.static-page--about .static-page__intro,.static-page--contacts .static-page__media-grid{padding:14px;border-radius:22px;box-shadow:0 12px 30px rgba(23,73,130,.09)}.static-page--about .static-page__intro{gap:18px;padding-left:14px}.static-page--about .static-page__intro>div{width:100%}.static-page--about .static-page__intro h2{margin-bottom:10px;font-size:clamp(24px,6.5vw,30px);line-height:1.14}.static-page--about .static-page__intro p{font-size:clamp(16px,4.1vw,18px);line-height:1.58}.static-page__callout h2,.static-page__intro h2,.static-page__section h2{font-size:23px}.static-page__card p,.static-page__feature p,.static-page__figure figcaption,.static-page__intro p,.static-page__policy p{font-size:16px;line-height:1.55}.static-page--about .static-page__section,.static-page--contacts .static-page__section,.static-page__section{margin-top:30px}.contacts-info-grid,.static-page__cards,.static-page__feature-grid{gap:14px}.static-page--about .static-page__card,.static-page--about .static-page__feature,.static-page--contacts .static-page__card{border-radius:18px;padding:14px;box-shadow:0 10px 26px rgba(23,73,130,.08)}.static-page--about .static-page__feature{gap:12px}.static-page--about .static-page__feature:hover{transform:none}.static-page__feature h3{font-size:19px}.static-page__card h2{font-size:18px}.static-page--about .static-page__card:before,.static-page--contacts .static-page__card:before{width:34px;margin-bottom:12px}.static-page--about .static-page__figure img,.static-page--about .static-page__map iframe,.static-page--contacts .static-page__figure img,.static-page--contacts .static-page__map iframe{border-radius:18px;box-shadow:0 10px 26px rgba(23,73,130,.1)}.static-page--about .static-page__feature .static-page__figure img,.static-page--about .static-page__intro .static-page__figure img,.static-page--contacts .static-page__figure img{aspect-ratio:16/10;width:100%;height:auto;min-height:0}.static-page--contacts .static-page__map iframe{height:300px;min-height:300px}.static-page__policy{padding:20px}.static-page--about .static-page__header,.static-page--about .static-page__intro,.static-page--contacts .static-page__header,.static-page--contacts .static-page__media-grid{border-radius:22px}.static-page--about .static-page__intro{padding:18px}.static-page--contacts .static-page__figure img,.static-page--contacts .static-page__map iframe{min-height:0}.contacts-visit{gap:16px;margin-bottom:18px}.contacts-directions,.contacts-visit__content{padding:20px}.contacts-directions__header h2,.contacts-visit__content h2{font-size:clamp(25px,7vw,34px)}.contacts-directions__header>p:not(.contacts-section-label){font-size:16px}.static-page--contacts .contacts-step .static-page__figure img,.static-page--contacts .contacts-visit .static-page__figure img{aspect-ratio:16/10;min-height:0}.static-page--contacts .contacts-visit .static-page__figure img{width:100%;height:auto}.static-page--contacts .contacts-map-section .static-page__map iframe{height:300px;min-height:300px}.contacts-info-grid{margin-bottom:24px}.contacts-step__body{padding:16px}}@media (max-width:520px){.static-page{padding:20px 0 34px}.static-page--about .static-page__header h1,.static-page--contacts .static-page__header h1{font-size:clamp(28px,10vw,36px)}.static-page--about .static-page__intro,.static-page--contacts .static-page__media-grid{padding:10px;border-radius:18px}.static-page--about .static-page__intro h2{font-size:24px}.static-page--about .static-page__intro p{font-size:16px}.static-page__callout h2,.static-page__intro h2,.static-page__section h2{font-size:21px}.static-page__cards{margin-bottom:20px}.static-page--about .static-page__card,.static-page--about .static-page__feature,.static-page--contacts .static-page__card{padding:12px}.static-page--contacts .static-page__map iframe{height:260px;min-height:260px}.contacts-directions,.contacts-info-grid .static-page__card,.contacts-visit__content{padding:16px}.contacts-actions,.contacts-button{width:100%}.static-page--contacts .contacts-map-section .static-page__map iframe{height:260px;min-height:260px}}@media (max-width:1000px){.main-header .main-row{grid-template-columns:auto minmax(180px,1fr) auto;grid-template-areas:"logo custom-order actions" "search search search"}.header-actions{justify-content:flex-start;flex-wrap:wrap}.gofra-logo img{width:180px}.custom-order-header-link{justify-self:stretch;height:50px;padding:0 14px;font-size:14px}.custom-order-header-link img{width:24px;height:24px}.gofra-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:769px) and (max-width:1000px){.main-header .main-row{grid-template-columns:auto minmax(112px,1fr) auto auto;grid-template-areas:"logo search custom-order actions";gap:8px;padding:8px 0}.gofra-logo img{width:clamp(126px,16vw,160px)}.header-actions{flex-wrap:nowrap;gap:6px;justify-content:flex-end}.custom-order-header-link,.gofra-btn,.gofra-btn--icon,.gofra-cart-trigger,.search-input{height:44px}.custom-order-header-link{justify-self:auto;gap:7px;padding:0 9px;font-size:11.5px}.custom-order-header-link img{width:21px;height:21px}.gofra-btn,.gofra-btn--icon{gap:7px;padding:0 9px;font-size:12px}.gofra-btn-icon{width:16px;height:16px}.gofra-cart-trigger{padding-left:38px;padding-right:10px}.gofra-cart-trigger .gofra-button-text{margin-left:5px;font-size:12px}.search-input{border-radius:10px;padding:0 38px 0 12px;font-size:13px}.search-button{top:5px;right:5px;width:34px;height:34px;border-radius:9px}.search-button svg{width:16px;height:16px}}@media (max-width:760px){.main-header .main-row{gap:12px}.gofra-footer .footer-main{grid-template-columns:1fr}.gofra-footer .footer-main,.gofra-footer .gofra-container{padding-left:5px;padding-right:5px}.footer-brand img{width:200px}}@media (max-width:768px){.category-menu,.mini-header{display:none}.main-header .main-row{grid-template-columns:auto 1fr auto;grid-template-areas:"burger logo actions" "search search search";align-items:center;gap:12px}.header-burger{display:inline-flex}.header-actions{justify-content:flex-end}.gofra-logo img{width:160px}.custom-order-header-link{display:none}.custom-order-header-link img{width:26px;height:26px}.gofra-btn{padding:0 12px;border-radius:12px}.gofra-btn-text{display:none}.gofra-btn--icon{width:50px;height:50px;padding:0;aspect-ratio:1/1;justify-content:center}.gofra-btn--icon .gofra-btn-icon{width:22px;height:22px}}@media (max-width:459px){.archive-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:400px){.archive-products{grid-template-columns:1fr}.product-actions{--action-size:36px}.gofra-cart-svg{width:18px;height:18px}}@media (min-width:401px) and (max-width:460px){.product-actions--card{--action-size:36px}.product-actions--card .gofra-cart-svg{width:18px;height:18px}}@media (min-width:460px) and (max-width:1100px){.archive-products{grid-template-columns:repeat(2,minmax(0,1fr))}.product-title{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;min-height:0}}@media (min-width:401px) and (max-width:459px){.product-title{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;min-height:0}}.account-page,.auth-page{max-width:1600px;margin:32px auto 72px;padding:0 10px}.auth-page{display:grid;place-items:center;min-height:52vh}.auth-page__card{width:min(100%,720px)}.auth-page__header{display:grid;grid-gap:8px;gap:8px}.account-page__hero h1,.auth-page__header h1{margin:0;font-size:clamp(28px,3vw,40px);font-family:var(--gofra-font-heading);color:var(--gofra-blue)}.account-page__hero p,.auth-page__header p{margin:0;color:var(--gofra-muted)}.auth-page__links{display:flex;gap:16px;flex-wrap:wrap}.auth-page__links a{color:var(--gofra-blue);font-weight:600}.account-type-switch{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px;padding:6px;border-radius:18px;background:rgba(23,73,130,.08);border:1px solid rgba(23,73,130,.08)}.account-type-switch__option{position:relative;z-index:1;padding:12px 16px;border:0;border-radius:14px;background:transparent;color:var(--gofra-blue);font-weight:700;transition:var(--gofra-transition)}.account-type-switch__option.is-active{background:#fff;box-shadow:0 10px 22px rgba(23,73,130,.12)}.account-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px;border-radius:22px;background:linear-gradient(135deg,rgba(23,73,130,.96),rgba(40,96,163,.88));color:#fff;box-shadow:0 20px 40px rgba(23,73,130,.2)}.account-page__hero .account-page__eyebrow,.account-page__hero h1,.account-page__hero p{color:#fff}.account-page__eyebrow{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gofra-blue)}.account-page__content{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:24px;gap:24px;margin-top:24px}.account-sidebar{position:-webkit-sticky;position:sticky;top:24px;height:-moz-fit-content;height:fit-content}.account-nav{display:grid;grid-gap:8px;gap:8px;padding:12px;border-radius:18px;background:hsla(0,0%,100%,.84);border:1px solid rgba(23,73,130,.08);box-shadow:0 16px 32px rgba(23,73,130,.08)}.account-nav a{display:block;padding:12px 14px;border-radius:12px;font-weight:700;color:var(--gofra-blue);transition:var(--gofra-transition)}.account-nav a.active,.account-nav a:hover{background:rgba(23,73,130,.08)}.account-main,.account-stack{display:grid;grid-gap:20px;gap:20px}.account-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.account-section-header h2{margin:6px 0 0;font-size:24px;color:var(--gofra-blue)}.checkout-field-hint{display:block;margin-top:8px;font-size:12px;line-height:1.5;color:var(--gofra-muted)}.account-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(23,73,130,.08);color:var(--gofra-blue);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.account-pill--success{background:rgba(93,211,158,.22);color:#0f7a52}.account-pill--danger{background:rgba(209,77,77,.12);color:#b23b3b}.account-pill--info{background:rgba(43,93,155,.14);color:var(--gofra-blue-dark)}.account-pill--neutral{background:rgba(23,73,130,.08);color:var(--gofra-blue)}.account-actions-grid,.account-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.account-orders-section,.account-orders-section .account-page__eyebrow,.account-orders-section h2{font-family:var(--font-poppins),var(--gofra-font),sans-serif}.account-action-card,.account-address-card,.account-order-card,.account-summary-card{display:grid;grid-gap:8px;gap:8px;padding:16px;border-radius:16px;background:#f8fbff;border:1px solid rgba(23,73,130,.1)}.account-order-card__meta>div{display:grid;grid-gap:8px;gap:8px}.account-order-card__meta span,.account-summary-card span{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gofra-muted)}.account-action-card strong,.account-address-card strong,.account-order-card strong,.account-summary-card strong{display:block;color:var(--gofra-text)}.account-action-card{transition:var(--gofra-transition)}.account-action-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(23,73,130,.1)}.account-action-card span{color:var(--gofra-muted)}.account-alert{padding:12px 14px;border-radius:12px;font-weight:600}.account-alert--error{background:rgba(209,77,77,.08);color:#b23b3b;border:1px solid rgba(209,77,77,.16)}.account-alert--success{background:rgba(22,163,74,.08);color:#15803d;border:1px solid rgba(22,163,74,.16)}.account-danger-zone{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:24px;padding:20px;border-radius:18px;border:1px solid rgba(209,77,77,.2);background:linear-gradient(135deg,rgba(209,77,77,.08),hsla(0,0%,100%,.9))}.account-danger-zone h3{margin:0 0 8px;color:#b23b3b}.account-danger-zone p{margin:0;color:var(--gofra-muted)}.account-danger-zone__button{flex-shrink:0;min-width:170px;padding:12px 18px;border-radius:12px;border:1px solid rgba(178,59,59,.24);background:#fff;color:#b23b3b;font-weight:800}.account-address-groups,.account-address-list,.account-order-items,.account-orders-list{display:grid;grid-gap:16px;gap:16px}.account-orders-table-wrap{overflow-x:auto;border:1px solid rgba(23,73,130,.1);border-radius:18px;background:linear-gradient(180deg,#f7fbff,#fff)}.account-orders-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-family:var(--font-poppins),var(--gofra-font),sans-serif}.account-orders-table thead th{padding:18px 16px;border-bottom:1px solid rgba(23,73,130,.12);background:rgba(23,73,130,.04);color:var(--gofra-blue-dark);font-size:13px;font-weight:700;text-align:left;white-space:nowrap}.account-orders-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(23,73,130,.1);color:var(--gofra-text);font-size:14px;line-height:1.45;vertical-align:middle}.account-orders-table tbody tr:last-child td{border-bottom:none}.account-orders-table tbody tr{transition:background-color var(--gofra-transition)}.account-orders-table tbody tr:hover{background:rgba(23,73,130,.025)}.account-orders-table__number{font-family:var(--font-poppins),var(--gofra-font),sans-serif;font-size:15px;font-weight:700;color:var(--gofra-blue-dark)}.account-orders-table__amount{font-weight:700;white-space:nowrap}.account-orders-table__actions{text-align:right;white-space:nowrap}.account-orders-table__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 18px;border-radius:10px;border:1px solid rgba(23,73,130,.18);background:#fff;color:var(--gofra-blue-dark);font-family:var(--font-poppins),var(--gofra-font),sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:var(--gofra-transition)}.account-orders-table__link:hover{border-color:rgba(23,73,130,.32);background:rgba(23,73,130,.04)}.account-order-details-page,.account-order-details-page .account-page__eyebrow,.account-order-details-page h2{font-family:var(--font-poppins),var(--gofra-font),sans-serif}.account-order-hero{background:linear-gradient(180deg,#f3f8ff,#fff 42%)}.account-order-hero__meta{margin:8px 0 0;color:var(--gofra-muted);font-size:14px}.account-order-summary-grid .account-summary-card{min-height:104px;background:rgba(248,251,255,.88)}.account-order-group-card{background:linear-gradient(180deg,rgba(243,248,255,.72),#fff 36%)}.account-order-items-table-wrap{overflow-x:auto;border:1px solid rgba(23,73,130,.1);border-radius:18px;background:#fff}.account-order-items-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;font-family:var(--font-poppins),var(--gofra-font),sans-serif}.account-order-items-table thead th{padding:16px 18px;background:rgba(23,73,130,.04);border-bottom:1px solid rgba(23,73,130,.12);color:var(--gofra-blue-dark);font-size:13px;font-weight:700;text-align:left;white-space:nowrap}.account-order-items-table tbody td{padding:16px 18px;border-bottom:1px solid rgba(23,73,130,.08);vertical-align:top;font-size:14px;line-height:1.5}.account-order-items-table tbody tr:last-child td{border-bottom:none}.account-order-items-table__product strong{display:block;color:var(--gofra-text);font-weight:700}.account-order-items-table__product-inner{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.account-order-items-table__thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;border:1px solid rgba(23,73,130,.1);background:linear-gradient(180deg,#f7fbff,#eef5ff)}.account-order-items-table__thumb img,.account-order-items-table__thumb-placeholder{width:100%;height:100%;display:block}.account-order-items-table__thumb img{object-fit:cover}.account-order-items-table__thumb-placeholder{background:linear-gradient(135deg,rgba(23,73,130,.08),rgba(23,73,130,.03)),radial-gradient(circle at 30% 30%,rgba(23,73,130,.08),transparent 45%)}.account-order-items-table__product-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.account-order-items-table__product-link{color:var(--gofra-blue-dark);font-weight:700;text-decoration:none}.account-order-items-table__product-link:hover{text-decoration:underline}.account-order-items-table__sku{color:var(--gofra-muted);font-size:12px}.account-order-items-table__total{font-weight:700;white-space:nowrap}.account-order-totals--panel{padding:16px 18px 0;border-radius:16px;background:hsla(0,0%,100%,.88);border:1px dashed rgba(23,73,130,.16)}.account-address-fixed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.account-address-fixed-card{display:grid;grid-gap:16px;gap:16px;padding:18px;border-radius:18px;background:#f8fbff;border:1px solid rgba(23,73,130,.1)}.account-address-group h3{margin:0 0 12px;color:var(--gofra-blue)}.account-address-card p{margin:0;color:var(--gofra-muted)}.account-address-card__header,.account-order-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.account-address-card__actions,.account-form-actions{display:flex;gap:12px;flex-wrap:wrap}.account-empty-state{padding:18px;border-radius:14px;background:#f7f9fc;border:1px dashed rgba(23,73,130,.18);color:var(--gofra-muted)}.account-order-card{text-decoration:none;transition:var(--gofra-transition)}.account-order-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(23,73,130,.08)}.account-order-card__header span{display:block;margin-top:4px;font-size:14px;color:var(--gofra-muted)}.account-order-card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.account-order-card__actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:4px}.account-order-card__link{text-decoration:none}.account-order-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;background:#f8fbff;border:1px solid rgba(23,73,130,.08)}.account-order-item p{margin:6px 0 0;color:var(--gofra-muted)}.account-order-totals{display:grid;grid-gap:10px;gap:10px;padding-top:12px;border-top:1px dashed var(--gofra-border)}.account-order-totals div{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-order-totals span{color:var(--gofra-muted)}.account-order-totals__total{font-weight:800;color:var(--gofra-blue)}.account-back-link{width:-moz-fit-content;width:fit-content}.mobile-account-links{display:grid;grid-gap:10px;gap:10px}.mobile-account-links a,.mobile-account-logout{display:block;width:100%;padding:10px 12px;border-radius:10px;background:#f7f9fc;border:1px solid rgba(23,73,130,.1);color:var(--gofra-blue);font-weight:700;text-align:left;font-family:var(--gofra-font)}.mobile-account-status{display:block;color:var(--gofra-muted)}.gofra-btn--account{background:#fff;color:var(--gofra-blue);border-color:rgba(23,73,130,.14)}@media (max-width:1100px){.account-page__content{grid-template-columns:minmax(0,1fr)}.account-sidebar{position:static}.account-actions-grid,.account-address-fixed-grid,.account-order-card__meta,.account-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.account-page__hero{padding:20px;flex-direction:column}.account-actions-grid,.account-address-fixed-grid,.account-order-card__meta,.account-summary-grid{grid-template-columns:minmax(0,1fr)}.account-page,.auth-page{margin:20px auto 48px}.account-address-card__actions,.account-danger-zone,.account-form-actions,.account-order-card__actions,.auth-page__links{flex-direction:column}.account-danger-zone__button{width:100%}.account-orders-table-wrap{overflow:visible;border:none;background:transparent}.account-orders-table{min-width:0}.account-orders-table thead{display:none}.account-orders-table,.account-orders-table tbody,.account-orders-table td,.account-orders-table tr{display:block;width:100%}.account-orders-table tbody{display:grid;grid-gap:14px;gap:14px}.account-orders-table tbody tr{padding:16px;border-radius:16px;border:1px solid rgba(23,73,130,.1);background:#f8fbff;box-shadow:0 8px 22px rgba(23,73,130,.06)}.account-orders-table tbody td{display:grid;grid-template-columns:minmax(110px,130px) minmax(0,1fr);grid-gap:12px;gap:12px;padding:0;border:none;text-align:left}.account-orders-table tbody td+td{margin-top:12px}.account-orders-table tbody td:before{content:attr(data-label);color:var(--gofra-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.account-orders-table__actions{text-align:left}.account-orders-table__link{width:-moz-fit-content;width:fit-content}.account-order-items-table-wrap{overflow:visible;border:none;background:transparent}.account-order-items-table{min-width:0}.account-order-items-table thead{display:none}.account-order-items-table,.account-order-items-table tbody,.account-order-items-table td,.account-order-items-table tr{display:block;width:100%}.account-order-items-table tbody{display:grid;grid-gap:14px;gap:14px}.account-order-items-table tbody tr{padding:16px;border-radius:16px;border:1px solid rgba(23,73,130,.1);background:#f8fbff;box-shadow:0 8px 22px rgba(23,73,130,.06)}.account-order-items-table tbody td{display:grid;grid-template-columns:minmax(96px,116px) minmax(0,1fr);grid-gap:12px;gap:12px;padding:0;border:none}.account-order-items-table tbody td+td{margin-top:10px}.account-order-items-table tbody td:before{content:attr(data-label);color:var(--gofra-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.account-order-totals--panel{padding:16px}.account-order-items-table__product-inner{grid-template-columns:56px minmax(0,1fr);gap:12px}.account-order-items-table__thumb{width:56px;height:56px}}