.video-gallery{max-width:1440px;margin:0 auto;padding:40px 80px 150px;box-sizing:border-box}.video-gallery__section-header{margin-bottom:40px;text-align:start!important}.video-gallery__item.hidden{display:none!important}@media (max-width: 1600px){.video-gallery{padding:80px 100px 120px}}@media (max-width: 1200px){.video-gallery{padding:60px 40px 100px}}@media (max-width: 1024px){.video-gallery__grid{grid-template-columns:repeat(2,1fr);gap:20px}.video-gallery__hero-title{font-size:2.125rem}}@media (max-width: 768px){.video-gallery{padding:40px 20px 80px}.video-gallery__hero-player{min-height:0}}@media (max-width: 480px){.video-gallery{padding:32px 16px 64px}.video-gallery__hero-player{min-height:0}}.video-gallery__hero{margin-bottom:3rem}.video-gallery__hero-video{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#000;border-radius:8px;overflow:hidden;min-height:400px}@media (max-width: 768px){.video-gallery__hero-video{min-height:300px}}@media (max-width: 480px){.video-gallery__hero-video{min-height:250px}}.video-gallery__hero-player{width:100%;height:100%;min-height:584px;overflow:hidden}.video-gallery__hero-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.video-gallery__hero-thumbnail{width:100%;height:100%;object-fit:cover}.video-gallery__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff}.video-gallery__hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}@media (max-width: 768px){.video-gallery__hero-title{font-size:2rem}}@media (max-width: 480px){.video-gallery__hero-title{font-size:1.5rem}}.video-gallery__hero-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:opacity .3s ease}.video-gallery__hero-placeholder:hover .video-gallery__hero-play-button{opacity:1}.video-gallery__hero-iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background:#000;display:none}.video-gallery__hero-iframe.show{display:block}.video-gallery__hero-iframe iframe{width:100%;height:100%;border:none;background:#000;display:block;position:relative;z-index:1}.video-gallery__tabs{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;flex-grow:1;padding-right:32px}@media (max-width: 768px){.video-gallery__tabs{flex-direction:column;align-items:stretch;gap:1rem}.video-gallery__tabs-container{order:1}.video-gallery__sort{order:2;justify-content:center}}.video-gallery__tabs-container{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;width:100%;border-bottom:1px solid #eee}.video-gallery__tab{background:none;border:none;cursor:pointer;color:#2a2a2a;font-family:Schibsted Grotesk;font-size:var(--Text-Sizes-p-small, 16px);color:#555;transition:color .25s ease;white-space:nowrap;display:flex;align-items:center;gap:.5rem;font-weight:500;padding:.25rem .25rem .75rem;position:relative}.video-gallery__tab:hover{color:#222}.video-gallery__tab.active{color:#b5985a;font-weight:600}.video-gallery__tab.active:after,.video-gallery__dropdown.active .video-gallery__dropdown-trigger:after{content:"";position:absolute;left:.25rem;right:.25rem;bottom:-1px;height:2px;background:#b5985a}.video-gallery__dropdown,.video-gallery__dropdown-trigger{position:relative}.video-gallery__dropdown.active .video-gallery__dropdown-trigger{color:#d4af37}.video-gallery__dropdown-arrow{transition:transform .3s ease}.video-gallery__dropdown.active .video-gallery__dropdown-arrow{transform:rotate(180deg)}.video-gallery__dropdown-content{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:120px;z-index:10;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.video-gallery__dropdown.active .video-gallery__dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.video-gallery__subtab{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:none;color:#666;font-size:.9rem;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.video-gallery__subtab:last-child{border-bottom:none}.video-gallery__subtab:hover{background:#f5f5f5;color:#333}.video-gallery__subtab.active{background:#000;color:#fff;font-weight:600}.video-gallery__sort{display:flex;align-items:center;gap:.5rem}.video-gallery__sort-label{font-size:.9rem;color:#666;font-weight:500}.video-gallery__sort-select{height:44px;line-height:44px;padding:0 40px 0 16px;border:1px solid #E5E5E5;font-family:Schibsted Grotesk;border-radius:8px;background:#fff;font-size:16px;color:#2a2a2a;cursor:pointer;min-width:320px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8l4 4 4-4' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.video-gallery__sort-select:focus{outline:none;border-color:#d4d4d4;box-shadow:0 0 0 2px #00000008}.video-gallery__sort-select option[disabled]{color:#9a9a9a}.video-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:1.25rem}.tab-sort-wrapper{display:flex;justify-content:center;row-gap:20px;align-items:center;margin-bottom:24px;flex-wrap:wrap;column-gap:10px}.video-gallery__search{display:flex;align-items:center}.video-gallery__search-input{height:44px;line-height:44px;padding:0 12px;border:1px solid #E5E5E5;border-radius:8px;background:#fff;font-size:16px;color:#2a2a2a;min-width:240px}.video-gallery__search-input:focus{outline:none;border-color:#d4d4d4;box-shadow:0 0 0 2px #00000008}@media (max-width: 768px){.video-gallery__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 576px){.video-gallery__grid{grid-template-columns:repeat(1,1fr)!important;gap:16px}}.video-gallery__item{opacity:1;transform:translateY(0);transition:all .3s ease}.video-gallery__item.hidden{opacity:0;transform:translateY(20px);pointer-events:none}.video-gallery__item-inner{background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.video-gallery__item-inner:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.video-gallery__thumbnail{position:relative;width:100%;height:200px;overflow:hidden;border-radius:12px}.video-gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-gallery__item-inner:hover .video-gallery__image{transform:scale(1.05)}.video-gallery__placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.video-gallery__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9;transition:opacity .3s ease}.video-gallery__item-inner:hover .video-gallery__play-button{opacity:1}.video-gallery__duration{position:absolute;bottom:10px;right:10px;background:#000c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.video-gallery__content{padding:1rem 0 0px}.video-gallery__title{color:var(--text-text-body, #2A2A2A);font-family:Schibsted Grotesk;font-size:var(--Text-Sizes-p-regular, 18px);font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}.video-gallery__title-loading{color:#999;font-style:italic;font-weight:400}.video-gallery__description{margin:0 0 .5rem;font-size:.9rem;color:#666;line-height:1.4}.video-gallery__category{display:inline-block;background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.video-gallery__pagination{display:flex;justify-content:center;margin-top:2rem}.video-gallery__pagination--top{margin-top:0;margin-bottom:16px}.video-gallery__pagination-container{display:flex;align-items:center;gap:.5rem}.video-gallery__pagination-prev,.video-gallery__pagination-next{background:none;border:1px solid #ddd;padding:.5rem 1rem;cursor:pointer;border-radius:4px;transition:all .3s ease;display:none}.video-gallery__pagination-prev:hover:not(:disabled),.video-gallery__pagination-next:hover:not(:disabled){background:#f5f5f5;border-color:#999}.video-gallery__pagination-prev:disabled,.video-gallery__pagination-next:disabled{opacity:.5;cursor:not-allowed}.video-gallery__pagination-numbers{display:flex;gap:.25rem}.video-gallery__pagination-number{background:#fff;border:1px solid #B8B8B8;font-family:Schibsted Grotesk;padding:.5rem .75rem;cursor:pointer;border-radius:50%;transition:all .3s ease;min-width:40px;height:40px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-text-body, #2A2A2A);font-weight:700}.video-gallery__pagination-number:hover{background:#f5f5f5;border-color:#999}.video-gallery__pagination-number.active{background:#b5985a;color:#fff;border-color:#b5985a}.video-gallery__modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:none;align-items:center;justify-content:center;z-index:9999;opacity:0;transition:opacity .3s ease}.video-gallery__modal.show{display:flex;opacity:1}.video-gallery__modal-content{position:relative;width:90%;max-width:800px;max-height:90%;background:#fff;border-radius:8px;overflow:hidden}.video-gallery__modal-close{position:absolute;top:10px;right:10px;background:#000000b3;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:1.2rem;z-index:1;transition:background .3s ease}.video-gallery__modal-close:hover{background:#000000e6}.video-gallery__modal-video{width:100%;max-height:0;padding-bottom:56.25%;position:relative}.video-gallery__modal-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 768px){.video-gallery__tabs-container{gap:.5rem}.video-gallery__tab{padding:.5rem 1rem;font-size:.9rem}.video-gallery__dropdown-content{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;background:#f5f5f5;margin-top:.5rem;border-radius:4px}.video-gallery__dropdown.active .video-gallery__dropdown-content{display:block}.video-gallery__dropdown:not(.active) .video-gallery__dropdown-content{display:none}.video-gallery__grid{grid-template-columns:repeat(2,1fr);gap:16px}.video-gallery__sort{justify-content:flex-start}.video-gallery__modal-content{width:95%}}@media (max-width: 480px){.video-gallery__tabs-container{align-items:stretch}.video-gallery__tab{text-align:center}.video-gallery__pagination-container{flex-wrap:wrap;justify-content:center}}.video-gallery__loading{text-align:center;padding:2rem;color:#666}.video-gallery__loading:after{content:"";display:inline-block;width:20px;height:20px;border:2px solid #ddd;border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-gallery__empty{text-align:center;padding:3rem 1rem;color:#666}.video-gallery__empty h3{margin-bottom:1rem;color:#333}.video-gallery__item{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-gallery__item:nth-child(1){animation-delay:.1s}.video-gallery__item:nth-child(2){animation-delay:.2s}.video-gallery__item:nth-child(3){animation-delay:.3s}.video-gallery__item:nth-child(4){animation-delay:.4s}.video-gallery__item:nth-child(5){animation-delay:.5s}.video-gallery__item:nth-child(6){animation-delay:.6s}
/*# sourceMappingURL=/cdn/shop/t/7/assets/video-gallery.css.map */
