.spice-product .product__title h1{font-size:2.5rem;margin-bottom:.5em;font-weight:700;letter-spacing:-.025em;line-height:1.2}.spice-product .spice-origin{margin:1.5rem 0 2rem;border-radius:12px;overflow:hidden;background-color:rgba(var(--color-foreground),.03);padding:1.2rem}.spice-product .spice-origin__heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.spice-product .spice-origin__map{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(var(--color-foreground),.08)}.spice-product .spice-origin__image{display:block;width:100%;height:auto}.spice-product .spice-origin__pin{position:absolute;width:30px;height:30px;transform:translate(-50%,-50%)}.spice-product .spice-origin__pin-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background-color:rgba(var(--color-accent),1);border-radius:50%;z-index:2}.spice-product .spice-origin__pin-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background-color:rgba(var(--color-accent),.4);border-radius:50%;animation:pulse 2s infinite;z-index:1}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:.8}70%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(.5);opacity:0}}.spice-product .flavor-intensity{margin:1.5rem 0}.spice-product .flavor-intensity__label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.spice-product .flavor-intensity__meter{height:8px;background:linear-gradient(to right,rgba(var(--color-foreground),.1) 0% 100%);border-radius:4px;position:relative;overflow:hidden}.spice-product .flavor-intensity__fill{position:absolute;height:100%;left:0;top:0;background:linear-gradient(to right,rgba(var(--color-accent),.7),rgba(var(--color-accent),1));border-radius:4px;transition:width 1.2s cubic-bezier(.19,1,.22,1);width:0}.spice-product .product__description{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.spice-product .accordion{border:none;margin-top:1.5rem;transition:all .3s ease}.spice-product .product__accordion.quick-add-hidden{display:block!important}.spice-product .accordion summary{padding:1.2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);transition:all .2s ease}.spice-product .accordion summary:hover{background-color:rgba(var(--color-foreground),.03);padding-left:.5rem}.spice-product .accordion .summary__title{display:flex;align-items:center}.spice-product .accordion .h4{font-size:1.1rem;font-weight:600;margin:0}.spice-product .accordion__content{padding:1.8rem 0;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spice-product .spice-highlights{margin-top:1rem}.spice-product .spice-highlights h3{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem}.spice-product .highlight-item{display:flex;margin-bottom:1rem;align-items:flex-start}.spice-product .highlight-item strong{min-width:120px;font-weight:600;color:rgba(var(--color-foreground),.85)}.spice-product .cooking-tips ul{padding-left:1.5rem}.spice-product .cooking-tips li{margin-bottom:1rem;position:relative}.spice-product .cooking-tips li:before{content:"\2022";position:absolute;left:-1rem;color:rgba(var(--color-foreground),.7)}.spice-product .certifications{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.spice-product .certification-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:50px;background-color:rgba(var(--color-foreground),.04);font-size:.9rem;font-weight:500;transition:all .2s ease}.spice-product .certification-badge:hover{background-color:rgba(var(--color-foreground),.08);transform:translateY(-2px)}.spice-product .recipe-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.spice-product .recipe-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(var(--color-foreground),.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.spice-product .recipe-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(var(--color-foreground),.12)}.spice-product .recipe-card__image{position:relative;padding-bottom:70%;overflow:hidden}.spice-product .recipe-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.spice-product .recipe-card:hover .recipe-card__image img{transform:scale(1.05)}.spice-product .recipe-card__content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.spice-product .recipe-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;line-height:1.4}.spice-product .recipe-card__description{margin-bottom:auto;color:rgba(var(--color-foreground),.75)}.spice-product .recipe-card__link{display:inline-block;margin-top:1.2rem;font-weight:500;position:relative;padding-bottom:2px}.spice-product .recipe-card__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.spice-product .recipe-card:hover .recipe-card__link:after{width:100%}.spice-product .sourcing-story{margin-top:1.5rem}.spice-product .sourcing-story__image{margin-bottom:1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(var(--color-foreground),.1)}.spice-product .sourcing-story__image img{display:block;width:100%;transition:transform .5s ease}.spice-product .sourcing-story__image:hover img{transform:scale(1.02)}.spice-product .why-choose-spices{margin:3rem 0;padding:2rem;background-color:rgba(var(--color-foreground),.03);border-radius:12px}.spice-product .why-choose-spices h3{font-size:1.4rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.spice-product .why-choose-spices ul{list-style:none;padding:0;margin:0}.spice-product .why-choose-spices li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.05rem}.spice-product .why-choose-spices li:before{content:"\2713";position:absolute;left:0;color:rgba(var(--color-accent),1);font-weight:700}.spice-product .button--add-to-cart{width:100%;margin-top:1.2rem;font-weight:600;letter-spacing:.05em;transition:all .2s ease;padding:1rem 1.5rem}.spice-product .button--add-to-cart:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--color-foreground),.1)}.spice-product .product-form__quantity{margin-bottom:1.8rem}.spice-product .product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.spice-product .tasting-note{background-color:rgba(var(--color-foreground),.04);padding:.3rem .8rem;border-radius:50px;font-size:.9rem;transition:all .2s ease}.spice-product .tasting-note:hover{background-color:rgba(var(--color-foreground),.08)}.spice-product .sticky-add-to-cart{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem 2rem;box-shadow:0 -4px 12px rgba(var(--color-foreground),.1);z-index:100;transform:translateY(100%);transition:transform .3s ease}.spice-product .sticky-add-to-cart.visible{transform:translateY(0)}@media screen and (max-width: 989px){.spice-product .product__title h1{font-size:2.2rem}.spice-product .why-choose-spices{padding:1.5rem}.spice-product .recipe-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media screen and (max-width: 749px){.spice-product .product__title h1{font-size:1.8rem}.spice-product .recipe-grid{grid-template-columns:1fr}.spice-product .highlight-item{flex-direction:column}.spice-product .highlight-item strong{margin-bottom:.5rem}.spice-product .sticky-add-to-cart{padding:.8rem 1rem}}@media print{.spice-product .product-form,.spice-product .sticky-add-to-cart,.header,.footer{display:none!important}.spice-product .accordion details{display:block}.spice-product .accordion details[open]{display:block}.spice-product .accordion details:not([open]) .accordion__content{display:block!important}}.frequently-bought-together{margin:4rem 0;background-color:rgba(var(--color-foreground),.03);padding:3rem 0;border-radius:12px}.frequently-bought-together__heading{text-align:center;font-size:1.8rem;margin-bottom:2.5rem;font-weight:600}.frequently-bought-together__container{max-width:1000px;margin:0 auto}.bundle-products{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2.5rem}.bundle-products__item{flex:0 0 180px;text-align:center;position:relative}.bundle-products__plus{font-size:2rem;font-weight:300;color:rgba(var(--color-foreground),.6)}.bundle-products__image-container{position:relative;margin-bottom:1rem}.bundle-products__image{width:150px;height:150px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px rgba(var(--color-foreground),.08);transition:transform .3s ease}.bundle-products__image-link:hover .bundle-products__image{transform:scale(1.05)}.bundle-products__check{position:absolute;top:-8px;right:10px;z-index:2}.bundle-products__check input[type=checkbox]{width:20px;height:20px;accent-color:rgba(var(--color-accent),1)}.bundle-products__title{font-size:1rem;font-weight:500;margin-bottom:.5rem;line-height:1.4}.bundle-products__title-link{color:rgba(var(--color-foreground),.85);text-decoration:none}.bundle-products__title-link:hover{color:rgba(var(--color-foreground),1);text-decoration:underline}.bundle-products__price{font-size:.95rem}.bundle-products__compare-price{color:rgba(var(--color-foreground),.5);margin-right:.5rem}.bundle-products__current-price{font-weight:500}.bundle-summary{background-color:rgba(var(--color-background),1);padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(var(--color-foreground),.06);max-width:500px;margin:0 auto}.bundle-summary__content{margin-bottom:1.5rem}.bundle-summary__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.bundle-summary__total-label{font-size:1.1rem;font-weight:600}.bundle-summary__original-price{color:rgba(var(--color-foreground),.5);margin-right:.8rem}.bundle-summary__discounted-price{font-size:1.2rem;font-weight:600;color:rgba(var(--color-accent),1)}.bundle-summary__discount{display:flex;justify-content:flex-end;gap:.5rem;font-size:.95rem}.bundle-summary__discount-value{font-weight:600;color:rgba(var(--color-accent),1)}@media screen and (max-width: 749px){.frequently-bought-together{padding:2rem 1rem}.bundle-products{flex-direction:column;gap:1rem}.bundle-products__plus{transform:rotate(90deg)}.bundle-products__item{flex:0 0 auto;width:100%;max-width:300px;display:flex;align-items:center;text-align:left}.bundle-products__image-container{margin-bottom:0;margin-right:1rem;flex-shrink:0}.bundle-products__image{width:80px;height:80px}.bundle-products__info{flex:1}.bundle-summary{padding:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/spice-product-custom.css.map */
