.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.collection-item{position:relative;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;padding-top:34px;min-width:calc(100% / 3);width:calc(100% / 3)}@media (max-width: 1000px){.collection-item{min-width:50%;width:50%}}.collection-item.hide_size_qty .collection-item__price{display:none}@media screen and (min-width: 750px){.collection-item{margin-bottom:0}}.collection-item.collection-item--variety,.collection-item.collection-item--round{padding-top:40px;overflow:visible}@media screen and (min-width: 1025px){.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):hover .collection-item__image-primary:not(.no-hover),.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):focus .collection-item__image-primary:not(.no-hover),.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):focus-within .collection-item__image-primary:not(.no-hover){opacity:0;visibility:hidden}}@media screen and (min-width: 1025px){.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):hover .collection-item__image-secondary,.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):focus .collection-item__image-secondary,.collection-item:not(.collection-item--coming-soon):not(.collection-item--newsletter-active):focus-within .collection-item__image-secondary{opacity:1;visibility:visible}}.collection-item.collection-item--newsletter-active .collection-item__image-primary{opacity:0;visibility:hidden}.collection-item h4{font-size:1.2rem;line-height:1.5125rem;margin-bottom:6px;font-weight:700}.collection-item__image{position:relative;width:100%;display:block;margin-bottom:8px}.collection-item__image-primary{position:relative;opacity:1;visibility:visible;max-width:350px;margin:0 auto;display:block}@media screen and (min-width: 1025px){.collection-item__image-primary.is-hidden{visibility:hidden;opacity:0}}.collection-item__image-primary.is-hidden+.collection-item__image-secondary{display:none}.collection-item--variety .collection-item__image-primary,.collection-item--round .collection-item__image-primary{max-width:348px;padding-top:calc(100% - 16px);border-radius:50%;border:8px solid #FFFFFF;background-color:#244ee2;overflow:hidden}.collection-item--variety .collection-item__image-primary .responsive-image__wrapper,.collection-item--round .collection-item__image-primary .responsive-image__wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.collection-item--variety .collection-item__image-primary img,.collection-item--round .collection-item__image-primary img{-o-object-fit:cover;object-fit:cover}.collection-item--coming-soon .collection-item__image-primary{background:radial-gradient(50.04% 50.04% at 50.04% 50.04%,#ffc600 30.03%,#ff9e00);overflow:visible}.collection-item--coming-soon .collection-item__image-primary .responsive-image__wrapper{top:2%;width:102%}.collection-item__image-secondary{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);width:348px;height:348px;border-radius:10px;border:2px solid #FFFFFF;background-color:#244ee2;overflow:hidden;opacity:0;visibility:hidden;display:block}.collection-item--variety .collection-item__image-secondary{overflow:visible}.collection-item--variety .collection-item__image-secondary img{position:relative;left:50%;transform:translate(-50%);max-width:425px;width:130%;-o-object-fit:cover;object-fit:cover}.collection-item__content{max-width:330px;margin:0 auto}.collection-item--coming-soon .collection-item__content{margin:24px auto 16px}@media screen and (min-width: 750px){.collection-item--coming-soon .collection-item__content{margin:35px auto 0}}.collection-item__review{display:block;height:20px;width:100%;margin-bottom:12px}.collection-item__review .jdgm-preview-badge .jdgm-star{color:#ffef00}.collection-item__review .jdgm-prev-badge__text{display:none}.collection-item__star-rating{margin:0;list-style:none;display:flex;align-items:center;justify-content:center}.collection-item__star-rating li{margin:0 2px}.collection-item__star-rating svg{display:block;width:18px;height:auto}.collection-item__action{width:100%;margin-top:auto}.collection-item__action form{max-width:208px;margin:0 auto}.collection-item__price{font-size:1rem;line-height:1rem;margin-bottom:19px}.collection-item__price s+span{font-family:proxima-nova,sans-serif}.collection-item__quantity-container{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background-color:#ffb00f;border-radius:64px;overflow:hidden}.collection-item__quantity-container>button{font-family:proxima-nova,sans-serif;text-transform:uppercase;color:#002fd8;font-size:1.25rem;line-height:1.25rem;width:83px;flex-shrink:0;text-align:center;padding:2px 8px 0 0}.collection-item__quantity-selector{position:relative;background-color:#fff;border-radius:64px 0 0 64px;height:calc(100% - 6px);margin:3px;flex-grow:1}.collection-item__quantity-selector button{position:absolute;top:50%;transform:translateY(-50%)}.collection-item__quantity-selector button:first-of-type{left:4px}.collection-item__quantity-selector button:last-of-type{right:4px}.collection-item__quantity-selector button svg{display:block}.collection-item__quantity-selector button path{stroke:#ff6800}.collection-item__quantity-selector input[type=number]{text-align:center;border:none;font-family:proxima-nova,sans-serif;font-size:1.25rem;line-height:1.25rem;height:42px;padding:12px 24px 8px;color:#002fd8;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.collection-item__quantity-selector input[type=number] input::-webkit-outer-spin-button,.collection-item__quantity-selector input[type=number] input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) and (min-width: 1025px){.collection-item__quantity-selector input[type=number]{padding-left:40px}}.collection-item__newsletter-form{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border:8px solid #FFFFFF;visibility:hidden;opacity:0;padding-top:60px}@media screen and (min-width: 750px){.collection-item__newsletter-form{padding-top:36px}}@media screen and (min-width: 1200px){.collection-item__newsletter-form{padding-top:60px}}.collection-item--newsletter-active .collection-item__newsletter-form{visibility:visible;opacity:1}.collection-item__newsletter-form svg{position:absolute;top:20px;display:block;max-width:80%;height:auto}.collection-item__newsletter-form svg path{fill:#002fd8}.collection-item__newsletter-form p{font-size:1rem;line-height:1.125rem;max-width:218px;margin:-30px auto 0;color:#002fd8;display:none}@media screen and (min-width: 750px){.collection-item__newsletter-form p{margin-top:-18px}}@media screen and (min-width: 1200px){.collection-item__newsletter-form p{margin-top:-30px}}.collection-item.message-sent .collection-item__newsletter-form p{display:block}.collection-item__newsletter-form form{max-width:218px;margin:29px auto 0}@media screen and (min-width: 750px){.collection-item__newsletter-form form{max-width:150px}}@media screen and (min-width: 1200px){.collection-item__newsletter-form form{max-width:218px}}.collection-item.message-sent .collection-item__newsletter-form form{display:none}.collection-item__newsletter-form form input{border:2px solid #002FD8;text-align:center;color:#002fd8;font-family:Univers LT Std Condensed,helvetica,arial,sans-serif;font-size:1rem;line-height:1rem;height:30px;margin-bottom:8px;padding:4px 0 0}@media screen and (min-width: 1200px){.collection-item__newsletter-form form input{font-size:1.25rem;line-height:1.25rem;height:48px;margin-bottom:12px}}.collection-item__newsletter-form form input::-moz-placeholder{color:#002fd8;text-transform:uppercase}.collection-item__newsletter-form form input:-ms-input-placeholder{color:#002fd8;text-transform:uppercase}.collection-item__newsletter-form form input::-ms-input-placeholder{color:#002fd8;text-transform:uppercase}.collection-item__newsletter-form form input::placeholder{color:#002fd8;text-transform:uppercase}.collection-item__newsletter-form form button{max-width:150px;display:block;width:100%;text-transform:uppercase;height:30px;font-size:1rem;line-height:1rem;border-radius:40px;color:#fff;font-family:proxima-nova,sans-serif;margin:0 auto;background-color:#002fd8;padding-top:4px}@media screen and (min-width: 750px){.collection-item__newsletter-form form button{max-width:120px}}@media screen and (min-width: 1200px){.collection-item__newsletter-form form button{max-width:150px;height:48px;line-height:1.25rem;border-radius:64px;font-size:1.25rem;margin-top:8px}}.badge{position:absolute;top:0;right:12px;z-index:5;display:block;transition:opacity .25s ease-in-out;opacity:1}.collection-item--variety .badge{right:32px}@media screen and (min-width: 750px){.collection-item--variety .badge{right:0}}@media screen and (min-width: 1200px){.collection-item--variety .badge{right:32px}}.badge.badge--sale>span{color:#244ee2}.badge.badge--new>span{top:calc(50% + 4px);color:#ffef00}.badge.badge--best-seller>span{top:calc(50% - 4px)}.badge>span{position:absolute;top:calc(50% + 2px);left:50%;transform:translate(-50%,-50%);width:70%;color:#fff;font-family:proxima-nova,sans-serif;font-size:1.125rem;line-height:1.125rem;text-transform:uppercase}.badge svg{display:block}.badge-hidden .badge{opacity:0}.collection-filter{margin:41px auto 32px;width:100%}@media screen and (min-width: 750px){.collection-filter{margin:-26px auto 75px;max-width:288px}}.collection-filter select{display:none}.collection-filter .choices{position:relative;z-index:10;margin-bottom:20px}.collection-filter .choices:after{content:none}.collection-filter .choices .choices__item{color:#002fd8}.collection-filter .choices.associated-products{margin-bottom:10px}@media screen and (min-width: 1025px){.collection-filter .choices.associated-products{margin-bottom:14px}}.collection-filter .choices.product-option:after{top:49px;margin:0}@media screen and (min-width: 1025px){.collection-filter .choices.product-option:after{top:54px}}.collection-filter .choices.product-option-single:after{visibility:hidden}.collection-filter .choices.product-option-single label,.collection-filter .choices.product-option-single .choices__list--dropdown{visibility:hidden}.tab-outline .collection-filter .choices:focus,.tab-outline .collection-filter .choices .is-highlighted{outline:none;box-shadow:0 0 0 2px #9ecaed}.collection-filter .choices .choices__list--single .choices__item{color:#002fd8}.collection-filter .choices .choices__list--single .choices__item:after{content:url(select-blue.svg);position:absolute;right:12px;top:calc(50% - 12px);transform-origin:50% 50%;display:block;border:none;width:auto;height:auto}@media screen and (min-width: 1025px){.collection-filter .choices .choices__list--single .choices__item:after{right:20px}}.collection-filter .choices .choices__list--single .choices__placeholder{opacity:1;color:#002fd8}.collection-filter .choices .choices__list--single .choices__placeholder:after{content:url(select-blue.svg)}.collection-filter .choices.is-open .choices__inner{border-radius:24px 24px 0 0}.collection-filter .choices.is-open .choices__item:hover,.collection-filter .choices.is-open .choices__item:focus,.collection-filter .choices.is-open .choices__item:active{background:none;color:#002fd8}.collection-filter .choices.is-open .choices__item.is-highlighted{background:none}.collection-filter .choices.is-open .choices__list--single .choices__item:after{transform:rotate(180deg)}.collection-filter .choices .choices__list--dropdown{margin-top:-16px;padding:12px 0 6px;background:#fff;border:none;border-radius:0 0 24px 24px}.collection-filter .choices .choices__list--dropdown .choices__list{max-height:none}.collection-filter .choices .choices__list--dropdown .choices__item{font-family:proxima-nova,sans-serif;font-size:1.25rem;text-transform:uppercase;padding:4px 15px}.collection-filter .choices .choices__list--dropdown .choices__item.is-selected{display:none}.tab-outline .collection-filter .choices .choices__list--dropdown .choices__item.is-selected{display:block}.collection-filter .choices .choices__list--dropdown .choices__placeholder{display:none}.collection-filter .choices .choices__inner{border-radius:24px;font-family:proxima-nova,sans-serif;font-size:1.25rem;text-transform:uppercase;padding:10px 13px 4px;background:#fff;border:none}.collection{padding:50px 0 25px}@media screen and (min-width: 1025px){.collection{padding:50px 0 25px}}.collection__header{text-align:center;margin-bottom:21px}@media screen and (min-width: 1025px){.collection__header{margin-bottom:55px}}.collection__header h1{position:relative;font-size:3.5rem;line-height:4rem;color:#fff;display:inline-block;transition:all .4s cubic-bezier(.46,.01,.32,1)}@media screen and (min-width: 1025px){.collection__header h1{font-size:5.5rem;line-height:5.5rem}}.collection__header span{text-transform:uppercase;font-weight:700;display:block;margin-bottom:25px}.collection__items{border-top:2px solid white;display:flex;flex-wrap:wrap}.collection-item{border-right:2px solid white;border-bottom:2px solid white;padding:25px}.collection__empty{text-align:center;padding:0 0 64px}.find_in_store{text-align:center;font-size:14px;padding:12px 20px;margin:10px auto;text-decoration:none}.collection-item__action .btn{min-width:150px}@media (min-width: 600px){.collection-item__action .btn{min-width:180px}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/collection.css.map */
