.pf-shop-collection{font-family:var(--font-poppins);padding-top:100px;padding-bottom:100px}.pf-shop-collection *{font-family:inherit}.pf-shop-collection .pf-collection-wrapper{--sidebar-width: 285px;display:flex;flex-wrap:wrap}.pf-shop-collection .pf-collection-wrapper:has(.pf-collection-content[data-view=list]){flex-direction:row-reverse}.pf-shop-collection .pf-collection-sidebar{width:var(--sidebar-width);padding:0 15px}.pf-shop-collection .pf-collection-main{width:calc(100% - var(--sidebar-width));padding:0 15px}.pf-shop-collection .pf-collection-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.pf-shop-collection .pf-collection-sort{position:relative}.pf-shop-collection .pf-collection-sort select{font-family:var(--font-poppins);display:block;padding:13px 35px 13px 15px;font-size:14px;font-weight:400;color:#292b2c;background:#fff;border:1px solid #e5e5e5;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:.3s ease}.pf-shop-collection .pf-collection-sort select:focus{border-color:#80bdff;outline:none;box-shadow:none}.pf-shop-collection .pf-collection-sort svg{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}.pf-shop-collection .pf-top-right{display:flex;align-items:center;gap:10px}.pf-shop-collection .pf-top-right button{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border:1px solid #e5e5e5;background:none;border-radius:4px;padding:10px 8px;cursor:pointer;transition:.3s ease}.pf-shop-collection .pf-top-right button:hover{color:#f78e27;background:#ecf0f1}.pf-shop-collection .pf-top-right button[data-active=true]{color:#fff;background:#f78e27;border-color:#f78e27}.pf-shop-collection .pf-top-right button svg{width:100%;height:100%}.pf-shop-collection .pf-top-right button svg path{fill:currentColor}.pf-shop-collection .pf-product-limit{position:relative}.pf-shop-collection .pf-product-limit select{font-family:var(--font-poppins);display:block;padding:13px 35px 13px 15px;font-size:14px;font-weight:400;color:#292b2c;background:#fff;border:1px solid #e5e5e5;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:.3s ease}.pf-shop-collection .pf-product-limit select:focus{border-color:#80bdff;outline:none;box-shadow:none}.pf-shop-collection .pf-product-limit svg{position:absolute;top:50%;right:15px;transform:translateY(-50%);width:12px;height:12px;pointer-events:none}.pf-shop-collection .pf-product-views{display:flex;align-items:center;gap:10px}.pf-shop-collection .pf-collection-content .pf-product-grid,.pf-shop-collection .pf-collection-content .pf-products-list{display:none}.pf-shop-collection .pf-collection-content[data-view=grid] .pf-product-grid,.pf-shop-collection .pf-collection-content[data-view=list] .pf-products-list{display:grid}.pf-shop-collection .pf-product-grid{--column: 4;display:grid;grid-template-columns:repeat(var(--column),1fr);gap:30px;margin-bottom:40px}.pf-shop-collection .pf-products-list{display:grid;grid-template-columns:1fr;gap:30px}.pf-shop-collection .pf-product-card{background:#fff;box-shadow:0 0 7px #0000001a;overflow:hidden}.pf-shop-collection .pf-product-card .pf-product-head{position:relative}.pf-shop-collection .pf-product-card .pf-product-img img{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.pf-shop-collection .pf-product-card .pf-product-badge{position:absolute;top:10px;left:10px;background:#eb001b;color:#fff;padding:2px 8px;font-size:13px;font-weight:400;z-index:1;text-transform:uppercase}.pf-shop-collection .pf-product-card .pf-product-badge.pf-soldout{background:#ff9f00}.pf-shop-collection .pf-product-card .pf-product-wishlist{position:absolute;top:0;right:0;width:37px;height:37px;display:flex;justify-content:center;align-items:center}.pf-shop-collection .pf-product-card .pf-product-wishlist button{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#000;background:#0000;border:none;cursor:pointer;transition:.3s ease-in-out}.pf-shop-collection .pf-product-card .pf-product-wishlist button:hover{color:#fff;background:#ff9f00}.pf-shop-collection .pf-product-card .pf-product-wishlist button svg path{fill:currentColor}.pf-shop-collection .pf-product-card .pf-product-body{padding:15px}.pf-shop-collection .pf-product-card .pf-product-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500;margin-bottom:10px}.pf-shop-collection .pf-product-card .pf-product-name a{font-family:var(--font-roboto);font-size:16px;line-height:1.2;font-weight:500;transition:.3s ease-in-out}.pf-shop-collection .pf-product-card .pf-product-name a:hover{color:#f78e27;background:#ecf0f1}.pf-shop-collection .pf-product-card .pf-product-price{display:flex;align-items:center;flex-wrap:wrap;gap:3px;font-size:18px;line-height:1.5;font-weight:600;color:#e9292d}.pf-shop-collection .pf-product-card .pf-product-price span{display:inline-block;font-size:14px;font-weight:400;text-decoration:line-through;color:#687188}.pf-shop-collection .pf-product-card-horizontal{background:#fff;box-shadow:0 0 7px #0000001a;overflow:hidden;display:flex}.pf-shop-collection .pf-product-card-horizontal .pf-product-head{display:block;position:relative;width:280px;flex-shrink:0}.pf-shop-collection .pf-product-card-horizontal .pf-product-img{width:100%}.pf-shop-collection .pf-product-card-horizontal .pf-product-img img{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.pf-shop-collection .pf-product-card-horizontal .pf-product-badge{position:absolute;top:10px;left:10px;background:#eb001b;color:#fff;padding:2px 8px;font-size:13px;font-weight:400;z-index:1;text-transform:uppercase}.pf-shop-collection .pf-product-card-horizontal .pf-product-badge.pf-soldout{background:#ff9f00}.pf-shop-collection .pf-product-card-horizontal .pf-product-body{width:calc(100% - 280px);padding:15px 30px}.pf-shop-collection .pf-product-card-horizontal .pf-product-name{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:500;margin-bottom:15px}.pf-shop-collection .pf-product-card-horizontal .pf-product-name a{font-family:var(--font-roboto);font-size:20px;line-height:1.2;font-weight:500;color:#292b2c;transition:.3s ease-in-out}.pf-shop-collection .pf-product-card-horizontal .pf-product-name a:hover{color:#f78e27;background:#ecf0f1}.pf-shop-collection .pf-product-card-horizontal .pf-product-price{display:flex;align-items:center;flex-wrap:wrap;gap:3px;font-size:18px;line-height:1.5;font-weight:600;color:#e9292d;margin-bottom:5px}.pf-shop-collection .pf-product-card-horizontal .pf-product-price span{display:inline-block;font-size:14px;font-weight:400;text-decoration:line-through;color:#687188}.pf-shop-collection .pf-product-card-horizontal .pf-product-desc{font-size:16px;line-height:1.75;font-weight:400;color:#687188;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden;margin-bottom:20px}.pf-shop-collection .pf-product-card-horizontal .pf-product-wishlist button{display:flex;align-items:center;justify-content:center;width:37px;height:37px;color:#292b2c;background:#0000;border:none;cursor:pointer;transition:.3s ease-in-out}.pf-shop-collection .pf-product-card-horizontal .pf-product-wishlist button:hover{color:#ff9f00;background:#ecf0f1}.pf-shop-collection .pf-product-card-horizontal .pf-product-wishlist button svg path{fill:currentColor}@media screen and (min-width:1200px){.pf-shop-collection .pf-container{max-width:1140px;padding-left:0;padding-right:0}}@media screen and (max-width:1199px){.pf-shop-collection .pf-collection-wrapper{--sidebar-width: 240px}.pf-shop-collection .pf-product-grid{--column: 3}}@media screen and (max-width:991px){.pf-shop-collection .pf-collection-wrapper{flex-direction:column}.pf-shop-collection .pf-collection-wrapper:has(.pf-collection-content[data-view=list]){flex-direction:column-reverse}.pf-shop-collection .pf-collection-sidebar,.pf-shop-collection .pf-collection-main{width:100%}.pf-shop-collection .pf-product-grid{--column: 2}.pf-shop-collection .pf-product-card .pf-product-wishlist{top:10px}}@media screen and (max-width:767px){.pf-shop-collection .pf-product-grid{--column: 1}.pf-shop-collection .pf-product-card-horizontal{flex-direction:column}.pf-shop-collection .pf-product-card-horizontal .pf-product-head{width:100%}.pf-shop-collection .pf-product-card-horizontal .pf-product-body{width:100%;padding:15px}}@media screen and (max-width:575px){.pf-shop-collection .pf-collection-sidebar,.pf-shop-collection .pf-collection-main{padding:0}.pf-shop-collection .pf-collection-top{flex-direction:column;gap:15px}.pf-shop-collection .pf-top-left,.pf-shop-collection .pf-top-left select{width:100%}.pf-shop-collection .pf-top-right{width:100%;justify-content:space-between}}@media screen and (max-width:480px){.pf-shop-collection .pf-products-list{padding:0}.pf-shop-collection .pf-product-card .pf-product-name{font-size:14px}.pf-shop-collection .pf-product-card-horizontal .pf-product-name{margin-bottom:10px}.pf-shop-collection .pf-product-card-horizontal .pf-product-name a{font-size:16px}.pf-shop-collection .pf-product-card-horizontal .pf-product-desc{font-size:14px;-webkit-line-clamp:2;line-clamp:2}}.search_form form input{height:50px;padding:5px 60px 5px 20px;width:100%;border:1px solid #ced4da;border-radius:3px}search_form .form-control{color:#000;box-shadow:none;height:50px;padding:8px 15px}search_form .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.search_form .icon_search{position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);border:none;background:inherit;right:3%;padding-left:15px;border-left:1px solid #ddd}.btn:not(:disabled):not(.disabled){cursor:pointer}.search-results{z-index:8889;list-style-type:none;width:190px;margin:0;padding:0;background:#fff;border:1px solid #cccccc;border-radius:0;-webkit-box-shadow:0px 4px 7px 0px rgba(0,0,0,.1);box-shadow:0 4px 7px #0000001a;overflow:hidden}.widget_title{margin-bottom:25px;text-transform:capitalize;font-weight:600;letter-spacing:.3px;font-size:1.8rem!important;font-family:var(--font-roboto)}.widget ul li{list-style:none}.widget_categories li a,.widget_archive li a{position:relative}.widget_categories .categories_num,.widget_archive .archive_num{float:right;font-size:14px}.search_form form{position:relative}button.btn.icon_search img{width:18px}.widget{margin-bottom:22px}.search_form form input:focus{border:none!important;box-shadow:inherit!important}ul.widget_categories img.lksdf{height:22px;margin-left:-2px;margin-right:7px;padding-top:8px}@media screen and (max-width:768px){.hidewidget{margin-top:25px}.hideButtonDiv{margin:0;padding:0 17px 0 0;align-items:center;justify-content:space-between}.hidewidget{display:none}.search_form .icon_search{position:absolute;top:50%;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);background:inherit;right:4%}.search_form form input{height:50px;padding:5px 30px 5px 20px;width:100%;font-size:16px}button.ButtonInside:after{content:"";position:absolute;width:16px;right:0;background-image:url(/cdn/shop/files/down-arrow.png?v=1743236782);height:100%;background-size:100%;background-repeat:no-repeat;left:94%}button.ButtonInside{font-size:15px;font-weight:700;border:none!important;background:none!important;margin-bottom:30px;position:relative;width:100%;text-align:left;max-width:100%;overflow:hidden}button.ButtonInside{display:block!important}}button.ButtonInside{display:none}button.ButtonInside{font-size:15px;font-weight:700;border:none!important;background:none!important;margin-bottom:30px;position:relative;font-family:var(--font-roboto)}.pf-shop-collection .pf-collection-main .pf-collection-description{color:#687188;font-family:var(--font-poppins);font-size:16px;font-weight:400;line-height:1.5}.pf-shop-collection .pf-collection-main .pf-collection-description p{color:#687188;line-height:28px;margin-bottom:25px}.pf-shop-collection .pf-collection-main .pf-collection-description h1,.pf-shop-collection .pf-collection-main .pf-collection-description h2,.pf-shop-collection .pf-collection-main .pf-collection-description h3,.pf-shop-collection .pf-collection-main .pf-collection-description h4,.pf-shop-collection .pf-collection-main .pf-collection-description h5,.pf-shop-collection .pf-collection-main .pf-collection-description h6{color:#292b2c;font-family:var(--font-roboto);margin-bottom:.5rem;font-weight:500;line-height:1.2}@media(max-width:768px){.pf-shop-collection .pf-collection-main{padding-top:0}.hidewidget{display:none}.hidewidget.active{display:block}.pf-shop-collection .pf-collection-main .pf-collection-description p{margin-bottom:15px}.widget_title{font-size:16px!important;margin-bottom:20px}.pf-shop-collection{padding-top:62px}.pf-shop-collection .pf-container{--bs-gutter-x: 30px}button.ButtonInside{font-size:16px}button.ButtonInside{margin-bottom:40px}.pf-shop-collection .sidebar .categories_name{font-size:14px}.pf-shop-collection .sidebar .widget_categories{padding-bottom:20px;margin-bottom:110px;border-bottom:1px solid #ced4da}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/pf-shop-collection.css.map */
