.tc-brand-story{position:relative;overflow:hidden;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background-color:var(--bg-color, rgb(var(--background)));width:100%}.tc-brand-story__flower{position:absolute;z-index:1;pointer-events:none;opacity:.9;height:auto}.tc-brand-story__flower--top-left{top:10px;left:10px;width:100px}.tc-brand-story__flower--bottom-right{bottom:20px;right:20px;width:100px}@media screen and (min-width:769px){.tc-brand-story__flower--top-left{top:20px;left:30px;width:150px}.tc-brand-story__flower--bottom-right{bottom:40px;right:40px;width:150px}}.tc-brand-story__container{max-width:680px!important;margin:0 auto!important;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;padding-left:20px;padding-right:20px}.tc-brand-story__subtitle{font-family:var(--body-font-family),system-ui,sans-serif;font-size:16px;font-weight:500;color:#111;margin:0 0 8px;letter-spacing:.5px;line-height:1.2}@media screen and (min-width:769px){.tc-brand-story__subtitle{font-size:18px;margin-bottom:12px}}.tc-brand-story__title{font-family:var(--product-title-font-family),serif;font-weight:400;font-size:26px;color:#111;margin:0 0 8px;line-height:1.25}@media screen and (min-width:769px){.tc-brand-story__title{font-size:36px;margin-bottom:32px}}.tc-brand-story__image-wrapper{width:100%;border-radius:12px;overflow:hidden;margin-bottom:6px;background-color:#f7f7f7;box-shadow:0 4px 20px #00000008;line-height:0}@media screen and (min-width:769px){.tc-brand-story__image-wrapper{margin-bottom:28px}}.tc-brand-story__image,.tc-brand-story__video{width:100%;height:auto;display:block;object-fit:cover}.tc-brand-story__placeholder{width:100%;height:350px;background-color:#eaeaea;display:block}.tc-brand-story__description{font-family:var(--body-font-family),system-ui,sans-serif;font-size:14px;line-height:1.6;color:#000;margin-bottom:8px;max-width:580px}@media screen and (min-width:769px){.tc-brand-story__description{font-size:16px;margin-bottom:32px}}.tc-brand-story__description p{margin:0 0 12px}.tc-brand-story__description p:last-child{margin-bottom:0}.tc-brand-story__button-wrapper{width:100%;display:flex;justify-content:center}.tc-brand-story__button{display:inline-block;padding:12px 32px;background-color:#1a1a1a;color:#fff;border:none;border-radius:4px;font-family:var(--body-font-family),system-ui,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;text-align:center;cursor:pointer;transition:background-color .2s ease,transform .1s ease;box-shadow:0 4px 12px #00000014}.tc-brand-story__button:hover{background-color:#333;color:#fff}.tc-brand-story__button:active{transform:scale(.98)}.tc-category{margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);width:100%}.tc-category__section-title{text-align:left;font-size:22px;font-weight:500;margin-top:0;margin-bottom:8px;letter-spacing:-.2px;color:#231f20;font-family:inherit}.tc-category__wrapper{position:relative;width:100%}.tc-category__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100%;gap:15px}.tc-category__carousel::-webkit-scrollbar{display:none}.tc-category__item{display:flex;flex-direction:column;text-decoration:none;background-color:#faf6f3;border-radius:12px;overflow:hidden;scroll-snap-align:start;box-sizing:border-box;width:calc(50% - 8px);flex-shrink:0}.tc-category__item-media{width:100%;aspect-ratio:1.18 / 1;overflow:hidden;position:relative}.tc-category__item-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.tc-category__item:hover .tc-category__item-img{transform:scale(1.04)}.tc-category__item-placeholder{width:100%;height:100%;color:#ccc;background-color:#f3f3f3}.tc-category__item-info{padding:16px;display:flex;flex-direction:column;align-items:flex-start}.tc-category__item-title{font-size:16px;font-weight:700;color:#231f20;margin:0 0 2px;font-family:inherit;line-height:1.2}.tc-category__item-subtitle{font-size:13px;color:#707070;margin:0;font-family:inherit;line-height:1.2}.tc-category__item-divider{width:100%;height:1px;background-color:#ece7e3;margin:12px 0}.tc-category__item-explore{display:flex;align-items:center;gap:6px;color:#6f4e37;font-weight:600;font-size:13px}.tc-category__item-explore-icon{display:flex;align-items:center;transition:transform .2s ease}.tc-category__item:hover .tc-category__item-explore-icon{transform:translate(4px)}@media screen and (min-width:769px){.tc-category__section-title{font-size:26px;margin-bottom:8px}.tc-category__item{width:calc(25% - 12px)}}.tc-img-link{margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);width:100%;overflow:hidden}.tc-img-link__link{display:block;width:100%;line-height:0}.tc-img-link__img{width:100%;height:auto;display:block;object-fit:cover}.tc-img-link__img--desktop{display:block}.tc-img-link__img--mobile{display:none}.tc-img-link__placeholder{width:100%;aspect-ratio:21 / 9;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;border:1px dashed #cccccc}.tc-img-link__placeholder-svg{width:48px;height:48px;color:#999}@media screen and (max-width:767px){.tc-img-link__img--desktop{display:none}.tc-img-link__img--mobile{display:block}.tc-img-link__placeholder{aspect-ratio:16 / 9}}.tc-img-with-link{margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);width:100%;display:flex;justify-content:center}.tc-img-with-link__container{display:flex;flex-direction:column;align-items:var(--align-items);width:100%}.tc-img-with-link__link{display:block;width:var(--width-mobile);max-width:100%;line-height:0}.tc-img-with-link__img{width:var(--width-mobile);max-width:100%;height:auto;display:block;object-fit:contain}.tc-img-with-link__placeholder{width:var(--width-mobile);max-width:100%;height:auto;aspect-ratio:16 / 9;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;border:1px dashed #cccccc;border-radius:8px}.tc-img-with-link__placeholder-svg{width:48px;height:48px;color:#999}@media screen and (min-width:769px){.tc-img-with-link__link,.tc-img-with-link__img,.tc-img-with-link__placeholder{width:var(--width-desktop)}}.tc-product-grid-section{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background-color:var(--bg-color, rgb(var(--background)))}.tc-product-grid-title{font-family:var(--heading-font-family),system-ui,sans-serif;font-weight:var(--heading-font-weight, 700);font-size:22px;color:#111;margin-bottom:16px}.tc-product-grid--grid{display:grid!important;grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr))!important;gap:16px}@media screen and (min-width:700px){.tc-product-grid--grid{grid-template-columns:repeat(var(--columns-desktop, 4),minmax(0,1fr))!important;gap:24px}.tc-product-grid-title{font-size:26px!important}}.tc-product-grid--carousel{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px}.tc-product-grid--carousel::-webkit-scrollbar{display:none}.tc-product-grid--carousel .tc-product-card{flex:0 0 calc(70vw - 16px)!important;scroll-snap-align:start!important}@media screen and (min-width:480px){.tc-product-grid--carousel .tc-product-card{flex:0 0 240px!important}}@media screen and (min-width:700px){.tc-product-grid--carousel{gap:8px}.tc-product-grid--carousel .tc-product-card{flex:0 0 280px!important}}.tc-product-card{display:flex;flex-direction:column;gap:12px;background:#fff;position:relative;border:1px solid #eaeaea;border-radius:4px;overflow:hidden;padding:6px}.tc-product-card__media{position:relative;width:100%;aspect-ratio:278 / 290;overflow:hidden;background-color:#f7f7f7;border-radius:4px}.tc-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.tc-product-card__media:hover .tc-product-card__img{transform:scale(1.05)}.tc-product-card__badge{position:absolute;top:10px;left:10px;z-index:2;background-color:#f0e8dc;color:#000;font-family:var(--body-font-family),system-ui,sans-serif;font-size:8px;font-weight:500;padding:4px 8px;border-radius:4px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 4px #0000000d}.tc-product-card__info{display:flex;flex-direction:column;gap:5px;flex:1}.tc-product-card__info>:last-child{margin-top:auto}.tc-product-card__title{font-family:var(--heading-font-family),system-ui,sans-serif;font-weight:400!important;font-size:13px!important;color:#000;margin:0;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tc-product-card__title:hover{color:#444}.tc-product-card__rating-badge{position:absolute;bottom:10px;left:10px;z-index:2;background:#00000080;color:#fff;font-family:var(--body-font-family),system-ui,sans-serif;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px;display:flex;align-items:center;gap:3px;line-height:1}.tc-product-card__star-gold{color:#ffb800;font-size:11px;display:inline-flex;align-items:center;margin-top:-1px}.tc-product-card__rating-sep{color:#ccc;font-weight:300;margin:0 1px}.tc-product-card__price{font-family:var(--heading-font-family),system-ui,sans-serif;font-weight:700;font-size:13px;color:#000;margin:0}.tc-product-card__btn{display:block;width:100%;padding:12px;background-color:var(--custom-btn-bg, rgb(var(--button-background, 28 28 28)))!important;color:var(--custom-btn-text, rgb(var(--button-text-color, 255 255 255)));border:1px solid var(--custom-btn-bg, rgb(var(--button-background, 28 28 28)));font-family:var(--body-font-family),system-ui,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;cursor:pointer;border-radius:var(--button-border-radius, 4px);transition:opacity .2s ease,transform .1s ease}.tc-product-card__btn:hover{opacity:.85}.tc-product-card__btn:active{transform:scale(.98)}.tc-product-card__btn--disabled{background-color:#ccc!important;color:#666!important;border-color:#ccc!important;cursor:not-allowed}.tc-product-grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tc-product-grid-title{margin-bottom:0!important}.tc-product-grid-view-all{display:inline-block;padding:6px 16px;font-family:var(--body-font-family),system-ui,sans-serif;font-size:12px;font-weight:500;color:#555;text-decoration:none;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.tc-product-grid-view-all:hover{background-color:#f7f7f7;border-color:#ccc;color:#111}.tc-product-grid-section .tc-carousel-dots{justify-content:flex-start;margin-top:16px;gap:6px;padding-left:6px}.tc-product-grid-section .tc-carousel-dots>*{width:6px;height:6px;border-radius:3px;background-color:#d1d1d1;border:none;padding:0;margin:0;display:inline-block;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1),background-color .3s ease;cursor:pointer;outline:none}.tc-product-grid-section .tc-carousel-dots>*:after{display:none}.tc-product-grid-section .tc-carousel-dots>*[aria-current=true]{width:20px;background-color:#000}.tc-product-card__small-desc{font-family:var(--body-font-family),system-ui,sans-serif;font-size:11px;font-weight:500;color:#b8132a;text-transform:uppercase;letter-spacing:.5px;line-height:1.2;margin-bottom:2px}.tc-product-card__quick-add{position:absolute;bottom:10px;right:10px;margin:0}.tc-product-card__quick-add-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#fff;color:#111;border:none;border-radius:50%;box-shadow:0 4px 10px #0000001f;cursor:pointer;transition:transform .2s ease,background-color .2s ease;padding:0}.tc-product-card__quick-add-btn:hover{transform:scale(1.08);background-color:#f7f7f7}.tc-product-card__quick-add-btn:active{transform:scale(.95)}.tc-product-card__plus-icon{font-size:20px;line-height:1;font-weight:300;margin-top:-2px}.tc-shop-by-category{margin-top:var(--margin-top);margin-bottom:var(--margin-bottom);width:100%}.tc-shop-by-category__section-title{text-align:center;font-size:22px;font-weight:500;margin-top:0;margin-bottom:8px;letter-spacing:.5px;color:#000;font-family:inherit}.tc-shop-by-category__wrapper{position:relative;width:100%}.tc-shop-by-category__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100%}.tc-shop-by-category__carousel::-webkit-scrollbar{display:none}.tc-shop-by-category__page{width:100%;flex-shrink:0;scroll-snap-align:center;box-sizing:border-box}.tc-shop-by-category__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:13px;row-gap:18px;justify-content:center}.tc-shop-by-category__item{display:flex;flex-direction:column;align-items:center;text-decoration:none;width:100%}.tc-shop-by-category__item-media{width:100%;max-width:90px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;position:relative;background-color:#f7f7f7}.tc-shop-by-category__item-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.tc-shop-by-category__item-placeholder{width:100%;height:100%;color:#ccc;background-color:#f3f3f3}.tc-shop-by-category__item-title{color:#000;text-align:center;font-family:inherit;font-size:15px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.15px;margin-top:8px;margin-bottom:0}@media screen and (min-width:769px){.tc-shop-by-category__section-title{font-size:26px;margin-bottom:8px}.tc-shop-by-category__item-media{max-width:140px}.tc-shop-by-category__page,.tc-shop-by-category__grid{display:contents!important}.tc-shop-by-category__carousel{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:safe center!important;gap:32px!important;overflow-x:auto!important}.tc-shop-by-category__item{flex:0 0 140px!important}}
/*# sourceMappingURL=/cdn/shop/t/37/compiled_assets/styles.css.map */
