.pbg__header{margin-bottom:2.5rem}.pbg__heading{margin:0 0 .75rem;line-height:1.2}.pbg__subheading{margin:0;line-height:1.5;opacity:.75}.pbg__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:stretch}@media screen and (min-width: 750px){.pbg__grid--cols-2{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 750px){.pbg__grid--cols-3{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 750px){.pbg__grid--cols-4{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 749px){.pbg__grid--mobile-2{grid-template-columns:repeat(2, 1fr)}}.pbg__card{background:rgba(0,0,0,0);padding:0;pointer-events:cursor;display:flex;flex-direction:column;position:relative;transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.02)}.pbg__card::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bs-gray-100);opacity:0;border-radius:20px;transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),box-shadow .3s ease,opacity .1s ease,scale .3s ease,height .3s ease}@media(hover: hover)and (pointer: fine){.pbg__card:hover{z-index:2}.pbg__card:hover::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;opacity:1;height:var(--card-bottom-height, calc(100% + 3rem));box-shadow:0px 12px 40px 0px rgba(0,0,0,.1607843137);scale:1.05}}.pbg__card--highlighted{background:#efecf3;border-color:rgba(100,85,127,.45);box-shadow:0 6px 20px rgba(122,92,151,.08)}.pbg__card--highlighted:hover{box-shadow:0 15px 35px rgba(122,92,151,.15)}.pbg__card--highlighted .pbg__card-title{color:#7a5c97}.pbg__image-wrap{width:100%;overflow:hidden;border-radius:.5rem;margin-bottom:1.25rem;background:rgba(0,0,0,0);position:relative}.pbg__image-wrap--ratio::before{content:"";display:block;padding-bottom:var(--pbg-img-ratio, 75%)}.pbg__image-wrap--ratio>img,.pbg__image-wrap--ratio>.placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.pbg__image-wrap--adapt>img{width:100%;height:auto;display:block}.pbg__card-body{flex:1;display:flex;flex-direction:column}.pbg__card-title{font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 .375rem;color:inherit}.pbg__card-price{font-size:1rem;font-weight:400;margin:0 0 1.25rem;color:inherit;opacity:.8}.pbg__card-actions{z-index:1;position:absolute;width:100%;top:100%;left:0;opacity:1;transition:.15s opacity 0s ease;will-change:opacity}@media screen and (min-width: 1100px){.pbg__card-actions{opacity:0;pointer-events:none}}@media screen and (max-width: 374px){.pbg__card-actions{width:fit-content;margin-top:auto !important}}@media screen and (max-width: 1100px){.pbg__card-actions{margin-top:.9375rem !important;margin-bottom:.1875rem;opacity:1 !important;position:relative !important;top:auto}}@media screen and (max-width: 1100px){.pbg__card-actions .card-btn-add-to-card{height:1.87rem;padding:.5rem 1.3rem}}@media(hover: hover)and (pointer: fine){.pbg__card .pbg__card-actions{opacity:0}.pbg__card:hover .pbg__card-actions{opacity:1;pointer-events:all;transition:.15s opacity .15s}}@media(hover: none)and (pointer: coarse){.pbg__card .pbg__card-actions{opacity:1;pointer-events:all;transition:.15s opacity .15s;position:relative;top:0}}.pbg__card-actions .quick-add{margin:0}.pbg__cta{width:100%;background:#000;color:#fff;border:none;border-radius:30px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background .25s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;text-decoration:none}.pbg__cta:hover{background:#222;transform:scale(1.01)}.pbg__cta:disabled{background:#ccc;color:#666;cursor:not-allowed;transform:none}.pbg__cta[aria-busy=true] .pbg__spinner{display:block}.pbg__cta--secondary{background:#64557f}.pbg__cta--secondary:hover{background:#7a5c97}.pbg__cta--outline{background:rgba(0,0,0,0);border:2px solid #000;color:#000}.pbg__cta--outline:hover{background:#000;color:#fff}.pbg__spinner{display:none;width:1.125rem;height:1.125rem;flex-shrink:0}.pbg__no-product{font-size:.825rem;color:#888;border:1px dashed #ccc;padding:1.25rem;border-radius:.5rem;margin-top:auto;text-align:center}.pbg__spinner-svg{animation:pbg-rotate 2s linear infinite}.pbg__spinner-circle{stroke-dasharray:1,150;stroke-dashoffset:0;animation:pbg-dash 1.5s ease-in-out infinite;stroke:currentColor}@keyframes pbg-rotate{100%{transform:rotate(360deg)}}@keyframes pbg-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}
