:root{--color-brand-cream: #e0d9ba;--color-brand-brown: #1f1518;--color-brand-brown2: #291c1f;--color-brand-green: #587a4f;--color-brand-orange: #cd7f36;--color-brand-orange2: #99451d;--font-size-small: 14px;--font-size-large: 40px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{width:100%;-webkit-text-size-adjust:100%}body{width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;background-color:var(--color-brand-brown)}#smooth-content{min-height:100dvh;display:flex;flex-direction:column}#main-content{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6,div,span{overflow-wrap:break-word;line-height:150%}.title-font{font-family:Playfair Display}.section-container{padding:0 48px;max-width:1200px;margin:0 auto}.product-card{flex-shrink:0;width:250px;height:620px}.product-card__inner{width:100%;height:100%;display:flex;flex-direction:column;color:var(--color-brand-cream);gap:16px}.product-card__image-link{display:block;text-decoration:none;transition:transform .3s ease}.product-card__image-link:hover{transform:scale(1.02)}.product-card__image{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;border-radius:4px;transition:filter .6s ease,opacity .6s ease,transform .6s ease;will-change:filter,opacity,transform}.product-card__tags{display:flex;gap:8px;overflow:hidden;line-height:unset;flex-shrink:0}.product-card__tag{background:var(--color-brand-green);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;text-transform:uppercase;flex-shrink:0}.product-card__title{font-size:18px;width:100%}.product-card__title-link{color:var(--color-brand-cream);text-decoration:none;transition:color .3s ease;font-weight:400}.product-card__title-link:hover{color:var(--color-brand-green)}.product-card__description{font-size:14px}.product-card__details{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:auto}.product-card__price{font-size:20px;font-weight:600}.product-card__weight{font-size:14px}.product-card__button{background:var(--color-brand-cream);color:var(--color-brand-brown);border:none;padding:12px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease;font-weight:700}.product-card__button:hover{background:var(--color-brand-green);color:#fff}@media (max-width: 768px){.product-card__button{width:100%}.product-card__button:hover{background:var(--color-brand-cream);color:var(--color-brand-brown)}}.icon-button{background:none;border:none;padding:.5rem;cursor:pointer;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px;gap:3px;position:relative;text-decoration:none}.icon-button--primary:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:6px;height:6px;background-color:var(--color-brand-cream);border-radius:50%;opacity:0;transform:translateY(0);transition:opacity .2s ease,transform .2s ease}.icon-button--primary:hover:before{opacity:1;transform:translateY(3px)}.icon-button--primary:active:before{opacity:1;transform:translateY(8px)}.icon-button--primary p{color:var(--color-brand-cream);font-size:var(--font-size-small);margin:0}.icon-button--secondary{background:var(--color-brand-green);padding:12px 16px;border-radius:8px}.icon-button--secondary p{color:#fff;font-size:var(--font-size-small)}.icon-button--secondary:hover{background:var(--color-brand-cream);opacity:.9}.icon-button img{width:16px;height:16px;display:block}.icon-button--secondary img{filter:brightness(1)}@media (max-width: 600px){.icon-button.hide-text-mobile p{display:none}.icon-button img{width:20px;height:20px}.icon-button--primary:before{display:none}}.product-carousel{display:flex;flex-direction:column;gap:24px;padding:60px 0}.product-carousel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.product-carousel__header-content{display:flex;flex-direction:column;gap:16px;flex:1}.product-carousel__navigation{display:flex;gap:12px;align-items:center;margin-top:auto}.product-carousel__nav-button{background:transparent;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:none}.product-carousel__nav-button:hover{background:var(--color-brand-cream)}.product-carousel__nav-button:hover svg path{fill:var(--color-brand-brown)}.product-carousel__nav-button svg{width:20px;height:20px}.product-carousel__title{font-size:40px;font-weight:600;color:var(--color-brand-cream)}.product-carousel__subtitle{font-size:16px;color:var(--color-brand-cream);max-width:40%}.product-carousel__container{position:relative}.product-carousel__track{display:flex;gap:24px;overflow:hidden;padding:20px 0}.product-carousel__track .product-card:first-child{margin-left:24px}@media (max-width: 600px){.product-carousel{padding:30px 0}.product-carousel__navigation{display:none}.product-carousel__subtitle{max-width:unset;padding:0 20px;text-align:center}.product-carousel__title{font-size:32px;text-align:center;margin-bottom:0;padding:0 20px}}.accordion{border-radius:8px;overflow:hidden}.accordion-item{border-bottom:1px solid rgba(224,217,186,.2)}.accordion-item:last-child{border:none}.accordion-header{width:100%;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--color-brand-cream);font-size:18px;font-weight:600;transition:color .3s ease,background-color .3s ease;border-radius:4px;padding:24px 8px}.accordion-header:hover{color:var(--color-brand-green)}.accordion-icon{transition:transform .4s cubic-bezier(.4,0,.2,1);font-size:20px;font-weight:300;line-height:1;transform-origin:center}.accordion-item.active .accordion-icon{transform:rotate(45deg) scale(1.1)}.accordion-content{color:var(--color-brand-cream);line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease .1s,padding-bottom .4s cubic-bezier(.4,0,.2,1);opacity:0;padding:0 20px}.accordion-item.active .accordion-content{opacity:1;max-height:1000px;padding-bottom:20px}.product-accordion{margin-top:40px}.product-accordion .accordion-header,.product-accordion .accordion-content{color:var(--color-brand-cream)}@media (max-width: 768px){.accordion-header{padding:20px 0;font-size:16px}.accordion-content{padding:0 0 20px;font-size:14px}}.footer-image{width:100%;height:500px;position:relative;overflow:hidden;border-radius:4px}@media (max-width: 768px){.footer-image{height:300px}}.footer-image img{width:100%;height:100%;object-fit:cover}.footer-image__text-overlay{position:absolute;top:50%;left:0;width:100%;height:100px;display:flex;align-items:center;overflow:hidden;pointer-events:none}.footer-image__scrolling-text{display:flex;white-space:nowrap;transform:translateZ(0);animation:scroll-text 150s linear infinite}.footer-image__text-content{font-size:40px;color:var(--color-brand-cream);letter-spacing:4px;font-weight:700}@media (max-width: 768px){.footer-image__text-content{font-size:35px}}@keyframes scroll-text{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.text-section{width:100%;background-color:var(--color-brand-brown);padding:60px 0}.text-section__container{max-width:1200px;margin:0 auto;padding:0 48px}@media (max-width: 800px){.text-section{padding:30px 0}.text-section__container{padding:0 20px}}.text-section__content{width:60%;color:var(--color-brand-cream)}.text-section__content--left{margin-right:auto}.text-section__content--right{margin-left:auto}.text-section__title{font-size:40px;font-weight:600;margin-bottom:24px;line-height:1.2}.text-section__text{font-size:16px;line-height:1.6}@media (max-width: 768px){.text-section__content{width:100%}.text-section__title{font-size:28px;margin-bottom:16px}.text-section__text{font-size:14px}}.image-section{width:100%;background-color:var(--color-brand-brown);padding:20px 0 60px}.image-section__container{max-width:1200px;margin:0 auto;padding:0 48px}.image-section__content{display:flex;width:100%}.image-section__content--left{justify-content:flex-start}.image-section__content--center{justify-content:center}.image-section__content--right{justify-content:flex-end}.image-section__image{width:100%;height:auto;border-radius:4px;transition:transform .3s ease}.image-section__image--circular{border-radius:50%;aspect-ratio:1;object-fit:cover}.image-section__placeholder{width:100%;height:300px;background-color:#e0d9ba1a;border:2px dashed rgba(224,217,186,.3);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-brand-cream);opacity:.6}.image-section__placeholder svg{width:48px;height:48px;margin-bottom:12px}.image-section__placeholder span{font-size:14px}#main-content .shopify-policy__container{max-width:1000px;color:#e0d9ba;padding-bottom:80px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
