:root{--pg-primary: #E65500;--pg-card-bg: #ffffff;--pg-border: #e5e7eb;--pg-text: #1f2937;--pg-text-light: #6b7280;--pg-radius: 12px;--pg-spacing: 16px;--pg-transition: .2s ease}.storedash-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;background:var(--pg-card-bg);border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:var(--pg-spacing);display:flex;flex-direction:column;contain:layout style}.has-card-hover .product-card{transition:transform var(--pg-transition),box-shadow var(--pg-transition);will-change:auto}.has-card-hover .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;will-change:transform}.product-image{position:relative;overflow:hidden;margin-bottom:var(--pg-spacing);border-radius:8px;width:100%}.product-badge{position:absolute!important;z-index:10;font-weight:600;line-height:1;white-space:nowrap;display:inline-block;margin:0}.product-image img{width:100%;height:100%;display:block;object-fit:contain}.has-image-zoom .product-image img{transition:transform .3s ease}.has-image-zoom .product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute!important;z-index:10;font-weight:600;line-height:1;white-space:nowrap;display:inline-block}.product-badge.badge-position-top-left{inset:0 auto auto 0!important}.product-badge.badge-position-top-right{inset:0 0 auto auto!important}.sale-badge{position:absolute;top:12px;right:12px;background:#ef4444;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;z-index:2}.product-info{display:flex;flex-direction:column;flex:1}.product-title{margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.4;flex-shrink:0}.product-title a{color:var(--pg-text);text-decoration:none;transition:color var(--pg-transition)}.product-title a:hover{color:var(--pg-primary)}.product-sku{font-size:13px;color:var(--pg-text-light);margin-bottom:8px}.product-rating{margin-bottom:8px}.product-excerpt{font-size:14px;color:var(--pg-text-light);line-height:1.5;margin-bottom:auto}.product-price{font-size:18px;font-weight:700;color:var(--pg-primary);margin-bottom:12px;margin-top:auto}.product-price del{color:#9ca3af;font-weight:400;font-size:16px;margin-right:8px}.product-actions{margin-top:0}.product-add-to-cart{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:var(--pg-primary);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all var(--pg-transition)}.product-add-to-cart svg{flex-shrink:0}.product-add-to-cart:hover{background:#cc4d00;transform:translateY(-2px);box-shadow:none}.product-add-to-cart:active{transform:translateY(0)}.product-add-to-cart.loading{opacity:.7;pointer-events:none}.product-add-to-cart.added{background:#22c55e}.product-add-to-cart:disabled{opacity:.6;cursor:not-allowed}.product-add-to-cart.out-of-stock{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb;opacity:1;cursor:not-allowed}.product-add-to-cart.out-of-stock svg{color:#9ca3af}.product-price-cart-wrapper.layout-inline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;margin-bottom:0}.product-price-cart-wrapper.layout-inline .product-price{margin-top:0;margin-bottom:0}.product-cart-icon{display:inline-flex;align-items:center;justify-content:center;padding:8px;background:var(--pg-primary);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all var(--pg-transition);text-decoration:none;flex-shrink:0}.product-cart-icon svg{width:20px;height:20px;display:block}.product-cart-icon svg path{fill:currentColor;transition:fill var(--pg-transition)}.product-cart-icon:hover{background:#cc4d00;transform:translateY(-2px)}.product-cart-icon:active{transform:translateY(0)}.product-cart-icon.loading{opacity:.7;pointer-events:none}.product-cart-icon.added{background:#22c55e}.product-cart-icon:disabled{opacity:.6;cursor:not-allowed}.product-cart-icon-centered{display:flex;justify-content:center;margin-top:8px}.product-cart-corner{position:absolute;z-index:10;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:var(--pg-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;text-decoration:none;transition:background-color var(--pg-transition),transform var(--pg-transition),opacity var(--pg-transition),box-shadow var(--pg-transition);box-shadow:0 2px 8px #00000026}.product-cart-corner.corner-bottom-left{bottom:var(--corner-cart-y, 12px);left:var(--corner-cart-x, 12px)}.product-cart-corner.corner-bottom-right{bottom:var(--corner-cart-y, 12px);right:var(--corner-cart-x, 12px)}.product-cart-corner.corner-flush.corner-bottom-right{bottom:0;right:0}.product-cart-corner.corner-flush.corner-bottom-left{bottom:0;left:0}.product-cart-corner.corner-on-hover{opacity:0;pointer-events:none}.product-card:hover .product-cart-corner.corner-on-hover{opacity:1;pointer-events:auto}.product-cart-corner i,.product-cart-corner svg{width:20px;height:20px;font-size:20px;display:block;pointer-events:none}.product-cart-corner:hover{background-color:#cc4d00;box-shadow:0 4px 12px #0003}.corner-anim-spin.product-cart-corner.loading .corner-cart-icon{animation:storedash-spin .7s linear infinite}.corner-anim-pulse.product-cart-corner.loading{animation:storedash-pulse .9s ease infinite}.corner-anim-bounce.product-cart-corner.loading{animation:storedash-bounce .5s ease infinite alternate}.product-cart-corner.loading{pointer-events:none;opacity:.8}.product-cart-corner.added{background-color:#22c55e!important;animation:storedash-pop .35s ease forwards}.product-cart-corner:disabled,.product-cart-corner.out-of-stock{background-color:#f3f4f6!important;color:#9ca3af!important;box-shadow:none;cursor:not-allowed;pointer-events:none;opacity:.6}@keyframes storedash-spin{to{transform:rotate(360deg)}}@keyframes storedash-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}}@keyframes storedash-bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes storedash-pop{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.product-cart-corner,.product-cart-corner .corner-cart-icon{animation:none!important;transition:background var(--pg-transition),opacity var(--pg-transition)!important}}.storedash-widget-header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.storedash-section-heading{margin:0;padding:0;font-size:24px;font-weight:700;line-height:1.2;color:var(--pg-text);flex:1}.storedash-heading-link{color:inherit;text-decoration:none;transition:color var(--pg-transition),opacity var(--pg-transition);display:inline-block}.storedash-heading-link:hover{opacity:.9}.storedash-heading-link:active{opacity:.8}.storedash-header-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.storedash-header-controls .swiper-button-prev,.storedash-header-controls .swiper-button-next{position:static;margin:0;width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.storedash-header-controls .swiper-button-prev:after,.storedash-header-controls .swiper-button-next:after{font-size:18px;color:var(--pg-text);font-weight:700}.storedash-header-controls .swiper-button-prev:hover,.storedash-header-controls .swiper-button-next:hover{background:var(--pg-primary);transform:scale(1.1)}.storedash-header-controls .swiper-button-prev:hover:after,.storedash-header-controls .swiper-button-next:hover:after{color:#fff}.storedash-widget-header:not(:has(.storedash-header-controls)){display:block}.storedash-products-carousel{position:relative;display:flex;flex-direction:column}.storedash-products-carousel .swiper-wrapper{display:flex;flex-wrap:nowrap;align-items:stretch}.storedash-products-carousel .swiper-slide{flex-shrink:0;width:calc((100% - (var(--gap-size, 20px) * (var(--slides-per-view, 4) - 1))) / var(--slides-per-view, 4));min-width:200px}.storedash-products-carousel.swiper-initialized .swiper-slide{width:auto;min-width:0}.nav-top-left,.nav-top-right{padding-top:70px}.nav-bottom-left,.nav-bottom-right{padding-bottom:70px}.nav-outside{padding-left:70px;padding-right:70px}.storedash-products-carousel .swiper-slide{height:auto}.storedash-products-carousel .product-card{height:100%}.storedash-products-carousel .swiper-button-prev,.storedash-products-carousel .swiper-button-next{width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.storedash-products-carousel .swiper-button-prev:after,.storedash-products-carousel .swiper-button-next:after{font-size:18px;color:var(--pg-text);font-weight:700}.storedash-products-carousel .swiper-button-prev:hover,.storedash-products-carousel .swiper-button-next:hover{background:var(--pg-primary);transform:scale(1.1)}.storedash-products-carousel .swiper-button-prev:hover:after,.storedash-products-carousel .swiper-button-next:hover:after{color:#fff}.nav-outside .swiper-button-prev{left:-60px}.nav-outside .swiper-button-next{right:-60px}.nav-top-left .swiper-button-prev,.nav-top-left .swiper-button-next{top:0;left:0;margin-top:0}.nav-top-left .swiper-button-next{left:60px}.nav-top-right .swiper-button-prev,.nav-top-right .swiper-button-next{top:0;right:0;left:auto;margin-top:0}.nav-top-right .swiper-button-prev{right:60px}.nav-bottom-left .swiper-button-prev,.nav-bottom-left .swiper-button-next{top:auto;bottom:0;left:0;margin-top:0}.nav-bottom-left .swiper-button-next{left:60px}.nav-bottom-right .swiper-button-prev,.nav-bottom-right .swiper-button-next{inset:auto 0 0 auto;margin-top:0}.nav-bottom-right .swiper-button-prev{right:60px}.storedash-products-carousel .swiper-pagination{margin-top:24px;position:relative;bottom:auto;display:flex;justify-content:center}.storedash-products-carousel .swiper-pagination-bullet{width:12px;height:12px;background:#d1d5db;opacity:1;transition:all .3s ease}.storedash-products-carousel .swiper-pagination-bullet-active{background:var(--pg-primary);width:32px;border-radius:6px}.pagination-top-center .swiper-pagination{margin-top:0;margin-bottom:24px;order:-1}.pagination-top-left .swiper-pagination{margin-top:0;margin-bottom:24px;order:-1;justify-content:flex-start}.pagination-top-right .swiper-pagination{margin-top:0;margin-bottom:24px;order:-1;justify-content:flex-end}.pagination-bottom-left .swiper-pagination{justify-content:flex-start}.pagination-bottom-right .swiper-pagination{justify-content:flex-end}html:has(.carousel-bleed-enabled),html:has(.carousel-bleed-enabled) body{overflow-x:clip}.carousel-bleed-enabled.storedash-products-carousel,.carousel-bleed-enabled.storedash-categories-carousel,.carousel-bleed-enabled .swiper-wrapper{overflow:visible}.carousel-bleed-enabled .swiper-slide{flex-shrink:0}.carousel-bleed-enabled .swiper-button-prev,.carousel-bleed-enabled .swiper-button-next{z-index:20}.carousel-bleed-enabled .swiper-wrapper{justify-content:flex-start!important}@media (max-width: 1024px){.storedash-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.storedash-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.product-card{padding:12px}.product-title{font-size:14px}.product-price{font-size:16px}.product-add-to-cart{padding:10px 16px;font-size:14px}.storedash-widget-header{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.storedash-section-heading{font-size:18px;flex:1;min-width:0}.storedash-header-controls{flex-shrink:0}.storedash-header-controls .swiper-button-prev,.storedash-header-controls .swiper-button-next{width:36px;height:36px}.storedash-header-controls .swiper-button-prev:after,.storedash-header-controls .swiper-button-next:after{font-size:14px}}@media (max-width: 480px){.storedash-products-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}.product-card{transition:none!important}}@media print{.storedash-products-wrapper{display:none}}.storedash-products-wrapper.loading{opacity:.6;pointer-events:none}.storedash-products-skeleton{display:none;grid-template-columns:repeat(var(--columns, 4),1fr);gap:20px}.skeleton-card{background:#f5f5f5;border:1px solid var(--pg-border);border-radius:12px;padding:16px;display:flex;flex-direction:column}.skeleton-image{aspect-ratio:1/1;width:100%;min-height:150px;background:#e0e0e0;border-radius:8px;margin-bottom:16px}.skeleton-content{flex:1;display:flex;flex-direction:column}.skeleton-title{height:20px;background:#e0e0e0;border-radius:4px;width:85%;margin-bottom:8px}.skeleton-price{height:18px;width:50%;background:#e0e0e0;border-radius:4px;margin-top:auto;margin-bottom:12px}.skeleton-rating{height:16px;width:40%;background:#e0e0e0;border-radius:4px;margin-bottom:8px}.skeleton-button{height:44px;min-height:44px;box-sizing:border-box;background:#e0e0e0;border-radius:8px;margin-top:0}.skeleton-shimmer{--skeleton-base: #e0e0e0;--skeleton-highlight: #f0f0f0;background:linear-gradient(90deg,var(--skeleton-base, #e0e0e0) 25%,var(--skeleton-highlight, #f0f0f0) 50%,var(--skeleton-base, #e0e0e0) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite ease-in-out}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.storedash-products-wrapper.filter-loading .storedash-products-skeleton{display:grid}.storedash-products-wrapper.filter-loading .storedash-products-grid,.storedash-products-wrapper.filter-loading .storedash-products-carousel{display:none}@media (prefers-reduced-motion: reduce){.skeleton-shimmer{animation:none;background:#e0e0e0}}.product-card .added_to_cart,.product-card+.added_to_cart,.storedash-products-wrapper .added_to_cart.wc-forward{display:none!important}
/*# sourceMappingURL=product-grid.min.css.map */
