@charset "UTF-8";:root{--color-primary: var(--runtime-color-primary, #1677ff);--color-primary-hover: var(--runtime-color-primary-hover, #4096ff);--color-primary-active: var(--runtime-color-primary-active, #0958d9);--color-primary-soft: var(--runtime-color-primary-soft, #eaf2ff);--color-accent: var(--runtime-color-secondary, #faad14);--color-text: var(--runtime-color-text, rgba(255, 255, 255, .88));--color-text-secondary: var(--runtime-color-text-muted, rgba(255, 255, 255, .65));--bg-page: var(--runtime-color-background, #ffffff);--bg-surface: var(--runtime-color-card-bg, #fafafa);--border-color: var(--runtime-color-border, #e5e7eb);--icon-color: var(--runtime-color-icon, var(--color-primary));--input-border-color: var(--runtime-color-input-border, var(--border-color));--background-text-color: var(--runtime-color-background-text, #ffffff);--font-display: inherit;--font-body: inherit;--radius-card: .5rem;--radius-control: .375rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--mobile-checkout-bg: var(--bg-page);--mobile-checkout-surface: var(--bg-surface);--mobile-checkout-muted-surface: var(--bg-surface);--mobile-checkout-border: var(--border-color);--mobile-checkout-text: var(--color-text);--mobile-checkout-muted: var(--color-text-secondary);--mobile-checkout-primary: var(--color-primary);--mobile-checkout-primary-strong: var(--color-primary);--mobile-checkout-active-bg: var(--bg-surface);--mobile-checkout-step-bg: var(--bg-surface);--mobile-checkout-step-number: var(--color-text-secondary);--mobile-checkout-success: #2e9d4f;--mobile-checkout-danger: #e03131;--mobile-checkout-shadow: 0 .5rem 1.25rem rgba(15, 23, 42, .08);--checkout-savings-bg: #fff5f3;--checkout-savings-border: #ffdcd6;--checkout-savings-text: #b93815}.order-status-continue-btn,.order-status-continue-btn:hover,.order-status-continue-btn:focus,.order-status-continue-btn:focus-visible,.order-status-continue-btn:active{background:transparent!important;box-shadow:none!important}.checkout-page-container{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem 1.5rem;min-height:auto;font-family:var(--font-body),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--mobile-checkout-text)}.checkout-shell{display:flex;flex-direction:column;gap:.75rem;min-height:auto}.checkout-header-title-container{display:flex;flex-direction:column;gap:.25rem}.checkout-title-row{display:flex;align-items:center;gap:.5rem}.checkout-title-row h1{font-size:2rem;font-weight:800;color:var(--mobile-checkout-text);margin:0}.checkout-subtitle{font-size:.875rem;color:var(--mobile-checkout-muted);margin:0}.checkout-progress-bar{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem;width:100%;max-width:35rem}.checkout-step-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:600;color:var(--mobile-checkout-muted);transition:all .3s ease}.checkout-step-item.active,.checkout-step-item.completed{color:var(--mobile-checkout-primary)}.checkout-step-badge{width:2rem;height:2rem;border-radius:50%;background-color:var(--mobile-checkout-step-bg);color:var(--mobile-checkout-step-number);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;transition:all .3s ease}.checkout-step-item.active .checkout-step-badge{background-color:var(--mobile-checkout-primary);color:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--mobile-checkout-primary) 15%,transparent)}.checkout-step-item.completed .checkout-step-badge{background-color:var(--mobile-checkout-primary);color:#fff}.checkout-step-connector{flex:1;height:2px;border-bottom:2px dashed var(--mobile-checkout-border);min-width:60px}.checkout-main-layout{display:grid;grid-template-columns:1fr 380px;gap:1.25rem;align-items:stretch;flex:1}.checkout-left-column{display:flex;flex-direction:column;gap:1rem}.checkout-right-column{display:flex;flex-direction:column;gap:1rem;position:static;align-self:stretch}.checkout-choice-panel{border:1px solid var(--mobile-checkout-border);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.checkout-panel-header{display:flex;flex-direction:column;gap:.25rem}.checkout-panel-header h2{font-size:1.375rem;font-weight:700;color:var(--mobile-checkout-text);margin:0}.checkout-panel-header p{font-size:.875rem;color:var(--mobile-checkout-muted);margin:0}.checkout-panel-choices{display:flex;flex-direction:column;gap:.75rem}.checkout-order-card{border:1.5px solid var(--mobile-checkout-border);border-radius:16px;padding:1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.checkout-order-card:hover{border-color:var(--mobile-checkout-primary);transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--mobile-checkout-primary) 5%,transparent)}.checkout-order-card.active{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-active-bg)}.checkout-order-card.active .checkout-order-card-icon-wrapper svg,.checkout-order-card.active .checkout-order-card-icon-wrapper svg *{fill:var(--mobile-checkout-primary)!important;stroke:var(--mobile-checkout-primary)!important}.checkout-order-card-left{display:flex;align-items:center;gap:1.25rem;flex:1}.checkout-order-card-icon-wrapper{width:48px;height:48px;border-radius:12px;background-color:var(--mobile-checkout-step-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.checkout-order-card-icon-wrapper svg{width:30px;height:30px}.checkout-order-card-icon{font-size:1.25rem;color:var(--mobile-checkout-primary);transition:transform .3s ease}.checkout-order-card:hover .checkout-order-card-icon{transform:scale(1.1)}.checkout-order-card-details{display:flex;flex-direction:column;gap:.25rem}.checkout-order-card-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.checkout-order-card-title{font-size:1rem;font-weight:700;color:var(--mobile-checkout-text)}.checkout-order-card-radio-container{padding-left:1rem}.checkout-order-card-radio{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--mobile-checkout-border);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.checkout-order-card.active .checkout-order-card-radio{border-color:var(--mobile-checkout-primary);background-color:var(--background-text-color)}.checkout-order-card-radio-dot{width:.375rem;height:.375rem;border-radius:50%;background-color:var(--mobile-checkout-primary);transform:scale(0);transition:transform .2s ease}.checkout-order-card.active .checkout-order-card-radio-dot{transform:scale(1)}.checkout-inline-address-section{border-top:1px solid var(--mobile-checkout-border);padding-top:1.5rem;margin-top:.5rem;display:flex;flex-direction:column;gap:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.checkout-inline-address-header{display:flex;align-items:center;justify-content:space-between}.checkout-inline-address-header h3{font-size:1.0625rem;font-weight:700;color:var(--mobile-checkout-text);margin:0}.checkout-add-address-btn{display:flex;align-items:center;gap:.375rem;background:transparent;border:none;color:var(--mobile-checkout-primary);font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:background-color .2s ease}.checkout-add-address-btn:hover{background-color:var(--mobile-checkout-active-bg)}.checkout-addresses-grid{display:flex;flex-direction:column;gap:.75rem}.checkout-address-card{border:1.5px solid var(--mobile-checkout-border);border-radius:12px;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;transition:all .2s ease}.checkout-address-card:hover{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-muted-surface)}.checkout-address-card.active{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-active-bg)}.checkout-address-card-icon{font-size:1.25rem;color:var(--mobile-checkout-step-number);margin-top:.125rem}.checkout-address-card.active .checkout-address-card-icon{color:var(--mobile-checkout-primary)}.checkout-address-card-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.checkout-address-card-meta{font-size:.875rem;font-weight:700;color:var(--mobile-checkout-text)}.checkout-address-card-text{font-size:.8125rem;color:var(--mobile-checkout-muted);line-height:1.4}.checkout-address-card-delete-btn{background:transparent;border:none;color:var(--mobile-checkout-danger, #f04438);cursor:pointer;padding:.375rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.checkout-address-card-delete-btn:hover{background-color:color-mix(in srgb,var(--mobile-checkout-danger, #f04438) 12%,transparent)}.checkout-address-empty-state{border:2px dashed var(--mobile-checkout-border);border-radius:12px;padding:2rem;text-align:center;color:var(--mobile-checkout-muted);font-size:.875rem;cursor:pointer;transition:all .2s ease}.checkout-address-empty-state:hover{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-active-bg);color:var(--mobile-checkout-primary)}.checkout-address-empty-state-icon{font-size:1.75rem;margin-bottom:.5rem;display:block}.checkout-primary-action-btn{width:100%;height:3.375rem;border-radius:12px;background-color:var(--mobile-checkout-primary);color:var(--background-text-color);font-size:1.0625rem;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 4px 12px color-mix(in srgb,var(--mobile-checkout-primary) 20%,transparent);transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem}.checkout-primary-action-btn .ant-typography{color:inherit!important}.checkout-primary-action-btn:hover:not(:disabled){background-color:var(--mobile-checkout-primary-strong);transform:translateY(-1px);box-shadow:0 6px 16px color-mix(in srgb,var(--mobile-checkout-primary) 30%,transparent)}.checkout-primary-action-btn:disabled{background-color:var(--mobile-checkout-border);color:var(--mobile-checkout-step-number);cursor:not-allowed;box-shadow:none}.checkout-btn-arrow-circle{width:1.75rem;height:1.75rem;border-radius:50%;background-color:#fff;color:var(--mobile-checkout-primary);display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:transform .3s ease}.checkout-primary-action-btn:hover:not(:disabled) .checkout-btn-arrow-circle{transform:translate(2px)}.checkout-primary-action-btn:disabled .checkout-btn-arrow-circle{background-color:var(--mobile-checkout-step-bg);color:var(--mobile-checkout-step-number)}.checkout-security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8125rem;color:var(--mobile-checkout-muted);margin-top:.75rem}.checkout-security-badge .anticon{color:var(--mobile-checkout-primary);font-size:.9375rem}.checkout-order-summary-card{border:1px solid var(--mobile-checkout-border);border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.checkout-summary-header{display:flex;align-items:center;gap:.625rem;border-bottom:1px solid var(--mobile-checkout-border);padding-bottom:.5rem}.checkout-summary-header-icon{font-size:1.25rem;color:var(--mobile-checkout-primary)}.checkout-summary-header h2{font-size:1.125rem;font-weight:700;color:var(--mobile-checkout-text);margin:0}.checkout-summary-items-list{display:flex;flex-direction:column;gap:.875rem;flex:0 1 auto;max-height:19rem;overflow-y:auto;padding-right:.25rem}.checkout-summary-items-list::-webkit-scrollbar{width:4px}.checkout-summary-items-list::-webkit-scrollbar-track{background:var(--mobile-checkout-step-bg);border-radius:99px}.checkout-summary-items-list::-webkit-scrollbar-thumb{background:var(--mobile-checkout-border);border-radius:99px}.checkout-summary-item-row{display:flex;align-items:center;gap:.75rem}.checkout-summary-item-img-wrapper{width:42px;height:42px;border-radius:8px;background-color:var(--mobile-checkout-step-bg);overflow:hidden;flex-shrink:0}.checkout-summary-item-img{width:100%;height:100%;object-fit:cover}.checkout-summary-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.checkout-summary-item-name{font-size:.8125rem;font-weight:700;color:var(--mobile-checkout-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-summary-item-qty{font-size:.75rem;color:var(--mobile-checkout-muted)}.checkout-summary-item-price{font-size:.8125rem;font-weight:700;color:var(--mobile-checkout-text);white-space:nowrap}.checkout-summary-divider{height:1px;background-color:var(--mobile-checkout-border);margin:.25rem 0}.checkout-summary-calc-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:var(--mobile-checkout-muted)}.checkout-summary-calc-val{font-weight:600;color:var(--mobile-checkout-text)}.checkout-summary-calc-val.free{font-weight:700}.checkout-summary-total-row{display:flex;align-items:center;justify-content:space-between;background-color:var(--mobile-checkout-active-bg);border-radius:12px;padding:.625rem 1rem;margin-top:.25rem}.checkout-summary-total-label{font-size:.9375rem;font-weight:700}.checkout-summary-total-price{font-size:1.125rem;font-weight:800;color:var(--background-text-color)}.checkout-savings-card{background:var(--checkout-savings-bg, #fff5f3);border:1px solid var(--checkout-savings-border, #ffdcd6);border-radius:20px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem;position:relative;box-shadow:var(--mobile-checkout-shadow)}.checkout-savings-header-row{display:flex;align-items:center;gap:.75rem}.checkout-savings-gift-icon{font-size:1.5rem;flex-shrink:0}.checkout-savings-text-col{display:flex;flex-direction:column;gap:.25rem}.checkout-savings-title{font-size:.875rem;font-weight:700;color:var(--checkout-savings-text, #b93815)}.checkout-savings-desc{font-size:.75rem;color:var(--checkout-savings-text, #7a2710);font-weight:500}.checkout-savings-desc strong{font-weight:700}.checkout-progress-container{margin-top:.75rem;position:relative;padding-bottom:1.25rem}.checkout-progress-track{height:6px;background-color:var(--checkout-savings-border, #ffdcd6);border-radius:99px;position:relative;width:100%}.checkout-progress-fill{height:100%;background:linear-gradient(90deg,var(--mobile-checkout-primary),var(--mobile-checkout-primary-strong));border-radius:99px;width:0%;transition:width .5s ease}.checkout-progress-rider{position:absolute;top:-12px;left:0%;transform:translate(-50%);font-size:1.5rem;transition:left .5s ease;line-height:1}.checkout-progress-rider-img{width:28px;height:28px;object-fit:contain}.checkout-progress-labels{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.6875rem;color:var(--mobile-checkout-muted);font-weight:600}.checkout-services-banner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border:1px solid var(--mobile-checkout-border);border-radius:20px;padding:1rem;margin-top:1.25rem}.checkout-service-item{display:flex;align-items:center;gap:1rem}.checkout-service-icon-wrapper{width:2.75rem;height:2.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.checkout-service-item:nth-child(1) .checkout-service-icon-wrapper{background-color:color-mix(in srgb,var(--mobile-checkout-primary) 12%,transparent);color:var(--mobile-checkout-primary)}.checkout-service-item:nth-child(2) .checkout-service-icon-wrapper{background-color:#fef6e7;color:#f79009}.checkout-service-item:nth-child(3) .checkout-service-icon-wrapper{background-color:#f5f3ff;color:#7c3aed}.checkout-service-item:nth-child(4) .checkout-service-icon-wrapper{background-color:#eff8ff;color:#175cd3}.checkout-service-info{display:flex;flex-direction:column;gap:.125rem}.checkout-service-title{font-size:.8125rem;font-weight:700;color:var(--mobile-checkout-text)}.checkout-service-desc{font-size:.725rem;color:var(--mobile-checkout-muted);line-height:1.3}.checkout-payment-options-grid{display:flex;flex-direction:column;gap:.75rem;max-height:30vh;overflow-y:auto;padding-right:.5rem}.checkout-payment-options-grid::-webkit-scrollbar{width:6px}.checkout-payment-options-grid::-webkit-scrollbar-track{background:transparent}.checkout-payment-options-grid::-webkit-scrollbar-thumb{background:var(--mobile-checkout-border, #e0e0e0);border-radius:10px}.checkout-payment-card{border:1.5px solid var(--mobile-checkout-border);border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.checkout-payment-card:hover{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-muted-surface)}.checkout-payment-card.active{border-color:var(--mobile-checkout-primary);background-color:var(--mobile-checkout-active-bg)}.checkout-payment-left{display:flex;align-items:center;gap:.75rem}.checkout-payment-icon{font-size:1.25rem;color:var(--mobile-checkout-step-number)}.checkout-payment-card.active .checkout-payment-icon{color:var(--mobile-checkout-primary)}.checkout-payment-card.active .checkout-order-card-radio{border-color:var(--mobile-checkout-primary);background-color:var(--background-text-color, #fff)}.checkout-payment-card.active .checkout-order-card-radio-dot{transform:scale(1)}.checkout-payment-details{display:flex;flex-direction:column;gap:.125rem}.checkout-payment-title{font-size:.875rem;font-weight:700;color:var(--mobile-checkout-text)}.checkout-payment-desc{font-size:.75rem;color:var(--mobile-checkout-muted)}.checkout-actions-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.checkout-back-btn{height:3.375rem;min-height:3.375rem;border-radius:12px;padding:0 1.5rem;font-size:.9375rem;font-weight:600;border:1px solid var(--mobile-checkout-border);background-color:var(--mobile-checkout-surface);color:var(--mobile-checkout-text);cursor:pointer;transition:all .2s ease;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.checkout-back-btn:hover{background-color:var(--mobile-checkout-muted-surface);border-color:var(--mobile-checkout-step-number)}.checkout-pay-btn{flex:1}@media(min-width:64rem){.checkout-summary-items-list{min-height:19rem}}@media(max-width:64rem){.checkout-shell{min-height:auto}.checkout-main-layout{grid-template-columns:1fr;gap:1.5rem}.checkout-right-column{position:static}.checkout-services-banner{grid-template-columns:1fr 1fr;gap:1.25rem}}@media(max-width:36rem){.checkout-page-container{padding:1rem 1rem 3rem}.checkout-services-banner{grid-template-columns:1fr;gap:1rem}.checkout-order-card{flex-direction:column;align-items:flex-start;gap:1rem}.checkout-order-card-radio-container{padding-left:0;align-self:flex-end}}@media(max-width:64rem){:root[data-industry] .checkout-page-container{min-height:100%;padding:0!important}:root[data-industry] #main:has(.checkout-page-container){min-height:0}:root[data-industry] .checkout-shell{margin:0!important;padding:1rem!important}:root[data-industry] .checkout-shell>h1{margin:0 0 1rem;color:var(--mobile-checkout-text);font-size:1.625rem;font-weight:950;letter-spacing:0}:root[data-industry] .checkout-layout{width:100%!important;margin:0!important;display:grid;grid-template-columns:1fr!important;gap:1rem;padding:0}:root[data-industry] .checkout-main{width:100%;min-width:0;padding:0;display:grid;gap:.75rem}:root[data-industry] .coupon-card,:root[data-industry] .order-summary-card,:root[data-industry] .checkout-panel{border:.0625rem solid var(--mobile-checkout-border)!important;border-radius:1.125rem!important;padding:1rem!important}:root[data-industry] .checkout-panel{display:grid;gap:.875rem}:root[data-industry] .panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}:root[data-industry] .panel-title-row h2{margin:0!important;color:var(--mobile-checkout-text);font-size:1.0625rem;line-height:1.15;font-weight:950}:root[data-industry] .panel-title-row .ant-btn{height:2.25rem;border:0!important;border-radius:999px!important;padding-inline:.625rem!important;background:transparent!important;color:var(--mobile-checkout-text)!important;font-size:.8125rem;font-weight:950;text-transform:none}:root[data-industry] .checkout-choice,:root[data-industry] .address-choice{width:100%;min-height:4rem;border:.0625rem solid var(--mobile-checkout-border)!important;border-radius:.875rem!important;padding:.75rem!important;background:var(--mobile-checkout-muted-surface);display:grid;grid-template-columns:2.375rem minmax(0,1fr) 1rem;gap:.75rem;align-items:center;text-align:left;box-shadow:none}:root[data-industry] .checkout-choice.active,:root[data-industry] .address-choice.active{border-color:color-mix(in srgb,var(--mobile-checkout-primary) 28%,transparent)!important;background:var(--mobile-checkout-active-bg)}:root[data-industry] .choice-icon{width:2.375rem;height:2.375rem;border-radius:.75rem;display:grid;place-items:center;background:var(--mobile-checkout-step-bg);color:var(--mobile-checkout-primary);font-size:1.125rem}:root[data-industry] .checkout-choice.active .choice-icon{background:var(--mobile-checkout-primary);color:#fff}:root[data-industry] .checkout-choice strong,:root[data-industry] .address-choice strong{display:block;color:var(--mobile-checkout-text);font-size:.875rem;line-height:1.2;font-weight:950}:root[data-industry] .checkout-choice small,:root[data-industry] .address-choice span{color:var(--mobile-checkout-muted);font-size:.75rem;line-height:1.25;font-weight:800}:root[data-industry] .checkout-choice i{width:1rem;height:1rem;border:.125rem solid var(--mobile-checkout-border);border-radius:50%}:root[data-industry] .checkout-choice.active i{border:.3125rem solid var(--mobile-checkout-primary);background:#fff}:root[data-industry] .address-choice{grid-template-columns:1.5rem minmax(0,1fr) auto}:root[data-industry] .address-choice.empty{min-height:3.5rem;grid-template-columns:auto minmax(0,auto);justify-content:center;color:var(--mobile-checkout-primary);font-weight:950}:root[data-industry] .coupon-card div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}:root[data-industry] .coupon-card input{width:100%;min-width:0;height:2.75rem;border:.0625rem solid var(--mobile-checkout-border);border-radius:.75rem;padding:0 .75rem;background:var(--mobile-checkout-muted-surface);color:var(--mobile-checkout-text);font-size:.8125rem;font-weight:800}:root[data-industry] .coupon-card .ant-btn{height:2.75rem;border-radius:.75rem!important;padding-inline:.875rem;background:var(--mobile-checkout-primary)!important;text-transform:none}:root[data-industry] .order-summary-card h2,:root[data-industry] .coupon-card strong{margin:0 0 .75rem;color:var(--mobile-checkout-text);font-size:1.0625rem;font-weight:950}:root[data-industry] .order-summary-line{display:grid;grid-template-columns:2.5rem minmax(0,1fr) 4.5rem;gap:.5rem;align-items:center}:root[data-industry] .order-summary-line img,:root[data-industry] .order-summary-line>div:first-child{width:2.5rem!important;height:2.5rem!important;border-radius:.625rem!important;object-fit:cover}:root[data-industry] .order-summary-line>div:nth-child(2){min-width:0}:root[data-industry] .order-summary-line strong{color:var(--mobile-checkout-text);font-size:.75rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry] .order-summary-line span{color:var(--mobile-checkout-muted);font-size:.6875rem}:root[data-industry] .order-summary-line>.ant-typography{justify-self:end;color:var(--mobile-checkout-primary);font-size:.75rem;font-weight:950;white-space:nowrap}:root[data-industry] .summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.625rem;color:var(--mobile-checkout-muted);font-size:.875rem}:root[data-industry] .summary-row .ant-typography,:root[data-industry] .summary-row strong{color:var(--mobile-checkout-text);font-weight:950;white-space:nowrap}:root[data-industry] .summary-row.total{margin-top:1rem;padding-top:1rem;border-top:.0625rem solid var(--mobile-checkout-border)}:root[data-industry] .checkout-actions .ant-btn,:root[data-industry] .checkout-panel>.ant-btn{height:2.625rem;min-width:4.375rem;border-radius:.75rem!important;padding-inline:1rem!important;font-size:.8125rem;font-weight:950;text-transform:none}:root[data-industry] .checkout-panel>.ant-btn{justify-self:start}:root[data-industry] .order-summary-card .ant-btn{height:3rem;border-radius:.875rem!important;text-transform:none}:root[data-industry] .checkout-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem}:root[data-industry] .checkout-actions .ant-btn-primary,:root[data-industry] .checkout-panel>.ant-btn-primary{min-width:6.25rem}:root[data-industry] .order-summary-card .ant-btn,:root[data-industry] .checkout-actions .ant-btn-primary,:root[data-industry] .checkout-panel>.ant-btn-primary{background:var(--mobile-checkout-primary)!important}:root[data-industry] .order-summary-card .ant-btn:hover,:root[data-industry] .order-summary-card .ant-btn:focus,:root[data-industry] .checkout-actions .ant-btn-primary:hover,:root[data-industry] .checkout-actions .ant-btn-primary:focus,:root[data-industry] .checkout-panel>.ant-btn-primary:hover,:root[data-industry] .checkout-panel>.ant-btn-primary:focus{background:var(--mobile-checkout-primary-strong)!important;color:#fff!important}:root[data-industry] .checkout-steps{width:100%!important;margin:0;padding:.375rem;border-radius:999px;background:var(--mobile-checkout-step-bg);display:flex!important;gap:.375rem!important}:root[data-industry] .step-badge{flex:1;height:2.25rem;border-radius:999px;color:var(--mobile-checkout-muted);display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-size:.6875rem;font-weight:900}:root[data-industry] .step-badge span{width:1.75rem;height:1.75rem;min-width:1.75rem;border-radius:50%;display:grid;place-items:center;line-height:1;background:#ffffffc7;color:var(--mobile-checkout-step-number);font-size:.75rem;font-weight:950}:root[data-industry] .step-badge.active span{background:var(--mobile-checkout-primary);color:#fff}:root[data-industry] .step-badge.done span{background:var(--mobile-checkout-success);color:#fff}:root[data-industry] .step-badge.active,:root[data-industry] .step-badge.done{background:#fff;color:var(--mobile-checkout-primary)}:root[data-industry] .selected-address-accordion{margin-bottom:1rem;border:.0625rem solid var(--mobile-checkout-border);border-radius:.5rem;overflow:hidden}:root[data-industry] .selected-address-accordion-header{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:.625rem;color:var(--mobile-checkout-text);cursor:pointer;text-align:left}:root[data-industry] .selected-address-icon{color:var(--mobile-checkout-primary);font-size:1.125rem;flex:0 0 auto}:root[data-industry] .selected-address-city{min-width:0;flex:1 1 auto;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-industry] .selected-address-toggle{color:var(--mobile-checkout-muted);font-size:.75rem;flex:0 0 auto}:root[data-industry] .selected-address-accordion-body{padding:0 .75rem .75rem 2.5rem}:root[data-industry] .selected-address-full{display:block;font-size:.8125rem;line-height:1.4}:root[data-industry] .add-address-map-modal{top:max(1rem,env(safe-area-inset-top))!important;max-width:calc(100vw - 2rem);margin:0 auto;padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}:root[data-industry] .add-address-map-modal .ant-modal-content{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden;overscroll-behavior:contain!important}:root[data-industry] .add-address-map-modal .ant-modal-body{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry] .add-address-map-modal .add-address-modal{max-height:none!important;min-height:0;display:block!important;overflow:visible}:root[data-industry] .add-address-map-modal .static-map-part{flex:none}:root[data-industry] .add-address-map-modal .scrollable-form-part{min-height:0;flex:none;overflow-y:visible!important;padding-bottom:3rem}:root[data-industry] .add-address-map-modal .ant-form-item{margin-bottom:.75rem}:root[data-industry] .add-address-map-modal .ant-input{border-color:var(--mobile-checkout-border);border-radius:.75rem}:root[data-industry] .add-address-map-modal .ant-btn-primary{background:var(--mobile-checkout-primary)!important}}.order-detail-page{padding-bottom:2.5rem;margin-top:.9375rem;min-height:70vh;padding-top:1.5rem!important}.order-header-card,.order-items-card{margin-bottom:1rem;border-radius:.75rem;overflow:hidden;border:.0625rem solid var(--border-color, #f0f0f0);box-shadow:0 .125rem .5rem #0000000a}.order-header-card .ant-card-body{padding:1rem;position:relative}.order-items-card .ant-card-body{padding:0 1.5rem;max-height:46vh;overflow-y:auto}.order-items-card .ant-card-body::-webkit-scrollbar{width:.375rem}.order-items-card .ant-card-body::-webkit-scrollbar-track{background:transparent}.order-items-card .ant-card-body::-webkit-scrollbar-thumb{background:var(--border-color, #e0e0e0);border-radius:.625rem}.order-summary-card{height:100%;max-height:50vh;border-radius:.75rem;border:.0625rem solid var(--border-color, #f0f0f0);box-shadow:0 .125rem .5rem #0000000a;display:flex;flex-direction:column;overflow-y:auto}.order-summary-card .ant-card-body{flex:1;display:flex;flex-direction:column}.order-back-link{display:inline-flex;align-items:center;color:var(--color-primary);font-weight:600;margin-bottom:.75rem}.order-back-icon{margin-right:.5rem}.order-title{margin:0 0 .75rem!important;font-size:1.3rem!important;font-weight:700!important;color:var(--color-text)}.order-tags-container{margin-bottom:.5rem}.order-status-tag{padding:.25rem .75rem;border-radius:1rem;font-size:.8125rem;font-weight:600;border:none;background:#f3e5f5;color:#7b1fa2;text-transform:uppercase}.order-payment-status-tag{padding:.25rem .75rem;border-radius:1rem;font-size:.8125rem;font-weight:600;border:none;background:#e8f5e9;color:#2e7d32;text-transform:uppercase}.order-type-tag{padding:.25rem .75rem;border-radius:1rem;font-size:.8125rem;font-weight:600;border:none;background:#e3f2fd;color:#1565c0;text-transform:uppercase}.order-meta-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--color-text-secondary);font-size:.875rem}.order-date-span{display:flex;align-items:center;gap:.5rem}.order-meta-divider{height:1rem;background:var(--border-color)}.order-payment-method-span{display:flex;align-items:center;gap:.5rem;color:var(--color-primary);font-weight:500}.order-payment-method-text{text-transform:capitalize}.order-header-illustration{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);opacity:.9}@media(max-width:768px){.order-header-illustration{right:1rem;transform:translateY(-10%) scale(.65);transform-origin:right center;opacity:.5}}.illustration-container{position:relative;width:7.5rem;height:7.5rem}.illustration-shadow{position:absolute;bottom:.625rem;left:50%;transform:translate(-50%);width:8.75rem;height:1.25rem;background:color-mix(in srgb,var(--color-primary) 10%,transparent);border-radius:50%}.illustration-bag-body{position:absolute;bottom:.9375rem;left:.9375rem;width:5.625rem;height:5rem;background:color-mix(in srgb,var(--color-primary) 20%,transparent);border-radius:.5rem}.illustration-bag-front{position:absolute;bottom:.9375rem;left:2.8125rem;width:1.875rem;height:2.5rem;background:var(--bg-surface);border-radius:.25rem .25rem 0 0}.illustration-bag-handle{position:absolute;top:1.25rem;left:2.1875rem;width:3.125rem;height:1.875rem;border:.375rem solid color-mix(in srgb,var(--color-primary) 40%,transparent);border-bottom:none;border-radius:1.5625rem 1.5625rem 0 0}.illustration-bag-badge{position:absolute;top:2.1875rem;right:-.625rem;width:2.5rem;height:2.5rem;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 .25rem .75rem color-mix(in srgb,var(--color-primary) 30%,transparent)}.illustration-dot-1{position:absolute;top:.625rem;left:0;width:.5rem;height:.5rem;background:color-mix(in srgb,var(--color-primary) 40%,transparent);border-radius:50%}.illustration-dot-2{position:absolute;top:1.875rem;left:.625rem;width:.375rem;height:.375rem;background:color-mix(in srgb,var(--color-primary) 40%,transparent);border-radius:50%;transform:rotate(45deg)}.order-items-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600}.order-items-icon-wrapper{background:color-mix(in srgb,var(--color-primary) 10%,transparent);padding:.5rem;border-radius:.5rem;color:var(--color-primary);display:flex}.order-item-row{padding:1rem 0;display:flex;gap:1rem;align-items:center;border-bottom:.0625rem solid var(--border-color)}.order-item-row:last-child{border-bottom:none}.order-item-image-wrapper{width:5rem;height:5rem;background:var(--bg-surface);border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.order-item-image{width:100%;height:100%;object-fit:cover}.order-item-placeholder{font-size:2rem}.order-item-details{flex:1}.order-item-name{margin:0 0 .25rem!important;font-size:1rem!important;color:var(--color-text)}.order-item-sku{display:block;margin-bottom:.25rem}.order-item-meta{display:flex;align-items:center;gap:1rem}.order-item-qty{margin:0;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary);border:none;border-radius:1rem;font-size:.875rem;font-weight:500}.order-item-unit-price{font-size:.875rem}.order-item-total{text-align:right}.order-item-total-price{font-size:1.25rem;color:var(--color-text)}.order-help-banner{background:color-mix(in srgb,var(--color-primary) 5%,transparent);border:.0625rem solid color-mix(in srgb,var(--color-primary) 20%,transparent);border-radius:.75rem;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-help-message{display:flex;align-items:center;gap:.75rem;color:var(--color-primary);font-weight:500}.order-help-icon{color:var(--color-accent, #faad14);font-size:1.125rem}.order-help-button{border-color:color-mix(in srgb,var(--color-primary) 30%,transparent);color:var(--color-primary);font-weight:500;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;background:transparent}.order-help-button:hover,.grocery-account-modal .ant-btn-default:hover,.grocery-account-page .ant-btn-default:hover{background:transparent!important;color:var(--color-primary)}.order-summary-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600}.order-summary-icon-wrapper{background:color-mix(in srgb,var(--color-primary) 10%,transparent);padding:.5rem;border-radius:.5rem;color:var(--color-primary);display:flex}.order-summary-space{width:100%}.order-summary-row{margin-bottom:1rem}.order-summary-row.total{margin-bottom:.5rem}.order-summary-label,.order-summary-value{font-size:.9375rem}.order-summary-divider{margin:1rem 0}.order-summary-total-label{font-size:1rem;color:var(--color-text)}.order-summary-total-value{color:var(--color-primary);font-size:1.5rem}.order-cancel-button{margin-top:.5rem;height:2.75rem;border-radius:.5rem;font-weight:600}.flex-1{flex:1}.mt-auto{margin-top:auto}.ant-tooltip-inner{background-color:var(--color-primary)!important;color:#fff!important;font-weight:600;border-radius:.375rem}.ant-tooltip-arrow:before,.ant-tooltip-arrow:after{background-color:var(--color-primary)!important}.ant-btn.ant-btn-variant-outlined:hover{background:transparent!important;border-color:var(--color-primary)!important;color:var(--color-primary)!important}:root[data-industry=demo]{--color-primary: #7c3aed;--color-accent: #f59e0b;--color-text: #1f1147;--color-text-secondary: rgba(31, 17, 71, .7);--bg-page: #faf7ff;--bg-surface: #f3edff;--border-color: #e9d8fd;--font-display: "Inter", sans-serif;--font-body: "Inter", sans-serif;--radius-card: .875rem;--radius-control: 62.4375rem}:root[data-industry=grocery]{--color-primary: var(--runtime-color-primary, #16a34a);--color-primary-hover: var(--runtime-color-primary-hover, #22c55e);--color-primary-strong: var(--runtime-color-primary-active, #15803d);--color-primary-soft: var(--runtime-color-primary-soft, #e8f5ec);--color-accent: var(--runtime-color-secondary, #f59e0b);--color-text: var(--runtime-color-text, #0f172a);--color-text-secondary: var(--runtime-color-text-muted, rgba(15, 23, 42, .65));--bg-page: var(--runtime-color-background, #ffffff);--bg-surface: var(--runtime-color-card-bg, #f5f7f2);--border-color: var(--runtime-color-border, #e6ebe1);--font-display: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-card: .75rem;--radius-control: .5rem;--color-veg: #16a34a;--color-non-veg: #b91c1c;--color-vegan: #059669;--color-jain: #d97706;--mobile-checkout-bg: color-mix(in srgb, var(--color-primary) 10%, transparent);--mobile-checkout-surface: rgba(255, 255, 255, .98);--mobile-checkout-muted-surface: color-mix(in srgb, var(--color-primary) 4%, transparent);--mobile-checkout-border: color-mix(in srgb, var(--color-primary) 20%, transparent);--mobile-checkout-text: color-mix(in srgb, var(--color-primary) 50%, #000);--mobile-checkout-muted: color-mix(in srgb, var(--color-primary) 30%, #444);--mobile-checkout-primary: var(--color-primary, #3f982f);--mobile-checkout-primary-strong: var(--color-primary-hover, #089553);--mobile-checkout-active-bg: color-mix(in srgb, var(--color-primary) 15%, transparent);--mobile-checkout-step-bg: color-mix(in srgb, var(--color-primary) 10%, transparent);--mobile-checkout-step-number: color-mix(in srgb, var(--color-primary) 60%, #888);--mobile-checkout-shadow: 0 .5rem 1.25rem color-mix(in srgb, var(--color-primary) 15%, transparent);--checkout-savings-bg: color-mix(in srgb, var(--color-primary) 10%, transparent);--checkout-savings-border: color-mix(in srgb, var(--color-primary) 20%, transparent);--checkout-savings-text: color-mix(in srgb, var(--color-primary) 70%, #000)}:root[data-industry=grocery] body{font-size:.875rem;overflow-x:hidden}:where(.css-dev-only-do-not-override-50hx60).ant-btn-color-primary{box-shadow:none!important}.grocery-announcement{background:#0f1115;color:#e5e7eb;font-size:.75rem}.grocery-announcement-inner{max-width:80rem;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.75rem;flex-wrap:wrap}.grocery-announcement-item{position:relative;align-items:center}.grocery-announcement-item.kind-accent{color:#fde047;font-weight:700}.grocery-announcement-item+.grocery-announcement-item:before{content:"+";position:absolute;left:-1.125rem;color:#fde047}.grocery-header{position:sticky;top:0;z-index:20;height:auto;min-height:0;padding:0;line-height:1.4;background:#fff;border-bottom:.125rem solid var(--border-color)}.grocery-header,.grocery-header *{line-height:1.4}.grocery-header-main,.grocery-header-bottom{height:auto}.grocery-header-main{max-width:80rem;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;gap:1rem}.grocery-brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text);font-family:var(--font-display);font-weight:800;font-size:1.25rem;flex-shrink:0}.grocery-brand strong{color:var(--color-text);font-weight:800}.grocery-brand-mark{width:2.375rem;height:2.375rem;display:block;flex-shrink:0}.grocery-delivery-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem .375rem .625rem;border:0;border-radius:.5rem;background:transparent;color:var(--color-text);cursor:pointer;flex-shrink:0}.grocery-delivery-pill>.anticon{color:var(--color-primary);font-size:.9rem}.grocery-delivery-pill>span{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.1}.grocery-delivery-pill small{color:var(--color-text-secondary);font-size:.6875rem}.grocery-delivery-pill .ant-select{height:auto;font-size:.8125rem;font-weight:700}.grocery-delivery-pill .ant-select-selector{height:auto!important;padding:0 1.125rem 0 0!important}.grocery-delivery-pill .ant-select-selection-item{padding-right:.5rem!important;font-weight:700}.grocery-delivery-pill .ant-select-arrow{right:0!important;color:var(--color-text-secondary)}.grocery-search{flex:1;min-width:0;border:.125rem solid var(--border-color);border-radius:.625rem;overflow:hidden;background:#f9fafb}.grocery-search .ant-input-affix-wrapper{border:0;background:transparent;height:2.625rem;padding:0 .875rem}.grocery-search .ant-input{background:transparent;font-size:.8125rem}.grocery-search.is-hidden,.grocery-search-icon.is-hidden{visibility:hidden;pointer-events:none}.grocery-region{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .5rem;border-radius:.5rem;background:transparent;color:var(--color-text);flex-shrink:0}.grocery-region:hover{background:#f3f4f6}.grocery-region>.anticon{color:var(--color-text-secondary);font-size:.9rem}.grocery-region .ant-select{font-size:.8125rem;font-weight:800;width:2.75rem;text-transform:uppercase}.grocery-region .ant-select-selector{padding:0 1.125rem 0 0!important;height:auto!important}.grocery-region .ant-select-selection-item{padding-inline-end:0!important;text-align:left}.grocery-region .ant-select-arrow{right:0!important;color:var(--color-text-secondary)}.grocery-language-dropdown .ant-select-item-option-content{font-weight:700;text-transform:none;white-space:nowrap}.grocery-language-dropdown .ant-select-item{border-radius:.5rem}.grocery-language-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#eef6f3}.grocery-language-dropdown .ant-select-item-option-selected .ant-select-item-option-content{color:var(--color-primary, #f97316)}.grocery-icon-button{position:relative;width:2.3625rem;height:2.3625rem;border:0;border-radius:50%;background:#f3f4f6;color:var(--color-text);cursor:pointer;display:grid;place-items:center;font-size:1.35rem;flex-shrink:0}.grocery-header-main:not(.is-mobile) .grocery-icon-button:hover,.grocery-header-main:not(.is-mobile) .grocery-icon-button:focus-visible{background:#f3f4f6!important;color:var(--color-text)!important;box-shadow:none!important}.grocery-icon-button .anticon{font-size:1.35rem}.grocery-account-menu-button.grocery-icon-button{padding:0;background:transparent;overflow:visible}.grocery-header-account-avatar.ant-avatar{width:100%!important;height:100%!important;background:var(--avatar-bg, linear-gradient(135deg, #ff405d, #ff824b));background-image:none;color:var(--avatar-color, #fff);display:grid;place-items:center;font-size:1rem}.grocery-header-account-avatar .ant-avatar-string{position:static!important;width:100%;height:100%;display:grid!important;place-items:center;line-height:1!important;transform:none!important}.grocery-profile-avatar .ant-avatar-string{font-size:2.25rem!important;line-height:1!important}.grocery-account-page{color:#101828}.grocery-account-hero{min-height:10.5rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,26rem);align-items:center;gap:2rem;margin-bottom:1.75rem}.grocery-account-hero h1{margin:0;color:#080b18;font-family:var(--font-display);font-size:clamp(1rem,3vw,2rem);line-height:1.03;font-weight:900}.grocery-account-hero p:last-child{margin:1rem 0 0;color:#667085;font-size:.95rem;font-weight:700}.grocery-account-illustration{position:relative;min-height:10.5rem;justify-self:end;width:min(100%,25rem)}.grocery-account-illustration:before{content:"";position:absolute;inset:.25rem 3.5rem auto auto;width:11.5rem;height:11.5rem;border-radius:50%;background:color-mix(in srgb,var(--color-primary) 10%,transparent);opacity:.92}.grocery-account-id-card{position:absolute;top:.75rem;right:4.5rem;width:13.25rem;height:7.75rem;padding:1.35rem 1.25rem 1rem;border:.0625rem solid color-mix(in srgb,var(--color-primary) 10%,transparent);border-radius:.9rem;background:#ffffffd1;box-shadow:0 1rem 2.5rem #10182814;transform:rotate(-7deg);display:grid;grid-template-columns:3.1rem 1fr;gap:.6rem .8rem}.grocery-account-id-card>span:not(.grocery-account-id-avatar){height:.55rem;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 30%,transparent)}.grocery-account-id-card>span:nth-child(3){width:85%}.grocery-account-id-card>span:nth-child(4){grid-column:1/-1;width:75%;margin-left:.15rem}.grocery-account-id-avatar{grid-row:span 2;width:3.1rem;height:3.1rem;border-radius:50%;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary) 40%,transparent),var(--color-primary));color:#fff;display:grid;place-items:center;font-size:1.65rem}.grocery-account-shield{position:absolute;right:3.2rem;bottom:1.6rem;width:4.5rem;height:4.9rem;color:#fff;display:grid;place-items:center;font-size:2.35rem;border-radius:1.3rem 1.3rem 2rem 2rem;background:linear-gradient(145deg,color-mix(in srgb,var(--color-primary) 40%,transparent),var(--color-primary));box-shadow:0 1rem 1.75rem color-mix(in srgb,var(--color-primary) 20%,transparent)}.grocery-account-leaf{position:absolute;bottom:1.4rem;width:5.3rem;height:1.2rem;border-radius:100% 0;background:color-mix(in srgb,var(--color-primary) 20%,transparent);opacity:.72}.grocery-account-leaf.left{right:14.4rem;transform:rotate(58deg)}.grocery-account-leaf.right{right:1.5rem;transform:rotate(124deg)}.grocery-account-stack{display:grid;gap:1.75rem}.grocery-account-card,.grocery-account-tile{border:.0625rem solid #e6ebe1;border-radius:.75rem;background:#fffffff5;box-shadow:0 .75rem 2rem #1018280f}.grocery-account-card{padding:1.5rem 1.75rem}.grocery-account-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.grocery-account-card-head h2{margin:0;display:inline-flex;align-items:center;gap:.75rem;color:#101828;font-size:1rem;font-weight:900}.grocery-account-card-head h2 .anticon{color:var(--color-primary);font-size:1.15rem}.grocery-account-card-head .ant-btn{height:2.45rem;border-radius:.5rem;font-weight:800}.grocery-account-info-grid{display:grid;grid-template-columns:minmax(0,1fr);align-items:center}.grocery-account-identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2rem}.grocery-account-avatar-wrap{position:relative;display:inline-flex}.grocery-account-avatar-wrap .grocery-profile-avatar{background:linear-gradient(135deg,#ff405d,#ff824b);color:#fff;font-size:3.5rem;font-weight:900}.grocery-account-photo-button.ant-btn{position:absolute;right:-.25rem;top:auto;bottom:-.25rem;left:auto;width:2.2rem;height:2.2rem;min-width:2.2rem;padding:0;border:.0625rem solid #e6ebe1;border-radius:50%;background:#fff;color:#344054;box-shadow:0 .55rem 1.15rem #10182821}.grocery-account-modal .ant-input,.grocery-account-modal .ant-input-affix-wrapper{border-radius:var(--radius-control)}.grocery-account-contact h3{margin:0 0 1rem;color:#101828;font-size:1.7rem;font-weight:900}.grocery-account-contact p{margin:.75rem 0;display:flex;align-items:center;gap:.8rem;color:#475467;font-weight:700;overflow-wrap:anywhere}.grocery-account-contact .anticon{color:#344054;flex:0 0 auto}.grocery-account-tile-action{width:3.45rem;height:3.45rem;border-radius:50%;display:grid;place-items:center}.grocery-account-tile-copy small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#667085;font-weight:700;line-height:1.55}.grocery-account-tile{width:100%;border:.0625rem solid #e6ebe1;min-height:9.5rem;padding:1.55rem 1.65rem;display:grid;grid-template-columns:clamp(3rem,10vw,5rem) minmax(0,1fr) auto;align-items:center;gap:1.35rem;color:#101828;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.grocery-account-card:hover,.grocery-account-tile:hover,.grocery-account-tile:focus-visible{background:#fffffff5!important;color:#101828!important;border-color:var(--color-primary)!important;box-shadow:0 1rem 2.5rem #10182817!important;outline:none}.grocery-account-tile:hover{transform:translateY(-.125rem)}.grocery-account-tile-icon{width:clamp(3rem,10vw,5rem);height:clamp(3rem,10vw,5rem);border-radius:.75rem;display:grid;place-items:center;font-size:clamp(1.25rem,4vw,2rem)}.grocery-account-tile.tone-warm .grocery-account-tile-icon{color:#f97316;background:#fff0e8}.grocery-account-tile.tone-green .grocery-account-tile-icon{color:var(--color-primary);background:#eaf6ec}.grocery-account-tile-copy strong{display:block;margin-bottom:.35rem;color:#101828;font-size:1.05rem;font-weight:900}.grocery-account-tile-action{width:2.75rem;height:2.75rem;background:#eff8ee;color:var(--color-primary);font-size:1rem}.grocery-account-tile.tone-warm .grocery-account-tile-action{background:#fff3ec;color:#344054}.grocery-account-signout{display:grid;justify-items:center;gap:.75rem;margin-top:.2rem}.grocery-account-signout .ant-btn{min-width:15.5rem;height:3rem;border-radius:.5rem;border-color:#ff6b6b;color:#ef4444;font-weight:900}.grocery-account-signout p{margin:0;color:#667085;font-size:.9rem;font-weight:700}@media(max-width:860px){.grocery-account-hero{grid-template-columns:1fr;min-height:0}.grocery-account-illustration{display:none}.grocery-account-info-grid{grid-template-columns:1fr}}@media(max-width:560px){.grocery-account-page{padding-inline:1rem!important}.grocery-account-hero{margin-bottom:1.2rem}.grocery-account-hero h1{font-size:2rem}.grocery-account-card{padding:1.15rem}.grocery-account-card-head{align-items:flex-start;flex-direction:column;margin-bottom:1.5rem}.grocery-account-identity{grid-template-columns:auto minmax(0,1fr);gap:1rem}.grocery-account-avatar-wrap .grocery-profile-avatar{width:5rem!important;height:5rem!important;font-size:2.5rem}.grocery-account-photo-button.ant-btn{width:2rem;height:2rem;min-width:2rem}.grocery-account-contact h3{font-size:1.25rem}.grocery-account-tile{min-height:0;grid-template-columns:clamp(2.5rem,12vw,3.5rem) minmax(0,1fr) 2.25rem;gap:.9rem;padding:1rem}.grocery-account-tile-icon{width:clamp(2.5rem,12vw,3.5rem);height:clamp(2.5rem,12vw,3.5rem);font-size:clamp(1.15rem,5vw,1.45rem)}.grocery-account-tile-action{width:2.25rem;height:2.25rem}}.grocery-cart-drawer{z-index:2000!important}.grocery-cart-drawer .ant-drawer-content{background:#f5f7f2}.grocery-cart-drawer .ant-drawer-header{min-height:3.25rem;padding:1rem;border-bottom:.0625rem solid #e6ebe1;background:#fff}.grocery-cart-drawer .ant-drawer-close{color:#9ca3af}.grocery-cart-drawer .ant-drawer-body{min-height:0;padding:0}.grocery-drawer-title{display:inline-flex;align-items:center;gap:.45rem;color:#0f172a;font-size:1rem}.grocery-drawer-title .anticon{color:var(--color-primary);font-size:1rem}.grocery-drawer-title strong{font-weight:900}.grocery-drawer-title small{color:#8b8d8b;font-size:.8rem;font-weight:700}.grocery-drawer-clear-all-button{border-radius:99rem;color:#fff;border-color:var(--color-primary);background:var(--color-primary);font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}.grocery-drawer-clear-all-button:hover,.grocery-drawer-clear-all-button:focus{border-color:var(--color-primary)!important;cursor:pointer}.grocery-drawer-layout{height:100%;min-height:0;display:flex;flex-direction:column}.grocery-drawer-lines{flex:1 1 auto;min-height:0;padding:1rem .875rem;display:grid;align-content:start;gap:.65rem;overflow-y:auto;scrollbar-gutter:stable}.grocery-drawer-lines-toggle{padding-top:.25rem}.grocery-drawer-line{position:relative;min-height:4.75rem;padding:.75rem 5.75rem .75rem .75rem;border:0;border-radius:.875rem;display:grid;grid-template-columns:3.625rem minmax(0,1fr);align-items:center;gap:.75rem;background:#fff}.grocery-drawer-line>span,.grocery-drawer-line img{width:3.625rem!important;height:3.625rem!important;min-width:3.625rem;object-fit:cover;border-radius:.625rem!important}.grocery-drawer-line>span{display:grid;place-items:center;overflow:hidden}.grocery-drawer-line-main{min-width:0;display:grid;gap:.125rem}.grocery-drawer-line-main strong{color:#0f172a;font-size:.875rem;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grocery-drawer-line-main>span:not(.ant-typography){color:#6b7280;font-size:.75rem;font-weight:700}.grocery-drawer-line-main .ant-typography{font-size:.875rem;font-weight:950}.grocery-drawer-line>button{position:absolute;top:.75rem;right:.75rem;border:0;background:transparent;color:#dc2626;padding:0;cursor:pointer}.grocery-drawer-line>button .anticon-delete{color:#dc2626;font-size:.75rem}.grocery-drawer-stepper{position:absolute;right:.75rem;bottom:.75rem;width:4.25rem;height:2rem;display:grid;grid-template-columns:1.35rem 1fr 1.35rem;align-items:center;border:.0625rem solid #e6ebe1;border-radius:.375rem;background:#f9fdf8;overflow:hidden}.grocery-drawer-stepper button{width:1.35rem;height:2rem;border:0;border-radius:0!important;color:#6b7280;background:transparent;font-weight:900;cursor:pointer}.grocery-drawer-stepper button:disabled{color:#d1d5db;cursor:not-allowed}.grocery-drawer-stepper span{height:2rem;display:grid;place-items:center;background:transparent;color:#1f2937;font-size:.8125rem;font-weight:900}.grocery-drawer-bottom{flex:0 0 auto;background:#fff}.grocery-drawer-total,.grocery-drawer-coupon{padding:1rem}.grocery-drawer-coupon{margin:0 1rem 1rem;border:.0625rem dashed #a3d977;border-radius:.875rem;display:grid;gap:.75rem;background:#fff}.grocery-drawer-coupon strong{display:inline-flex;align-items:center;gap:.45rem;color:#475569;font-size:.875rem;font-weight:900}.grocery-drawer-coupon strong .anticon{color:var(--color-primary)}.grocery-drawer-coupon div{display:flex;gap:.5rem}.grocery-drawer-coupon div input{flex:1;min-width:0;height:2.25rem;border:.0625rem solid #e6ebe1;border-radius:99rem;padding:0 .875rem;color:#475569;background:#f9fdf8;font-size:.75rem;font-weight:800}.grocery-drawer-coupon div input::placeholder{color:#9ca3af}.grocery-drawer-coupon div input:focus{border-color:var(--color-primary);outline:none}.grocery-drawer-coupon div .ant-btn{min-width:4.25rem;height:2.25rem;border:0;border-radius:99rem;background:var(--color-primary);font-weight:900}.grocery-drawer-coupon small{color:#9ca3af;font-size:.6875rem;font-weight:800;text-transform:uppercase}.grocery-drawer-total{display:grid;gap:.5rem;color:#6b7280;font-size:.875rem;border-top:.05rem dotted var(--color-primary)}.grocery-drawer-total>div:not(.grocery-drawer-divider){display:flex;justify-content:space-between;gap:1rem}.grocery-drawer-free{color:#16a34a}.grocery-drawer-divider{height:.0625rem;border-top:.0625rem dashed #d1d5db}.grocery-drawer-grand-total{color:#111827;font-size:1rem;font-weight:950}.grocery-drawer-grand-total .ant-typography{font-weight:950}.grocery-drawer-total .ant-btn{height:2.75rem;border:0;border-radius:99rem;background:var(--color-primary);box-shadow:none;font-weight:900}@media(max-width:64rem){.grocery-icon-button{width:2.025rem;height:2.025rem}.grocery-icon-button .anticon{font-size:1.125rem}.grocery-header-account-avatar.ant-avatar{font-size:1rem}}@media(max-width:30rem){.grocery-icon-button{width:1.8rem;height:1.8rem}.grocery-icon-button .anticon{font-size:1.0125rem}.grocery-header-account-avatar.ant-avatar{font-size:1rem}}.grocery-icon-button .ant-badge sup{background:var(--color-primary)!important;color:#fff!important;font-weight:700;box-shadow:0 0 0 .125rem #fff}.grocery-header-bottom{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem;border-top:.125rem solid #f1f3f5;min-height:3rem}.grocery-nav{display:flex;align-items:stretch;gap:.25rem}.grocery-nav a{display:inline-flex;align-items:center;padding:0 .875rem;color:var(--color-text);font-size:.8125rem;font-weight:600;border-bottom:.125rem solid transparent;transition:color .16s ease,border-color .16s ease}.grocery-nav a.active,.grocery-nav a:hover{color:var(--color-primary);border-bottom-color:var(--color-primary)}.grocery-utility-links{display:inline-flex;align-items:center;gap:1rem;color:var(--color-text-secondary);font-size:.8125rem}.grocery-utility-links a{display:inline-flex;align-items:center;height:2rem;color:inherit;font-weight:600}.grocery-utility-links a:hover{color:var(--color-primary)}.grocery-utility-links .utility-cta{gap:.375rem;padding:0 .875rem;border-radius:.5rem;background:#fde047;color:#1f2937;box-shadow:0 .0625rem #0000000a}.grocery-utility-links .utility-cta:hover{background:#facc15;color:#1f2937}.grocery-utility-links .utility-cta .anticon{font-size:.875rem}:root[data-industry=grocery] .grocery-search-icon{display:none!important}@media(max-width:64rem){.grocery-announcement-inner{padding:.5rem 1rem;gap:1.125rem}.grocery-header-main{padding:.625rem 1rem;gap:.625rem;flex-wrap:wrap}:root[data-industry=grocery] .grocery-search-icon{display:inline-flex!important;margin-left:auto!important}}@media(max-width:64rem)and (max-width:36rem){:root[data-industry=grocery] .grocery-search-icon{display:none!important}}@media(max-width:64rem){:root[data-industry=grocery] .grocery-search{display:none!important}:root[data-industry=grocery] .grocery-search.open{display:block!important;order:5;width:100%;flex:0 0 100%}:root[data-industry=grocery] .grocery-header-main.is-mobile{grid-template-columns:minmax(0,1fr) auto auto auto auto!important;grid-template-areas:"brand location search-icon cart account"!important}:root[data-industry=grocery] .grocery-header-main.is-mobile:has(.grocery-search.open){grid-template-areas:"brand location search-icon cart account" "search search search search search"!important}:root[data-industry=grocery] .grocery-header-main.is-mobile .grocery-search-icon{grid-area:search-icon!important;display:inline-flex!important}}@media(max-width:64rem)and (max-width:36rem){:root[data-industry=grocery] .grocery-header-main.is-mobile .grocery-search-icon{display:none!important}}@media(max-width:64rem){:root[data-industry=grocery] .grocery-header-main.is-mobile .grocery-search.open{grid-area:search!important;display:block!important}:root[data-industry=grocery] .grocery-header-main>a[aria-label=Wishlist]{margin-left:.5rem!important}.grocery-header-bottom{grid-template-columns:1fr;gap:.75rem;padding:0 1rem .75rem}.grocery-nav{overflow-x:auto;flex-wrap:nowrap}.grocery-nav a{white-space:nowrap}.grocery-utility-links{display:none}}@media(max-width:30rem){.grocery-icon-button[aria-label=Cart]{display:none}.grocery-announcement-inner{gap:.3125rem;padding:.375rem .625rem;font-size:.6875rem}.grocery-home-shell{padding-left:.625rem!important;padding-right:.625rem!important;width:100%!important}.grocery-brand{font-size:1rem}.grocery-brand-mark{width:1.875rem;height:1.875rem}.grocery-search .ant-input-affix-wrapper{height:2.25rem;padding:0 .625rem}}.grocery-catalog-shell{background:var(--bg-page)}.grocery-catalog-hero{position:sticky;top:var(--grocery-header-height, 7.25rem);z-index:10;background:var(--bg-page)}@media(max-width:64rem){.grocery-catalog-hero{position:static}}.grocery-breadcrumb{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.75rem;font-weight:600}.grocery-breadcrumb a{color:inherit}.grocery-breadcrumb a:hover{color:var(--color-primary)}.grocery-breadcrumb .anticon{font-size:.5625rem}.grocery-breadcrumb span{color:var(--color-text)}.grocery-catalog-hero-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.grocery-catalog-pill-row{display:inline-flex;gap:.5rem;flex-wrap:wrap}@media(max-width:64rem){.grocery-catalog-hero-row{flex-direction:column;align-items:stretch}.grocery-catalog-pill-row{display:grid;grid-template-columns:1fr 1fr;width:100%}.grocery-catalog-pill{width:100%;justify-content:center}.grocery-catalog-pill-row .grocery-catalog-select{width:100%}}.grocery-catalog-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:62.4375rem;background:#fff;border:.125rem solid #e7eee9;color:var(--color-text);font-size:.75rem;font-weight:600}.grocery-catalog-pill .dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--color-primary)}.grocery-catalog-pill .dot-amber{background:var(--color-accent)}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn{height:2.25rem;padding:0 .75rem;border:0;border-radius:62.4375rem;box-shadow:none;gap:.75rem}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn.has-placeholder{color:var(--color-text-secondary, rgba(15, 23, 42, .65))!important}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn.has-selected{color:var(--color-text, #0f172a)!important}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn>span:not(.anticon){min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn .anticon{flex:0 0 auto;color:var(--color-primary)}.grocery-filter-modal{top:.5rem!important;margin:0 auto;padding-bottom:0}.grocery-filter-modal .ant-modal-content{min-height:12rem;max-height:60vh;width:80vw;margin-left:auto;margin-right:auto;border-radius:1rem;display:flex;flex-direction:column}.grocery-filter-modal .ant-modal-body{min-height:0;flex:1;overflow:auto}.grocery-filter-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.grocery-filter-modal-head h3{margin:0;color:var(--color-text);font-size:1rem;font-weight:950}.grocery-filter-modal-head button{border:0;border-radius:999px;background:#e8f5ec;color:var(--color-primary);padding:.4375rem .75rem;font-size:.75rem;font-weight:900;cursor:pointer}.grocery-catalog-category-row,.fish-catalog-category-row{display:flex;align-items:center;width:100%;min-height:2.5rem;border-radius:.25rem;gap:.25rem}.grocery-catalog-category-row:hover,.grocery-catalog-category-row:has(button.active),.grocery-catalog-category-row:has(button:active),.grocery-catalog-category-row:has(button:focus-visible){background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary)}.fish-catalog-category-row:hover,.fish-catalog-category-row:has(button.active),.fish-catalog-category-row:has(button:active),.fish-catalog-category-row:has(button:focus-visible){background:#eef4fb;color:#071a33}.grocery-catalog-category-row button.category-name-btn,.fish-catalog-category-row button.category-name-btn{flex:1;min-height:2.5rem;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:inherit;display:flex;align-items:center;justify-content:flex-start;font-size:.875rem;font-weight:650;box-shadow:none;cursor:pointer}.grocery-catalog-category-row button.category-arrow-btn,.fish-catalog-category-row button.category-arrow-btn{border:0;background:transparent;cursor:pointer;width:3.5rem!important;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree{max-height:calc(60vh - 9rem);overflow-y:auto}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree button{white-space:nowrap}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-group{align-self:start;width:100%}.grocery-mobile-all-categories-row{min-width:0;display:block}.grocery-mobile-all-categories-row>button,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree>button,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-group>button,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button{min-height:2.5rem;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:var(--color-text);display:grid;width:100%;grid-template-columns:minmax(0,1fr);gap:0;font-size:.8rem!important;font-weight:650;box-shadow:none;cursor:pointer}.grocery-mobile-all-categories-row>button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem}.grocery-mobile-all-categories-row>.grocery-mobile-all-categories-button .anticon{flex:0 0 auto;color:var(--color-primary)}.grocery-mobile-all-categories-row>button.active,.grocery-mobile-all-categories-row>button:hover,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree>button.active,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree>button:hover,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-group>button.active,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-group>button:hover,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button.active,.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button:hover{background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary)}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree span{display:inline-flex;align-items:center;justify-self:start;gap:.375rem;width:fit-content;max-width:100%}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-arrow{width:1.125rem;height:1.125rem;border:.0625rem solid #cfe8cc;border-radius:50%;background:#f7fff6;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;justify-self:auto;flex:0 0 auto;margin-left:.25rem;font-size:.625rem;box-shadow:0 .125rem .375rem #27752f14;transition:transform .16s ease}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-arrow.is-expanded{transform:rotate(90deg)}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-category-arrow svg{width:.625rem;height:.625rem}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list{padding-left:.75rem;gap:0}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree .grocery-catalog-sub-subcategory-list{padding-left:.75rem}@media(min-width:64rem){.grocery-catalog-pill-row .grocery-catalog-select{min-width:20rem}}.grocery-catalog-category-dropdown{position:relative;min-width:20rem}.grocery-catalog-category-trigger{width:100%;height:2rem;padding:0 .75rem;border-radius:62.4375rem;border:.0625rem solid #e7eee9;background:#fff;color:var(--color-text);display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;font-weight:600;cursor:pointer;box-shadow:none;transition:border-color .16s ease,color .16s ease}.grocery-catalog-category-trigger .category-input-has-selected input::placeholder{color:var(--color-text, #0f172a)!important;opacity:1!important;-webkit-text-fill-color:var(--color-text, #0f172a)!important;font-weight:600!important}.grocery-catalog-category-trigger:hover{border-color:var(--color-primary);color:var(--color-primary)}.grocery-catalog-category-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grocery-catalog-category-trigger .anticon{color:var(--color-primary)}.grocery-catalog-category-panel{position:absolute;top:calc(100% + .375rem);left:0;z-index:999;width:100%;min-width:20rem;max-height:min(24rem,100vh - 12rem);border-radius:.625rem;overflow:hidden;background:#fff;border:.0625rem solid var(--color-primary)}.grocery-laptop-filter-category-tree{max-height:min(24rem,100vh - 12rem);overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.grocery-catalog-category-tree.grocery-mobile-filter-category-tree.grocery-laptop-filter-category-tree{max-height:min(24rem,100vh - 12rem);grid-template-columns:1fr!important;overflow-y:scroll!important;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;border:0!important;border-radius:0!important;padding:.5rem}.grocery-laptop-filter-category-tree::-webkit-scrollbar{width:.5rem}.grocery-laptop-filter-category-tree::-webkit-scrollbar-track{border-radius:999px;background:#f1f5f9}.grocery-laptop-filter-category-tree::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.grocery-catalog-pill-row .grocery-catalog-select .ant-select-selector{height:2rem!important;padding:0 2rem 0 .75rem!important;border-radius:62.4375rem!important;background:#fff!important;border-color:#e7eee9!important;display:flex;align-items:center;font-size:.75rem;font-weight:600;color:var(--color-text)}.grocery-catalog-pill-row .grocery-catalog-select .ant-select-arrow{color:var(--color-primary);right:.75rem}.grocery-catalog-popup .ant-select-tree-treenode{display:flex!important;flex-direction:row-reverse!important;justify-content:space-between!important;align-items:center!important;width:100%!important}.grocery-catalog-popup .ant-select-tree-node-content-wrapper{flex:1!important;text-align:left!important}@media(max-width:48rem){.grocery-catalog-toolbar{grid-template-columns:1fr}}.grocery-hero{display:grid;grid-template-columns:13.75rem minmax(0,1fr) 14.375rem;grid-template-rows:22.5rem;align-items:stretch;gap:.875rem;margin:1.5rem 0 2rem}.grocery-hero-categories{display:flex;flex-direction:column;background:#fff;border:.125rem solid var(--border-color);border-radius:.75rem;overflow:hidden}.grocery-hero-categories ul{flex:1;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.grocery-hero-categories ul::-webkit-scrollbar{display:none}.grocery-hero-categories header{background:var(--color-primary);color:#fff;padding:.75rem 1rem;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.grocery-hero-categories ul{margin:0;padding:.375rem 0;padding-bottom:0;list-style:none}.grocery-hero-categories>ul>li>a,.grocery-hero-categories>ul>li>.grocery-hero-category-btn{display:flex;align-items:center;gap:.625rem;padding:.45rem 1rem;color:var(--color-text);font-size:.8125rem;font-weight:500;transition:background .12s ease;width:100%;text-align:left;background:none;border:none;cursor:pointer}.grocery-hero-categories li .emoji{width:1.25rem;text-align:center;font-size:1rem}.grocery-hero-categories li .chev{margin-left:auto;font-size:.5625rem;color:var(--color-text-secondary);transition:transform .2s}.grocery-hero-categories li .chev.expanded{transform:rotate(90deg)}.grocery-hero-categories li a.more{color:var(--color-primary);font-weight:700}.grocery-hero-categories>ul>li:last-child{position:sticky;bottom:0;background:#fff;border-radius:0 0 .75rem .75rem!important;z-index:1}.grocery-hero-subcategory-list{padding-left:2.875rem;list-style:none;margin:0;padding-bottom:.375rem}.grocery-hero-subcategory-list li a{padding:.25rem 0;font-size:.75rem;color:var(--color-text-secondary);display:block}.grocery-hero-carousel{position:relative;border-radius:.75rem;overflow:hidden;height:100%}.grocery-hero-carousel .ant-carousel,.grocery-hero-carousel .slick-slider,.grocery-hero-carousel .slick-list,.grocery-hero-carousel .slick-track{height:100%!important}.grocery-hero-carousel .slick-slide,.grocery-hero-carousel .slick-slide>div,.grocery-hero-carousel .slick-slide>div>div{height:22.5rem!important}.grocery-hero-carousel .grocery-hero-slide{height:22.5rem!important}.grocery-hero-carousel .slick-dots{display:none!important}.grocery-hero-slide{position:relative;padding:2.5rem;background-color:#1f2937;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;display:flex;align-items:center}.grocery-hero-slide-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(100deg,#0f172ac7,#0f172a8c 38%,#0f172a2e 60%,#0f172a00 80%)}.grocery-hero-slide-copy{position:relative;z-index:1;max-width:28.75rem;color:#fff}.grocery-hero-slide-copy small{display:inline-block;padding:.25rem .625rem;margin-bottom:.875rem;border-radius:62.4375rem;background:#ffffff2e;color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;backdrop-filter:blur(.25rem)}:root[data-industry=grocery] .grocery-hero-slide-copy h2{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.15;font-weight:800;color:#fff;text-shadow:0 .0625rem .125rem rgba(0,0,0,.25)}.grocery-hero-slide-copy p{margin:0 0 1.125rem;color:#ffffffe0;font-size:.875rem;max-width:23.75rem;text-shadow:0 .0625rem .125rem rgba(0,0,0,.25)}.grocery-hero-slide-cta{display:inline-flex;align-items:center;gap:.375rem;padding:.5625rem 1.125rem;border-radius:62.4375rem;background:#fde047;color:#1f2937;font-weight:700;font-size:.8125rem;box-shadow:0 .0625rem #0000000a}.grocery-hero-slide-cta .anticon{font-size:.6875rem}.grocery-hero-aside{display:grid;grid-template-rows:1fr 1fr;gap:.875rem}.grocery-hero-aside-card{position:relative;display:flex;align-items:flex-end;padding:1rem;border-radius:.75rem;text-decoration:none;color:#fff;background-color:#1f2937;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;min-height:0;transition:transform .16s ease,box-shadow .16s ease}.grocery-hero-aside-card-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0f172a00 30%,#0f172a8c,#0f172ac7)}.grocery-hero-aside-card-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.grocery-hero-aside-card strong{font-family:var(--font-display);font-size:1rem;font-weight:800;color:#fff;text-shadow:0 .0625rem .125rem rgba(0,0,0,.35)}.grocery-hero-aside-card .grocery-hero-slide-cta{padding:.375rem .875rem;font-size:.75rem}@media(max-width:68.75rem){.grocery-hero{grid-template-columns:13.75rem minmax(0,1fr)}.grocery-hero-aside{grid-column:span 2;grid-template-columns:1fr 1fr;grid-template-rows:auto}.grocery-hero-aside-card{min-height:9rem}}@media(min-width:36.01rem)and (max-width:64rem){.grocery-hero{grid-template-columns:minmax(0,1fr) 14.375rem!important;grid-template-rows:22.5rem!important}.grocery-hero-categories{display:none!important}.grocery-hero-aside{grid-column:auto!important;display:grid!important;grid-template-rows:1fr 1fr!important;grid-template-columns:1fr!important;gap:.875rem!important}.grocery-hero-carousel,.grocery-hero-carousel .slick-slide,.grocery-hero-carousel .slick-slide>div,.grocery-hero-carousel .slick-slide>div>div,.grocery-hero-carousel .grocery-hero-slide{height:22.5rem!important}}@media(max-width:48rem){.grocery-hero{grid-template-columns:1fr;gap:.75rem}.grocery-hero-categories{display:none}.grocery-hero-aside{grid-column:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:.625rem}.grocery-hero-aside-card{min-height:7.5rem;padding:.875rem}.grocery-hero-aside-card strong{font-size:.875rem}.grocery-hero-aside-card .grocery-hero-slide-cta{padding:.3125rem .75rem;font-size:.6875rem}.grocery-hero{grid-template-rows:auto}.grocery-hero-carousel{height:15rem}.grocery-hero-slide{padding:1.5rem 1.25rem}.grocery-hero-slide-scrim{background:linear-gradient(180deg,#0f172a73,#0f172ab3)}.grocery-hero-slide-copy h2{font-size:1.375rem}.grocery-hero-slide-copy p{font-size:.8125rem}}@media(max-width:30rem){.grocery-hero-aside{grid-template-columns:1fr}.grocery-hero-slide{padding:1rem}.grocery-hero-slide-copy h2{font-size:1.125rem}}.grocery-categories-scroll-container{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;width:100%}.grocery-categories-scroll-container::-webkit-scrollbar{display:none}.grocery-categories-scroll-container>div{width:11rem!important;flex:0 0 11rem!important}.grocery-featured-categories{height:auto!important}.grocery-category-tile{display:grid;grid-template-rows:4.875rem 2.375rem auto;justify-items:center;align-items:start;gap:.375rem;padding:1rem .75rem;width:10.75rem;min-height:8.5625rem;height:auto!important;margin:0 auto;border-radius:var(--radius-card);background:var(--category-tint, rgba(255, 255, 255, .8));color:var(--color-text);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.grocery-category-tile:hover{transform:translateY(-.125rem);box-shadow:0 .5rem 1.25rem #0f172a0f}.grocery-category-tile-image{width:4.5rem;height:4.5rem;border-radius:50%;background:#fff9;display:grid;place-items:center;font-size:2.375rem}.grocery-category-tile-image img{width:100%;height:100%;border-radius:50%;object-fit:cover;overflow:hidden}.grocery-category-tile strong{color:var(--color-text);font-size:.8125rem;font-weight:700;line-height:1.35;min-height:2.1875rem;max-width:100%;overflow:hidden;text-align:center;text-transform:uppercase;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.grocery-category-tile small{color:var(--color-text-secondary);font-size:.6875rem}.grocery-category-page{min-height:100vh;background:#fff}.grocery-category-page-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,28rem);align-items:center;justify-content:space-between;gap:2rem;min-height:15rem;padding:2.6rem 3rem;overflow:hidden;border-radius:1.35rem;background:radial-gradient(circle at 84% 105%,color-mix(in srgb,var(--color-secondary, var(--color-primary)) 28%,transparent) 0 23%,transparent 23.5%),linear-gradient(105deg,color-mix(in srgb,var(--color-primary) 7%,#ffffff),#fffdfc 56%,color-mix(in srgb,var(--color-secondary, var(--color-primary)) 13%,#ffffff))}.grocery-category-page-hero h1{max-width:31rem;margin:1.15rem 0 .65rem;color:#10172f;font-size:clamp(2.2rem,3vw,3.15rem);font-weight:950;line-height:.98;letter-spacing:-.045em}.grocery-category-page-hero p{max-width:26rem;margin:0;color:#64708a;font-size:1.05rem;font-weight:650;line-height:1.45}.grocery-category-page-shop-link{width:max-content;margin-top:1.55rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:2.75rem;padding:0 1.45rem;border-radius:999rem;background:var(--color-primary);color:#fff;font-weight:950;text-decoration:none}.grocery-category-page-shop-link:hover{color:#fff;transform:translateY(-.0625rem)}.grocery-category-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:2.1rem 0 1.1rem}.grocery-category-page-head h2{margin:0;color:#11182f;font-size:1.45rem;font-weight:950;letter-spacing:-.02em}.grocery-category-page-head span{color:#6b7488;font-size:.9rem;font-weight:750}.grocery-category-page-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.65rem}.grocery-category-card{position:relative;min-height:11.15rem;display:grid;justify-items:center;align-content:center;gap:.8rem;padding:1.4rem 1.1rem 1.15rem;border:.0625rem solid #e9edf4;border-radius:.85rem;background:#fff;color:#10172f;text-align:center;text-decoration:none;box-shadow:0 .9rem 2rem #0f172a0b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.grocery-category-card:hover{color:#10172f;transform:translateY(-.18rem);border-color:#f43f3f47;border-color:color-mix(in srgb,var(--color-primary) 28%,#e9edf4);box-shadow:0 1.1rem 2.25rem #0f172a14}.grocery-category-card-image{width:5.8rem;height:5.8rem;display:grid;place-items:center;overflow:hidden;border-radius:999rem;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.9),transparent 38%),var(--category-card-tint, #f4ecff)}.grocery-category-card-image img{width:100%;height:100%;object-fit:cover}.grocery-category-card strong{max-width:8.4rem;color:#121a35;font-size:.78rem;line-height:1.18;letter-spacing:-.01em;text-transform:uppercase}.grocery-category-card-label{min-height:2.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.grocery-category-card-label>.anticon{flex:0 0 auto;margin-top:.05rem;color:#14213d;font-size:.72rem}.grocery-category-page-visual{position:relative;z-index:1;min-height:12rem}.grocery-category-page-visual img{position:absolute;right:-1.4rem;bottom:-1.85rem;width:min(29rem,110%);max-width:none;filter:drop-shadow(0 1rem 1.2rem rgba(15,23,42,.13))}.grocery-category-page-blob{position:absolute;right:-5rem;bottom:-7.5rem;width:24rem;height:14rem;border-radius:999rem 999rem 0 0;background:color-mix(in srgb,var(--color-secondary, var(--color-primary)) 24%,transparent)}.grocery-category-leaf{position:absolute;z-index:2;width:.7rem;height:1.4rem;border-radius:100% 0;background:var(--color-secondary, var(--color-primary));transform:rotate(-34deg)}.grocery-category-leaf.leaf-one{top:1rem;left:2.8rem}.grocery-category-leaf.leaf-two{top:3.2rem;left:6.2rem;transform:rotate(38deg)}.grocery-category-leaf.leaf-three{right:2.2rem;top:5.5rem}@media(max-width:64rem){.grocery-category-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grocery-category-page-hero{grid-template-columns:minmax(0,1fr)}.grocery-category-page-visual{display:none}}@media(max-width:36rem){.grocery-category-page .container{padding:0!important}.grocery-category-page-hero{align-items:flex-start;padding:1.35rem;border-radius:1rem;margin:0 1rem}.grocery-category-page-hero h1{font-size:2.15rem}.grocery-category-page-head{margin:1.25rem 1rem 1rem}.grocery-category-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:0 1rem 1.5rem}.grocery-category-card{min-height:9.6rem}.grocery-category-card-image{width:4.9rem;height:4.9rem}}:root[data-industry=grocery] .ant-typography h2,:root[data-industry=grocery] section h2{font-family:var(--font-display);font-weight:800;color:var(--color-text)}.grocery-view-all{color:var(--color-text-secondary);font-size:.8125rem;font-weight:700}.grocery-view-all:hover{color:var(--color-primary)}.grocery-promo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0}.grocery-promo-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;border-radius:var(--radius-card);min-height:10rem;text-decoration:none;color:var(--color-text);overflow:hidden;position:relative}.grocery-promo-card-copy{flex:1;z-index:1}.grocery-promo-card-copy strong{display:block;font-family:var(--font-display);font-size:1.125rem;font-weight:800;line-height:1.2;margin-bottom:.75rem;max-width:11.25rem;color:var(--color-text)}.grocery-promo-card-cta{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1.125rem;border-radius:.5rem;background:var(--color-primary);color:#fff;font-size:.8125rem;font-weight:700}.grocery-promo-card-cta:hover{background:var(--color-primary-hover)!important;color:#fff}.grocery-promo-card-image{width:8.125rem;height:8.125rem;background-size:cover;background-position:center;border-radius:50%;flex-shrink:0}@media(max-width:56.25rem){.grocery-promo-row{grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0}.grocery-promo-card{padding:.875rem;min-height:7.5rem;gap:.625rem}.grocery-promo-card-copy strong{font-size:.875rem;margin-bottom:.5rem;max-width:100%}.grocery-promo-card-cta{padding:.375rem .75rem;font-size:.6875rem}.grocery-promo-card-image{width:5rem;height:5rem}}@media(max-width:30rem){.grocery-promo-row{grid-template-columns:1fr}.grocery-promo-card{min-height:6rem;padding:.625rem}.grocery-promo-card-image{width:6rem;height:6rem}}.grocery-product-card{position:relative;height:100%;display:flex;flex-direction:column;border:.125rem solid #e9ecef;border-radius:.75rem;background:#fff;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}.grocery-product-card:hover{transform:translateY(-.125rem);box-shadow:0 .75rem 1.5rem #0f172a0f}.grocery-product-card-image{position:relative;background:#fff;padding:1.25rem}.grocery-product-card-image img,.grocery-product-card-image div[role=img]{aspect-ratio:1/1!important;object-fit:cover!important;background:transparent!important}.grocery-product-card-image .wishlist-button{position:absolute;top:.75rem;right:.75rem;width:2.125rem;height:2.125rem;border:0;border-radius:50%;background:#fffffff5;color:#64748b;cursor:pointer;font-size:1.125rem;display:grid;place-items:center;box-shadow:0 .25rem .875rem #0f172a1a;z-index:3;transition:all .2s ease}.grocery-product-card-image .wishlist-button:hover{color:var(--color-primary);background:#fff}.grocery-product-card-image .wishlist-button.active{color:var(--color-primary)}.grocery-tag{position:absolute;top:0;left:.75rem;padding:.25rem .625rem;border-radius:0 0 .25rem .25rem;font-size:.6875rem;font-weight:700;color:#fff;text-transform:capitalize;z-index:2}.grocery-tag.tag-hot{background:#ec4444}.grocery-tag.tag-sale{background:#2563eb}.grocery-tag.tag-new{background:#16a34a}.grocery-tag.tag-discount{background:#f59e0b}.grocery-discount-badge{position:absolute;top:.75rem;left:.75rem;background:#ec4444;color:#fff;padding:.25rem .5rem;font-size:.6875rem;font-weight:800;border-radius:.25rem;z-index:3;box-shadow:0 .125rem .5rem #00000014}.grocery-out-of-stock-badge{position:absolute;top:.75rem;left:.75rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;border-radius:.25rem;background:#111827;color:#fff;font-size:.6875rem;font-weight:800;line-height:1;padding:.375rem .5rem;box-shadow:0 .125rem .5rem #00000024}.grocery-out-of-stock-badge.has-discount{top:2.75rem}.grocery-tag.has-discount{top:.75rem!important;left:4.25rem!important;border-radius:.25rem!important}.grocery-product-card-body{flex:1;padding:.5rem 1rem 1rem;display:flex;flex-direction:column}.grocery-product-brand{color:var(--color-text-secondary);font-size:.6875rem}.grocery-product-unit{display:none;color:var(--color-text-secondary);font-size:.6875rem;font-weight:600}.grocery-mobile-only,.grocery-mobile-section-heading{display:none}.grocery-product-title{color:var(--color-text);font-size:.875rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}.grocery-product-rating{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--color-text-secondary)}.grocery-product-rating .anticon{color:#f59e0b;font-size:.75rem}.grocery-product-card-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem;flex-wrap:wrap;row-gap:.5rem}@media(max-width:30rem){.grocery-product-card-foot{flex-direction:column;align-items:stretch}.grocery-product-card-foot .grocery-product-price{flex-direction:row;align-items:baseline;gap:.5rem}.grocery-product-card-foot .grocery-stepper{align-self:end}.grocery-product-card-foot .grocery-add-button{align-self:stretch;width:100%;justify-content:center}.grocery-product-card-image{padding:.625rem}.grocery-product-title{font-size:.75rem}.grocery-product-price .price-now{font-size:.875rem}}:root[data-industry=grocery] .grocery-product-brand{display:block!important;margin-bottom:.25rem!important;font-size:.75rem!important;color:#64748b!important}:root[data-industry=grocery] .grocery-product-price{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.125rem!important;min-height:2.25rem!important}:root[data-industry=grocery] .price-now-row{display:inline-flex!important;align-items:baseline!important;gap:.25rem!important;white-space:nowrap!important}:root[data-industry=grocery] .grocery-product-price .price-now{color:var(--color-primary)!important;font-size:1rem!important;font-weight:800!important;line-height:1.1!important}:root[data-industry=grocery] .grocery-product-price .price-mrp{display:block!important;color:#94a3b8!important;font-size:.75rem!important;text-decoration:line-through!important}:root[data-industry=grocery] .grocery-add-button{background:var(--grocery-app-green, linear-gradient(180deg, #58aa3c 0%, var(--grocery-app-green, #3bb77e) 100%))!important;color:#fff!important;border:0!important}:root[data-industry=grocery] .grocery-add-button:hover{background:linear-gradient(180deg,#4d9c32,#2fa56d)!important;color:#fff!important}.grocery-product-card-foot .ant-btn,.grocery-add-button{display:inline-flex;align-items:center;gap:.375rem;height:2rem;padding:0 .875rem;border-radius:.375rem;border:0;background:var(--color-primary-soft);color:var(--color-primary);font-weight:700;font-size:.75rem;cursor:pointer;transition:background .16s ease}.grocery-product-card-foot .ant-btn:hover,.grocery-add-button:hover{background:var(--color-primary);color:#fff}.grocery-product-card-foot .ant-btn .anticon,.grocery-add-button .anticon{font-size:.75rem}.grocery-add-button{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important}.grocery-add-button:hover,.grocery-add-button:focus-visible,.grocery-add-button:active{background:var(--color-primary-hover, var(--color-primary))!important;border-color:var(--color-primary-hover, var(--color-primary))!important;color:#fff!important}.grocery-stepper{display:inline-flex;align-items:stretch;flex-shrink:0;border:.125rem solid var(--border-color);border-radius:.375rem;overflow:hidden;height:2rem;background:#fff}.grocery-stepper button{flex:0 0 2rem;width:2rem;height:100%;border:0;background:var(--color-primary);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.875rem;line-height:1}.grocery-stepper button .anticon,.grocery-stepper button:hover .anticon{color:#fff;font-size:.875rem;line-height:1}.grocery-stepper button:hover{background:var(--color-primary-strong)}.grocery-stepper span{flex:0 0 auto;min-width:1.75rem;padding:0 .375rem;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);font-weight:700;font-size:.8125rem;line-height:1}.grocery-product-card-foot .grocery-stepper{flex-shrink:0}.grocery-product-card-foot .grocery-product-price{min-width:0;flex:1 1 auto}@media(min-width:64rem){:root[data-industry=grocery] .grocery-product-card-body{display:block}:root[data-industry=grocery] .grocery-product-brand{display:block;margin-bottom:.375rem}:root[data-industry=grocery] .grocery-product-title{display:inline;min-height:0;margin-right:.25rem}:root[data-industry=grocery] .grocery-product-unit{display:inline;white-space:nowrap}:root[data-industry=grocery] .grocery-product-card-foot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:.5rem}:root[data-industry=grocery] .grocery-product-card-foot .grocery-product-price{grid-column:1}:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button,:root[data-industry=grocery] .grocery-product-card-foot .grocery-stepper{grid-column:2;align-self:end;justify-self:end}:root[data-industry=grocery] .grocery-product-price{display:flex;flex-flow:row wrap;align-items:baseline;gap:.25rem}:root[data-industry=grocery] .grocery-product-price .price-now,:root[data-industry=grocery] .grocery-product-price-unit{white-space:nowrap}:root[data-industry=grocery] .grocery-product-price .price-mrp{flex:0 0 100%;min-width:100%;line-height:1}}@media(min-width:48rem)and (max-width:63.9375rem){:root[data-industry=grocery] .grocery-product-card-body{display:block!important}:root[data-industry=grocery] .grocery-product-title{display:inline!important;min-height:0;margin-right:.25rem}:root[data-industry=grocery] .grocery-product-unit{display:inline!important;white-space:nowrap}:root[data-industry=grocery] .grocery-product-card-foot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:.5rem}:root[data-industry=grocery] .grocery-product-card-foot .grocery-product-price{grid-column:1}:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button,:root[data-industry=grocery] .grocery-product-card-foot .grocery-stepper{grid-column:2;align-self:end;justify-self:end}}.grocery-best-sells{display:grid;grid-template-columns:17.5rem repeat(4,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.checkout-back-btn{border-color:var(--mobile-checkout-primary-strong)}.grocery-best-sells-feature{position:relative;padding:1.75rem 1.5rem;border-radius:var(--radius-card);background:linear-gradient(135deg,#d4ead4,#b9d8b9),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'/>");display:flex;flex-direction:column;justify-content:space-between;min-height:20rem;overflow:hidden}.grocery-best-sells-feature:after{content:"";position:absolute;inset:auto -20% -10% auto;width:80%;height:80%;background:url(https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=400&q=70) center/contain no-repeat;opacity:.4}.grocery-best-sells-feature h3{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:800;line-height:1.2;color:var(--color-text);z-index:1}.grocery-best-sells-feature .grocery-promo-card-cta{z-index:1;align-self:flex-start}@media(max-width:68.75rem){.grocery-best-sells{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:37.5rem){.grocery-best-sells{grid-template-columns:1fr}}.grocery-delivery-banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:1.5rem;padding:2.5rem 3rem;border-radius:var(--radius-card);background:#cdeacf;margin:2rem 0;overflow:hidden;position:relative}.grocery-delivery-banner h2{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.375rem,3vw,2rem);font-weight:800;color:var(--color-text);line-height:1.2}.grocery-delivery-banner p{margin:0 0 1.25rem;color:var(--color-text-secondary);font-size:.875rem;max-width:23.75rem}.grocery-delivery-banner img{justify-self:end;width:100%;max-width:22.5rem;height:auto;object-fit:contain}@media(max-width:48rem){.grocery-delivery-banner{grid-template-columns:1fr;text-align:center;padding:2rem 1.5rem}.grocery-delivery-banner img{justify-self:center;max-width:13.75rem}.grocery-delivery-banner p{margin-left:auto;margin-right:auto}}@media(max-width:30rem){.grocery-delivery-banner{padding:1.25rem 1rem}.grocery-delivery-banner h2{font-size:1.25rem}.grocery-delivery-banner img{max-width:10rem}}.grocery-service-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin:2rem 0 1rem;padding:1rem;border-radius:var(--radius-card);background:#f7faf6}.grocery-service-card{display:flex;align-items:center;gap:.75rem;padding:.75rem}.grocery-service-card .anticon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:#fff;color:var(--color-primary);display:grid;place-items:center;font-size:1.25rem;flex-shrink:0}.grocery-service-card strong{display:block;font-size:.8125rem;font-weight:700;color:var(--color-text)}.grocery-service-card span{color:var(--color-text-secondary);font-size:.6875rem}@media(max-width:68.75rem){.grocery-service-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:30rem){.grocery-service-row{grid-template-columns:1fr;padding:.625rem;margin:1rem 0}}.grocery-footer{margin-top:3rem;background:#163020;color:#d1d5db}.grocery-footer-top{max-width:80rem;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;border-bottom:.125rem solid rgba(255,255,255,.08)}.grocery-footer-social{display:inline-flex;align-items:center;gap:1rem}.grocery-footer-social strong{color:#fff;font-size:.8125rem;font-weight:700}.grocery-footer-social a,.grocery-footer-social button{width:2rem;height:2rem;border:0;border-radius:50%;background:#ffffff14;display:grid;place-items:center;color:#d1d5db;font-size:.875rem;cursor:pointer}.grocery-footer-social a:hover,.grocery-footer-social button:hover{background:var(--color-primary);color:#fff}.grocery-footer-payments{display:inline-flex;align-items:center;gap:.75rem}.grocery-footer-payments strong{color:#fff;font-size:.8125rem;font-weight:700}.grocery-footer-payments span{display:inline-grid;place-items:center;height:1.5rem;padding:0 .5rem;border-radius:.25rem;background:#ffffff14;color:#fff;font-size:.625rem;font-weight:700}.grocery-footer-newsletter{display:inline-flex;flex-direction:column;gap:.5rem;justify-self:end}.grocery-footer-newsletter strong{color:#fff;font-size:.8125rem;font-weight:700}.grocery-footer-newsletter form{display:inline-flex;border-radius:.5rem;overflow:hidden;background:#ffffff14}.grocery-footer-newsletter input{border:0;background:transparent;outline:none;padding:0 .75rem;height:2.25rem;color:#fff;font-size:.8125rem;width:12.5rem}.grocery-footer-newsletter input::placeholder{color:#fff6}.grocery-footer-newsletter button{border:0;background:var(--color-primary);color:#fff;padding:0 1.125rem;font-weight:700;cursor:pointer;font-size:.8125rem}.grocery-footer-columns{max-width:80rem;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem}.grocery-footer-columns h4{margin:0 0 .875rem;color:#fff;font-size:.8125rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.grocery-footer-columns ul{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.grocery-footer-columns a{color:#d1d5db;font-size:.8125rem}.grocery-footer-columns a:hover{color:var(--color-primary)}.grocery-footer-bottom{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;border-top:.125rem solid rgba(255,255,255,.08);color:#fff9;font-size:.75rem}.grocery-footer-bottom strong{color:#fff;font-weight:700}.grocery-footer-bottom .grocery-footer-contact{text-align:right;display:inline-flex;align-items:center;gap:.75rem;justify-self:end}.grocery-footer-bottom .grocery-footer-contact .anticon{color:var(--color-primary);font-size:1.125rem}@media(max-width:64rem){.grocery-footer-top,.grocery-footer-bottom{grid-template-columns:1fr;text-align:center}.grocery-footer-newsletter,.grocery-footer-bottom .grocery-footer-contact{justify-self:center}.grocery-footer-columns{grid-template-columns:repeat(2,1fr)}}@media(max-width:30rem){.grocery-footer-top{padding:1.25rem 1rem;gap:1rem;grid-template-columns:1fr;text-align:center}.grocery-footer-columns{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.25rem 1rem}.grocery-footer-newsletter input{width:100%}.grocery-footer-newsletter{width:100%;align-items:center}.grocery-footer-social{justify-content:center}.grocery-footer-payments{flex-wrap:wrap;justify-content:center}.grocery-footer-payments strong{width:100%;text-align:center}.grocery-product-modal .ant-modal-close{top:.75rem!important;right:.75rem!important;color:#0f172a!important;background:#fff9!important;backdrop-filter:blur(.5rem)!important;-webkit-backdrop-filter:blur(.5rem)!important;border-radius:50%!important;width:2rem!important;height:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10!important}}.address-choice{grid-template-columns:2.625rem minmax(0,1fr) auto!important}:root[data-industry=grocery] .cart-line-stepper{display:inline-flex!important;align-items:stretch!important;flex-shrink:0!important;border:.125rem solid var(--border-color)!important;border-radius:.375rem!important;overflow:hidden!important;height:2rem!important;background:#fff!important;width:6.5rem!important}:root[data-industry=grocery] .cart-line-stepper button{flex:0 0 2rem!important;width:2rem!important;height:100%!important;border:0!important;background:var(--color-primary)!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;font-size:.875rem!important;line-height:1!important}:root[data-industry=grocery] .cart-line-stepper span{flex:1 1 auto!important;min-width:1.75rem!important;padding:0 .375rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:var(--color-primary)!important;font-weight:700!important;font-size:.8125rem!important;line-height:1!important}:root[data-industry=grocery] .cart-line-stepper button:hover{background:var(--color-primary-strong)!important}:root[data-industry=grocery] .coupon-card .ant-btn{box-shadow:none!important;border:0!important}:root[data-industry=grocery] .cart-lines{max-height:30rem!important;overflow-y:auto!important;padding-right:.5rem!important}:root[data-industry=grocery] .cart-lines::-webkit-scrollbar{width:.25rem!important}:root[data-industry=grocery] .cart-lines::-webkit-scrollbar-thumb{background:#94a3b8!important;border-radius:.125rem!important}:root[data-industry=grocery] .fish-mobile-drawer .ant-drawer-header{background:var(--color-primary)!important}:root[data-industry=grocery] .fish-mobile-drawer .ant-drawer-title{color:#fff!important}:root[data-industry=grocery] .fish-mobile-nav-link{color:#000!important}:root[data-industry=grocery] .fish-mobile-nav-link:hover{color:var(--color-primary)!important}:root[data-industry=grocery] .grocery-mobile-cart-bar .ant-typography{color:#fff!important;font-weight:700}:root[data-industry=grocery] .grocery-mobile-cart-bar .ant-btn{background:#fff!important;border-color:#fff!important;color:var(--grocery-app-green, var(--color-primary, #3f982f))!important}:root[data-industry=grocery] .grocery-mobile-cart-bar .ant-btn:hover,:root[data-industry=grocery] .grocery-mobile-cart-bar .ant-btn:focus-visible,:root[data-industry=grocery] .grocery-mobile-cart-bar .ant-btn:active{background:var(--color-primary-hover, var(--grocery-app-deep, #075b34))!important;border-color:var(--color-primary-hover, var(--grocery-app-deep, #075b34))!important;color:#fff!important}@media(max-width:64rem){:root[data-industry=grocery] #main{padding-bottom:calc(5rem + env(safe-area-inset-bottom))!important}.grocery-announcement,.grocery-footer{display:none}.grocery-header{border-bottom:0;box-shadow:0 .25rem .875rem #0f172a14}.grocery-header-main.is-mobile{display:grid;grid-template-columns:auto 1fr auto auto;grid-template-areas:"menu delivery wishlist account" "search search search search";align-items:center;gap:.625rem;padding:.75rem;background:radial-gradient(circle at 10% -10%,#1e8b57,#0c5f4b,#0a3f3f);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.grocery-header-main.is-mobile>button[aria-label="Open menu"]{grid-area:menu;width:2.25rem;height:2.25rem;border-radius:.625rem;background:#eef7f0;border:.0625rem solid #dcefe0}.grocery-delivery-pill-mobile{grid-area:delivery;padding:0;justify-content:flex-start;min-width:0}.grocery-delivery-pill-mobile>span{min-width:0}.grocery-delivery-pill-mobile small{font-size:.625rem}.grocery-delivery-pill-mobile strong{display:block;max-width:8.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f9fafb;font-size:.8125rem}.grocery-delivery-pill-mobile small,.grocery-delivery-pill-mobile>.anticon{color:#ffffffd1!important}.grocery-header-main.is-mobile .grocery-search{grid-area:search;order:initial;width:100%;border-radius:.875rem;border-width:.0625rem;background:#f8fafc;box-shadow:0 .375rem .875rem #0003}.grocery-header-main.is-mobile .grocery-icon-button{width:2.25rem;height:2.25rem;font-size:1.125rem;background:#ffffff2e;border:.0625rem solid rgba(255,255,255,.3);color:#fff}.grocery-header-main.is-mobile .grocery-account-menu-button{background:transparent;border:0;color:#fff}.grocery-header-main.is-mobile .grocery-header-account-avatar.ant-avatar{background:var(--avatar-bg, linear-gradient(135deg, #ff405d, #ff824b))!important;background-image:none!important;color:var(--avatar-color, #fff)!important}.grocery-header-main.is-mobile>a[aria-label=Wishlist]{grid-area:wishlist;margin-left:0}.grocery-header-main.is-mobile>button[aria-label=Account],.grocery-header-main.is-mobile>.ant-dropdown-trigger,.grocery-header-main.is-mobile>a[aria-label=Cart]{grid-area:account}.grocery-header-main.is-mobile>button[aria-label="My Orders"],.grocery-header-main.is-mobile>a[aria-label=Cart]{display:none}.grocery-mobile-tabs{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:.375rem .5rem calc(.375rem + env(safe-area-inset-bottom));background:#fffffffc;border-top:.0625rem solid #e5e7eb;backdrop-filter:blur(.5rem)}.grocery-mobile-tab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;color:#6b7280;min-height:2.75rem;border-radius:.625rem;font-weight:700;font-size:.625rem}.grocery-mobile-tabs .grocery-mobile-tab:nth-child(3){transform:translateY(-.8rem)}.grocery-mobile-tabs .grocery-mobile-tab:nth-child(3) .grocery-mobile-tab-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-primary);color:#fff;display:grid;place-items:center;box-shadow:0 .5rem 1.25rem #16a34a59;border:.125rem solid #fff;font-size:1rem}.grocery-mobile-tabs .grocery-mobile-tab:nth-child(3) .grocery-mobile-tab-label{margin-top:.125rem}.grocery-mobile-tab-icon{font-size:1.125rem;line-height:1}.grocery-mobile-tab.active{color:#fff;background:var(--color-primary)}.grocery-mobile-tab.active .grocery-mobile-tab-icon,.grocery-mobile-tab.active .anticon,.grocery-mobile-tab.active .grocery-mobile-tab-label{color:#fff}.grocery-mobile-tab .ant-badge .anticon{color:inherit}.grocery-mobile-cart-bar{bottom:calc(4.25rem + env(safe-area-inset-bottom))!important;border-radius:.875rem!important;left:.75rem!important;right:.75rem!important}.grocery-home-shell .grocery-product-grid-wrapper .ant-row{gap:.5rem 0}.grocery-home-shell .grocery-product-grid-wrapper .ant-col{padding-left:.1875rem!important;padding-right:.1875rem!important}.grocery-desktop-only{display:none}.grocery-mobile-only{display:block}.grocery-mobile-section-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .125rem;margin:0 0 .5rem}.grocery-mobile-section-heading h3{margin:0;color:var(--color-text);font-family:var(--font-display);font-size:1.35rem;font-weight:800;line-height:1.2}.grocery-modern-grid{margin-top:.25rem}.grocery-modern-grid .ant-col{padding-left:.1875rem!important;padding-right:.1875rem!important}.grocery-catalog-hero{border-bottom:0;background:transparent}.grocery-catalog-shell .grocery-catalog-hero .container,.grocery-catalog-shell>.container{padding-left:.75rem!important;padding-right:.75rem!important}.grocery-catalog-pill-row{grid-template-columns:1fr!important}.grocery-catalog-pill{justify-content:flex-start!important;background:#f7faf7}.grocery-product-grid-wrapper{margin-left:0}.grocery-home-shell{padding-left:.75rem!important;padding-right:.75rem!important}.grocery-home-shell section{background:#fff;border-radius:1rem;padding:.75rem;margin-bottom:.75rem;box-shadow:none!important}.grocery-home-shell section .ant-typography,.grocery-home-shell section h2{margin-bottom:.5rem!important}.grocery-home-shell section h2{font-size:1.35rem!important;letter-spacing:0}.grocery-hero{margin:.625rem 0 .875rem;gap:.625rem}.grocery-hero-aside{display:none}.grocery-hero-carousel,.grocery-hero-carousel .slick-slide,.grocery-hero-carousel .slick-slide>div,.grocery-hero-carousel .slick-slide>div>div,.grocery-hero-carousel .grocery-hero-slide{border-radius:.875rem}.grocery-hero-slide{padding:.875rem}.grocery-hero-slide-copy h2{font-size:1.35rem!important;margin-bottom:.25rem}.grocery-hero-slide-copy p{font-size:.75rem;margin-bottom:.5rem}.grocery-hero-slide-cta{font-size:.6875rem;padding:.375rem .625rem}.grocery-categories-scroll-container{gap:.625rem;margin:0 -.25rem;padding-inline:.25rem}.grocery-product-card{border-radius:.5rem;border-width:.0625rem;flex-direction:column;align-items:stretch;min-height:0;overflow:hidden;box-shadow:0 .25rem .75rem #0f172a0d}.grocery-product-card-image{padding:.5rem;width:100%;min-width:0}.grocery-product-card-image .wishlist-button{display:grid;top:.375rem;right:.375rem;width:1.35rem;height:1.35rem;box-shadow:none;font-size:.75rem}.grocery-discount-badge{position:absolute;top:.375rem;left:.375rem;font-size:.55rem;padding:.125rem .375rem;border-radius:999px;background:#ec4444;color:#fff;font-weight:800;z-index:3}.grocery-tag.has-discount{left:3.25rem!important}.grocery-tag{display:inline-flex;top:.375rem;left:.375rem;padding:.125rem .375rem;border-radius:999px;background:#22c55e!important;font-size:.55rem;font-weight:900;letter-spacing:0}.grocery-product-card-body{position:relative;padding:.45rem .5rem .55rem;gap:.125rem;min-width:0}.grocery-product-title{color:#334155;font-size:.7rem;font-weight:800;min-height:0;-webkit-line-clamp:1}.grocery-product-unit{display:inline-flex;color:#64748b;font-size:.58rem;font-weight:700;line-height:1.1}.grocery-product-rating{position:absolute;right:.5rem;top:.45rem;font-size:.56rem;gap:.1rem}.grocery-product-rating .anticon:not(:first-child){display:none}.grocery-rating-value{color:#475569;font-weight:900}.grocery-rating-paren{display:none}.grocery-product-price .price-now{color:#0f766e;font-size:.72rem;font-weight:900}.grocery-product-card-foot{flex-direction:row;align-items:end;margin-top:.15rem;min-height:1.4rem}.grocery-stepper,.grocery-add-button{height:1.35rem}.grocery-stepper button{flex-basis:1.35rem;width:1.35rem}.grocery-add-button{border-radius:999px;padding:0;width:1.35rem;min-width:1.35rem;background:#064e4b;color:#fff;justify-content:center;font-size:0}.grocery-add-button .anticon{margin:0;font-size:.65rem}.grocery-promo-row,.grocery-delivery-banner,.grocery-service-row{margin:.75rem 0}.grocery-promo-card{border-radius:.875rem}:root[data-industry=grocery] .cart-page-container{padding:.75rem!important}:root[data-industry=grocery] .cart-page{border:0;border-radius:0;padding:0;background:transparent}:root[data-industry=grocery] .cart-page .cart-layout{grid-template-columns:1fr;gap:.75rem}:root[data-industry=grocery] .cart-page .cart-lines{max-height:none!important;overflow:visible!important;padding-right:0!important}:root[data-industry=grocery] .cart-page .cart-line-card{border-radius:.75rem;background:#fff;box-shadow:0 .375rem .875rem #0f172a0d}:root[data-industry=grocery] .product-detail-container.is-mobile .product-detail-shell{border-radius:0;box-shadow:none}:root[data-industry=grocery] .product-detail-container.is-mobile{background:#f4f7f6;padding-bottom:5.75rem}}:root[data-industry=grocery] .checkout-choice.active,:root[data-industry=grocery] .address-choice.active{border-color:color-mix(in srgb,var(--mobile-checkout-primary) 28%,transparent)!important;background:var(--mobile-checkout-active-bg)!important}:root[data-industry=grocery] .checkout-choice.active .choice-icon{background:var(--mobile-checkout-primary)!important;color:#fff!important}:root[data-industry=grocery] .checkout-choice.active i{border-color:var(--mobile-checkout-primary)!important;border-width:.3125rem!important;background:#fff!important}@media(min-width:36.01rem)and (max-width:64rem){.grocery-announcement,.grocery-footer{display:block!important}:root[data-industry=grocery] #main{padding-bottom:2rem!important}.grocery-header-main{padding:.75rem .875rem!important;gap:.5rem!important}.grocery-delivery-pill{padding:.25rem .5rem!important;gap:.25rem!important}.grocery-delivery-pill small{font-size:.625rem}.grocery-delivery-pill .ant-select{font-size:.75rem}.grocery-product-card{border-radius:.75rem!important;box-shadow:0 .5rem 1.25rem #0f172a0d!important}.grocery-product-card-image{padding:1rem!important;background:#fff!important}.grocery-product-title{font-size:.875rem!important;-webkit-line-clamp:2!important;min-height:0!important}.grocery-product-unit{font-size:.75rem!important}.grocery-product-price .price-now{font-size:.9rem!important}.grocery-product-card-foot{flex-direction:row!important;align-items:flex-end!important;margin-top:.35rem!important}.grocery-stepper,.grocery-add-button{height:1.875rem!important;margin:0 auto}.grocery-stepper button{flex-basis:1.875rem!important;width:1.875rem!important}.grocery-add-button{border-radius:.5rem!important;padding:0 .75rem!important;width:auto!important;min-width:3.5rem!important;font-size:.75rem!important;font-weight:800!important;text-transform:uppercase!important}.grocery-catalog-pill-row{grid-template-columns:repeat(2,auto)!important;gap:.5rem!important}.grocery-catalog-category-dropdown,.grocery-catalog-pill-row .grocery-catalog-select{min-width:10rem!important}.grocery-catalog-category-panel{min-width:100%!important;width:max-content!important;max-width:20rem!important}.grocery-product-grid-wrapper .ant-col{flex:0 0 33.333%!important;max-width:33.333%!important}.grocery-modern-grid .ant-col{padding-left:.5rem!important;padding-right:.5rem!important}.grocery-service-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.75rem!important;padding:.5rem 0!important}.grocery-promo-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.75rem!important}:root[data-industry=grocery] .cart-page .cart-layout{grid-template-columns:1.625fr 1fr!important;gap:1.5rem!important}.grocery-product-card-image .wishlist-button{width:2.125rem!important;height:2.125rem!important;font-size:1.35rem!important}}@media(min-width:36.01rem)and (max-width:48rem){:root[data-industry=grocery] .product-detail-modal{top:2rem!important;margin:0 auto;padding-bottom:0}:root[data-industry=grocery] .product-detail-modal .ant-modal-content{max-height:80vh!important;overflow:hidden;overscroll-behavior:contain!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile{padding-bottom:0!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-shell{height:calc(80vh - 2rem);display:grid!important;grid-template-rows:1fr 1fr}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .grocery-product-detail-image-container{height:100%!important;max-height:100%!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-content{height:100%;overflow-y:hidden;gap:.5rem;padding-bottom:0!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-scroll-area{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-cta-row{position:sticky!important;bottom:0;z-index:12;gap:.5rem!important;justify-content:space-evenly;padding:.5rem .875rem!important;border-top:.0625rem solid var(--grocery-app-green-soft);background:var(--grocery-app-surface)!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-cart-cta,:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{flex:0 0 auto!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{display:flex;justify-content:center;align-items:center}:where(.css-dev-only-do-not-override-50hx60).ant-btn-color-primary{box-shadow:none!important}}:root[data-industry=grocery] .grocery-add-button,:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important}:root[data-industry=grocery] .grocery-add-button:hover,:root[data-industry=grocery] .grocery-add-button:focus-visible,:root[data-industry=grocery] .grocery-add-button:active,:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button:hover,:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button:focus-visible,:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button:active{background:var(--color-primary-hover, var(--color-primary))!important;border-color:var(--color-primary-hover, var(--color-primary))!important;color:#fff!important}:root[data-industry=grocery] .grocery-product-card-foot{flex-wrap:wrap!important;row-gap:.5rem!important}@media(max-width:41.0625rem){:root[data-industry=grocery] .grocery-product-card-foot{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}:root[data-industry=grocery] .grocery-product-card-foot .grocery-add-button,:root[data-industry=grocery] .grocery-product-card-foot .grocery-stepper{width:auto!important;min-width:5.25rem!important}:root[data-industry=grocery] .grocery-product-card-foot .grocery-product-price{align-self:flex-start!important}}.grocery-subcategory-scroll-row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding-bottom:.5rem;scrollbar-width:thin}.grocery-subcategory-scroll-row::-webkit-scrollbar{height:6px}.grocery-subcategory-scroll-row::-webkit-scrollbar-thumb{background:var(--color-border-subtle, #e0e0e0);border-radius:10px}.grocery-subcategory-scroll-row .grocery-category-tile{width:calc(16.666% - .85rem);min-width:110px;flex-shrink:0;min-height:10rem;margin:0}@media(max-width:64rem){.grocery-subcategory-scroll-row .grocery-category-tile{width:calc(25% - .75rem)}}:root[data-industry=grocery] .product-detail-price{background-color:color-mix(in srgb,var(--color-primary) 10%,transparent)!important;border-color:color-mix(in srgb,var(--color-primary) 20%,transparent)!important}@media(max-width:36rem){:root[data-industry=grocery]{--grocery-app-bg: var(--bg-page, #eff8ed);--grocery-app-ink: var(--color-text, #202326);--grocery-app-muted: var(--color-text-secondary, #5f7565);--grocery-app-deep: var(--color-primary-hover, #075b34);--grocery-app-green: var(--color-primary, #3f982f);--grocery-app-green-soft: var(--color-primary-soft, #dff2d8);--grocery-app-surface: var(--bg-surface, #fbfff9);--background-text-color: var(--runtime-color-background-text, #ffffff)}:root[data-industry=grocery] #main{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))!important}.grocery-announcement,.grocery-footer{display:none}.grocery-header{position:sticky;top:0;z-index:90;border:0;box-shadow:none}.grocery-header-main.is-mobile{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;grid-template-areas:"brand location cart account" "search search search search";align-items:center;gap:.55rem;max-width:none;margin:0;padding:.75rem .875rem!important;background:var(--grocery-app-surface);border-radius:0 0 .875rem .875rem;box-shadow:0 .5rem 1.375rem #27752f1a}.grocery-header-main.is-mobile.is-location-open{display:flex!important;align-items:center!important;gap:0!important}.grocery-header-main.is-mobile.is-location-open .grocery-brand,.grocery-header-main.is-mobile.is-location-open>a[aria-label=Cart],.grocery-header-main.is-mobile.is-location-open>a[aria-label=Wishlist],.grocery-header-main.is-mobile.is-location-open>button[aria-label=Account],.grocery-header-main.is-mobile.is-location-open>.ant-dropdown-trigger,.grocery-header-main.is-mobile.is-location-open .grocery-search{display:none!important}.grocery-header-main.is-mobile>button[aria-label="Open menu"],.grocery-header-main.is-mobile>a[aria-label=Cart],.grocery-header-main.is-mobile>button[aria-label="My Orders"],.grocery-mobile-greeting{display:none!important}.grocery-header-main.is-mobile .grocery-brand{grid-area:brand;display:inline-flex;min-width:0;gap:.4rem;font-size:.95rem}.grocery-header-main.is-mobile .grocery-brand strong{overflow:hidden;color:var(--grocery-app-deep);text-overflow:ellipsis;white-space:nowrap}.grocery-header-main.is-mobile .grocery-brand-mark{width:2rem;height:2rem}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile{grid-area:location;display:inline-flex!important;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;min-width:2.25rem;padding:0;border-radius:50%;background:#eff8ed;color:var(--grocery-app-deep)}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile.is-selected{width:fit-content;max-width:min(42vw,10rem);border-radius:.5rem;padding:0 .75rem;gap:.35rem;color:var(--grocery-app-green)}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile>span:not(.anticon){display:none}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile.is-selected>span:not(.anticon){min-width:0;display:block}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile.is-selected small{display:none}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile.is-selected strong{display:block;max-width:7rem;overflow:hidden;color:var(--grocery-app-green);font-size:.75rem;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.grocery-header-main.is-mobile .grocery-delivery-pill-mobile>.anticon{display:inline-flex!important;align-items:center;justify-content:center;color:var(--grocery-app-green)!important;font-size:1rem}.grocery-mobile-location-select{grid-area:location;width:100%;height:2.25rem}.grocery-mobile-location-select .ant-select-selector{width:100%!important;height:2.25rem!important;min-height:0!important;border:0!important;border-radius:999px!important;background:#eff8ed!important;padding:0 .75rem!important;box-shadow:none!important}.grocery-mobile-location-select .ant-select-selection-item,.grocery-mobile-location-select .ant-select-selection-placeholder{color:var(--grocery-app-green)!important;font-size:.75rem;font-weight:900;line-height:2.25rem!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grocery-mobile-location-select .ant-select-prefix{color:var(--grocery-app-green);margin-inline-end:.5rem;font-size:.9375rem}.grocery-current-location-option{display:inline-flex;align-items:center;gap:.5rem}.grocery-current-location-option .anticon{color:var(--grocery-app-green);font-size:1rem}:root[data-industry=grocery] .grocery-header-main.is-mobile>a[aria-label=Wishlist]{grid-area:cart;margin-left:0!important}.grocery-header-main.is-mobile>button[aria-label=Account],.grocery-header-main.is-mobile>.ant-dropdown-trigger{grid-area:account}.grocery-header-main.is-mobile>a[aria-label=Wishlist],.grocery-header-main.is-mobile>button[aria-label=Account],.grocery-header-main.is-mobile>.ant-dropdown-trigger{display:grid!important;width:2.25rem;height:2.25rem;border:0;border-radius:50%;background:#eff8ed;color:var(--color-primary);box-shadow:none;place-items:center}.grocery-header-main.is-mobile>a[aria-label=Wishlist]:hover,.grocery-header-main.is-mobile>button[aria-label=Account]:hover,.grocery-header-main.is-mobile>.ant-dropdown-trigger:hover{background:inherit!important;box-shadow:none!important}.grocery-header-main.is-mobile>a[aria-label=Wishlist].active{background:var(--grocery-app-green-soft);color:var(--grocery-app-green)}.grocery-header-main.is-mobile>a[aria-label=Wishlist].active .anticon{color:var(--grocery-app-green)!important}.grocery-header-main.is-mobile>a[aria-label=Wishlist] .anticon-heart svg{width:1.2rem;height:1.2rem}.grocery-header-main.is-mobile>.ant-dropdown-trigger .ant-avatar{width:1.875rem!important;height:1.875rem!important;line-height:1.875rem!important;background:linear-gradient(135deg,var(--grocery-app-green),var(--grocery-app-deep));color:#fff}.grocery-account-photo-button.ant-btn{right:-.25rem!important;top:auto!important;bottom:-.25rem!important;left:auto!important;width:2.2rem!important;height:2.2rem!important;min-width:2.2rem!important}.grocery-account-card-head{align-items:flex-start!important;flex-direction:row!important;flex-wrap:nowrap!important}.grocery-account-card-head h2{flex:1 1 auto!important;min-width:0!important}.grocery-account-card-head .ant-btn{min-width:6rem!important;padding:0!important;height:2rem;white-space:nowrap!important;font-size:.75rem!important}.grocery-mobile-greeting{min-width:0}.grocery-account-signout .ant-btn{min-width:auto!important}.grocery-mobile-greeting strong{display:block;color:var(--grocery-app-ink);font-size:1.125rem;font-weight:900;line-height:1.2}.grocery-mobile-greeting span{display:block;margin-top:.25rem;color:var(--grocery-app-muted);font-size:.8125rem;font-weight:600}.grocery-header-main.is-mobile .grocery-search{grid-area:search;order:initial;width:100%;border:0;border-radius:.875rem;background:#eff8ed;box-shadow:none}.grocery-header-main.is-mobile .grocery-search .ant-input-affix-wrapper{height:2.875rem;padding:0 .875rem}.grocery-region,.grocery-region .ant-select-selector{padding:0!important;width:fit-content!important}.grocery-language-select{width:fit-content!important}.grocery-language-dropdown{width:max-content!important;min-width:0!important}.grocery-delivery-banner{display:grid;grid-template-columns:minmax(0,1fr) 6.5rem;align-items:center;gap:.75rem;margin:.55rem 0 .65rem!important;padding:.9rem;border-radius:.85rem;background:linear-gradient(135deg,#075b34f5,#3f982fe0),var(--grocery-app-green);box-shadow:0 .5rem 1.2rem #27752f38;overflow:hidden;text-align:left}.grocery-home-shell{width:100%!important;padding:0 .875rem!important}.grocery-home-shell section{padding:0;margin:0 0 .65rem!important;border-radius:0;box-shadow:none}.grocery-home-shell section>header{margin-bottom:.05rem!important;align-items:center!important}.grocery-home-shell section>.base-section-space{gap:0!important}.grocery-home-shell section h2,.grocery-home-shell section h3,.grocery-mobile-section-heading h3{margin:0!important;color:var(--grocery-app-ink);font-size:1rem!important;font-weight:900!important;line-height:1.2;letter-spacing:0}.grocery-view-all{color:var(--grocery-app-green);font-size:.7rem;font-weight:800}.grocery-hero{margin:0 0 1.125rem!important;display:block}.grocery-hero-categories,.grocery-hero-aside{display:none}.grocery-hero-carousel,.grocery-hero-carousel .slick-slide,.grocery-hero-carousel .slick-slide>div,.grocery-hero-carousel .slick-slide>div>div,.grocery-hero-carousel .grocery-hero-slide{height:9.725rem!important;border-radius:.625rem}.grocery-hero-slide{padding:.875rem;align-items:center}.grocery-hero-slide-scrim{background:linear-gradient(90deg,#075b34db,#3f982f33)}.grocery-hero-slide-copy h2{max-width:13rem;font-size:1rem!important;line-height:1.15}.grocery-hero-slide-copy p{max-width:9.25rem;margin-bottom:.625rem;font-size:.62rem;line-height:1.35}.grocery-hero-slide-copy small{display:none}.grocery-hero-slide-cta{min-height:1.75rem;padding:0 .75rem;border-radius:.5rem;background:var(--color-primary);color:#fff;font-size:.68rem;font-weight:900}.grocery-mobile-section-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .625rem}.grocery-promo-row{display:block;margin:0 0 1.125rem}.grocery-promo-card{min-height:7.4rem;padding:.875rem;border-radius:.625rem}.grocery-promo-card:not(:first-child){display:none}.grocery-promo-card-copy strong{max-width:9rem;font-size:.95rem;line-height:1.15}.grocery-promo-card-cta{min-height:1.75rem;padding:0 .75rem;border-radius:.5rem;background:var(--color-primary)!important;font-size:.68rem}.grocery-promo-card-image{width:7.5rem;height:6.5rem;border-radius:.5rem}.grocery-categories-scroll-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:0 0 .65rem;overflow:visible}.grocery-categories-scroll-container::-webkit-scrollbar{display:none}.grocery-categories-scroll-container>div{width:100%!important;flex:initial!important}.grocery-categories-scroll-container>div:nth-child(n+5){display:none}.grocery-featured-categories .grocery-category-tile{display:grid;grid-template-rows:4.05rem auto;align-items:center;justify-items:center;gap:.2rem;width:100%;height:5.95rem;min-height:0;padding:.55rem .35rem .42rem;border:0;border-radius:.8rem;background:none!important}.grocery-featured-categories .grocery-category-tile-glow,.grocery-featured-categories .grocery-category-tile small{display:none}.grocery-featured-categories .grocery-category-tile-image{width:3.95rem;height:3.95rem;border-radius:.6rem;background:transparent}.grocery-featured-categories .grocery-category-tile-image img{width:100%;height:100%;border-radius:.6rem;object-fit:cover}.grocery-featured-categories .grocery-category-tile strong{min-height:0;color:var(--grocery-app-ink);font-weight:900;line-height:1.15;text-transform:capitalize!important;-webkit-line-clamp:1}.grocery-desktop-only{display:none}.grocery-mobile-only{display:block}.grocery-modern-grid .ant-row{flex-wrap:nowrap;gap:.85rem;margin:0 -.875rem!important;padding:0 .875rem .25rem;overflow-x:auto;scrollbar-width:none}.grocery-modern-grid .ant-row::-webkit-scrollbar{display:none}.grocery-modern-grid .ant-col{max-width:none;flex:0 0 6.8rem;padding:0!important}.grocery-product-card{min-height:11.25rem;border:0;border-radius:.625rem;overflow:hidden}.grocery-product-card-image{width:100%;min-width:0;padding:.5rem .5rem 0}.grocery-product-card-image img,.grocery-product-card-image div[role=img]{height:5.5rem!important;object-fit:cover!important}.grocery-product-card-image .wishlist-button{top:.5rem;right:.5rem;width:2rem;height:2rem}.grocery-discount-badge{position:absolute;top:.5rem;left:.5rem;background:#ec4444;color:#fff;font-weight:800;border-radius:.25rem;z-index:3;box-shadow:0 .125rem .5rem #00000014}.grocery-tag{display:none}.grocery-product-card-body{position:relative;padding:.5rem .55rem .6rem;gap:.18rem}.grocery-product-brand{display:none}.grocery-product-title{min-height:1rem;color:#1f2a27;font-size:.78rem;font-weight:900;line-height:1.2;-webkit-line-clamp:1}.grocery-product-unit,.grocery-product-rating{display:none}.grocery-product-card-foot{display:grid;grid-template-columns:1fr;align-items:stretch;gap:.38rem;margin-top:.2rem;flex-wrap:nowrap}.grocery-product-card-foot .grocery-product-price{min-width:0;width:100%}.grocery-product-price .price-now{color:var(--grocery-app-deep);font-size:.86rem;font-weight:900}.grocery-product-price-unit{display:inline;color:#000;font-size:.68rem;font-weight:800}.grocery-product-price .price-mrp{display:none}.grocery-add-button{min-width:0;width:5.25rem!important;height:1.875rem!important;justify-self:center;margin:0 auto;padding:0 .75rem;border-radius:.375rem;background:var(--grocery-app-green);color:#fff;justify-content:center;font-size:.78rem;font-weight:900}.grocery-add-button .anticon{font-size:.68rem}.grocery-stepper{display:grid;grid-template-columns:1.625rem 2rem 1.625rem;align-items:center;justify-self:center;width:5.25rem;height:1.875rem;margin:0 auto;border:.0625rem solid var(--grocery-app-green);border-radius:.375rem;background:#fff;overflow:hidden}.grocery-stepper>button{width:100%;height:100%;flex-basis:auto;background:var(--grocery-app-green)!important;color:#fff!important;border-radius:0}.grocery-stepper>button .anticon{width:auto;height:auto;min-width:0;padding:0;background:transparent!important;color:#fff!important;font-size:.75rem}.grocery-stepper>span{min-width:0;height:100%;padding:0;background:#fff;color:var(--grocery-app-deep);font-size:.78rem;font-weight:900}:root[data-industry=grocery] .cart-page-container{min-height:100%;padding:0!important;background:var(--grocery-app-bg)}:root[data-industry=grocery] #main:has(.cart-page-container){min-height:0;background:var(--grocery-app-bg)}:root[data-industry=grocery] .cart-page{margin:0!important;padding:1rem!important;border:0;border-radius:0;background:var(--grocery-app-bg)}:root[data-industry=grocery] .cart-page .meat-page-heading{margin:0 0 1rem;background:transparent;box-shadow:none;text-align:left}:root[data-industry=grocery] .cart-page .meat-page-heading h1{margin:0;color:var(--grocery-app-deep);font-size:1.625rem;font-weight:950;letter-spacing:0}:root[data-industry=grocery] .cart-page .meat-page-heading p{margin:.25rem 0 0;color:var(--grocery-app-muted);font-size:.75rem;font-weight:900}:root[data-industry=grocery] .cart-page .cart-layout{width:100%!important;margin:0!important;display:grid;grid-template-columns:1fr!important;gap:1rem;padding:0}:root[data-industry=grocery] .cart-page .cart-lines{max-height:23.95rem!important;padding:0!important;display:grid;align-content:start;gap:.65rem;overflow-y:auto!important;overscroll-behavior-y:auto;scrollbar-color:rgba(148,157,170,.4784313725) transparent!important;-webkit-overflow-scrolling:touch}:root[data-industry=grocery] .cart-page .cart-line-card{min-height:5.5rem;padding:.75rem 7rem .75rem .75rem;border:0!important;border-radius:.875rem!important;background:var(--grocery-app-surface);display:grid;grid-template-columns:3.625rem minmax(0,1fr);gap:.75rem;align-items:center;position:relative;box-shadow:0 .25rem .875rem #27752f1a}:root[data-industry=grocery] .cart-page .cart-line-card>span,:root[data-industry=grocery] .cart-page .cart-line-card>div:first-child,:root[data-industry=grocery] .cart-page .cart-line-card img{width:3.625rem!important;height:3.625rem!important;min-width:3.625rem;border-radius:.625rem!important;object-fit:cover;overflow:hidden}:root[data-industry=grocery] .cart-page .cart-line-main{min-width:0;min-height:3.625rem;display:grid;align-content:start;gap:.125rem}:root[data-industry=grocery] .cart-page .cart-line-main strong{color:var(--grocery-app-ink);font-size:.875rem;line-height:1.2;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry=grocery] .cart-page .cart-line-main span{color:var(--grocery-app-muted);font-size:.75rem;font-weight:700}:root[data-industry=grocery] .cart-page .cart-line-side{display:contents}:root[data-industry=grocery] .cart-page .cart-line-side .ant-btn{position:absolute;top:.75rem;right:.75rem;width:1.25rem;height:1.25rem;min-width:0;border-radius:0!important;padding:0!important;background:transparent!important;color:#e03131!important}:root[data-industry=grocery] .cart-page .cart-line-side .ant-typography{position:absolute;left:5.125rem;bottom:.875rem;max-width:calc(100% - 12.5rem);color:var(--grocery-app-green);font-size:.9375rem;line-height:1;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry=grocery] .cart-page .cart-line-stepper{position:absolute;right:1rem;bottom:.875rem;width:4.25rem!important;height:2rem!important;display:block!important;border:.0625rem solid var(--grocery-app-green-soft)!important;border-radius:.375rem!important;background:#f7fff6!important;overflow:hidden!important}:root[data-industry=grocery] .cart-page .cart-line-stepper button{position:absolute;top:0;width:1.35rem!important;height:2rem!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;color:var(--grocery-app-green)!important;display:flex!important;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;line-height:1;opacity:1!important}:root[data-industry=grocery] .cart-page .cart-line-stepper .cart-line-stepper-minus{left:0}:root[data-industry=grocery] .cart-page .cart-line-stepper .cart-line-stepper-plus{right:0}:root[data-industry=grocery] .cart-page .cart-line-stepper button:disabled{color:#9aad9a!important;cursor:not-allowed}:root[data-industry=grocery] .cart-page .cart-line-stepper>.cart-line-stepper-value{position:absolute;top:0;left:1.35rem;width:calc(100% - 2.7rem);height:2rem;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--grocery-app-deep);font-size:.8125rem;font-weight:900}.grocery-delivery-banner h2{margin:0 0 .35rem;color:#fff;font-size:1rem;font-weight:900;line-height:1.15}.grocery-delivery-banner p{max-width:10.5rem;margin:0 0 .65rem;color:var(--grocery-app-green);font-size:.62rem;font-weight:700;line-height:1.35}.grocery-delivery-banner .grocery-promo-card-cta{min-height:1.65rem;padding:0 .65rem;border-radius:.45rem;background:#fff;font-size:.64rem;font-weight:900}.grocery-delivery-banner img{width:7rem;max-width:none;height:6rem;object-fit:contain;justify-self:end;filter:drop-shadow(0 .35rem .55rem rgba(0,0,0,.18))}.grocery-service-row{display:flex;gap:.65rem;margin:0 0 1rem;padding:0 0 .25rem;overflow-x:auto;border-radius:0;background:transparent;scrollbar-width:none}.grocery-service-row::-webkit-scrollbar{display:none}.grocery-service-card{flex:0 0 9.25rem;display:grid;grid-template-columns:2.25rem minmax(0,1fr);align-items:center;gap:.55rem;min-height:3.75rem;padding:.65rem;border-radius:.7rem;background:var(--grocery-app-surface)}.grocery-service-card .anticon{width:2.25rem;height:2.25rem;border-radius:.65rem;background:var(--grocery-app-green-soft);color:var(--grocery-app-green);font-size:1rem}.grocery-service-card strong{color:var(--grocery-app-ink);font-size:.68rem;font-weight:900;line-height:1.15}.grocery-service-card span{display:block;margin-top:.15rem;color:var(--grocery-app-muted);font-size:.56rem;font-weight:700;line-height:1.2}.grocery-mobile-category-page{min-height:calc(100vh - 4.25rem);padding:.875rem}.grocery-mobile-category-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .875rem}.grocery-mobile-category-head h1{margin:0;color:var(--grocery-app-ink);font-size:1.35rem;font-weight:950;line-height:1.15}.grocery-mobile-category-head a{color:var(--grocery-app-green);font-size:.78rem;font-weight:900}.grocery-mobile-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.75rem}.grocery-mobile-category-grid .grocery-category-tile{width:100%;min-height:7.25rem;height:auto;grid-template-rows:4.65rem auto;align-content:start;padding:.65rem .45rem .6rem;border:.0625rem solid rgba(63,152,47,.1);border-radius:.55rem;background:var(--grocery-app-surface)!important}.grocery-mobile-category-grid .grocery-category-tile-glow,.grocery-mobile-category-grid .grocery-category-tile small{display:none}.grocery-mobile-category-grid .grocery-category-tile-image{width:4.65rem;height:4.65rem;border-radius:.9rem;background:linear-gradient(180deg,#fff,#eff9ec)}.grocery-mobile-category-grid .grocery-category-tile-image img{width:100%;height:100%;border-radius:.9rem;object-fit:contain}.grocery-category-page-grid{margin-left:0;padding-left:0}.grocery-mobile-category-grid .grocery-category-tile strong{min-height:0;color:var(--grocery-app-ink);display:block;width:100%;overflow:visible;font-size:.78rem!important;font-weight:900;line-height:1.2;text-align:center;text-transform:none;white-space:normal;word-break:break-word;-webkit-line-clamp:unset;line-clamp:unset}.grocery-catalog-shell{padding-left:.875rem;padding-right:.875rem}.grocery-catalog-shell main{padding:.55rem!important}.grocery-catalog-shell .grocery-catalog-hero .container,.grocery-catalog-shell>.container{padding-left:0!important;padding-right:0!important}.grocery-catalog-shell .grocery-product-grid-wrapper{margin-left:0!important}.grocery-catalog-shell .ant-pagination{margin-bottom:calc(4rem + env(safe-area-inset-bottom))!important}.grocery-mobile-tabs{z-index:3000;grid-template-columns:repeat(4,1fr);height:calc(4.25rem + env(safe-area-inset-bottom));padding:.375rem .75rem max(.375rem,env(safe-area-inset-bottom));border-top:.0625rem solid rgba(39,117,47,.08);box-shadow:0 -.75rem 1.5rem #27752f1a;backdrop-filter:blur(1rem)}.grocery-mobile-tab{color:#71846f;font-size:.62rem;font-weight:850}.grocery-mobile-tab.active{color:var(--background-text-color);background:var(--grocery-app-green);font-weight:950}.grocery-mobile-tab.active .grocery-mobile-tab-icon,.grocery-mobile-tab.active .anticon,.grocery-mobile-tab.active .grocery-mobile-tab-label{color:var(--background-text-color)!important}.grocery-mobile-tab-icon,.grocery-mobile-tab .anticon{color:var(--grocery-app-green)!important}.grocery-mobile-tabs .grocery-mobile-tab:nth-child(3){transform:none}.grocery-mobile-tabs .grocery-mobile-tab:nth-child(3) .grocery-mobile-tab-icon{width:auto;height:auto;border:0;border-radius:0;background:transparent;color:inherit;box-shadow:none}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn{width:100%;height:2.25rem;padding:0 .75rem;border:.025rem solid var(--bg-surface);border-radius:62.4375rem;box-shadow:none;gap:.75rem}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn.has-placeholder{color:var(--color-text-secondary, rgba(15, 23, 42, .65))!important}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn.has-selected{color:var(--grocery-app-deep, #075b34)!important}.grocery-catalog-pill-row>:nth-child(-n+2){display:none}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn>span:not(.anticon){min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.grocery-catalog-pill-row .grocery-catalog-filter-btn.ant-btn .anticon{flex:0 0 auto;color:var(--grocery-app-green)}.grocery-filter-modal{top:.5rem!important;margin:0 auto;padding-bottom:0}.grocery-filter-modal .ant-modal-content{min-height:12rem;max-height:60vh;width:80vw;margin-left:auto;margin-right:auto;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.grocery-filter-modal .ant-modal-body{min-height:0;flex:1;overflow:auto}.grocery-filter-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.grocery-filter-modal-head h3{margin:0;color:var(--color-text);font-size:1rem;font-weight:950}.grocery-filter-modal-head button{border:0;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary);padding:.4375rem .75rem;font-size:.75rem;font-weight:900;cursor:pointer}:root[data-industry=grocery] .grocery-mobile-filter-category-tree{max-height:calc(60vh - 9rem);box-sizing:border-box;overflow-y:auto;display:grid;grid-template-columns:1fr!important;grid-auto-rows:max-content;align-content:start;gap:.25rem;border:.0625rem solid var(--grocery-app-green-soft);border-radius:.5rem;padding:.5rem}:root[data-industry=grocery] .grocery-mobile-filter-category-tree button{white-space:nowrap}.grocery-catalog-category-row,.fish-catalog-category-row{display:flex;align-items:center;width:100%;min-height:2.5rem;border-radius:.25rem;gap:.25rem}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row:hover,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row:has(button.active),:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row:has(button:active),:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row:has(button:focus-visible){background:var(--grocery-app-green-soft);color:var(--grocery-app-deep)}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row button.category-name-btn{flex:1;min-height:2.5rem;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:inherit;display:flex;align-items:center;justify-content:flex-start;font-size:.875rem;font-weight:650;box-shadow:none;cursor:pointer}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-row button.category-arrow-btn{border:0;background:transparent;cursor:pointer;width:3.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-group{align-self:start;width:100%}:root[data-industry=grocery] .grocery-mobile-all-categories-row{min-width:0;display:block}:root[data-industry=grocery] .grocery-mobile-all-categories-row>button,:root[data-industry=grocery] .grocery-mobile-filter-category-tree>button,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-group>button,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button{min-height:2.5rem;width:100%;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:var(--grocery-app-ink);display:grid;grid-template-columns:minmax(0,1fr);gap:0;font-size:.8rem!important;font-weight:650;box-shadow:none;cursor:pointer}:root[data-industry=grocery] .grocery-mobile-all-categories-row>button{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem}:root[data-industry=grocery] .grocery-mobile-all-categories-row>.grocery-mobile-all-categories-button .anticon{flex:0 0 auto;color:var(--grocery-app-green)}:root[data-industry=grocery] .grocery-mobile-all-categories-row>button.active,:root[data-industry=grocery] .grocery-mobile-all-categories-row>button:focus-visible,:root[data-industry=grocery] .grocery-mobile-filter-category-tree>button.active,:root[data-industry=grocery] .grocery-mobile-filter-category-tree>button:focus-visible,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-group>button.active,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-group>button:focus-visible,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button.active,:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list button:focus-visible{background:var(--grocery-app-green-soft);color:var(--grocery-app-deep)}:root[data-industry=grocery] .grocery-mobile-filter-category-tree span{display:inline-flex;align-items:center;justify-self:start;gap:.375rem;width:fit-content;max-width:100%}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-arrow{width:1.125rem;height:1.125rem;border:.0625rem solid #cfe8cc;border-radius:50%;background:#f7fff6;color:var(--grocery-app-green);display:inline-flex;align-items:center;justify-content:center;justify-self:auto;flex:0 0 auto;margin-left:.25rem;font-size:.625rem;box-shadow:0 .125rem .375rem #27752f14;transition:transform .16s ease}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-arrow.is-expanded{transform:rotate(90deg)}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-category-arrow svg{width:.625rem;height:.625rem}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-subcategory-list{padding-left:.75rem;gap:0}:root[data-industry=grocery] .grocery-mobile-filter-category-tree .grocery-catalog-sub-subcategory-list{padding-left:.75rem}:root[data-industry=grocery] .product-detail-modal{top:.5rem!important;margin:0 auto;padding-bottom:0}:root[data-industry=grocery] .product-detail-modal .ant-modal-content{max-height:calc(100dvh - 6rem - env(safe-area-inset-bottom))!important;overflow:hidden;overscroll-behavior:contain!important}:root[data-industry=grocery] .order-status-modal{top:max(1rem,env(safe-area-inset-top))!important;max-width:calc(100vw - 2rem);margin:0 auto;padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}:root[data-industry=grocery] .order-status-modal .ant-modal-content{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;overflow:hidden;overscroll-behavior:contain!important}:root[data-industry=grocery] .order-status-modal .ant-modal-body{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-shell{height:calc(100dvh - 7rem - env(safe-area-inset-bottom));display:grid!important;grid-template-rows:40% 60%}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .grocery-product-detail-image-container{height:100%!important;max-height:100%!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-content{height:100%;overflow-y:hidden;gap:.5rem;padding-bottom:0!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-scroll-area{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-content h3.ant-typography{font-size:1rem!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-cta-row{position:sticky!important;bottom:0;z-index:12;gap:.5rem!important;justify-content:space-evenly;padding:.5rem .875rem!important;border-top:.0625rem solid var(--grocery-app-green-soft);background:var(--grocery-app-surface)!important;margin-bottom:.5rem}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-cart-cta,:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{flex:0 0 auto!important}:root[data-industry=grocery] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{display:flex;justify-content:center;align-items:center}:root[data-industry=grocery] .product-detail-cart-btn.ant-btn,:root[data-industry=grocery] .product-detail-save-btn.ant-btn{gap:.3125rem}:root[data-industry=grocery] .product-detail-cart-btn.ant-btn{min-width:7.5rem;height:2.5rem;font-size:.8125rem}:root[data-industry=grocery] .product-detail-save-btn.ant-btn{min-width:6.5rem;height:2.5rem;padding:0 .5rem;font-size:.8125rem;white-space:nowrap}:root[data-industry=grocery] .product-detail-cart-btn.ant-btn .anticon,:root[data-industry=grocery] .product-detail-save-btn.ant-btn .anticon{font-size:.8125rem}:root[data-industry=grocery] .ant-btn-primary{background:var(--color-primary);color:var(--background-text-color)}:root[data-industry=grocery] .ant-btn-primary:focus-visible,:root[data-industry=grocery] .ant-btn-primary:active{background:var(--color-primary-hover);border-color:var(--color-primary-hover);color:var(--background-text-color)}:root[data-industry=grocery] .ant-btn-primary .anticon{color:var(--background-text-color)}:root[data-industry=grocery] .grocery-add-button{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:var(--background-text-color)!important}:root[data-industry=grocery] .grocery-add-button:focus-visible,:root[data-industry=grocery] .grocery-add-button:active{background:var(--color-primary-hover, var(--color-primary))!important;border-color:var(--color-primary-hover, var(--color-primary))!important;color:var(--background-text-color)!important}:root[data-industry=grocery] .ant-divider-horizontal{margin-top:1rem;margin-bottom:0}:root[data-industry=grocery] .summary-row.total{border-top:0!important;padding-top:0!important}:root[data-industry=grocery] .cart-page .order-summary-card>.ant-btn-primary{box-shadow:none!important}}@media(max-width:64rem){:root[data-industry=grocery] #main:has(.checkout-page-container){min-height:0;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}:root[data-industry=grocery] .checkout-page-container{width:100%;max-width:none;min-height:100%;padding:0!important}:root[data-industry=grocery] .checkout-shell{gap:1rem;margin:0!important;padding:1rem!important}:root[data-industry=grocery] .checkout-main-layout{width:100%;display:grid;grid-template-columns:1fr!important;align-items:start;gap:1rem;margin:0}:root[data-industry=grocery] .checkout-left-column,:root[data-industry=grocery] .checkout-right-column{width:100%;min-width:0}:root[data-industry=grocery] .checkout-right-column{position:static;align-self:auto;height:auto!important;max-height:none!important;overflow:visible}:root[data-industry=grocery] .checkout-choice-panel,:root[data-industry=grocery] .checkout-order-summary-card,:root[data-industry=grocery] .checkout-savings-card,:root[data-industry=grocery] .checkout-services-banner{border-radius:1.125rem}:root[data-industry=grocery] .checkout-choice-panel{padding:1rem}:root[data-industry=grocery] .checkout-title-row h1{font-size:1.625rem;line-height:1.15}:root[data-industry=grocery] .checkout-subtitle,:root[data-industry=grocery] .checkout-panel-header p{font-size:.8125rem;line-height:1.35}:root[data-industry=grocery] .checkout-panel-header h2{font-size:1.125rem;line-height:1.2}:root[data-industry=grocery] .checkout-progress-bar{max-width:90%;justify-content:space-between;gap:.5rem;overflow-x:auto;padding-bottom:.125rem}:root[data-industry=grocery] .checkout-step-item{flex:0 0 auto;gap:.5rem;font-size:.8125rem;white-space:nowrap}:root[data-industry=grocery] .checkout-step-badge{width:1.75rem;height:1.75rem;font-size:.75rem}:root[data-industry=grocery] .checkout-step-connector{min-width:1.75rem}:root[data-industry=grocery] .checkout-order-card,:root[data-industry=grocery] .checkout-payment-card,:root[data-industry=grocery] .checkout-address-card{padding:.6875rem .75rem}:root[data-industry=grocery] .checkout-order-card-left,:root[data-industry=grocery] .checkout-payment-left,:root[data-industry=grocery] .checkout-order-card-title-row,:root[data-industry=grocery] .checkout-payment-details,:root[data-industry=grocery] .checkout-address-card-content{min-width:0}:root[data-industry=grocery] .checkout-order-card-icon-wrapper{width:2.75rem;height:2.75rem}:root[data-industry=grocery] .checkout-order-card-details{gap:.125rem}:root[data-industry=grocery] .checkout-order-card-title{font-size:.9375rem}:root[data-industry=grocery] .checkout-order-card-radio-container{align-self:center;margin-left:auto;padding-left:.75rem}:root[data-industry=grocery] .checkout-order-card-title,:root[data-industry=grocery] .checkout-payment-title,:root[data-industry=grocery] .checkout-address-card-meta{overflow-wrap:anywhere}:root[data-industry=grocery] .checkout-inline-address-header{align-items:flex-start;gap:.75rem}:root[data-industry=grocery] .checkout-order-summary-card{flex:none}:root[data-industry=grocery] .checkout-summary-items-list{min-height:0!important;max-height:14rem}:root[data-industry=grocery] .checkout-actions-row{align-items:center;justify-content:center}:root[data-industry=grocery] .checkout-actions-row .checkout-back-btn,:root[data-industry=grocery] .checkout-actions-row .checkout-primary-action-btn{height:3.375rem;min-height:3.375rem;margin-top:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}:root[data-industry=grocery] .checkout-services-banner{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:0}:root[data-industry=grocery] .checkout-service-item{align-items:flex-start;gap:.75rem}}@media(max-width:36rem){:root[data-industry=grocery] .checkout-shell{padding:.875rem!important}:root[data-industry=grocery] .checkout-title-row h1{font-size:1.5rem}:root[data-industry=grocery] .checkout-progress-bar{gap:.375rem}:root[data-industry=grocery] .checkout-step-item{gap:.375rem;font-size:.75rem}:root[data-industry=grocery] .checkout-step-badge{width:1.5rem;height:1.5rem}:root[data-industry=grocery] .checkout-step-connector{min-width:.875rem}:root[data-industry=grocery] .checkout-choice-panel,:root[data-industry=grocery] .checkout-order-summary-card,:root[data-industry=grocery] .checkout-savings-card,:root[data-industry=grocery] .checkout-services-banner{border-radius:1rem}:root[data-industry=grocery] .checkout-order-card{flex-direction:row;align-items:center;gap:.75rem;min-height:4.25rem}:root[data-industry=grocery] .checkout-order-card-left{gap:.75rem}:root[data-industry=grocery] .checkout-order-card-icon-wrapper{width:2.5rem;height:2.5rem}:root[data-industry=grocery] .checkout-order-card-radio-container{align-self:center;margin-left:auto;padding-left:.5rem}:root[data-industry=grocery] .checkout-inline-address-header,:root[data-industry=grocery] .checkout-actions-row{flex-direction:column;align-items:stretch}:root[data-industry=grocery] .checkout-add-address-btn{align-self:flex-start}:root[data-industry=grocery] .checkout-actions-row .checkout-back-btn,:root[data-industry=grocery] .checkout-actions-row .checkout-primary-action-btn{width:100%}:root[data-industry=grocery] .checkout-summary-item-row{gap:.625rem}:root[data-industry=grocery] .checkout-summary-item-price{font-size:.75rem}:root[data-industry=grocery] .checkout-summary-total-row{padding:.625rem .75rem}:root[data-industry=grocery] .checkout-services-banner{grid-template-columns:1fr;gap:1rem}:root[data-industry=grocery] .grocery-add-button{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:var(--background-text-color)!important}:root[data-industry=grocery] .grocery-add-button:focus-visible,:root[data-industry=grocery] .grocery-add-button:active{background:var(--color-primary-hover, var(--color-primary))!important;border-color:var(--color-primary-hover, var(--color-primary))!important;color:var(--background-text-color)!important}}:root[data-industry=fish]{--color-primary: #0647a6;--color-accent: #00b8c8;--color-coral: #ff6f61;--color-gold: #f7b733;--color-aque: #bcf3ff;--color-text: #081a33;--color-text-secondary: #57708f;--bg-page: #ffffff;--bg-surface: #ffffff;--border-color: rgba(17, 84, 142, .16);--shadow-soft: 0 .625rem 1.5rem rgba(7, 43, 92, .08);--shadow-lift: 0 1.125rem 2.375rem rgba(2, 72, 125, .14);--radius-card: .375rem;--radius-control: .25rem;--font-display: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mobile-checkout-bg: #f5f8fc;--mobile-checkout-surface: #fff;--mobile-checkout-muted-surface: #f8fbff;--mobile-checkout-border: #dce7f3;--mobile-checkout-text: #071a33;--mobile-checkout-muted: #6f829b;--mobile-checkout-primary: var(--color-primary);--mobile-checkout-primary-strong: #043b8f;--mobile-checkout-active-bg: #eef6ff;--mobile-checkout-step-bg: #eaf1f8;--mobile-checkout-step-number: #9aa8b8;--mobile-checkout-shadow: 0 .5rem 1.25rem rgba(19, 55, 91, .06);--checkout-savings-bg: #eef6ff;--checkout-savings-border: #dce7f3;--checkout-savings-text: #0647a6}:root[data-industry=fish] body{min-width:20rem;background:#fff;color:var(--color-text);font-family:var(--font-body)}:root[data-industry=fish] a{color:var(--color-primary)}:root[data-industry=fish] a:hover{color:var(--color-primary)}:root[data-industry=fish] .ant-btn,:root[data-industry=fish] button{border-radius:.5rem;font-weight:900;box-shadow:none!important}:root[data-industry=fish] .ant-btn:not(.ant-btn-text):not(.ant-btn-link),:root[data-industry=fish] .ant-btn-primary,:root[data-industry=fish] .fish-theme-button{border:0!important;color:#fff;background:var(--color-primary);box-shadow:none;text-transform:uppercase}:root[data-industry=fish] .ant-btn:not(.ant-btn-text):not(.ant-btn-link):hover,:root[data-industry=fish] .ant-btn:not(.ant-btn-text):not(.ant-btn-link):focus,:root[data-industry=fish] .ant-btn-primary:hover,:root[data-industry=fish] .ant-btn-primary:focus,:root[data-industry=fish] .fish-theme-button:hover,:root[data-industry=fish] .fish-theme-button:focus{border:0!important;color:#fff!important;background:#043b8f!important}.fish-header{height:5.125rem;padding:0;background:#fff;border-bottom:.125rem solid #e8e8e8;box-shadow:0 0 .5rem #00000014;position:sticky;top:0;z-index:1000}.fish-header-inner{width:min(100% - 2.5rem,85rem);height:5.125rem;margin:0 auto;display:grid;grid-template-columns:16.25rem minmax(22.5rem,1fr) auto;align-items:center;gap:1.75rem}.fish-header-inner>button[aria-label="Open menu"],.fish-header-actions .ant-btn,.fish-cart-trigger,.fish-user-chip{width:2.125rem;height:2.125rem;font-size:1.1875rem}.fish-brand{display:inline-flex;align-items:center;gap:.625rem;color:#2d2d2d}.fish-brand span{width:3rem;height:3rem;border:.1875rem solid var(--color-primary);border-radius:.25rem;display:grid;place-items:center;color:var(--color-primary);font-size:1.875rem;font-weight:950;line-height:1}.fish-brand strong{display:grid;font-size:1.5625rem;font-weight:950;letter-spacing:0;line-height:.95}.fish-brand em{color:var(--color-text);font-style:normal}.fish-brand small{margin-top:.25rem;color:#555;font-size:.625rem;font-weight:800;letter-spacing:0}.fish-header-search-wrap{height:2.75rem;display:grid;grid-template-columns:1fr;border:0!important;background:transparent!important}.fish-header-search-wrap.is-hidden{visibility:hidden;pointer-events:none}.fish-header-category .ant-select-selector{height:2.75rem!important}.fish-header-search .ant-input-group-wrapper,.fish-header-search .ant-input-wrapper{height:100%!important}.fish-header-search .ant-input{height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.fish-header-search .ant-input-affix-wrapper{height:2.75rem!important;border:.125rem solid #e2e2e2!important;border-right:0!important;border-radius:2rem 0 0 2rem!important;background:#fff!important;box-shadow:none!important}.fish-header-search .ant-input-group-addon{border:0!important;background:transparent!important;padding:0!important}.ant-input-affix-wrapper{display:flex;align-items:center}.fish-header-category .ant-select-selector{border-right:.125rem solid #e2e2e2!important}.fish-header-search .ant-input{padding-left:.875rem}.fish-header-search .ant-input-group-addon .ant-btn{width:5rem;height:2.75rem!important;border-radius:0 2rem 2rem 0!important;color:#fff;background:var(--color-primary);box-shadow:none!important;font-weight:900;text-transform:uppercase}.fish-header-actions{justify-self:end}.fish-location-picker,.fish-auth-actions{display:none}.fish-header-icon-btn{width:2.625rem;height:2.625rem;border:0;border-radius:50%;display:grid;place-items:center;color:#111;background:transparent;box-shadow:none;font-size:1.5rem}.fish-header-icon-btn{padding:0;cursor:pointer}.fish-header-icon-btn .anticon{font-size:1.5rem!important}.fish-header-actions .ant-badge-count{background:var(--color-primary)!important}.fish-nav-strip{background:#fff;border-bottom:.125rem solid #e8e8e8}.fish-nav-strip.is-hidden{display:none!important}.fish-nav-inner{width:min(100% - 2.5rem,85rem);height:3.125rem;margin:0 auto;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.fish-nav-inner::-webkit-scrollbar{display:none}.fish-nav-inner a{min-width:max-content;padding:1.0625rem 1.125rem;color:#111;font-size:.875rem;font-weight:900;letter-spacing:.0625rem}.fish-nav-inner a:hover{color:var(--color-primary)}.fish-nav-orders{color:var(--color-primary)!important}.fish-home-shell{padding-bottom:4.375rem}.fish-home-shell>section:not(.fish-hero),.fish-promo-row,.fish-service-row,.fish-announcement,.fish-catch-section{width:min(100% - 2.5rem,85rem);margin:2.625rem auto 0}.fish-announcement{min-height:3.375rem;margin-top:1.125rem;padding:.75rem 1.375rem;background:linear-gradient(90deg,#0647a6,#00b8c8);color:#fff;display:flex;align-items:center;justify-content:center;gap:1.375rem;text-align:center;box-shadow:0 .75rem 1.75rem #0647a629}.fish-announcement span{font-size:.8125rem;font-weight:800;letter-spacing:.0625rem;text-transform:uppercase}.fish-announcement strong{font-size:1.125rem;font-weight:950}.fish-announcement a{min-width:max-content;padding:.5625rem 1rem;border-radius:.5rem;background:var(--color-primary);color:#fff;display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:950;box-shadow:none;text-transform:uppercase}.fish-announcement a:hover,.fish-announcement a:focus{border-color:#0bd5ed;color:#fff;background:#043b8f}.fish-announcement-header{width:100%;min-height:1.5rem;height:1.5rem;margin:0;padding:0 1.125rem;gap:.75rem;box-shadow:none}.fish-announcement-header span{font-size:.625rem;letter-spacing:.04375rem}.fish-announcement-header strong{font-size:.75rem;line-height:1}.fish-announcement-header a{padding:0;border:0;border-radius:0;background:transparent;color:#fff;box-shadow:none;font-size:.625rem;text-decoration:underline;text-underline-offset:.1875rem}.fish-home-shell h3.ant-typography{margin:0 0 1.625rem;padding-bottom:.75rem;position:relative;border-bottom:.125rem solid #e5e5e5;color:#444;font-size:1.5rem;font-weight:700;letter-spacing:.125rem}.fish-home-shell h3.ant-typography:after{content:"";position:absolute;left:0;bottom:-.125rem;width:4rem;height:.125rem;background:var(--color-primary)}.fish-view-all{color:var(--color-primary);font-weight:800}.fish-hero{width:100%;min-height:38.75rem;overflow:hidden;position:relative;background:var(--color-primary)}.fish-hero .ant-carousel,.fish-hero .slick-slider,.fish-hero .slick-list,.fish-hero .slick-track,.fish-hero .slick-slide,.fish-hero .slick-slide>div{min-height:38.75rem}.fish-hero-slide{min-height:38.75rem}.fish-hero-inner{width:min(100% - 2.5rem,85rem);min-height:38.75rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 52%;align-items:center;gap:1.875rem}.fish-hero-copy{color:#fff}.fish-hero-pill{display:inline-flex;padding:.75rem 1.25rem;color:var(--color-text);background:var(--color-gold);font-size:1.5rem;font-weight:800;letter-spacing:.1875rem;text-transform:uppercase}.fish-hero h1{margin:1.75rem 0;color:#fff;font-size:clamp(2.375rem,4vw,3.5rem);font-weight:300;letter-spacing:.3125rem;line-height:1.15;text-transform:uppercase}.fish-hero h1 span{color:#fff}.fish-hero p{max-width:38.75rem;margin:0;color:#ffffffeb;font-size:2rem;font-weight:300;line-height:1.35;letter-spacing:.0625rem;text-transform:uppercase}.fish-hero-actions{margin-top:1.75rem}.fish-hero-actions .ant-btn{min-height:3.875rem;padding-inline:1.75rem;border-radius:.5rem;color:#fff;background:var(--color-primary);font-size:1.375rem;font-weight:900;box-shadow:none;text-transform:uppercase}.fish-hero-actions .ant-btn:hover,.fish-hero-actions .ant-btn:focus{border-color:#0bd5ed!important;color:#fff!important;background:#043b8f!important}.fish-hero-actions .ant-btn-background-ghost,.fish-hero-actions .ant-btn-default{border-color:#fff;color:#0647a6;background:#fff;box-shadow:none}.fish-hero-actions .ant-btn-background-ghost:hover,.fish-hero-actions .ant-btn-background-ghost:focus,.fish-hero-actions .ant-btn-default:hover,.fish-hero-actions .ant-btn-default:focus{border-color:#fff!important;color:#0647a6!important;background:#e9f8ff!important}.fish-hero-proof{margin-top:2.125rem;display:flex;flex-wrap:wrap;gap:.75rem}.fish-hero-proof span{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#fff;border:.125rem solid rgba(255,255,255,.28);font-weight:800}.fish-hero-card{min-height:29.375rem;position:relative}.fish-hero-main-image{width:78%;max-height:30rem;margin-left:auto;display:block;object-fit:cover;border-radius:0;box-shadow:0 1.5rem 3.75rem #00000038}.fish-catch-card{position:absolute;left:10%;bottom:1.25rem;width:13.75rem;padding:1.125rem;color:var(--color-text);background:#fff;box-shadow:var(--shadow-lift)}.fish-catch-card span{color:var(--color-primary);font-weight:900;text-transform:uppercase}.fish-catch-card strong{display:block;margin-top:.375rem;font-size:1.375rem;font-weight:950}.fish-catch-card small{color:var(--color-text-secondary);font-weight:700}.fish-hero .slick-arrow{z-index:3;width:2.625rem;height:2.625rem;display:grid!important;place-items:center;border-radius:50%;color:#fff;background:#000000d6;transform:translateY(-50%)}.fish-hero .slick-arrow:before{content:"";width:auto;height:auto;position:static!important;display:grid!important;place-items:center;margin:0;color:#fff;border:0;font-family:Arial,Helvetica,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1;opacity:1;transform:translateY(-.0625rem)}.fish-hero .slick-arrow:after{display:none!important}.fish-hero .slick-prev:before{content:"<"}.fish-hero .slick-next:before{content:">"}.fish-hero .slick-prev{left:.625rem}.fish-hero .slick-next{right:.625rem}.fish-hero-dots{bottom:1.375rem!important}.fish-hero-dots li{width:.75rem!important}.fish-hero-dots li button{height:.625rem!important;border-radius:62.4375rem!important;background:#ffffffb8!important}.fish-hero-dots li.slick-active{width:1.875rem!important}.fish-hero-dots li.slick-active button{background:#fff!important}.fish-feature-strip{display:none}.fish-promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.fish-promo-card{min-height:13.75rem;padding:1.5rem;position:relative;overflow:hidden;display:grid;grid-template-columns:48% 1fr;align-items:center;color:var(--color-text);border:.125rem solid rgba(6,71,166,.12);box-shadow:0 .5rem 1.125rem #072b5c0f;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.fish-promo-card:hover{transform:translateY(-.375rem);box-shadow:0 1.125rem 2.25rem #072b5c29;filter:saturate(1.05)}.fish-promo-card:hover img{transform:scale(1.06)}.fish-promo-aqua{background:linear-gradient(135deg,#0647a6eb,#00b8c85c),var(--color-accent);color:#fff}.fish-promo-coral{background:linear-gradient(135deg,#fff,#eef7fbb8),var(--bg-surface);color:var(--color-text)}.fish-promo-gold{background:linear-gradient(135deg,#f7b733db,#fff2d147),var(--color-gold);color:var(--color-text)}.fish-promo-card img{width:100%;height:11.25rem;object-fit:cover;background:#fff;border:.125rem solid rgba(8,26,51,.12);box-shadow:0 .625rem 1.5rem #081a331f;transition:transform .26s ease}.fish-promo-card div{position:relative;z-index:1;text-align:center}.fish-promo-card span{display:block;font-size:1.125rem;font-weight:900}.fish-promo-card strong{display:block;margin:.75rem .4375rem;color:inherit;font-size:clamp(1.5rem,2.6vw,1.6875rem);text-transform:uppercase}.fish-promo-card em{display:inline-block;border-bottom:.125rem solid currentColor;color:inherit;font-style:normal;font-size:1.125rem;font-weight:900;letter-spacing:.125rem;text-transform:uppercase}.fish-service-row{border:.125rem solid #e6e6e6;display:grid;grid-template-columns:repeat(5,1fr);background:#fff}.fish-service-card{min-height:5.375rem;padding:1.125rem 1.25rem;border-right:.125rem solid #e6e6e6;display:flex;align-items:center;justify-content:center;gap:1rem}.fish-service-card:last-child{border-right:0}.fish-service-card .anticon{color:var(--color-primary);font-size:1.875rem}.fish-service-card strong{display:block;color:var(--color-text);font-size:.875rem;font-weight:950;letter-spacing:.03125rem;text-transform:uppercase}.fish-service-card span{color:#888;font-size:.8125rem}.fish-catch-section{min-height:20rem;padding:2.125rem 4rem;position:relative;overflow:hidden;background:linear-gradient(100deg,#eef8fffa,#eef8ffeb 42%,#eef8ff1a 72%),url(/fish-theme/hero-seafood.png) right center/auto 115% no-repeat,#eef8ff;display:grid;grid-template-columns:minmax(0,27.5rem) minmax(13.75rem,1fr) 17.5rem;align-items:center;gap:1.75rem;border:.125rem solid rgba(6,71,166,.12);box-shadow:0 .75rem 1.75rem #072b5c14}.fish-catch-section-copy{position:relative;z-index:1}.fish-catch-section-copy>span{color:var(--color-primary);font-size:.8125rem;font-weight:950;letter-spacing:.125rem;text-transform:uppercase}.fish-catch-section h2{margin:.625rem 0 .75rem;color:#0647a6;font-size:clamp(2.125rem,4vw,3.375rem);line-height:1;font-weight:950}.fish-catch-section p{margin:0 0 1.375rem;color:#405f7d;font-size:1rem;line-height:1.55}.fish-catch-section-copy a{width:max-content;padding:.75rem 1.25rem;border-radius:.5rem;background:var(--color-primary);color:#fff!important;display:inline-flex;align-items:center;gap:.5rem;font-weight:950;box-shadow:none;text-transform:uppercase}.fish-catch-section-copy a:hover,.fish-catch-section-copy a:focus{border-color:#0bd5ed;color:#fff!important;background:#043b8f}.fish-catch-section-copy a .anticon,.fish-catch-section-copy a svg{color:#fff!important}.fish-catch-section>img{position:relative;z-index:1;width:min(100%,20rem);justify-self:center;border:.5rem solid #fff;box-shadow:0 1rem 2.125rem #072b5c29}.fish-catch-section-stats{position:relative;z-index:1;display:grid;gap:.75rem}.fish-catch-section-stats span{min-height:4.625rem;padding:.875rem 1.125rem;background:#ffffffeb;display:grid;align-content:center;color:#6b7d97;box-shadow:0 .625rem 1.5rem #072b5c14}.fish-catch-section-stats strong{color:var(--color-text);font-size:1.375rem;line-height:1.1}.fish-category-tile{min-height:11.125rem;border-radius:0;position:relative;overflow:hidden;display:grid;place-items:center;align-content:center;gap:.5rem;color:#fff;text-align:center;background:var(--color-primary);box-shadow:0 .5rem 1.125rem #072b5c14;transition:none!important}.fish-category-tile:hover{transform:none!important;color:#fff}.fish-category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0647a61f,#081a33b8);pointer-events:none}.fish-category-tile .image-shell,.fish-category-tile img,.fish-category-tile [role=img]{position:absolute;inset:0;width:100%;height:100%;display:block!important;object-fit:cover;border-radius:0!important;transition:transform .26s ease}.fish-category-tile:hover .image-shell,.fish-category-tile:hover img,.fish-category-tile:hover [role=img]{transform:scale(1.04)}.fish-category-icon{display:none;position:relative;z-index:1;place-items:center;width:100%;min-height:4.5rem;color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:950}.fish-category-tile small,.fish-category-tile em,.fish-category-tile i{display:none}.fish-category-tile>span,.fish-category-tile strong{position:relative;z-index:1}.fish-category-tile>span{padding:.3125rem .625rem;border-radius:62.4375rem;color:var(--color-text);background:var(--color-gold);font-size:.6875rem;font-weight:900}.fish-category-tile strong{color:#fff;font-size:1.125rem;font-weight:950;letter-spacing:.0625rem;text-shadow:0 .1875rem 1rem rgba(0,0,0,.32)}.fish-product-card{height:100%;padding:.875rem .75rem 1rem;border:.125rem solid #e4e4e4;border-radius:.25rem;display:flex;flex-direction:column;background:#fff;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.fish-product-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-soft)}.fish-product-card .product-image-wrap{min-height:13.75rem;position:relative;display:grid;place-items:center;overflow:hidden;background:#f5f9fc}.fish-product-card .product-image-wrap a,.fish-product-card .product-image-wrap picture,.fish-product-card .product-image-wrap>div:not(.discount-badge):not(.fish-product-buy){width:100%;height:100%}.fish-product-card .product-image-wrap img,.fish-product-card .product-image-wrap [role=img]{width:100%;height:13.75rem;max-height:none;display:block;object-fit:cover!important}.fish-product-card .discount-badge{position:absolute;top:-.25rem;left:-.25rem;z-index:2;padding:.3125rem .5625rem;color:#00a85f;background:#eafff3;font-size:.8125rem}.fish-product-card .wishlist-button,.fish-product-card .view-button{position:absolute;right:.625rem;z-index:2;width:2.125rem;height:2.125rem;border:.125rem solid #dbe8f3;border-radius:.5rem;color:var(--color-primary)!important;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1.125rem;line-height:1;cursor:pointer}.fish-product-card .wishlist-button{top:.625rem;transition:all .3s ease}.fish-product-card .view-button{top:3.25rem;opacity:0;visibility:hidden;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.fish-product-card .view-button .anticon,.fish-product-card .view-button svg{display:flex!important;align-items:center!important;justify-content:center!important;width:1.125rem!important;height:1.125rem!important;font-size:1.125rem!important;line-height:1!important;color:var(--color-primary)!important;fill:var(--color-primary)!important}.fish-product-card .view-button:hover{background:var(--color-primary);border-color:var(--color-primary)}.fish-product-card .view-button:hover .anticon,.fish-product-card .view-button:hover svg,.fish-product-card .view-button:hover svg path{color:#fff!important;fill:#fff!important}.fish-product-card .wishlist-button .anticon,.fish-product-card .wishlist-button svg{display:flex!important;align-items:center!important;justify-content:center!important;width:1.125rem!important;height:1.125rem!important;font-size:1.125rem!important;line-height:1!important;color:var(--color-primary)!important;fill:var(--color-primary)!important}.fish-product-card .wishlist-button svg path{fill:var(--color-primary)!important}.fish-product-card .wishlist-button.active{border-color:#e2e2e2!important;background:#fff!important}.fish-product-card .wishlist-button.active .anticon,.fish-product-card .wishlist-button.active svg,.fish-product-card .wishlist-button.active svg path{color:var(--color-primary)!important;fill:var(--color-primary)!important}.fish-product-card:hover .view-button{opacity:1;visibility:visible;transform:scale(1)}:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn{color:var(--color-primary)!important;background:transparent!important;border:.0625rem solid var(--color-primary)!important}:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn[aria-pressed=true]{color:var(--color-primary)!important;background:transparent!important}:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn:hover,:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn:focus{color:var(--color-primary)!important;background:transparent!important;border:.0625rem solid var(--color-primary)!important;box-shadow:none!important}:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn[aria-pressed=true] .anticon,:root[data-industry=fish] .product-detail-save-btn.fish-detail-save-btn.ant-btn[aria-pressed=true] svg{color:var(--color-primary)!important;fill:var(--color-primary)!important}@media(max-width:48rem){:root[data-industry=fish] .add-address-map-modal{top:max(1rem,env(safe-area-inset-top))!important;max-width:calc(100vw - 2rem);margin:0 auto;padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}:root[data-industry=fish] .add-address-map-modal .ant-modal-content{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden;overscroll-behavior:contain!important}:root[data-industry=fish] .add-address-map-modal .ant-modal-body{max-height:calc(100dvh - 6.75rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=fish] .add-address-map-modal .add-address-modal{max-height:none!important;min-height:0;display:block!important;overflow:visible}:root[data-industry=fish] .add-address-map-modal .static-map-part{flex:none}:root[data-industry=fish] .add-address-map-modal .scrollable-form-part{min-height:0;flex:none;overflow-y:visible!important;padding-bottom:3rem}:root[data-industry=fish] .add-address-map-modal .ant-form-item{margin-bottom:.75rem}:root[data-industry=fish] .product-detail-modal{top:2rem!important;margin:0 auto;padding-bottom:0}:root[data-industry=fish] .product-detail-modal .ant-modal-content{max-height:calc(100dvh - 6rem - env(safe-area-inset-bottom))!important;overflow:hidden;overscroll-behavior:contain!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-shell{height:calc(100dvh - 7rem - env(safe-area-inset-bottom));display:grid!important;grid-template-rows:1fr 1fr}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .grocery-product-detail-image-container{height:100%!important;max-height:100%!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-content{height:100%;overflow-y:hidden;gap:.5rem;padding-bottom:0!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-scroll-area{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-content h3.ant-typography{font-size:1rem!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-cta-row{position:sticky!important;bottom:0;z-index:12;gap:.5rem!important;justify-content:space-evenly;padding:.5rem .875rem!important;border-top:.0625rem solid rgba(0,0,0,.06);background:#fff!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-cart-cta,:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{flex:0 0 auto!important}:root[data-industry=fish] .product-detail-container.in-modal.is-mobile .product-detail-save-cta{display:flex;justify-content:center;align-items:center}:root[data-industry=fish] .product-detail-cart-btn.ant-btn,:root[data-industry=fish] .product-detail-save-btn.ant-btn{gap:.3125rem}:root[data-industry=fish] .product-detail-cart-btn.ant-btn{min-width:7.5rem;height:2.5rem;font-size:.8125rem}:root[data-industry=fish] .product-detail-save-btn.ant-btn{min-width:6.5rem;height:2.5rem;padding:0 .5rem;font-size:.8125rem;white-space:nowrap}:root[data-industry=fish] .product-detail-cart-btn.ant-btn .anticon,:root[data-industry=fish] .product-detail-save-btn.ant-btn .anticon{font-size:.8125rem}}.fish-product-card .product-card-body{padding:.75rem 0 0;display:grid;justify-items:center;gap:.9rem;text-align:center}.fish-product-card .product-title{height:fit-content;display:-webkit-box;overflow:hidden;color:#333;font-size:.875rem;font-weight:800;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fish-product-rating{color:#ffc400;font-size:.875rem;letter-spacing:.0625rem}.fish-product-card .product-card-foot{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.product-card-foot .ant-btn{border:0!important;font-size:.8rem!important}.fish-product-card .product-price-qty-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:nowrap}.fish-product-card .product-strike-price-row{min-height:0;display:flex;align-items:center;justify-content:flex-end}.fish-product-card .product-strike-price-row del{font-size:.735rem;white-space:nowrap;font-weight:700;color:gray}.fish-product-card .product-price-stack{min-height:auto;display:flex;align-items:center;gap:.375rem;white-space:nowrap}.fish-product-card .product-price-stack .ant-typography:first-child{color:var(--color-primary);font-size:1.0625rem!important;font-weight:950;white-space:nowrap}@media(max-width:48rem){.fish-product-card .product-price-stack .ant-typography:first-child{font-size:.9375rem!important}.fish-product-card .fish-product-buy{gap:.25rem}.fish-product-card .fish-product-buy>.ant-btn{width:auto;padding-inline:.625rem;height:1.875rem;font-size:.9375rem!important}.fish-product-card .fish-product-buy>.ant-btn .anticon,.fish-product-card .fish-product-buy>.ant-btn svg{font-size:1rem!important;width:1rem!important;height:1rem!important}.fish-product-card .fish-product-buy>.ant-space-compact{height:1.875rem}.fish-product-card .fish-product-buy>.ant-space-compact .ant-btn,.fish-product-card .fish-product-buy>.ant-space-compact .ant-input-number{height:1.75rem}.fish-product-card .fish-product-buy>.ant-space-compact .ant-btn{width:1.75rem;height:1.75rem}.fish-product-card .fish-product-buy>.ant-space-compact .ant-input-number{width:2.25rem!important;height:1.75rem}.fish-product-card .fish-product-buy>.ant-space-compact .ant-input-number .ant-input-number-input{height:1.75rem;padding:0}}.fish-product-buy{display:inline-flex;align-items:center;gap:.5rem;color:#777}.fish-product-buy-mobile{display:none}.fish-product-card .product-image-wrap .fish-product-buy-mobile{position:absolute;right:.75rem;bottom:.75rem;z-index:4;width:auto!important;height:auto!important}.fish-product-card .product-image-wrap .fish-product-buy-mobile.in-cart{right:auto;left:50%;transform:translate(-50%)}.fish-product-stepper{width:5.25rem;height:1.875rem;display:grid;grid-template-columns:1.625rem 2rem 1.625rem;overflow:hidden;border-radius:.625rem;background:#fff;box-shadow:0 .25rem .75rem #0647a629}.fish-product-stepper button,.fish-product-stepper span{width:100%;height:100%;border:0;border-radius:0!important;display:grid;place-items:center;line-height:1}.fish-product-stepper button{padding:0;background:var(--color-primary)!important;color:#fff!important;font-size:.875rem;font-weight:950;cursor:pointer}.fish-product-stepper span{color:#071a33;background:#fff;font-size:.8125rem;font-weight:950}.fish-product-buy>.ant-btn{width:auto;padding-inline:.875rem;height:2.125rem;border-radius:.5rem;color:#fff;background:var(--color-primary);box-shadow:none;font-size:1.0625rem;font-weight:900}:root[data-industry=fish] .fish-product-card .fish-product-buy>.ant-btn:not(.ant-btn-text):not(.ant-btn-link):hover,:root[data-industry=fish] .fish-product-card .fish-product-buy>.ant-btn:not(.ant-btn-text):not(.ant-btn-link):focus{color:#fff!important;background:#196bd0!important}.fish-product-buy>.ant-space-compact{height:2.125rem;border-radius:.5rem;overflow:hidden}.fish-product-buy>.ant-space-compact .ant-btn,.fish-product-buy>.ant-space-compact .ant-input-number{height:2rem;border:0!important;border-radius:0!important}.fish-product-buy>.ant-space-compact .ant-btn{width:2rem;height:2rem;border:0;border-radius:0!important;color:#fff;background:var(--color-primary);font-weight:950;cursor:pointer}:root[data-industry=fish] .fish-product-card .fish-product-buy>.ant-space-compact .ant-btn:hover,:root[data-industry=fish] .fish-product-card .fish-product-buy>.ant-space-compact .ant-btn:focus{color:#fff!important;background:#196bd0!important}.fish-cart-drawer .ant-drawer-content{background:#f4f8fd}.fish-cart-drawer .ant-drawer-header{min-height:3.25rem;padding:1rem;border-bottom:.0625rem solid #dfe8f2;background:#fff}.fish-cart-drawer .ant-drawer-close{color:#7c8da2}.fish-cart-drawer .ant-drawer-body{min-height:0;padding:0}.fish-drawer-title{display:inline-flex;align-items:center;gap:.45rem;color:#1e2a3f;font-size:1rem}.fish-drawer-title .anticon{color:#1267b2;font-size:1rem}.fish-drawer-title strong{font-weight:900}.fish-drawer-title small{color:#74859a;font-size:.8rem;font-weight:700}.fish-drawer-clear-all-button{padding:.35rem .85rem;border-radius:999px;color:#1267b2;border:1px solid rgba(18,103,178,.18);background:#ebf4fff2;font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}.fish-drawer-clear-all-button:hover,.fish-drawer-clear-all-button:focus{color:#0b4f8b;background:#e0ebff;transform:scale(1.08);cursor:pointer}.fish-drawer-layout{height:100%;min-height:0;display:flex;flex-direction:column}.fish-drawer-lines{flex:1 1 auto;min-height:0;padding:1rem .875rem;display:grid;align-content:start;gap:.65rem;overflow-y:auto;scrollbar-gutter:stable}.fish-drawer-lines-toggle{padding-top:.25rem}.fish-drawer-line{position:relative;min-height:4.75rem;padding:.75rem 5.75rem .75rem .75rem;border:0;border-radius:.875rem;display:grid;grid-template-columns:3.625rem minmax(0,1fr);align-items:center;gap:.75rem;background:#fff;box-shadow:0 .25rem .875rem #13375b14}.fish-drawer-line>span,.fish-drawer-line img{width:3.625rem!important;height:3.625rem!important;min-width:3.625rem;object-fit:cover;border-radius:.625rem!important}.fish-drawer-line>span{display:grid;place-items:center;overflow:hidden}.fish-drawer-line-main{min-width:0;display:grid;gap:.125rem}.fish-drawer-line-main strong{color:#344156;font-size:.875rem;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fish-drawer-line-main>span:not(.ant-typography){color:#9aa8b8;font-size:.75rem;font-weight:700}.fish-drawer-line-main .ant-typography{font-size:.875rem;font-weight:950}.fish-drawer-line>button{position:absolute;top:.75rem;right:.75rem;border:0;background:transparent;color:#e03131;padding:0;cursor:pointer}.fish-drawer-line>button .anticon-delete{color:#e03131;font-size:.75rem}.fish-drawer-stepper{position:absolute;right:.75rem;bottom:.75rem;width:4.25rem;height:2rem;display:grid;grid-template-columns:1.35rem 1fr 1.35rem;align-items:center;border:.0625rem solid #dce7f3;border-radius:.375rem;background:#f8fbff;overflow:hidden}.fish-drawer-stepper button{width:1.35rem;height:2rem;border:0;border-radius:0!important;color:#58708d;background:transparent;font-weight:900;cursor:pointer}.fish-drawer-stepper button:disabled{color:#b8c4d2;cursor:not-allowed}.fish-drawer-stepper span{height:2rem;display:grid;place-items:center;background:transparent;color:#1f2b40;font-size:.8125rem;font-weight:900}.fish-drawer-bottom{flex:0 0 auto;background:#fff}.fish-drawer-total,.fish-drawer-coupon{padding:1rem}.fish-drawer-coupon{margin:0 1rem 1rem;border:.0625rem dashed #48cce8;border-radius:.875rem;display:grid;gap:.75rem;background:#fff}.fish-drawer-coupon strong{display:inline-flex;align-items:center;gap:.45rem;color:#4c5c70;font-size:.875rem;font-weight:900}.fish-drawer-coupon strong .anticon{color:#10a8d0}.fish-drawer-coupon div{display:flex;gap:.5rem}.fish-drawer-coupon div input{flex:1;min-width:0;height:2.25rem;border:.0625rem solid #d9e4ef;border-radius:99rem;padding:0 .875rem;color:#3b4a5e;background:#f7faff;font-size:.75rem;font-weight:800}.fish-drawer-coupon div input::placeholder{color:#a9b5c4}.fish-drawer-coupon div input:focus{border-color:#10a8d0;outline:none}.fish-drawer-coupon div .ant-btn{min-width:4.25rem;height:2.25rem;border:0;border-radius:99rem;background:var(--color-primary);font-weight:900}.fish-drawer-coupon small{color:#97a6b8;font-size:.6875rem;font-weight:800;text-transform:uppercase}.fish-drawer-total{display:grid;gap:.5rem;color:#68788d;font-size:.875rem}.fish-drawer-total>div:not(.fish-drawer-divider){display:flex;justify-content:space-between;gap:1rem}.fish-drawer-free{color:#168a32}.fish-drawer-divider{height:.0625rem;border-top:.0625rem dashed #718196}.fish-drawer-grand-total{color:#263349;font-size:1rem;font-weight:950}.fish-drawer-grand-total .ant-typography{font-weight:950}.fish-drawer-total .ant-btn{height:2.75rem;border:0;border-radius:99rem;background:var(--color-primary);box-shadow:none;font-weight:900}:root[data-industry=fish] .catalog-meat-shell,:root[data-industry=fish] .cart-layout,:root[data-industry=fish] .checkout-layout{width:min(100% - 2.5rem,85rem);margin:2.5rem auto 4.375rem;display:grid;grid-template-columns:17.5rem minmax(0,1fr);gap:1.5rem}:root[data-industry=fish] .cart-lines{max-height:45rem;overflow-y:auto;padding-right:.5rem}@media(max-width:48rem){:root[data-industry=fish] .cart-lines{max-height:30rem}}:root[data-industry=fish] .catalog-filter-rail,:root[data-industry=fish] .cart-summary,:root[data-industry=fish] .checkout-summary,:root[data-industry=fish] .checkout-panel,:root[data-industry=fish] .cart-line-card,:root[data-industry=fish] .orders-card,:root[data-industry=fish] .profile-card,:root[data-industry=fish] .address-choice,:root[data-industry=fish] .checkout-choice{border:.125rem solid #e6e6e6;border-radius:.25rem;background:#fff}:root[data-industry=fish] .checkout-panel{padding:1.5rem!important}:root[data-industry=fish] .selected-address-accordion{margin-bottom:1rem;border:.0625rem solid #e6eef7;border-radius:.5rem;background:#fff;overflow:hidden}:root[data-industry=fish] .selected-address-accordion-header{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:.625rem;color:#071a33;cursor:pointer;text-align:left}:root[data-industry=fish] .selected-address-icon{color:#ff4d4f;font-size:1.125rem;flex:0 0 auto}:root[data-industry=fish] .selected-address-city{min-width:0;flex:1 1 auto;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-industry=fish] .selected-address-toggle{color:#6b7f99;font-size:.75rem;flex:0 0 auto}:root[data-industry=fish] .selected-address-accordion-body{padding:0 .75rem .75rem 2.5rem}:root[data-industry=fish] .selected-address-full{display:block;font-size:.8125rem;line-height:1.4}:root[data-industry=fish] .catalog-filter-rail,:root[data-industry=fish] .cart-summary,:root[data-industry=fish] .checkout-summary{position:sticky;top:1.5rem}:root[data-industry=fish] .cart-layout,:root[data-industry=fish] .checkout-layout{grid-template-columns:minmax(0,1fr) 22.5rem}:root[data-industry=fish] .fish-catalog-shell{min-height:100vh;background:#f5f9fc}:root[data-industry=fish] .fish-catalog-hero{border-bottom:.125rem solid #dfeaf4;background:linear-gradient(90deg,#eff8fffa,#eff8ffcc),url(/fish-theme/hero-seafood.png) right center/auto 120% no-repeat,#eef8ff;padding:1.25rem 1.25rem 1rem}:root[data-industry=fish] .fish-catalog-hero-row{min-height:8rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem}:root[data-industry=fish] .fish-catalog-heading{min-width:0;display:grid;gap:.5rem}:root[data-industry=fish] .fish-breadcrumb{display:flex;align-items:center;gap:.5rem;color:#6d7f95;font-size:.75rem;font-weight:800}:root[data-industry=fish] .fish-breadcrumb a{color:inherit}:root[data-industry=fish] .fish-breadcrumb span,:root[data-industry=fish] .fish-breadcrumb a:hover{color:var(--color-primary)}:root[data-industry=fish] .fish-breadcrumb .anticon{color:#99a9bb;font-size:.5625rem}:root[data-industry=fish] .fish-catalog-heading h1{margin:0;color:#0647a6;font-size:clamp(2rem,4vw,2.875rem);line-height:1;font-weight:950}:root[data-industry=fish] .fish-catalog-heading p{margin:0;color:#536b84;font-size:.875rem;font-weight:800}:root[data-industry=fish] .fish-catalog-pill-row{max-width:100%;padding:.625rem;border:.125rem solid #dbe8f3;border-radius:.5rem;background:#ffffffeb;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;overflow:visible;scrollbar-width:none;gap:.625rem;box-shadow:0 .75rem 1.75rem #072b5c14}:root[data-industry=fish] .fish-catalog-pill-row::-webkit-scrollbar{display:none}:root[data-industry=fish] .fish-catalog-pill{height:2.375rem;padding:0 .875rem;border:.125rem solid #dbe8f3;border-radius:.375rem;background:#fff;color:#173b66;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;font-size:.75rem;font-weight:900}:root[data-industry=fish] .fish-catalog-pill .dot{width:.5rem;height:.5rem;border-radius:50%;background:#00a7be;box-shadow:0 0 0 .1875rem #00a7be1f}:root[data-industry=fish] .fish-catalog-pill .dot-amber{background:#f7b733;box-shadow:0 0 0 .1875rem #f7b73329}:root[data-industry=fish] .fish-catalog-select{min-width:10.75rem}:root[data-industry=fish] .fish-catalog-select .ant-select-selector{height:2.375rem!important;border-color:#dbe8f3!important;border-radius:.375rem!important;background:#fff!important;display:flex;align-items:center;color:#173b66;font-size:.75rem;font-weight:900}:root[data-industry=fish] .fish-catalog-select .ant-select-arrow{color:var(--color-primary)}:root[data-industry=fish] .fish-catalog-category-dropdown{position:relative;min-width:20rem}:root[data-industry=fish] .fish-catalog-category-trigger{width:100%;height:2.375rem;border:.0625rem solid #dbe8f3;border-radius:.375rem;padding:0 .75rem;background:#fff;color:#173b66;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;font-weight:900;cursor:pointer}:root[data-industry=fish] .fish-catalog-category-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-industry=fish] .fish-catalog-category-panel{position:absolute;top:calc(100% + .375rem);left:0;z-index:999;width:100%;min-width:20rem;max-height:min(24rem,100vh - 12rem);border-radius:.625rem;overflow:hidden;box-shadow:0 1rem 2.5rem #072b5c29}:root[data-industry=fish] .fish-laptop-filter-category-tree{max-height:min(24rem,100vh - 12rem);overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#9bb8d0 #edf5fb}:root[data-industry=fish] .fish-catalog-category-tree.fish-mobile-filter-category-tree.fish-laptop-filter-category-tree{max-height:min(24rem,100vh - 12rem);grid-template-columns:1fr!important;overflow-y:scroll!important;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#9bb8d0 #edf5fb}:root[data-industry=fish] .fish-laptop-filter-category-tree::-webkit-scrollbar{width:.5rem}:root[data-industry=fish] .fish-laptop-filter-category-tree::-webkit-scrollbar-track{border-radius:999px;background:#edf5fb}:root[data-industry=fish] .fish-laptop-filter-category-tree::-webkit-scrollbar-thumb{border-radius:999px;background:#9bb8d0}:root[data-industry=fish] .fish-laptop-filter-category-tree::-webkit-scrollbar-thumb:hover{background:#7fa6c3}@media(min-width:64rem){:root[data-industry=fish] .fish-catalog-select{min-width:20rem}}:root[data-industry=fish] .fish-chip-row{margin-bottom:1.125rem;display:flex;flex-wrap:wrap;gap:.625rem}:root[data-industry=fish] .fish-chip{height:2.25rem;padding:0 .875rem;border:.125rem solid #dbe8f3;border-radius:62.4375rem;background:#fff;color:#173b66;display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:900;cursor:pointer}:root[data-industry=fish] .fish-chip.active,:root[data-industry=fish] .fish-chip:hover{border-color:#0bb8d3;background:var(--color-primary);color:#fff;box-shadow:none}:root[data-industry=fish] .fish-chip-dot{width:.5rem;height:.5rem;border-radius:50%}:root[data-industry=fish] .fish-catalog-body{width:100%;padding:1.25rem;display:grid;grid-template-columns:18.75rem minmax(0,75rem) 17.5rem;align-items:start;justify-content:start;gap:1.5rem}:root[data-industry=fish] .fish-catalog-aside,:root[data-industry=fish] .fish-catalog-info-panel{position:sticky;top:1.125rem;margin-left:0;padding:1rem;border:.125rem solid #dbe8f3;border-radius:.5rem;background:#fff;box-shadow:0 .625rem 1.5rem #072b5c0d}:root[data-industry=fish] .fish-catalog-aside-head{margin-bottom:.875rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}:root[data-industry=fish] .fish-catalog-aside-head strong{color:#0647a6;font-size:1.0625rem;font-weight:950}:root[data-industry=fish] .fish-catalog-aside-head button{height:1.875rem;border:0;border-radius:.5rem;padding:0 .8125rem;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:900;box-shadow:none;cursor:pointer;transition:all .2s ease}:root[data-industry=fish] .fish-catalog-aside-head button.active,:root[data-industry=fish] .fish-catalog-aside-head button:hover{background:#043b8f;color:#fff}:root[data-industry=fish] .fish-filter-modal-head{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}:root[data-industry=fish] .fish-filter-modal-head h3{margin:0;color:#071a33;font-size:1rem;font-weight:950}:root[data-industry=fish] .fish-filter-modal-head button{border:0;border-radius:999px;padding:.4375rem .75rem;background:#eef8ff;color:var(--color-primary);font-size:.75rem;font-weight:900}:root[data-industry=fish] .fish-catalog-category-tree{max-height:calc(100vh - 11.25rem);overflow:auto;padding-right:.25rem;display:grid;gap:.5rem}:root[data-industry=fish] .fish-catalog-category-group{display:grid;gap:.375rem}:root[data-industry=fish] .fish-catalog-category-group>button,:root[data-industry=fish] .fish-mobile-filter-category-tree>button,:root[data-industry=fish] .fish-catalog-subcategory-list button{width:100%;min-height:2.75rem;border:.125rem solid transparent;border-radius:.4375rem;padding:.5rem;background:transparent;color:#173b66;display:grid;grid-template-columns:2.125rem minmax(0,1fr) auto;align-items:center;gap:.625rem;text-align:left;cursor:pointer}:root[data-industry=fish] .fish-catalog-category-group>button{background:#f8fbff;font-weight:950}:root[data-industry=fish] .fish-catalog-category-group>button.active,:root[data-industry=fish] .fish-catalog-category-group>button:hover,:root[data-industry=fish] .fish-mobile-filter-category-tree>button.active,:root[data-industry=fish] .fish-mobile-filter-category-tree>button:hover,:root[data-industry=fish] .fish-catalog-subcategory-list button.active,:root[data-industry=fish] .fish-catalog-subcategory-list button:hover{border-color:#c9dfef;background:#eef8ff;color:var(--color-primary)}:root[data-industry=fish] .fish-catalog-category-group img,:root[data-industry=fish] .fish-catalog-subcategory-list img{width:2.125rem;height:2.125rem;display:block;flex:0 0 auto;border-radius:50%;object-fit:cover;object-position:center;background:#fff;box-shadow:0 .3125rem .75rem #072b5c14}:root[data-industry=fish] .fish-catalog-category-group span,:root[data-industry=fish] .fish-catalog-subcategory-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-industry=fish] .fish-catalog-category-arrow{justify-self:end;color:currentColor;font-size:.75rem;transition:transform .2s ease}:root[data-industry=fish] .fish-catalog-category-arrow.is-expanded{transform:rotate(90deg)}:root[data-industry=fish] .fish-catalog-subcategory-list{margin-left:0;padding-left:0;border-left:0;display:grid;gap:.25rem}:root[data-industry=fish] .fish-catalog-subcategory-list button{min-height:2.375rem;padding:.375rem .5rem;font-size:.75rem;font-weight:850}:root[data-industry=fish] .fish-mobile-filter-category-tree{max-height:min(76vh,40rem);box-sizing:border-box;grid-template-columns:1fr!important;grid-auto-rows:max-content;align-content:start;gap:.25rem;border:.0625rem solid #dbe8f3;border-radius:.5rem;background:#fff;padding:.5rem}:root[data-industry=fish] .fish-mobile-filter-category-tree button{white-space:nowrap}:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-group{align-self:start}:root[data-industry=fish] .fish-mobile-all-categories-row{min-width:0;display:block;align-items:center}:root[data-industry=fish] .fish-mobile-all-categories-row>button{width:100%;min-height:2.5rem;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:#232323;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.875rem;font-weight:500;box-shadow:none;cursor:pointer}:root[data-industry=fish] .fish-mobile-all-categories-row>button.active,:root[data-industry=fish] .fish-mobile-all-categories-row>button:hover{background:#e6f5ff;color:#071a33}:root[data-industry=fish] .fish-mobile-all-categories-row>.fish-mobile-all-categories-button{justify-content:space-between}:root[data-industry=fish] .fish-mobile-all-categories-row>.fish-mobile-all-categories-button .anticon{color:var(--color-primary);flex:0 0 auto}:root[data-industry=fish] .fish-mobile-filter-category-tree>button,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-group>button,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-subcategory-list button{min-height:2.5rem;border:0;border-radius:.25rem;padding:0 .75rem;background:transparent;color:#232323;display:grid;grid-template-columns:minmax(0,1fr);gap:0;font-size:.875rem;font-weight:500;box-shadow:none}:root[data-industry=fish] .fish-mobile-filter-category-tree img{width:1.75rem;height:1.75rem;border-radius:50%;object-fit:cover;object-position:center;background:#fff;box-shadow:none}:root[data-industry=fish] .fish-mobile-filter-category-tree>button.active,:root[data-industry=fish] .fish-mobile-filter-category-tree>button:hover,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-group>button.active,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-group>button:hover,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-subcategory-list button.active,:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-subcategory-list button:hover{border-color:transparent;background:#e6f5ff;color:#071a33}:root[data-industry=fish] .fish-mobile-filter-category-tree span{display:inline-flex;align-items:center;justify-self:start;gap:.375rem;width:fit-content;max-width:100%}:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-arrow{width:1.125rem;height:1.125rem;border:.0625rem solid #d3e3f1;border-radius:50%;background:#f7fbff;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;justify-self:auto;flex:0 0 auto;margin-left:.25rem;font-size:.625rem;box-shadow:0 .125rem .375rem #072b5c14}:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-category-arrow svg{width:.625rem;height:.625rem}:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-subcategory-list{padding-left:.75rem;gap:0}:root[data-industry=fish] .fish-mobile-filter-category-tree .fish-catalog-sub-subcategory-list{padding-left:.75rem}:root[data-industry=fish] .fish-catalog-subcategory-list img{width:1.75rem;height:1.75rem}:root[data-industry=fish] .fish-catalog-products{width:100%;max-width:75rem;min-width:0}:root[data-industry=fish] .fish-catalog-info-visual{min-height:10.625rem;margin:-.25rem -.25rem 1rem;border-radius:.5rem;padding:1rem;background:linear-gradient(90deg,#eef8fffa,#eef8ffa3),#eef8ff;position:relative;overflow:hidden;display:flex;align-items:flex-end}:root[data-industry=fish] .fish-catalog-info-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}:root[data-industry=fish] .fish-catalog-info-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff2e,#eef8ffeb)}:root[data-industry=fish] .fish-catalog-info-visual div{position:relative;z-index:1;display:grid;gap:.25rem}:root[data-industry=fish] .fish-catalog-info-visual span{color:#00a7be;font-size:.6875rem;font-weight:950;letter-spacing:.0625rem;text-transform:uppercase}:root[data-industry=fish] .fish-catalog-info-visual strong{max-width:13.75rem;color:#0647a6;font-size:1.3125rem;line-height:1.05;font-weight:950}:root[data-industry=fish] .fish-catalog-info-head{margin-bottom:1rem;display:grid;gap:.5rem}:root[data-industry=fish] .fish-catalog-info-head span{color:#00a7be;font-size:.6875rem;font-weight:950;letter-spacing:.0625rem;text-transform:uppercase}:root[data-industry=fish] .fish-catalog-info-head strong{color:#0647a6;font-size:1.25rem;line-height:1.15;font-weight:950}:root[data-industry=fish] .fish-catalog-info-head p{margin:0;color:#5f748c;font-size:.8125rem;line-height:1.45;font-weight:800}:root[data-industry=fish] .fish-catalog-info-list{display:grid;gap:.625rem}:root[data-industry=fish] .fish-catalog-info-list div{min-height:4.375rem;border:.125rem solid #dbe8f3;border-radius:.5rem;padding:.75rem;background:#f8fbff;color:#173b66;display:grid;grid-template-columns:2.125rem minmax(0,1fr);align-items:center;gap:.625rem}:root[data-industry=fish] .fish-catalog-info-list b{width:2.125rem;height:2.125rem;border-radius:50%;background:var(--color-primary);color:var(--color-primary);color:#fff;display:grid;place-items:center;font-size:.875rem;font-weight:950;box-shadow:0 .5rem 1.125rem #0647a62e}:root[data-industry=fish] .fish-catalog-info-list span{color:#6d7f95;font-size:.75rem;font-weight:800;line-height:1.35}:root[data-industry=fish] .fish-catalog-info-list span strong{display:block;margin-bottom:.125rem;color:#173b66;font-size:.8125rem;font-weight:950}:root[data-industry=fish] .fish-catalog-info-note{margin-top:.875rem;border:.125rem solid rgba(0,184,200,.24);border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#eef8fff5,#fffffff5);display:grid;gap:.25rem}:root[data-industry=fish] .fish-catalog-info-note strong{color:#0647a6;font-size:.8125rem;font-weight:950}:root[data-industry=fish] .fish-catalog-info-note span{color:#6d7f95;font-size:.75rem;line-height:1.35;font-weight:800}:root[data-industry=fish] .fish-catalog-help-card{margin-top:.875rem;min-height:2.625rem;border-radius:.5rem;background:var(--color-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:.6875rem;gap:.5rem;font-size:.75rem;font-weight:950;box-shadow:none;text-transform:uppercase}:root[data-industry=fish] .fish-catalog-help-card:hover,:root[data-industry=fish] .fish-catalog-help-card:focus{border-color:#0bd5ed;color:#fff;background:#043b8f}.fish-footer{margin-top:4.375rem;padding:3.375rem 0 1.125rem;color:#f4f4f4;background:#202020}.fish-footer-wave,.fish-footer-trust,.fish-subscribe{display:none}.fish-footer-grid{width:min(100% - 2.5rem,85rem);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:4.375rem}.fish-footer-brand{display:none}.fish-footer-grid>div:first-child:before{content:"Contact Us";display:block;margin-bottom:1.75rem;padding-bottom:.875rem;width:max-content;border-bottom:.125rem solid var(--color-primary);color:#fff;font-size:.9375rem;font-weight:900;letter-spacing:.0625rem;text-transform:uppercase}.fish-footer p{max-width:20rem;margin:0;color:#e7e7e7;font-size:.9375rem;line-height:2}.fish-footer nav,.fish-footer-grid>div:last-child{display:grid;align-content:start;gap:.75rem}.fish-footer nav strong,.fish-footer-grid>div>strong{width:max-content;margin-bottom:.75rem;padding-bottom:.875rem;border-bottom:.125rem solid var(--color-primary);color:#fff;font-size:.9375rem;font-weight:900;letter-spacing:.0625rem;text-transform:uppercase}.fish-footer a{color:#fff!important;font-size:.9375rem}@media(min-width:56.25rem){.fish-5-col-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important}.fish-5-col-grid>.ant-col{width:auto!important;max-width:none!important;flex:none!important}}@media(min-width:35rem)and (max-width:56.25rem){.fish-5-col-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important}.fish-5-col-grid>.ant-col{width:auto!important;max-width:none!important;flex:none!important}}.fish-footer>small{width:min(100% - 2.5rem,85rem);margin:3.5rem auto 0;display:block;color:#eee;text-align:center}@media(max-width:87.5rem){:root[data-industry=fish] .fish-catalog-aside{display:none}:root[data-industry=fish] .fish-catalog-body{grid-template-columns:minmax(0,1fr) 17.5rem}}@media(max-width:75rem){:root[data-industry=fish] .fish-catalog-body{grid-template-columns:1fr}:root[data-industry=fish] .fish-catalog-pill-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}}@media(min-width:48rem)and (max-width:87.5rem){:root[data-industry=fish] .fish-mobile-filter-category-tree{grid-template-columns:1fr!important}.fish-catalog-popup .ant-select-tree-indent{display:none!important}.fish-catalog-popup .ant-select-tree-switcher{width:1.125rem!important;height:1.125rem!important;min-width:1.125rem!important;margin:.3125rem .375rem 0 .25rem;border:.0625rem solid #d3e3f1;border-radius:50%;background:#f7fbff;color:var(--color-primary);display:inline-flex!important;align-items:center;justify-content:center;font-size:.625rem;line-height:1;box-shadow:0 .125rem .375rem #072b5c14}.fish-catalog-popup .ant-select-tree-switcher-noop{visibility:hidden}.fish-catalog-popup .ant-select-tree-switcher svg{width:.625rem;height:.625rem}:root[data-industry=fish] .fish-pagination-wrap{display:grid;grid-template-columns:2.25rem minmax(0,auto) 2.25rem;align-items:center;justify-content:center;gap:.375rem;width:fit-content;max-width:100%;margin-inline:auto;overflow:visible}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination{min-width:0;margin:0!important;display:inline-flex!important;flex-wrap:nowrap!important;width:max-content;max-width:calc(100vw - 6.5rem);overflow-x:auto!important;overflow-y:hidden!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;-ms-overflow-style:none;scrollbar-width:none}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination::-webkit-scrollbar{display:none}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-prev,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-next{display:none!important}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-item,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-jump-prev,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-jump-next{min-width:2.25rem!important;height:2.25rem!important;margin-inline-end:.25rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-item a{width:100%;height:100%;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}:root[data-industry=fish] .fish-pagination-wrap.is-compact .fish-pagination.ant-pagination{justify-content:center!important;width:max-content;max-width:calc(100vw - 6.5rem);overflow:visible!important}:root[data-industry=fish] .fish-pagination-arrow{flex-shrink:0;align-self:center;width:2.25rem;height:2.25rem;padding:0;border-radius:50%;border:.0625rem solid #dbe8f3;line-height:1!important;font-size:1.375rem!important;font-weight:900!important;background:#fff;color:#071a33;display:inline-flex;align-items:center;justify-content:center;text-align:center}}@media(max-width:73.75rem){.fish-header-inner{display:flex!important;align-items:center;justify-content:flex-start;padding:.625rem 1rem;gap:.5rem;height:auto}.fish-header-search-wrap{flex:1;display:grid!important;grid-template-columns:1fr;margin-top:0}.fish-header-actions{margin-left:auto}.fish-header-category{display:none}.fish-promo-row,.fish-service-row,.fish-catch-section{grid-template-columns:repeat(2,1fr)}.fish-service-row{border-right:.125rem solid #e6e6e6}.fish-service-card{border-bottom:.125rem solid #e6e6e6}.fish-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:56.25rem){:root[data-industry=fish] .checkout-steps{display:flex!important;justify-content:center!important;gap:1rem!important;width:100%!important}.fish-header{height:auto;width:100%}.fish-header-inner{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.625rem;height:auto;margin:0;width:100%!important}.fish-header-actions{margin-left:auto}.fish-header-search-wrap{display:none!important}.fish-header-category,.fish-nav-strip{display:none}.fish-announcement-header{height:auto;min-height:auto;padding:.5rem 1.125rem;width:100%!important}.fish-header-search-wrap,.fish-nav-strip{display:none}.fish-brand span{width:2.375rem;height:2.375rem;font-size:1.375rem}.fish-brand strong{font-size:1.0625rem}.fish-brand small{display:none}.fish-hero{min-height:0}.fish-hero .ant-carousel,.fish-hero .slick-slider,.fish-hero .slick-list,.fish-hero .slick-track,.fish-hero .slick-slide,.fish-hero .slick-slide>div,.fish-hero-slide{min-height:0}.fish-hero-inner{width:min(100% - 1.5rem,85rem);min-height:0;padding:2.75rem 0;grid-template-columns:1fr}.fish-hero-card{min-height:0}.fish-hero .slick-arrow{display:none!important}.fish-hero-main-image{width:100%;max-height:17.5rem}.fish-catch-card{position:static;width:auto;margin-top:.875rem}.fish-home-shell>section:not(.fish-hero),.fish-promo-row,.fish-service-row,.fish-announcement,.fish-catch-section,:root[data-industry=fish] .catalog-meat-shell,:root[data-industry=fish] .cart-layout,:root[data-industry=fish] .checkout-layout,.fish-footer-grid,.fish-footer>small{width:min(100% - 1.5rem,85rem)}.fish-promo-row,.fish-service-row,.fish-catch-section,:root[data-industry=fish] .fish-catalog-body,:root[data-industry=fish] .fish-catalog-hero-row,:root[data-industry=fish] .catalog-meat-shell,:root[data-industry=fish] .cart-layout,:root[data-industry=fish] .checkout-layout{grid-template-columns:1fr}:root[data-industry=fish] .fish-catalog-hero-row{min-height:0;align-items:stretch;gap:1rem}:root[data-industry=fish] .fish-catalog-select{min-width:min(100%,13.75rem)}:root[data-industry=fish] .fish-catalog-aside,:root[data-industry=fish] .fish-catalog-info-panel{position:static}:root[data-industry=fish] .fish-catalog-category-tree{max-height:none;grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-industry=fish] .fish-catalog-subcategory-list{margin-left:0}.fish-announcement{flex-wrap:wrap;gap:.625rem 1rem}.fish-catch-section{padding:1.5rem;background:linear-gradient(100deg,#eef8fffa,#eef8ffe0),url(/fish-theme/hero-seafood.png) right bottom/auto 70% no-repeat,#eef8ff}.fish-catch-section>img{justify-self:center}:root[data-industry=fish] .catalog-filter-rail{display:none}:root[data-industry=fish] .cart-summary,:root[data-industry=fish] .checkout-summary{position:static}}@media(max-width:35rem){.fish-header-actions{gap:.25rem!important}.fish-header-inner>button[aria-label="Open menu"],.fish-header-icon-btn{width:2.125rem;height:2.125rem;font-size:1.1875rem}.fish-header-icon-btn .anticon{font-size:1.1875rem!important}.fish-header-icon-btn[aria-label="Open cart"]{display:none}.fish-home-shell>section:not(.fish-hero){width:100%!important;padding-left:.5rem!important;padding-right:.5rem!important}.fish-announcement-header{padding-left:0!important;padding-right:0!important;width:100%!important}.fish-catch-section{grid-template-columns:1fr!important}:root[data-industry=fish] .fish-catalog-help-card{display:flex!important;margin-left:auto!important;margin-right:auto!important;width:fit-content!important}:root[data-industry=fish] .checkout-steps{display:flex!important;justify-content:center!important;gap:1rem!important;width:100%!important}.fish-home-shell{width:100%!important;padding:0!important}.fish-hero h1{font-size:2.125rem;letter-spacing:.125rem}.fish-hero p{font-size:1.375rem}.fish-hero-pill{font-size:1rem;letter-spacing:.0625rem}.fish-hero-actions .ant-btn{width:100%;font-size:1rem}.fish-promo-card{min-height:11.875rem;grid-template-columns:42% 1fr;padding:1.125rem}.fish-promo-card img{height:8.5rem}.fish-promo-card strong{font-size:1.375rem;letter-spacing:.125rem}.fish-service-card{justify-content:flex-start}:root[data-industry=fish] .fish-catalog-category-tree{grid-template-columns:1fr}:root[data-industry=fish] .fish-catalog-pill,:root[data-industry=fish] .fish-catalog-select{width:100%}:root[data-industry=fish] .fish-catalog-select .ant-select-selector{width:100%!important}.fish-announcement{align-items:stretch;flex-direction:column}.fish-announcement-header{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:.5rem 1rem!important;align-items:center!important}.fish-announcement-header>span{flex:0 0 100%;text-align:center}.fish-announcement a{justify-content:center}.ant-drawer-close{background:#fff!important;box-shadow:0 .25rem .5rem #0000001a!important;border-radius:50%!important;width:2.5rem!important;height:2.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:1rem!important;right:1rem!important;z-index:1001!important}.fish-catch-section h2{font-size:2rem}.fish-product-card .product-image-wrap{min-height:9.75rem}.fish-product-card .product-image-wrap img,.fish-product-card .product-image-wrap [role=img]{height:9.75rem;max-height:none}.fish-footer-grid{grid-template-columns:2 fr;gap:2rem}}.fish-mobile-drawer .ant-drawer-header{background:linear-gradient(135deg,#0647a6,#00b8c8);border-bottom:0}.fish-mobile-drawer .ant-drawer-header .ant-drawer-title,.fish-mobile-drawer .ant-drawer-header .ant-drawer-close{color:#fff}.fish-mobile-drawer .ant-drawer-body{padding:0;display:flex;flex-direction:column}.fish-mobile-drawer-brand{display:flex;align-items:center;gap:.5rem;color:#fff}.fish-mobile-drawer-brand span{font-size:1.5rem;font-weight:950}.fish-mobile-drawer-brand strong{font-size:1.25rem;font-weight:950}.fish-mobile-drawer-brand strong em{font-style:normal;color:var(--color-gold, #ffc400)}.fish-mobile-nav-content{display:flex;flex-direction:column;height:100%}.fish-mobile-nav-links{display:flex;flex-direction:column;padding:1rem 0;flex:1}.fish-mobile-nav-link{padding:.875rem 1.5rem;color:#173b66;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:space-between;transition:background .2s ease,color .2s ease;text-decoration:none}.fish-mobile-nav-link:hover{background:#eef8ff;color:var(--color-primary)}.fish-mobile-nav-link.active{background:#eef8ff;color:var(--color-primary);border-left:.25rem solid var(--color-primary);padding-left:1.25rem}.fish-mobile-nav-cart{border-top:.125rem solid #e6e6e6;margin-top:auto}.fish-mobile-nav-footer{padding:1.5rem;border-top:.125rem solid #e6e6e6;background:#f8fbff}.fish-mobile-nav-auth-links{display:flex;flex-direction:column;gap:.5rem}.fish-mobile-nav-auth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ant-select-item-option-content{white-space:normal!important}:root[data-industry=fish] .fish-cart-page-heading{text-align:center}:root[data-industry=fish] .fish-wishlist-page-heading{text-align:center}.cart-line-stepper{width:6.5rem!important;height:1.75rem!important;grid-template-columns:2rem 1fr 2rem!important}.cart-line-stepper button{background:var(--color-primary)!important;font-weight:950;cursor:pointer;border-radius:0!important;color:#fff!important}@media(max-width:48rem){.fish-header-cart-badge{display:none!important}}.fish-cart-drawer{z-index:2000!important}.fish-catalog-popup{z-index:999!important}.fish-filter-tree-popup .ant-select-tree-treenode,.fish-catalog-popup .ant-select-tree-treenode{width:100%;padding:0!important}.fish-filter-tree-popup .ant-select-tree-indent,.fish-filter-tree-popup .ant-select-tree-switcher,.fish-catalog-popup .ant-select-tree-indent,.fish-catalog-popup .ant-select-tree-switcher{display:none!important}.fish-filter-tree-popup .ant-select-tree-node-content-wrapper,.fish-catalog-popup .ant-select-tree-node-content-wrapper{width:100%;min-height:1.75rem;margin:0;padding:.25rem .5rem!important}.fish-filter-tree-popup .ant-select-tree-title,.fish-catalog-popup .ant-select-tree-title{display:block}.cart-line-card .cart-line-side .ant-btn{color:#ff4d4f!important}.fish-categories-scroll-container{display:flex;flex-wrap:nowrap;gap:1rem;width:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.fish-categories-scroll-container::-webkit-scrollbar{display:none}.fish-categories-scroll-container>div:nth-child(n+8){display:none!important}@media(max-width:48rem){.fish-categories-scroll-container{flex-wrap:nowrap!important;overflow:auto;-webkit-overflow-scrolling:touch}}.fish-category-tile-wrapper{flex:0 0 auto;width:13.4375rem}@media(max-width:35rem){.fish-category-tile-wrapper{width:8rem}}.fish-5-col-grid{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:1.625rem 1.375rem!important;margin:0!important}@media(max-width:75rem){.fish-5-col-grid{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:59.25rem){.fish-5-col-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:42.5rem){.fish-5-col-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}.fish-5-col-grid .ant-col{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}.fish-catalog-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1rem!important;margin:0!important}@media(max-width:59.25rem){.fish-catalog-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:42.5rem){.fish-catalog-grid{grid-template-columns:repeat(2,1fr)!important}}.fish-catalog-grid .ant-col{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}.fish-mobile-delivery,.fish-mobile-search-panel,.fish-mobile-tabs,.fish-mobile-welcome{display:none}@media(max-width:48rem){:root[data-industry=fish] body{background:#f5f8fc}.fish-filter-modal{top:.5rem!important;margin:0 auto;padding-bottom:0}.fish-filter-modal .ant-modal-content{min-height:12rem;max-height:60vh;width:80vw;margin-left:auto;margin-right:auto;border-radius:1rem;display:flex;flex-direction:column}.fish-filter-modal .ant-modal-body{min-height:0;flex:1;overflow:auto}.fish-filter-modal .fish-mobile-filter-category-tree{max-height:calc(60vh - 9rem);overflow-y:auto}:root[data-industry=fish] #main{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))!important}.fish-announcement-header,.fish-brand,.fish-header-inner>button[aria-label="Open menu"],.fish-header-actions,.fish-nav-strip,.fish-footer{display:none!important}.fish-header{height:auto;border:0;background:#f5f8fc;box-shadow:none;position:sticky;top:0;z-index:90}.fish-header-inner{width:100%!important;height:auto;margin:0;padding:.75rem 1rem!important;display:grid!important;grid-template-columns:1fr;gap:.5rem;background:#fff;border-radius:0 0 .875rem .875rem;box-shadow:0 .5rem 1.375rem #081a3314}.fish-mobile-search-panel{display:block;padding:.75rem 1rem 0;background:#f5f8fc}.fish-catalog-shell .fish-mobile-search-panel .ant-input-affix-wrapper{background:#e8f2fb!important;border-color:#d0e4f5!important}.fish-mobile-delivery{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.625rem}.fish-mobile-delivery.is-location-open{gap:0}.fish-mobile-delivery.is-location-open .fish-mobile-brand{display:none}.fish-mobile-delivery.is-location-open .fish-mobile-actions{width:100%;flex:1 1 auto}.fish-mobile-delivery.is-location-open .fish-mobile-actions>button{display:none}.fish-mobile-brand{min-width:0;display:inline-flex;align-items:center;gap:.375rem;color:#071a33}.fish-mobile-brand>span{width:2.125rem;height:2.125rem;border:.125rem solid var(--color-primary);border-radius:.25rem;display:grid;place-items:center;color:var(--color-primary);font-size:1.25rem;font-weight:950;line-height:1}.fish-mobile-brand strong{color:#071a33;display:block;font-size:1.0625rem;font-weight:950;line-height:1;white-space:nowrap}.fish-mobile-brand em{color:var(--color-primary);font-style:normal}.fish-mobile-actions{display:inline-flex;align-items:center;gap:.375rem;min-width:0;flex:0 0 auto}.fish-mobile-location-select{width:min(42vw,10rem);height:2.25rem}.fish-mobile-location-select.is-open{width:100%;flex:1 1 auto}.fish-mobile-location-select .ant-select-selector{width:100%!important;height:2.25rem!important;min-height:0!important;border:0!important;border-radius:999px!important;background:#f0f5fb!important;padding:0 .75rem!important;box-shadow:none!important}.fish-mobile-location-select .ant-select-selection-item,.fish-mobile-location-select .ant-select-selection-placeholder{color:var(--color-primary)!important;font-size:.75rem;font-weight:900;line-height:2.25rem!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fish-mobile-location-select .ant-select-prefix{color:var(--color-primary);margin-inline-end:.5rem;font-size:.9375rem}.fish-mobile-location-select .ant-select-arrow{inset-inline-end:.625rem;width:2.25rem;height:2.25rem;margin-top:-1.125rem;display:grid;place-items:center;color:var(--color-primary);font-size:1rem}.fish-current-location-option{display:inline-flex;align-items:center;gap:.5rem}.fish-current-location-option .anticon{color:var(--color-primary);font-size:1rem}.fish-mobile-delivery button{width:2.25rem;height:2.25rem;border:0;border-radius:50%!important;background:#f0f5fb;color:#071a33;display:grid;place-items:center;font-size:1rem}.fish-mobile-delivery .fish-mobile-cart-trigger.active{background:#e8f6ff;color:var(--color-primary)}.fish-mobile-delivery .fish-mobile-cart-trigger.active .anticon{color:var(--color-primary)}.fish-mobile-delivery button .ant-avatar{width:1.875rem!important;height:1.875rem!important;line-height:1.875rem!important;background:linear-gradient(135deg,var(--color-primary),#00b8c8);color:#fff;font-weight:950}.fish-mobile-delivery .fish-mobile-cart-trigger .anticon-shopping-cart svg{width:1.2rem;height:1.2rem}.fish-mobile-location-trigger.is-selected{width:fit-content;max-width:min(42vw,10rem);border-radius:.5rem!important;padding:0 .75rem;color:var(--color-primary);display:flex;align-items:center;justify-content:flex-start;gap:.375rem;font-size:.75rem;font-weight:900}.fish-mobile-location-trigger.is-selected .anticon{flex:0 0 auto}.fish-mobile-location-trigger.is-selected span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:fit-content}.fish-header-search-wrap{width:100%;height:2.875rem;display:grid!important}.fish-mobile-search-panel .fish-header-search{display:block}.fish-header-search .ant-input-affix-wrapper{height:2.875rem!important;border:0!important;border-radius:.875rem 0 0 .875rem!important;background:#f0f5fb!important;box-shadow:none!important}.fish-header-search .ant-input{color:#071a33;background:transparent!important;font-size:.875rem;font-weight:750}.fish-header-search .ant-input::placeholder{color:#7d8fa6}.fish-header-search .ant-input-group-addon .ant-btn{width:3rem;height:2.875rem!important;border-radius:0 .875rem .875rem 0!important;background:var(--color-primary)!important;color:#fff!important;box-shadow:none!important}.fish-header-search .ant-input-group-addon .ant-btn:hover,.fish-header-search .ant-input-group-addon .ant-btn:focus{background:#043b8f!important;color:#fff!important}.fish-home-shell{background:#f5f8fc;padding:0 0 1rem!important}.fish-home-shell>section:not(.fish-hero),.fish-feature-strip{width:100%!important;margin:1.125rem 0 0!important;padding-left:1rem!important;padding-right:1rem!important}.fish-home-shell>section.fish-catch-section{width:calc(100% - 2rem)!important;margin:1.125rem 1rem!important;padding-left:1rem!important;padding-right:1rem!important}.fish-promo-row,.fish-service-row{display:none!important}.fish-home-shell h3.ant-typography{margin:0 0 .875rem;padding:0;border:0;color:#071a33;font-size:1.125rem;font-weight:950;letter-spacing:0}.fish-home-shell h3.ant-typography:after{display:none}.fish-view-all{color:#196bd0;font-size:.75rem;font-weight:900}.fish-hero{width:auto;min-height:0;margin:1rem 1rem 0;border-radius:1.125rem;overflow:hidden;background:#071a33;box-shadow:0 .875rem 1.75rem #081a331f}.fish-hero .ant-carousel,.fish-hero .slick-slider,.fish-hero .slick-list,.fish-hero .slick-track,.fish-hero .slick-slide,.fish-hero .slick-slide>div,.fish-hero-slide{min-height:12.25rem}.fish-hero-slide{position:relative}.fish-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071a33c7,#071a331a);pointer-events:none}.fish-hero-inner{width:100%;min-height:12.25rem;padding:1.25rem;display:flex;align-items:flex-end}.fish-hero-copy{position:relative;z-index:1;max-width:13.5rem}.fish-hero-pill{border-radius:999px;padding:.3125rem .625rem;background:#e9f8ff;color:var(--color-primary);font-size:.625rem;letter-spacing:0}.fish-hero h1{margin:.5rem 0 .25rem;color:#fff;font-size:1.625rem;line-height:1.05;letter-spacing:0;text-transform:none}.fish-hero p{margin:0;color:#ffffffe6;font-size:.75rem;line-height:1.35;letter-spacing:0;text-transform:none}.fish-hero-actions{margin-top:.875rem}.fish-hero-actions .ant-btn{min-height:2.5rem;border-radius:999px!important;padding-inline:1rem;background:var(--color-primary)!important;color:#fff!important;box-shadow:none!important;font-size:.75rem;text-transform:none}.fish-hero-actions .ant-btn:hover,.fish-hero-actions .ant-btn:focus{background:#043b8f!important;color:#fff!important}.fish-hero-card,.fish-hero-proof,.fish-hero .slick-dots,.fish-hero .slick-arrow,.fish-catch-card{display:none!important}.fish-feature-strip{display:block;overflow:hidden}.fish-feature-marquee{display:flex;overflow-x:auto;scrollbar-width:none}.fish-feature-marquee::-webkit-scrollbar{display:none}.fish-feature-marquee>div{min-width:max-content;display:flex;gap:.625rem}.fish-feature-marquee span{min-width:max-content;border-radius:999px;padding:.5rem .75rem;background:#fff;color:#071a33;box-shadow:0 .25rem .75rem #11548e14;font-size:.6875rem;font-weight:900}.fish-categories-scroll-container{display:flex;align-items:flex-start;gap:.875rem;overflow-x:auto;padding:.125rem 0 .25rem}.fish-categories-scroll-container>div:nth-child(n+8){display:block!important}.fish-category-tile-wrapper{width:4.875rem;flex:0 0 4.875rem}.fish-category-tile{width:4.875rem;min-height:0;height:6.875rem;border-radius:0;background:transparent;box-shadow:none;color:#071a33;display:grid;grid-template-rows:4.375rem 2rem;justify-items:center;align-content:start;gap:.375rem;text-align:center;overflow:visible}.fish-category-tile:after,.fish-category-tile>span,.fish-category-tile small,.fish-category-tile i{display:none!important}.fish-category-tile .image-shell,.fish-category-tile img,.fish-category-tile [role=img]{position:static;grid-row:1;width:4.375rem;height:4.375rem;min-width:4.375rem;min-height:4.375rem;border-radius:50%!important;border:.125rem solid #fff;object-fit:cover;box-shadow:0 .375rem 1rem #11548e1f;transition:none!important}.fish-category-tile strong{width:100%;min-height:1.625rem;color:#071a33;font-size:.6875rem;line-height:1.1;letter-spacing:0;text-shadow:none;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;align-self:start}.fish-catch-section{min-height:10.25rem;border:0;border-radius:1rem;padding:1rem!important;background:#071a33!important;display:grid;grid-template-columns:minmax(0,1fr) 6.625rem;grid-template-areas:"copy image";align-items:end;gap:.875rem;box-shadow:0 .875rem 1.75rem #081a3324}.fish-catch-section-copy{grid-area:copy;min-width:0;display:grid;align-content:center;justify-items:start}.fish-catch-section-copy>span{color:#00b8c8;font-size:.625rem;letter-spacing:0}.fish-catch-section h2{margin:.25rem 0;color:#fff;font-size:1.125rem;line-height:1.1}.fish-catch-section p{margin:0 0 .625rem;color:#ffffffc7;font-size:.75rem;line-height:1.35}.fish-catch-section-copy a{min-height:2.125rem;border-radius:999px;padding:.5rem .75rem;background:var(--color-primary);color:#fff!important;font-size:.75rem;text-transform:none}.fish-catch-section-copy a:hover,.fish-catch-section-copy a:focus{background:#043b8f;color:#fff!important}.fish-catch-section-image,.fish-catch-section>img{grid-area:image;width:6.625rem;max-width:100%;height:6.625rem;justify-self:end;align-self:end;border:.125rem solid #fff;border-radius:1rem;padding:.375rem;background:#fff;object-fit:contain}.fish-catch-section-image img{width:100%;height:100%;display:block;object-fit:contain}.fish-catch-section-stats{display:none}}@media(max-width:48rem)and (max-width:22.5rem){.fish-catch-section{grid-template-columns:1fr}.fish-catch-section-image,.fish-catch-section>img{display:none}}@media(max-width:48rem){.fish-5-col-grid,.fish-catalog-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important;margin:0!important}.fish-5-col-grid .ant-col,.fish-catalog-grid .ant-col{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}.fish-product-card{height:auto;min-height:0;padding:0;border:0;border-radius:1rem;overflow:hidden;background:#fff;display:grid;grid-template-rows:auto auto;box-shadow:0 .375rem 1rem #11548e1a}.fish-product-card .product-image-wrap{min-height:8.625rem;height:8.625rem;border-radius:0;background:#f0f5fb}.fish-product-card .product-image-wrap img,.fish-product-card .product-image-wrap [role=img]{height:8.625rem;border-radius:0;object-fit:cover!important}.fish-product-card .discount-badge{top:.5rem;left:.5rem;border-radius:999px;color:#fff;background:var(--color-primary);font-size:.625rem;font-weight:950}.fish-product-card .wishlist-button{top:.5rem;right:.5rem;width:2rem;height:2rem;border:0;border-radius:50%;background:#fffffff0;z-index:5}.fish-product-card .view-button{display:none}.fish-product-card .product-card-body{min-height:0;padding:.5rem .625rem 0;display:grid;grid-template-rows:auto auto;align-content:start;justify-items:stretch;gap:.25rem;text-align:left}.fish-product-card .product-title{min-height:0;color:#071a33;font-size:.8125rem;line-height:1.15;font-weight:950;-webkit-line-clamp:2}.fish-product-card .product-card-foot{align-self:start;gap:0}.fish-product-card .product-price-qty-row{min-height:1.625rem;align-items:center;justify-content:flex-start;gap:.375rem}.fish-product-card .product-price-stack{min-width:0;display:flex;align-items:baseline;gap:.375rem;white-space:nowrap}.fish-product-card .product-price-stack .ant-typography:first-child{font-size:.875rem!important}.fish-product-card .product-strike-price-row{justify-content:flex-start}.fish-product-card .product-strike-price-row del{font-size:.625rem}.fish-product-buy>.ant-btn{flex:0 0 auto;min-width:2rem;width:2rem!important;height:2rem!important;border-radius:.625rem!important;padding:0!important;background:var(--color-primary)!important;color:#fff!important;display:inline-grid!important;place-items:center;font-size:0!important}.fish-product-buy-desktop{display:none!important}.fish-product-buy-mobile{display:inline-flex}.fish-product-card .product-image-wrap .fish-product-buy-mobile{right:.5rem;bottom:.5rem}.fish-product-card .product-image-wrap .fish-product-buy-mobile.in-cart{right:auto;left:50%;transform:translate(-50%)}.fish-product-buy>.ant-btn:hover,.fish-product-buy>.ant-btn:focus{background:#043b8f!important;color:#fff!important}.fish-product-buy>.ant-btn>span:not(.ant-btn-icon):not(.anticon){display:none!important}.fish-product-buy>.ant-btn .ant-btn-icon{display:inline-grid!important;place-items:center;margin:0!important}.fish-product-buy>.ant-btn .anticon{place-items:center;margin:0!important;color:#fff!important;font-size:.875rem!important;line-height:1}.fish-product-buy>.ant-btn .anticon svg{width:.875rem!important;height:.875rem!important;color:#fff!important;fill:currentColor!important}.fish-product-buy>.ant-space-compact{width:5.25rem!important;height:1.875rem!important;display:grid!important;grid-template-columns:1.625rem 2rem 1.625rem;overflow:hidden;border-radius:.625rem;background:#fff;box-shadow:0 .25rem .75rem #0647a629}.fish-product-buy>.ant-space-compact .ant-btn{width:1.625rem!important;height:1.875rem!important;min-width:0!important;border:0!important;border-radius:0!important;padding:0!important;background:var(--color-primary)!important;color:#fff!important;display:inline-grid!important;place-items:center;box-shadow:none!important}.fish-product-buy>.ant-space-compact .ant-btn .anticon,.fish-product-buy>.ant-space-compact .ant-btn .ant-btn-icon,.fish-product-buy>.ant-space-compact .ant-btn svg{width:.75rem!important;height:.75rem!important;margin:0!important;color:#fff!important;fill:currentColor!important;display:inline-grid!important;place-items:center}.fish-product-buy>.ant-space-compact .ant-input-number{width:2rem!important;height:1.875rem!important;border:0!important;border-radius:0!important;background:#fff!important;display:grid!important;place-items:center;box-shadow:none!important}.fish-product-buy>.ant-space-compact .ant-input-number-input-wrap{width:100%;height:100%}.fish-product-buy>.ant-space-compact .ant-input-number-input{width:100%!important;height:1.875rem!important;padding:0!important;color:#071a33!important;font-size:.8125rem!important;font-weight:950!important;line-height:1.875rem!important;text-align:center!important}.fish-mobile-tabs{position:fixed;right:0;bottom:0;left:0;z-index:3000;height:calc(4.25rem + env(safe-area-inset-bottom));padding:.375rem .75rem max(.375rem,env(safe-area-inset-bottom));border-top:.0625rem solid rgba(8,26,51,.08);background:#fffffff5;backdrop-filter:blur(1rem);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -.75rem 1.5rem #081a3314}.fish-mobile-tabs a,.fish-mobile-tabs button{min-width:0;border:0;border-radius:.75rem;background:transparent;color:#718299;display:grid;place-items:center;align-content:center;gap:.1875rem;font-size:.625rem;font-weight:850;text-decoration:none}.fish-mobile-tabs .anticon{font-size:1.25rem;color:var(--color-primary)!important}.fish-mobile-tabs a.active,.fish-mobile-tabs button.active{background:#e8f6ff;color:var(--color-primary);font-weight:950}.fish-mobile-tabs a.active .anticon,.fish-mobile-tabs button.active .anticon{color:var(--color-primary)}.fish-mobile-welcome{display:none}.fish-mobile-welcome-logo{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;color:var(--color-primary)}.fish-mobile-welcome-logo span{width:3.5rem;height:3.5rem;border-radius:1.25rem;background:linear-gradient(135deg,var(--color-primary),#00b8c8);color:#fff;display:grid;place-items:center;font-size:2.125rem;line-height:1;font-weight:950;box-shadow:0 1rem 2rem #0647a638}.fish-mobile-welcome-logo strong{color:#071a33;font-size:1.5rem;font-weight:950;letter-spacing:0}.fish-mobile-welcome-logo em{color:var(--color-primary);font-style:normal}.fish-mobile-welcome-card{align-self:center;min-height:24rem;border-radius:2rem;padding:2rem 1.5rem;background:linear-gradient(180deg,#071a331a,#071a33c7),url(https://images.unsplash.com/photo-1565680018434-b513d5e5fd47?auto=format&fit=crop&w=900&q=82) center/cover;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 1.5rem 3rem #081a332e}.fish-mobile-welcome-card p{margin:0 0 .625rem;color:#bff8ff;font-size:.75rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.fish-mobile-welcome-card h1{margin:0;color:#fff;font-size:2.125rem;line-height:1.05;font-weight:950;letter-spacing:0}.fish-mobile-welcome-card span{max-width:17rem;margin-top:.75rem;color:#ffffffdb;font-size:.875rem;line-height:1.45;font-weight:750}.fish-mobile-welcome>button{width:100%;height:3.5rem;border:0;border-radius:1rem;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:950;box-shadow:0 1rem 2rem #0647a633}.fish-mobile-welcome>button:hover,.fish-mobile-welcome>button:focus{background:#043b8f;color:#fff}:root[data-industry=fish] .fish-catalog-shell{background:#f5f8fc}:root[data-industry=fish] .fish-catalog-hero{padding:1rem 1rem .75rem;border:0;background:#f5f8fc}:root[data-industry=fish] .fish-catalog-hero-row{min-height:auto;display:grid;grid-template-columns:1fr auto;gap:.75rem}:root[data-industry=fish] .fish-catalog-heading h1{color:#071a33;font-size:1.5rem;letter-spacing:0}:root[data-industry=fish] .fish-catalog-heading p,:root[data-industry=fish] .fish-breadcrumb,:root[data-industry=fish] .fish-catalog-pill{display:none}:root[data-industry=fish] .fish-catalog-pill-row{padding:0;border:0;background:transparent;box-shadow:none;display:flex!important;justify-content:flex-end!important;gap:0!important}:root[data-industry=fish] .fish-catalog-select{min-width:2.75rem;width:2.75rem}:root[data-industry=fish] .fish-catalog-select .ant-select-selector{height:2.75rem!important;border:0!important;border-radius:50%!important;background:#eef4fb!important;box-shadow:none!important}:root[data-industry=fish] .fish-catalog-select .ant-select-selection-item{display:none}:root[data-industry=fish] .fish-catalog-body{width:100%;padding:0 1rem 1rem;display:grid;grid-template-columns:1fr;gap:.75rem}:root[data-industry=fish] .fish-catalog-aside,:root[data-industry=fish] .fish-catalog-info-panel{display:none}:root[data-industry=fish] .cart-page-container{min-height:100%;padding:0!important;background:#f5f8fc}:root[data-industry=fish] #main:has(.cart-page-container){min-height:0;background:#f5f8fc}:root[data-industry=fish] .checkout-page-container,:root[data-industry=fish] .wishlist-page-container{min-height:100%;padding:0!important;background:#f5f8fc}:root[data-industry=fish] #main:has(.wishlist-page-container){min-height:0;background:#f5f8fc}:root[data-industry=fish] .fish-cart-page-shell,:root[data-industry=fish] .checkout-shell{margin:0!important;padding:1rem 1rem 0!important;background:#f5f8fc}:root[data-industry=fish] .fish-wishlist-page-shell{margin:0!important;padding:1rem 1rem 0!important;background:#f5f8fc}:root[data-industry=fish] .fish-cart-page-shell>div:only-child,:root[data-industry=fish] .fish-wishlist-page-shell>div:only-child{padding-top:2rem!important;padding-bottom:2rem!important}:root[data-industry=fish] .checkout-shell{padding:1rem 1rem 0!important}:root[data-industry=fish] .fish-cart-page-shell{padding-right:0!important;padding-left:0!important}:root[data-industry=fish] .fish-cart-page-shell.cart-page{padding:1rem 1rem 0!important}:root[data-industry=fish] .fish-cart-page-heading,:root[data-industry=fish] .fish-wishlist-page-heading{margin:0 0 1rem;padding:0 1rem;background:transparent;box-shadow:none;text-align:left}:root[data-industry=fish] .fish-cart-page-heading h1,:root[data-industry=fish] .fish-wishlist-page-heading h1,:root[data-industry=fish] .checkout-shell>h1{margin:0;color:#071a33;font-size:1.625rem;font-weight:950;padding-bottom:.64rem;letter-spacing:0}:root[data-industry=fish] .fish-cart-page-heading p,:root[data-industry=fish] .fish-wishlist-page-heading p{margin:.25rem 0 0;color:#50647e;font-size:.75rem;font-weight:900}:root[data-industry=fish] .cart-layout,:root[data-industry=fish] .checkout-layout{width:100%!important;margin:0!important;display:grid;grid-template-columns:1fr!important;gap:1rem;padding:0}:root[data-industry=fish] .cart-lines{max-height:23.95rem;padding:0;display:grid;align-content:start;gap:.65rem;overflow-y:auto;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}:root[data-industry=fish] .cart-line-card{min-height:5.5rem;padding:.75rem 7rem .75rem .75rem;border:0!important;border-radius:.875rem!important;background:#fff;display:grid;grid-template-columns:3.625rem minmax(0,1fr);gap:.75rem;align-items:center;position:relative;box-shadow:0 .25rem .875rem #13375b14}:root[data-industry=fish] .cart-line-card>span,:root[data-industry=fish] .cart-line-card>div:first-child,:root[data-industry=fish] .cart-line-card img{width:3.625rem!important;height:3.625rem!important;min-width:3.625rem;border-radius:.625rem!important;object-fit:cover;overflow:hidden}:root[data-industry=fish] .cart-line-main{min-width:0;min-height:3.625rem;display:grid;align-content:start;gap:.125rem}:root[data-industry=fish] .cart-line-main strong{color:#344156;font-size:.875rem;line-height:1.2;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry=fish] .cart-line-main span{color:#9aa8b8;font-size:.75rem;font-weight:700}:root[data-industry=fish] .cart-line-side{display:contents}:root[data-industry=fish] .cart-line-side .ant-btn{position:absolute;top:.75rem;right:.75rem;width:1.25rem;height:1.25rem;min-width:0;border-radius:0!important;padding:0!important;background:transparent!important;color:#e03131!important}:root[data-industry=fish] .cart-line-side .ant-typography{position:absolute;left:5.125rem;bottom:.875rem;max-width:calc(100% - 12.5rem);color:var(--color-primary);font-size:.9375rem;line-height:1;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry=fish] .cart-line-stepper{position:absolute;right:1rem;bottom:.875rem;width:4.25rem!important;height:2rem!important;display:block!important;border:.0625rem solid #dce7f3;border-radius:.375rem;background:#f8fbff;overflow:hidden}:root[data-industry=fish] .cart-line-stepper button{position:absolute;top:0;width:1.35rem!important;height:2rem!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;color:#58708d!important;display:flex!important;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;line-height:1;opacity:1!important}:root[data-industry=fish] .cart-line-stepper .cart-line-stepper-minus{left:0}:root[data-industry=fish] .cart-line-stepper .cart-line-stepper-plus{right:0}:root[data-industry=fish] .cart-line-stepper button:disabled{color:#9aa8b8!important;cursor:not-allowed}:root[data-industry=fish] .cart-line-stepper>.cart-line-stepper-value{position:absolute;top:0;left:1.35rem;width:calc(100% - 2.7rem);height:2rem;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:#1f2b40;font-size:.8125rem;font-weight:900}:root[data-industry=fish] .cart-sidebar,:root[data-industry=fish] .checkout-main{display:grid;gap:.75rem}:root[data-industry=fish] .checkout-main{width:100%;min-width:0;padding:0}:root[data-industry=fish] .coupon-card,:root[data-industry=fish] .order-summary-card,:root[data-industry=fish] .checkout-panel{border:.0625rem solid #dce7f3!important;border-radius:1.125rem!important;padding:1rem!important;background:#fff;box-shadow:0 .5rem 1.25rem #13375b0f}:root[data-industry=fish] .checkout-panel{display:grid;gap:.875rem}:root[data-industry=fish] .panel-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}:root[data-industry=fish] .panel-title-row h2{margin:0!important;color:#071a33;font-size:1.0625rem;line-height:1.15;font-weight:950}:root[data-industry=fish] .panel-title-row .ant-btn{height:2.25rem;border:0!important;border-radius:999px!important;padding-inline:.625rem!important;background:transparent!important;color:#071a33!important;font-size:.8125rem;font-weight:950;text-transform:none}:root[data-industry=fish] .checkout-choice,:root[data-industry=fish] .address-choice{width:100%;min-height:4rem;border:.0625rem solid #dce7f3!important;border-radius:.875rem!important;padding:.75rem!important;background:#f8fbff;display:grid;grid-template-columns:2.375rem minmax(0,1fr) 1rem;gap:.75rem;align-items:center;text-align:left;box-shadow:none}:root[data-industry=fish] .checkout-choice.active,:root[data-industry=fish] .address-choice.active{border-color:#0647a642!important;background:#eef6ff}:root[data-industry=fish] .choice-icon{width:2.375rem;height:2.375rem;border-radius:.75rem;display:grid;place-items:center;background:#eaf1f8;color:var(--color-primary);font-size:1.125rem}:root[data-industry=fish] .checkout-choice.active .choice-icon{background:var(--color-primary);color:#fff}:root[data-industry=fish] .checkout-choice strong,:root[data-industry=fish] .address-choice strong{display:block;color:#071a33;font-size:.875rem;line-height:1.2;font-weight:950}:root[data-industry=fish] .checkout-choice small,:root[data-industry=fish] .address-choice span{color:#6f829b;font-size:.75rem;line-height:1.25;font-weight:800}:root[data-industry=fish] .checkout-choice i{width:1rem;height:1rem;border:.125rem solid #c6d5e6;border-radius:50%}:root[data-industry=fish] .checkout-choice.active i{border:.3125rem solid var(--color-primary);background:#fff}:root[data-industry=fish] .address-choice{grid-template-columns:1.5rem minmax(0,1fr) auto}:root[data-industry=fish] .address-choice.empty{min-height:3.5rem;grid-template-columns:auto minmax(0,auto);justify-content:center;color:var(--color-primary);font-weight:950}:root[data-industry=fish] .coupon-card div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}:root[data-industry=fish] .coupon-card input{width:100%;min-width:0;height:2.75rem;border:.0625rem solid #dce7f3;border-radius:.75rem;padding:0 .75rem;background:#f7fbff;color:#071a33;font-size:.8125rem;font-weight:800}:root[data-industry=fish] .coupon-card .ant-btn{height:2.75rem;border-radius:.75rem!important;padding-inline:.875rem;background:var(--color-primary)!important;text-transform:none}:root[data-industry=fish] .order-summary-card h2,:root[data-industry=fish] .coupon-card strong{margin:0 0 .75rem;color:#071a33;font-size:1.0625rem;font-weight:950}:root[data-industry=fish] .order-summary-line{display:grid;grid-template-columns:2.5rem minmax(0,1fr) 4.5rem;gap:.5rem;align-items:center}:root[data-industry=fish] .order-summary-line img,:root[data-industry=fish] .order-summary-line>div:first-child{width:2.5rem!important;height:2.5rem!important;border-radius:.625rem!important;object-fit:cover}:root[data-industry=fish] .order-summary-line>div:nth-child(2){min-width:0}:root[data-industry=fish] .order-summary-line strong{color:#071a33;font-size:.75rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-industry=fish] .order-summary-line span{color:#6f829b;font-size:.6875rem}:root[data-industry=fish] .order-summary-line>.ant-typography{justify-self:end;color:var(--color-primary);font-size:.75rem;font-weight:950;white-space:nowrap}:root[data-industry=fish] .summary-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.625rem;color:#50647e;font-size:.875rem}:root[data-industry=fish] .summary-row .ant-typography,:root[data-industry=fish] .summary-row strong{color:#071a33;font-weight:950;white-space:nowrap}:root[data-industry=fish] .summary-row.total{margin-top:1rem;padding-top:1rem;border-top:.0625rem solid #dce7f3}:root[data-industry=fish] .checkout-actions .ant-btn,:root[data-industry=fish] .checkout-panel>.ant-btn{height:2.625rem;min-width:4.375rem;border-radius:.75rem!important;padding-inline:1rem!important;font-size:.8125rem;font-weight:950;text-transform:none}:root[data-industry=fish] .checkout-panel>.ant-btn{justify-self:start}:root[data-industry=fish] .order-summary-card .ant-btn{height:3rem;border-radius:.875rem!important;text-transform:none}:root[data-industry=fish] .checkout-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem}:root[data-industry=fish] .checkout-actions .ant-btn-primary,:root[data-industry=fish] .checkout-panel>.ant-btn-primary{min-width:6.25rem}:root[data-industry=fish] .order-summary-card .ant-btn,:root[data-industry=fish] .checkout-actions .ant-btn-primary,:root[data-industry=fish] .checkout-panel>.ant-btn-primary{background:var(--color-primary)!important}:root[data-industry=fish] .order-summary-card .ant-btn:hover,:root[data-industry=fish] .order-summary-card .ant-btn:focus,:root[data-industry=fish] .checkout-actions .ant-btn-primary:hover,:root[data-industry=fish] .checkout-actions .ant-btn-primary:focus,:root[data-industry=fish] .checkout-panel>.ant-btn-primary:hover,:root[data-industry=fish] .checkout-panel>.ant-btn-primary:focus{background:#043b8f!important;color:#fff!important}:root[data-industry=fish] .checkout-steps{width:100%!important;margin:0;padding:.375rem;border-radius:999px;background:#eaf1f8;display:flex!important;gap:.375rem!important}:root[data-industry=fish] .step-badge{flex:1;height:2.25rem;border-radius:999px;color:#6f829b;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-size:.6875rem;font-weight:900}:root[data-industry=fish] .step-badge span{width:1.75rem;height:1.75rem;min-width:1.75rem;border-radius:50%;display:grid;place-items:center;line-height:1;background:#ffffffb8;color:#9aa8b8;font-size:.75rem;font-weight:950}:root[data-industry=fish] .step-badge.active span{background:var(--color-primary);color:#fff}:root[data-industry=fish] .step-badge.done span{background:#2e9d4f;color:#fff}:root[data-industry=fish] .step-badge.active,:root[data-industry=fish] .step-badge.done{background:#fff;color:var(--color-primary)}:root[data-industry=fish] .fish-pagination-wrap{display:grid;grid-template-columns:2.25rem minmax(0,auto) 2.25rem;align-items:center;justify-content:center;gap:.375rem;width:fit-content;max-width:100%;margin-inline:auto;overflow:visible}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination{min-width:0;margin:0!important;display:inline-flex!important;flex-wrap:nowrap!important;width:max-content;max-width:calc(100vw - 6.5rem);overflow-x:auto!important;overflow-y:hidden!important;justify-content:flex-start!important;align-items:center!important;padding:0!important;-ms-overflow-style:none;scrollbar-width:none}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination::-webkit-scrollbar{display:none}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-prev,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-next{display:none!important}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-item,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-jump-prev,:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-jump-next{min-width:2.25rem!important;height:2.25rem!important;margin-inline-end:.25rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}:root[data-industry=fish] .fish-pagination-wrap .fish-pagination.ant-pagination .ant-pagination-item a{width:100%;height:100%;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}:root[data-industry=fish] .fish-pagination-wrap.is-compact .fish-pagination.ant-pagination{justify-content:center!important}:root[data-industry=fish] .fish-pagination-wrap.is-compact{width:fit-content;max-width:100%}:root[data-industry=fish] .fish-pagination-wrap.is-compact .fish-pagination.ant-pagination{width:max-content;max-width:calc(100vw - 6.5rem);overflow:visible!important}:root[data-industry=fish] .fish-pagination-arrow{flex-shrink:0;align-self:center;width:2.25rem;height:2.25rem;padding:0;border-radius:50%;border:.0625rem solid #dbe8f3;line-height:1!important;font-size:1.375rem!important;font-weight:900!important;background:#fff;color:#071a33;display:inline-flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;font-size:.875rem}:root[data-industry=fish] .fish-pagination-arrow:disabled{opacity:.35;cursor:not-allowed}}.fish-subcategory-scroll-row{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding-bottom:.5rem;scrollbar-width:thin}.fish-subcategory-scroll-row::-webkit-scrollbar{height:6px}.fish-subcategory-scroll-row::-webkit-scrollbar-thumb{background:var(--color-border-subtle, #e0e0e0);border-radius:10px}.fish-subcategory-scroll-row .fish-category-tile{width:calc(16.666% - .85rem);min-width:110px;flex-shrink:0;margin:0}@media(max-width:64rem){.fish-subcategory-scroll-row .fish-category-tile{width:calc(25% - .75rem)}}:root[data-industry=meat]{--color-primary: #ef3b38;--color-accent: #15803d;--color-text: #07182e;--color-text-secondary: #667085;--bg-page: #ffffff;--bg-surface: #f8fafc;--border-color: #e7eaf0;--font-display: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-card: .5rem;--radius-control: .25rem;--color-halal: #15803d;--mobile-checkout-bg: #fff5f5;--mobile-checkout-surface: #fff;--mobile-checkout-muted-surface: #fffafb;--mobile-checkout-border: #fcced0;--mobile-checkout-text: #6b0c0d;--mobile-checkout-muted: #8d5051;--mobile-checkout-primary: var(--color-primary);--mobile-checkout-primary-strong: #d12c2a;--mobile-checkout-active-bg: #ffeef0;--mobile-checkout-step-bg: #ffe4e6;--mobile-checkout-step-number: #df9b9d;--mobile-checkout-shadow: 0 .5rem 1.25rem rgba(239, 59, 56, .06);--checkout-savings-bg: #fff1f2;--checkout-savings-border: #fcced0;--checkout-savings-text: #ef3b38}:root[data-industry=meat] body{font-size:.875rem}:root[data-industry=meat] .ant-btn-primary{box-shadow:none;font-weight:700}.meat-header{position:sticky;top:0;z-index:20;height:4rem;padding:0;background:#fff;border-bottom:.125rem solid var(--border-color);backdrop-filter:blur(.75rem)}.meat-header-inner{width:100%;max-width:90%;height:4rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:minmax(11.25rem,1fr) auto minmax(11.25rem,1fr);align-items:center;gap:1.25rem}.meat-brand{display:inline-flex;align-items:center;gap:.5rem;justify-self:start;color:var(--color-text);min-width:max-content}.meat-brand span,.meat-brand img{width:2.25rem;height:2.25rem;flex:0 0 2.25rem}.meat-brand span{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;color:#fff;background:var(--color-primary);font-weight:800;line-height:1;box-shadow:0 .0625rem .25rem #ef3b3838}.meat-brand img{display:block;border-radius:.75rem;object-fit:contain}.meat-brand strong{display:grid;line-height:1;font-size:1.125rem;font-weight:900;min-width:0}.meat-brand small{margin-top:.25rem;font-size:.625rem;text-transform:uppercase;color:var(--color-text-secondary);letter-spacing:0}.meat-nav{display:flex;justify-content:center;justify-self:center;gap:1.5rem;min-width:0}.meat-header-search,.fish-header-search{width:100%;min-width:21.25rem;justify-self:center}.meat-header-search .ant-input-affix-wrapper,.meat-header-search .ant-input-group-addon .ant-btn,.fish-header-search .ant-input-affix-wrapper,.fish-header-search .ant-input-group-addon .ant-btn{height:2.375rem;border-color:#e6eaf1;box-shadow:none}.meat-header-search .ant-input-affix-wrapper,.fish-header-search .ant-input-affix-wrapper{border-radius:62.4375rem 0 0 62.4375rem;padding-left:.875rem;background:#f8fafc}.meat-header-search .ant-input,.fish-header-search .ant-input{background:transparent;font-size:.8125rem}.meat-header-search .ant-input-group-addon .ant-btn,.fish-header-search .ant-input-group-addon .ant-btn{border-radius:0 62.4375rem 62.4375rem 0!important;color:var(--color-primary);background:#fff}.meat-nav a{color:#364152;font-size:.875rem;font-weight:600;transition:color .16s ease}.meat-nav a:hover,.meat-nav a.active{color:var(--color-primary);font-weight:700}.meat-header-actions{justify-self:end;gap:.25rem!important;min-width:0}.meat-location{border:0;min-width:0;max-width:11.875rem;height:2.375rem;padding:0 .625rem;border-radius:.625rem;background:transparent;display:inline-flex;align-items:center;gap:.375rem;color:#364152;font-size:.875rem;cursor:pointer}.meat-location:hover{background:#f8fafc}.meat-location .anticon{color:var(--color-primary)}.meat-location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meat-location-picker{width:13.75rem;height:2.375rem;padding:0 .375rem 0 .625rem;border-radius:.625rem;background:transparent;display:inline-flex;align-items:center;gap:.125rem;color:#364152}.meat-location-picker:hover{background:#f8fafc}.meat-location-picker>.anticon{flex:0 0 auto;color:var(--color-primary)}.meat-location-picker .ant-select{min-width:0;flex:1}.meat-location-picker .ant-select-selector{padding-inline:.25rem!important}.meat-location-picker .ant-select-selection-item,.meat-location-picker .ant-select-selection-placeholder{color:#364152;font-size:.875rem;font-weight:600}.meat-user-chip{border:0;background:transparent;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--color-text)}@media(max-width:73.75rem){.meat-header-inner{max-width:100%;grid-template-columns:minmax(9.375rem,1fr) auto minmax(9.375rem,1fr);gap:.875rem}.meat-nav{gap:1rem}.meat-location{max-width:9.375rem}.meat-location-picker{width:11rem}}@media(max-width:64rem){.meat-location,.meat-location-picker{display:none}}.meat-footer{margin-top:5rem;border-top:.125rem solid var(--border-color);background:#f8fafc;color:var(--color-text-secondary)}.meat-footer-grid{max-width:80rem;margin:0 auto;padding:3rem 1.75rem;display:grid;grid-template-columns:minmax(15rem,1fr) 11.25rem 11.25rem;gap:4rem}.meat-footer p{max-width:19.375rem;margin:1.125rem 0 0;line-height:1.6}.meat-footer nav{display:grid;gap:.75rem}.meat-footer nav strong{color:var(--color-text)}.meat-footer a{color:inherit}.meat-footer>small{display:block;padding:.875rem 1.5rem;text-align:center;border-top:.125rem solid var(--border-color)}.meat-home-shell{padding-right:1rem!important;padding-left:1rem!important}.meat-home-shell>section:not(.meat-hero){max-width:75rem;margin-right:auto;margin-left:auto}.meat-view-all{color:var(--color-text);font-size:.8125rem;font-weight:800}.meat-view-all:hover{color:var(--color-primary);text-decoration:underline}.meat-hero{position:relative;overflow:hidden;margin:1.25rem 0 2rem;border-radius:.5rem;min-height:24.375rem;background:#10151d}.meat-hero .slick-slider,.meat-hero .slick-list,.meat-hero .slick-track,.meat-hero .slick-slide>div{min-height:inherit}.meat-hero-slide{position:relative;min-height:24.375rem;overflow:hidden;background:#10151d}.meat-hero-slide>img,.meat-hero-slide>div[role=img]{min-height:24.375rem;filter:brightness(.72)}.meat-hero-content{position:absolute;inset:0;width:min(35rem,88%);padding:4.5rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.meat-hero-content span{padding:.375rem .75rem;border-radius:62.4375rem;background:#ffffffeb;color:var(--color-text);font-size:.6875rem;font-weight:900;text-transform:uppercase}.meat-hero-content h1{margin:1.125rem 0 .625rem;font-size:clamp(2.125rem,5vw,3.625rem);line-height:1.02;font-weight:950}.meat-hero-content p{max-width:26.25rem;margin:0;font-size:1rem;line-height:1.55}.meat-hero-actions{display:flex;gap:.75rem;margin-top:1.75rem}.meat-hero-dots{bottom:1.125rem!important}.meat-hero-dots li{width:1.75rem!important}.meat-hero-dots li button{height:.25rem!important;border-radius:62.4375rem!important;background:#ffffffb8!important}.meat-hero-dots li.slick-active button{background:#fff!important}.shop-now-btn span{background-color:#b8252f;color:#fff}.meat-category-tile{display:grid;justify-items:center;gap:.5rem;color:var(--color-text);text-align:center}.meat-category-tile img,.meat-category-tile div[role=img]{width:4.75rem;max-width:100%;border:.125rem solid var(--border-color)}.meat-category-tile strong{font-size:.75rem;font-weight:800}.meat-page-heading{margin-bottom:1.75rem}.meat-page-heading h1,.checkout-shell h1{margin:0;color:var(--color-text);font-size:2.25rem;line-height:1.1;font-weight:900}.meat-page-heading p{margin:.375rem 0 0;color:var(--color-text-secondary)}.meat-product-card{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;border:.125rem solid #edf0f5;border-radius:.875rem;background:#fff;box-shadow:0 .0625rem .125rem #0f172a0a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.meat-product-card:hover{transform:translateY(-.125rem);border-color:#f4c6c8;box-shadow:0 .875rem 1.875rem #0f172a1a}.product-image-wrap{position:relative;flex:0 0 auto;background:#f3f5f8}.product-image-wrap img,.product-image-wrap div[role=img]{aspect-ratio:4/3!important;border-radius:.875rem .875rem 0 0!important}.discount-badge,.halal-mark{position:absolute;z-index:2;left:.625rem;top:.625rem;padding:.25rem .5rem;border-radius:62.4375rem;background:#0f8f3c;color:#fff;font-size:.625rem;font-weight:900}.halal-mark{top:auto;bottom:.625rem;background:#ffffffeb;color:#0f8f3c}.wishlist-button{position:absolute;z-index:2;right:.625rem;top:.625rem;width:2.125rem;height:2.125rem;border:0;border-radius:50%;background:#fffffff5;color:#64748b;cursor:pointer;font-size:1.125rem;display:grid;place-items:center;box-shadow:0 .25rem .875rem #0f172a1a}.wishlist-button.active{color:var(--color-primary)}.product-card-body{flex:1;padding:.625rem .75rem .6875rem;display:flex;flex-direction:column}.product-title{display:block;min-height:1.125rem;color:var(--color-text);font-size:.875rem;font-weight:900;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.unit-text{display:inline;margin-top:0;color:var(--color-text-secondary);font-size:.75rem;font-weight:700}.product-card-foot{margin-top:.5rem;padding-top:0;display:flex;align-items:end;justify-content:space-between;gap:.625rem}.product-card-foot .ant-typography{font-weight:900}.product-price-stack{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:.125rem;row-gap:0}.product-price-stack .ant-typography:first-child{color:var(--color-text);font-size:1.0625rem!important;line-height:1.1}.product-price-stack .ant-typography-secondary{flex-basis:100%;font-size:.6875rem;line-height:1.1;color:#9aa3b2}.product-card-foot .ant-btn{flex:0 0 auto;min-width:3.375rem;height:1.625rem;padding:0 .625rem;border-radius:.375rem;border-color:var(--color-primary);color:var(--color-primary);background:#fff;font-weight:800;font-size:.6875rem}.product-card-foot .ant-space-compact{flex:0 0 auto;height:1.625rem;border:.125rem solid #cfd6e3;border-radius:.25rem;overflow:hidden}.product-card-foot .ant-space-compact .ant-btn,.product-card-foot .ant-space-compact .ant-input-number{border:0;height:1.5rem;box-shadow:none;border-radius:0}.product-card-foot .ant-space-compact .ant-btn{min-width:1.625rem;width:1.625rem;padding:0;color:var(--color-text);font-size:.625rem}.product-card-foot .ant-space-compact .ant-input-number{width:2.125rem!important;font-size:.6875rem}.product-card-foot .ant-space-compact .ant-input-number-input{height:1.5rem;padding:0;text-align:center;font-weight:800}:root[data-industry=meat] .ant-spin-dot-item{background-color:var(--color-primary)}:root[data-industry=meat] .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,:root[data-industry=meat] .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#fff1f2 25%,#ffe0e3 37%,#fff1f2 63%)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 22.5rem;gap:2rem;align-items:start}.cart-lines{display:grid;gap:.875rem}.cart-line-card{display:grid;grid-template-columns:5.75rem minmax(0,1fr) 5.75rem;gap:1rem;align-items:center;padding:.875rem;border:.125rem solid var(--border-color);border-radius:.625rem;background:#fff}.cart-line-main{display:grid;gap:.4375rem}.cart-line-main strong,.cart-line-side .ant-typography{color:var(--color-text);font-weight:900}.cart-line-main span{color:var(--color-text-secondary);font-size:.75rem}.cart-line-stepper{width:7.875rem;height:2rem;display:grid;grid-template-columns:2.375rem 1fr 2.375rem;align-items:stretch;border:.125rem solid #d7dde8;border-radius:.25rem;overflow:hidden;background:#fff}.cart-line-stepper button{border:0;background:#fff;color:#7c8798;font-size:1.125rem;line-height:1;padding:0;cursor:pointer}.cart-line-stepper button:disabled{color:#c5ccd8;cursor:not-allowed}.cart-line-stepper span{display:grid;place-items:center;border-left:.125rem solid #e3e7ef;border-right:.125rem solid #e3e7ef;text-align:center;color:var(--color-text);font-size:.875rem;font-weight:800}.cart-line-side{display:grid;justify-items:end;gap:1.5rem}.cart-sidebar{display:grid;gap:1rem}.coupon-card,.order-summary-card{padding:1.25rem;border:.125rem solid var(--border-color);border-radius:.625rem;background:#fff}.coupon-card strong,.order-summary-card h2{color:var(--color-text);font-size:1rem;font-weight:900}.coupon-card div{display:flex;gap:.5rem;margin:.75rem 0 .375rem}.coupon-card input{min-width:0;flex:1;height:2.125rem;border:.125rem solid var(--border-color);border-radius:.4375rem;padding:0 .625rem}.coupon-card small{color:var(--color-text-secondary)}.order-summary-card h2{margin:0 0 .75rem}.order-summary-items{max-height:16.25rem;overflow:auto;display:grid;gap:.625rem}.order-summary-items.compact{max-height:17.8125rem}.order-summary-line{display:grid;grid-template-columns:2.75rem minmax(0,1fr) auto;gap:.625rem;align-items:center}.order-summary-line>div:nth-child(2){min-width:0;display:grid}.order-summary-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-summary-line span{color:var(--color-text-secondary);font-size:.75rem}.summary-row{display:flex;justify-content:space-between;gap:1rem;margin-top:.5rem}.summary-row.total{color:var(--color-text);font-weight:900}.catalog-meat-shell{display:grid;grid-template-columns:26.875rem minmax(0,1fr);gap:1.875rem;align-items:stretch;padding-top:1.125rem}.catalog-filter-rail{display:grid;align-content:start;gap:.875rem;min-height:45rem;padding:1.375rem;border:.125rem solid var(--border-color);border-radius:1rem;background:#fff;box-shadow:0 .625rem 1.875rem #0f172a0a}.catalog-filter-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.catalog-filter-feature-grid div{padding:.875rem;border-radius:.875rem;background:#f8fafc;border:.125rem solid #edf0f5;display:grid;gap:.125rem}.catalog-filter-feature-grid b{color:var(--color-primary);font-size:1.25rem;line-height:1}.catalog-filter-feature-grid span{color:var(--color-text-secondary);font-size:.75rem;font-weight:800}.catalog-filter-help{padding:1.125rem;border-radius:1rem;background:linear-gradient(135deg,#101828,#273449);color:#fff}.catalog-filter-help strong{margin:0;color:inherit;font-size:.9375rem;text-transform:none}.catalog-filter-help p{margin:.5rem 0 0;color:#ffffffb8;font-size:.75rem;line-height:1.55}.catalog-filter-rail .meat-page-heading{margin-bottom:.5rem}.catalog-filter-rail .meat-page-heading h1{font-size:2rem}.catalog-filter-rail strong{margin-top:.625rem;color:var(--color-text-secondary);font-size:.6875rem;text-transform:uppercase}.catalog-filter-rail button:not(.ant-btn){height:2.125rem;border:0;border-radius:.5rem;background:transparent;color:var(--color-text);text-align:left;padding:0 .75rem;cursor:pointer}.catalog-filter-rail .ant-btn{height:2.375rem;border-radius:.625rem}.catalog-filter-note{margin-top:.625rem;padding:1rem;border-radius:.875rem;background:#fff6f6;border:.125rem solid #ffe0e2}.catalog-filter-note strong{margin:0;color:var(--color-text);font-size:.875rem;text-transform:none}.catalog-filter-note p{margin:.375rem 0 0;color:var(--color-text-secondary);font-size:.75rem;line-height:1.5}.catalog-filter-rail button.active{background:#fde7eb;color:var(--color-primary);font-weight:800}.range-labels{display:flex;justify-content:space-between;color:var(--color-text-secondary);font-size:.75rem}.catalog-products{min-width:0;min-height:45rem;padding:1.375rem;border:.125rem solid var(--border-color);border-radius:1rem;background:linear-gradient(180deg,#fff 0% 70%,#fafbfc)}.catalog-products-head{margin-bottom:1.375rem;padding-bottom:1.125rem;border-bottom:.125rem solid var(--border-color);display:flex;align-items:end;justify-content:space-between;gap:1.125rem}.catalog-products-head span{color:var(--color-primary);font-size:.75rem;font-weight:900;text-transform:uppercase}.catalog-products-head h2{margin:.25rem 0;color:var(--color-text);font-size:1.625rem;line-height:1.15;font-weight:950}.catalog-products-head p{margin:0;color:var(--color-text-secondary)}.catalog-quick-facts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.catalog-quick-facts span{padding:.4375rem .625rem;border-radius:62.4375rem;background:#f8fafc;border:.125rem solid #edf0f5;color:#475569;font-size:.6875rem;font-weight:800;text-transform:none}.checkout-shell{margin:0 auto}.checkout-layout{grid-template-columns:minmax(0,1fr) 20rem;margin-top:1.875rem}.checkout-main{min-width:0}.checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-bottom:2.125rem}.checkout-steps.two{grid-template-columns:repeat(2,1fr)}.step-badge{display:inline-flex;align-items:center;gap:.625rem;color:#a0a8b6;font-weight:800}.step-badge span{width:1.875rem;height:1.875rem;display:grid;place-items:center;border-radius:50%;background:#f1f3f6;color:#a0a8b6}.step-badge.active span{background:var(--color-primary);color:#fff}.step-badge.done span{background:#2e8b3c;color:#fff}.checkout-panel{display:grid;gap:.875rem}.panel-title-row{display:flex;align-items:center;justify-content:space-between}.panel-title-row h2{margin:0;color:var(--color-text);font-size:1.375rem;font-weight:900}.checkout-choice,.address-choice{width:100%;border:.125rem solid var(--border-color);border-radius:.75rem;background:#fff;display:grid;grid-template-columns:2.625rem minmax(0,1fr) 1.125rem;gap:.875rem;align-items:center;padding:.875rem 1rem;text-align:left;cursor:pointer}.checkout-choice.active,.address-choice.active{border-color:#f5b8bc;background:#fde8ec}.choice-icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.625rem;background:#f1f3f6;color:#64748b;font-size:1.25rem}.checkout-choice.active .choice-icon{background:var(--color-primary);color:#fff}.checkout-choice strong,.address-choice strong{display:block;color:var(--color-text);font-weight:900}.checkout-choice small,.address-choice span{color:var(--color-text-secondary)}.checkout-choice i{width:1.125rem;height:1.125rem;border:.125rem solid #cbd5e1;border-radius:50%}.checkout-choice.active i{border:.3125rem solid var(--color-primary)}.address-choice{grid-template-columns:1.5rem minmax(0,1fr)}.address-choice.empty{color:var(--color-primary);font-weight:800}.checkout-actions{display:flex;gap:.75rem;margin-top:.75rem}.checkout-actions .ant-btn-primary .ant-typography{color:inherit}.address-modal h2,.storefront-auth-form h2,.storefront-auth-choice h2{margin:0;color:var(--color-text);font-size:1.25rem;font-weight:900}.address-modal p,.storefront-auth-form p,.storefront-auth-choice p{margin:.375rem 0 1.375rem;color:var(--color-text-secondary)}.address-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.storefront-auth-choice{display:grid;gap:.75rem;text-align:center}.storefront-auth-form{display:grid;gap:.625rem}.storefront-auth-form h2,.storefront-auth-form p{text-align:center}.storefront-auth-form .ant-input,.storefront-auth-form .ant-input-affix-wrapper,.storefront-auth-form .ant-select-selector,.storefront-auth-form .ant-input-group .ant-select-selector{border-radius:.375rem!important}.storefront-auth-form .ant-segmented .ant-segmented-item-label{min-height:2.25rem;line-height:2.25rem;padding-top:0;padding-bottom:0}.storefront-auth-form .ant-space-compact>.ant-select:first-child .ant-select-selector{border-radius:.375rem 0 0 .375rem!important}.storefront-auth-form .ant-space-compact>.ant-input:last-child{border-radius:0 .375rem .375rem 0!important}.storefront-auth-form .ant-space-compact>.ant-select+.ant-input{border-top-right-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.auth-link-button{border:0;background:transparent;color:var(--color-text);cursor:pointer;font-size:.75rem}.auth-link-button:hover{color:var(--color-primary);text-decoration:underline}.auth-link-button:disabled,.auth-link-button:disabled:hover{color:var(--color-text-secondary);cursor:not-allowed;opacity:.55;text-decoration:none}.auth-link-container{text-align:center;font-size:.75rem}.auth-link-text{margin-right:.25rem}.centered-page{min-height:50vh;display:grid;place-items:center}@media(max-width:61.9375rem){.meat-header{height:3.625rem}.meat-header-inner{height:3.625rem;padding:0 .75rem;grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem}.meat-header-inner>.ant-btn{justify-self:start}.meat-brand{justify-self:start;min-width:0;max-width:100%}.meat-brand strong{font-size:.875rem;overflow:hidden;white-space:nowrap}.meat-brand span,.meat-brand img{width:2rem;height:2rem;flex-basis:2rem}.meat-brand span{border-radius:.625rem}.meat-brand small{font-size:.5rem}.meat-header-actions{justify-self:end;flex-shrink:0;gap:0!important}.meat-header-actions .ant-space-item{line-height:0}.meat-header-actions .ant-btn{width:2.125rem;height:2.125rem;padding:0}.meat-footer-grid,.cart-layout,.checkout-layout,.catalog-meat-shell{grid-template-columns:1fr}.meat-hero,.meat-hero-slide,.meat-hero-slide>img,.meat-hero-slide>div[role=img]{min-height:26.25rem}.meat-hero-content{padding:0px 1.5rem}.meat-hero-actions{flex-wrap:wrap}.meat-footer-grid{gap:1.875rem}.cart-line-card{grid-template-columns:4.5rem minmax(0,1fr);position:relative}.cart-line-side button{position:absolute;top:.5rem;right:.5rem}.cart-line-side{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:space-between}.checkout-steps,.checkout-steps.two{grid-template-columns:1fr;gap:.75rem}.catalog-filter-rail{display:none}}@media(max-width:32.5rem){.meat-header-inner{padding:0 .625rem}.meat-brand{gap:.375rem}.meat-brand span,.meat-brand img{width:1.875rem;height:1.875rem;flex-basis:1.875rem}.meat-brand strong{font-size:.8125rem}.meat-header-actions a[aria-label=Wishlist]{display:none}.product-card-body{padding:.625rem}.product-title{min-height:2rem;font-size:.8125rem}.product-card-foot{align-items:end;flex-direction:row;gap:.375rem}.product-card-foot .ant-btn{min-width:3rem;padding:0 .5rem}.product-card-foot .ant-space-compact{width:auto}}@media(max-width:23.75rem){.meat-brand small{display:none}.meat-brand span{width:1.875rem;height:1.875rem}}@media(max-width:30rem){.cart-line-card{grid-template-columns:3.5rem minmax(0,1fr);gap:.625rem}.checkout-steps span{font-size:.6875rem}}:root[data-industry=restaurant]{--color-primary: #c2410c;--color-accent: #f59e0b;--color-text: #1c1917;--color-text-secondary: rgba(28, 25, 23, .7);--bg-page: #fffbf5;--bg-surface: #fbf2e7;--border-color: #f0e4d0;--font-display: inherit;--font-body: inherit;--radius-card: .875rem;--radius-control: 62.4375rem;--color-veg: #16a34a;--color-non-veg: #b91c1c}:root[data-industry=publication]{--color-primary: #111111;--color-accent: #a16207;--color-text: #111111;--color-text-secondary: rgba(17, 17, 17, .6);--bg-page: #fafaf7;--bg-surface: #f4f1ec;--border-color: #d6d3cd;--font-display: "Playfair Display", "Source Serif 4", Georgia, serif;--font-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;--radius-card: .125rem;--radius-control: 0}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body, inherit);background:var(--bg-page);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}button{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-display, inherit);margin:0 0 var(--space-md);line-height:1.2}p{margin:0 0 var(--space-md);line-height:1.5}:focus-visible{outline:.125rem solid var(--color-primary, #1677ff);outline-offset:.125rem;border-radius:.125rem}.ant-btn:focus-visible,.ant-input:focus-visible,.ant-select-selector:focus-visible{outline:none}.skip-link{position:absolute;top:-2.5rem;left:0;padding:.5rem .75rem;background:var(--color-primary);color:#fff;z-index:100;transition:top .12s ease}.skip-link:focus{top:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.ant-btn-primary{background:var(--color-primary)!important;border-color:var(--color-primary)!important}.ant-badge .ant-badge-count:hover,.ant-badge .ant-scroll-number:hover,.ant-badge-count:hover,.ant-scroll-number:hover{background:var(--color-primary)!important}
