/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 website only
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party
 * Please ensure that you are using a valid license for this file.
 *
 * @author PresTeamShop SAS (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2026 PresTeamShop SAS, All rights reserved
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 * @category PrestaShop
 * @category Module
 */
.opc-sidebar{--opc-sidebar-checkout-bg: #1f2024;--opc-sidebar-checkout-text: #ffffff;--opc-sidebar-checkout-hover-bg: var(--opc-sidebar-checkout-bg);--opc-sidebar-checkout-hover-text: var(--opc-sidebar-checkout-text);--opc-sidebar-continue-color: var(--opc-sidebar-muted);--opc-sidebar-fs-bg: transparent;--opc-sidebar-fs-text: var(--opc-sidebar-muted);--opc-sidebar-accent: var(--opc-sidebar-checkout-bg);--opc-sidebar-progress: var(--opc-sidebar-accent);--opc-sidebar-width: 420px;--opc-sidebar-panel-bg: #ffffff;--opc-sidebar-body-bg: #f5f5f7;--opc-sidebar-text: var(--pts-text-color, #1f2024);--opc-sidebar-muted: #8a8d93;position:fixed;inset:0;z-index:99990;pointer-events:none;visibility:hidden}.opc-sidebar--open{pointer-events:auto;visibility:visible}.opc-sidebar *{box-sizing:border-box}.opc-sidebar__overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .25s ease}.opc-sidebar--no-overlay .opc-sidebar__overlay{display:none}.opc-sidebar__panel{position:fixed;top:0;bottom:0;width:var(--opc-sidebar-width);max-width:100%;display:flex;flex-direction:column;background:var(--opc-sidebar-body-bg);color:var(--opc-sidebar-text);box-shadow:0 0 30px rgba(0,0,0,.18);transition:transform .3s ease;will-change:transform}.opc-sidebar--right .opc-sidebar__panel{right:0;transform:translateX(100%)}.opc-sidebar--left .opc-sidebar__panel{left:0;transform:translateX(-100%)}.opc-sidebar--open.opc-sidebar--right .opc-sidebar__panel,.opc-sidebar--open.opc-sidebar--left .opc-sidebar__panel{transform:translateX(0)}.opc-sidebar--open .opc-sidebar__overlay{opacity:1}.opc-sidebar--anim-fade .opc-sidebar__panel{transition:opacity .25s ease}.opc-sidebar--anim-fade.opc-sidebar--right .opc-sidebar__panel,.opc-sidebar--anim-fade.opc-sidebar--left .opc-sidebar__panel{transform:none;opacity:0}.opc-sidebar--anim-fade.opc-sidebar--open .opc-sidebar__panel{opacity:1}.opc-sidebar__demo-watermark{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.opc-sidebar__demo-watermark span{max-width:92%;color:var(--opc-sidebar-text);font-weight:800;font-size:2rem;line-height:1.15;text-align:center;opacity:.06;transform:rotate(-32deg)}.opc-sidebar__header{position:relative;z-index:1;flex-shrink:0;padding:16px 18px 12px;background:var(--opc-sidebar-panel-bg);border-bottom:1px solid rgba(0,0,0,.06)}.opc-sidebar__header-top{position:relative;display:flex;align-items:center;justify-content:center;min-height:24px}.opc-sidebar__count{font-weight:700;font-size:calc(var(--pts-font-size-base, 1)*1rem);color:var(--opc-sidebar-text)}.opc-sidebar__close{position:absolute;right:0;top:50%;transform:translateY(-50%);border:0;background:rgba(0,0,0,0);font-size:1.6rem;line-height:1;cursor:pointer;color:var(--opc-sidebar-muted)}.opc-sidebar__free-shipping{margin-top:12px;padding:10px 12px;border-radius:10px;text-align:center;background:var(--opc-sidebar-fs-bg);color:var(--opc-sidebar-fs-text)}.opc-sidebar__progress{height:6px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden}.opc-sidebar__progress-bar{height:100%;border-radius:999px;background:var(--opc-sidebar-progress);transition:width .4s ease}.opc-sidebar__free-shipping-text{margin:8px 0 0;font-size:.85rem;color:var(--opc-sidebar-fs-text)}.opc-sidebar__body{position:relative;z-index:1;flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px}.opc-sidebar__products{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.opc-sidebar__product{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:start;padding:12px;background:var(--opc-sidebar-panel-bg);border-radius:12px}.opc-sidebar__product-image img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.opc-sidebar__product-detail{display:flex;flex-direction:column;gap:4px;min-width:0}.opc-sidebar__product-name{font-weight:800;font-size:calc(var(--pts-font-size-base, 1)*.875rem);line-height:1.25;color:var(--opc-sidebar-text)}.opc-sidebar__product-reference,.opc-sidebar__product-attribute{font-weight:400;font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-muted)}.opc-sidebar__product-attributes{display:flex;flex-wrap:wrap;align-items:center}.opc-sidebar__product-attribute:not(:first-child)::before{content:"/";margin:0 6px}.opc-sidebar__product-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.opc-sidebar__product-total{font-weight:700;font-size:calc(var(--pts-font-size-base, 1)*1rem);color:var(--opc-sidebar-text)}.opc-sidebar__product-discount{display:inline-block;padding:1px 6px;font-size:calc(var(--pts-font-size-base, 1)*.75rem);font-weight:700;line-height:1.2;color:var(--bs-danger, #dc3545);background:rgba(220,53,69,.12);border-radius:.75rem;white-space:nowrap;vertical-align:middle}.opc-sidebar__product-regular{font-size:calc(var(--pts-font-size-base, 1)*.75rem);color:var(--opc-sidebar-muted);text-decoration:line-through}.opc-sidebar__product-unit{font-size:calc(var(--pts-font-size-base, 1)*.75rem);color:var(--opc-sidebar-muted)}.opc-sidebar__qty{display:inline-flex;align-items:stretch;height:40px;margin-top:8px;border:1px solid var(--bs-border-color, #dee2e6);border-radius:var(--bs-border-radius, 6px);overflow:hidden}.opc-sidebar__qty-value{display:flex;align-items:center;justify-content:center;min-width:46px;padding:0 4px;font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-text)}.opc-sidebar__qty-arrows{display:flex;flex-direction:column;border-left:1px solid var(--bs-border-color, #dee2e6)}.opc-sidebar__qty-btn{display:flex;flex:1;align-items:center;justify-content:center;width:24px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;color:var(--opc-sidebar-text);outline:none}.opc-sidebar__qty-btn:hover{background:rgba(0,0,0,.04)}.opc-sidebar__qty-btn:focus-visible{outline:2px solid var(--opc-sidebar-accent);outline-offset:-2px}.opc-sidebar__qty-btn[data-opc-sidebar-qty-disabled="1"]{opacity:.4;cursor:not-allowed}.opc-sidebar__qty-btn--up{border-bottom:1px solid var(--bs-border-color, #dee2e6)}.opc-sidebar__remove{display:inline-block;margin-top:4px;font-size:calc(var(--pts-font-size-base, 1)*.875rem);font-weight:600;line-height:1.2;text-decoration:underline;color:var(--bs-primary, var(--opc-sidebar-text));outline:none}.opc-sidebar__remove:hover{text-decoration:none}.opc-sidebar__remove:focus-visible{outline:2px solid var(--opc-sidebar-accent);outline-offset:2px}.opc-sidebar__product-quantity{font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-muted)}.opc-sidebar__voucher{margin-top:14px}.opc-sidebar__voucher-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px}.opc-sidebar__voucher-list--summary{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.06);font-size:calc(var(--pts-font-size-base, 1)*.875rem)}.opc-sidebar__voucher-item{display:flex;align-items:center;gap:8px;font-size:.85rem}.opc-sidebar__voucher-value{margin-left:auto;font-weight:600}.opc-sidebar__voucher-remove{display:inline-flex;align-items:center;color:var(--opc-sidebar-muted);text-decoration:none;transition:color .15s ease}.opc-sidebar__voucher-remove:hover{color:#e02424}.opc-sidebar__voucher-form{display:flex;gap:8px}.opc-sidebar__voucher-input{flex:1 1 auto;border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:8px 12px;font-size:.85rem}.opc-sidebar__voucher-submit{border:0;border-radius:8px;padding:8px 16px;background:var(--opc-sidebar-accent);color:var(--opc-sidebar-checkout-text);font-weight:600;cursor:pointer;outline:none}.opc-sidebar__voucher-submit:focus-visible{outline:2px solid var(--opc-sidebar-accent);outline-offset:2px}.opc-sidebar__voucher-submit:disabled{opacity:.6;cursor:not-allowed}.opc-sidebar__voucher-error{margin:8px 0 0;color:#c0392b;font-size:.8rem}.opc-sidebar__express{margin-top:10px;margin-bottom:4px}.opc-sidebar__express--empty{height:0;margin:0;overflow:hidden}.opc-sidebar__footer{position:relative;z-index:1;flex-shrink:0;padding:16px;background:var(--opc-sidebar-panel-bg);border-top:1px solid rgba(0,0,0,.06)}.opc-sidebar__subtotal{display:flex;align-items:baseline;justify-content:space-between;font-size:calc(var(--pts-font-size-base, 1)*1rem);font-weight:700;color:var(--opc-sidebar-text)}.opc-sidebar__subtotal+.opc-sidebar__subtotal{margin-top:3px}.opc-sidebar__subtotal--line{font-weight:400}.opc-sidebar__subtotal-original{margin-left:4px;font-size:calc(var(--pts-font-size-base, 1)*.875rem);font-weight:400;color:var(--opc-sidebar-muted);text-decoration:line-through}.opc-sidebar__subtotal-note{margin:4px 0 0;font-size:calc(var(--pts-font-size-base, 1)*.75rem);color:var(--opc-sidebar-muted)}.opc-sidebar__checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;text-align:center;padding:14px;border-radius:999px;background:var(--opc-sidebar-checkout-bg);color:var(--opc-sidebar-checkout-text) !important;font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease}.opc-sidebar__checkout-btn:hover,.opc-sidebar__checkout-btn:focus{background:var(--opc-sidebar-checkout-hover-bg);color:var(--opc-sidebar-checkout-hover-text) !important}.opc-sidebar__checkout-lock{flex:0 0 auto;display:block}.opc-sidebar__actions{display:flex;gap:10px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.opc-sidebar__continue{flex:1 1 0;border:0;padding:0;background:rgba(0,0,0,0);color:var(--opc-sidebar-continue-color);cursor:pointer;font-size:.85rem;text-align:center;text-decoration:underline;text-underline-offset:2px}.opc-sidebar__continue:hover{text-decoration:none}.opc-sidebar__view-cart{flex:1 1 0;padding:9px 12px;border:1px solid rgba(0,0,0,.15);border-radius:999px;background:rgba(0,0,0,0);color:var(--opc-sidebar-continue-color);font-size:.85rem;font-weight:600;text-align:center;text-decoration:none;transition:border-color .2s ease,background .2s ease}.opc-sidebar__view-cart:hover{border-color:var(--opc-sidebar-continue-color);background:rgba(0,0,0,.03)}.opc-sidebar__promo{position:relative;z-index:1;flex-shrink:0;overflow:hidden}.opc-sidebar__promo:empty{display:none}.opc-sidebar__promo>*{max-width:100% !important;margin-left:0 !important;margin-right:0 !important}.opc-sidebar__empty{text-align:center;padding:48px 16px;color:var(--opc-sidebar-muted)}@keyframes opc-sidebar-spin{to{transform:rotate(360deg)}}.opc-sidebar__spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.12);border-top-color:var(--opc-sidebar-accent);border-radius:50%;animation:opc-sidebar-spin .8s linear infinite}.opc-sidebar__panel--loading{align-items:center;justify-content:center}.opc-sidebar--loading .opc-sidebar__panel:not(.opc-sidebar__panel--loading){cursor:progress}.opc-sidebar--loading .opc-sidebar__panel:not(.opc-sidebar__panel--loading)::before{content:"";position:absolute;inset:0;z-index:4;background:hsla(0,0%,100%,.6)}.opc-sidebar--loading .opc-sidebar__panel:not(.opc-sidebar__panel--loading)::after{content:"";position:absolute;inset:0;z-index:5;width:40px;height:40px;margin:auto;border:3px solid rgba(0,0,0,.12);border-top-color:var(--opc-sidebar-accent);border-radius:50%;animation:opc-sidebar-spin .8s linear infinite}.opc-sidebar__notice{margin:10px 14px;padding:10px 12px;background:#fdecea;color:#c0392b;border-radius:8px;font-size:.85rem}@media(max-width: 575px){.opc-sidebar--mobile-full .opc-sidebar__panel{width:100%}}.opc-sidebar-fab{--opc-sidebar-accent: #ff7a00;position:fixed;z-index:99980;width:56px;height:56px;border:0;border-radius:50%;background:var(--opc-sidebar-accent);color:#fff;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.25)}.opc-sidebar-fab--bottom-right{right:20px;bottom:20px}.opc-sidebar-fab--bottom-left{left:20px;bottom:20px}.opc-sidebar-fab--middle-right{right:20px;top:50%;transform:translateY(-50%)}.opc-sidebar-fab--middle-left{left:20px;top:50%;transform:translateY(-50%)}.opc-sidebar-fab__icon{display:block;width:28px;height:28px;margin:0 auto;background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M7 4h-2l-1 2v0h2l3.6 7.59-1.35 2.44a2 2 0 0 0 1.75 2.97h9.45v-2h-9.1l1.1-2h6.45a2 2 0 0 0 1.8-1.11l3.58-7.49h-15.43l-.95-2zm0 16a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm10 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z%27/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27><path d=%27M7 4h-2l-1 2v0h2l3.6 7.59-1.35 2.44a2 2 0 0 0 1.75 2.97h9.45v-2h-9.1l1.1-2h6.45a2 2 0 0 0 1.8-1.11l3.58-7.49h-15.43l-.95-2zm0 16a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm10 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z%27/></svg>") center/contain no-repeat}.opc-sidebar-fab__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#1f2024;color:#fff;font-size:.72rem;line-height:20px;text-align:center}.opc-sidebar-fab--empty .opc-sidebar-fab__badge{display:none}body.opc-sidebar-open{overflow:hidden}.opc-sidebar__product:has(+.cart-item-canon){border-bottom-left-radius:0;border-bottom-right-radius:0}.opc-sidebar__products .cart-item-canon{list-style:none;margin-top:-12px;padding:8px 14px 12px 24px;background:var(--opc-sidebar-panel-bg);border-top:1px solid rgba(0,0,0,.06);border-radius:0 0 12px 12px}.opc-sidebar__products .cart-item-canon .product-line-grid{display:grid;grid-template-columns:36px 1fr auto;align-items:stretch}.opc-sidebar__products .cart-item-canon .product-line-grid-left,.opc-sidebar__products .cart-item-canon .product-line-grid-body{display:flex;flex-direction:column;justify-content:center;min-width:0}.opc-sidebar__products .cart-item-canon [class*=col-]{width:auto;max-width:none;flex:none;padding:0}.opc-sidebar__products .cart-item-canon .product-image,.opc-sidebar__products .cart-item-canon .product-image picture,.opc-sidebar__products .cart-item-canon .product-image img{display:block;width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.opc-sidebar__products .cart-item-canon .product-line-grid-body .product-line-info:first-child{font-weight:600;font-size:calc(var(--pts-font-size-base, 1)*.875rem);line-height:1.2;color:var(--opc-sidebar-text)}.opc-sidebar__products .cart-item-canon .product-line-info.product-price{margin:2px 0 0;font-size:calc(var(--pts-font-size-base, 1)*.75rem);line-height:1.2;color:var(--opc-sidebar-muted)}.opc-sidebar__products .cart-item-canon .product-line-info.product-price .alert{margin:2px 0 0;padding:0;font-size:calc(var(--pts-font-size-base, 1)*.75rem);line-height:1.2;color:var(--opc-sidebar-muted);background:rgba(0,0,0,0);border:0}.opc-sidebar__products .cart-item-canon .product-line-grid-right{display:flex;align-items:center;justify-content:flex-end}.opc-sidebar__products .cart-item-canon .product-line-grid-right .row,.opc-sidebar__products .cart-item-canon .product-line-grid-right .col-md-10,.opc-sidebar__products .cart-item-canon .product-line-grid-right .col-md-6{display:contents}.opc-sidebar__products .cart-item-canon .product-line-grid-right .hidden-md-up,.opc-sidebar__products .cart-item-canon .product-line-grid-right .text-xs-right,.opc-sidebar__products .cart-item-canon .product-line-grid-right .qty{display:none}.opc-sidebar__products .cart-item-canon .product-line-grid-right .price .product-price{font-weight:700;font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-text)}.opc-sidebar__product:has(+.cart-item.module-support){border-bottom-left-radius:0;border-bottom-right-radius:0}.opc-sidebar__products .cart-item.module-support{list-style:none;margin-top:-12px;padding:8px 18px 12px 24px;background:var(--opc-sidebar-panel-bg);border-top:1px solid rgba(0,0,0,.06);border-radius:0 0 12px 12px}.opc-sidebar__products .cart-item.module-support .row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px}.opc-sidebar__products .cart-item.module-support .row>*{width:auto;max-width:none;flex-shrink:1;margin-top:0;padding-left:0;padding-right:0}.opc-sidebar__products .cart-item.module-support .row [class*=col-]{width:auto;max-width:none;flex:none;padding:0}.opc-sidebar__products .cart-item.module-support .support-type-name{display:flex;flex:1 1 auto;align-items:center;gap:6px;min-width:0}.opc-sidebar__products .cart-item.module-support .support-type-name .label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-text)}.opc-sidebar__products .cart-item.module-support .support-actions .material-icons.no-icon{display:none}.opc-sidebar__products .cart-item.module-support .support-actions a{font-size:calc(var(--pts-font-size-base, 1)*.875rem);font-weight:600;text-decoration:underline;color:var(--bs-primary, var(--opc-sidebar-text))}.opc-sidebar__products .cart-item.module-support .support-actions a:hover{text-decoration:none}.opc-sidebar__products .cart-item.module-support .support-price-actions{flex:0 0 auto;white-space:nowrap}.opc-sidebar__products .cart-item.module-support .support-price-actions .support-price{font-weight:700;font-size:calc(var(--pts-font-size-base, 1)*.875rem);color:var(--opc-sidebar-text)}.opc-sidebar__products .cart-item.module-support hr{display:none}
