.gro-egypt-collgrid{background:var(--collgrid-bg, var(--surface-page));padding-top:var(--collgrid-pad-top, 0px);padding-bottom:var(--collgrid-pad-bottom, 0px);position:relative}.gro-egypt-collgrid__bar{background:var(--collgrid-bar-bg, var(--surface-raised));border-top:1px solid var(--collgrid-bar-border, var(--c-mist));border-bottom:1px solid var(--collgrid-bar-border, var(--c-mist))}.gro-egypt-collgrid__bar--sticky{position:sticky;top:var(--collgrid-sticky-top, 0px);z-index:30}.gro-egypt-collgrid__bar-inner{display:flex;align-items:stretch;justify-content:space-between;min-height:var(--collgrid-bar-height, 70px)}.gro-egypt-collgrid__tabs{display:flex;align-items:center;gap:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;flex:1 1 auto;min-width:0;padding-inline:20px}.gro-egypt-collgrid__tabs::-webkit-scrollbar{display:none}.gro-egypt-collgrid__tab{display:inline-flex;align-items:center;gap:var(--gro-egypt-space-2xs);flex:none;font-family:var(--gro-egypt-font-body);font-size:var(--collgrid-tab-size, 16px);font-weight:400;line-height:1.2;color:var(--gro-egypt-ink, var(--text-primary));text-decoration:none}.gro-egypt-collgrid__tab:visited,.gro-egypt-collgrid__tab .gro-egypt-collgrid__tab-label{color:var(--gro-egypt-ink, var(--text-primary))}.gro-egypt-collgrid__tab-dot{width:12px;height:12px;border-radius:50%;border:1px solid var(--gro-egypt-ink, var(--c-onyx));background:transparent;flex:none;box-sizing:border-box;transition:background-color .15s ease}.gro-egypt-collgrid__tab.is-active .gro-egypt-collgrid__tab-dot{background:var(--gro-egypt-ink, var(--c-onyx))}.gro-egypt-collgrid__tab:hover .gro-egypt-collgrid__tab-label{text-decoration:underline}.gro-egypt-collgrid__bar-actions{display:flex;align-items:stretch;flex:none}.gro-egypt-collgrid__action{display:flex;align-items:center;justify-content:space-between;gap:var(--gro-egypt-space-md);min-width:var(--collgrid-cell-min, 200px);padding:0 32px;background:none;border:none;border-left:1px solid var(--collgrid-bar-border, var(--c-mist));cursor:pointer;font-family:var(--gro-egypt-font-body);font-size:var(--collgrid-tab-size, 16px);color:var(--gro-egypt-ink, var(--text-primary))}.gro-egypt-collgrid__action-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--gro-egypt-space-md);width:100%;height:100%;cursor:pointer;list-style:none}.gro-egypt-collgrid__action-summary::-webkit-details-marker{display:none}.gro-egypt-collgrid__action-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:-16px;border-radius:50%;background:var(--gro-egypt-ink, var(--c-onyx));color:var(--c-white);font-size:11px;line-height:1}.gro-egypt-collgrid__chevron{width:10px;height:6px;flex:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230B0B0C' fill='none'/%3E%3C/svg%3E") no-repeat center / contain;transition:transform .2s ease}.gro-egypt-collgrid.is-sort-open .gro-egypt-collgrid__sort-toggle .gro-egypt-collgrid__chevron{transform:rotate(180deg)}.gro-egypt-collgrid__sort-drawer{position:fixed;top:0;left:0;bottom:0;width:min(90vw,var(--collgrid-drawer-width, 480px));background:var(--gro-egypt-cream, var(--surface-page));z-index:2100;padding:var(--collgrid-drawer-pad-v, 32px) var(--collgrid-drawer-pad-h, 20px);overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.gro-egypt-collgrid.is-sort-open .gro-egypt-collgrid__sort-drawer{transform:translate(0)}.gro-egypt-collgrid__sort-options{display:flex;flex-direction:column;gap:var(--gro-egypt-space-2xs);margin-top:1.5rem}.gro-egypt-collgrid__sort-item{display:flex}.gro-egypt-collgrid__sort-input{position:absolute;opacity:0;pointer-events:none}.gro-egypt-collgrid__sort-label{flex:1 1 auto;display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:4px;border:1px solid rgba(11,11,12,.3);border-radius:4px;font-family:var(--gro-egypt-font-body);font-size:14px;font-weight:400;text-transform:capitalize;color:var(--gro-egypt-ink, var(--text-primary));cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.gro-egypt-collgrid__sort-input:checked+.gro-egypt-collgrid__sort-label{background:var(--gro-egypt-ink);border-color:var(--gro-egypt-ink);color:var(--gro-egypt-cream)}.gro-egypt-collgrid__layout{display:block}.gro-egypt-collgrid__main{width:100%}.gro-egypt-collgrid--full .gro-egypt-container{max-width:none;padding-inline:0}.gro-egypt-collgrid--full .gro-egypt-collgrid__bar-inner{padding-inline:0}.gro-egypt-collgrid--full .gro-egypt-collgrid__active{padding-inline:clamp(20px,2vw,40px)}.gro-egypt-collgrid__sidebar{position:fixed;top:0;left:0;bottom:0;width:min(90vw,var(--collgrid-drawer-width, 480px));background:var(--gro-egypt-cream, var(--surface-page));z-index:2100;padding:1.5rem;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.gro-egypt-collgrid.is-drawer-open .gro-egypt-collgrid__sidebar{transform:translate(0)}.gro-egypt-collgrid__sidebar-head{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:1.25rem}.gro-egypt-collgrid__sidebar-title{font-family:var(--gro-egypt-font-body);font-size:15px;font-weight:400}.gro-egypt-collgrid__drawer-close{background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:inherit}.gro-egypt-collgrid__filter-group{border-bottom:1px solid rgba(11,11,12,.15);padding-block:1rem}.gro-egypt-collgrid__filter-label{display:flex;align-items:center;justify-content:space-between;font-family:var(--gro-egypt-font-body);font-size:14px;font-weight:400;letter-spacing:normal;text-transform:none;cursor:pointer;list-style:none}.gro-egypt-collgrid__filter-label::-webkit-details-marker{display:none}.gro-egypt-collgrid__filter-chevron{position:relative;width:12px;height:12px;flex:none}.gro-egypt-collgrid__filter-chevron:before,.gro-egypt-collgrid__filter-chevron:after{content:"";position:absolute;background:currentColor}.gro-egypt-collgrid__filter-chevron:before{top:50%;left:0;right:0;height:1px;transform:translateY(-50%)}.gro-egypt-collgrid__filter-chevron:after{left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);transition:opacity .2s ease}.gro-egypt-collgrid__filter-group[open] .gro-egypt-collgrid__filter-chevron:after{opacity:0}.gro-egypt-collgrid__filter-values{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.6rem}.gro-egypt-collgrid__check{display:flex;align-items:center;gap:.6rem;font-family:var(--gro-egypt-font-body);font-size:.9rem;cursor:pointer}.gro-egypt-collgrid__check input{position:absolute;opacity:0;pointer-events:none}.gro-egypt-collgrid__check-box{width:18px;height:18px;border:1px solid rgba(11,11,12,.4);flex:none;position:relative;transition:background .15s ease,border-color .15s ease}.gro-egypt-collgrid__check input:checked+.gro-egypt-collgrid__check-box{background:var(--gro-egypt-ink);border-color:var(--gro-egypt-ink)}.gro-egypt-collgrid__check input:checked+.gro-egypt-collgrid__check-box:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border-right:2px solid var(--gro-egypt-cream);border-bottom:2px solid var(--gro-egypt-cream);transform:rotate(45deg)}.gro-egypt-collgrid__check input:disabled~.gro-egypt-collgrid__check-text{opacity:.4}.gro-egypt-collgrid__check-count{opacity:.5;font-size:.8rem}.gro-egypt-collgrid__pills{list-style:none;display:flex;gap:.5rem;margin:1rem 0 0;padding:0}.gro-egypt-collgrid__pill-toggle{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-height:48px;padding:4px;border:1px solid rgba(11,11,12,.3);border-radius:4px;font-family:var(--gro-egypt-font-body);font-size:12px;text-transform:capitalize;text-align:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.gro-egypt-collgrid__pill-toggle input{position:absolute;opacity:0;pointer-events:none}.gro-egypt-collgrid__pill-toggle.is-active{background:var(--gro-egypt-ink);border-color:var(--gro-egypt-ink);color:var(--gro-egypt-cream)}.gro-egypt-collgrid__pill-toggle:has(input:disabled){opacity:.4;cursor:not-allowed}.gro-egypt-collgrid__price-block{margin-top:1rem}.gro-egypt-collgrid__price-help{font-family:var(--gro-egypt-font-body);font-size:14px;margin:0 0 1rem}.gro-egypt-collgrid__price-reset{color:inherit;text-decoration:underline;cursor:pointer}.gro-egypt-collgrid__price{display:flex;align-items:flex-end;gap:.75rem;margin:0}.gro-egypt-collgrid__price-field{flex:1 1 0;display:flex;flex-direction:column;gap:.35rem}.gro-egypt-collgrid__price-cap{font-family:var(--gro-egypt-font-body);font-size:11px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.gro-egypt-collgrid__price-money{display:flex;align-items:center;gap:.3rem;border:1px solid rgba(11,11,12,.3);padding:.45em .6em}.gro-egypt-collgrid__price-symbol{font-family:var(--gro-egypt-font-body);font-size:12px;opacity:.7}.gro-egypt-collgrid__price-input{width:100%;padding:0;border:0;background:transparent;font-family:var(--gro-egypt-font-body);font-size:12px;color:inherit}.gro-egypt-collgrid__price-input:focus{outline:none}.gro-egypt-collgrid__clear{margin-top:1.5rem;background:none;border:none;border-bottom:1px solid currentColor;cursor:pointer;padding:0 0 2px}.gro-egypt-collgrid__active{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.gro-egypt-collgrid__active:empty{display:none}.gro-egypt-collgrid__pill{display:inline-flex;align-items:center;gap:.5em;font-family:var(--gro-egypt-font-body);font-size:.78rem;padding:.45em .9em;background:var(--gro-egypt-ink);color:var(--gro-egypt-cream);text-decoration:none}.gro-egypt-collgrid__grid{display:grid;grid-template-columns:repeat(var(--cols-desktop, 4),1fr);gap:var(--collgrid-gap, 0px)}.gro-egypt-collgrid__grid--bordered{gap:0}.gro-egypt-collgrid__grid--bordered .gro-egypt-card{border-right:1px solid var(--vc-grid-line, var(--c-mist));border-bottom:1px solid var(--vc-grid-line, var(--c-mist));background:var(--collgrid-bg, var(--surface-page));--vc-info-x: var(--vc-info-pad-x, 20px);--vc-info-bottom: var(--vc-info-pad-bottom, 20px)}.gro-egypt-collgrid__grid--bordered .gro-egypt-card__title{font-size:var(--vc-title-size, var(--gro-egypt-font-h5))}@media(min-width:1024px){.gro-egypt-collgrid__grid--bordered .gro-egypt-card:nth-child(4n){border-right:0}.gro-egypt-collgrid__grid--bordered .gro-egypt-card__add{width:var(--vc-add-size-d, 64px);height:var(--vc-add-size-d, 64px)}}@media(min-width:768px)and (max-width:1023px){.gro-egypt-collgrid__grid--bordered .gro-egypt-card:nth-child(3n){border-right:0}}@media(max-width:767px){.gro-egypt-collgrid__grid--bordered .gro-egypt-card:nth-child(2n){border-right:0}.gro-egypt-collgrid__grid--bordered .gro-egypt-card{--vc-info-x: var(--vc-info-pad-x-m, 20px)}.gro-egypt-collgrid__grid--bordered .gro-egypt-card__title{font-size:var(--vc-title-size, var(--gro-egypt-font-body-sm))}}.gro-egypt-pag{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--pag-gap, 10px);width:100%;margin-top:0;padding:var(--pag-pad-top, 30px) 0 var(--pag-pad-bottom, 56px);border-top:var(--pag-border-width, 1px) solid var(--pag-border-color, var(--c-mist))}.gro-egypt-pag__page{display:flex;align-items:center;justify-content:center;height:48px;font-family:var(--gro-egypt-font-body);font-size:var(--pag-num-size, 16px);font-weight:400;color:var(--pag-num-current, var(--text-primary))}.gro-egypt-pag__page a{display:flex;align-items:center;justify-content:center;height:100%;color:var(--pag-num-color, var(--text-secondary));text-decoration:none;transition:color .2s ease}.gro-egypt-pag__page a:hover{color:var(--pag-num-hover, var(--text-primary))}.gro-egypt-pag__page--current{color:var(--pag-num-current, var(--text-primary))}.gro-egypt-pag__deco{display:flex;align-items:center;justify-content:center;height:48px;font-family:var(--gro-egypt-font-body);font-size:var(--pag-num-size, 16px);color:var(--pag-num-color, var(--text-secondary))}.gro-egypt-pag__next a{display:flex;align-items:center;height:100%;font-family:var(--gro-egypt-font-body);font-size:var(--pag-next-size, 14px);color:var(--pag-next-color, var(--text-primary));text-decoration:none}.gro-egypt-pag__next a:hover{text-decoration:underline}.gro-egypt-pag__btn{display:flex;align-items:center;justify-content:center;width:var(--pag-arrow-size, 48px);height:var(--pag-arrow-size, 48px);flex-shrink:0;border:1px solid var(--pag-arrow-border, var(--c-onyx));color:var(--pag-arrow-icon, var(--c-onyx));background:transparent;text-decoration:none;transition:background .2s ease,color .2s ease}.gro-egypt-pag__btn--prev{margin-right:17px}.gro-egypt-pag__btn--next{margin-left:17px}.gro-egypt-pag__btn:hover{background:var(--pag-arrow-icon, var(--c-onyx));color:var(--c-white)}.gro-egypt-pag__btn.is-disabled{opacity:.3;pointer-events:none}.gro-egypt-pag__icon{width:10px;height:16px;display:block}@media(max-width:749px){.gro-egypt-pag{gap:6px;padding:24px 0 40px}.gro-egypt-pag__btn{width:40px;height:40px}.gro-egypt-pag__btn--prev{margin-right:8px}.gro-egypt-pag__btn--next{margin-left:8px}}.gro-egypt-collgrid__empty{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.gro-egypt-collgrid.is-loading .gro-egypt-collgrid__main{opacity:.5;pointer-events:none;transition:opacity .2s ease}.gro-egypt-collgrid__overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0b0c66;z-index:2000}.gro-egypt-collgrid.is-drawer-open .gro-egypt-collgrid__overlay,.gro-egypt-collgrid.is-sort-open .gro-egypt-collgrid__overlay{display:block}@media(max-width:1023px){.gro-egypt-collgrid__grid{grid-template-columns:repeat(var(--cols-tablet, 3),1fr)}}@media(max-width:767px){.gro-egypt-collgrid__grid{grid-template-columns:repeat(var(--cols-mobile, 2),1fr)}.gro-egypt-collgrid__bar-inner{flex-wrap:wrap;min-height:0}.gro-egypt-collgrid__tabs{width:100%;flex:1 1 100%;min-height:56px;border-bottom:1px solid var(--collgrid-bar-border, var(--c-mist))}.gro-egypt-collgrid__bar-actions{width:100%;flex:1 1 100%}.gro-egypt-collgrid__action{flex:1 1 50%;min-width:0;justify-content:center;gap:var(--gro-egypt-space-xs);min-height:56px}.gro-egypt-collgrid__action:first-child{border-left:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gro-egypt-collection-grid.css.map */
