CHALICE EUGENE
Please select a store location to continue.
@media (max-width: 640px){
/* Collapse extra height on the section that contains the category carousel */
section:has(#chaliceCategoryCarousel){
min-height: auto !important;
height: auto !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
/* Remove extra bottom space from common Squarespace inner wrappers */
section:has(#chaliceCategoryCarousel) .content-wrapper,
section:has(#chaliceCategoryCarousel) .section-background,
section:has(#chaliceCategoryCarousel) .fluid-engine,
section:has(#chaliceCategoryCarousel) .sqs-layout,
section:has(#chaliceCategoryCarousel) .fe-block,
section:has(#chaliceCategoryCarousel) .fe-block-html,
section:has(#chaliceCategoryCarousel) .fe-block-embed {
min-height: auto !important;
height: auto !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
/* Remove any bottom spacing from the carousel itself */
#chaliceCategoryCarousel,
#chaliceCategoryCarousel .catViewport,
#chaliceCategoryCarousel .catTrack{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
/* Pull the next section up tight */
section:has(#chaliceCategoryCarousel) + section{
margin-top: 0 !important;
padding-top: 0 !important;
}
section:has(#chaliceCategoryCarousel) + section .content-wrapper,
section:has(#chaliceCategoryCarousel) + section .fluid-engine,
section:has(#chaliceCategoryCarousel) + section .sqs-layout{
margin-top: 0 !important;
padding-top: 0 !important;
}
}
@media (max-width: 640px){
section:has(#chaliceCategoryCarousel){
overflow: visible !important;
}
#chaliceCategoryCarousel{
display: block !important;
}
}