.collection-discount-buttons-section{width:100%}.collection-discount-buttons__wrapper{display:grid;gap:var(--btn-gap, 16px);width:100%}.collection-discount-buttons__align-left{justify-content:start}.collection-discount-buttons__align-center{justify-content:center}.collection-discount-buttons__align-right{justify-content:end}.collection-discount-buttons__align-center,.collection-discount-buttons__align-right{grid-template-columns:repeat(auto-fit,minmax(140px,max-content))}.collection-discount-buttons__cols-2.collection-discount-buttons__align-left{grid-template-columns:repeat(2,1fr)}.collection-discount-buttons__cols-3.collection-discount-buttons__align-left{grid-template-columns:repeat(3,1fr)}.collection-discount-buttons__cols-4.collection-discount-buttons__align-left{grid-template-columns:repeat(4,1fr)}.collection-discount-buttons__cols-5.collection-discount-buttons__align-left{grid-template-columns:repeat(5,1fr)}.collection-discount-buttons__cols-6.collection-discount-buttons__align-left{grid-template-columns:repeat(6,1fr)}.collection-discount-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;padding:var(--btn-padding-y, 20px) var(--btn-padding-x, 24px);background-color:var(--btn-bg-color, #ffffff);border:var(--btn-border-width, 1px) solid var(--btn-border-color, #e0e0e0);border-radius:var(--btn-border-radius, 8px);transition:all .3s ease;cursor:pointer;position:relative;min-height:90px}.collection-discount-btn:hover{background-color:var(--btn-hover-bg-color, #f5f5f5);border-color:var(--btn-hover-border-color, #333333);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.collection-discount-btn:hover .collection-discount-btn__top-label,.collection-discount-btn:hover .collection-discount-btn__bottom-label,.collection-discount-btn:hover .collection-discount-btn__discount,.collection-discount-btn:hover .collection-discount-btn__text-only{color:var(--btn-hover-text-color, #000000)}.collection-discount-btn__content{display:flex;flex-direction:column;align-items:center;gap:2px}.collection-discount-btn__top-label{font-size:13px;font-weight:400;color:var(--label-color, #666666);line-height:1.3;transition:color .3s ease}.collection-discount-btn__discount{font-size:26px;font-weight:700;color:var(--discount-color, #1a4b8c);line-height:1.2;transition:color .3s ease}.collection-discount-btn__bottom-label{font-size:13px;font-weight:400;color:var(--sublabel-color, #666666);line-height:1.3;transition:color .3s ease}.collection-discount-btn__text-only{font-size:16px;font-weight:600;color:var(--btn-text-color, #333333);line-height:1.4;transition:color .3s ease}.collection-discount-btn--featured{background-color:var(--discount-color, #1a4b8c);border-color:var(--discount-color, #1a4b8c)}.collection-discount-btn--featured .collection-discount-btn__top-label,.collection-discount-btn--featured .collection-discount-btn__bottom-label,.collection-discount-btn--featured .collection-discount-btn__discount,.collection-discount-btn--featured .collection-discount-btn__text-only{color:#fff}.collection-discount-btn--featured:hover{background-color:var(--btn-hover-bg-color, #f5f5f5);border-color:var(--discount-color, #1a4b8c)}.collection-discount-btn--active{background-color:var(--discount-color, #1a4b8c);border-color:var(--discount-color, #1a4b8c);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.collection-discount-btn--active .collection-discount-btn__top-label,.collection-discount-btn--active .collection-discount-btn__bottom-label,.collection-discount-btn--active .collection-discount-btn__discount,.collection-discount-btn--active .collection-discount-btn__text-only{color:#fff}.collection-discount-btn--active:hover{background-color:var(--discount-color, #1a4b8c);border-color:var(--discount-color, #1a4b8c);opacity:.9}.collection-discount-btn--active:hover .collection-discount-btn__top-label,.collection-discount-btn--active:hover .collection-discount-btn__bottom-label,.collection-discount-btn--active:hover .collection-discount-btn__discount,.collection-discount-btn--active:hover .collection-discount-btn__text-only{color:#fff}.collection-discount-btn--featured:hover .collection-discount-btn__top-label,.collection-discount-btn--featured:hover .collection-discount-btn__bottom-label,.collection-discount-btn--featured:hover .collection-discount-btn__discount,.collection-discount-btn--featured:hover .collection-discount-btn__text-only{color:var(--discount-color, #1a4b8c)}.collection-discount-btn--view-all{flex-direction:row;gap:8px}.collection-discount-btn--view-all .collection-discount-btn__content{flex-direction:row}.collection-discount-btn__arrow{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.collection-discount-btn--view-all:hover .collection-discount-btn__arrow{transform:translate(4px)}.collection-discount-btn__arrow svg{width:18px;height:18px;color:var(--btn-text-color, #333333);transition:color .3s ease}.collection-discount-btn--view-all:hover .collection-discount-btn__arrow svg{color:var(--btn-hover-text-color, #000000)}.collection-discount-btn__icon{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center}.collection-discount-btn__icon svg{width:20px;height:20px}@media (max-width: 749px){.collection-discount-buttons__cols-mobile-1.collection-discount-buttons__align-left{grid-template-columns:1fr}.collection-discount-buttons__cols-mobile-2.collection-discount-buttons__align-left{grid-template-columns:repeat(2,1fr)}.collection-discount-buttons__cols-mobile-3.collection-discount-buttons__align-left{grid-template-columns:repeat(3,1fr)}.collection-discount-buttons__cols-mobile-3.collection-discount-buttons__align-center,.collection-discount-buttons__cols-mobile-3.collection-discount-buttons__align-right{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-discount-buttons__cols-mobile-2.collection-discount-buttons__align-center,.collection-discount-buttons__cols-mobile-2.collection-discount-buttons__align-right{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.collection-discount-buttons__cols-mobile-1.collection-discount-buttons__align-center,.collection-discount-buttons__cols-mobile-1.collection-discount-buttons__align-right{grid-template-columns:1fr}.collection-discount-btn{min-height:70px;padding:10px 8px}.collection-discount-btn__discount{font-size:18px}.collection-discount-btn__top-label,.collection-discount-btn__bottom-label{font-size:9px}.collection-discount-btn__text-only{font-size:12px}.collection-discount-buttons__cols-mobile-3 .collection-discount-btn{min-height:65px;padding:8px 6px}.collection-discount-buttons__cols-mobile-3 .collection-discount-btn__discount{font-size:16px}.collection-discount-buttons__cols-mobile-3 .collection-discount-btn__top-label,.collection-discount-buttons__cols-mobile-3 .collection-discount-btn__bottom-label{font-size:8px}.collection-discount-buttons__cols-mobile-3 .collection-discount-btn__text-only{font-size:10px}}@media (min-width: 750px) and (max-width: 989px){.collection-discount-buttons__cols-4,.collection-discount-buttons__cols-5,.collection-discount-buttons__cols-6{grid-template-columns:repeat(3,1fr)}}@keyframes pulse-discount{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.collection-discount-btn--featured:hover .collection-discount-btn__discount{animation:pulse-discount .6s ease-in-out}.collection-discount-btn:focus{outline:2px solid var(--discount-color, #1a4b8c);outline-offset:2px}.collection-discount-btn:focus:not(:focus-visible){outline:none}.collection-discount-btn:focus-visible{outline:2px solid var(--discount-color, #1a4b8c);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/76/assets/collection-discount-buttons.css.map */
