.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.butchery-accordion-section{padding:15px 0;background:var(--color-background, #ffffff);position:relative}.butchery-accordion{background:var( --accordion-bg-color, #8b4513 );border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1)}.butchery-accordion:hover{box-shadow:0 12px 40px #0003;transform:translateY(-2px)}.butchery-accordion__header{position:relative;background:linear-gradient(135deg,var(--accordion-header-bg, #a0522d) 0%,var(--accordion-bg-color, #8b4513) 100%);border-bottom:2px solid rgba(255,255,255,.1)}.butchery-accordion__toggle{position:absolute;opacity:0;pointer-events:none}.butchery-accordion__label{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;cursor:pointer;transition:all .3s ease;background:transparent;border:none;width:100%;text-align:left;position:relative;overflow:hidden}.butchery-accordion__label:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.butchery-accordion__label:hover:before{transform:translate(100%)}.butchery-accordion__label:hover{background:#ffffff14}.butchery-accordion__label:focus{outline:3px solid rgba(255,255,255,.5);outline-offset:2px}.butchery-accordion__title{font-family:var(--font-heading-family, "Carrosserie", sans-serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:500;color:#fff;margin:0;letter-spacing:.05em;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.3);line-height:1.2}.butchery-accordion__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff26;border-radius:50%;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.icon-chevron{color:#fff;transition:transform .4s cubic-bezier(.4,0,.2,1)}.butchery-accordion__toggle:checked+.butchery-accordion__label .butchery-accordion__icon{background:#ffffff40;transform:scale(1.1)}.butchery-accordion__toggle:checked+.butchery-accordion__label .icon-chevron{transform:rotate(180deg)}.butchery-accordion__content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);background:var( --accordion-content-bg, #8b4513 );position:relative}.butchery-accordion__content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.butchery-accordion__breadcrumb{padding:20px 32px 0;margin-bottom:24px}.breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;font-size:.9rem;color:#fffc}.breadcrumb-list li{display:flex;align-items:center}.breadcrumb-link{color:#fffc;text-decoration:none;transition:color .3s ease;text-transform:uppercase;font-weight:500;letter-spacing:.05em}.breadcrumb-link:hover{color:#fff}.breadcrumb-separator{margin:0 12px;font-size:1.2rem;opacity:.6}.breadcrumb-current{font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.butchery-accordion__tabs{display:flex;flex-wrap:wrap;gap:8px;padding:24px 32px;border-bottom:2px solid rgba(255,255,255,.1);background:#0000001a}.butchery-accordion__tab{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.butchery-accordion__tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.butchery-accordion__tab:hover:before{left:100%}.butchery-accordion__tab:hover{background:#fff3;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.butchery-accordion__tab:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.butchery-accordion__tab.active{background:#fff;color:var( --accordion-bg-color, #8b4513 );border-color:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.butchery-accordion__tab.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--accordion-content-bg, #8b4513)}.butchery-accordion__panels{position:relative}.butchery-accordion__panel{display:none;padding:32px;background:var( --accordion-content-bg, #8b4513 );animation:fadeIn .4s ease-in-out}.butchery-accordion__panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.butchery-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.butchery-content__main{background:var(--accordion-content-bg, #8b4513);background-image:linear-gradient(#ffffff0d,#ffffff0d);border-radius:12px;padding:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.butchery-content__header{margin-bottom:20px}.butchery-content__title{font-family:var(--font-heading-family, "Carrosserie", sans-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#fff;margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.butchery-content__description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;font-weight:400}.butchery-content__description p{margin:0 0 16px}.butchery-content__description p:last-child{margin-bottom:0}.butchery-content__sections{display:grid;gap:24px}.butchery-content__section{background:var(--accordion-content-bg, #8b4513);background-image:linear-gradient(#ffffff14,#ffffff14);border-radius:10px;padding:24px;border-left:4px solid #ffffff;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.butchery-content__section:hover{background:var(--accordion-content-bg, #8b4513);background-image:linear-gradient(#ffffff1f,#ffffff1f);transform:translate(4px);box-shadow:0 4px 16px #0000001a}.butchery-content__section-title{font-family:var(--font-heading-family, "Carrosserie", sans-serif);font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:8px}.butchery-content__section-content{color:#ffffffe6;font-size:1rem;line-height:1.5}.butchery-content__section-content p{margin:0 0 12px}.butchery-content__section-content p:last-child{margin-bottom:0}.butchery-content__section-content br{line-height:2}@media screen and (max-width: 768px){.butchery-accordion-section{padding:24px 0}.butchery-accordion__label{padding:20px 24px}.butchery-accordion__title{font-size:clamp(1.8rem,6vw,2.5rem)}.butchery-accordion__icon{width:40px;height:40px}.butchery-accordion__tabs{padding:20px 24px;gap:6px}.butchery-accordion__tab{padding:10px 16px;font-size:.85rem}.butchery-accordion__panel{padding:24px}.butchery-accordion__breadcrumb{padding:16px 24px 0}.butchery-content{grid-template-columns:1fr;gap:24px}.butchery-content__main{padding:24px}.butchery-content__title{font-size:clamp(1.5rem,4vw,2rem)}.butchery-content__section{padding:20px}}@media screen and (max-width: 480px){.butchery-accordion__label{padding:16px 20px}.butchery-accordion__title{font-size:clamp(1.5rem,7vw,2rem)}.butchery-accordion__tabs{padding:16px 20px;flex-direction:column}.butchery-accordion__tab{width:100%;text-align:center}.butchery-accordion__panel,.butchery-content__main{padding:20px}.butchery-content__section{padding:16px}.breadcrumb-list{flex-wrap:wrap;gap:8px}}@media (prefers-contrast: high){.butchery-accordion{border:2px solid #ffffff}.butchery-accordion__tab{border-width:2px}.butchery-accordion__tab.active{border-width:3px}}@media (prefers-reduced-motion: reduce){.butchery-accordion__content,.butchery-accordion__icon,.icon-chevron,.butchery-accordion__tab,.butchery-content__section{transition:none}.butchery-accordion__panel{animation:none}.butchery-accordion__label:before,.butchery-accordion__tab:before{display:none}}@media print{.butchery-accordion-section{background:#fff!important;color:#000!important}.butchery-accordion{background:#fff!important;box-shadow:none!important;border:2px solid #000000!important}.butchery-accordion__content{max-height:none!important;overflow:visible!important}.butchery-accordion__panel{display:block!important;page-break-inside:avoid}.butchery-accordion__title,.butchery-content__title,.butchery-content__section-title{color:#000!important}.butchery-content__description,.butchery-content__section-content{color:#333!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/butchery-accordion.css.map */
