.how-to-use-section{width:100%}.how-to-use-section__container{max-width:min(1440px,var(--page-width, 1200px));margin:0 auto;padding:0 var(--section-horizontal-padding, 1.6rem)}.how-to-use-section__search-wrapper{margin-bottom:3.2rem;display:flex;justify-content:center}.how-to-use-section__search{position:relative;width:100%;height:45px;display:flex;align-items:center;background-color:transparent;border:1px solid rgba(0,0,0,.25);border-radius:4px;overflow:hidden;transition:background-color .2s ease,border-color .2s ease}@media screen and (min-width:768px){.how-to-use-section__search{max-width:800px;height:60px}}.how-to-use-section__search.has-input,.how-to-use-section__search:focus-within{background-color:#e9e9e9;border-color:transparent}.how-to-use-section__search-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:6px;pointer-events:none;z-index:2;transition:left .2s ease,transform .2s ease,gap .2s ease}.how-to-use-section__search.has-input .how-to-use-section__search-icon,.how-to-use-section__search:focus-within .how-to-use-section__search-icon{left:12px;transform:translateY(-50%);gap:0}.how-to-use-section__search.has-input .how-to-use-section__search-placeholder-text,.how-to-use-section__search:focus-within .how-to-use-section__search-placeholder-text{display:none}.how-to-use-section__search-icon svg{width:16px;height:16px;flex-shrink:0}.how-to-use-section__search-placeholder-text{font-family:var(--font-body-family, "Satoshi");font-size:14px;font-weight:500;line-height:120%;letter-spacing:0;color:#00000080;white-space:nowrap}.how-to-use-section__search-input{width:100%;height:100%;border:none;background:transparent;font-family:var(--font-body-family, "Satoshi");font-size:14px;font-weight:500;line-height:120%;letter-spacing:0;color:#000;text-align:left;padding-left:38px;padding-right:84px;outline:none;opacity:0;transition:opacity .2s ease}.how-to-use-section__search.has-input .how-to-use-section__search-input,.how-to-use-section__search:focus-within .how-to-use-section__search-input,.how-to-use-section__search-input:focus{opacity:1}.how-to-use-section__search-input::placeholder{color:#00000080}.how-to-use-section__search-input::-webkit-search-decoration,.how-to-use-section__search-input::-webkit-search-cancel-button,.how-to-use-section__search-input::-webkit-search-results-button,.how-to-use-section__search-input::-webkit-search-results-decoration{-webkit-appearance:none}.how-to-use-section__search-clear{position:absolute;right:44px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;height:20px;padding:0;border:none;background:transparent;cursor:pointer;z-index:2;transition:opacity .2s ease}.how-to-use-section__search-clear-text{font-family:var(--font-body-family, "Satoshi");font-size:10px;font-weight:500;line-height:120%;letter-spacing:0;color:#80807e;text-transform:uppercase;white-space:nowrap}.how-to-use-section__search-clear:hover .how-to-use-section__search-clear-text{color:#000}.how-to-use-section__search-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background-color:#0003;cursor:pointer;z-index:2;transition:background-color .2s ease}.how-to-use-section__search-close:hover{background-color:#0000004d}.how-to-use-section__search-close svg{width:8px;height:8px;color:#fff}.how-to-use-section__no-results{text-align:center;padding:8rem 2rem 6rem;display:none}.how-to-use-section__no-results-content{max-width:390px;margin:0 auto}.how-to-use-section__no-results-title{font-size:2rem;font-weight:600;color:var(--color-foreground, #000000);margin:0 0 1.2rem;line-height:1.3}.how-to-use-section__no-results-text{font-size:1.5rem;color:var(--color-foreground-tertiary, #6b7280);margin:0 0 2.4rem;line-height:1.5}.how-to-use-section__no-results-button{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 2.8rem;background-color:#000;color:#fff;font-size:1.5rem;font-weight:500;text-decoration:none;border-radius:.8rem;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.how-to-use-section__no-results-button:hover{background-color:#1a1a1a;transform:translateY(-2px)}.how-to-use-section__no-results-button:active{transform:translateY(0)}.how-to-use-section__collection{margin-bottom:4rem}.how-to-use-section__collection:last-child{margin-bottom:0}.how-to-use-section__collection-title{font-size:12px;font-weight:500;color:#000;margin:0 0 1.6rem;text-transform:none;letter-spacing:0}.how-to-use-section__video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}@media screen and (min-width:768px){.how-to-use-section__video-grid{grid-template-columns:repeat(4,1fr);gap:24px}.how-to-use-section__collection-title{font-size:1.6rem;margin-bottom:1.6rem}}.how-to-use-section.is-searching .how-to-use-section__collection-title,.how-to-use-section.is-searching .video-product-card-wrapper{display:none}.how-to-use-section.is-searching .video-product-card-wrapper.is-visible{display:flex}.how-to-use-section.is-searching .how-to-use-section__collection{display:block!important;margin-bottom:12px}@media screen and (min-width:768px){.how-to-use-section.is-searching .how-to-use-section__collection{margin-bottom:24px}}.how-to-use-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}.how-to-use-modal.is-active{visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.how-to-use-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000c;cursor:pointer}.how-to-use-modal__container{position:relative;z-index:1;width:100%;max-width:1200px;padding:2rem}.how-to-use-modal__close-button{position:absolute;top:-4rem;right:0;width:4rem;height:4rem;border-radius:50%;background-color:#fff3;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.how-to-use-modal__close-button:hover{background-color:#ffffff4d}.how-to-use-modal__close-button svg{width:2.4rem;height:2.4rem;color:#fff}.how-to-use-modal__content{background-color:#000;border-radius:var(--modal-corner-radius, 1.2rem);overflow:hidden}.how-to-use-modal__video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0}.how-to-use-modal__video-container{position:absolute;top:0;left:0;width:100%;height:100%}.how-to-use-modal__video-container iframe,.how-to-use-modal__video-container video{width:100%;height:100%;border:none}@media screen and (max-width:768px){.how-to-use-section__search-wrapper{margin-bottom:2.4rem}.how-to-use-section__search-icon{left:50%;transform:translate(-50%,-50%);gap:6px}.how-to-use-section__search.has-input .how-to-use-section__search-icon,.how-to-use-section__search:focus-within .how-to-use-section__search-icon{left:12px;transform:translateY(-50%);gap:0}.how-to-use-section__search-input{font-size:14px}.how-to-use-section__search-clear{right:44px}.how-to-use-section__search-clear-text{font-size:10px}.how-to-use-section__search-close{right:12px;width:20px;height:20px}.how-to-use-section__search-close svg{width:8px;height:8px}.how-to-use-section__collection-title{font-size:1.6rem;margin-bottom:1.6rem}.how-to-use-section__video-title{padding:1rem 1.2rem;min-height:5.6rem}.how-to-use-section__video-title span{font-size:1.3rem}.how-to-use-section__video-arrow{width:2.4rem;height:2.4rem}.how-to-use-section__video-arrow svg{width:1.2rem;height:1.2rem}.how-to-use-section__play-button{width:3.2rem;height:3.2rem;bottom:1rem;right:1rem}.how-to-use-modal__container{padding:1.6rem}.how-to-use-modal__close-button{top:-3.6rem;width:3.6rem;height:3.6rem}.how-to-use-modal__close-button svg{width:2rem;height:2rem}.how-to-use-section__no-results{padding:6rem 1.6rem 4rem}.how-to-use-section__no-results-title{font-size:1.8rem}.how-to-use-section__no-results-text{font-size:1.4rem}.how-to-use-section__no-results-button{padding:1.2rem 2.4rem;font-size:1.4rem;border-radius:.6rem}.how-to-use-section__play-button{width:3.2rem;height:3.2rem}.how-to-use-section__play-button svg{width:1.4rem;height:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/how-to-use-section.css.map */
