.debug{display:none}:root{--navy-blue: #263d58;--orange: #F6B739;--soldoutred: #de0d0d;--softgrey: #ededed;--lightblue: #4991be}.collection-header{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--lightblue);text-align:center;margin-bottom:50px;height:150px}main{width:100%!important;display:flex;margin:0 auto;justify-content:center}.collection-container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;margin:0 auto}h1{color:var(--softgrey);font-weight:bolder;font-size:30pt;margin:0}aside{display:none;width:600px;background-color:#ededed!important;margin-right:35px;border-radius:1rem}.collection-filter-field{width:100%;margin:35px}.collection-filter-title{font-size:30pt;font-weight:800;text-transform:uppercase;color:var(--orange)}.product-grid-custom{width:85%;display:grid;justify-content:center;align-items:center;grid-template-columns:minmax(200px,400px);gap:90px}h2{color:var(--navy-blue);font-size:17pt;font-weight:700;text-transform:uppercase;margin-top:30px;line-height:25px}.product-card-custom{display:flex;flex-direction:column;justify-content:flex-start;align-items:start;height:100%;border:solid 2px var(--softgrey);border-radius:8px;padding:20px;background-color:#fff;box-shadow:#b6b6b69a 3px 3px 8px}.product-card-picture{position:relative;border-radius:10px;overflow:hidden;display:block}.product-card-custom>picture{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.product-card-custom img{width:100%;height:100%;display:block;transition:.5s ease}.product-card-custom img:hover{opacity:.3;transition:.5s ease;transform:scale(1.2)}.product-soldout-btn,.product-soldout-btn button{filter:opacity(60%) grayscale(100%) blur(1.7px);cursor:not-allowed!important;pointer-events:none}.product-card-picture:after{content:"\f06e  See details";font-family:inherit;font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome,sans-serif;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1.5em;opacity:0;transition:.5s ease;pointer-events:none;background-color:color-mix(in srgb,var(--navy-blue),transparent 30%)}.product-card-picture:hover:after{opacity:1}.product-card-custom h3{font-size:16px;margin:10px 0}.product-card-info{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:25px}.product-card-price,.product-card-price-soldout{font-size:25pt;color:var(--orange);text-align:end;margin:0}.product-card-price-soldout{color:var(--soldoutred);font-weight:500;opacity:20%}.product-card-sell{width:100%;display:grid;grid-template-columns:.7fr 1.3fr;gap:5px}.pf-quantity-wrapper{display:grid;grid-template-columns:.3fr auto .3fr;gap:7px;height:50px}.product-card-btn{border-radius:.7rem;background-color:var(--navy-blue);color:#fff;font-size:15px;border:none}.input-product-qnt{height:50px;min-width:45px!important;border:none!important;background-color:#ededed!important;color:var(--navy-blue);text-align:center}.pf-qty-btn{width:50px;aspect-ratio:1;border-radius:.7rem;background-color:var(--orange);box-shadow:none;border:none;color:var(--navy-blue);font-size:20pt}.product-soldout-splash{position:relative;z-index:2;left:78%;bottom:9%;background-color:var(--softgrey);width:120px!important;height:180px!important;color:var(--soldoutred);text-align:center;font-weight:700;font-size:20pt;text-transform:uppercase;border-radius:50%;display:flex;justify-content:center;align-items:center;line-height:2.3rem;transform:rotate(-15deg);margin-bottom:-39%}.product-price-element{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:40px}.product-onsale{width:80%;height:90px;display:flex;justify-content:flex-end;align-items:center;gap:5px;color:#fff}.product-onsale p{clip-path:polygon(0% 0%,80% 0%,100% 50%,80% 100%,0% 100%);background-color:var(--navy-blue);height:60%;width:100%;display:flex;justify-content:center;align-items:center;font-size:30px;text-align:center;font-weight:500;margin:0 auto;padding-right:10px}.product-onsale span{margin:0 auto;display:flex;justify-content:center;align-items:center;border-radius:60px 0 0 60px;font-size:25px;font-weight:600;text-align:center;background-color:var(--orange);width:100%;height:60%}#pf-cat-pagination{width:100%;height:50px;display:flex;gap:24px;justify-content:center;align-items:center;margin:0 auto;font-family:inherit;font-size:1.5rem;font-weight:600;color:#de0d0d}#pf-cat-pagination span.page:hover{transform:scale(1.3);transition:.3s;opacity:.4}#pf-cat-pagination span.page{width:40px;height:25px;display:flex;justify-content:center;align-items:center;border-radius:7px;background-color:var(--navy-blue);color:#fff}#pf-cat-pagination span.page a{color:#ededed}#pf-cat-pagination span a{color:var(--navy-blue)}#pf-cat-pagination span.page.current{background-color:var(--orange);color:var(--navy-blue)}.collection-filter__active-filters{margin-bottom:25px;display:flex;justify-content:start;align-items:center;gap:5px;flex-direction:row;flex-wrap:wrap}.collection-filter__active-filter-swatch{height:30px;border-radius:55px;background-color:var(--navy-blue);display:flex;width:auto;font-size:20px;padding:5px 15px}.collection-filter__active-filter-swatch label{width:100%;display:flex;align-items:stretch}.collection-filter__active-filter-swatch .collection-filter__active-filter-swatch-label{color:var(--softgrey);font-weight:500}.collection-filter__active-filter-swatch .collection-filter__active-filter-swatch-label .x-delete{width:100%!important;color:var(--navy-blue);background-color:var(--orange)}@media only screen and (min-width:760px)and (max-width:1280px){.product-grid-custom{grid-template-columns:repeat(2,minmax(200px,400px));gap:20px}.product-card-info{min-height:230px}.product-soldout-splash{left:76%;bottom:5%}#pf-cat-pagination{width:50vw}.product-card-btn{font-size:18px}}@media only screen and (min-width:1281px){aside{display:flex}.collection-container{width:80%}h1{font-size:90pt}.collection-header{width:100vw;height:250px}.product-grid-custom{width:80%;grid-template-columns:repeat(3,minmax(200px,400px));gap:30px}.product-card-custom img{width:100%;height:100%;border-radius:10px}.product-card-custom h3{font-size:16px;margin:10px 0}.product-card-info{min-height:190px}.product-soldout-splash{left:76%;bottom:6%}#pf-cat-pagination{width:50vw}.product-card-btn{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/pf-collections.css.map */
