.collection-page{margin:0 auto;max-width:var(--page-width, 1400px);padding:0 var(--page-margin, 20px)}.collection-hero{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:40px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);overflow:hidden}.collection-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc3545,#bd2130);z-index:20}.collection-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:var(--page-width);margin:0 auto;min-height:500px;height:auto}.collection-hero__content{display:flex;flex-direction:column;justify-content:center;padding:40px 60px 40px 40px;position:relative;z-index:2;overflow:visible}.collection-hero__content.form-active{overflow:visible;min-height:520px}.collection-hero__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#dc3545;margin:0 0 16px}.collection-hero__title{font-size:clamp(28px,4vw,44px);font-weight:900;text-transform:uppercase;letter-spacing:-.5px;margin:0 0 24px;color:#fff;line-height:1.1}.collection-hero__description{margin-bottom:20px;max-height:160px;overflow-y:auto;padding-right:10px;flex-shrink:1}.collection-hero__description::-webkit-scrollbar{width:4px}.collection-hero__description::-webkit-scrollbar-track{background:#ffffff1a}.collection-hero__description::-webkit-scrollbar-thumb{background:#dc354599;border-radius:2px}.collection-hero__description p{font-size:14px;line-height:1.7;color:#fffc;margin:0 0 12px}.collection-hero__description p:last-child{margin-bottom:0}.collection-hero__description img{display:none}.collection-hero__meta{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.15)}.collection-hero__count{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#fff9}.collection-hero__help{display:flex;flex-direction:column;gap:12px}.collection-hero__help-text{font-size:14px;color:#ffffffb3;margin:0}.collection-hero__help-buttons{display:flex;gap:12px;flex-wrap:wrap}.collection-hero__help-link{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:transparent;border:2px solid #dc3545;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s ease;width:fit-content}.collection-hero__help-link:hover{background:#dc3545;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #dc354566}.collection-hero__help-link svg{width:16px;height:16px;flex-shrink:0}.collection-hero__custom-request-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#dc3545;border:2px solid #dc3545;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.collection-hero__custom-request-btn:hover{background:#bd2130;border-color:#bd2130;transform:translateY(-2px);box-shadow:0 4px 15px #dc354566}.collection-hero__custom-request-btn svg{width:16px;height:16px;flex-shrink:0}.custom-request-form{position:absolute;top:0;left:0;right:0;bottom:0;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transform:translate(60px);transition:opacity .5s ease,transform .5s cubic-bezier(.4,0,.2,1),visibility .5s;z-index:10;background:linear-gradient(135deg,#1a1a1afa,#2d2d2dfa)}.collection-hero__content.form-active .custom-request-form{opacity:1;visibility:visible;transform:translate(0);transition-delay:.15s}.collection-hero__eyebrow,.collection-hero__title,.collection-hero__description,.collection-hero__meta,.collection-hero__help{transition:opacity .4s ease,transform .4s cubic-bezier(.4,0,.2,1)}.collection-hero__content.form-active .collection-hero__eyebrow{opacity:0;transform:translate(-40px);pointer-events:none;transition-delay:0s}.collection-hero__content.form-active .collection-hero__title{opacity:0;transform:translate(-50px);pointer-events:none;transition-delay:.05s}.collection-hero__content.form-active .collection-hero__description{opacity:0;transform:translate(-60px);pointer-events:none;transition-delay:.1s}.collection-hero__content.form-active .collection-hero__meta{opacity:0;transform:translate(-70px);pointer-events:none;transition-delay:.15s}.collection-hero__content.form-active .collection-hero__help{opacity:0;transform:translate(-80px);pointer-events:none;transition-delay:.2s}.custom-request-form__close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;z-index:11}.custom-request-form__close:hover{background:#dc354533;color:#dc3545;transform:rotate(90deg)}.custom-request-form__title{font-size:clamp(22px,3vw,32px);font-weight:900;text-transform:uppercase;letter-spacing:-.5px;margin:0 0 8px;color:#fff;line-height:1.2;animation:slideInFromRight .5s ease .3s both}.custom-request-form__subtitle{font-size:13px;color:#ffffffb3;margin:0 0 20px;animation:slideInFromRight .5s ease .4s both}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.custom-request-form__form{display:flex;flex-direction:column;gap:14px;animation:fadeInUp .5s ease .5s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-request-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.custom-request-form__field{display:flex;flex-direction:column;gap:6px}.custom-request-form__field--full{grid-column:1 / -1}.custom-request-form__field label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffffe6}.custom-request-form__field input,.custom-request-form__field textarea{padding:12px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#fff;font-size:14px;transition:all .3s ease}.custom-request-form__field input::placeholder,.custom-request-form__field textarea::placeholder{color:#fff6}.custom-request-form__field input:focus,.custom-request-form__field textarea:focus{outline:none;border-color:#dc3545;background:#dc35451a;box-shadow:0 0 0 3px #dc354526}.custom-request-form__field textarea{resize:vertical;min-height:80px;max-height:120px}.custom-request-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#dc3545,#bd2130);border:none;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;margin-top:6px;width:fit-content;position:relative;overflow:hidden}.custom-request-form__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.custom-request-form__submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.custom-request-form__submit:hover:before{left:100%}.custom-request-form__submit svg{width:16px;height:16px}.custom-request-form__submit.is-submitting{pointer-events:none;opacity:.8}.custom-request-form__submit.is-submitting svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-request-form__success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:40px}.custom-request-form__success-icon{width:60px;height:60px;background:linear-gradient(135deg,#28a745,#20863d);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s cubic-bezier(.68,-.55,.265,1.55)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.custom-request-form__success-icon svg{width:30px;height:30px;color:#fff}.custom-request-form__success-title{font-size:24px;font-weight:700;color:#fff;margin:0}.custom-request-form__success-text{font-size:14px;color:#ffffffb3;margin:0;max-width:300px}@media (max-width: 768px){.collection-hero__help-buttons{flex-direction:column;width:100%}.collection-hero__help-link,.collection-hero__custom-request-btn{width:100%;justify-content:center}.collection-hero__content.form-active .custom-request-form{position:fixed;top:60px;left:0;right:0;bottom:0;padding:20px 20px 40px;z-index:10000;overflow-y:auto;background:linear-gradient(135deg,#1a1a1afc,#2d2d2dfc);justify-content:flex-start}.collection-hero__content.form-active{min-height:auto}.collection-hero__content.form-active .custom-request-form__close{position:fixed;top:75px;right:15px;width:48px;height:48px;background:#dc3545;border-radius:50%;z-index:10001;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid #ffffff;box-shadow:0 4px 16px #0006}.collection-hero__content.form-active .custom-request-form__close svg{width:24px;height:24px;stroke-width:3}.collection-hero__content.form-active .custom-request-form__close:hover{background:#b71c1c;transform:none}.custom-request-form__row{grid-template-columns:1fr}.custom-request-form__title{font-size:20px;margin-top:0;padding-right:60px}.custom-request-form__field textarea{min-height:60px}}.collection-hero__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc35451a,#0003);overflow:hidden}.collection-hero__image-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 70%,rgba(220,53,69,.15) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(220,53,69,.1) 0%,transparent 40%);pointer-events:none}.collection-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.collection-hero__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;background:#ffffff08}.collection-hero__image-placeholder svg{color:#fff3}@media (max-width: 1024px){.collection-hero__inner{grid-template-columns:1fr;min-height:auto;height:auto}.collection-hero__content{padding:50px 30px;order:2}.collection-hero__image-wrapper{order:1;min-height:200px;max-height:300px;height:auto;position:relative;overflow:hidden}.collection-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width: 768px){.collection-hero{margin-bottom:20px}.collection-hero__content{padding:20px 16px}.collection-hero__eyebrow{margin-bottom:8px;font-size:11px}.collection-hero__title{font-size:22px;margin-bottom:12px}.collection-hero__description{display:none}.collection-hero__meta{margin-bottom:12px;padding-bottom:12px}.collection-hero__image-wrapper{min-height:120px;max-height:150px}.collection-hero__help{gap:8px}.collection-hero__help-text{font-size:13px}.collection-hero__help-link,.collection-hero__custom-request-btn{padding:10px 16px;font-size:12px}}.collection-header-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-bottom:40px;background:linear-gradient(135deg,#2d2d2df2,#1a1a1af2),url(https://cdn.shopify.com/s/files/1/0664/5143/9695/files/20181204_090701.jpg?v=1760460733) center/cover no-repeat;overflow:hidden}.collection-header-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dc3545,#bd2130);z-index:1}.collection-header{padding:80px 20px;max-width:var(--page-width, 1400px);margin:0 auto}.collection-header__content{text-align:center;position:relative;z-index:2}.collection-header__eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#dc3545;margin:0 0 16px}.collection-header__title{font-size:clamp(32px,5vw,56px);font-weight:900;text-transform:uppercase;letter-spacing:-1px;margin:0 0 24px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.collection-header__description{margin-bottom:16px}.collection-header__description p{font-size:16px;line-height:1.7;color:#ffffffd9;margin:0 auto;max-width:700px}.collection-header__count{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#dc3545;margin:0}@media (max-width: 768px){.collection-header{padding:60px 20px}.collection-header__title{font-size:28px}.collection-header__description p{font-size:14px}}.collection-main-layout{display:grid;grid-template-columns:340px 1fr;gap:48px;margin-bottom:60px}@media (max-width: 1024px){.collection-main-layout{grid-template-columns:1fr;gap:30px}}.collection-sidebar{position:sticky;top:120px;align-self:start;max-height:calc(100vh - 140px);overflow-y:auto;padding-right:8px}.collection-sidebar::-webkit-scrollbar{width:4px}.collection-sidebar::-webkit-scrollbar-track{background:#f1f1f1}.collection-sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.collection-sidebar::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 1024px){.collection-sidebar{position:relative;top:0;max-height:none;overflow-y:visible;padding-right:0}}@media (max-width: 768px){.collection-sidebar{margin-bottom:16px}.sidebar-header{display:none}.category-nav{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-card{flex:0 0 auto;min-width:140px;padding:8px 12px 8px 8px}.category-card__image{width:40px;height:40px;border-radius:4px}.category-card__title{font-size:12px}.category-card__count{font-size:10px}.category-card__arrow{display:none}.collection-main-layout{gap:0}}.sidebar-header{margin-bottom:24px}.sidebar-title{font-size:20px;font-weight:900;text-transform:uppercase;letter-spacing:1px;margin:0;color:#333;padding-bottom:18px;border-bottom:2px solid #333333}.category-nav{display:flex;flex-direction:column;gap:8px}.category-card{display:flex;align-items:center;gap:16px;padding:0 18px 0 0;background:#fff;border:1px solid #e8e8e8;border-radius:8px;text-decoration:none;color:inherit;transition:all .25s ease;position:relative;overflow:hidden}.category-card:hover{border-color:#dc3545;background:#fefefe;box-shadow:0 4px 12px #dc35451a}.category-card.is-active{border-color:#dc3545;background:linear-gradient(135deg,#dc35450a,#fff);box-shadow:0 2px 8px #dc35451f}.category-card__image{width:70px;height:70px;flex-shrink:0;overflow:hidden;background:#f5f5f5;border-radius:7px 0 0 7px}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-card__image img{transform:scale(1.1)}.category-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.category-card__image-placeholder svg{color:#aaa}.category-card__content{flex:1;min-width:0}.category-card__title{display:block;font-size:15px;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:3px;transition:color .25s ease}.category-card:hover .category-card__title,.category-card.is-active .category-card__title{color:#dc3545}.category-card__count{display:block;font-size:13px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.5px}.category-card__arrow{flex-shrink:0;color:#ccc;transition:all .25s ease}.category-card:hover .category-card__arrow{color:#dc3545;transform:translate(4px)}.category-card.is-active .category-card__arrow{color:#dc3545}@media (max-width: 1024px){.category-nav{flex-direction:row;flex-wrap:wrap;gap:10px}.category-card{flex:1 1 calc(50% - 5px);min-width:0}.category-card__arrow{display:none}.category-card__image{width:60px;height:60px}}@media (max-width: 600px){.category-card{flex:1 1 100%;padding:0 14px 0 0}.category-card__image{width:56px;height:56px}.category-card__title{font-size:13px}.category-card__count{font-size:11px}}.category-accordion{margin-top:20px}.accordion-item{border-bottom:1px solid #e0e0e0}.accordion-item:last-child{border-bottom:none}.accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;font-size:15px;font-weight:700;color:#333;text-align:left;cursor:pointer;transition:color .3s ease}.accordion-trigger:hover,.accordion-trigger[aria-expanded=true]{color:#dc3545}.accordion-icon{transition:transform .3s ease;flex-shrink:0}.accordion-trigger[aria-expanded=true] .accordion-icon{transform:rotate(180deg)}.accordion-content{display:none;padding-bottom:16px}.accordion-trigger[aria-expanded=true]+.accordion-content,.accordion-content[style*="display: block"]{display:block}.subcategory-list{list-style:none;padding:0;margin:0}.subcategory-list li{margin-bottom:2px}.subcategory-list a{display:block;padding:10px 16px;font-size:14px;font-weight:500;color:#555;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.subcategory-list a:hover{color:#dc3545;border-left-color:#dc3545;background:#dc35450d}.subcategory-list a.is-active{background:linear-gradient(90deg,#dc35451a,#dc35450d);border-left-color:#dc3545;color:#dc3545;font-weight:700}.sidebar-empty{font-size:14px;color:#6c757d;padding:20px 0;text-align:center}.category-list-nav{margin-top:20px}.category-list{list-style:none;padding:0;margin:0}.category-list__item{margin-bottom:4px}.category-list__link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-size:14px;font-weight:500;color:#333;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;background:transparent;position:relative}.category-list__link:hover{color:#dc3545;border-left-color:#dc3545;background:#dc35450d}.category-list__link--active{background:linear-gradient(90deg,#dc35451a,#dc35450d);border-left-color:#dc3545;color:#dc3545;font-weight:700;box-shadow:inset 0 1px #dc35451a,inset 0 -1px #dc35451a}.category-list__count{font-size:12px;font-weight:600;color:#6c757d;margin-left:8px}.category-list__link--active .category-list__count{color:#dc3545}.collection-main-content{min-width:0}.collection-list-wrapper{margin-bottom:60px}@media (max-width: 768px){.collection-list-wrapper{margin-bottom:30px}}.collection-list{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.collection-list{gap:12px}}.product-list-item{display:grid;grid-template-columns:200px 1fr 280px;gap:24px;background:#fff;border:1px solid #e8e8e8;border-radius:4px;overflow:hidden;transition:all .3s ease;position:relative}.product-list-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#dc3545,#bd2130);opacity:0;transition:opacity .3s ease}.product-list-item:hover{border-color:#dc3545;box-shadow:0 4px 20px #dc35451f}.product-list-item:hover:before{opacity:1}.product-list-item__image{position:relative;background:#fafafa}.product-list-item__image-link{display:block;width:100%;height:100%;min-height:180px}.product-list-item__image img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .4s ease}.product-list-item:hover .product-list-item__image img{transform:scale(1.05)}.product-list-item__image-placeholder{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.product-list-item__image-placeholder svg{width:50%;height:50%;opacity:.3}.product-list-item__badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-list-item__content{display:flex;flex-direction:column;justify-content:center;padding:24px 0}.product-list-item__title-link{text-decoration:none;color:inherit}.product-list-item__title{font-size:18px;font-weight:700;margin:0 0 12px;line-height:1.3;color:#333;transition:color .3s ease}.product-list-item__title-link:hover .product-list-item__title{color:#dc3545}.product-list-item__description{font-size:14px;line-height:1.6;color:#555;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-list-item__specs{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.product-list-item__spec{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f8f9fa;border-radius:3px;font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.3px}.product-list-item__spec svg{color:#dc3545;flex-shrink:0}.product-list-item__spec--variants{background:#dc354514;color:#dc3545}.product-list-item__spec--consolidated{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700}.product-list-item__spec--consolidated svg{color:#fff}.product-list-item__spec--family-count{background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.product-list-item__spec--family-count svg{color:#2563eb}.product-list-item__spec--multi-config{background:#dc35451a;color:#dc3545;border:1px solid rgba(220,53,69,.2)}.product-list-item__spec--multi-config svg{color:#dc3545}.product-list-item__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px 24px;background:linear-gradient(135deg,#f8f9fa,#fff);border-left:1px solid #e8e8e8;text-align:center}.product-list-item__price{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:20px}.product-list-item__price .price-from{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#888}.product-list-item__price .price{font-size:28px;font-weight:800;color:#1a1a1a;letter-spacing:-.5px}.product-list-item__price .price--sale{color:#dc3545}.product-list-item__price .price--compare{font-size:15px;font-weight:500;color:#999;text-decoration:line-through}.product-list-item__buttons{display:flex;flex-direction:column;gap:10px;width:100%}.product-list-item__buttons .btn{width:100%;justify-content:center;padding:14px 24px;font-size:13px;font-weight:700;letter-spacing:1px}.product-list-item__buttons .btn-view-details{background:linear-gradient(135deg,#dc3545,#c82333);border:none;color:#fff;border-radius:4px;box-shadow:0 4px 12px #dc35454d;position:relative;overflow:hidden}.product-list-item__buttons .btn-view-details:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.product-list-item__buttons .btn-view-details:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.product-list-item__buttons .btn-view-details:hover:before{left:100%}@media (max-width: 1024px){.product-list-item{grid-template-columns:160px 1fr 200px;gap:16px}.product-list-item__content{padding:20px 0}.product-list-item__title{font-size:16px}.product-list-item__description{font-size:13px;-webkit-line-clamp:2}.product-list-item__actions{padding:20px 16px}.product-list-item__price .price{font-size:22px}.product-list-item__buttons .btn{padding:12px 16px;font-size:12px}}@media (max-width: 768px){.product-list-item{grid-template-columns:1fr;gap:0}.product-list-item__image{max-height:200px}.product-list-item__image-link{min-height:160px}.product-list-item__content{padding:20px}.product-list-item__title{font-size:16px;line-height:1.4}.product-list-item__description{font-size:14px;line-height:1.6;-webkit-line-clamp:2}.product-list-item__spec{font-size:12px;padding:6px 12px;gap:5px;min-height:32px}.product-list-item__spec svg{width:14px;height:14px}.product-list-item__actions{flex-direction:row;justify-content:space-between;align-items:center;border-left:none;border-top:1px solid #e8e8e8;padding:16px 20px;background:linear-gradient(180deg,#f8f9fa,#fff)}.product-list-item__price{align-items:flex-start;margin-bottom:0}.product-list-item__price .price{font-size:22px}.product-list-item__price .price-from{font-size:13px}.product-list-item__buttons{flex-direction:row;width:auto;flex-shrink:0}.product-list-item__buttons .btn{width:auto;padding:14px 20px;font-size:13px;min-height:44px}}@media (max-width: 480px){.product-list-item__actions{flex-direction:column;align-items:stretch;gap:16px;padding:20px}.product-list-item__price{flex-direction:row;align-items:center;justify-content:center;gap:8px}.product-list-item__buttons{width:100%}.product-list-item__buttons .btn{width:100%;padding:14px 24px;font-size:13px}}.badge{padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:0;background:#333;color:#fff}.badge--sale{background:linear-gradient(135deg,#dc3545,#bd2130)}.badge--sold-out{background:#6c757d}.badge--options{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.badge--options svg{flex-shrink:0}.product-list-item--consolidated{position:relative}.product-list-item--consolidated:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#2563eb,#1d4ed8);border-radius:2px 0 0 2px}.price{font-size:18px;font-weight:700;color:#333}.price-from{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-right:6px}.price--sale{color:#dc3545}.price--compare{font-size:14px;font-weight:500;color:#6c757d;text-decoration:line-through}.collection-empty{grid-column:1 / -1;padding:80px 20px;text-align:center}.collection-empty p{font-size:18px;color:#6c757d}.product-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:16px;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;border:2px solid;text-decoration:none;line-height:1}.btn-view-details{flex:1;background:linear-gradient(135deg,#dc3545,#bd2130);border-color:#fff3;color:#fff;box-shadow:0 2px 4px #dc35454d,inset 0 1px #fff3,inset 0 -1px #0003;text-shadow:0 1px 2px rgba(0,0,0,.3)}.btn-view-details:hover{transform:translateY(-2px);box-shadow:0 4px 8px #dc354566,0 0 20px #dc35454d,inset 0 1px #ffffff4d,inset 0 -1px #0003}.btn-add-to-cart{padding:10px 16px;background:#fff;border-color:#333;color:#333;flex-shrink:0}.btn-add-to-cart svg{width:18px;height:18px}.btn-add-to-cart:hover:not(:disabled){background:#333;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-add-to-cart--disabled{background:#e0e0e0;border-color:#e0e0e0;color:#6c757d;cursor:not-allowed;opacity:.6}.btn-add-to-cart--disabled:hover{transform:none;box-shadow:none}@media (max-width: 480px){.product-card__actions{flex-wrap:wrap}.btn-view-details{flex:1 1 100%}.btn-add-to-cart{flex:1}}.collection-pagination{display:flex;justify-content:center;padding:40px 0}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/91/assets/collection.css.map */
