.product-guide{overflow:hidden;background:linear-gradient(135deg,#f5ebe0,#ede0d4,#e6ccb2);position:relative}.product-guide:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(133,88,50,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(133,88,50,.03) 0%,transparent 50%);pointer-events:none}.product-guide__wrapper{position:relative;z-index:1}.product-guide__header{text-align:center;margin-bottom:6rem;max-width:90rem;margin-left:auto;margin-right:auto;position:relative;z-index:1}.product-guide__title{margin:0 0 2rem;color:#855832;font-size:3.5rem;line-height:1.2;font-weight:700}.product-guide__subtitle{font-size:1.8rem;color:#6d4628;margin:0;opacity:.85;font-weight:500}.product-guide__grid-wrapper{position:relative;width:100%}.product-guide__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding:0 3rem;margin:0}@media screen and (min-width: 750px) and (max-width: 989px){.product-guide__grid{grid-template-columns:repeat(2,1fr);gap:3rem}.product-guide__item:last-child:nth-child(3){grid-column:1 / -1;max-width:50%;margin:0 auto}}@media screen and (max-width: 749px){.product-guide__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:0 1.5rem;grid-template-columns:none;scrollbar-width:none}.product-guide__grid::-webkit-scrollbar{display:none}.product-guide__item{flex:0 0 85%;max-width:400px;scroll-snap-align:center}}.product-guide__item{position:relative;background:#fff;border-radius:24px;overflow:visible;box-shadow:0 4px 20px #8558321a,0 0 0 1px #8558320d;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-guide__item:hover{transform:translateY(-12px);box-shadow:0 20px 50px #85583233,0 0 0 1px #8558321a}.product-guide__image-wrapper{position:relative;width:100%;overflow:hidden;background:#fff;cursor:pointer;padding:1.5rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:24px 24px 0 0}.product-guide__image-frame{width:100%;height:100%;border-radius:12px;overflow:visible;background:linear-gradient(135deg,#faf8f5,#f5f0ea);box-shadow:0 2px 8px #0000000a;transition:all .4s ease;display:flex;align-items:center;justify-content:center}.product-guide__item:hover .product-guide__image-frame{box-shadow:0 4px 16px #00000014}.product-guide__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.product-guide__item:hover .product-guide__image{transform:scale(1.06)}.product-guide__zoom-hint{position:absolute;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background:#fffffffa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#855832;opacity:0;transition:all .3s ease;box-shadow:0 4px 16px #0003;pointer-events:none;border:2px solid rgba(133,88,50,.1)}.product-guide__image-wrapper:hover .product-guide__zoom-hint{opacity:1;transform:scale(1.05)}.product-guide__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5e6d3,#e8d4ba);border-radius:12px}.product-guide__placeholder svg{width:50%;height:50%;opacity:.3}.product-guide__step-badge{position:absolute;top:2rem;left:2rem;width:4.5rem;height:4.5rem;background:linear-gradient(135deg,#855832,#6d4628);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #85583266,0 0 0 4px #ffffff4d;z-index:2;transition:transform .3s ease}.product-guide__item:hover .product-guide__step-badge{transform:scale(1.05)}.product-guide__step-number{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:.05em}.product-guide__content{padding:3rem 2.5rem 3.25rem;background:#fff;border-radius:0 0 24px 24px}.product-guide__item-title{margin:0 0 1.5rem;font-size:2rem;font-weight:700;color:#855832;line-height:1.3}.product-guide__text{margin:0;font-size:1.7rem;line-height:1.7;color:#4a4a4a}.product-guide__text p{margin:0 0 1rem}.product-guide__text p:last-child{margin-bottom:0}.product-guide-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.product-guide-lightbox.active{opacity:1;visibility:visible}.product-guide-lightbox__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:background .3s ease}.product-guide-lightbox__backdrop:hover{background:#000000f2}.product-guide-lightbox__container{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:5rem;pointer-events:none}.product-guide-lightbox__content{max-width:1400px;max-height:100%;width:100%;display:flex;align-items:center;justify-content:center;transform:scale(.9);transition:transform .4s cubic-bezier(.34,1.56,.64,1);pointer-events:auto}.product-guide-lightbox.active .product-guide-lightbox__content{transform:scale(1)}.product-guide-lightbox__frame{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 30px 90px #00000080,0 0 0 1px #ffffff1a;position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.product-guide-lightbox__image{max-width:100%;max-height:calc(100vh - 16rem);width:auto;height:auto;display:block;object-fit:contain}.product-guide-lightbox__close{position:fixed;top:2rem;right:2rem;width:5rem;height:5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:10;box-shadow:0 4px 20px #0006,0 0 #ffffff80;pointer-events:auto;animation:pulse-hint 2s ease-in-out infinite}@keyframes pulse-hint{0%,to{box-shadow:0 4px 20px #0006,0 0 #ffffff80}50%{box-shadow:0 4px 25px #00000080,0 0 0 8px #fff3}}.product-guide-lightbox__close:hover{background:#ffffff4d;transform:rotate(90deg) scale(1.15);border-color:#fff9;animation:none}@media screen and (min-width: 750px) and (prefers-reduced-motion: no-preference){.product-guide__item{opacity:0;transform:translateY(40px)}.product-guide__grid.animate--slide-in .product-guide__item{animation:slide-in .7s ease forwards}.product-guide__grid.animate--slide-in .product-guide__item:nth-child(1){animation-delay:.1s}.product-guide__grid.animate--slide-in .product-guide__item:nth-child(2){animation-delay:.2s}.product-guide__grid.animate--slide-in .product-guide__item:nth-child(3){animation-delay:.3s}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.product-guide__header{margin-bottom:4rem;padding:0 1.5rem}.product-guide__title{font-size:2.5rem}.product-guide__subtitle{font-size:1.25rem}.product-guide__image-wrapper{padding:1rem}.product-guide__step-badge{width:4rem;height:4rem;top:1.5rem;left:1.5rem}.product-guide__step-number{font-size:1.5rem}.product-guide__zoom-hint{width:3rem;height:3rem;bottom:1.5rem;right:1.5rem}.product-guide__content{padding:2.5rem 2rem 2.75rem}.product-guide__item-title{font-size:1.75rem}.product-guide__text{font-size:1.3rem}.product-guide-lightbox__container,.product-guide-lightbox__frame{padding:2rem}.product-guide-lightbox__image{max-height:calc(100vh - 10rem)}.product-guide-lightbox__close{width:4.5rem;height:4.5rem;top:1rem;right:1rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-product-guide.css.map */
