.offcanvas-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.5);z-index:9998;opacity:0;visibility:hidden;transition:all 0.3s ease;pointer-events:none;}.offcanvas-overlay.offcanvas-overlay--active{opacity:1;visibility:visible;pointer-events:auto;}.offcanvas-overlay.offcanvas-overlay--closing{opacity:0;visibility:visible;}.offcanvas{position:fixed;top:0;background-color:#fff;height:100vh;overflow-y:auto;z-index:9999;box-shadow:-4px 0 15px rgba(0,0,0,0);transition:transform 0.3s ease;}.offcanvas--active{box-shadow:-4px 0 15px rgba(0,0,0,0.1);}.offcanvas--right{right:0;transform:translateX(100%);}.offcanvas--right.offcanvas--active{transform:translateX(0);}.offcanvas--right.offcanvas--closing{transform:translateX(100%);}.offcanvas--left{left:0;transform:translateX(-100%);}.offcanvas--left.offcanvas--active{transform:translateX(0);}.offcanvas--left.offcanvas--closing{transform:translateX(-100%);}.offcanvas--small{width:320px;}@media (max-width: 480px){.offcanvas--small{width:280px;}}.offcanvas--medium{width:400px;}@media (max-width: 480px){.offcanvas--medium{width:100%;}}.offcanvas--large{width:500px;}@media (max-width: 580px){.offcanvas--large{width:100%;}}.offcanvas--full{width:100%;}.offcanvas__header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--gray-200,#e2e8f0);display:flex;align-items:center;justify-content:space-between;background-color:#fff;position:sticky;top:0;z-index:2;}.offcanvas__header h2,.offcanvas__header h3,.offcanvas__header h4{margin:0;font-family:var(--font-1);font-size:1rem;font-weight:600;color:var(--gray-800,#182230);display:flex;align-items:center;gap:1rem;}.offcanvas__header h2 .icon,.offcanvas__header h3 .icon,.offcanvas__header h4 .icon{display:flex;align-items:center;justify-content:center;width:2.5rem;min-width:2.5rem;height:2.5rem;border-radius:8px;color:var(--primary-pure,#2972d8);background:var(--primary-lightest,#d4e3f7);}.offcanvas__header h2 .icon svg,.offcanvas__header h3 .icon svg,.offcanvas__header h4 .icon svg{width:1.25rem;}.offcanvas__header .badge{background-color:var(--primary-pure,#2972d8);color:#fff;font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:12px;margin-left:0.5rem;}.offcanvas__header__actions{display:flex;align-items:center;gap:10px;}.offcanvas__header .currency-switcher{position:relative;margin:0;width:120px;cursor:pointer;}.offcanvas__header .currency-switcher .dropdown{position:relative;width:100%;}.offcanvas__header .currency-switcher .dropdown:after{content:"";position:absolute;margin:0;width:16px;height:17px;top:15px;right:10px;-webkit-transition:.3s;transition:.3s;z-index:-1;}.offcanvas__header .currency-switcher .dropdown.open:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}.offcanvas__header .currency-switcher .dropdown.open > .list{-webkit-transform:scale(1);transform:scale(1);opacity:1;z-index:1;visibility:visible;}.offcanvas__header .currency-switcher .dropdown > .caption{height:2.8rem;padding:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;border-radius:5rem;background-color:#f2f5f7;}.offcanvas__header .currency-switcher .dropdown > .caption .icon,.offcanvas__header .currency-switcher .dropdown > .list > .item .icon{width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;border-radius:2rem;display:flex;overflow:hidden;transform:translateY(-50%);}.offcanvas__header .currency-switcher .dropdown > .caption .icon svg,.offcanvas__header .currency-switcher .dropdown > .caption .icon img,.offcanvas__header .currency-switcher .dropdown > .list > .item .icon svg,.offcanvas__header .currency-switcher .dropdown > .list > .item .icon img{width:100%;height:100%;object-fit:cover;}.offcanvas__header .currency-switcher .dropdown > .caption span,.offcanvas__header .currency-switcher .dropdown > .list > .item span{position:absolute;top:50%;left:2.9rem;font-size:0.9rem;line-height:1;font-weight:500;color:var(--gray-600);transform:translateY(-50%);}.offcanvas__header .currency-switcher .dropdown .arrow{position:absolute;right:1rem;width:0.5rem;height:0.5rem;display:flex;color:var(--gray-600);}.offcanvas__header .currency-switcher .dropdown > .list{position:absolute;background-color:#fff;width:100%;border-radius:12px;-webkit-box-shadow:0px 12px 24px rgba(21,18,51,0.13);box-shadow:0px 12px 24px rgba(21,18,51,0.13);opacity:0;overflow:hidden;-webkit-transition:all 0.15s cubic-bezier(0.25,0,0.25,1.75), opacity 0.1s linear;transition:all 0.15s cubic-bezier(0.25,0,0.25,1.75), opacity 0.1s linear;-webkit-transform:scale(0.85);transform:scale(0.85);-webkit-transform-origin:50% 0;transform-origin:50% 0;top:52px;z-index:-1;visibility:hidden;padding:0;}.offcanvas__header .currency-switcher .dropdown > .list > .item{position:relative;padding:0.2rem;height:2.8rem;cursor:pointer;-webkit-transition:.3s;transition:.3s;font-size:14px;line-height:150%;letter-spacing:0.3px;}.offcanvas__header .currency-switcher .dropdown > .list > .item:hover{background:#f8f9fb;}.offcanvas__header .currency-switcher .dropdown > .list > .item.selected{background:rgba(36,60,187,0.2);pointer-events:none;}.offcanvas__header .currency-switcher .dropdown > .list > .item span{color:var(--primary-medium);}@media (max-width: 768px){.offcanvas__header .currency-switcher{width:100px !important;}.offcanvas__header .currency-switcher .dropdown{width:100px !important;}}@media (max-width: 768px){.offcanvas__header{padding:1.25rem 1.25rem 1rem;}.offcanvas__header h2,.offcanvas__header h3,.offcanvas__header h4{font-size:1.125rem;}}.offcanvas__close{width:2.5rem;min-width:2.5rem;height:2.5rem;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;transition:all 0.3s ease;}.offcanvas__close::before,.offcanvas__close::after{content:'';position:absolute;width:1.25rem;height:2px;background-color:var(--gray-400,#a5aab3);border-radius:1px;transition:all 0.3s ease;}.offcanvas__close::before{transform:rotate(45deg);}.offcanvas__close::after{transform:rotate(-45deg);}.offcanvas__close:hover::before,.offcanvas__close:hover::after{background-color:var(--red-pure,#ff4d5b);}@media (max-width: 768px){.offcanvas__close{width:2.5rem;min-width:2.5rem;height:2.5rem;}.offcanvas__close::before,.offcanvas__close::after{width:1.25rem;}}.offcanvas__body{padding:1.5rem;flex:1;overflow-y:auto;}@media (max-width: 768px){.offcanvas__body{padding:1.25rem;}}.offcanvas__body-cart .cart-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--gray-200,#e2e8f0);}.offcanvas__body-cart .cart-item:first-child{padding-top:0;}.offcanvas__body-cart .cart-item:last-child{border-bottom:none;padding-bottom:0;}.offcanvas__body-cart .cart-item__image{width:60px;height:60px;border-radius:8px;background-color:var(--primary-soft,#eaf1fb);display:flex;align-items:center;justify-content:center;flex-shrink:0;}.offcanvas__body-cart .cart-item__image .icon{width:24px;height:24px;}.offcanvas__body-cart .cart-item__image .icon svg{width:100%;height:100%;fill:var(--primary-pure,#2972d8);}.offcanvas__body-cart .cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:8px;}.offcanvas__body-cart .cart-item__content{flex:1;display:flex;flex-direction:column;gap:0.5rem;}.offcanvas__body-cart .cart-item__title{font-size:0.875rem;font-weight:600;color:var(--secondary-pure,#f9ae00);text-transform:uppercase;margin:0;}.offcanvas__body-cart .cart-item__subtitle{font-size:1rem;font-weight:500;color:var(--gray-900,#192028);margin:0;}.offcanvas__body-cart .cart-item__details{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--gray-600,#4f5967);}.offcanvas__body-cart .cart-item__details .flag{width:20px;height:15px;border-radius:2px;overflow:hidden;}.offcanvas__body-cart .cart-item__details .flag img{width:100%;height:100%;object-fit:cover;}.offcanvas__body-cart .cart-item__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:0.25rem;}.offcanvas__body-cart .cart-item__pricing .original-price{font-size:0.75rem;color:var(--gray-500,#707785);text-decoration:line-through;}.offcanvas__body-cart .cart-item__pricing .current-price{font-size:1rem;font-weight:600;color:var(--gray-900,#192028);}.offcanvas__body-cart .cart-item__quantity{display:flex;align-items:center;gap:0.5rem;margin-top:0.5rem;}.offcanvas__body-cart .cart-item__quantity .qty-btn{width:24px;height:24px;border:1px solid var(--gray-300,#e2e8f0);background-color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;}.offcanvas__body-cart .cart-item__quantity .qty-btn:hover{border-color:var(--primary-pure,#2972d8);background-color:var(--primary-soft,#eaf1fb);}.offcanvas__body-cart .cart-item__quantity .qty-btn::before{content:'';width:8px;height:2px;background-color:var(--gray-600,#4f5967);}.offcanvas__body-cart .cart-item__quantity .qty-btn.qty-plus::after{content:'';position:absolute;width:2px;height:8px;background-color:var(--gray-600,#4f5967);}.offcanvas__body-cart .cart-item__quantity .qty-input{width:40px;text-align:center;border:none;font-size:0.875rem;font-weight:500;color:var(--gray-900,#192028);background:transparent;}.offcanvas__body-cart .cart-item__quantity .remove-btn{margin-left:0.5rem;color:var(--gray-500,#707785);cursor:pointer;padding:0.25rem;}.offcanvas__body-cart .cart-item__quantity .remove-btn:hover{color:var(--red-pure,#ff3b28);}.offcanvas__body-cart .cart-item__quantity .remove-btn svg{width:16px;height:16px;}.offcanvas__footer{padding:1.5rem;border-top:1px solid var(--gray-200,#e2e8f0);background-color:#fff;}@media (max-width: 768px){.offcanvas__footer{padding:1.25rem;}}.offcanvas__footer-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;}.offcanvas__footer-summary .summary-row:first-child{padding-top:0;}.offcanvas__footer-summary .summary-row.summary-row--total{border-top:1px solid var(--gray-200,#e2e8f0);margin-top:0.5rem;padding-top:1rem;font-weight:600;font-size:1.125rem;color:var(--primary-pure,#2972d8);}.offcanvas__footer-summary .summary-row .label{font-size:1rem;color:var(--gray-700,#3b4454);}.offcanvas__footer-summary .summary-row .value{font-size:1rem;font-weight:500;color:var(--gray-900,#192028);}.offcanvas__footer-summary .summary-row .value.negative{color:var(--green-pure,#19bb40);}.offcanvas__footer-summary .installments{font-size:0.875rem;color:var(--gray-600,#4f5967);text-align:center;margin:1rem 0;line-height:1.4;}.offcanvas__footer-actions{display:flex;flex-direction:column;gap:0.75rem;margin-top:1.5rem;}.offcanvas__footer-actions .botao{width:100%;justify-content:center;padding:0.875rem 1.5rem;font-size:1rem;font-weight:600;}.offcanvas__footer-actions .botao.botao--primary{background-color:var(--primary-pure,#2972d8);color:#fff;border:none;}.offcanvas__footer-actions .botao.botao--primary:hover{background-color:var(--primary-medium,#1059be);}.offcanvas__footer-actions .botao.botao--secondary{background-color:transparent;color:var(--gray-700,#3b4454);border:1px solid var(--gray-300,#e2e8f0);}.offcanvas__footer-actions .botao.botao--secondary:hover{background-color:var(--gray-100,#eaecf0);}@media (max-width: 768px){.offcanvas--medium,.offcanvas--large{width:100%;}}.offcanvas::-webkit-scrollbar{width:6px;}.offcanvas::-webkit-scrollbar-track{background:var(--gray-100,#eaecf0);}.offcanvas::-webkit-scrollbar-thumb{background:var(--gray-400,#cbd5e1);border-radius:3px;}.offcanvas::-webkit-scrollbar-thumb:hover{background:var(--gray-500,#707785);}html.offcanvas-open{overflow:hidden;}