.tc-feature{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--gap, 20px);margin-top:var(--margin-top, 40px);margin-bottom:var(--margin-bottom, 40px)}.tc-feature::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.tc-collection-tabs__title{font-size:2.25rem}.tc-feature{display:grid;grid-template-columns:repeat(var(--columns-desktop, 4),1fr);overflow:visible;scroll-snap-type:none}.tc-feature.carousel-enabled{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}.tc-feature.carousel-enabled::-webkit-scrollbar{display:none}.tc-feature.carousel-enabled .tc-feature__item{flex:0 0 calc((100% - (var(--columns-desktop) - 1) * var(--gap, 20px)) / var(--columns-desktop));scroll-snap-align:start}}.tc-feature__item{flex:0 0 calc((100% - 2 * var(--gap, 20px)) / 2.4);scroll-snap-align:start;display:flex;flex-direction:column;text-decoration:none;color:inherit}@media only screen and (min-width:768px){.tc-feature__item{flex:none;scroll-snap-align:none}.tc-feature.carousel-enabled .tc-feature__item{flex:0 0 calc((100% - (var(--columns-desktop) - 1) * var(--gap, 20px)) / var(--columns-desktop));scroll-snap-align:start}}.tc-feature__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;width:100%}.tc-feature__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:0;transition:transform .35s cubic-bezier(.1,.8,.2,1),box-shadow .35s cubic-bezier(.1,.8,.2,1);border-radius:4px}.tc-feature__image{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.1,.8,.2,1)}.tc-feature__link:hover .tc-feature__image-wrapper,.tc-feature__item:hover .tc-feature__image-wrapper{transform:translateY(-4px);box-shadow:0 10px 20px #0000000a}.tc-feature__link:hover .tc-feature__image,.tc-feature__item:hover .tc-feature__image{transform:scale(1.04)}.tc-feature__text{margin-top:5px;font-weight:400;letter-spacing:1%;text-align:var(--text-alignment, center);line-height:120%;color:var(--color-body, #000);font-family:var(--font-heading-family, serif);font-size:1.2rem}.tc-feature__text.tc-feature__text--body-font{font-family:inherit;font-size:.82rem;text-transform:uppercase}.tc-feature__subtext{margin-top:4px;font-size:12px;font-weight:300;line-height:1.2;color:#616161;text-align:var(--text-alignment, center)}.tc-feature__grid-container{position:relative}.tc-feature__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e5e5;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 10px #0000000d;transition:all .35s cubic-bezier(.1,.8,.2,1);z-index:10;padding:0}.tc-feature__arrow:hover{background:#151515;border-color:#151515;box-shadow:0 8px 15px #0000001a}.tc-feature__arrow svg{width:14px;height:14px}.tc-feature__arrow svg path{stroke:#151515;transition:stroke .3s ease}.tc-feature__arrow:hover svg path{stroke:#fff}.tc-feature__arrow--prev{left:-20px}.tc-feature__arrow--next{right:-20px}@media only screen and (max-width:767px){.tc-feature__arrow{display:none!important}}.section-tc-featured-collection-tabs{overflow:hidden}.tc-collection-tabs{display:block;margin-top:var(--margin-top, 40px);margin-bottom:var(--margin-bottom, 40px)}.tc-collection-tabs__title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tc-collection-tabs__title{font-family:var(--font-heading-family, serif);font-size:1.4rem;font-weight:var(--font-heading-weight, 500);text-align:left;text-transform:uppercase;margin-bottom:0;line-height:120%;color:#151515}.tc-collection-tabs__view-all{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#151515;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.tc-collection-tabs__view-all:hover{color:#bc8b57}.tc-collection-tabs__headers-wrapper{margin-bottom:30px}.tc-collection-tabs__headers{display:flex;justify-content:flex-start;gap:30px}.tc-collection-tabs__header{background:none;border:none;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.15em;padding:0 5px 5px;cursor:pointer;color:#8c8c8c;position:relative;transition:color .3s ease}.tc-collection-tabs__header:hover,.tc-collection-tabs__header.active{color:#151515}.tc-collection-tabs__header.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background-color:#bc8b57}.tc-collection-tabs__grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:11px}.tc-collection-tabs__grid::-webkit-scrollbar{display:none}.tc-collection-tabs__grid .tc-product-card{flex:0 0 calc((100vw - (20px + (var(--columns-mobile) - .5) * 11px)) / var(--columns-mobile));scroll-snap-align:start}@media only screen and (max-width:767px){.tc-collection-tabs__content{margin-right:-20px}.tc-collection-tabs__grid{padding-left:20px;padding-right:20px}.tc-collection-tabs__arrow,.tc-collection-tabs__view-all-wrapper{display:none!important}}@media only screen and (min-width:768px){.tc-collection-tabs__title{font-size:2.25rem}.tc-collection-tabs__header{font-size:.9rem}.tc-collection-tabs__view-all{font-size:.875rem}.tc-collection-tabs__grid{display:grid;grid-template-columns:repeat(var(--columns-desktop, 4),1fr);overflow:visible;scroll-snap-type:none;gap:11px}.tc-collection-tabs__grid .tc-product-card{flex:none;scroll-snap-align:none}.tc-collection-tabs__grid.carousel-enabled{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:11px;scroll-behavior:smooth}.tc-collection-tabs__grid.carousel-enabled::-webkit-scrollbar{display:none}.tc-collection-tabs__grid.carousel-enabled .tc-product-card{flex:0 0 calc((100% - (var(--columns-desktop) - 1) * 11px) / var(--columns-desktop));scroll-snap-align:start}}.tc-collection-tabs__grid-container{position:relative}.tc-collection-tabs__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e5e5;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 10px #0000000d;transition:all .35s cubic-bezier(.1,.8,.2,1);z-index:10;padding:0}.tc-collection-tabs__arrow:hover{background:#151515;border-color:#151515;box-shadow:0 8px 15px #0000001a}.tc-collection-tabs__arrow svg{width:14px;height:14px}.tc-collection-tabs__arrow svg path{stroke:#151515;transition:stroke .3s ease}.tc-collection-tabs__arrow:hover svg path{stroke:#fff}.tc-collection-tabs__arrow--prev{left:-20px}.tc-collection-tabs__arrow--next{right:-20px}.tc-product-card{display:flex;flex-direction:column;background:transparent;text-decoration:none;color:inherit}.tc-product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:0;border-radius:4px;margin-bottom:15px}.tc-product-card__image-wrapper .product-primary-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.1,.8,.2,1)}.tc-product-card:hover .product-primary-image{transform:scale(1.04)}.tc-product-card__info{display:flex;flex-direction:column;align-items:flex-start}.tc-product-card__small-title{font-size:.6875rem;font-weight:500;color:#8c8c8c;text-transform:uppercase;letter-spacing:.1em}.tc-product-card__title{font-family:var(--font-heading-family, serif);font-size:1.0625rem;font-weight:var(--font-heading-weight, 400);color:#151515;text-decoration:none;margin-bottom:5px;line-height:120%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:0;text-transform:none}.tc-product-card__title:hover{color:var(--color-accent, #c19a5b)}.tc-product-card__rating-row{display:flex;align-items:center;gap:6px;margin-bottom:5px}.tc-product-card__rating-row .star-rating{font-size:.8125rem}.tc-product-card__reviews-count{font-size:.75rem;color:#8c8c8c}.tc-product-card__footer{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:-16px}.tc-product-card__price{font-size:1rem;font-weight:600;color:#000;height:100%;display:flex;align-items:flex-end}.tc-product-card__add-to-cart{position:relative;width:39px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e5e5;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 10px #0000000d;transition:all .35s cubic-bezier(.1,.8,.2,1);padding:0;margin:0}.tc-product-card__add-to-cart .loading-overlay{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;z-index:2}.tc-product-card__add-to-cart.loading .loading-overlay{display:flex;justify-content:center;align-items:center}.tc-product-card__add-to-cart.loading .cart-icon{visibility:hidden;opacity:0}.tc-product-card__add-to-cart:hover{background:#151515;border-color:#151515;transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.tc-product-card__add-to-cart svg{width:20px;height:20px}.tc-product-card__add-to-cart svg path{stroke:#151515!important;transition:stroke .3s ease}.tc-product-card__add-to-cart:hover svg path{stroke:#fff!important}.tc-product-card__add-to-cart.disabled{opacity:.75;cursor:not-allowed;background:#fff;border-color:#e5e5e5}.tc-product-card__add-to-cart.disabled .cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}.tc-product-card__add-to-cart.disabled svg path{stroke:#9d9d9d!important}.cart-icon-cross{position:absolute;top:50%;left:50%;width:22px;height:1.5px;background:#9d9d9d;transform:translate(-50%,-50%) rotate(-45deg);pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
