:root{--chillaxy-primary:13,33,66;--chillaxy-secondary:244,194,194;--chillaxy-accent:204,32,85;--goodchill-primary:26,26,26;--goodchill-secondary:0,204,102;--goodchill-accent:15,74,54;--fruity-primary:74,31,26;--fruity-secondary:242,212,212;--fruity-accent:199,62,82;--aqua-primary:0,160,176;--aqua-secondary:128,216,224;--aqua-accent:0,74,87;--gray-primary:28,28,28;--gray-secondary:247,231,206;--gray-accent:212,175,55;--white:255,255,255;--black:26,26,26}.brand-chillaxy{--brand-primary-rgb:var(--chillaxy-primary);--brand-secondary-rgb:var(--chillaxy-secondary);--brand-accent-rgb:var(--chillaxy-accent)}.brand-goodchill{--brand-primary-rgb:var(--goodchill-primary);--brand-secondary-rgb:var(--goodchill-secondary);--brand-accent-rgb:var(--goodchill-accent)}.brand-fruity{--brand-primary-rgb:var(--fruity-primary);--brand-secondary-rgb:var(--fruity-secondary);--brand-accent-rgb:var(--fruity-accent)}.brand-aqua{--brand-primary-rgb:var(--aqua-primary);--brand-secondary-rgb:var(--aqua-secondary);--brand-accent-rgb:var(--aqua-accent)}.brand-gray{--brand-primary-rgb:var(--gray-primary);--brand-secondary-rgb:var(--gray-secondary);--brand-accent-rgb:var(--gray-accent)}.template-core{--template-padding:32px 24px;--template-border-radius:12px;--template-transition:all 0.3s ease;--template-max-width:100%}.macaroni-cta-v2{border-radius:var(--cta-border-radius,var(--template-border-radius));margin:0 auto;overflow:hidden;position:relative;transition:var(--template-transition)}.macaroni-cta-v2 .cta-container{background:rgba(var(--brand-secondary-rgb,var(--chillaxy-secondary)),.1);border:calc(2px*var(--cta-size-multiplier, 1)) solid rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.1);border-radius:inherit;padding:calc(32px*var(--cta-size-multiplier, 1)) calc(24px*var(--cta-size-multiplier, 1));position:relative;text-align:center;transition:all var(--cta-animation-speed,.3s) ease;z-index:1}.macaroni-cta-v2 .cta-main-text{color:rgb(var(--brand-primary-rgb,var(--chillaxy-primary)));font-size:calc(2rem*var(--cta-size-multiplier, 1));font-weight:700;line-height:1.2;margin:0 0 calc(16px*var(--cta-size-multiplier, 1)) 0;transition:all var(--cta-animation-speed,.3s) ease}@media(max-width:768px){.macaroni-cta-v2 .cta-main-text{font-size:calc(1.5rem*var(--cta-size-multiplier, 1))}}.macaroni-cta-v2 .cta-sub-text{color:rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.8);font-size:calc(1.1rem*var(--cta-size-multiplier, 1));line-height:1.4;margin:0 0 calc(24px*var(--cta-size-multiplier, 1)) 0;transition:all var(--cta-animation-speed,.3s) ease}@media(max-width:768px){.macaroni-cta-v2 .cta-sub-text{font-size:calc(1rem*var(--cta-size-multiplier, 1))}}.macaroni-cta-v2 .cta-button-wrapper{margin-top:calc(24px*var(--cta-size-multiplier, 1))}.macaroni-cta-v2 .cta-button{background:rgb(var(--brand-accent-rgb,var(--chillaxy-accent)));border:none;border-radius:calc(var(--cta-border-radius, var(--template-border-radius))*.75);box-shadow:0 calc(4px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb,var(--chillaxy-accent)),.3);color:rgb(var(--white));cursor:pointer;display:inline-block;font-size:calc(1rem*var(--cta-size-multiplier, 1));font-weight:600;overflow:hidden;padding:calc(16px*var(--cta-size-multiplier, 1)) calc(32px*var(--cta-size-multiplier, 1));position:relative;text-decoration:none;transform-origin:center;transition:all var(--cta-animation-speed,.3s) cubic-bezier(.4,0,.2,1)}.macaroni-cta-v2 .cta-button:hover{background:rgba(var(--brand-accent-rgb,var(--chillaxy-accent)),.9);box-shadow:0 calc(6px*var(--cta-size-multiplier, 1)) calc(20px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb,var(--chillaxy-accent)),.4);transform:translateY(calc(-2px*var(--cta-size-multiplier, 1))) scale(var(--cta-hover-scale,1.05))}.macaroni-cta-v2 .cta-button:focus{box-shadow:0 calc(6px*var(--cta-size-multiplier, 1)) calc(20px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb,var(--chillaxy-accent)),.4),var(--cta-focus-ring,0 0 0 2px rgba(var(--brand-primary-rgb),.15));outline:none}.macaroni-cta-v2 .cta-button:active{transform:translateY(0) scale(calc(var(--cta-hover-scale, 1.05)*.95));transition-duration:calc(var(--cta-animation-speed, .3s)*.5)}@media(max-width:768px){.macaroni-cta-v2 .cta-button{font-size:calc(.9rem*var(--cta-size-multiplier, 1));padding:calc(14px*var(--cta-size-multiplier, 1)) calc(24px*var(--cta-size-multiplier, 1))}}.macaroni-cta-v2 .cta-button:before{background:rgba(var(--white),.3);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width var(--cta-animation-speed,.3s) ease,height var(--cta-animation-speed,.3s) ease;width:0}.macaroni-cta-v2 .cta-button:hover:before{height:120%;width:120%}.macaroni-cta-v2.size-small .cta-container{padding:24px 20px}.macaroni-cta-v2.size-small .cta-main-text{font-size:1.5rem}.macaroni-cta-v2.size-small .cta-sub-text{font-size:.95rem}.macaroni-cta-v2.size-small .cta-button{font-size:.9rem;padding:12px 24px}.macaroni-cta-v2.size-large .cta-container{padding:40px 32px}.macaroni-cta-v2.size-large .cta-main-text{font-size:2.5rem}.macaroni-cta-v2.size-large .cta-sub-text{font-size:1.2rem}.macaroni-cta-v2.size-large .cta-button{font-size:1.1rem;padding:20px 40px}.macaroni-cta-v2.size-extra-large .cta-container{padding:48px 40px}.macaroni-cta-v2.size-extra-large .cta-main-text{font-size:3rem}.macaroni-cta-v2.size-extra-large .cta-sub-text{font-size:1.3rem}.macaroni-cta-v2.size-extra-large .cta-button{font-size:1.2rem;padding:24px 48px}.macaroni-cta-v2.align-left .cta-container{text-align:left}.macaroni-cta-v2.align-right .cta-container{text-align:right}.macaroni-cta-v2.shadow-0{box-shadow:none}.macaroni-cta-v2.shadow-1{box-shadow:0 2px 8px rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.1)}.macaroni-cta-v2.shadow-2{box-shadow:0 4px 16px rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.15)}.macaroni-cta-v2.shadow-3{box-shadow:0 8px 24px rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.2)}.macaroni-cta-v2.shadow-4{box-shadow:0 12px 32px rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.25)}.macaroni-cta-v2.shadow-5{box-shadow:0 16px 40px rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.3)}.macaroni-cta-v2.animation-subtle:hover{transform:translateY(-1px)}.macaroni-cta-v2.animation-smooth:hover{transform:translateY(-2px) scale(1.01)}.macaroni-cta-v2.animation-dynamic:hover{transform:translateY(-4px) scale(1.02)}.macaroni-cta-v2.animation-premium:hover{transform:translateY(-6px) scale(1.03)}.macaroni-cta-v2.animation-premium:hover .cta-container{box-shadow:0 20px 40px rgba(var(--brand-accent-rgb,var(--chillaxy-accent)),.2)}.template-image .cta-container{background:var(--cta-luxury-gradient,linear-gradient(135deg,rgba(var(--brand-secondary-rgb),.05) 0,rgba(var(--brand-accent-rgb),.02) 100%));overflow:hidden;position:relative}.template-image.image-position-background .cta-container{background-image:var(--cta-image-url);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:calc(300px*var(--cta-size-multiplier, 1))}.template-image.image-position-background .cta-background-overlay{background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.7) 0,rgba(var(--brand-accent-rgb),.5) 50%,rgba(var(--brand-primary-rgb),.8) 100%);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.template-image.image-position-background .cta-layout-background{color:rgb(var(--white));padding:calc(60px*var(--cta-size-multiplier, 1)) calc(40px*var(--cta-size-multiplier, 1));position:relative;text-align:center;z-index:2}.template-image.image-position-background .cta-layout-background .cta-main-text{color:rgb(var(--white));margin-bottom:calc(20px*var(--cta-size-multiplier, 1));text-shadow:0 2px 8px rgba(var(--black),.3)}.template-image.image-position-background .cta-layout-background .cta-sub-text{color:rgba(var(--white),.9);text-shadow:0 1px 4px rgba(var(--black),.2)}.template-image.image-position-background .cta-layout-background .cta-button{backdrop-filter:blur(10px);background:rgba(var(--white),.95);border:2px solid rgba(var(--white),.3);color:rgb(var(--brand-primary-rgb))}.template-image.image-position-background .cta-layout-background .cta-button:hover{background:rgb(var(--white));box-shadow:0 8px 32px rgba(var(--white),.3)}.template-image .cta-layout-horizontal{align-items:center;display:flex;gap:calc(40px*var(--cta-size-multiplier, 1))}@media(max-width:768px){.template-image .cta-layout-horizontal{flex-direction:column;gap:calc(24px*var(--cta-size-multiplier, 1))}}.template-image .cta-layout-horizontal .cta-content-area,.template-image .cta-layout-horizontal .cta-image-area{flex:1;min-width:0}.template-image .cta-layout-vertical{display:flex;flex-direction:column;gap:calc(32px*var(--cta-size-multiplier, 1))}.template-image .cta-layout-vertical .cta-content-area,.template-image .cta-layout-vertical .cta-image-area{width:100%}.template-image .cta-image-area{position:relative}.template-image .cta-image-area .cta-image-container{border-radius:calc(var(--cta-border-radius)*.75);box-shadow:0 calc(8px*var(--cta-size-multiplier, 1)) calc(32px*var(--cta-size-multiplier, 1)) rgba(var(--brand-primary-rgb),.15);overflow:hidden;position:relative;transition:all var(--cta-animation-speed,.3s) cubic-bezier(.4,0,.2,1)}.template-image .cta-image-area .cta-image-container:hover{box-shadow:0 calc(16px*var(--cta-size-multiplier, 1)) calc(48px*var(--cta-size-multiplier, 1)) rgba(var(--brand-primary-rgb),.2);transform:translateY(calc(-4px*var(--cta-size-multiplier, 1))) scale(var(--cta-hover-scale,1.02))}.template-image .cta-image-area .cta-image-container .cta-image{display:block;height:auto;transition:transform var(--cta-animation-speed,.3s) ease;width:100%}.template-image .cta-image-area .cta-image-container .cta-image:hover{transform:scale(1.05)}.template-image .cta-image-area .cta-image-controls{display:flex;gap:calc(8px*var(--cta-size-multiplier, 1));opacity:0;position:absolute;right:calc(12px*var(--cta-size-multiplier, 1));top:calc(12px*var(--cta-size-multiplier, 1));transition:opacity .2s ease}.template-image .cta-image-area .cta-image-controls .components-button{backdrop-filter:blur(10px);background:rgba(var(--white),.9);border-radius:6px;font-size:calc(.75rem*var(--cta-size-multiplier, 1))}.template-image .cta-image-area .cta-image-container:hover .cta-image-controls{opacity:1}.template-image .cta-image-area .cta-image-placeholder{align-items:center;background:rgba(var(--brand-secondary-rgb),.05);border:2px dashed rgba(var(--brand-primary-rgb),.3);border-radius:calc(var(--cta-border-radius)*.75);display:flex;flex-direction:column;justify-content:center;min-height:calc(200px*var(--cta-size-multiplier, 1));transition:all var(--cta-animation-speed,.3s) ease}.template-image .cta-image-area .cta-image-placeholder:hover{background:rgba(var(--brand-secondary-rgb),.1);border-color:rgba(var(--brand-accent-rgb),.5)}.template-image .cta-image-area .cta-image-placeholder .cta-image-upload-button{font-size:calc(1rem*var(--cta-size-multiplier, 1));margin-bottom:calc(12px*var(--cta-size-multiplier, 1));padding:calc(12px*var(--cta-size-multiplier, 1)) calc(24px*var(--cta-size-multiplier, 1))}.template-image .cta-image-area .cta-image-placeholder .cta-image-placeholder-text{color:rgba(var(--brand-primary-rgb),.6);font-size:calc(.9rem*var(--cta-size-multiplier, 1));font-style:italic;margin:0;text-align:center}.template-image .cta-content-area .cta-main-text{position:relative}.template-image .cta-content-area .cta-main-text:before{background:linear-gradient(90deg,rgba(var(--brand-accent-rgb),1) 0,rgba(var(--brand-accent-rgb),0) 100%);border-radius:calc(2px*var(--cta-size-multiplier, 1));bottom:calc(-8px*var(--cta-size-multiplier, 1));content:"";height:calc(3px*var(--cta-size-multiplier, 1));left:0;position:absolute;width:calc(60px*var(--cta-size-multiplier, 1))}.template-image .cta-content-area .cta-sub-text{padding-left:calc(20px*var(--cta-size-multiplier, 1));position:relative}.template-image .cta-content-area .cta-sub-text:before{color:rgba(var(--brand-accent-rgb),.3);content:'"';font-family:serif;font-size:calc(2rem*var(--cta-size-multiplier, 1));left:0;line-height:1;position:absolute;top:calc(-8px*var(--cta-size-multiplier, 1))}.template-image .cta-content-area .cta-button{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),1) 0,rgba(var(--brand-accent-rgb),.8) 100%);box-shadow:0 calc(4px*var(--cta-size-multiplier, 1)) calc(16px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.3),inset 0 1px 0 rgba(var(--white),.2);position:relative}.template-image .cta-content-area .cta-button:before{background:linear-gradient(135deg,rgba(var(--white),.1) 0,#0000 50%);border-radius:inherit;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.template-image .cta-content-area .cta-button:hover{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.9) 0,rgba(var(--brand-accent-rgb),.7) 100%);box-shadow:0 calc(8px*var(--cta-size-multiplier, 1)) calc(32px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.4),inset 0 1px 0 rgba(var(--white),.3)}.macaroni-cta-v2-editor .template-image .cta-background-controls{display:flex;gap:calc(8px*var(--cta-size-multiplier, 1));position:absolute;right:calc(16px*var(--cta-size-multiplier, 1));top:calc(16px*var(--cta-size-multiplier, 1));z-index:10}.macaroni-cta-v2-editor .template-image .cta-background-controls .components-button{backdrop-filter:blur(10px);background:rgba(var(--white),.9);border-radius:6px;font-size:calc(.8rem*var(--cta-size-multiplier, 1));padding:calc(8px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1))}.macaroni-cta-v2-editor .template-image .cta-background-controls .cta-background-upload-button{background:rgba(var(--brand-accent-rgb),.9)!important;border:none!important;color:rgb(var(--white))!important}.macaroni-cta-v2-editor .template-image .cta-background-controls .cta-background-upload-button:hover{background:rgba(var(--brand-accent-rgb),1)!important}@media(max-width:768px){.template-image .cta-layout-horizontal .cta-content-area,.template-image .cta-layout-horizontal .cta-image-area{flex:none;width:100%}.template-image.image-position-background .cta-container{min-height:calc(250px*var(--cta-size-multiplier, 1))}.template-image.image-position-background .cta-layout-background{padding:calc(40px*var(--cta-size-multiplier, 1)) calc(24px*var(--cta-size-multiplier, 1))}}.template-image.animation-premium .cta-image-container:hover{box-shadow:0 calc(24px*var(--cta-size-multiplier, 1)) calc(64px*var(--cta-size-multiplier, 1)) rgba(var(--brand-primary-rgb),.25),0 calc(8px*var(--cta-size-multiplier, 1)) calc(16px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.1);transform:translateY(calc(-8px*var(--cta-size-multiplier, 1))) scale(var(--cta-hover-scale,1.05)) rotateX(5deg)}.template-image.animation-premium .cta-button:after{background:linear-gradient(90deg,#0000,rgba(var(--white),.4),#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.template-image.animation-premium .cta-button:hover:after{left:100%}.template-premium .cta-container{background:var(--cta-luxury-gradient);background-clip:padding-box;border:calc(2px*var(--cta-size-multiplier, 1)) solid #0000;overflow:visible;position:relative}.template-premium .cta-container:before{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.03) 0,rgba(var(--brand-secondary-rgb),.05) 25%,rgba(var(--brand-primary-rgb),.02) 50%,rgba(var(--brand-accent-rgb),.04) 75%,rgba(var(--brand-secondary-rgb),.03) 100%);border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.template-premium .cta-container:after{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.6) 0,rgba(var(--brand-primary-rgb),.3) 25%,rgba(var(--brand-secondary-rgb),.4) 50%,rgba(var(--brand-accent-rgb),.5) 75%,rgba(var(--brand-primary-rgb),.6) 100%);border-radius:calc(var(--cta-border-radius) + 2px);bottom:calc(-2px*var(--cta-size-multiplier, 1));content:"";left:calc(-2px*var(--cta-size-multiplier, 1));position:absolute;right:calc(-2px*var(--cta-size-multiplier, 1));top:calc(-2px*var(--cta-size-multiplier, 1));z-index:-2}.template-premium:hover .cta-container:after{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.8) 0,rgba(var(--brand-primary-rgb),.5) 25%,rgba(var(--brand-secondary-rgb),.6) 50%,rgba(var(--brand-accent-rgb),.7) 75%,rgba(var(--brand-primary-rgb),.8) 100%)}.template-premium .cta-luxury-border-bottom,.template-premium .cta-luxury-border-top{background:linear-gradient(90deg,#0000 0,rgba(var(--brand-accent-rgb),.6) 20%,rgba(var(--brand-accent-rgb),.8) 50%,rgba(var(--brand-accent-rgb),.6) 80%,#0000 100%);height:calc(1px*var(--cta-size-multiplier, 1));left:calc(20px*var(--cta-size-multiplier, 1));position:absolute;right:calc(20px*var(--cta-size-multiplier, 1));z-index:1}.template-premium .cta-luxury-border-top{top:calc(16px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-top:after,.template-premium .cta-luxury-border-top:before{background:radial-gradient(circle,rgba(var(--brand-accent-rgb),.8) 0,#0000 70%);border-radius:50%;content:"";height:calc(8px*var(--cta-size-multiplier, 1));position:absolute;top:calc(-2px*var(--cta-size-multiplier, 1));width:calc(8px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-top:before{left:calc(-4px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-top:after{right:calc(-4px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-bottom{bottom:calc(16px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-bottom:after,.template-premium .cta-luxury-border-bottom:before{background:radial-gradient(circle,rgba(var(--brand-accent-rgb),.8) 0,#0000 70%);border-radius:50%;bottom:calc(-2px*var(--cta-size-multiplier, 1));content:"";height:calc(8px*var(--cta-size-multiplier, 1));position:absolute;width:calc(8px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-bottom:before{left:calc(-4px*var(--cta-size-multiplier, 1))}.template-premium .cta-luxury-border-bottom:after{right:calc(-4px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area{display:flex;justify-content:center;margin-bottom:calc(32px*var(--cta-size-multiplier, 1));position:relative;z-index:2}.template-premium .cta-premium-icon-area .cta-premium-icon-container{height:calc(80px*var(--cta-size-multiplier, 1));position:relative;width:calc(80px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-premium-icon-container .cta-premium-icon{background:rgba(var(--brand-secondary-rgb),.1);border-radius:50%;box-shadow:0 calc(8px*var(--cta-size-multiplier, 1)) calc(24px*var(--cta-size-multiplier, 1)) rgba(var(--brand-primary-rgb),.15),inset 0 1px 0 rgba(var(--white),.2);height:100%;object-fit:contain;padding:calc(12px*var(--cta-size-multiplier, 1));transition:all var(--cta-animation-speed,.3s) cubic-bezier(.4,0,.2,1);width:100%}.template-premium .cta-premium-icon-area .cta-premium-icon-container .cta-premium-icon:hover{box-shadow:0 calc(16px*var(--cta-size-multiplier, 1)) calc(48px*var(--cta-size-multiplier, 1)) rgba(var(--brand-primary-rgb),.2),inset 0 1px 0 rgba(var(--white),.3);transform:scale(1.1) rotateY(15deg)}.template-premium .cta-premium-icon-area .cta-premium-icon-container .cta-icon-controls{display:flex;gap:calc(4px*var(--cta-size-multiplier, 1));opacity:0;position:absolute;right:calc(-8px*var(--cta-size-multiplier, 1));top:calc(-8px*var(--cta-size-multiplier, 1));transition:opacity .2s ease}.template-premium .cta-premium-icon-area .cta-premium-icon-container .cta-icon-controls .components-button{backdrop-filter:blur(10px);background:rgba(var(--white),.95);border-radius:4px;font-size:calc(.7rem*var(--cta-size-multiplier, 1));padding:calc(4px*var(--cta-size-multiplier, 1)) calc(8px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-premium-icon-container:hover .cta-icon-controls{opacity:1}.template-premium .cta-premium-icon-area .cta-icon-placeholder{align-items:center;display:flex;height:calc(80px*var(--cta-size-multiplier, 1));justify-content:center;position:relative;width:calc(80px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-icon-placeholder .cta-default-premium-icon{animation:premium-sparkle 3s ease-in-out infinite;color:rgba(var(--brand-accent-rgb),.6);font-size:calc(2.5rem*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-icon-placeholder .cta-icon-upload-button{font-size:calc(.8rem*var(--cta-size-multiplier, 1));opacity:0;padding:calc(6px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1));position:absolute;top:calc(-40px*var(--cta-size-multiplier, 1));transition:opacity .2s ease}.template-premium .cta-premium-icon-area .cta-icon-placeholder:hover .cta-icon-upload-button{opacity:1}@keyframes premium-sparkle{0%,to{opacity:.6;transform:scale(1) rotate(0deg)}50%{opacity:1;transform:scale(1.1) rotate(180deg)}}.template-premium .cta-premium-content{position:relative;text-align:center;z-index:2}.template-premium .cta-premium-content .cta-main-text{background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),1) 0,rgba(var(--brand-accent-rgb),.8) 50%,rgba(var(--brand-primary-rgb),1) 100%);-webkit-background-clip:text;font-family:serif,Times New Roman,Georgia;font-weight:300;letter-spacing:calc(1px*var(--cta-size-multiplier, 1));margin-bottom:calc(24px*var(--cta-size-multiplier, 1));position:relative;text-shadow:0 1px 2px rgba(var(--brand-primary-rgb),.1),0 2px 4px rgba(var(--brand-primary-rgb),.05);text-transform:uppercase;-webkit-text-fill-color:#0000;background-clip:text}.template-premium .cta-premium-content .cta-sub-text{color:rgba(var(--brand-primary-rgb),.8);font-style:italic;line-height:1.6;margin-bottom:calc(32px*var(--cta-size-multiplier, 1));margin-left:auto;margin-right:auto;max-width:calc(400px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-divider{align-items:center;display:flex;gap:calc(16px*var(--cta-size-multiplier, 1));justify-content:center;margin:calc(20px*var(--cta-size-multiplier, 1)) 0}.template-premium .cta-premium-divider .cta-divider-ornament{animation:premium-pulse 2s ease-in-out infinite;color:rgba(var(--brand-accent-rgb),.6);font-size:calc(1.2rem*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-divider .cta-divider-line{background:linear-gradient(90deg,#0000 0,rgba(var(--brand-accent-rgb),.4) 20%,rgba(var(--brand-accent-rgb),.6) 50%,rgba(var(--brand-accent-rgb),.4) 80%,#0000 100%);flex:1;height:calc(1px*var(--cta-size-multiplier, 1));max-width:calc(80px*var(--cta-size-multiplier, 1))}@keyframes premium-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.template-premium .cta-button-wrapper{position:relative}.template-premium .cta-button-wrapper .cta-button-premium-frame{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.8) 0,rgba(var(--brand-primary-rgb),.6) 25%,rgba(var(--brand-secondary-rgb),.4) 50%,rgba(var(--brand-accent-rgb),.7) 75%,rgba(var(--brand-primary-rgb),.8) 100%);border-radius:calc(var(--cta-border-radius) + 4px);display:inline-block;padding:calc(4px*var(--cta-size-multiplier, 1));position:relative;transition:all var(--cta-animation-speed,.3s) cubic-bezier(.4,0,.2,1)}.template-premium .cta-button-wrapper .cta-button-premium-frame:hover{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),1) 0,rgba(var(--brand-primary-rgb),.8) 25%,rgba(var(--brand-secondary-rgb),.6) 50%,rgba(var(--brand-accent-rgb),.9) 75%,rgba(var(--brand-primary-rgb),1) 100%);transform:translateY(calc(-2px*var(--cta-size-multiplier, 1)))}.template-premium .cta-button-wrapper .cta-button-premium-frame .cta-button{background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),1) 0,rgba(var(--brand-primary-rgb),.9) 100%);border:none;color:rgb(var(--white));font-family:sans-serif;font-weight:500;letter-spacing:calc(.5px*var(--cta-size-multiplier, 1));overflow:hidden;position:relative;text-transform:uppercase}.template-premium .cta-button-wrapper .cta-button-premium-frame .cta-button:before{background:linear-gradient(135deg,rgba(var(--white),.1) 0,#0000 50%,rgba(var(--white),.05) 100%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.template-premium .cta-button-wrapper .cta-button-premium-frame .cta-button:hover{background:linear-gradient(135deg,rgba(var(--brand-primary-rgb),.9) 0,rgba(var(--brand-primary-rgb),.8) 100%);transform:none}.template-premium .cta-button-wrapper .cta-button-premium-frame .cta-button-shine{background:linear-gradient(90deg,#0000 0,rgba(var(--white),.2) 50%,#0000 100%);border-radius:inherit;height:100%;left:-100%;pointer-events:none;position:absolute;top:0;transition:left .6s ease;width:100%}.template-premium .cta-button-wrapper .cta-button-premium-frame:hover .cta-button-shine{left:100%}.template-premium .cta-premium-badge{position:absolute;right:calc(-12px*var(--cta-size-multiplier, 1));top:calc(-12px*var(--cta-size-multiplier, 1));z-index:3}.template-premium .cta-premium-badge .cta-badge-text{animation:premium-badge-glow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),1) 0,rgba(var(--brand-accent-rgb),.8) 100%);border-radius:calc(12px*var(--cta-size-multiplier, 1));box-shadow:0 calc(4px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.4),inset 0 1px 0 rgba(var(--white),.2);color:rgb(var(--white));display:inline-block;font-size:calc(.7rem*var(--cta-size-multiplier, 1));font-weight:600;letter-spacing:calc(1px*var(--cta-size-multiplier, 1));padding:calc(4px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1));text-transform:uppercase}@keyframes premium-badge-glow{0%{box-shadow:0 calc(4px*var(--cta-size-multiplier, 1)) calc(12px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.4),inset 0 1px 0 rgba(var(--white),.2)}to{box-shadow:0 calc(6px*var(--cta-size-multiplier, 1)) calc(20px*var(--cta-size-multiplier, 1)) rgba(var(--brand-accent-rgb),.6),inset 0 1px 0 rgba(var(--white),.3)}}.template-premium.animation-premium:hover .cta-container:before{background:linear-gradient(135deg,rgba(var(--brand-accent-rgb),.05) 0,rgba(var(--brand-secondary-rgb),.08) 25%,rgba(var(--brand-primary-rgb),.04) 50%,rgba(var(--brand-accent-rgb),.06) 75%,rgba(var(--brand-secondary-rgb),.05) 100%)}.template-premium.animation-premium:hover .cta-premium-icon .cta-premium-icon{transform:scale(1.15) rotateY(25deg) rotateX(10deg)}.template-premium.animation-premium:hover .cta-main-text{transform:translateY(calc(-2px*var(--cta-size-multiplier, 1)))}.template-premium.animation-premium:hover .cta-premium-badge .cta-badge-text{transform:scale(1.05)}@media(max-width:768px){.template-premium .cta-luxury-border-bottom,.template-premium .cta-luxury-border-top{left:calc(12px*var(--cta-size-multiplier, 1));right:calc(12px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area{margin-bottom:calc(24px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-icon-placeholder,.template-premium .cta-premium-icon-area .cta-premium-icon-container{height:calc(60px*var(--cta-size-multiplier, 1));width:calc(60px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-icon-area .cta-default-premium-icon{font-size:calc(2rem*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-content .cta-main-text{font-size:calc(1.5rem*var(--cta-size-multiplier, 1));letter-spacing:calc(.5px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-content .cta-sub-text{margin-bottom:calc(24px*var(--cta-size-multiplier, 1));max-width:100%}.template-premium .cta-premium-badge{right:calc(-8px*var(--cta-size-multiplier, 1));top:calc(-8px*var(--cta-size-multiplier, 1))}.template-premium .cta-premium-badge .cta-badge-text{font-size:calc(.6rem*var(--cta-size-multiplier, 1));padding:calc(3px*var(--cta-size-multiplier, 1)) calc(8px*var(--cta-size-multiplier, 1))}}.macaroni-cta-v2-editor .cta-url-input{background:rgba(var(--brand-secondary-rgb,var(--chillaxy-secondary)),.1);border:1px solid rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.2);border-radius:8px;margin-top:16px;padding:12px}.macaroni-cta-v2-editor .cta-url-input input{border:1px solid rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.3);border-radius:4px;font-size:.9rem;padding:8px 12px;width:100%}.macaroni-cta-v2-editor .template-placeholder{background:rgba(var(--brand-secondary-rgb,var(--chillaxy-secondary)),.1);border:2px dashed rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.3);border-radius:var(--cta-border-radius,var(--template-border-radius));color:rgba(var(--brand-primary-rgb,var(--chillaxy-primary)),.7);font-style:italic;padding:40px 20px;text-align:center}.wp-block-macaroni-cta-advanced-v2{margin:0;max-width:100%}.wp-block-macaroni-cta-advanced-v2.is-selected .macaroni-cta-v2{outline:2px solid #007cba;outline-offset:2px}.wp-block-macaroni-cta-advanced-v2[data-align=left]{text-align:left}.wp-block-macaroni-cta-advanced-v2[data-align=center]{text-align:center}.wp-block-macaroni-cta-advanced-v2[data-align=right]{text-align:right}.wp-block-macaroni-cta-advanced-v2[data-align=wide]{margin-left:auto;margin-right:auto;max-width:1280px}.wp-block-macaroni-cta-advanced-v2[data-align=full]{max-width:none;width:100%}.macaroni-cta-v2-editor .rich-text:empty:before{opacity:.6}.macaroni-cta-v2-editor .cta-button .rich-text:empty:before,.macaroni-cta-v2-editor .cta-main-text.rich-text:empty:before,.macaroni-cta-v2-editor .cta-sub-text.rich-text:empty:before{content:attr(data-placeholder)}
:root{--macaroni-breakpoint-tablet:768px;--macaroni-breakpoint-mobile:480px;--macaroni-z-index-dropdown:1000;--macaroni-z-index-modal:2000;--macaroni-z-index-tooltip:3000;--macaroni-transition-fast:0.15s;--macaroni-transition-normal:0.3s;--macaroni-transition-slow:0.5s;--macaroni-spacing-xs:0.5rem;--macaroni-spacing-sm:1rem;--macaroni-spacing-md:1.5rem;--macaroni-spacing-lg:2rem;--macaroni-spacing-xl:3rem;--macaroni-border-radius-sm:4px;--macaroni-border-radius-md:8px;--macaroni-border-radius-lg:12px;--macaroni-shadow-sm:0 1px 3px #0000001a;--macaroni-shadow-md:0 4px 6px #0000001a;--macaroni-shadow-lg:0 10px 25px #00000026;--chillaxy-primary:#0d2142;--chillaxy-secondary:#f9cfd1;--chillaxy-accent:#cc2055;--chillaxy-hybrid-mid:#7e5575;--chillaxy-white:#fff;--chillaxy-black:#000;--chillaxy-gray-light:#f5f5f5;--chillaxy-gray:#777;--chillaxy-gray-dark:#333;--chillaxy-gradient-hybrid:linear-gradient(45deg,#0d2142,#7e5575 50%,#f9cfd1);--chillaxy-gradient-indica:linear-gradient(135deg,#0d2142,#1a3366);--chillaxy-gradient-sativa:linear-gradient(135deg,#f9cfd1,#ffe4e6);--chillaxy-gradient-accent:linear-gradient(135deg,#cc2055,#f36);--chillaxy-success:#4caf50;--chillaxy-warning:#ff9800;--chillaxy-error:#f44336;--chillaxy-info:#2196f3;--chillaxy-hover-opacity:0.85;--chillaxy-disabled-opacity:0.5;--chillaxy-box-shadow-primary:0 4px 15px #0d214226;--chillaxy-box-shadow-accent:0 4px 15px #cc205533}.wp-block-macaroni-product-carousel-woo{margin:0 auto;max-width:100%}.block-editor-block-list__layout .wp-block-macaroni-product-carousel-woo{margin:1rem 0}.macaroni-woo-products-display{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin:var(--macaroni-spacing-md,16px) 0;padding:var(--macaroni-spacing-md,16px)}.macaroni-woo-products-display .macaroni-loading{align-items:center;color:#666;display:flex;font-size:14px;gap:var(--macaroni-spacing-sm,8px);justify-content:center;padding:var(--macaroni-spacing-lg,24px)}.macaroni-woo-products-display .macaroni-loading .components-spinner{margin:0}.macaroni-woo-products-grid{display:grid;gap:var(--macaroni-spacing-md,16px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:var(--macaroni-spacing-lg,24px)}@media(max-width:782px){.macaroni-woo-products-grid{gap:var(--macaroni-spacing-sm,8px);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.macaroni-woo-product-preview{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000001a;min-height:320px;padding:var(--macaroni-spacing-md,16px);position:relative;transition:all .2s ease}.macaroni-woo-product-preview:hover{border-color:var(--wp-admin-theme-color,#007cba);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.macaroni-woo-product-preview .macaroni-img-wrapper{background:#f5f5f5;border-radius:6px;height:160px;margin-bottom:var(--macaroni-spacing-md,16px);overflow:hidden;position:relative;width:100%}.macaroni-woo-product-preview .macaroni-img-wrapper img{height:100%;object-fit:contain;object-position:center;width:100%}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-badge-container{position:absolute;right:8px;top:8px;z-index:2}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-badge-container .macaroni-badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;line-height:1;padding:4px 8px;text-transform:uppercase}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-badge-container .macaroni-badge.sale{background:#f44;color:#fff}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-badge-container .macaroni-badge.popular{background:gold;color:#333}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-badge-container .macaroni-badge.new{background:var(--macaroni-primary,#0d2142);color:#fff}.macaroni-woo-product-preview .macaroni-img-wrapper .macaroni-out-of-stock-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:14px;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0}.macaroni-woo-product-preview .macaroni-info .macaroni-product-category{color:#666;font-size:12px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.macaroni-woo-product-preview .macaroni-info .macaroni-product-title{color:#1e1e1e;display:-webkit-box;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 8px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.macaroni-woo-product-preview .macaroni-info .macaroni-rating{align-items:center;display:flex;font-size:12px;gap:4px;margin-bottom:8px}.macaroni-woo-product-preview .macaroni-info .macaroni-rating .macaroni-stars{color:gold;line-height:1}.macaroni-woo-product-preview .macaroni-info .macaroni-rating .macaroni-rating-text{color:#666;font-size:11px}.macaroni-woo-product-preview .macaroni-info .macaroni-specs{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.macaroni-woo-product-preview .macaroni-info .macaroni-specs .macaroni-spec{align-items:center;color:#666;display:flex;font-size:11px;gap:6px}.macaroni-woo-product-preview .macaroni-info .macaroni-specs .macaroni-spec .macaroni-spec-icon{font-size:12px;text-align:center;width:16px}.macaroni-woo-product-preview .macaroni-info .macaroni-specs .macaroni-spec .macaroni-spec-text{flex:1;line-height:1.2}.macaroni-woo-product-preview .macaroni-info .macaroni-price-container{margin-top:auto;padding-top:8px}.macaroni-woo-product-preview .macaroni-info .macaroni-price-container .macaroni-price{color:var(--macaroni-primary,#0d2142);font-size:16px;font-weight:700;line-height:1}.macaroni-woo-product-preview .macaroni-info .macaroni-price-container .macaroni-tax{color:#999;font-size:10px;line-height:1}.macaroni-woo-product-stats .components-card{background:#f0f6ff;border-color:#007cba}.macaroni-woo-product-stats .components-card__body{padding:var(--macaroni-spacing-sm,8px) var(--macaroni-spacing-md,16px)}.macaroni-carousel-header{margin-bottom:var(--macaroni-spacing-lg,24px);padding:0 var(--macaroni-spacing-md,16px);text-align:center}@media(max-width:782px){.macaroni-carousel-header{margin-bottom:var(--macaroni-spacing-md,16px);padding:0 var(--macaroni-spacing-sm,8px)}}.macaroni-carousel-header .rich-text{margin:0}.macaroni-carousel-header .rich-text:focus{outline:2px solid #007cba;outline-offset:2px}.macaroni-carousel-header .rich-text[placeholder]:empty:before{color:#757575;font-style:italic}.macaroni-carousel-header .macaroni-carousel-title.rich-text{color:var(--macaroni-primary,#0d2142);font-size:1.6rem;font-weight:700;letter-spacing:.03em;margin-bottom:var(--macaroni-spacing-sm,8px)}.macaroni-carousel-header .macaroni-carousel-subtitle.rich-text{color:#666;font-size:.9rem;line-height:1.5}.components-panel__body .macaroni-woo-settings .components-base-control{margin-bottom:var(--macaroni-spacing-md,16px)}.components-panel__body .macaroni-woo-settings .components-base-control .components-base-control__label{color:#1e1e1e;font-weight:600;margin-bottom:6px}.components-panel__body .macaroni-woo-settings .components-checkbox-control{margin:8px 0}.components-panel__body .macaroni-woo-settings .components-checkbox-control .components-checkbox-control__label{font-size:13px;line-height:1.4}.components-panel__body .macaroni-woo-settings .macaroni-category-selection,.components-panel__body .macaroni-woo-settings .macaroni-product-selection{background:#fafafa;border:1px solid #ddd;border-radius:4px;max-height:200px;overflow-y:auto;padding:8px}.components-panel__body .macaroni-woo-settings .macaroni-category-selection .components-checkbox-control,.components-panel__body .macaroni-woo-settings .macaroni-product-selection .components-checkbox-control{border-bottom:1px solid #eee;margin:4px 0;padding:4px 0}.components-panel__body .macaroni-woo-settings .macaroni-category-selection .components-checkbox-control:last-child,.components-panel__body .macaroni-woo-settings .macaroni-product-selection .components-checkbox-control:last-child{border-bottom:none}.components-panel__body .components-range-control{margin-bottom:var(--macaroni-spacing-md,16px)}.components-panel__body .components-range-control .components-range-control__wrapper{margin-top:8px}.components-panel__body .components-select-control{margin-bottom:var(--macaroni-spacing-md,16px)}.components-panel__body .components-select-control .components-select-control__input{border-radius:4px}.components-panel__body .components-text-control{margin-bottom:var(--macaroni-spacing-md,16px)}.components-panel__body .components-text-control .components-text-control__input{border-radius:4px}.components-panel__body .components-toggle-control{margin-bottom:var(--macaroni-spacing-md,16px)}.components-panel__body .components-toggle-control .components-toggle-control__label{font-weight:500}.macaroni-woo-products-display .components-notice{margin:var(--macaroni-spacing-md,16px) 0}.macaroni-woo-products-display .components-notice.is-info{background:#e7f7ff;border-color:#007cba}.macaroni-woo-products-display .components-notice.is-info .components-notice__content{color:#0073aa}.macaroni-woo-products-display .components-notice.is-error{background:#ffe7e7;border-color:#d94f4f}.macaroni-woo-products-display .components-notice.is-error .components-notice__content{color:#d94f4f}.macaroni-product-selection-panel{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;margin:var(--macaroni-spacing-lg,24px) 0;padding:var(--macaroni-spacing-md,16px)}.macaroni-product-selection-panel h4{align-items:center;color:#1e1e1e;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 var(--macaroni-spacing-sm,8px) 0}.macaroni-product-selection-panel h4:before{content:"☑️";font-size:18px}.macaroni-product-selection-panel .macaroni-product-checkbox-grid{background:#fff;border:1px solid #ddd;border-radius:6px;display:grid;gap:var(--macaroni-spacing-sm,8px);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:var(--macaroni-spacing-md,16px) 0;max-height:400px;overflow-y:auto;padding:var(--macaroni-spacing-sm,8px)}@media(max-width:782px){.macaroni-product-selection-panel .macaroni-product-checkbox-grid{grid-template-columns:1fr}}.macaroni-product-selection-panel .macaroni-product-checkbox-grid::-webkit-scrollbar{width:8px}.macaroni-product-selection-panel .macaroni-product-checkbox-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.macaroni-product-selection-panel .macaroni-product-checkbox-grid::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.macaroni-product-selection-panel .macaroni-product-checkbox-grid::-webkit-scrollbar-thumb:hover{background:#555}.macaroni-product-selection-panel .macaroni-product-checkbox-item .components-checkbox-control{margin:0}.macaroni-product-selection-panel .macaroni-product-checkbox-item .components-checkbox-control .components-checkbox-control__input-container{margin-right:var(--macaroni-spacing-sm,8px)}.macaroni-product-selection-panel .macaroni-product-checkbox-item .components-checkbox-control .components-checkbox-control__label{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:13px;line-height:1.3;padding:6px;transition:background-color .2s ease;width:100%}.macaroni-product-selection-panel .macaroni-product-checkbox-item .components-checkbox-control .components-checkbox-control__label:hover{background-color:#f0f6ff}.macaroni-product-selection-panel .macaroni-checkbox-product-info{align-items:center;display:flex;gap:var(--macaroni-spacing-sm,8px);width:100%}.macaroni-product-selection-panel .macaroni-checkbox-product-image{border:1px solid #e0e0e0;border-radius:4px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.macaroni-product-selection-panel .macaroni-checkbox-product-details{flex:1;min-width:0}.macaroni-product-selection-panel .macaroni-checkbox-product-details strong{color:#1e1e1e;display:block;font-weight:600;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.macaroni-product-selection-panel .macaroni-selection-controls{border-top:1px solid #e0e0e0;display:flex;gap:var(--macaroni-spacing-sm,8px);margin-top:var(--macaroni-spacing-md,16px);padding-top:var(--macaroni-spacing-md,16px)}.macaroni-product-selection-panel .macaroni-selection-controls .components-button{font-size:12px;height:32px;padding:0 12px}.macaroni-carousel-preview{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-top:var(--macaroni-spacing-lg,24px);padding:var(--macaroni-spacing-md,16px)}.macaroni-carousel-preview h4{color:#1e1e1e;font-size:16px;font-weight:600;margin:0 0 var(--macaroni-spacing-md,16px) 0}.macaroni-carousel-preview .macaroni-carousel{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative}.macaroni-carousel-preview .macaroni-slider{overflow:hidden;position:relative;width:100%}.macaroni-carousel-preview .macaroni-slides{display:flex;gap:16px;overflow-x:auto;padding:16px;scroll-behavior:smooth;transition:transform .3s ease}.macaroni-carousel-preview .macaroni-slides::-webkit-scrollbar{height:8px}.macaroni-carousel-preview .macaroni-slides::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.macaroni-carousel-preview .macaroni-slides::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.macaroni-carousel-preview .macaroni-slides::-webkit-scrollbar-thumb:hover{background:#555}.macaroni-carousel-preview .macaroni-slide{flex:0 0 300px;width:300px}@media(max-width:782px){.macaroni-carousel-preview .macaroni-slide{flex:0 0 260px;width:260px}}.macaroni-carousel-preview .macaroni-slide .macaroni-woo-product-preview{height:100%;margin:0}.macaroni-carousel-preview .macaroni-dots{background:#0000000d;display:flex;gap:8px;justify-content:center;padding:16px}.macaroni-carousel-preview .macaroni-dots .macaroni-dot{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.macaroni-carousel-preview .macaroni-dots .macaroni-dot:hover{background:var(--macaroni-primary,#0d2142)}.macaroni-carousel-preview .macaroni-dots .macaroni-dot.active{background:var(--macaroni-primary,#0d2142);transform:scale(1.2)}.macaroni-carousel-preview .macaroni-arrow{background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:var(--macaroni-primary,#0d2142);cursor:pointer;font-size:20px;height:40px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.macaroni-carousel-preview .macaroni-arrow:hover{background:var(--macaroni-primary,#0d2142);color:#fff;transform:translateY(-50%) scale(1.1)}.macaroni-carousel-preview .macaroni-arrow.prev{left:16px}.macaroni-carousel-preview .macaroni-arrow.next{right:16px}@media(max-width:782px){.macaroni-woo-products-grid{gap:var(--macaroni-spacing-sm,8px);grid-template-columns:1fr}.macaroni-woo-product-preview{min-height:280px;padding:var(--macaroni-spacing-sm,8px)}.macaroni-woo-product-preview .macaroni-img-wrapper{height:120px;margin-bottom:var(--macaroni-spacing-sm,8px)}.macaroni-woo-product-preview .macaroni-info .macaroni-product-title{font-size:13px}.macaroni-woo-product-preview .macaroni-info .macaroni-price-container .macaroni-price{font-size:14px}}.is-dark-theme .macaroni-woo-products-display{background:#1e1e1e;border-color:#444;color:#fff}.is-dark-theme .macaroni-woo-product-preview{background:#2a2a2a;border-color:#444}.is-dark-theme .macaroni-woo-product-preview .macaroni-info .macaroni-product-title{color:#fff}.is-dark-theme .macaroni-woo-product-preview .macaroni-info .macaroni-product-category,.is-dark-theme .macaroni-woo-product-preview .macaroni-info .macaroni-specs .macaroni-spec{color:#ccc}.is-dark-theme .macaroni-product-selection-panel{background:#1e1e1e;border-color:#444;color:#fff}.is-dark-theme .macaroni-product-selection-panel .macaroni-product-checkbox-grid{background:#2a2a2a;border-color:#444}.is-dark-theme .macaroni-product-selection-panel .macaroni-checkbox-product-details strong{color:#fff}.is-dark-theme .macaroni-woo-product-stats .components-card{background:#2a2a2a;border-color:#444}.is-dark-theme .macaroni-woo-product-stats .components-card .components-card__body{color:#fff}@media(prefers-color-scheme:dark){.macaroni-woo-products-display{background:#1e1e1e;border-color:#444;color:#fff}.macaroni-woo-product-preview{background:#fff;border-color:#e0e0e0}.macaroni-woo-product-preview .macaroni-info .macaroni-product-title{color:#1e1e1e}.macaroni-woo-product-preview .macaroni-info .macaroni-product-category,.macaroni-woo-product-preview .macaroni-info .macaroni-specs .macaroni-spec{color:#666}}.macaroni-product-carousel-woo.brand-chillaxy .macaroni-carousel-title{color:#0d2142}.macaroni-product-carousel-woo.brand-goodchill .macaroni-carousel-title{color:#2c3e50}.macaroni-product-carousel-woo.brand-fruity .macaroni-carousel-title{color:#8e44ad}.macaroni-product-carousel-woo.brand-aqua .macaroni-carousel-title{color:#2980b9}.macaroni-empty-message,.macaroni-error-message,.macaroni-loading{background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#666;font-size:14px;line-height:1.5;padding:var(--macaroni-spacing-xl,32px);text-align:center}.macaroni-error-message{background:#fff5f5;border-color:#fed7d7;color:#c53030}.macaroni-error-message small{display:block;font-size:12px;margin-top:8px;opacity:.8}
:root{--macaroni-breakpoint-tablet:768px;--macaroni-breakpoint-mobile:480px;--macaroni-z-index-dropdown:1000;--macaroni-z-index-modal:2000;--macaroni-z-index-tooltip:3000;--macaroni-transition-fast:0.15s;--macaroni-transition-normal:0.3s;--macaroni-transition-slow:0.5s;--macaroni-spacing-xs:0.5rem;--macaroni-spacing-sm:1rem;--macaroni-spacing-md:1.5rem;--macaroni-spacing-lg:2rem;--macaroni-spacing-xl:3rem;--macaroni-border-radius-sm:4px;--macaroni-border-radius-md:8px;--macaroni-border-radius-lg:12px;--macaroni-shadow-sm:0 1px 3px #0000001a;--macaroni-shadow-md:0 4px 6px #0000001a;--macaroni-shadow-lg:0 10px 25px #00000026;--chillaxy-primary:#0d2142;--chillaxy-secondary:#f9cfd1;--chillaxy-accent:#cc2055;--chillaxy-hybrid-mid:#7e5575;--chillaxy-white:#fff;--chillaxy-black:#000;--chillaxy-gray-light:#f5f5f5;--chillaxy-gray:#777;--chillaxy-gray-dark:#333;--chillaxy-gradient-hybrid:linear-gradient(45deg,#0d2142,#7e5575 50%,#f9cfd1);--chillaxy-gradient-indica:linear-gradient(135deg,#0d2142,#1a3366);--chillaxy-gradient-sativa:linear-gradient(135deg,#f9cfd1,#ffe4e6);--chillaxy-gradient-accent:linear-gradient(135deg,#cc2055,#f36);--chillaxy-success:#4caf50;--chillaxy-warning:#ff9800;--chillaxy-error:#f44336;--chillaxy-info:#2196f3;--chillaxy-hover-opacity:0.85;--chillaxy-disabled-opacity:0.5;--chillaxy-box-shadow-primary:0 4px 15px #0d214226;--chillaxy-box-shadow-accent:0 4px 15px #cc205533}.macaroni-beginner-guide-carousel .chx-container{background:#f9f9f9;border:1px dashed #ccc;border-radius:8px;margin:10px 0;padding:20px}.macaroni-beginner-guide-carousel .chx-section-title .block-editor-rich-text__editable[data-is-placeholder-visible=true]{color:#999}.chx-guide-step-editor{align-items:flex-start;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:12px;margin-bottom:16px;padding:12px}.chx-guide-step-editor .chx-step-number{flex-shrink:0;margin-top:8px}.chx-guide-step-editor .chx-step-content{flex:1}.chx-guide-step-editor .chx-step-content .components-base-control{margin-bottom:12px}.chx-guide-step-editor .chx-step-content .components-base-control:last-child{margin-bottom:0}.chx-guide-step-editor .chx-step-content .components-text-control__input,.chx-guide-step-editor .chx-step-content .components-textarea-control__input{width:100%}.chx-guide-step-editor .chx-step-content .components-button{margin-top:8px}.chx-product-selection-panel{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.chx-product-selection-panel h4{color:#1e1e1e;font-size:14px;font-weight:600;margin:0 0 12px}.chx-product-checkbox-grid{border:1px solid #f0f0f0;border-radius:4px;display:grid;gap:12px;grid-template-columns:1fr;margin-bottom:16px;max-height:400px;overflow-y:auto;padding:12px}.chx-product-checkbox-item .components-checkbox-control{margin-bottom:0}.chx-product-checkbox-item .components-checkbox-control .components-checkbox-control__input-container{margin-right:12px}.chx-checkbox-product-info{align-items:center;display:flex;gap:12px;width:100%}.chx-checkbox-product-image{border-radius:4px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.chx-checkbox-product-details{flex:1;min-width:0}.chx-checkbox-product-details strong{display:block;font-size:13px;line-height:1.3;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chx-product-label-input .components-form-token-field .components-form-token-field__input-container{border-color:#ddd;border-radius:4px;padding:4px 8px}.chx-product-label-input .components-form-token-field .components-form-token-field__token{background:#0d21421a;border:1px solid #0d214233;border-radius:12px;color:#0d2142;font-size:11px;padding:2px 8px}.chx-selection-controls{display:flex;gap:8px;margin-bottom:12px}.chx-selection-controls .components-button{font-size:12px;height:32px;padding:0 12px}.chx-products-preview{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-top:20px;padding:16px}.chx-products-preview h4{color:#1e1e1e;font-size:14px;font-weight:600;margin:0 0 16px}.chx-products-preview .chx-products-grid{display:grid!important;gap:16px!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;margin-top:0!important;width:100%!important}@media(max-width:1200px){.chx-products-preview .chx-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important}}@media(max-width:768px){.chx-products-preview .chx-products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}}.chx-products-preview .chx-product-card .chx-product-image{background:#f5f5f5;border-radius:6px;height:200px!important;overflow:hidden!important;position:relative!important;width:100%!important}.chx-products-preview .chx-product-card .chx-product-image img{display:block!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .3s ease;width:100%!important}.chx-products-preview .chx-product-card .chx-product-image .chx-product-type{left:8px;position:absolute;top:8px;z-index:2}.chx-products-preview .chx-product-card .chx-product-image .chx-out-of-stock-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:12px;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.chx-products-preview .chx-product-card .chx-product-content{padding:12px}.chx-products-preview .chx-product-card .chx-product-content .chx-product-title{font-size:.95rem;line-height:1.3;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.chx-products-preview .chx-product-card .chx-product-content .chx-product-desc{font-size:.8rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:8px;overflow:hidden}.chx-products-preview .chx-product-card .chx-product-content .chx-view-btn{font-size:.8rem;padding:6px 12px}.chx-loading{align-items:center;background:#f9f9f9;border:1px dashed #ddd;border-radius:8px;display:flex;gap:12px;justify-content:center;margin:20px 0;padding:40px}.chx-loading .components-spinner{margin:0}.chx-loading span{color:#666;font-size:14px}.chx-products-display .components-notice{margin:16px 0}.components-panel__body .chx-guide-step-editor .components-base-control__label{color:#1e1e1e;font-size:12px;font-weight:600;margin-bottom:4px}.components-panel__body .chx-guide-step-editor .components-text-control__input,.components-panel__body .chx-guide-step-editor .components-textarea-control__input{border:1px solid #ddd;border-radius:4px;font-size:13px;padding:8px 12px}.components-panel__body .chx-guide-step-editor .components-text-control__input:focus,.components-panel__body .chx-guide-step-editor .components-textarea-control__input:focus{border-color:#0073aa;box-shadow:0 0 0 1px #0073aa}.components-panel__body .chx-guide-step-editor .components-button.is-destructive{border-color:#d63638;color:#d63638}.components-panel__body .chx-guide-step-editor .components-button.is-destructive:hover{background:#d63638;color:#fff}.chx-beginner-guide{position:relative}.chx-beginner-guide .chx-guide-step{opacity:.9}.chx-beginner-guide .chx-guide-step:hover{background:#0073aa0d;border-radius:4px;margin:-2px;opacity:1;padding:2px}.components-card.components-elevation-1 .components-card__body .components-h-stack{font-size:12px}.components-card.components-elevation-1 .components-card__body .components-h-stack>div{white-space:nowrap}.components-card.components-elevation-1 .components-card__body .components-h-stack>div strong{color:#1e1e1e}@media(max-width:768px){.chx-product-checkbox-grid{max-height:300px}.chx-checkbox-product-info{align-items:flex-start;flex-direction:column;gap:8px}.chx-checkbox-product-info .chx-checkbox-product-image{height:60px;width:60px}.chx-selection-controls{flex-direction:column}.chx-selection-controls .components-button{width:100%}.chx-products-preview .chx-products-grid{grid-template-columns:1fr}}
.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase,.wp-block-macaroni-phoenix-star-showcase{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;font-family:Noto Sans JP,Yu Gothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;justify-content:center;min-height:600px;padding:var(--wp-spacing-xl,3rem) var(--wp-spacing-md,1.5rem);position:relative;text-align:center}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-date,.wp-block-macaroni-phoenix-star-showcase .showcase-date{color:var(--wp-text-color,#2c2c2c);font-size:.875rem;font-weight:400;letter-spacing:.05em;margin-bottom:1rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-section-title,.wp-block-macaroni-phoenix-star-showcase .showcase-section-title{color:var(--wp-text-color,#2c2c2c);font-size:1.25rem;font-weight:400;letter-spacing:.1em;margin-bottom:2rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-card,.wp-block-macaroni-phoenix-star-showcase .showcase-card{background-color:var(--wp-white-color,#fff);background-image:var(--wp-texture-url,url("https://www.transparenttextures.com/patterns/subtle-white-feathers.png"));background-repeat:repeat;background-size:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:900px;padding:2rem;width:100%}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-product-image,.wp-block-macaroni-phoenix-star-showcase .showcase-product-image{border-radius:8px;height:auto;margin-bottom:2rem;max-width:600px;object-fit:cover;width:100%}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-brand-logo,.wp-block-macaroni-phoenix-star-showcase .showcase-brand-logo{color:var(--wp-primary-color,gold);font-size:1.5rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;text-shadow:1px 1px 2px #0000001a}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-main-title,.wp-block-macaroni-phoenix-star-showcase .showcase-main-title{color:var(--wp-text-color,#2c2c2c);font-size:2.5rem;font-weight:700;letter-spacing:.05em;line-height:1.2;margin-bottom:2rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-description,.wp-block-macaroni-phoenix-star-showcase .showcase-description{color:var(--wp-text-color,#2c2c2c);font-size:1rem;line-height:1.8;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-description p,.wp-block-macaroni-phoenix-star-showcase .showcase-description p{margin-bottom:.5rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-cta-button,.wp-block-macaroni-phoenix-star-showcase .showcase-cta-button{background:linear-gradient(135deg,var(--wp-secondary-color,#d63384),var(--wp-accent-color,#cc2055));border:none;border-radius:30px;box-shadow:0 4px 15px #d633844d;color:var(--wp-white-color,#fff);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.05em;padding:1.5rem 3rem;text-decoration:none;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-cta-button:hover,.wp-block-macaroni-phoenix-star-showcase .showcase-cta-button:hover{background:linear-gradient(135deg,var(--wp-accent-color,#cc2055),var(--wp-secondary-color,#d63384));box-shadow:0 6px 20px #d6338466;color:var(--wp-white-color,#fff);text-decoration:none;transform:translateY(-2px)}@media(max-width:767px){.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase,.wp-block-macaroni-phoenix-star-showcase{padding:2rem 1rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-card,.wp-block-macaroni-phoenix-star-showcase .showcase-card{margin:1rem;padding:1.5rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-main-title,.wp-block-macaroni-phoenix-star-showcase .showcase-main-title{font-size:2rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-brand-logo,.wp-block-macaroni-phoenix-star-showcase .showcase-brand-logo{font-size:1.25rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-description,.wp-block-macaroni-phoenix-star-showcase .showcase-description{font-size:.875rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-cta-button,.wp-block-macaroni-phoenix-star-showcase .showcase-cta-button{font-size:.875rem;padding:1rem 2rem}}@media(min-width:768px)and (max-width:1023px){.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-card,.wp-block-macaroni-phoenix-star-showcase .showcase-card{padding:2rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-main-title,.wp-block-macaroni-phoenix-star-showcase .showcase-main-title{font-size:2.25rem}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase,.wp-block-macaroni-phoenix-star-showcase{padding:4rem 3rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-card,.wp-block-macaroni-phoenix-star-showcase .showcase-card{padding:3rem}}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .showcase-card,.wp-block-macaroni-phoenix-star-showcase .showcase-card{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.macaroni-brand-chillaxy,.wp-block-macaroni-phoenix-star-showcase.macaroni-brand-chillaxy{--wp-primary-color:gold;--wp-secondary-color:#d63384;--wp-accent-color:#cc2055}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.macaroni-brand-goodchill,.wp-block-macaroni-phoenix-star-showcase.macaroni-brand-goodchill{--wp-primary-color:#0d2142;--wp-secondary-color:#f4c2c2;--wp-accent-color:#cc2055}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.macaroni-brand-fruity,.wp-block-macaroni-phoenix-star-showcase.macaroni-brand-fruity{--wp-primary-color:#8b4b6b;--wp-secondary-color:#f7e7ce;--wp-accent-color:#e6b89c}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.macaroni-brand-aqua,.wp-block-macaroni-phoenix-star-showcase.macaroni-brand-aqua{--wp-primary-color:#2e8b8b;--wp-secondary-color:#b0e0e6;--wp-accent-color:#4682b4}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.macaroni-brand-gray,.wp-block-macaroni-phoenix-star-showcase.macaroni-brand-gray{--wp-primary-color:#6b6b6b;--wp-secondary-color:#d3d3d3;--wp-accent-color:#8b8b8b}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-text-align-center,.wp-block-macaroni-phoenix-star-showcase.has-text-align-center{text-align:center}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-text-align-left,.wp-block-macaroni-phoenix-star-showcase.has-text-align-left{text-align:left}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-text-align-right,.wp-block-macaroni-phoenix-star-showcase.has-text-align-right{text-align:right}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-background,.wp-block-macaroni-phoenix-star-showcase.has-background{padding:1.5rem}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-primary-color,.wp-block-macaroni-phoenix-star-showcase.has-primary-color{color:var(--wp-primary-color)}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.has-secondary-color,.wp-block-macaroni-phoenix-star-showcase.has-secondary-color{color:var(--wp-secondary-color)}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase.is-selected,.wp-block-macaroni-phoenix-star-showcase.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .image-placeholder,.wp-block-macaroni-phoenix-star-showcase .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;min-height:200px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-phoenix-star-showcase .image-placeholder:hover,.wp-block-macaroni-phoenix-star-showcase .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}
.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept,.wp-block-macaroni-chillaxy-concept{background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0 auto;max-width:1200px;padding:var(--wp-spacing-xxl,4rem) var(--wp-spacing-lg,2rem);position:relative;text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-section-title,.wp-block-macaroni-chillaxy-concept .concept-section-title{color:var(--wp-text-color,#333);font-size:1.1rem;font-weight:400;letter-spacing:.2em;margin:0 0 var(--wp-spacing-xs,.5rem) 0;text-transform:uppercase}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-section-subtitle,.wp-block-macaroni-chillaxy-concept .concept-section-subtitle{color:var(--wp-text-color,#333);font-size:.95rem;font-weight:400;margin:0 0 var(--wp-spacing-lg,2rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-divider,.wp-block-macaroni-chillaxy-concept .concept-divider{background-color:var(--wp-accent-color,#000);height:1px;margin:0 auto var(--wp-spacing-xl,3rem) auto;width:60px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-main-title,.wp-block-macaroni-chillaxy-concept .concept-main-title{color:var(--wp-text-color,#333);font-size:var(--wp-font-size-xx-large,2rem);font-weight:700;line-height:1.3;margin:0 0 var(--wp-spacing-lg,2rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-description,.wp-block-macaroni-chillaxy-concept .concept-description{color:var(--wp-text-color,#333);font-size:var(--wp-font-size-medium,1rem);line-height:1.7;margin:0 0 var(--wp-spacing-xl,3rem) 0;margin-left:auto;margin-right:auto;max-width:600px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-description p,.wp-block-macaroni-chillaxy-concept .concept-description p{margin:0 0 var(--wp-spacing-md,1.5rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-description p:last-child,.wp-block-macaroni-chillaxy-concept .concept-description p:last-child{margin-bottom:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-video-container,.wp-block-macaroni-chillaxy-concept .concept-video-container{display:flex;justify-content:center;margin:0 auto}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-video-embed,.wp-block-macaroni-chillaxy-concept .concept-video-embed{border:none;border-radius:8px;height:315px;width:560px}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept,.wp-block-macaroni-chillaxy-concept{padding:var(--wp-spacing-xl,3rem) var(--wp-spacing-md,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-section-title,.wp-block-macaroni-chillaxy-concept .concept-section-title{font-size:1rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-section-subtitle,.wp-block-macaroni-chillaxy-concept .concept-section-subtitle{font-size:.875rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-main-title,.wp-block-macaroni-chillaxy-concept .concept-main-title{font-size:var(--wp-font-size-x-large,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-description,.wp-block-macaroni-chillaxy-concept .concept-description{font-size:.95rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-video-embed,.wp-block-macaroni-chillaxy-concept .concept-video-embed{height:250px;width:100%}}@media(max-width:480px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept,.wp-block-macaroni-chillaxy-concept{padding:var(--wp-spacing-lg,2rem) var(--wp-spacing-sm,1rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-main-title,.wp-block-macaroni-chillaxy-concept .concept-main-title{font-size:var(--wp-font-size-large,1.25rem);line-height:1.4}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-description,.wp-block-macaroni-chillaxy-concept .concept-description{font-size:.9rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .concept-video-embed,.wp-block-macaroni-chillaxy-concept .concept-video-embed{height:200px;width:100%}}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-main-title,.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-section-title,.wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-main-title,.wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-section-title{color:var(--brand-primary,#0d2142)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-divider,.wp-block-macaroni-chillaxy-concept.macaroni-brand-chillaxy .concept-divider{background-color:var(--brand-accent,#cc2055)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.is-selected,.wp-block-macaroni-chillaxy-concept.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .rich-text,.wp-block-macaroni-chillaxy-concept .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .rich-text:focus,.wp-block-macaroni-chillaxy-concept .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .rich-text:empty:before,.wp-block-macaroni-chillaxy-concept .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .video-placeholder,.wp-block-macaroni-chillaxy-concept .video-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;border-radius:8px;color:#666;cursor:pointer;display:flex;font-style:italic;height:315px;justify-content:center;transition:all .3s ease;width:560px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .video-placeholder:hover,.wp-block-macaroni-chillaxy-concept .video-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .video-placeholder,.wp-block-macaroni-chillaxy-concept .video-placeholder{height:250px;width:100%}}@media(max-width:480px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .video-placeholder,.wp-block-macaroni-chillaxy-concept .video-placeholder{height:200px}}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .components-base-control,.wp-block-macaroni-chillaxy-concept .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-chillaxy-concept .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .brand-selector .components-button,.wp-block-macaroni-chillaxy-concept .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept .brand-selector .components-button.is-primary,.wp-block-macaroni-chillaxy-concept .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.is-mobile-preview,.wp-block-macaroni-chillaxy-concept.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.is-tablet-preview,.wp-block-macaroni-chillaxy-concept.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-text-align-center,.wp-block-macaroni-chillaxy-concept.has-text-align-center{text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-text-align-left,.wp-block-macaroni-chillaxy-concept.has-text-align-left{text-align:left}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-text-align-right,.wp-block-macaroni-chillaxy-concept.has-text-align-right{text-align:right}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-small-font-size,.wp-block-macaroni-chillaxy-concept.has-small-font-size{font-size:var(--wp-font-size-small,.875rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-medium-font-size,.wp-block-macaroni-chillaxy-concept.has-medium-font-size{font-size:var(--wp-font-size-medium,1rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-large-font-size,.wp-block-macaroni-chillaxy-concept.has-large-font-size{font-size:var(--wp-font-size-large,1.25rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-concept.has-x-large-font-size,.wp-block-macaroni-chillaxy-concept.has-x-large-font-size{font-size:var(--wp-font-size-x-large,1.5rem)}.edit-post-visual-editor .wp-block-macaroni-chillaxy-concept{margin-bottom:28px;margin-top:28px}
.wp-block-macaroni-chillaxy-hero-advanced{background-attachment:scroll!important;display:flex;flex-direction:column;margin:0;min-height:600px;position:relative;width:100%}.wp-block-macaroni-chillaxy-hero-advanced .hero-editor-preview{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1;flex-direction:column;min-height:600px;overflow:hidden;position:relative;width:100%}.wp-block-macaroni-chillaxy-hero-advanced .hero-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d;padding:var(--wp-spacing-md) var(--wp-spacing-lg);position:relative!important;transform:none!important;width:100%;z-index:10}.wp-block-macaroni-chillaxy-hero-advanced .hero-header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--wp-content-max-width);padding:0 var(--wp-spacing-md);width:100%}.wp-block-macaroni-chillaxy-hero-advanced .hero-logo{align-items:center;display:flex}.wp-block-macaroni-chillaxy-hero-advanced .hero-brand{align-items:center;display:flex;text-decoration:none}.wp-block-macaroni-chillaxy-hero-advanced .hero-brand-logo{height:40px;max-width:200px;width:auto}.wp-block-macaroni-chillaxy-hero-advanced .hero-brand-text{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-large);font-weight:600}.wp-block-macaroni-chillaxy-hero-advanced .hero-nav{display:block!important}.wp-block-macaroni-chillaxy-hero-advanced .hero-nav-list{display:flex;gap:var(--wp-spacing-lg);list-style:none;margin:0;padding:0}.wp-block-macaroni-chillaxy-hero-advanced .hero-nav-item{position:relative}.wp-block-macaroni-chillaxy-hero-advanced .hero-nav-link{align-items:center;color:var(--wp-text-color,#fff);display:flex;font-weight:500;gap:5px;text-decoration:none;transition:color .3s ease}.wp-block-macaroni-chillaxy-hero-advanced .hero-nav-link:hover{color:var(--wp-secondary-color,#cc2055)}.wp-block-macaroni-chillaxy-hero-advanced .dropdown-icon{font-size:12px;transition:transform .3s ease}.wp-block-macaroni-chillaxy-hero-advanced .hero-header-actions,.wp-block-macaroni-chillaxy-hero-advanced .hero-utility-links{align-items:center;display:flex;gap:var(--wp-spacing-sm)}.wp-block-macaroni-chillaxy-hero-advanced .hero-utility-link{align-items:center;color:var(--wp-text-color,#fff);display:flex;gap:5px;opacity:.8;padding:var(--wp-spacing-xs);text-decoration:none;transition:opacity .3s ease}.wp-block-macaroni-chillaxy-hero-advanced .hero-utility-link:hover{opacity:1}.wp-block-macaroni-chillaxy-hero-advanced .cart-container{position:relative}.wp-block-macaroni-chillaxy-hero-advanced .cart-badge{align-items:center;background:var(--wp-secondary-color,#cc2055);border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;line-height:1;position:absolute;right:-8px;top:-8px;width:18px}.wp-block-macaroni-chillaxy-hero-advanced .hero-main{align-items:center;display:flex;flex:1;justify-content:center;padding:var(--wp-spacing-xxl) var(--wp-spacing-lg);position:relative;width:100%;z-index:2}.wp-block-macaroni-chillaxy-hero-advanced .hero-content{margin:0 auto;max-width:800px;text-align:center;width:100%}.wp-block-macaroni-chillaxy-hero-advanced .hero-title{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-hero,3rem);font-weight:700;line-height:1.2;margin-bottom:var(--wp-spacing-md);text-shadow:0 2px 4px #0000004d}.wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-large,1.25rem);font-weight:300;margin-bottom:var(--wp-spacing-xl);opacity:.9}.wp-block-macaroni-chillaxy-hero-advanced .hero-cta-buttons{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;margin-top:var(--wp-spacing-xl)}.wp-block-macaroni-chillaxy-hero-advanced .hero-button{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:none;border-radius:50px;display:inline-block;font-size:18px;font-weight:600;letter-spacing:.5px;min-width:240px;padding:18px 48px;pointer-events:none;text-align:center;text-decoration:none;transition:all .3s ease}.wp-block-macaroni-chillaxy-hero-advanced .hero-button--primary{background:#ff6384b3;border:1px solid #ff6384cc;color:#fff}.wp-block-macaroni-chillaxy-hero-advanced .hero-button--primary:hover{background:#ff6384cc;box-shadow:0 8px 25px #ff638466;color:#fff;transform:translateY(-2px)}.wp-block-macaroni-chillaxy-hero-advanced .hero-button--secondary{background:#4a90e2b3;border:1px solid #4a90e2cc;color:#fff}.wp-block-macaroni-chillaxy-hero-advanced .hero-button--secondary:hover{background:#4a90e2cc;box-shadow:0 8px 25px #4a90e266;color:#fff;transform:translateY(-2px)}.wp-block-macaroni-chillaxy-hero-advanced .hero-notification-bar{background:var(--wp-primary-color,#0d2142);color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-small);padding:var(--wp-spacing-xs) var(--wp-spacing-md);position:relative;text-align:center;width:100%;z-index:3}.wp-block-macaroni-chillaxy-hero-advanced .hero-social{bottom:var(--wp-spacing-xl);left:50%;position:absolute;transform:translateX(-50%);z-index:3}.wp-block-macaroni-chillaxy-hero-advanced .hero-social-links{display:flex;gap:var(--wp-spacing-md)}.wp-block-macaroni-chillaxy-hero-advanced .hero-social-link{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-small);opacity:.7;pointer-events:none;text-decoration:none;transition:all .3s ease}.wp-block-macaroni-chillaxy-hero-advanced .hero-social-link:hover{opacity:1;transform:translateY(-2px)}.wp-block-macaroni-chillaxy-hero-advanced .hero-content>*{animation:none!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced.alignfull{margin-left:-30px!important;margin-right:-30px!important;width:calc(100% + 60px)!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced.alignwide{margin-left:-20px!important;margin-right:-20px!important;width:calc(100% + 40px)!important}.block-editor-block-list__layout .wp-block-macaroni-chillaxy-hero-advanced{margin-left:0!important;margin-right:0!important;width:100%!important}.components-panel__body .macaroni-color-preview{border:1px solid #ddd;border-radius:3px;display:inline-block;height:30px;margin-left:8px;width:30px}.macaroni-preset-control .components-button{margin-bottom:8px}.macaroni-brand-selector{margin-bottom:16px}.macaroni-brand-selector .components-base-control__label{font-weight:600;margin-bottom:8px}.macaroni-image-selector{margin-bottom:16px}.macaroni-image-selector .components-placeholder{min-height:200px}.macaroni-image-selector .components-placeholder .components-placeholder__label{font-weight:600}.macaroni-image-selector img{border-radius:4px;height:auto;max-width:100%}.macaroni-image-selector .components-button.is-destructive{margin-top:8px}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-nav{display:none!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-mobile-menu{display:block}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-title{font-size:2rem!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle{font-size:1rem!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-cta-buttons{flex-direction:column;gap:var(--wp-spacing-md)}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-button{font-size:16px;min-width:200px;padding:16px 40px}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced .hero-header-container{padding:0 var(--wp-spacing-sm)}.edit-post-visual-editor.is-zoom-out .wp-block-macaroni-chillaxy-hero-advanced .hero-title{font-size:2rem!important}.edit-post-visual-editor.is-zoom-out .wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle{font-size:1rem!important}.wp-block-macaroni-chillaxy-hero-advanced[data-type="macaroni/chillaxy-hero-advanced"] .block-editor-block-toolbar{z-index:10}.edit-post-sidebar .components-panel__body .macaroni-range-control .components-base-control__label{align-items:center;display:flex;justify-content:space-between}.edit-post-sidebar .components-panel__body .macaroni-range-control .components-base-control__label .macaroni-range-value{color:#757575;font-size:12px;font-weight:400}.macaroni-hero-error{background-color:#fef7f7;border:1px solid #d63638;border-radius:4px;color:#d63638;padding:20px}.macaroni-hero-error .macaroni-error-title{font-weight:600;margin-bottom:8px}.macaroni-hero-error .macaroni-error-message{font-size:14px;line-height:1.4}.wp-block-macaroni-chillaxy-hero-advanced[style*=background-image]{background-position:50%;background-repeat:no-repeat;background-size:cover}.wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle:focus,.wp-block-macaroni-chillaxy-hero-advanced .hero-tagline:focus,.wp-block-macaroni-chillaxy-hero-advanced .hero-title:focus{outline:2px solid #007cba;outline-offset:2px}@media(max-width:767px){.wp-block-macaroni-chillaxy-hero-advanced .hero-header-container{padding:0 var(--wp-spacing-sm)!important}.wp-block-macaroni-chillaxy-hero-advanced .hero-main{padding:var(--wp-spacing-lg) var(--wp-spacing-sm)!important}.wp-block-macaroni-chillaxy-hero-advanced .hero-cta-buttons{flex-direction:column;gap:var(--wp-spacing-md)}.wp-block-macaroni-chillaxy-hero-advanced .hero-button{font-size:16px;min-width:200px;padding:16px 40px}.wp-block-macaroni-chillaxy-hero-advanced .hero-title{font-size:2rem!important}.wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle{font-size:var(--wp-font-size-medium)!important}}@media(min-width:768px){.wp-block-macaroni-chillaxy-hero-advanced .hero-title{font-size:4rem}.wp-block-macaroni-chillaxy-hero-advanced .hero-subtitle{font-size:var(--wp-font-size-x-large)}}.block-editor-writing-flow .wp-block-macaroni-chillaxy-hero-advanced,.interface-interface-skeleton__content .wp-block-macaroni-chillaxy-hero-advanced{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important}.wp-block-macaroni-chillaxy-hero-advanced{--wp-primary-color:#0d2142;--wp-secondary-color:#cc2055;--wp-tertiary-color:#2e86ab;--wp-accent-color:#f18f01;--wp-text-color:#fff;--wp-background-color:#0d2142;--wp-surface-color:#ffffff1a;--wp-spacing-xs:0.5rem;--wp-spacing-sm:1rem;--wp-spacing-md:1.5rem;--wp-spacing-lg:2rem;--wp-spacing-xl:3rem;--wp-spacing-xxl:4rem;--wp-font-size-small:0.875rem;--wp-font-size-medium:1rem;--wp-font-size-large:1.25rem;--wp-font-size-x-large:1.5rem;--wp-font-size-xx-large:2rem;--wp-font-size-hero:3rem;--wp-content-max-width:1200px;--wp-header-height:80px;background-image:var(--hero-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover}.edit-post-visual-editor .wp-block-macaroni-chillaxy-hero-advanced .hero-editor-preview{background-image:inherit;background-position:inherit;background-repeat:inherit;background-size:inherit}.components-notice{margin-bottom:16px}.components-notice.is-error{border-left-color:#d63638}.macaroni-image-preview{border-radius:4px;margin-top:10px;overflow:hidden}.macaroni-image-preview img{display:block;height:auto;width:100%}
.wp-block-macaroni-chillaxy-hero-advanced-2{background-attachment:scroll!important;margin:0}.wp-block-macaroni-chillaxy-hero-advanced-2,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-editor-preview{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:600px;position:relative;width:100%}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-editor-preview{background-image:var(--hero-bg-image);flex:1;overflow:hidden}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-main{align-items:center;display:flex;flex:1;justify-content:center;padding:var(--wp-spacing-xxl) var(--wp-spacing-lg);position:relative;width:100%;z-index:2}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-content{margin:0 auto;max-width:800px;text-align:center;width:100%}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-hero,3rem);font-weight:500;line-height:1.2;margin-bottom:var(--wp-spacing-md);text-shadow:0 2px 4px #0000004d}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle{color:var(--wp-text-color,#fff);font-size:var(--wp-font-size-large,1.25rem);font-weight:300;margin-bottom:var(--wp-spacing-xl);opacity:.9}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-cta-buttons{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:center;margin-top:var(--wp-spacing-xl)}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button{border-radius:9999px;border-style:solid;border-width:2px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;letter-spacing:2px;padding:14px 85px;pointer-events:auto;text-align:center;text-decoration:none!important;text-transform:uppercase;transition:all .3s ease}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button--primary{background-color:#d9a9b3d9;border-color:#c84c6b;color:#c84c6b}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button--primary:hover,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button.hero-button--primary:hover,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-cta-buttons .hero-button--primary:hover{background-color:#1c2942!important;border-color:#1c2942!important;box-shadow:0 6px 12px #00000026!important;color:#fff!important;text-decoration:none!important;transform:translateY(-3px)!important;transition:all .3s ease!important}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button--secondary{background-color:#f5f5f5d9;border-color:#c84c6b;color:#c84c6b}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button--secondary:hover,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button.hero-button--secondary:hover,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-cta-buttons .hero-button--secondary:hover{background-color:#1c2942!important;border-color:#1c2942!important;box-shadow:0 6px 12px #00000026!important;color:#fff!important;text-decoration:none!important;transform:translateY(-3px)!important;transition:all .3s ease!important}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-content>*{animation:none!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced-2{margin-left:0!important;margin-right:0!important;max-width:none!important;width:100%!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced-2.alignfull{margin-left:-30px!important;margin-right:-30px!important;width:calc(100% + 60px)!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-hero-advanced-2.alignwide{margin-left:-20px!important;margin-right:-20px!important;width:calc(100% + 40px)!important}.block-editor-block-list__layout .wp-block-macaroni-chillaxy-hero-advanced-2{margin-left:0!important;margin-right:0!important;width:100%!important}.components-panel__body .macaroni-color-preview{border:1px solid #ddd;border-radius:3px;display:inline-block;height:30px;margin-left:8px;width:30px}.macaroni-preset-control .components-button{margin-bottom:8px}.macaroni-brand-selector{margin-bottom:16px}.macaroni-brand-selector .components-base-control__label{font-weight:600;margin-bottom:8px}.macaroni-image-selector{margin-bottom:16px}.macaroni-image-selector .components-placeholder{min-height:200px}.macaroni-image-selector .components-placeholder .components-placeholder__label{font-weight:600}.macaroni-image-selector img{border-radius:4px;height:auto;max-width:100%}.macaroni-image-selector .components-button.is-destructive{margin-top:8px}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-nav{display:none!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-mobile-menu{display:block}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title{font-size:2rem!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle{font-size:1rem!important}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-cta-buttons{flex-direction:column;gap:var(--wp-spacing-md)}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button{font-size:16px;min-width:200px;padding:16px 40px}.is-mobile-preview .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-header-container{padding:0 var(--wp-spacing-sm)}.edit-post-visual-editor.is-zoom-out .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title{font-size:2rem!important}.edit-post-visual-editor.is-zoom-out .wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle{font-size:1rem!important}.wp-block-macaroni-chillaxy-hero-advanced-2[data-type="macaroni/chillaxy-hero-advanced-2"] .block-editor-block-toolbar{z-index:10}.edit-post-sidebar .components-panel__body .macaroni-range-control .components-base-control__label{align-items:center;display:flex;justify-content:space-between}.edit-post-sidebar .components-panel__body .macaroni-range-control .components-base-control__label .macaroni-range-value{color:#757575;font-size:12px;font-weight:400}.macaroni-hero-error{background-color:#fef7f7;border:1px solid #d63638;border-radius:4px;color:#d63638;padding:20px}.macaroni-hero-error .macaroni-error-title{font-weight:600;margin-bottom:8px}.macaroni-hero-error .macaroni-error-message{font-size:14px;line-height:1.4}.wp-block-macaroni-chillaxy-hero-advanced-2[style*=background-image]{background-position:50%;background-repeat:no-repeat;background-size:cover}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle:focus,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-tagline:focus,.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title:focus{outline:2px solid #007cba;outline-offset:2px}@media(max-width:767px){.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-header-container{padding:0 var(--wp-spacing-sm)!important}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-main{padding:var(--wp-spacing-lg) var(--wp-spacing-sm)!important}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-cta-buttons{flex-direction:column;gap:var(--wp-spacing-md)}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-button{font-size:16px;min-width:200px;padding:16px 40px}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title{font-size:2rem!important}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle{font-size:var(--wp-font-size-medium)!important}}@media(min-width:768px){.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-title{font-size:4rem}.wp-block-macaroni-chillaxy-hero-advanced-2 .hero-subtitle{font-size:var(--wp-font-size-x-large)}}.block-editor-writing-flow .wp-block-macaroni-chillaxy-hero-advanced-2,.interface-interface-skeleton__content .wp-block-macaroni-chillaxy-hero-advanced-2,.wp-block-macaroni-chillaxy-hero-advanced-2{display:block!important;left:auto!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;max-width:none!important;position:relative!important;right:auto!important;transform:none!important;width:100vw!important}.wp-block-macaroni-chillaxy-hero-advanced-2{--wp-primary-color:#0d2142;--wp-secondary-color:#cc2055;--wp-tertiary-color:#2e86ab;--wp-accent-color:#f18f01;--wp-text-color:#fff;--wp-background-color:#0d2142;--wp-surface-color:#ffffff1a;--wp-spacing-xs:0.5rem;--wp-spacing-sm:1rem;--wp-spacing-md:1.5rem;--wp-spacing-lg:2rem;--wp-spacing-xl:3rem;--wp-spacing-xxl:4rem;--wp-font-size-small:0.875rem;--wp-font-size-medium:1rem;--wp-font-size-large:1.25rem;--wp-font-size-x-large:1.5rem;--wp-font-size-xx-large:2rem;--wp-font-size-hero:3rem;--wp-content-max-width:1200px;--wp-header-height:80px}.components-notice{margin-bottom:16px}.components-notice.is-error{border-left-color:#d63638}.macaroni-image-preview{border-radius:4px;margin-top:10px;overflow:hidden}.macaroni-image-preview img{display:block;height:auto;width:100%}
.editor-styles-wrapper .wp-block-macaroni-cbd-features,.wp-block-macaroni-cbd-features{--wp-primary-color:#0d2142;--wp-secondary-color:#6c757d;--wp-text-color:#333;--wp-background-color:#fff;--wp-success-color:#28a745;--wp-border-color:#e9ecef;--wp-spacing-xs:0.5rem;--wp-spacing-sm:1rem;--wp-spacing-md:1.5rem;--wp-spacing-lg:2rem;--wp-spacing-xl:3rem;--wp-font-size-small:0.875rem;--wp-font-size-medium:1rem;--wp-font-size-large:1.25rem;--wp-font-size-x-large:1.5rem;background-color:var(--wp-background-color);min-height:200px;padding:var(--wp-spacing-xl) var(--wp-spacing-md);position:relative}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-features-grid,.wp-block-macaroni-cbd-features .cbd-features-grid{display:grid;gap:var(--wp-spacing-lg);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card,.wp-block-macaroni-cbd-features .cbd-feature-card{background-color:var(--wp-background-color);border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:var(--wp-spacing-lg);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card:hover,.wp-block-macaroni-cbd-features .cbd-feature-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-header,.wp-block-macaroni-cbd-features .cbd-feature-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--wp-spacing-md)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-icon,.wp-block-macaroni-cbd-features .cbd-feature-icon{align-items:center;background-color:#0d21421a;border-radius:50%;color:var(--wp-primary-color);display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:40px;justify-content:center;margin:0;width:40px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-icon svg,.wp-block-macaroni-cbd-features .cbd-feature-icon svg{height:24px;width:24px;fill:var(--wp-primary-color)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-title,.wp-block-macaroni-cbd-features .cbd-feature-title{color:var(--wp-primary-color);flex:1;font-size:var(--wp-font-size-large);font-weight:700;line-height:1.4;margin:0}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-list,.wp-block-macaroni-cbd-features .cbd-feature-list{list-style:none;margin:0;padding:0;text-align:left}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-list li,.wp-block-macaroni-cbd-features .cbd-feature-list li{align-items:flex-start;color:var(--wp-text-color);display:flex;font-size:var(--wp-font-size-medium);line-height:1.6;margin-bottom:var(--wp-spacing-sm)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-list li:before,.wp-block-macaroni-cbd-features .cbd-feature-list li:before{color:var(--wp-success-color);content:"✓";flex-shrink:0;font-size:16px;font-weight:700;margin-right:var(--wp-spacing-sm)}@media(min-width:768px){.editor-styles-wrapper .wp-block-macaroni-cbd-features,.wp-block-macaroni-cbd-features{padding:var(--wp-spacing-xl) var(--wp-spacing-lg)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-features-grid,.wp-block-macaroni-cbd-features .cbd-features-grid{gap:var(--wp-spacing-xl);grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-cbd-features,.wp-block-macaroni-cbd-features{padding:calc(var(--wp-spacing-xl)*1.5) var(--wp-spacing-xl)}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-features-grid,.wp-block-macaroni-cbd-features .cbd-features-grid{grid-template-columns:repeat(4,1fr)}}.editor-styles-wrapper .wp-block-macaroni-cbd-features.card-style-border .cbd-feature-card,.wp-block-macaroni-cbd-features.card-style-border .cbd-feature-card{border:2px solid var(--wp-border-color);box-shadow:none}.editor-styles-wrapper .wp-block-macaroni-cbd-features.card-style-border .cbd-feature-card:hover,.wp-block-macaroni-cbd-features.card-style-border .cbd-feature-card:hover{border-color:var(--wp-primary-color);transform:translateY(-3px)}.editor-styles-wrapper .wp-block-macaroni-cbd-features.card-style-flat .cbd-feature-card,.wp-block-macaroni-cbd-features.card-style-flat .cbd-feature-card{background-color:#0000;border:none;box-shadow:none}.editor-styles-wrapper .wp-block-macaroni-cbd-features.card-style-flat .cbd-feature-card:hover,.wp-block-macaroni-cbd-features.card-style-flat .cbd-feature-card:hover{background-color:var(--wp-background-color);box-shadow:0 2px 8px #0000001a}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-selected,.wp-block-macaroni-cbd-features.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card,.wp-block-macaroni-cbd-features .cbd-feature-card{position:relative}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card:hover .card-controls,.wp-block-macaroni-cbd-features .cbd-feature-card:hover .card-controls{opacity:1;visibility:visible}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card .card-controls,.wp-block-macaroni-cbd-features .cbd-feature-card .card-controls{background:#ffffffe6;border-radius:4px;box-shadow:0 2px 8px #0000001a;opacity:0;padding:4px;position:absolute;right:8px;top:8px;transition:all .3s ease;visibility:hidden}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card .card-controls .components-button,.wp-block-macaroni-cbd-features .cbd-feature-card .card-controls .components-button{font-size:12px;height:24px;line-height:1;margin:0 2px;min-width:24px;padding:0;width:24px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .cbd-feature-card .card-controls .components-button.is-destructive,.wp-block-macaroni-cbd-features .cbd-feature-card .card-controls .components-button.is-destructive{color:#d63638}.editor-styles-wrapper .wp-block-macaroni-cbd-features .components-base-control,.wp-block-macaroni-cbd-features .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-cbd-features .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .brand-selector .components-button,.wp-block-macaroni-cbd-features .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .brand-selector .components-button.is-primary,.wp-block-macaroni-cbd-features .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-empty .cbd-features-grid,.wp-block-macaroni-cbd-features.is-empty .cbd-features-grid{align-items:center;background:#f9f9f9;border:2px dashed #ccc;border-radius:8px;display:flex;justify-content:center;min-height:200px}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-empty .cbd-features-grid .empty-message,.wp-block-macaroni-cbd-features.is-empty .cbd-features-grid .empty-message{color:#666;font-style:italic;text-align:center}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-empty .cbd-features-grid .empty-message .components-button,.wp-block-macaroni-cbd-features.is-empty .cbd-features-grid .empty-message .components-button{margin-top:12px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls,.wp-block-macaroni-cbd-features .preset-controls{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;margin-bottom:20px;padding:16px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-title,.wp-block-macaroni-cbd-features .preset-controls .preset-title{color:#1d2327;font-weight:600;margin-bottom:12px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-buttons,.wp-block-macaroni-cbd-features .preset-controls .preset-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-buttons .components-button,.wp-block-macaroni-cbd-features .preset-controls .preset-buttons .components-button{flex:1;justify-content:center;min-width:120px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-actions,.wp-block-macaroni-cbd-features .preset-controls .preset-actions{display:flex;gap:8px}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-actions .components-button.is-secondary,.wp-block-macaroni-cbd-features .preset-controls .preset-actions .components-button.is-secondary{border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-cbd-features .preset-controls .preset-actions .components-button.is-destructive,.wp-block-macaroni-cbd-features .preset-controls .preset-actions .components-button.is-destructive{border-color:#d63638;color:#d63638}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-mobile-preview,.wp-block-macaroni-cbd-features.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-mobile-preview .cbd-features-grid,.wp-block-macaroni-cbd-features.is-mobile-preview .cbd-features-grid{grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-tablet-preview,.wp-block-macaroni-cbd-features.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-cbd-features.is-tablet-preview .cbd-features-grid,.wp-block-macaroni-cbd-features.is-tablet-preview .cbd-features-grid{grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-cbd-features.macaroni-brand-chillaxy,.wp-block-macaroni-cbd-features.macaroni-brand-chillaxy{--wp-primary-color:#0d2142;--wp-secondary-color:#f4c2c2;--wp-accent-color:#cc2055}.editor-styles-wrapper .wp-block-macaroni-cbd-features.macaroni-brand-good-chill,.wp-block-macaroni-cbd-features.macaroni-brand-good-chill{--wp-primary-color:#2c3e50;--wp-secondary-color:#bdc3c7;--wp-accent-color:#e74c3c}.editor-styles-wrapper .wp-block-macaroni-cbd-features.macaroni-brand-fruity,.wp-block-macaroni-cbd-features.macaroni-brand-fruity{--wp-primary-color:#8e44ad;--wp-secondary-color:#f8c471;--wp-accent-color:#e67e22}.editor-styles-wrapper .wp-block-macaroni-cbd-features.macaroni-brand-aqua,.wp-block-macaroni-cbd-features.macaroni-brand-aqua{--wp-primary-color:#1abc9c;--wp-secondary-color:#aed6f1;--wp-accent-color:#3498db}.editor-styles-wrapper .wp-block-macaroni-cbd-features.macaroni-brand-gray,.wp-block-macaroni-cbd-features.macaroni-brand-gray{--wp-primary-color:#34495e;--wp-secondary-color:#95a5a6;--wp-accent-color:#7f8c8d}.edit-post-visual-editor .wp-block-macaroni-cbd-features{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-chillaxy-features,.wp-block-macaroni-chillaxy-features{position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .features-section,.wp-block-macaroni-chillaxy-features .features-section{background-color:var(--bg-color,#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;min-height:200px;padding:3rem 2rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .features-container,.wp-block-macaroni-chillaxy-features .features-container{display:grid;gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-item,.wp-block-macaroni-chillaxy-features .feature-item{align-items:center;background-color:var(--bg-color,#fff);border-radius:8px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-item:hover,.wp-block-macaroni-chillaxy-features .feature-item:hover{box-shadow:0 8px 25px #0d21421a;transform:translateY(-4px)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-icon,.wp-block-macaroni-chillaxy-features .feature-icon{align-items:center;display:flex;flex-shrink:0;height:var(--icon-size-mobile,80px);justify-content:center;margin-bottom:1.5rem;width:var(--icon-size-mobile,80px)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-icon img,.wp-block-macaroni-chillaxy-features .feature-icon img{height:100%;object-fit:cover;width:100%}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-title,.wp-block-macaroni-chillaxy-features .feature-title{color:var(--text-color,#333);font-size:1.125rem;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .icon-placeholder,.wp-block-macaroni-chillaxy-features .icon-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:.875rem;font-style:italic;height:100%;justify-content:center;transition:all .3s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .icon-placeholder:hover,.wp-block-macaroni-chillaxy-features .icon-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}@media(min-width:768px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .features-section,.wp-block-macaroni-chillaxy-features .features-section{padding:4rem 3rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .features-container,.wp-block-macaroni-chillaxy-features .features-container{gap:3rem;grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-icon,.wp-block-macaroni-chillaxy-features .feature-icon{height:var(--icon-size-tablet,96px);width:var(--icon-size-tablet,96px)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-title,.wp-block-macaroni-chillaxy-features .feature-title{font-size:1.25rem}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .features-container,.wp-block-macaroni-chillaxy-features .features-container{gap:2rem;grid-template-columns:repeat(4,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-item,.wp-block-macaroni-chillaxy-features .feature-item{padding:3rem 2rem}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-icon,.wp-block-macaroni-chillaxy-features .feature-icon{height:var(--icon-size-desktop,112px);margin-bottom:2rem;width:var(--icon-size-desktop,112px)}}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.macaroni-brand-chillaxy .feature-title,.wp-block-macaroni-chillaxy-features.macaroni-brand-chillaxy .feature-title{color:var(--brand-primary,#0d2142)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.macaroni-brand-good-chill .feature-title,.wp-block-macaroni-chillaxy-features.macaroni-brand-good-chill .feature-title{color:var(--brand-primary,#8b4b6b)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.macaroni-brand-fruity .feature-title,.wp-block-macaroni-chillaxy-features.macaroni-brand-fruity .feature-title{color:var(--brand-primary,#c17a7a)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.macaroni-brand-aqua .feature-title,.wp-block-macaroni-chillaxy-features.macaroni-brand-aqua .feature-title{color:var(--brand-primary,#4a90a4)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.macaroni-brand-gray .feature-title,.wp-block-macaroni-chillaxy-features.macaroni-brand-gray .feature-title{color:var(--brand-primary,#666)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features[style*="text-align: left"] .feature-item,.wp-block-macaroni-chillaxy-features[style*="text-align: left"] .feature-item{align-items:flex-start;text-align:left}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features[style*="text-align: right"] .feature-item,.wp-block-macaroni-chillaxy-features[style*="text-align: right"] .feature-item{align-items:flex-end;text-align:right}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features[style*="text-align: center"] .feature-item,.wp-block-macaroni-chillaxy-features[style*="text-align: center"] .feature-item{align-items:center;text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.is-selected,.wp-block-macaroni-chillaxy-features.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .rich-text,.wp-block-macaroni-chillaxy-features .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .rich-text:focus,.wp-block-macaroni-chillaxy-features .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .rich-text:empty:before,.wp-block-macaroni-chillaxy-features .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .image-placeholder,.wp-block-macaroni-chillaxy-features .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;min-height:80px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .image-placeholder:hover,.wp-block-macaroni-chillaxy-features .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .components-base-control,.wp-block-macaroni-chillaxy-features .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-chillaxy-features .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .brand-selector .components-button,.wp-block-macaroni-chillaxy-features .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .brand-selector .components-button.is-primary,.wp-block-macaroni-chillaxy-features .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.is-mobile-preview,.wp-block-macaroni-chillaxy-features.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features.is-tablet-preview,.wp-block-macaroni-chillaxy-features.is-tablet-preview{margin:0 auto;max-width:768px}.edit-post-visual-editor .editor-styles-wrapper .wp-block-macaroni-chillaxy-features,.edit-post-visual-editor .wp-block-macaroni-chillaxy-features{margin-bottom:28px;margin-top:28px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-item,.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true],.wp-block-macaroni-chillaxy-features .feature-item,.wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true]{position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true]:focus,.wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true]:focus{background-color:#0073aa1a;border-radius:4px;outline:1px solid #0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true]:empty:before,.wp-block-macaroni-chillaxy-features .feature-title[contenteditable=true]:empty:before{color:#999;content:"特徴のタイトルを入力...";font-style:italic;pointer-events:none}.edit-post-visual-editor .wp-block-macaroni-chillaxy-features{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-accordion-info-section,.wp-block-macaroni-accordion-info-section{background-color:var(--accordion-bg-color,#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;max-width:100%;position:relative}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-container,.wp-block-macaroni-accordion-info-section .accordion-container{background-color:var(--accordion-bg-color,#fff);padding-left:var(--accordion-left-padding,1.25rem)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-item,.wp-block-macaroni-accordion-info-section .accordion-item{background-color:var(--accordion-bg-color,#fff);border-bottom:1px solid var(--accordion-border-color,#eee)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-item:last-child,.wp-block-macaroni-accordion-info-section .accordion-item:last-child{border-bottom:1px solid var(--accordion-border-color,#eee)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header,.wp-block-macaroni-accordion-info-section .accordion-header{align-items:center;appearance:none;background:var(--accordion-bg-color,#fff);border:none;color:var(--accordion-text-color,#222);cursor:pointer;display:flex;font-size:.95rem;justify-content:flex-start;outline:none;padding:.625rem 0;position:relative;text-align:left;transition:all .2s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header:hover,.wp-block-macaroni-accordion-info-section .accordion-header:hover{background-color:#0000}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header:focus,.wp-block-macaroni-accordion-info-section .accordion-header:focus{background-color:#0000;box-shadow:none;outline:none}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header:active,.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header:focus:active,.wp-block-macaroni-accordion-info-section .accordion-header:active,.wp-block-macaroni-accordion-info-section .accordion-header:focus:active{background-color:#0000;outline:none}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-title,.wp-block-macaroni-accordion-info-section .accordion-title{color:var(--accordion-text-color,#222);flex:1;font-size:.95rem;font-weight:400;line-height:1.4;margin:0 0 0 .375rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-icon,.wp-block-macaroni-accordion-info-section .accordion-icon{align-items:center;display:flex;flex-shrink:0;height:9px;justify-content:center;margin-right:0;order:-1;transition:all .2s ease;width:9px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-icon:before,.wp-block-macaroni-accordion-info-section .accordion-icon:before{border-bottom:3.5px solid #0000;border-left:4px solid var(--accordion-icon-color,#e91e63);border-top:3.5px solid #0000;content:"";display:block;height:0;transition:all .2s ease;width:0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-content,.wp-block-macaroni-accordion-info-section .accordion-content{background-color:var(--accordion-bg-color,#fff);max-height:none;overflow:visible;transition:all .2s ease}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-content-inner,.wp-block-macaroni-accordion-info-section .accordion-content-inner{color:#666;font-size:.875rem;line-height:1.5;margin-left:calc(9px + .375rem);padding:0 0 .5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-item.is-open .accordion-icon:before,.wp-block-macaroni-accordion-info-section .accordion-item.is-open .accordion-icon:before{transform:rotate(90deg)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .restocked-section,.wp-block-macaroni-accordion-info-section .restocked-section{margin-left:calc(-9px - .375rem);padding:2rem 0;text-align:center}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .restocked-title,.wp-block-macaroni-accordion-info-section .restocked-title{color:var(--accordion-icon-color,#e91e63);font-size:2rem;font-weight:700;letter-spacing:.1em;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .restocked-subtitle,.wp-block-macaroni-accordion-info-section .restocked-subtitle{color:#666;font-size:.95rem;margin-bottom:2rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .new-arrivals-section,.wp-block-macaroni-accordion-info-section .new-arrivals-section{margin-left:calc(-9px - .375rem);padding:2rem 0;text-align:center}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .new-arrivals-title,.wp-block-macaroni-accordion-info-section .new-arrivals-title{color:var(--accordion-icon-color,#e91e63);font-size:2rem;font-weight:700;letter-spacing:.1em;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .new-arrivals-subtitle,.wp-block-macaroni-accordion-info-section .new-arrivals-subtitle{color:#666;font-size:.95rem;margin-bottom:2rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .beginner-guide-section,.wp-block-macaroni-accordion-info-section .beginner-guide-section{margin-left:calc(-9px - .375rem);padding:0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-content,.wp-block-macaroni-accordion-info-section .guide-content{background:#e91e6305;border-left:4px solid var(--accordion-icon-color,#e91e63);margin-bottom:2rem;padding:1.5rem 0 2rem 1.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-header,.wp-block-macaroni-accordion-info-section .guide-header{margin-bottom:2rem;text-align:left}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-title,.wp-block-macaroni-accordion-info-section .guide-title{color:var(--accordion-icon-color,#e91e63);font-size:1.5rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-description,.wp-block-macaroni-accordion-info-section .guide-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-steps,.wp-block-macaroni-accordion-info-section .guide-steps{margin-bottom:2.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-step,.wp-block-macaroni-accordion-info-section .guide-step{align-items:flex-start;display:flex;margin-bottom:1.5rem;position:relative}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-number,.wp-block-macaroni-accordion-info-section .step-number{align-items:center;background:var(--accordion-icon-color,#e91e63);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:2.5rem;justify-content:center;margin-right:1rem;width:2.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-content,.wp-block-macaroni-accordion-info-section .step-content{flex:1}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-title,.wp-block-macaroni-accordion-info-section .step-title{color:var(--accordion-text-color,#222);font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-description,.wp-block-macaroni-accordion-info-section .step-description{color:#666;font-size:.9rem;line-height:1.6;margin:0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .beginner-guide-section .product-additional-info,.wp-block-macaroni-accordion-info-section .beginner-guide-section .product-additional-info{background:#ff98001a;border-radius:4px;color:#f57c00;font-size:.8rem;font-weight:500;margin-bottom:.75rem;padding:.4rem .75rem;text-align:center}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .products-grid,.wp-block-macaroni-accordion-info-section .products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-card,.wp-block-macaroni-accordion-info-section .product-card{background:var(--accordion-bg-color,#fff);border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1rem;text-align:left;transition:transform .2s ease}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-card:hover,.wp-block-macaroni-accordion-info-section .product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-image,.wp-block-macaroni-accordion-info-section .product-image{align-items:center;background:#f5f5f5;border-radius:4px;display:flex;height:200px;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-labels,.wp-block-macaroni-accordion-info-section .product-labels{display:flex;flex-wrap:wrap;gap:.25rem;left:.5rem;position:absolute;top:.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-label,.wp-block-macaroni-accordion-info-section .product-label{background:var(--accordion-icon-color,#e91e63);border-radius:3px;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-label.new,.wp-block-macaroni-accordion-info-section .product-label.new{background:#ff9800}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-label.restock,.wp-block-macaroni-accordion-info-section .product-label.restock{background:var(--accordion-icon-color,#e91e63)}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-category,.wp-block-macaroni-accordion-info-section .product-category{background:#333;border-radius:3px;color:#fff;display:inline-block;font-size:.75rem;margin-bottom:.5rem;padding:.25rem .5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-title,.wp-block-macaroni-accordion-info-section .product-title{color:var(--accordion-text-color,#222);font-size:.95rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-components,.wp-block-macaroni-accordion-info-section .product-components{display:flex;font-size:.875rem;gap:1rem;margin-bottom:.75rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .component-item,.wp-block-macaroni-accordion-info-section .component-item{align-items:center;display:flex;gap:.25rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .component-name,.wp-block-macaroni-accordion-info-section .component-name{color:var(--accordion-text-color,#222);font-weight:700}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .component-value,.wp-block-macaroni-accordion-info-section .component-value{color:#666}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-description,.wp-block-macaroni-accordion-info-section .product-description{color:#666;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-button,.wp-block-macaroni-accordion-info-section .product-button{background:#2c5282;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:700;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:background-color .2s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-button:hover,.wp-block-macaroni-accordion-info-section .product-button:hover{background:#2a4a7a;color:#fff}@media(max-width:1024px){.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .products-grid,.wp-block-macaroni-accordion-info-section .products-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-container,.wp-block-macaroni-accordion-info-section .accordion-container{padding-left:1rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-header,.wp-block-macaroni-accordion-info-section .accordion-header{font-size:.875rem;padding:.75rem 0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .accordion-content-inner,.wp-block-macaroni-accordion-info-section .accordion-content-inner{margin-left:calc(9px + .375rem);padding:0 0 .5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .products-grid,.wp-block-macaroni-accordion-info-section .products-grid{gap:1rem;grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .new-arrivals-title,.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .restocked-title,.wp-block-macaroni-accordion-info-section .new-arrivals-title,.wp-block-macaroni-accordion-info-section .restocked-title{font-size:1.5rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-title,.wp-block-macaroni-accordion-info-section .guide-title{font-size:1.3rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .guide-content,.wp-block-macaroni-accordion-info-section .guide-content{padding:1rem 0 1.5rem 1rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-number,.wp-block-macaroni-accordion-info-section .step-number{font-size:.9rem;height:2rem;margin-right:.75rem;width:2rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-title,.wp-block-macaroni-accordion-info-section .step-title{font-size:.95rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .step-description,.wp-block-macaroni-accordion-info-section .step-description{font-size:.85rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .product-image,.wp-block-macaroni-accordion-info-section .product-image{height:150px}}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.is-selected,.wp-block-macaroni-accordion-info-section.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .rich-text,.wp-block-macaroni-accordion-info-section .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .rich-text:focus,.wp-block-macaroni-accordion-info-section .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .rich-text:empty:before,.wp-block-macaroni-accordion-info-section .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .image-placeholder,.wp-block-macaroni-accordion-info-section .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;min-height:150px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .image-placeholder:hover,.wp-block-macaroni-accordion-info-section .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-accordion-item,.wp-block-macaroni-accordion-info-section .add-accordion-item{margin-top:1rem;text-align:center}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-accordion-item .components-button,.wp-block-macaroni-accordion-info-section .add-accordion-item .components-button{background:#0073aa;border-radius:4px;color:#fff;padding:.5rem 1rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-accordion-item .components-button:hover,.wp-block-macaroni-accordion-info-section .add-accordion-item .components-button:hover{background:#005a87}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-product-item,.wp-block-macaroni-accordion-info-section .add-product-item{align-items:center;border:2px dashed #ccc;border-radius:8px;cursor:pointer;display:flex;grid-column:1/-1;justify-content:center;min-height:100px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-product-item:hover,.wp-block-macaroni-accordion-info-section .add-product-item:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .add-product-item .components-button,.wp-block-macaroni-accordion-info-section .add-product-item .components-button{background:none;border:none;color:inherit;font-size:.875rem}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .components-base-control,.wp-block-macaroni-accordion-info-section .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-accordion-info-section .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .brand-selector .components-button,.wp-block-macaroni-accordion-info-section .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section .brand-selector .components-button.is-primary,.wp-block-macaroni-accordion-info-section .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.is-mobile-preview,.wp-block-macaroni-accordion-info-section.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.is-tablet-preview,.wp-block-macaroni-accordion-info-section.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.macaroni-brand-chillaxy,.wp-block-macaroni-accordion-info-section.macaroni-brand-chillaxy{--accordion-icon-color:#e91e63}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.macaroni-brand-good-chill,.wp-block-macaroni-accordion-info-section.macaroni-brand-good-chill{--accordion-icon-color:#8e44ad}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.macaroni-brand-fruity,.wp-block-macaroni-accordion-info-section.macaroni-brand-fruity{--accordion-icon-color:#e74c3c}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.macaroni-brand-deep-sea,.wp-block-macaroni-accordion-info-section.macaroni-brand-deep-sea{--accordion-icon-color:#3498db}.editor-styles-wrapper .wp-block-macaroni-accordion-info-section.macaroni-brand-gray,.wp-block-macaroni-accordion-info-section.macaroni-brand-gray{--accordion-icon-color:#95a5a6}.edit-post-visual-editor .wp-block-macaroni-accordion-info-section{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-product-grid,.wp-block-macaroni-product-grid{--wp-primary-color:var(--brand-primary,#2c3e50);--wp-secondary-color:var(--brand-secondary,#34495e);--wp-text-color:var(--brand-text,#2c3e50);--wp-background-color:var(--brand-background,#f8f9fa);--wp-image-height-desktop:220px;--wp-image-height-tablet:200px;--wp-image-height-mobile:180px;--wp-image-height-small:160px;--wp-spacing-xs:0.5rem;--wp-spacing-sm:1rem;--wp-spacing-md:1.5rem;--wp-spacing-lg:2rem;--wp-spacing-xl:3rem;--wp-font-size-small:0.875rem;--wp-font-size-medium:1rem;--wp-font-size-large:1.25rem;--wp-font-size-x-large:1.5rem;background-color:var(--wp-background-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:var(--wp-spacing-md) 0;min-height:100px;padding:var(--wp-spacing-lg);position:relative}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-grid,.wp-block-macaroni-product-grid .product-grid{display:grid;gap:var(--wp-spacing-md);grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item,.wp-block-macaroni-product-grid .product-item{align-items:center;background-color:#0000;cursor:pointer;display:flex;flex-direction:column;padding:var(--wp-spacing-xs);position:relative;text-align:center;transition:transform .3s ease}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item:hover,.wp-block-macaroni-product-grid .product-item:hover{transform:translateY(-1px)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image,.wp-block-macaroni-product-grid .product-image{border-radius:0;height:var(--wp-image-height-desktop);margin-bottom:var(--wp-spacing-sm);object-fit:contain;transition:opacity .3s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image:hover,.wp-block-macaroni-product-grid .product-image:hover{opacity:.9}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-label,.wp-block-macaroni-product-grid .product-label{color:var(--wp-text-color);font-size:var(--wp-font-size-medium);font-weight:500;line-height:1.4;margin:0;text-decoration:none}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-label:hover,.wp-block-macaroni-product-grid .product-label:hover{color:var(--wp-primary-color)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-link,.wp-block-macaroni-product-grid .product-link{color:inherit;display:block;text-decoration:none;width:100%}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-link:hover,.wp-block-macaroni-product-grid .product-link:hover{color:inherit}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-link:focus,.wp-block-macaroni-product-grid .product-link:focus{border-radius:4px;outline:2px solid var(--wp-primary-color);outline-offset:2px}@media(max-width:1024px){.editor-styles-wrapper .wp-block-macaroni-product-grid .product-grid,.wp-block-macaroni-product-grid .product-grid{gap:var(--wp-spacing-sm);grid-template-columns:repeat(3,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image,.wp-block-macaroni-product-grid .product-image{height:var(--wp-image-height-tablet)}}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-product-grid,.wp-block-macaroni-product-grid{padding:var(--wp-spacing-md)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-grid,.wp-block-macaroni-product-grid .product-grid{gap:var(--wp-spacing-sm);grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item,.wp-block-macaroni-product-grid .product-item{padding:var(--wp-spacing-xs)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image,.wp-block-macaroni-product-grid .product-image{height:var(--wp-image-height-mobile)}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-label,.wp-block-macaroni-product-grid .product-label{font-size:var(--wp-font-size-small)}}@media(max-width:480px){.editor-styles-wrapper .wp-block-macaroni-product-grid .product-grid,.wp-block-macaroni-product-grid .product-grid{gap:var(--wp-spacing-sm);grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image,.wp-block-macaroni-product-grid .product-image{height:var(--wp-image-height-small)}}.editor-styles-wrapper .wp-block-macaroni-product-grid.macaroni-brand-chillaxy,.wp-block-macaroni-product-grid.macaroni-brand-chillaxy{--brand-primary:#0d2142;--brand-secondary:#f4c2c2;--brand-accent:#cc2055;--brand-text:#2c3e50;--brand-background:#f8f9fa}.editor-styles-wrapper .wp-block-macaroni-product-grid.macaroni-brand-good-chill,.wp-block-macaroni-product-grid.macaroni-brand-good-chill{--brand-primary:#8b4513;--brand-secondary:wheat;--brand-accent:peru;--brand-text:#2c3e50;--brand-background:#f8f9fa}.editor-styles-wrapper .wp-block-macaroni-product-grid.macaroni-brand-fruity,.wp-block-macaroni-product-grid.macaroni-brand-fruity{--brand-primary:#dc143c;--brand-secondary:#ffb6c1;--brand-accent:#ff69b4;--brand-text:#2c3e50;--brand-background:#f8f9fa}.editor-styles-wrapper .wp-block-macaroni-product-grid.macaroni-brand-deep-sea,.wp-block-macaroni-product-grid.macaroni-brand-deep-sea{--brand-primary:#006994;--brand-secondary:#87ceeb;--brand-accent:#00ced1;--brand-text:#2c3e50;--brand-background:#f8f9fa}.editor-styles-wrapper .wp-block-macaroni-product-grid.macaroni-brand-gray,.wp-block-macaroni-product-grid.macaroni-brand-gray{--brand-primary:#696969;--brand-secondary:#d3d3d3;--brand-accent:#a9a9a9;--brand-text:#2c3e50;--brand-background:#f8f9fa}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="1"] .product-grid,.wp-block-macaroni-product-grid[data-columns="1"] .product-grid{grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="2"] .product-grid,.wp-block-macaroni-product-grid[data-columns="2"] .product-grid{grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="3"] .product-grid,.wp-block-macaroni-product-grid[data-columns="3"] .product-grid{grid-template-columns:repeat(3,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="4"] .product-grid,.wp-block-macaroni-product-grid[data-columns="4"] .product-grid{grid-template-columns:repeat(4,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="5"] .product-grid,.wp-block-macaroni-product-grid[data-columns="5"] .product-grid{grid-template-columns:repeat(5,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid[data-columns="6"] .product-grid,.wp-block-macaroni-product-grid[data-columns="6"] .product-grid{grid-template-columns:repeat(6,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-selected,.wp-block-macaroni-product-grid.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-product-grid .rich-text,.wp-block-macaroni-product-grid .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-product-grid .rich-text:focus,.wp-block-macaroni-product-grid .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-product-grid .rich-text:empty:before,.wp-block-macaroni-product-grid .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-product-grid .image-placeholder,.wp-block-macaroni-product-grid .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;margin-bottom:var(--wp-spacing-sm);min-height:var(--wp-image-height-desktop);transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-product-grid .image-placeholder:hover,.wp-block-macaroni-product-grid .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-product-grid .components-base-control,.wp-block-macaroni-product-grid .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-product-grid .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-product-grid .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-product-grid .brand-selector .components-button,.wp-block-macaroni-product-grid .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-product-grid .brand-selector .components-button.is-primary,.wp-block-macaroni-product-grid .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item.is-editing,.wp-block-macaroni-product-grid .product-item.is-editing{background:#0073aa1a;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item .remove-item-button,.wp-block-macaroni-product-grid .product-item .remove-item-button{background:#cc1818;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;height:24px;opacity:0;position:absolute;right:-8px;top:-8px;transition:opacity .3s ease;width:24px;z-index:10}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item .remove-item-button:hover,.wp-block-macaroni-product-grid .product-item .remove-item-button:hover{background:#a00}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-item:hover .remove-item-button,.wp-block-macaroni-product-grid .product-item:hover .remove-item-button{opacity:1}.editor-styles-wrapper .wp-block-macaroni-product-grid .add-item-button,.wp-block-macaroni-product-grid .add-item-button{background:#0073aa;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:var(--wp-font-size-medium);grid-column:1/-1;justify-self:center;margin-top:var(--wp-spacing-md);padding:var(--wp-spacing-sm) var(--wp-spacing-md);transition:background .3s ease}.editor-styles-wrapper .wp-block-macaroni-product-grid .add-item-button:hover,.wp-block-macaroni-product-grid .add-item-button:hover{background:#005a87}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-mobile-preview,.wp-block-macaroni-product-grid.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-mobile-preview .product-grid,.wp-block-macaroni-product-grid.is-mobile-preview .product-grid{grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-mobile-preview .product-image,.wp-block-macaroni-product-grid.is-mobile-preview .product-image{height:var(--wp-image-height-small)}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-tablet-preview,.wp-block-macaroni-product-grid.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-tablet-preview .product-grid,.wp-block-macaroni-product-grid.is-tablet-preview .product-grid{grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-product-grid.is-tablet-preview .product-image,.wp-block-macaroni-product-grid.is-tablet-preview .product-image{height:var(--wp-image-height-mobile)}.editor-styles-wrapper .wp-block-macaroni-product-grid .has-text-align-center,.wp-block-macaroni-product-grid .has-text-align-center{text-align:center}.editor-styles-wrapper .wp-block-macaroni-product-grid .has-text-align-left,.wp-block-macaroni-product-grid .has-text-align-left{text-align:left}.editor-styles-wrapper .wp-block-macaroni-product-grid .has-text-align-right,.wp-block-macaroni-product-grid .has-text-align-right{text-align:right}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image-placeholder,.wp-block-macaroni-product-grid .product-image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;height:var(--wp-image-height-desktop);justify-content:center;margin-bottom:var(--wp-spacing-sm);transition:all .3s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-product-grid .product-image-placeholder:hover,.wp-block-macaroni-product-grid .product-image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.edit-post-visual-editor .wp-block-macaroni-product-grid{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section,.wp-block-macaroni-chillaxy-stores-section{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1200px;padding:var(--wp-spacing-xl,3rem) var(--wp-spacing-md,1.5rem);position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-header,.wp-block-macaroni-chillaxy-stores-section .stores-header{margin-bottom:var(--wp-spacing-xxl,4rem);text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-title,.wp-block-macaroni-chillaxy-stores-section .stores-title{color:var(--title-color,var(--wp-text-color,#333));font-size:var(--wp-font-size-xx-large,2rem);font-weight:700;letter-spacing:.05em;margin:0 0 var(--wp-spacing-xs,.5rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-subtitle,.wp-block-macaroni-chillaxy-stores-section .stores-subtitle{color:var(--subtitle-color,var(--wp-light-text-color,#666));font-size:var(--wp-font-size-medium,1rem);font-weight:400;margin:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-divider,.wp-block-macaroni-chillaxy-stores-section .stores-divider{background-color:var(--wp-primary-color,#036);height:3px;margin:var(--wp-spacing-md,1.5rem) auto 0;width:60px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-grid,.wp-block-macaroni-chillaxy-stores-section .stores-grid{display:grid;gap:var(--wp-spacing-lg,2rem);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:var(--wp-spacing-xl,3rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-card,.wp-block-macaroni-chillaxy-stores-section .store-card{background:#fff;display:flex;flex-direction:column;height:100%;position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-image,.wp-block-macaroni-chillaxy-stores-section .store-image{display:block;height:200px;object-fit:cover;width:100%}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-content,.wp-block-macaroni-chillaxy-stores-section .store-content{display:flex;flex:1;flex-direction:column;padding:var(--wp-spacing-md,1.5rem);position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-name,.wp-block-macaroni-chillaxy-stores-section .store-name{align-items:center;color:var(--wp-text-color,#333);display:flex;font-size:var(--wp-font-size-large,1.25rem);font-weight:600;justify-content:center;line-height:1.4;margin:0 0 var(--wp-spacing-md,1.5rem) 0;min-height:3.5rem;padding:0;text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-postal-code,.wp-block-macaroni-chillaxy-stores-section .store-postal-code{color:var(--wp-text-color,#333);font-size:var(--wp-font-size-small,.875rem);font-weight:600;margin:0 0 var(--wp-spacing-xs,.5rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-address,.wp-block-macaroni-chillaxy-stores-section .store-address{color:var(--wp-light-text-color,#666);font-size:var(--wp-font-size-small,.875rem);line-height:1.5;margin:0 0 var(--wp-spacing-sm,1rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-phone,.wp-block-macaroni-chillaxy-stores-section .store-phone{color:var(--wp-text-color,#333);font-size:var(--wp-font-size-small,.875rem);font-weight:500;margin:0 0 var(--wp-spacing-md,1.5rem) 0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button,.wp-block-macaroni-chillaxy-stores-section .store-button{background-color:var(--brand-accent-light,#fdeaf1);border:2px solid var(--brand-accent,#d93a64);border-radius:50px;box-sizing:border-box;color:var(--brand-accent,#d93a64);cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:600;line-height:1;margin-top:auto;outline:none;padding:12px 30px;text-align:center;text-decoration:none!important;transition:all .3s ease-in-out;vertical-align:initial;white-space:nowrap}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button:hover,.wp-block-macaroni-chillaxy-stores-section .store-button:hover{background-color:var(--brand-primary,#2e435d);border-color:var(--brand-primary,#2e435d);color:var(--brand-white,#fff);text-decoration:none!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button:focus,.wp-block-macaroni-chillaxy-stores-section .store-button:focus{outline:2px solid var(--brand-primary,#2e435d);outline-offset:2px;text-decoration:none!important}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button:active,.wp-block-macaroni-chillaxy-stores-section .store-button:active{background-color:var(--brand-primary,#2e435d);border-color:var(--brand-primary,#2e435d);color:var(--brand-white,#fff);text-decoration:none!important;transform:translateY(1px)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button:link,.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-button:visited,.wp-block-macaroni-chillaxy-stores-section .store-button:link,.wp-block-macaroni-chillaxy-stores-section .store-button:visited{text-decoration:none!important}@media(max-width:767px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section,.wp-block-macaroni-chillaxy-stores-section{padding:var(--wp-spacing-lg,2rem) var(--wp-spacing-sm,1rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-grid,.wp-block-macaroni-chillaxy-stores-section .stores-grid{gap:var(--wp-spacing-md,1.5rem);grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-title,.wp-block-macaroni-chillaxy-stores-section .stores-title{font-size:var(--wp-font-size-x-large,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-image,.wp-block-macaroni-chillaxy-stores-section .store-image{height:180px}}@media(min-width:768px)and (max-width:1023px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-grid,.wp-block-macaroni-chillaxy-stores-section .stores-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-grid,.wp-block-macaroni-chillaxy-stores-section .stores-grid{grid-template-columns:repeat(3,1fr)}}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.macaroni-brand-chillaxy,.wp-block-macaroni-chillaxy-stores-section.macaroni-brand-chillaxy{--wp-primary-color:#036;--wp-secondary-color:#ff69b4;--wp-accent-color:#cc2055;--wp-background-color:#fff;--wp-text-color:#333;--wp-light-text-color:#666;--wp-border-color:#e0e0e0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.macaroni-brand-good-chill,.wp-block-macaroni-chillaxy-stores-section.macaroni-brand-good-chill{--wp-primary-color:#b8860b;--wp-secondary-color:#ddd6c7;--wp-accent-color:#8b7355;--wp-background-color:#fff;--wp-text-color:#333;--wp-light-text-color:#666;--wp-border-color:#e0e0e0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.macaroni-brand-fruity,.wp-block-macaroni-chillaxy-stores-section.macaroni-brand-fruity{--wp-primary-color:#cd5c5c;--wp-secondary-color:wheat;--wp-accent-color:#d2691e;--wp-background-color:#fff;--wp-text-color:#333;--wp-light-text-color:#666;--wp-border-color:#e0e0e0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.macaroni-brand-deep-sea,.wp-block-macaroni-chillaxy-stores-section.macaroni-brand-deep-sea{--wp-primary-color:#006994;--wp-secondary-color:#87ceeb;--wp-accent-color:#20b2aa;--wp-background-color:#fff;--wp-text-color:#333;--wp-light-text-color:#666;--wp-border-color:#e0e0e0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.macaroni-brand-gray,.wp-block-macaroni-chillaxy-stores-section.macaroni-brand-gray{--wp-primary-color:#2f2f2f;--wp-secondary-color:#e8e8e8;--wp-accent-color:grey;--wp-background-color:#fff;--wp-text-color:#333;--wp-light-text-color:#666;--wp-border-color:#e0e0e0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="1"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="1"] .stores-grid{grid-template-columns:1fr}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="2"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="2"] .stores-grid{grid-template-columns:repeat(2,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="3"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="3"] .stores-grid{grid-template-columns:repeat(3,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="4"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="4"] .stores-grid{grid-template-columns:repeat(4,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="5"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="5"] .stores-grid{grid-template-columns:repeat(5,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-columns="6"] .stores-grid,.wp-block-macaroni-chillaxy-stores-section[data-columns="6"] .stores-grid{grid-template-columns:repeat(6,1fr)}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section[data-show-divider=false] .stores-divider,.wp-block-macaroni-chillaxy-stores-section[data-show-divider=false] .stores-divider{display:none}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.is-selected,.wp-block-macaroni-chillaxy-stores-section.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .rich-text,.wp-block-macaroni-chillaxy-stores-section .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .rich-text:focus,.wp-block-macaroni-chillaxy-stores-section .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .rich-text:empty:before,.wp-block-macaroni-chillaxy-stores-section .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .image-placeholder,.wp-block-macaroni-chillaxy-stores-section .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;min-height:200px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .image-placeholder:hover,.wp-block-macaroni-chillaxy-stores-section .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .components-base-control,.wp-block-macaroni-chillaxy-stores-section .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-chillaxy-stores-section .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .brand-selector .components-button,.wp-block-macaroni-chillaxy-stores-section .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .brand-selector .components-button.is-primary,.wp-block-macaroni-chillaxy-stores-section .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.is-mobile-preview,.wp-block-macaroni-chillaxy-stores-section.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section.is-tablet-preview,.wp-block-macaroni-chillaxy-stores-section.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-card-controls,.wp-block-macaroni-chillaxy-stores-section .store-card-controls{display:flex;gap:8px;opacity:0;position:absolute;right:10px;top:10px;transition:opacity .3s ease;z-index:10}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-card-controls .components-button,.wp-block-macaroni-chillaxy-stores-section .store-card-controls .components-button{background:#ffffffe6;border:1px solid #ddd;border-radius:4px;height:32px;min-width:32px;padding:0}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-card-controls .components-button:hover,.wp-block-macaroni-chillaxy-stores-section .store-card-controls .components-button:hover{background:#0073aa;border-color:#0073aa;color:#fff}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-card:hover .store-card-controls,.wp-block-macaroni-chillaxy-stores-section .store-card:hover .store-card-controls{opacity:1}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .add-store-button,.wp-block-macaroni-chillaxy-stores-section .add-store-button{margin-top:var(--wp-spacing-lg,2rem);text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .add-store-button .components-button,.wp-block-macaroni-chillaxy-stores-section .add-store-button .components-button{background:#0000;border:2px dashed #0073aa;border-radius:8px;color:#0073aa;font-weight:500;padding:12px 24px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .add-store-button .components-button:hover,.wp-block-macaroni-chillaxy-stores-section .add-store-button .components-button:hover{background:#0073aa;border-style:solid;color:#fff}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .store-limit-notice,.wp-block-macaroni-chillaxy-stores-section .store-limit-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:14px;margin-top:var(--wp-spacing-sm,1rem);padding:12px;text-align:center}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-repeater-header,.wp-block-macaroni-chillaxy-stores-section .stores-repeater-header{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:var(--wp-spacing-md,1.5rem);padding:12px}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-repeater-header .store-count,.wp-block-macaroni-chillaxy-stores-section .stores-repeater-header .store-count{color:#495057;font-weight:600}.editor-styles-wrapper .wp-block-macaroni-chillaxy-stores-section .stores-repeater-header .add-all-stores .components-button,.wp-block-macaroni-chillaxy-stores-section .stores-repeater-header .add-all-stores .components-button{font-size:12px;height:28px;padding:0 12px}.edit-post-visual-editor .wp-block-macaroni-chillaxy-stores-section{margin-bottom:28px;margin-top:28px}.components-panel__body .store-settings-panel .components-base-control{margin-bottom:20px}.components-panel__body .store-settings-panel .color-control-group{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:16px;padding:16px}.components-panel__body .store-settings-panel .color-control-group .color-control-title{color:#1e1e1e;font-weight:600;margin-bottom:12px}.components-panel__body .store-settings-panel .color-control-group .color-control-description{color:#666;font-size:12px;margin-top:8px}.components-panel__body .store-settings-panel .brand-preview{background:#f8f9fa;border-radius:4px;font-size:12px;margin-top:12px;padding:12px}.components-panel__body .store-settings-panel .brand-preview .brand-color-sample{border:1px solid #ddd;border-radius:2px;display:inline-block;height:16px;margin-right:8px;vertical-align:middle;width:16px}
.editor-styles-wrapper .wp-block-macaroni-title-section,.wp-block-macaroni-title-section{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:var(--wp-spacing-lg,2rem) var(--wp-spacing-md,1.5rem);position:relative;text-align:center;width:100%}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__main-title,.wp-block-macaroni-title-section .title-section__main-title{color:var(--wp-primary-color,#333);font-size:var(--wp-font-size-xxx-large,2.5rem);font-weight:700;letter-spacing:.05em;line-height:1.2;margin-bottom:var(--wp-spacing-sm,1rem);text-transform:uppercase}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__sub-title,.wp-block-macaroni-title-section .title-section__sub-title{color:var(--wp-secondary-color,#666);font-size:var(--wp-font-size-large,1.25rem);font-weight:400;line-height:1.4;margin-top:var(--wp-spacing-md,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__divider,.wp-block-macaroni-title-section .title-section__divider{background-color:var(--wp-divider-color,#333);border:none;height:2px;margin:var(--wp-spacing-sm,1rem) auto;width:60px}@media(max-width:767px){.editor-styles-wrapper .wp-block-macaroni-title-section,.wp-block-macaroni-title-section{padding:var(--wp-spacing-md,1.5rem) var(--wp-spacing-sm,1rem)}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__main-title,.wp-block-macaroni-title-section .title-section__main-title{font-size:var(--wp-font-size-xx-large,2rem)}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__sub-title,.wp-block-macaroni-title-section .title-section__sub-title{font-size:var(--wp-font-size-medium,1rem)}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__divider,.wp-block-macaroni-title-section .title-section__divider{width:40px}}@media(min-width:768px)and (max-width:1023px){.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__main-title,.wp-block-macaroni-title-section .title-section__main-title{font-size:calc(var(--wp-font-size-xxx-large, 2.5rem)*.9)}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-title-section,.wp-block-macaroni-title-section{padding:var(--wp-spacing-xl,3rem) var(--wp-spacing-lg,2rem)}.editor-styles-wrapper .wp-block-macaroni-title-section .title-section__main-title,.wp-block-macaroni-title-section .title-section__main-title{font-size:calc(var(--wp-font-size-xxx-large, 2.5rem)*1.1)}}.editor-styles-wrapper .wp-block-macaroni-title-section.macaroni-brand-chillaxy,.wp-block-macaroni-title-section.macaroni-brand-chillaxy{--wp-primary-color:#0d2142;--wp-secondary-color:#666;--wp-background-color:#f8f9fa;--wp-divider-color:#0d2142}.editor-styles-wrapper .wp-block-macaroni-title-section.macaroni-brand-goodchill,.wp-block-macaroni-title-section.macaroni-brand-goodchill{--wp-primary-color:#8b4513;--wp-secondary-color:sienna;--wp-background-color:#f5e6d3;--wp-divider-color:#8b4513}.editor-styles-wrapper .wp-block-macaroni-title-section.macaroni-brand-fruity,.wp-block-macaroni-title-section.macaroni-brand-fruity{--wp-primary-color:#e91e63;--wp-secondary-color:#f8bbd9;--wp-background-color:#fff0f5;--wp-divider-color:#e91e63}.editor-styles-wrapper .wp-block-macaroni-title-section.macaroni-brand-aqua,.wp-block-macaroni-title-section.macaroni-brand-aqua{--wp-primary-color:#006064;--wp-secondary-color:#4dd0e1;--wp-background-color:#e0f7fa;--wp-divider-color:#006064}.editor-styles-wrapper .wp-block-macaroni-title-section.macaroni-brand-gray,.wp-block-macaroni-title-section.macaroni-brand-gray{--wp-primary-color:#424242;--wp-secondary-color:#757575;--wp-background-color:#f5f5f5;--wp-divider-color:#424242}.editor-styles-wrapper .wp-block-macaroni-title-section.has-text-align-left,.wp-block-macaroni-title-section.has-text-align-left{text-align:left}.editor-styles-wrapper .wp-block-macaroni-title-section.has-text-align-center,.wp-block-macaroni-title-section.has-text-align-center{text-align:center}.editor-styles-wrapper .wp-block-macaroni-title-section.has-text-align-right,.wp-block-macaroni-title-section.has-text-align-right{text-align:right}.editor-styles-wrapper .wp-block-macaroni-title-section.is-selected,.wp-block-macaroni-title-section.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-title-section .rich-text,.wp-block-macaroni-title-section .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-title-section .rich-text:focus,.wp-block-macaroni-title-section .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-title-section .rich-text:empty:before,.wp-block-macaroni-title-section .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-title-section .components-base-control,.wp-block-macaroni-title-section .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-title-section .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-title-section .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-title-section .brand-selector .components-button,.wp-block-macaroni-title-section .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-title-section .brand-selector .components-button.is-primary,.wp-block-macaroni-title-section .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-title-section.is-mobile-preview,.wp-block-macaroni-title-section.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-title-section.is-tablet-preview,.wp-block-macaroni-title-section.is-tablet-preview{margin:0 auto;max-width:768px}.edit-post-visual-editor .wp-block-macaroni-title-section{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid,.wp-block-macaroni-best-sellers-grid{--wp-primary-color:#333;--wp-secondary-color:#666;--wp-text-color:#333;--wp-background-color:#fff;--wp-accent-color:#f44;--wp-success-color:#28a745;--wp-info-color:#17a2b8;--wp-warning-color:#ffc107;--wp-spacing-xs:0.5rem;--wp-spacing-sm:1rem;--wp-spacing-md:1.5rem;--wp-spacing-lg:2rem;--wp-spacing-xl:3rem;--wp-spacing-xxl:4rem;--wp-font-size-small:0.875rem;--wp-font-size-medium:1rem;--wp-font-size-large:1.25rem;--wp-font-size-x-large:1.5rem;--wp-font-size-xx-large:2rem;--wp-font-size-xxx-large:2.5rem;--grid-columns:4;--grid-gap:1.5rem;--card-border-radius:8px;--badge-border-radius:20px;background-color:var(--wp-background-color);margin:0 auto;max-width:1200px;min-height:100px;padding:var(--wp-spacing-xl) var(--wp-spacing-md);position:relative}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-header,.wp-block-macaroni-best-sellers-grid .best-sellers-header{margin-bottom:var(--wp-spacing-xxl);text-align:center}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-title,.wp-block-macaroni-best-sellers-grid .best-sellers-title{color:var(--title-color,var(--wp-primary-color));font-family:Arial,sans-serif;font-size:var(--wp-font-size-xxx-large);font-weight:700;letter-spacing:.02em;margin:0 0 var(--wp-spacing-sm) 0;text-transform:uppercase}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-subtitle,.wp-block-macaroni-best-sellers-grid .best-sellers-subtitle{color:var(--title-color,var(--wp-primary-color));font-size:var(--wp-font-size-large);font-weight:400;margin:0;position:relative}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-subtitle:after,.wp-block-macaroni-best-sellers-grid .best-sellers-subtitle:after{background-color:var(--title-color,var(--wp-primary-color));content:"";display:block;height:2px;margin:var(--wp-spacing-md) auto 0;width:60px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .products-grid,.wp-block-macaroni-best-sellers-grid .products-grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(var(--grid-columns),1fr);margin-top:var(--wp-spacing-xl)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card,.wp-block-macaroni-best-sellers-grid .product-card{background:#fff;border:1px solid #f0f0f0;border-radius:var(--card-border-radius);box-shadow:0 2px 12px #00000014;overflow:hidden;position:relative;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:hover,.wp-block-macaroni-best-sellers-grid .product-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-4px)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-image-container,.wp-block-macaroni-best-sellers-grid .product-image-container{aspect-ratio:1;background:#f8f9fa;overflow:hidden;position:relative}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-image,.wp-block-macaroni-best-sellers-grid .product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:hover .product-image,.wp-block-macaroni-best-sellers-grid .product-card:hover .product-image{transform:scale(1.05)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .discount-badge,.wp-block-macaroni-best-sellers-grid .discount-badge{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 12px #00000026;color:#f44;font-size:.75rem;font-weight:700;left:12px;line-height:1;padding:.5rem .75rem;position:absolute;top:12px;white-space:nowrap;z-index:10}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-info,.wp-block-macaroni-best-sellers-grid .product-info{padding:var(--wp-spacing-md)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-title,.wp-block-macaroni-best-sellers-grid .product-title{color:var(--wp-text-color);display:-webkit-box;font-size:var(--wp-font-size-medium);font-weight:600;line-height:1.4;margin:0 0 var(--wp-spacing-sm) 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-price,.wp-block-macaroni-best-sellers-grid .product-price{color:var(--wp-text-color);font-size:var(--wp-font-size-medium);font-weight:600;margin:0}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.has-text-align-center,.wp-block-macaroni-best-sellers-grid.has-text-align-center{text-align:center}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.has-text-align-left,.wp-block-macaroni-best-sellers-grid.has-text-align-left{text-align:left}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.has-text-align-right,.wp-block-macaroni-best-sellers-grid.has-text-align-right{text-align:right}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.has-background,.wp-block-macaroni-best-sellers-grid.has-background{padding:var(--wp-spacing-md)}@media(max-width:1024px){.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid,.wp-block-macaroni-best-sellers-grid{--grid-columns:3;--grid-gap:1.25rem;padding:var(--wp-spacing-lg) var(--wp-spacing-sm)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-title,.wp-block-macaroni-best-sellers-grid .best-sellers-title{font-size:var(--wp-font-size-xx-large)}}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid,.wp-block-macaroni-best-sellers-grid{--grid-columns:2;--grid-gap:1rem}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-title,.wp-block-macaroni-best-sellers-grid .best-sellers-title{font-size:var(--wp-font-size-x-large)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .best-sellers-subtitle,.wp-block-macaroni-best-sellers-grid .best-sellers-subtitle{font-size:var(--wp-font-size-medium)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-info,.wp-block-macaroni-best-sellers-grid .product-info{padding:var(--wp-spacing-sm)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-price,.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-title,.wp-block-macaroni-best-sellers-grid .product-price,.wp-block-macaroni-best-sellers-grid .product-title{font-size:var(--wp-font-size-small)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .discount-badge,.wp-block-macaroni-best-sellers-grid .discount-badge{box-shadow:0 3px 10px #0000001f;font-size:.7rem;padding:.375rem .625rem}}@media(max-width:480px){.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid,.wp-block-macaroni-best-sellers-grid{--grid-columns:1;padding:var(--wp-spacing-md) var(--wp-spacing-xs)}}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card,.wp-block-macaroni-best-sellers-grid .product-card{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(20px)}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:first-child,.wp-block-macaroni-best-sellers-grid .product-card:first-child{animation-delay:.1s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(2),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(2){animation-delay:.2s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(3),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(3){animation-delay:.3s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(4),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(4){animation-delay:.4s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(5),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(5){animation-delay:.5s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(6),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(6){animation-delay:.6s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(7),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(7){animation-delay:.7s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(8),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(8){animation-delay:.8s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(9),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(9){animation-delay:.9s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(10),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(10){animation-delay:1s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(11),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(11){animation-delay:1.1s}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .product-card:nth-child(12),.wp-block-macaroni-best-sellers-grid .product-card:nth-child(12){animation-delay:1.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.is-selected,.wp-block-macaroni-best-sellers-grid.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .rich-text,.wp-block-macaroni-best-sellers-grid .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .rich-text:focus,.wp-block-macaroni-best-sellers-grid .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .rich-text:empty:before,.wp-block-macaroni-best-sellers-grid .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .image-placeholder,.wp-block-macaroni-best-sellers-grid .image-placeholder{align-items:center;background:#f0f0f0;border:2px dashed #ccc;color:#666;cursor:pointer;display:flex;font-style:italic;justify-content:center;min-height:200px;transition:all .3s ease}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .image-placeholder:hover,.wp-block-macaroni-best-sellers-grid .image-placeholder:hover{background:#f0f8ff;border-color:#0073aa;color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .components-base-control,.wp-block-macaroni-best-sellers-grid .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-best-sellers-grid .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .brand-selector .components-button,.wp-block-macaroni-best-sellers-grid .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid .brand-selector .components-button.is-primary,.wp-block-macaroni-best-sellers-grid .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.is-mobile-preview,.wp-block-macaroni-best-sellers-grid.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.is-tablet-preview,.wp-block-macaroni-best-sellers-grid.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.macaroni-brand-chillaxy,.wp-block-macaroni-best-sellers-grid.macaroni-brand-chillaxy{--wp-primary-color:#0d2142;--wp-accent-color:#cc2055}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.macaroni-brand-good-chill,.wp-block-macaroni-best-sellers-grid.macaroni-brand-good-chill{--wp-primary-color:#2c3e50;--wp-accent-color:#e74c3c}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.macaroni-brand-fruity,.wp-block-macaroni-best-sellers-grid.macaroni-brand-fruity{--wp-primary-color:#8e44ad;--wp-accent-color:#f39c12}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.macaroni-brand-deep-sea,.wp-block-macaroni-best-sellers-grid.macaroni-brand-deep-sea{--wp-primary-color:#1abc9c;--wp-accent-color:#3498db}.editor-styles-wrapper .wp-block-macaroni-best-sellers-grid.macaroni-brand-gray,.wp-block-macaroni-best-sellers-grid.macaroni-brand-gray{--wp-primary-color:#7f8c8d;--wp-accent-color:#95a5a6}.edit-post-visual-editor .wp-block-macaroni-best-sellers-grid{margin-bottom:28px;margin-top:28px}
.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic,.wp-block-macaroni-updates-section-dynamic{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:var(--wp-container-width,1200px);padding:var(--wp-spacing-xxl,4rem) var(--wp-spacing-md,1.5rem);position:relative}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__header,.wp-block-macaroni-updates-section-dynamic .updates-section__header{margin-bottom:var(--wp-spacing-xxl,4rem);text-align:center}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__title,.wp-block-macaroni-updates-section-dynamic .updates-section__title{color:var(--wp-primary-color,#2c3e50);font-size:var(--wp-font-size-xx-large,2rem);font-weight:700;letter-spacing:.1em;margin:0 0 var(--wp-spacing-sm,1rem) 0;text-transform:uppercase}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__subtitle,.wp-block-macaroni-updates-section-dynamic .updates-section__subtitle{color:var(--wp-primary-color,#2c3e50);font-size:var(--wp-font-size-large,1.25rem);font-weight:400;margin:var(--wp-spacing-md,1.5rem) 0 0 0}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__grid,.wp-block-macaroni-updates-section-dynamic .updates-section__grid{display:grid;gap:var(--wp-grid-gap,2rem);grid-template-columns:1fr;margin-top:var(--wp-spacing-xxl,4rem)}@media(min-width:768px){.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__grid,.wp-block-macaroni-updates-section-dynamic .updates-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__grid,.wp-block-macaroni-updates-section-dynamic .updates-section__grid{gap:var(--wp-spacing-lg,2rem);grid-template-columns:repeat(4,1fr)}}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card,.wp-block-macaroni-updates-section-dynamic .updates-section__card{background-color:var(--wp-card-background,#fff);border:1px solid var(--wp-border-color,#e8e8e8);border-radius:var(--wp-border-radius,8px);display:block;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card:hover,.wp-block-macaroni-updates-section-dynamic .updates-section__card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link{color:inherit;display:block;text-decoration:none!important}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link:active,.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link:focus,.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link:hover,.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link:visited,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link:active,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link:focus,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link:hover,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link:visited{color:inherit;outline:none;text-decoration:none!important}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-link:focus,.wp-block-macaroni-updates-section-dynamic .updates-section__card-link:focus{box-shadow:0 0 0 2px #0d21424d;outline:2px solid #0000;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-image,.wp-block-macaroni-updates-section-dynamic .updates-section__card-image{display:block;height:200px;object-fit:cover;width:100%}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-content,.wp-block-macaroni-updates-section-dynamic .updates-section__card-content{padding:var(--wp-spacing-md,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-title,.wp-block-macaroni-updates-section-dynamic .updates-section__card-title{color:var(--wp-primary-color,#2c3e50);display:-webkit-box;font-size:var(--wp-font-size-medium,1rem);font-weight:600;line-height:1.4;margin:0 0 var(--wp-spacing-sm,1rem) 0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-date,.wp-block-macaroni-updates-section-dynamic .updates-section__card-date{color:var(--wp-meta-color,#666);font-size:var(--wp-font-size-small,.875rem);font-weight:400;margin:0}@media(max-width:768px){.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic,.wp-block-macaroni-updates-section-dynamic{padding:var(--wp-spacing-xl,3rem) var(--wp-spacing-sm,1rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__header,.wp-block-macaroni-updates-section-dynamic .updates-section__header{margin-bottom:var(--wp-spacing-xl,3rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__title,.wp-block-macaroni-updates-section-dynamic .updates-section__title{font-size:var(--wp-font-size-x-large,1.5rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__subtitle,.wp-block-macaroni-updates-section-dynamic .updates-section__subtitle{font-size:var(--wp-font-size-medium,1rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__grid,.wp-block-macaroni-updates-section-dynamic .updates-section__grid{gap:var(--wp-spacing-md,1.5rem);margin-top:var(--wp-spacing-xl,3rem)}}@media(max-width:480px){.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic,.wp-block-macaroni-updates-section-dynamic{padding:var(--wp-spacing-lg,2rem) var(--wp-spacing-sm,1rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__title,.wp-block-macaroni-updates-section-dynamic .updates-section__title{font-size:var(--wp-font-size-large,1.25rem)}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .updates-section__card-content,.wp-block-macaroni-updates-section-dynamic .updates-section__card-content{padding:var(--wp-spacing-sm,1rem)}}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.macaroni-brand-chillaxy .updates-section__card:hover,.wp-block-macaroni-updates-section-dynamic.macaroni-brand-chillaxy .updates-section__card:hover{box-shadow:0 10px 25px #0d214226}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.macaroni-brand-good-chill .updates-section__card:hover,.wp-block-macaroni-updates-section-dynamic.macaroni-brand-good-chill .updates-section__card:hover{box-shadow:0 10px 25px #2c3e5026}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.macaroni-brand-fruity .updates-section__card:hover,.wp-block-macaroni-updates-section-dynamic.macaroni-brand-fruity .updates-section__card:hover{box-shadow:0 10px 25px #8e44ad26}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.macaroni-brand-aqua .updates-section__card:hover,.wp-block-macaroni-updates-section-dynamic.macaroni-brand-aqua .updates-section__card:hover{box-shadow:0 10px 25px #1abc9c26}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.is-selected,.wp-block-macaroni-updates-section-dynamic.is-selected{outline:2px solid #0073aa;outline-offset:4px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .rich-text,.wp-block-macaroni-updates-section-dynamic .rich-text{position:relative}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .rich-text:focus,.wp-block-macaroni-updates-section-dynamic .rich-text:focus{border-radius:4px;outline:2px solid #0073aa;outline-offset:2px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .rich-text:empty:before,.wp-block-macaroni-updates-section-dynamic .rich-text:empty:before{color:#999;content:attr(data-placeholder);font-style:italic;left:0;pointer-events:none;position:absolute;top:0}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .posts-loading,.wp-block-macaroni-updates-section-dynamic .posts-loading{align-items:center;background-color:#f9f9f9;border-radius:var(--wp-border-radius,8px);color:var(--wp-meta-color,#666);display:flex;font-style:italic;justify-content:center;min-height:200px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .posts-loading .components-spinner,.wp-block-macaroni-updates-section-dynamic .posts-loading .components-spinner{margin-right:10px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .posts-error,.wp-block-macaroni-updates-section-dynamic .posts-error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:var(--wp-border-radius,8px);color:#c62828;margin:var(--wp-spacing-md,1.5rem) 0;padding:var(--wp-spacing-lg,2rem);text-align:center}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .posts-empty,.wp-block-macaroni-updates-section-dynamic .posts-empty{background-color:#f9f9f9;border:2px dashed #ddd;border-radius:var(--wp-border-radius,8px);color:var(--wp-meta-color,#666);font-style:italic;padding:var(--wp-spacing-xxl,4rem);text-align:center}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-base-control,.wp-block-macaroni-updates-section-dynamic .components-base-control{margin-bottom:16px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-color-palette .components-circular-option-picker__option,.wp-block-macaroni-updates-section-dynamic .components-color-palette .components-circular-option-picker__option{margin:4px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .brand-selector .components-button,.wp-block-macaroni-updates-section-dynamic .brand-selector .components-button{margin-bottom:8px;margin-right:8px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .brand-selector .components-button.is-primary,.wp-block-macaroni-updates-section-dynamic .brand-selector .components-button.is-primary{background-color:#0073aa}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-notice,.wp-block-macaroni-updates-section-dynamic .components-notice{margin:var(--wp-spacing-md,1.5rem) 0}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-notice.is-error,.wp-block-macaroni-updates-section-dynamic .components-notice.is-error{border-left:4px solid #d63638}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-notice.is-warning,.wp-block-macaroni-updates-section-dynamic .components-notice.is-warning{border-left:4px solid #f0b849}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .components-notice.is-success,.wp-block-macaroni-updates-section-dynamic .components-notice.is-success{border-left:4px solid #00a32a}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.is-mobile-preview,.wp-block-macaroni-updates-section-dynamic.is-mobile-preview{margin:0 auto;max-width:375px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic.is-tablet-preview,.wp-block-macaroni-updates-section-dynamic.is-tablet-preview{margin:0 auto;max-width:768px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .dynamic-preview-badge,.wp-block-macaroni-updates-section-dynamic .dynamic-preview-badge{background-color:#0073aa;border-radius:4px;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:10px;top:10px;z-index:10}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .reload-posts-button,.wp-block-macaroni-updates-section-dynamic .reload-posts-button{align-items:center;display:flex;gap:8px;margin-top:10px}.editor-styles-wrapper .wp-block-macaroni-updates-section-dynamic .reload-posts-button:disabled,.wp-block-macaroni-updates-section-dynamic .reload-posts-button:disabled{cursor:not-allowed;opacity:.6}.edit-post-visual-editor .wp-block-macaroni-updates-section-dynamic{margin-bottom:28px;margin-top:28px}.wp-block-macaroni-updates-section-dynamic .block-editor-block-toolbar .components-toolbar-group .components-button.is-pressed{background-color:#0073aa;color:#fff}
:root{--macaroni-breakpoint-tablet:768px;--macaroni-breakpoint-mobile:480px;--macaroni-z-index-dropdown:1000;--macaroni-z-index-modal:2000;--macaroni-z-index-tooltip:3000;--macaroni-transition-fast:0.15s;--macaroni-transition-normal:0.3s;--macaroni-transition-slow:0.5s;--macaroni-spacing-xs:0.5rem;--macaroni-spacing-sm:1rem;--macaroni-spacing-md:1.5rem;--macaroni-spacing-lg:2rem;--macaroni-spacing-xl:3rem;--macaroni-border-radius-sm:4px;--macaroni-border-radius-md:8px;--macaroni-border-radius-lg:12px;--macaroni-shadow-sm:0 1px 3px #0000001a;--macaroni-shadow-md:0 4px 6px #0000001a;--macaroni-shadow-lg:0 10px 25px #00000026;--chillaxy-primary:#0d2142;--chillaxy-secondary:#f9cfd1;--chillaxy-accent:#cc2055;--chillaxy-hybrid-mid:#7e5575;--chillaxy-white:#fff;--chillaxy-black:#000;--chillaxy-gray-light:#f5f5f5;--chillaxy-gray:#777;--chillaxy-gray-dark:#333;--chillaxy-gradient-hybrid:linear-gradient(45deg,#0d2142,#7e5575 50%,#f9cfd1);--chillaxy-gradient-indica:linear-gradient(135deg,#0d2142,#1a3366);--chillaxy-gradient-sativa:linear-gradient(135deg,#f9cfd1,#ffe4e6);--chillaxy-gradient-accent:linear-gradient(135deg,#cc2055,#f36);--chillaxy-success:#4caf50;--chillaxy-warning:#ff9800;--chillaxy-error:#f44336;--chillaxy-info:#2196f3;--chillaxy-hover-opacity:0.85;--chillaxy-disabled-opacity:0.5;--chillaxy-box-shadow-primary:0 4px 15px #0d214226;--chillaxy-box-shadow-accent:0 4px 15px #cc205533}.macaroni-button.chillaxy-primary{background-color:var(--chillaxy-primary);border:none;box-shadow:var(--chillaxy-box-shadow-primary);color:var(--chillaxy-white)}.macaroni-button.chillaxy-primary:hover{background-color:#0a1930;box-shadow:0 6px 20px #0d214240;transform:translateY(-2px)}.macaroni-button.chillaxy-accent{background-color:var(--chillaxy-accent);border:none;box-shadow:var(--chillaxy-box-shadow-accent);color:var(--chillaxy-white)}.macaroni-button.chillaxy-accent:hover{background-color:#b01c4a;box-shadow:0 6px 20px #cc20554d;transform:translateY(-2px)}.macaroni-button.chillaxy-secondary{background-color:var(--chillaxy-secondary);border:none;color:var(--chillaxy-primary)}.macaroni-button.chillaxy-secondary:hover{background-color:#f8b9bd;transform:translateY(-1px)}.macaroni-button.chillaxy-outline{background-color:#0000;border:2px solid var(--chillaxy-primary);color:var(--chillaxy-primary)}.macaroni-button.chillaxy-outline:hover{background-color:var(--chillaxy-primary);color:var(--chillaxy-white)}.macaroni-button.chillaxy-gradient{background:var(--chillaxy-gradient-accent);border:none;color:var(--chillaxy-white)}.macaroni-button.chillaxy-gradient:hover{opacity:var(--chillaxy-hover-opacity);transform:translateY(-2px)}.macaroni-heading.chillaxy-gradient{background:var(--chillaxy-gradient-hybrid);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000;font-weight:700}.macaroni-heading.chillaxy-primary{color:var(--chillaxy-primary)}.macaroni-heading.chillaxy-accent{color:var(--chillaxy-accent)}.macaroni-section.chillaxy-bg-light{background-color:var(--chillaxy-gray-light);color:var(--chillaxy-gray-dark)}.macaroni-section.chillaxy-bg-dark{background-color:var(--chillaxy-primary);color:var(--chillaxy-white)}.macaroni-section.chillaxy-bg-dark .macaroni-heading{color:var(--chillaxy-white)}.macaroni-section.chillaxy-bg-sativa{background-color:var(--chillaxy-secondary);color:var(--chillaxy-primary)}.macaroni-section.chillaxy-bg-gradient{background:var(--chillaxy-gradient-hybrid);color:var(--chillaxy-white)}.macaroni-section.chillaxy-bg-gradient .macaroni-heading{color:var(--chillaxy-white)}.chillaxy-product-type{align-items:center;border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.chillaxy-product-type.indica{background-color:var(--chillaxy-primary);color:var(--chillaxy-white)}.chillaxy-product-type.sativa{background-color:var(--chillaxy-secondary);color:var(--chillaxy-primary)}.chillaxy-product-type.hybrid{background:var(--chillaxy-gradient-hybrid);color:var(--chillaxy-white)}.chillaxy-product-type.auto{background:var(--chillaxy-gradient-accent);color:var(--chillaxy-white)}.chillaxy-strain-badge{position:absolute;right:12px;top:12px;z-index:2}.chillaxy-strain-badge .badge{border-radius:20px;box-shadow:0 2px 8px #00000026;display:inline-block;font-size:.7rem;font-weight:700;padding:6px 12px}.chillaxy-strain-badge .badge.popular{background-color:gold;color:#333}.chillaxy-strain-badge .badge.new{background-color:var(--chillaxy-primary);color:#fff}.chillaxy-strain-badge .badge.limited{background-color:var(--chillaxy-accent);color:#fff}.chillaxy-compound-meter{align-items:center;display:flex;gap:8px;margin:8px 0}.chillaxy-compound-meter .label{color:var(--chillaxy-gray-dark);font-size:.8rem;font-weight:600;min-width:40px}.chillaxy-compound-meter .meter{background-color:var(--chillaxy-gray-light);border-radius:4px;flex:1;height:8px;overflow:hidden;position:relative}.chillaxy-compound-meter .meter .fill{height:100%;transition:width .3s ease}.chillaxy-compound-meter .meter .fill.thc{background:var(--chillaxy-gradient-indica)}.chillaxy-compound-meter .meter .fill.cbd{background:var(--chillaxy-gradient-sativa)}.chillaxy-compound-meter .value{color:var(--chillaxy-primary);font-size:.8rem;font-weight:700;min-width:40px;text-align:right}.chillaxy-effect-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.chillaxy-effect-tags .tag{align-items:center;background-color:var(--chillaxy-gray-light);border-radius:16px;color:var(--chillaxy-gray-dark);display:inline-flex;font-size:.75rem;font-weight:500;padding:4px 10px;transition:all .2s ease}.chillaxy-effect-tags .tag:hover{background-color:var(--chillaxy-primary);color:var(--chillaxy-white);transform:translateY(-1px)}.chillaxy-effect-tags .tag svg{height:14px;margin-right:4px;width:14px}@media(max-width:768px){.chillaxy-product-type{font-size:.7rem;padding:3px 8px}.chillaxy-compound-meter .label,.chillaxy-compound-meter .value{font-size:.75rem}}.macaroni-block{box-sizing:border-box}.macaroni-block *,.macaroni-block :after,.macaroni-block :before{box-sizing:inherit}@media(max-width:calc(var(--macaroni-breakpoint-mobile ) - 1px)){.macaroni-hide-mobile{display:none!important}}@media(max-width:calc(var(--macaroni-breakpoint-tablet ) - 1px)){.macaroni-hide-tablet{display:none!important}}@media(min-width:var(--macaroni-breakpoint-tablet )){.macaroni-hide-desktop{display:none!important}}.macaroni-fade-in{opacity:0;transform:translateY(20px);transition:opacity var(--macaroni-transition-slow) ease,transform var(--macaroni-transition-slow) ease}.macaroni-fade-in.is-visible{opacity:1;transform:translateY(0)}.macaroni-slide-in-left{opacity:0;transform:translateX(-30px);transition:opacity var(--macaroni-transition-slow) ease,transform var(--macaroni-transition-slow) ease}.macaroni-slide-in-left.is-visible{opacity:1;transform:translateX(0)}.macaroni-slide-in-right{opacity:0;transform:translateX(30px);transition:opacity var(--macaroni-transition-slow) ease,transform var(--macaroni-transition-slow) ease}.macaroni-slide-in-right.is-visible{opacity:1;transform:translateX(0)}.macaroni-block a:focus,.macaroni-block button:focus,.macaroni-block input:focus,.macaroni-block select:focus,.macaroni-block textarea:focus{outline:2px solid var(--wp--preset--color--primary,#0073aa);outline-offset:2px}.macaroni-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.macaroni-hover-lift{transition:transform var(--macaroni-transition-normal) ease}.macaroni-hover-lift:hover{transform:translateY(-3px)}.macaroni-hover-scale{transition:transform var(--macaroni-transition-normal) ease}.macaroni-hover-scale:hover{transform:scale(1.05)}
