[data-tooltip]{position:relative}[data-tooltip]::after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);padding:6px 12px;border-radius:6px;background:#fff;color:#1f2937;font-size:.75rem;font-weight:600;line-height:1.2;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.08s ease;box-shadow:0 2px 12px rgb(0 0 0 / .15);border:1px solid rgb(0 0 0 / .08);z-index:10}[data-tooltip]:hover::after,[data-tooltip]:focus-visible::after{opacity:1;will-change:opacity}[data-tooltip=""]::after{display:none}@media (max-width:768px){[data-tooltip]::after{display:none!important}}.pt-basket-fab{position:fixed!important;bottom:24px!important;left:24px!important;z-index:99990!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;transition:opacity 0.2s,transform 0.2s!important}.pt-basket-fab--hidden{opacity:0!important;pointer-events:none!important;transform:translateY(20px)!important}.pt-basket-fab__trigger{display:flex!important;align-items:center!important;gap:8px!important;padding:12px 18px!important;background:#253244!important;color:#fff!important;border:none!important;border-radius:50px!important;font-size:0.9rem!important;font-weight:600!important;cursor:pointer!important;box-shadow:0 4px 20px rgb(0 0 0 / .25)!important;transition:all 0.12s ease!important;position:relative}.pt-basket-fab__trigger:hover{background:#314359!important;box-shadow:0 6px 24px rgb(0 0 0 / .3)!important}.pt-basket-fab__badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;border-radius:999px;pointer-events:none}@media (max-width:640px){.pt-basket-fab{bottom:16px!important;left:16px!important}.pt-basket-fab__text{display:none!important}.pt-basket-fab__trigger{padding:14px!important;border-radius:50%!important}}.pt-basket{position:fixed;inset:0;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.pt-basket[hidden]{display:none!important}#pt-basket-panel button,.pt-basket-add-btn,.pt-basket-fab__trigger{appearance:none!important;-webkit-appearance:none!important;text-decoration:none!important;text-transform:none!important;letter-spacing:normal!important;box-shadow:none!important;outline:none!important}.pt-basket__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .35);animation:ptBasketFadeIn 0.2s ease}.pt-basket__drawer{position:absolute;top:0;right:0;bottom:0;width:460px;max-width:100vw;display:flex;flex-direction:column;background:#fff;box-shadow:-4px 0 24px rgb(0 0 0 / .12);animation:ptBasketSlideIn 0.25s ease}@keyframes ptBasketFadeIn{from{opacity:0}to{opacity:1}}@keyframes ptBasketSlideIn{from{transform:translateX(100%)}to{transform:translateX(0)}}.pt-basket__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--pt-color-gray-200,#e5e7eb);flex-shrink:0}.pt-basket__header-left{display:flex;align-items:center;gap:10px}.pt-basket__header-icon{color:var(--pt-color-gray-500,#6b7280)}.pt-basket__title{font-size:1.05rem;font-weight:700;margin:0;color:var(--pt-color-gray-900,#111827)}.pt-basket__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--pt-color-gray-100,#f3f4f6);color:var(--pt-color-gray-700,#374151);font-size:12px;font-weight:700}.pt-basket__count[hidden]{display:none}#pt-basket-panel button.pt-basket__close,.pt-basket__close{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;margin:0!important;border:1.5px solid var(--pt-color-gray-200,#e5e7eb)!important;border-radius:50%!important;background:transparent!important;color:var(--pt-color-gray-500,#6b7280)!important;cursor:pointer!important;box-shadow:none!important;line-height:1!important;font-size:0!important;text-indent:0!important;letter-spacing:0!important;text-transform:none!important;transition:background 0.12s ease,color 0.12s ease,border-color 0.12s ease!important}#pt-basket-panel button.pt-basket__close:hover,.pt-basket__close:hover{background:var(--pt-color-gray-50,#f9fafb)!important;border-color:var(--pt-color-gray-300,#d1d5db)!important;color:var(--pt-color-gray-700,#374151)!important}#pt-basket-panel button.pt-basket__close:focus,#pt-basket-panel button.pt-basket__close:active,.pt-basket__close:focus,.pt-basket__close:active{background:var(--pt-color-gray-50,#f9fafb)!important;border-color:var(--pt-color-gray-300,#d1d5db)!important;color:var(--pt-color-gray-700,#374151)!important;outline:none!important}.pt-basket__close svg{width:18px!important;height:18px!important;flex-shrink:0!important}.pt-basket__tabs{display:flex;border-bottom:1px solid var(--pt-color-gray-200,#e5e7eb);flex-shrink:0}.pt-basket__tab{flex:1!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:12px 8px!important;border:none!important;border-bottom:2px solid transparent!important;background:transparent!important;color:var(--pt-color-gray-500,#6b7280)!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;transition:color 0.15s,border-color 0.15s!important;box-shadow:none!important}.pt-basket__tab:hover{color:var(--pt-color-gray-700,#374151)!important;background:transparent!important}.pt-basket__tab:focus,.pt-basket__tab:active{color:var(--pt-color-gray-700,#374151)!important;background:transparent!important}.pt-basket__affiliate-text{margin:0;padding:0 20px;font-size:10px;color:var(--pt-color-gray-400,#9ca3af);text-align:right}.pt-basket__tab--active{color:var(--pt-color-gray-900,#111827)!important}.pt-basket__body{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.pt-basket__panel{display:none}.pt-basket__panel--active{display:block}.pt-basket__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:12px}.pt-basket__empty-title{font-size:15px;font-weight:600;color:var(--pt-color-gray-700,#374151);margin:0}.pt-basket__empty-desc{font-size:13px;color:var(--pt-color-gray-500,#6b7280);margin:0;max-width:260px}.pt-basket__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;color:var(--pt-color-gray-500,#6b7280);font-size:14px}.pt-basket__loading[hidden]{display:none}.pt-basket__item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--pt-color-gray-100,#f3f4f6);transition:background 0.1s}.pt-basket__item:hover{background:var(--pt-color-gray-50,#f9fafb)}.pt-basket__item-img{width:52px!important;height:52px!important;object-fit:contain!important;border-radius:8px!important;background:#fff!important;border:1px solid var(--pt-color-gray-200,#e5e7eb)!important;flex-shrink:0!important;padding:4px!important;box-sizing:border-box!important}.pt-basket__item-info{flex:1;min-width:0}.pt-basket__item-title{font-size:13px;font-weight:600;color:var(--pt-color-gray-900,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-decoration:none}.pt-basket__item-price-row{font-size:13px;font-weight:600;color:var(--pt-color-gray-800,#1f2937);margin-top:2px}.pt-basket__item-stores-row{font-size:12px;color:var(--pt-color-gray-500,#6b7280);margin-top:2px}a.pt-basket__item-title:hover{color:var(--pt-color-primary,#3b82f6)}.pt-basket__item-brand{font-size:12px;color:var(--pt-color-gray-500,#6b7280);margin-top:2px}.pt-basket__item-price{font-size:13px;font-weight:700;color:var(--pt-color-gray-900,#111827);white-space:nowrap;margin-right:8px}.pt-basket__item-remove{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border:none!important;border-radius:6px!important;background:transparent!important;color:var(--pt-color-gray-400,#9ca3af)!important;cursor:pointer!important;flex-shrink:0!important;transition:color 0.12s,background 0.12s!important;box-shadow:none!important;padding:0!important;min-width:28px!important;min-height:28px!important}.pt-basket__item-remove:hover,.pt-basket__item-remove:focus,.pt-basket__item-remove:active{color:#ef4444!important;background:#fef2f2!important;border:none!important;box-shadow:none!important;transform:none!important}.pt-basket__section-title{font-size:16px;font-weight:600;letter-spacing:.01em;color:#080808;padding:14px 20px 6px;margin:0}.pt-basket__summary-savings{display:block;margin:0 16px 0;padding:7px 14px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;font-size:12px;font-weight:600;border-radius:10px 10px 0 0;text-align:center;line-height:1.4;letter-spacing:.01em}.pt-basket__summary{margin:0 16px;padding:16px;background:linear-gradient(160deg,#fefefe 0%,#f8f6f3 50%,#fffdfa 100%);border:1px solid var(--pt-color-gray-200,#e5e7eb);border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.pt-basket__summary-savings+.pt-basket__summary{margin-top:0;border-top:none;border-radius:0 0 12px 12px}.pt-basket__summary-row{display:flex;align-items:flex-start;justify-content:space-between}.pt-basket__summary-left{display:flex;flex-direction:column;gap:2px}.pt-basket__summary-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pt-basket__summary-label{font-size:18px;font-weight:500;color:var(--pt-color-gray-900,#111827);letter-spacing:-.01em}.pt-basket__summary-sublabel{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--pt-color-gray-500,#6b7280)}.pt-basket__summary-sublabel svg{flex-shrink:0}.pt-basket__summary-total{font-size:20px;font-weight:500;color:var(--pt-color-gray-900,#111827);letter-spacing:-.02em;line-height:1}.pt-basket__summary-items{margin-top:14px;border-top:1px solid var(--pt-color-gray-100,#f3f4f6);padding-top:6px}.pt-basket__summary-item{display:flex;align-items:center;justify-content:space-between;padding:7px 0;font-size:12px;color:var(--pt-color-gray-700,#374151);gap:8px;border-bottom:1px solid var(--pt-color-gray-100,#f3f4f6)}.pt-basket__summary-item:last-child{border-bottom:none}.pt-basket__summary-item-img{width:28px;height:28px;object-fit:contain;border-radius:4px;flex-shrink:0}.pt-basket__summary-item-link,.pt-basket__summary-item-textwrap{display:inline-flex;align-items:center;gap:8px;flex:1;color:var(--pt-color-gray-700,#374151);min-width:0}.pt-basket__summary-item-link{text-decoration:none}.pt-basket__summary-item-linktext,.pt-basket__summary-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;display:block;flex:1}.pt-basket__summary-item-exticon{flex-shrink:0;color:var(--pt-color-gray-400,#b83434)}.pt-basket__summary-item-link:hover{color:var(--pt-color-gray-900,#111827);text-decoration:underline}.pt-basket__summary-item-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;white-space:nowrap;min-width:146px}.pt-basket__summary-item-merchant{font-size:11px;color:var(--pt-color-gray-400,#9ca3af);font-weight:500;max-width:78px;overflow:hidden;text-overflow:ellipsis}.pt-basket__summary-item--no-offers{opacity:.55}.pt-basket__summary-item-merchant--na{max-width:none;font-style:italic}.pt-basket__summary-item-price-link,.pt-basket__summary-item-price-wrap{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--pt-color-gray-900,#111827);text-decoration:none}.pt-basket__summary-item-price-link:hover{color:var(--pt-color-gray-900,#111827)}.pt-basket__summary-item-price-link:hover .pt-basket__summary-item-exticon{color:var(--pt-color-gray-700,#374151)}.pt-basket__summary-item-price{font-weight:500;color:var(--pt-color-gray-900,#111827)}.pt-basket__store{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--pt-color-gray-100,#dee2ea);cursor:pointer;transition:background 0.1s}.pt-basket__store:hover{background:var(--pt-color-gray-50,#f9fafb)}.pt-basket__store-best-wrap{border:1.5px solid var(--pt-color-gray-900,#111827);border-radius:10px;margin:4px 12px;overflow:hidden}.pt-basket__store--best{border-bottom:none;padding:10px 16px}.pt-basket__store--best:hover{background:var(--pt-color-gray-50,#f9fafb)}.pt-basket__store-best-wrap .pt-basket__store-detail{padding-left:18px;padding-right:16px}.pt-basket__store-logo{width:32px;height:32px;object-fit:contain;border-radius:6px;background:#fff;border:1px solid var(--pt-color-gray-200,#e5e7eb);flex-shrink:0;padding:2px}.pt-basket__store-logo-placeholder{width:32px;height:32px;border-radius:6px;background:var(--pt-color-gray-100,#f3f4f6);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--pt-color-gray-500,#6b7280);flex-shrink:0}.pt-basket__store-info{flex:1;min-width:0}.pt-basket__store-name{font-size:13px;font-weight:600;color:var(--pt-color-gray-900,#111827)}.pt-basket__store-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-size:12px;color:var(--pt-color-gray-500,#6b7280);margin-top:1px}.pt-basket__store-meta-sep{color:var(--pt-color-gray-300,#d1d5db)}.pt-basket__store-shipping-note{color:var(--pt-color-gray-500,#6b7280)}.pt-basket__store-source{font-size:10px;font-weight:600;color:var(--pt-color-gray-400,#9ca3af);font-style:italic}.pt-basket__store-total{font-size:14px;font-weight:700;color:var(--pt-color-gray-900,#111827);white-space:nowrap}.pt-basket__store-badge{display:inline-block;padding:0 6px;border-radius:999px;font-size:10px;font-weight:700;background:var(--pt-color-gray-900,#111827);color:#fff;margin-left:6px;vertical-align:1px}.pt-basket__store-partial-count{color:var(--pt-color-gray-400,#9ca3af);font-weight:500}.pt-basket__store-chevron{flex-shrink:0;color:var(--pt-color-gray-400,#9ca3af);transition:transform 0.15s ease}.pt-basket__store--expanded .pt-basket__store-chevron{transform:rotate(180deg)}.pt-basket__store-detail{padding:0 20px 10px 31px;display:none}.pt-basket__store-detail--open{display:block}a.pt-basket__store-detail-item,.pt-basket__store-detail-item{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:12px;color:var(--pt-color-gray-700,#374151);border-bottom:1px solid var(--pt-color-gray-100,#dce1ec);text-decoration:none;gap:8px;min-width:0}a.pt-basket__store-detail-item:hover{color:var(--pt-color-gray-900,#111827)}a.pt-basket__store-detail-item:hover .pt-basket__store-detail-name{text-decoration:underline}.pt-basket__store-detail-item:last-child{border-bottom:none}.pt-basket__store-detail-item--oos{opacity:.6}.pt-basket__store-detail-item--na{opacity:.5}.pt-basket__store-detail-name{min-width:0;flex:1;display:flex;align-items:center;gap:6px}.pt-basket__store-detail-label{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.pt-basket__store-detail-right{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:72px;justify-content:flex-end}.pt-basket__store-detail-price{font-weight:600;white-space:nowrap;color:var(--pt-color-gray-900,#111827);min-width:52px;text-align:right}.pt-basket__store-detail-missing{color:var(--pt-color-gray-400,#9ca3af);font-size:11px;white-space:nowrap}.pt-basket__store-detail-ship{font-size:10px;color:var(--pt-color-gray-400,#9ca3af);white-space:nowrap}.pt-basket__store-detail-ship--free{color:#16a34a}.pt-basket__store-detail-delivery{font-size:10px;color:var(--pt-color-gray-400,#9ca3af);white-space:nowrap}.pt-basket__store-detail-oos{font-size:10px;font-weight:600;color:#d97706;white-space:nowrap}.pt-basket__store-detail-exticon{flex-shrink:0;color:var(--pt-color-gray-400,#b83434)}a.pt-basket__store-detail-item:hover .pt-basket__store-detail-exticon{color:var(--pt-color-gray-700,#374151)}.pt-basket__show-more{display:block!important;width:calc(100% - 40px)!important;margin:8px 20px!important;padding:8px 0!important;background:transparent!important;border:1px dashed var(--pt-color-gray-300,#d1d5db)!important;border-radius:8px!important;color:var(--pt-color-gray-500,#6b7280)!important;font-size:12px!important;font-weight:500!important;cursor:pointer!important;text-align:center!important;box-shadow:none!important}.pt-basket__show-more:hover{background:var(--pt-color-gray-50,#f9fafb)!important;border-color:var(--pt-color-gray-400,#9ca3af)!important;color:var(--pt-color-gray-700,#374151)!important}.pt-basket__store-group--hidden{display:none}.pt-basket__no-stores{padding:32px 24px;text-align:center;color:var(--pt-color-gray-500,#6b7280);font-size:14px}.pt-basket__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 20px;border-top:1px solid var(--pt-color-gray-200,#e5e7eb);flex-shrink:0}.pt-basket__footer[hidden]{display:none}.pt-basket__compare-btn{display:flex!important;align-items:center!important;gap:6px!important;padding:10px 20px!important;background:var(--pt-color-gray-900,#111827)!important;color:#fff!important;border:none!important;border-radius:999px!important;font-size:13px!important;font-weight:600!important;cursor:pointer!important;transition:background 0.12s!important;box-shadow:none!important}.pt-basket__compare-btn:hover,.pt-basket__compare-btn:focus,.pt-basket__compare-btn:active{background:#1f2937!important;color:#fff!important;border:none!important;box-shadow:none!important}.pt-basket__clear-btn{padding:10px 16px!important;background:transparent!important;color:var(--pt-color-gray-500,#6b7280)!important;border:1px solid var(--pt-color-gray-200,#e5e7eb)!important;border-radius:999px!important;font-size:13px!important;font-weight:500!important;cursor:pointer!important;transition:border-color 0.12s,color 0.12s!important;box-shadow:none!important}.pt-basket__clear-btn:hover,.pt-basket__clear-btn:focus,.pt-basket__clear-btn:active{background:transparent!important;border-color:#ef4444!important;color:#ef4444!important;box-shadow:none!important}.pt-basket-add-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:none!important;border-radius:50%!important;background:rgb(255 255 255 / .92)!important;color:var(--pt-color-gray-600,#4b5563)!important;cursor:pointer!important;box-shadow:0 2px 8px rgb(0 0 0 / .1)!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform 0.15s,box-shadow 0.15s,color 0.15s!important}.pt-basket-add-btn:not(.pt-product-card__basket-btn){width:42px!important;height:42px!important}.pt-basket-add-btn:hover,.pt-basket-add-btn:focus,.pt-basket-add-btn:active{transform:scale(1.1)!important;box-shadow:0 4px 14px rgb(0 0 0 / .15)!important;color:var(--pt-color-gray-900,#111827)!important;background:rgb(255 255 255 / .98)!important;border:none!important}.pt-basket-add-btn--active{color:var(--pt-color-primary,#6366f1)!important;background:rgb(255 255 255 / .92)!important;box-shadow:0 2px 8px rgb(0 0 0 / .1)!important}.pt-basket-add-btn--active svg{fill:currentColor!important;stroke:currentColor!important}.pt-basket-add-btn--active:hover{color:var(--pt-color-primary-dark,#4f46e5)!important;background:rgb(255 255 255 / .98)!important}.pt-gallery__basket{position:absolute;top:60px;right:12px;left:auto;z-index:3}.pt-product-card__basket-btn{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;z-index:3!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;transition:opacity 0.15s,transform 0.15s!important}.pt-product-card__basket-btn:not(.pt-basket-add-btn--active){opacity:0}.pt-product-card__basket-btn svg{width:16px!important;height:16px!important}.pt-product-card__image:hover .pt-product-card__basket-btn,.pt-product-card__basket-btn:focus-visible{opacity:1!important}@media (max-width:640px){.pt-basket__section-title{font-size:14px;padding:12px 16px 4px}.pt-basket__summary-savings{margin-left:12px;margin-right:12px;font-size:11px}.pt-basket__summary{margin-left:12px;margin-right:12px;padding:12px}.pt-basket__summary-total{font-size:18px}.pt-basket__summary-label{font-size:16px}.pt-basket__summary-item-meta{min-width:128px;gap:6px}.pt-basket__summary-item-merchant{max-width:62px}.pt-basket__summary-item-link,.pt-basket__summary-item-textwrap{gap:6px}.pt-basket__store{padding:10px 16px}.pt-basket__store--best{padding:10px 15px}.pt-basket__store-detail{padding:0 16px 10px 26px}.pt-basket__store-best-wrap .pt-basket__store-detail{padding-left:16px;padding-right:14px}.pt-basket__store-best-wrap{margin:4px 8px}.pt-basket__store-detail-right{min-width:66px;gap:4px}.pt-basket__store-detail-price{min-width:48px}}@media (max-width:480px){.pt-basket__drawer{width:100vw}.pt-product-card__basket-btn{opacity:1}.pt-basket__header{padding:12px 16px}.pt-basket__section-title{font-size:13px;padding:10px 14px 4px}.pt-basket__summary-savings{margin-left:10px;margin-right:10px;padding:6px 10px;font-size:11px}.pt-basket__summary{margin-left:10px;margin-right:10px;padding:10px}.pt-basket__summary-total{font-size:17px}.pt-basket__summary-label{font-size:15px}.pt-basket__summary-item{font-size:11px;gap:6px}.pt-basket__summary-item-meta{min-width:102px;gap:5px}.pt-basket__summary-item-merchant{font-size:10px;max-width:46px}.pt-basket__summary-item-img{width:24px;height:24px}.pt-basket__summary-item-link,.pt-basket__summary-item-textwrap{gap:6px}.pt-basket__store{padding:10px 14px;gap:10px}.pt-basket__store--best{padding:10px 14px}.pt-basket__store-detail{padding:0 14px 10px 22px}.pt-basket__store-best-wrap .pt-basket__store-detail{padding-left:14px;padding-right:12px}.pt-basket__store-best-wrap{margin:4px 6px}.pt-basket__store-logo{width:28px;height:28px}.pt-basket__store-logo-placeholder{width:28px;height:28px;font-size:12px}.pt-basket__item{padding:12px 14px}.pt-basket__item-img{width:44px!important;height:44px!important}.pt-basket__footer{padding:12px 14px}.pt-basket__compare-btn{padding:9px 16px!important;font-size:12px!important}.pt-basket__clear-btn{padding:9px 12px!important;font-size:12px!important}.pt-basket__store-detail-item{font-size:11px}.pt-basket__store-detail-right{min-width:60px;gap:4px}.pt-basket__store-detail-price{min-width:44px}}