.pg-hub{--pg-pink: #f23e5b;--pg-blue: #03148c;--pg-yellow: #ffd51d;--pg-ink: #171923;--pg-muted: #686b78;--pg-line: #edd7dc;background:#fff;color:var(--pg-ink)}.pg-hub *{box-sizing:border-box}.pg-hub__container{width:min(1440px,calc(100% - 32px));margin:0 auto;padding:18px 0 42px}.pg-hub__divider{border-bottom:1px solid var(--pg-line);padding-bottom:24px;margin-bottom:24px}.pg-hub__banner img,.pg-hub__wide-banner img{display:block;width:100%;height:auto;border-radius:var(--pg-radius)}.pg-hub__breadcrumbs{display:flex;gap:8px;align-items:center;margin:4px 0 8px;font-size:12px;color:var(--pg-muted)}.pg-hub__breadcrumbs a{color:var(--pg-blue);text-decoration:none}.pg-hub__header{padding-bottom:16px;margin-bottom:16px}.pg-hub__header h1,.pg-hub-block__title,.pg-hub-seo h2,.pg-hub-related h2{margin:0;color:var(--pg-heading-color, var(--pg-ink));letter-spacing:0}.pg-hub__header h1{font-size:clamp(24px,2.4vw,38px);font-weight:800}.pg-hub__category-rail{display:flex;justify-content:center;gap:var(--pg-category-gap, 12px);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none!important}.pg-hub__category-rail::-webkit-scrollbar{display:none!important}.pg-hub-scrollbar{display:none;height:5px;margin:10px auto 0;width:72%;overflow:hidden;border-radius:999px;background:#e9edff;position:relative}.pg-hub-scrollbar span{display:block;position:absolute;top:0;left:0;width:28%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pg-blue),var(--pg-pink));transform:translate(0);transition:transform .08s linear,width .12s ease;will-change:transform,width}.pg-hub-scrollbar.is-hidden{opacity:0;pointer-events:none}.pg-hub-category{flex:0 0 calc(var(--pg-category-circle-size, 82px) + 24px);display:flex;flex-direction:column;align-items:center;gap:var(--pg-category-text-gap, 6px);min-width:calc(var(--pg-category-circle-size, 82px) + 24px);color:var(--pg-ink);text-align:center;text-decoration:none;scroll-snap-align:start}.pg-hub-category__circle{width:var(--pg-category-circle-size, 82px);height:var(--pg-category-circle-size, 82px);display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#f6f7fb;border:1px solid #eceef5;transition:transform .18s ease,border-color .18s ease}.pg-hub-category:hover .pg-hub-category__circle{border-color:var(--pg-pink);transform:translateY(-2px)}.pg-hub-category__circle img{width:100%;height:100%;object-fit:cover}.pg-hub-category__circle>span{font-weight:800;font-size:28px;color:var(--pg-blue)}.pg-hub-category__title{display:-webkit-box;min-height:30px;overflow:hidden;color:var(--pg-subheading-color, var(--pg-ink));font-size:var(--pg-subheading-size, 12px);font-weight:700;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pg-hub-block__title{margin-bottom:16px;font-size:var(--pg-heading-size, 24px);font-weight:800}.pg-hub-block__title--center{text-align:center}.pg-hub__mobile-hint{display:none;margin:-8px 0 10px;color:var(--pg-blue);font-size:12px;font-weight:800}.pg-hub-quad{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;width:100%;max-width:100%;margin-inline:auto;overflow-x:auto;overflow-y:hidden;padding:0 0 10px;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:none!important}.pg-hub-quad::-webkit-scrollbar{display:none!important}.pg-hub-quad__item{display:block;flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:auto;overflow:hidden;border-radius:var(--pg-quad-radius, 10px);background:transparent;scroll-snap-align:start;scroll-snap-stop:always}.pg-hub-quad__item img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center;transition:none}.pg-hub-quad__item:hover img{transform:scale(1.025)}.pg-hub-placeholder{min-height:180px;display:grid;place-items:center;color:var(--pg-muted);font-weight:700}.pg-hub-shortcuts{display:grid;grid-template-columns:minmax(250px,340px) minmax(0,1fr);gap:18px;align-items:stretch}.pg-hub-shortcuts__intro{min-height:100%;padding:28px 22px;border-radius:var(--pg-card-radius);background:#fff2f5;text-align:center}.pg-hub-shortcuts__icon{display:flex;align-items:center;justify-content:center;width:var(--shortcut-icon-size, 74px);height:var(--shortcut-icon-size, 74px);margin:0 auto 16px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--shortcut-icon-color, #7e22ce);font-size:calc(var(--shortcut-icon-size, 74px) * .46);font-weight:900;line-height:1}.pg-hub-shortcuts__icon img{display:block;width:var(--pg-shortcut-icon-image-scale, 100%);height:var(--pg-shortcut-icon-image-scale, 100%);object-fit:contain;background:transparent!important;border:0!important;box-shadow:none!important}.pg-hub-shortcuts__slider{position:relative;min-width:0}.pg-hub-shortcuts__arrow{position:absolute;z-index:5;top:calc(50% - 8px);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid var(--pg-blue);border-radius:50%;background:#fff;color:var(--pg-blue);cursor:pointer;transform:translateY(-50%);box-shadow:0 8px 22px #03148c2e}.pg-hub-shortcuts__arrow img{display:block;width:18px;height:18px;object-fit:contain}.pg-hub-shortcuts__arrow.is-prev{left:-22px}.pg-hub-shortcuts__arrow.is-next{right:-22px}.pg-hub-shortcuts__arrow:hover{border-color:var(--pg-pink);color:var(--pg-pink)}.pg-hub-shortcuts__rail::-webkit-scrollbar{height:8px}.pg-hub-shortcuts__rail::-webkit-scrollbar-track{background:#e9edff;border-radius:999px}.pg-hub-shortcuts__rail::-webkit-scrollbar-thumb{background:var(--pg-blue);border-radius:999px}.pg-hub-shortcuts__rail{scrollbar-color:var(--pg-blue) #e9edff}.pg-hub-shortcuts__intro h2{margin:0 0 10px;font-size:var(--pg-shortcut-title-size, 22px);line-height:1.12;color:var(--pg-shortcut-title-color, var(--pg-blue))}.pg-hub-shortcuts__intro p{margin:0 0 12px;color:var(--pg-subheading-color, var(--pg-muted));font-size:var(--pg-subheading-size, 13px);line-height:1.45}.pg-hub-shortcuts__intro a{color:var(--pg-pink);font-weight:800}.pg-hub-shortcuts__rail{display:grid;grid-auto-flow:column;grid-auto-columns:190px;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:thin}.pg-hub-shortcuts__card{scroll-snap-align:start;scroll-snap-stop:normal}.pg-hub-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.pg-hub-products--featured{grid-template-columns:repeat(var(--pg-row-columns, var(--pg-featured-columns, 5)),minmax(0,1fr))}.pg-hub-products--bestseller{grid-template-columns:repeat(var(--pg-row-columns, var(--pg-bestseller-columns, 5)),minmax(0,1fr))}.pg-hub-product{height:100%;overflow:hidden;border:1px solid #e7eaf1;border-radius:var(--pg-card-radius);background:#fff;box-shadow:0 6px 18px #03148c0f}.pg-hub-product__media-wrap{padding:10px 10px 0}.pg-hub-product__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--pg-card-radius) - 2px);background:#f8f9fc}.pg-hub-product__media img,.pg-hub-product__media svg{width:100%;height:100%;display:block;object-fit:contain}.pg-hub-product__badge{position:absolute;z-index:2;top:0;left:0;max-width:calc(100% - 16px);padding:5px 9px;border-radius:0 0 8px;background:var(--badge-bg, var(--pg-pink));color:var(--badge-color, #fff);font-size:11px;font-weight:900;line-height:1.1}.pg-hub-product__icon{position:absolute;z-index:3;top:8px;left:8px;display:grid;width:var(--icon-size, 36px);height:var(--icon-size, 36px);place-items:center;background:var(--icon-bg, #7e22ce);color:var(--icon-color, #fff);border:2px solid rgba(255,255,255,.86);border-radius:12px;box-shadow:0 8px 18px #03148c38;font-size:calc(var(--icon-size, 36px) * .52);font-weight:900;line-height:1;text-align:center;transform:rotate(-8deg)}.pg-hub-product.has-icon .pg-hub-product__badge{top:calc(var(--icon-size, 36px) + 12px)}.pg-hub-product__icon:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px solid rgba(255,255,255,.34);border-radius:8px}.pg-hub-product__icon:before{content:"";position:absolute;top:5px;left:7px;width:35%;height:18%;border-radius:999px;background:#ffffff73}.pg-hub-product__body{display:grid;gap:7px;padding:12px 12px 13px}.pg-hub-product__title{display:-webkit-box;min-height:38px;overflow:hidden;color:var(--pg-heading-color, var(--pg-ink));font-size:13px;font-weight:800;line-height:1.45;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pg-hub-product__rating{display:flex;gap:6px;align-items:center;min-height:16px;color:#ffb400;font-size:12px;letter-spacing:0}.pg-hub-product__rating em{color:var(--pg-ink);font-style:normal;font-weight:900}.pg-hub-product__rating small{color:var(--pg-muted);font-size:11px;font-weight:800}.pg-hub-product__price{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-height:22px}.pg-hub-product__now{color:var(--pg-blue);font-size:13px;font-weight:900}.pg-hub-product__price s{color:#9093a0;font-size:12px}.pg-hub-product__price strong{color:var(--pg-blue);font-size:18px;font-weight:900}.pg-hub-product__saving{display:flex;align-items:center;gap:7px;min-height:22px;color:var(--pg-blue);font-size:12px;font-weight:900}.pg-hub-product__saving span{padding:4px 7px;border-radius:3px;background:#eef2ff}.pg-hub-product__saving strong{font-size:13px}.pg-hub-product__shipping{width:fit-content;max-width:100%;padding:4px 7px;border-radius:999px;font-size:11px;font-weight:900}.pg-hub-product__shipping.is-free{background:#ddfae7;color:#067a35}.pg-hub-product__shipping.is-paid{background:#fff0c2;color:#8a5a00}.pg-hub-product__form{margin:0}.pg-hub-product__button{display:grid;width:100%;min-height:34px;place-items:center;border:0;border-radius:999px;background:var(--pg-yellow);color:#171923;cursor:pointer;font-size:12px;font-weight:900;text-decoration:none}.pg-hub-product__button:hover{filter:brightness(.97)}.pg-hub-product__button.is-disabled{background:#e5e7ef;color:#707482}.pg-hub-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pg-hub-trust__item{display:grid;grid-template-columns:auto 1fr;gap:6px 14px;align-items:center;min-height:118px;padding:18px;border-radius:var(--pg-card-radius);background:#fff2f5;color:var(--pg-ink);text-decoration:none}.pg-hub-trust__item img{grid-row:span 3;width:54px;height:54px;object-fit:contain}.pg-hub-trust__item strong{color:var(--pg-blue);font-size:16px;line-height:1.2}.pg-hub-trust__item span{color:var(--pg-subheading-color, var(--pg-muted));font-size:var(--pg-subheading-size, 13px);line-height:1.35}.pg-hub-trust__item em{color:var(--pg-pink);font-style:normal;font-weight:900}.pg-hub-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pg-hub-guide{position:relative;display:flex;flex-direction:column;gap:12px;min-height:150px;overflow:hidden;align-items:center;justify-content:center;border-radius:var(--pg-card-radius);background:var(--pg-blue);color:#fff;text-align:center;text-decoration:none}.pg-hub-guide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.58}.pg-hub-guide span{position:relative;z-index:1;padding:0 16px;font-size:20px;font-weight:900;line-height:1.15}.pg-hub-guide em{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:var(--pg-guide-arrow-size, 44px);height:var(--pg-guide-arrow-size, 44px);min-width:var(--pg-guide-arrow-size, 44px);min-height:var(--pg-guide-arrow-size, 44px);padding:0 14px;border-radius:50%;background:var(--pg-guide-arrow-bg, #fff);color:var(--pg-guide-arrow-color, #7e22ce);font-style:normal;font-size:0;font-weight:900;box-shadow:0 8px 20px #00000029}.pg-hub-guide em img{position:absolute;top:50%;left:50%;display:block;width:calc(var(--pg-guide-arrow-size, 44px) * .42);height:calc(var(--pg-guide-arrow-size, 44px) * .42);object-fit:contain;transform:translate(-50%,-50%)}.pg-hub-guide em span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.pg-hub-seo h2{margin-bottom:16px;font-size:22px;font-weight:900}.pg-hub-seo__text{max-height:92px;overflow:hidden;color:var(--pg-subheading-color, #363946);font-size:var(--pg-subheading-size, 14px);line-height:1.75}.pg-hub-seo__text.is-open{max-height:none}.pg-hub-seo__button{margin-top:14px;padding:0;border:0;background:transparent;color:var(--pg-pink);cursor:pointer;font-weight:900;text-decoration:underline}.pg-hub-related h2{margin-bottom:14px;font-size:20px;font-weight:900}.pg-hub-related__list{display:flex;flex-wrap:wrap;gap:8px}.pg-hub-related__list a{padding:7px 13px;border:1px solid #cfd3df;border-radius:999px;color:var(--pg-ink);font-size:12px;font-weight:800;text-decoration:none}@media(max-width:1180px){.pg-hub-products{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg-hub-category-block{padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid var(--pg-line)}.pg-hub-category-block .pg-hub-scrollbar{margin-top:14px}.pg-hub-block--quad{padding-top:0}@media(max-width:900px){.pg-hub__container{width:min(100% - 20px,760px);padding-top:12px}.pg-hub__divider{padding-bottom:18px;margin-bottom:18px}.pg-hub-category-block{padding-bottom:20px!important;margin-bottom:20px!important}.pg-hub__category-rail{justify-content:flex-start!important;gap:8px!important;padding:0 0 4px!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity!important;scroll-padding-left:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch}.pg-hub__category-rail::-webkit-scrollbar{display:none!important}.pg-hub-category{flex:0 0 104px!important;width:104px!important;min-width:104px!important;max-width:104px!important;scroll-snap-align:start!important;scroll-snap-stop:normal!important}.pg-hub-category__circle{width:86px!important;height:86px!important}.pg-hub-category__title{display:block!important;min-height:38px!important;max-height:none!important;overflow:visible!important;color:var(--pg-subheading-color, var(--pg-ink))!important;font-size:12.5px!important;font-weight:800!important;line-height:1.18!important;text-align:center!important;white-space:normal!important;text-overflow:initial!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;word-break:normal!important;overflow-wrap:normal!important}.pg-hub__mobile-hint{display:none!important}.pg-hub-quad{display:flex!important;flex-wrap:nowrap!important;grid-template-columns:none!important;grid-auto-flow:initial!important;grid-auto-columns:initial!important;width:100%!important;max-width:100%!important;margin:0!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 10px!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;align-items:flex-start!important}.pg-hub-quad::-webkit-scrollbar{display:none!important}.pg-hub-quad__item{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;overflow:hidden!important}.pg-hub-quad__item img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;transform:none!important}.pg-hub-quad__item:hover img{transform:none!important}.pg-hub-shortcuts{grid-template-columns:1fr}.pg-hub-shortcuts__intro{min-height:auto;padding:18px}.pg-hub-shortcuts__rail{grid-auto-columns:42%;padding:0 2px 2px;scrollbar-width:none!important;scroll-snap-type:x proximity!important;scroll-padding-inline:2px;-webkit-overflow-scrolling:touch}.pg-hub-shortcuts__rail::-webkit-scrollbar{display:none!important}.pg-hub-scrollbar{display:block!important}.pg-hub-shortcuts__arrow{display:none}.pg-hub-products,.pg-hub-products--featured,.pg-hub-products--bestseller{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pg-hub-product__media-wrap{padding:7px 7px 0}.pg-hub-product__body{gap:5px;padding:9px}.pg-hub-product__title{min-height:34px;font-size:12px;line-height:1.35}.pg-hub-product__price strong{font-size:15px}.pg-hub-product__button{min-height:31px;font-size:11px}.pg-hub-trust,.pg-hub-guides{grid-template-columns:1fr}}@media(max-width:430px){.pg-hub-category{flex-basis:100px!important;width:100px!important;min-width:100px!important;max-width:100px!important}.pg-hub-category__circle{width:82px!important;height:82px!important}.pg-hub-category__title{font-size:12px!important;line-height:1.18!important}.pg-hub-shortcuts__rail{grid-auto-columns:48%}.pg-hub-product__shipping{font-size:10px}}.pg-hub .pg-hub-category-block{padding-bottom:20px;margin-bottom:22px;border-bottom:1px solid var(--pg-line, #edd7dc)}.pg-hub .pg-hub-block--quad{margin-top:0;padding-top:0}.pg-hub .pg-hub-quad{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important;width:100%!important;max-width:100%!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 10px!important;margin:0 auto!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.pg-hub .pg-hub-quad::-webkit-scrollbar{display:none!important}.pg-hub .pg-hub-quad__item{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;border-radius:var(--pg-quad-radius, 10px)!important}.pg-hub .pg-hub-quad__item img{width:100%!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important}@media screen and (min-width:901px){.pg-hub .pg-hub-category-block{padding-bottom:22px!important;margin-bottom:24px!important;border-bottom:1px solid var(--pg-line, #edd7dc)!important}.pg-hub .pg-hub-quad{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100%,var(--pg-quad-width, 100%))!important;max-width:100%!important;gap:14px 14px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}.pg-hub .pg-hub-quad__item{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;flex:initial!important;scroll-snap-align:none!important}.pg-hub .pg-hub-quad__item img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}.pg-hub .pg-hub-block--quad .pg-hub-scrollbar{display:none!important}}@media screen and (max-width:900px){.pg-hub .pg-hub-category-block{padding-bottom:18px!important;margin-bottom:18px!important}.pg-hub .pg-hub-category{flex:0 0 96px!important;width:96px!important;min-width:96px!important;max-width:96px!important}.pg-hub .pg-hub-category__circle{width:84px!important;height:84px!important}.pg-hub .pg-hub-category__title{display:-webkit-box!important;min-height:34px!important;max-height:none!important;overflow:visible!important;white-space:normal!important;text-overflow:clip!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;font-size:11.8px!important;line-height:1.16!important;font-weight:800!important}}.pg-hub .pg-hub-block--quad{padding-top:0!important;margin-top:0!important}.pg-hub .pg-hub-quad{align-items:start!important}.pg-hub .pg-hub-quad__item{display:block!important;overflow:hidden!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;line-height:0!important;border-radius:var(--pg-quad-radius, 10px)!important;background:transparent!important;box-shadow:none!important;isolation:isolate!important}.pg-hub .pg-hub-quad__item img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:initial!important;object-position:center center!important;border-radius:var(--pg-quad-radius, 10px)!important;transform:none!important}.pg-hub .pg-hub-quad__item:hover img{transform:none!important}@media screen and (min-width:901px){.pg-hub .pg-hub-category-block{padding-bottom:24px!important;margin-bottom:24px!important;border-bottom:1px solid var(--pg-line, #edd7dc)!important}.pg-hub .pg-hub-quad{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100%,var(--pg-quad-width, 100%))!important;max-width:100%!important;gap:var(--pg-quad-gap-y, 18px) var(--pg-quad-gap-x, 18px)!important;overflow:visible!important;padding:0!important;margin:0 auto!important;scroll-snap-type:none!important}.pg-hub .pg-hub-quad__item{width:100%!important;min-width:0!important;max-width:none!important;flex:initial!important;scroll-snap-align:none!important}.pg-hub .pg-hub-quad__item:nth-child(2n){transform:translateY(var(--pg-quad-right-offset, 0px))!important}.pg-hub .pg-hub-block--quad .pg-hub-scrollbar{display:none!important}}@media screen and (max-width:900px){.pg-hub .pg-hub-category-block{padding-bottom:18px!important;margin-bottom:18px!important;border-bottom:1px solid var(--pg-line, #edd7dc)!important}.pg-hub .pg-hub-quad{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important;width:100%!important;max-width:100%!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 10px!important;margin:0 auto!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.pg-hub .pg-hub-quad::-webkit-scrollbar{display:none!important}.pg-hub .pg-hub-quad__item{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/pulingo-bags-travel-hub.css.map */
