:root{--cc-cream: #FDFBF7;--cc-card: #FBF8F3;--cc-red: #D7002A;--cc-red-light: #FFF0F2;--cc-charcoal: #2D2D2D;--cc-brown: #6B5B4E;--cc-border: rgba(45, 35, 25, .1);--cc-shadow-sm: 0 2px 8px rgba(45,35,25,.07);--cc-shadow-md: 0 8px 28px rgba(45,35,25,.1);--cc-shadow-lg: 0 20px 56px rgba(45,35,25,.13);--cc-radius: 20px;--cc-radius-sm: 10px;--cc-serif: "Playfair Display", Georgia, serif;--cc-sans: "Inter", system-ui, sans-serif;--cc-transition: .32s cubic-bezier(.25, .46, .45, .94)}.collection-banner-section .banner{min-height:220px!important;max-height:260px!important;background:#1a0d0d}.collection-banner-section .banner__overlay{background:linear-gradient(to bottom,#0a040440,#0a04048c,#0a0404cc)!important;opacity:1!important}.collection-banner-section .banner__title{font-family:var(--cc-serif)!important;font-size:clamp(1.8rem,3.5vw,3rem)!important;font-weight:600!important;color:#fff!important;letter-spacing:-.02em!important;line-height:1.1!important;text-shadow:0 2px 16px rgba(0,0,0,.5)}.collection-banner-section .banner__subtitle{font-family:var(--cc-sans);font-size:.95rem;font-weight:300;color:#fffc;letter-spacing:.04em;margin-top:12px;display:block;font-style:italic;max-width:480px}.collection-banner-section .breadcrumb{font-family:var(--cc-sans)!important;font-size:.78rem!important;letter-spacing:.08em!important;text-transform:uppercase}.collection-banner-section .breadcrumb a,.collection-banner-section .breadcrumb li{color:#ffffffb3!important}.collection-banner-section .breadcrumb li:last-child{color:#fffffff2!important}.template-collection .collection-section,.collection-section .collection{background:var(--cc-cream)!important}.category_list,.listing_cate,.food_box_link,.food-box,.food-image,.food-text{display:none!important}.cypher-cat-sidebar{width:230px;min-width:200px;flex-shrink:0;background:var(--cc-cream);border-right:1px solid var(--cc-border);padding:0 0 60px;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;align-self:flex-start;scrollbar-width:thin;scrollbar-color:rgba(107,91,78,.25) transparent}.cypher-cat-sidebar::-webkit-scrollbar{width:4px}.cypher-cat-sidebar::-webkit-scrollbar-track{background:transparent}.cypher-cat-sidebar::-webkit-scrollbar-thumb{background:#6b5b4e40;border-radius:4px}.cypher-cat-sidebar__label{font-family:var(--cc-sans);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--cc-brown);padding:28px 24px 14px;display:block;border-bottom:1px solid var(--cc-border);margin-bottom:8px}.cypher-cat-sidebar__list{list-style:none;margin:0;padding:0 0 16px}.cypher-cat-sidebar__item{margin:0;display:block}.cypher-cat-sidebar__link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:10px 24px;font-family:var(--cc-sans);font-size:.9rem;font-weight:400;color:var(--cc-charcoal);text-decoration:none;border-left:2px solid transparent;transition:var(--cc-transition);gap:8px;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cypher-cat-sidebar__link:hover{color:var(--cc-red);border-left-color:var(--cc-red);background:#d7002a0a;padding-left:26px}.cypher-cat-sidebar__link.is-active{color:var(--cc-red);background:var(--cc-red-light);border-left-color:var(--cc-red);font-weight:600;border-radius:0 var(--cc-radius-sm) var(--cc-radius-sm) 0}.cypher-cat-sidebar__count{font-size:.72rem;color:var(--cc-brown);font-weight:400;background:#6b5b4e1a;padding:2px 7px;border-radius:20px;min-width:26px;text-align:center;flex-shrink:0}.cypher-cat-sidebar__link.is-active .cypher-cat-sidebar__count{background:#d7002a1f;color:var(--cc-red)}.cypher-collection-layout{display:flex;align-items:flex-start;gap:0;background:var(--cc-cream);min-height:70vh}.cypher-collection-main{flex:1;min-width:0;padding:0 32px 60px}.cypher-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--cc-border);margin-bottom:32px}.cypher-topbar__count{font-family:var(--cc-sans);font-size:.85rem;font-weight:400;color:var(--cc-brown);letter-spacing:.02em}.cypher-topbar__count strong{color:var(--cc-charcoal);font-weight:600}.cypher-topbar__right{display:flex;align-items:center;gap:12px}.collection__topbar{border-bottom:1px solid var(--cc-border)!important;padding:16px 0!important;margin-bottom:28px!important;background:transparent!important}.collection__topbar .button--secondary{background:transparent!important;border:1px solid var(--cc-border)!important;border-radius:var(--cc-radius-sm)!important;font-family:var(--cc-sans)!important;font-size:.82rem!important;color:var(--cc-charcoal)!important;font-weight:400!important;padding:8px 16px!important;min-height:36px!important}.collection__topbar .button--secondary:hover{border-color:var(--cc-red)!important;color:var(--cc-red)!important}#ProductCount{font-family:var(--cc-sans)!important;font-size:.85rem!important;color:var(--cc-brown)!important}.collection-section .card-grid--3{--card-grid-per-row: 3 !important;gap:20px!important}.collection-section .product-card,.collection-section .card{background:#fff!important;border:1px solid var(--cc-border)!important;border-radius:14px!important;box-shadow:0 2px 8px #2d23190f!important;overflow:hidden!important;transition:box-shadow .3s ease,border-color .3s ease!important;position:relative!important}.collection-section .product-card:before,.collection-section .card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--cc-red);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease;z-index:2}@media(hover:hover){.collection-section .product-card:hover:before,.collection-section .card:hover:before{transform:scaleY(1)}.collection-section .product-card:hover,.collection-section .card:hover{box-shadow:0 12px 36px #2d23191f!important;border-color:#d7002a33!important}.collection-section .product-card:hover .media img,.collection-section .card:hover .media img{transform:scale(1.04)!important}}.collection-section .product-card .media,.collection-section .card .media{background:#f8f5f0!important}.collection-section .product-card .media img,.collection-section .card .media img{transition:transform .4s ease!important;object-fit:contain!important;padding:8px!important}.collection-section .badge,.collection-section .product-badge{background:var(--cc-red)!important;color:#fff!important;border-radius:100px!important;font-family:var(--cc-sans)!important;font-size:.65rem!important;font-weight:700!important;letter-spacing:.06em!important;padding:4px 10px!important}.collection-section .product-card__content,.collection-section .card__content{padding:16px 18px 4px!important;background:#fff!important}.collection-section .product-card__vendor,.collection-section .card__vendor,.collection-section .caption{font-family:var(--cc-sans)!important;font-size:.65rem!important;color:var(--cc-red)!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-weight:700!important;margin-bottom:4px!important;display:block!important}.collection-section .product-card__title,.collection-section .card__title,.collection-section .card-information__title,.collection-section .product-card__title a,.collection-section .card-information__title a{font-family:var(--cc-serif)!important;font-size:.98rem!important;font-weight:500!important;color:var(--cc-charcoal)!important;line-height:1.3!important;letter-spacing:-.01em!important;margin-bottom:4px!important;text-decoration:none!important}.collection-section .price{display:flex!important;flex-direction:row!important;align-items:baseline!important;flex-wrap:wrap!important;gap:4px!important}.collection-section .price,.collection-section .price-item{font-family:var(--cc-sans)!important;font-size:.92rem!important;font-weight:700!important;color:var(--cc-charcoal)!important;margin-top:2px!important}.collection-section .price__sale,.collection-section .price-item--sale{color:var(--cc-red)!important}.collection-section .price__sale{font-size:.75rem!important;font-weight:400!important;color:#c8102e!important;text-decoration:line-through!important}.collection-section .price__compare,.collection-section .price-item--regular{font-weight:400!important;font-size:.75rem!important;color:#c8102e!important;text-decoration:line-through!important}@media screen and (max-width:768px){.collection-section .product-card .price,.collection-section .product-card .price-item,.collection-section .card .price,.collection-section .card .price-item{font-size:.55rem!important;font-weight:700!important;color:var(--cc-charcoal)!important}.collection-section .product-card .price__compare,.collection-section .product-card .price-item--regular,.collection-section .card .price__compare,.collection-section .card .price-item--regular{font-size:.45rem!important;font-weight:400!important;color:#9e8a7a!important;text-decoration:line-through!important;display:block!important}}.cypher-card-cta{padding:10px 14px 12px}.cypher-card-btn{display:block;width:100%;text-align:center;background:#c8102e;color:#fff;border:1.5px solid #C8102E;border-radius:8px;font-family:var(--cc-sans);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:11px 12px;cursor:pointer;text-decoration:none;transition:all .22s ease;line-height:1;box-sizing:border-box}.cypher-card-btn:hover{background:#fff;color:#c8102e;border-color:#c8102e}.cypher-card-btn--soldout{background:#d4c8bc;color:#6b5b4e;border-color:#d4c8bc;cursor:not-allowed}.cypher-hidden-card{display:none!important}@keyframes cypherFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cypher-showmore-wrap{display:flex;justify-content:center;padding:24px 0 12px}.cypher-showmore-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid var(--cc-red);color:var(--cc-red);border-radius:100px;font-family:var(--cc-sans);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:12px 32px;cursor:pointer;transition:background .25s ease,color .25s ease}.cypher-showmore-btn:hover{background:var(--cc-red);color:#fff}.cypher-promise-bar{margin:40px 0 48px;border-radius:var(--cc-radius);overflow:hidden;border:1px solid var(--cc-border)}.cypher-promise-bar__items{display:grid;grid-template-columns:repeat(4,1fr);background:var(--cc-cream)}.cypher-promise-bar__item{display:flex;align-items:center;gap:14px;padding:24px 20px;border-right:1px solid var(--cc-border);transition:background var(--cc-transition);position:relative}.cypher-promise-bar__item:last-child{border-right:none}.cypher-promise-bar__item:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:var(--cc-red);transform:scaleX(0);transition:transform var(--cc-transition);transform-origin:left}.cypher-promise-bar__item:hover:after{transform:scaleX(1)}.cypher-promise-bar__icon{font-size:1.3rem;flex-shrink:0;width:42px;height:42px;background:#fff;border:1.5px solid rgba(215,0,42,.15);border-radius:12px;display:flex;align-items:center;justify-content:center}.cypher-promise-bar__title{font-family:var(--cc-serif);font-size:.9rem;font-weight:600;color:var(--cc-charcoal);margin:0 0 3px;line-height:1.2}.cypher-promise-bar__sub{font-family:var(--cc-sans);font-size:.68rem;color:var(--cc-brown);margin:0;line-height:1.4;letter-spacing:.02em}.cypher-promise-bar__stats{display:flex;background:#fff;border-top:1px solid var(--cc-border);position:relative}.cypher-promise-bar__stats:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--cc-red) 0%,rgba(215,0,42,.3) 50%,var(--cc-red) 100%)}.cypher-promise-bar__stat{flex:1;text-align:center;padding:16px 12px;font-family:var(--cc-sans);font-size:.68rem;font-weight:500;color:var(--cc-brown);letter-spacing:.08em;text-transform:uppercase;border-right:1px solid var(--cc-border)}.cypher-promise-bar__stat:last-child{border-right:none}.cypher-promise-bar__stat span{font-family:var(--cc-serif);font-size:1.4rem;font-weight:600;color:var(--cc-charcoal);display:block;line-height:1;margin-bottom:3px}.cypher-promise-bar__stat em{font-style:normal;color:var(--cc-red);font-size:.85rem}.master-flex{display:block!important}.template-collection,.template-collection .section.section--padding{background:var(--cc-cream)!important}.template-collection .cate_product{background:var(--cc-cream)!important;width:100%!important;padding-left:0!important;padding-right:0!important}.template-collection .collection{padding:0!important}#FacetFiltersContainer .facets{background:var(--cc-cream)!important;border:none!important;padding:0!important}.facets__heading{font-family:var(--cc-serif)!important;font-size:.95rem!important;color:var(--cc-charcoal)!important;font-weight:500!important}@media screen and (max-width:1024px){.cypher-collection-main{padding:0 20px 40px}.cypher-promise-bar__items{grid-template-columns:repeat(2,1fr)}.cypher-promise-bar__item:nth-child(2){border-right:none}.cypher-promise-bar__item:nth-child(3){border-top:1px solid var(--cc-border)}.cypher-promise-bar__item:nth-child(4){border-top:1px solid var(--cc-border);border-right:none}}@media screen and (max-width:1024px){.cypher-cat-sidebar{display:block!important;position:fixed!important;top:0;left:0;width:280px!important;height:100dvh!important;max-height:100dvh!important;z-index:9999;background:var(--cc-cream)!important;box-shadow:4px 0 32px #0000002e!important;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);overflow-y:auto!important;padding-top:60px!important;border-right:1px solid var(--cc-border)!important}.cypher-cat-sidebar.is-open{transform:translate(0)}.cypher-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;transition:opacity .3s ease}.cypher-drawer-overlay.is-visible{display:block;opacity:1}.cypher-drawer-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:transparent;border:1.5px solid var(--cc-border);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:var(--cc-charcoal);transition:background .2s ease;z-index:10}.cypher-drawer-close:hover{background:#d7002a14;color:var(--cc-red);border-color:var(--cc-red)}.cypher-cat-trigger{display:inline-flex;align-items:center;gap:8px;background:var(--cc-cream);border:1.5px solid var(--cc-border);border-radius:100px;padding:9px 18px;font-family:var(--cc-sans);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--cc-charcoal);cursor:pointer;transition:all .22s ease;margin-bottom:16px}.cypher-cat-trigger:hover,.cypher-cat-trigger:active{background:var(--cc-red);color:#fff;border-color:var(--cc-red)}.cypher-cat-trigger svg{width:14px;height:14px;flex-shrink:0}}@media screen and (min-width:1025px){.cypher-cat-trigger,.cypher-drawer-overlay,.cypher-drawer-close{display:none!important}}.cypher-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}@media screen and (max-width:768px){.collection-banner-section .banner{min-height:160px!important;max-height:200px!important}.collection-banner-section .banner__title{font-size:1.6rem!important}.collection-section motion-list.card-grid,.collection-section .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:dense!important;gap:12px!important}.collection-section .product-card,.collection-section .card{border-radius:10px!important}.collection-section .product-card .media,.collection-section .card .media{aspect-ratio:1 / 1!important;height:auto!important;background:#f8f5f0!important}.collection-section .product-card .media img,.collection-section .card .media img{padding:4px!important;object-fit:contain!important}.collection-section .product-card__content,.collection-section .card__content,.collection-section .card-information{padding:8px 10px 4px!important}.collection-section .product-card__vendor,.collection-section .card__vendor,.collection-section .caption{font-size:.58rem!important;margin-bottom:2px!important;letter-spacing:.06em!important}.collection-section .product-card__title,.collection-section .card__title,.collection-section .card-information__title,.collection-section .product-card__title a,.collection-section .card-information__title a{font-size:.78rem!important;line-height:1.2!important;margin-bottom:2px!important;color:#111!important;font-weight:700!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important}.collection-section .product-card__details{flex-direction:column!important;align-items:flex-start!important;gap:1px!important}.collection-section .price,.collection-section .price-item{font-size:.7rem!important;font-weight:700!important}.collection-section .price__compare,.collection-section .price-item--regular{font-size:.58rem!important;font-weight:400!important;display:block!important}.collection-section .badge,.collection-section .product-badge{font-size:.48rem!important;padding:2px 5px!important}.collection-section .cypher-card-cta{padding:6px 8px 10px!important}.collection-section .cypher-card-btn{font-size:.62rem!important;padding:9px 10px!important;border-radius:100px!important;letter-spacing:.03em!important;position:relative;z-index:1;line-height:1!important;font-weight:700!important}.cypher-collection-main{padding:0 10px 32px}.cypher-varieties{padding:24px 20px}.cypher-stats{padding:28px 20px}}@media screen and (max-width:380px){.collection-section motion-list.card-grid,.collection-section .card-grid{gap:8px!important}}.js .collection-section .product-card__carousel~img,.js .collection-section .card__carousel~img{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
/*# sourceMappingURL=/cdn/shop/t/27/assets/cypher-collection.css.map */
