:root{--ootd-black: #1d1d1d;--ootd-white: #ffffff;--ootd-grey-1: #f7f7f7;--ootd-grey-2: #f0f0f0;--ootd-grey-3: #d0d0d0;--ootd-grey-4: #949494;--ootd-grey-5: #5f5f5f;--ootd-dark-grey: #0a0a0a;--ootd-red: #dc0019;--ootd-border-radius-medium: 0;--ootd-border-radius-large: 0;--ootd-font-size-body: 14px;--ootd-font-size-h4: 32px;--ootd-font-size-h6: 16px;--grid-gap: 10px;--item-border-radius: 0;--arrow-size: 60px}.ootd-instagram-section{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--ootd-white);padding:60px 0;width:100%;position:relative;z-index:1}.ootd-gallery-container{width:100%;max-width:1520px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;box-sizing:border-box}.ootd-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:40px;max-width:800px;width:auto;margin-left:auto;margin-right:auto}.ootd-title-wrapper,.ootd-explore-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media (max-width: 480px){.ootd-header{gap:12px}}.ootd-title-wrapper{display:flex;flex-direction:column}.ootd-title-main{font-size:28px;font-weight:700;color:var(--ootd-black);margin:0;line-height:1.2;letter-spacing:-.5px}.ootd-title-sub{font-size:14px;color:var(--ootd-grey-5);margin-top:8px;font-weight:400}.ootd-explore-wrapper{display:flex;align-items:center}.ootd-explore-button{background-color:var(--ootd-black);color:var(--ootd-white);padding:12px 24px;text-decoration:none;font-size:14px;font-weight:600;border-radius:0;border:2px solid var(--ootd-black);transition:all .2s ease;white-space:nowrap;display:inline-block;font-family:inherit;cursor:pointer;line-height:1}.ootd-explore-button:hover{background-color:var(--ootd-white);color:var(--ootd-black)}.ootd-gallery-container{position:relative;width:100%}.ootd-gallery-title{font-size:16px;font-weight:600;color:var(--ootd-black);margin:0 0 24px;letter-spacing:.5px;text-transform:uppercase}.ootd-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(100px,auto);grid-gap:var(--grid-gap);grid-auto-flow:dense;margin-bottom:30px}.ootd-item-hidden{display:none!important}.ootd-item{position:relative;border-radius:var(--item-border-radius);overflow:hidden;background:var(--ootd-grey-2);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;outline:none;display:flex;flex-direction:column}.ootd-item-inner{position:relative;width:100%;height:0;padding-bottom:100%}.ootd-item[data-size=small] .ootd-item-inner{padding-bottom:100%}.ootd-item[data-size=landscape] .ootd-item-inner{padding-bottom:50%}.ootd-item[data-size=portrait] .ootd-item-inner{padding-bottom:200%}.ootd-item[data-size=large] .ootd-item-inner{padding-bottom:100%}.ootd-item[data-size=small]{grid-column:span 1;grid-row:span 1}.ootd-item[data-size=landscape]{grid-column:span 2;grid-row:span 1}.ootd-item[data-size=portrait]{grid-column:span 1;grid-row:span 2}.ootd-item[data-size=large]{grid-column:span 2;grid-row:span 2}.ootd-item-button{position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;border:none;background:none;cursor:pointer;overflow:hidden;outline:none;z-index:10}.ootd-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:var(--ootd-grey-2)}.ootd-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;opacity:1;background:var(--ootd-grey-2)}.ootd-item-button:hover .ootd-image{transform:scale(1.05)}.ootd-video-icon{position:absolute;top:12px;right:12px;width:32px;height:32px;background:transparent!important;border-radius:0;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;opacity:.9;transition:opacity .3s ease}.ootd-video-icon svg{width:32px;height:32px;fill:var(--ootd-white);filter:none}.ootd-load-more{display:block;margin:30px auto 0;padding:14px 32px;background-color:transparent;color:var(--ootd-black);border:2px solid var(--ootd-black);border-radius:0;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;position:relative;font-family:inherit;min-width:160px;line-height:1}.ootd-load-more:hover:not(:disabled){background-color:var(--ootd-black);color:var(--ootd-white)}.ootd-load-more:disabled{opacity:.5;cursor:not-allowed}.load-more-loading{display:none}@media (max-width: 1024px){.ootd-grid{grid-template-columns:repeat(3,1fr)}.ootd-item[data-size=landscape],.ootd-item[data-size=large]{grid-column:span 2}.ootd-item[data-size=portrait]{grid-column:span 1}}@media (max-width: 768px){.ootd-header{gap:16px;margin-bottom:30px}.ootd-title-main{font-size:24px}.ootd-grid{grid-template-columns:repeat(2,1fr);grid-gap:8px}.ootd-item[data-size=landscape],.ootd-item[data-size=large]{grid-column:span 2}.ootd-item[data-size=portrait]{grid-column:span 1}.ootd-video-icon{width:28px;height:28px}.ootd-video-icon svg{width:28px;height:28px}}@media (max-width: 480px){.ootd-instagram-section{padding:40px 0}.ootd-header{gap:12px;margin-bottom:24px}.ootd-title-main{font-size:20px}.ootd-grid{grid-template-columns:repeat(2,1fr);grid-gap:6px}.ootd-video-icon{width:24px;height:24px}.ootd-video-icon svg{width:24px;height:24px}}.ootd-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:none;align-items:center;justify-content:center;z-index:10000;opacity:0;transition:opacity .3s ease;padding:20px;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.ootd-modal-overlay.active{display:flex;opacity:1}@media (max-width: 1024px){body.ootd-modal-open{overflow:hidden!important;position:relative}}.ootd-modal{width:95%;max-width:1000px;max-height:90vh;height:auto;min-height:600px;background:var(--ootd-white);border-radius:0;overflow:hidden;position:relative;display:flex;flex-direction:row;animation:modalSlideIn .3s ease;box-shadow:0 24px 60px #0009;margin:0 auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ootd-modal-left{width:600px;height:600px;background:var(--ootd-dark-grey);position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ootd-modal-media-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0;position:relative;background:var(--ootd-dark-grey)}.ootd-modal-image{width:100%;height:100%;object-fit:contain;display:block;background:transparent}.ootd-modal-video{width:100%;height:100%;object-fit:contain;display:block;background:#000;cursor:pointer}.ootd-modal-video::-webkit-media-controls-panel{background:transparent!important;opacity:0;transition:opacity .3s ease;display:flex!important}.ootd-modal-video:hover::-webkit-media-controls-panel{opacity:1!important;background:#00000080!important}.ootd-modal-video::-webkit-media-controls-play-button{opacity:1!important}.ootd-modal-video::-webkit-media-controls-timeline,.ootd-modal-video::-webkit-media-controls-current-time-display,.ootd-modal-video::-webkit-media-controls-time-remaining-display{opacity:0;transition:opacity .3s ease}.ootd-modal-video:hover::-webkit-media-controls-timeline,.ootd-modal-video:hover::-webkit-media-controls-current-time-display,.ootd-modal-video:hover::-webkit-media-controls-time-remaining-display{opacity:1!important}.ootd-modal-video::-webkit-media-controls-fullscreen-button{display:inline-block!important;opacity:0;visibility:visible!important;transition:opacity .3s ease}.ootd-modal-video:hover::-webkit-media-controls-fullscreen-button{opacity:1!important}.ootd-modal-video::-moz-media-controls{display:flex!important}.ootd-modal-video::-ms-media-controls{display:flex!important}.ootd-modal-video:fullscreen{width:100vw;height:100vh;object-fit:contain;background:#000}.ootd-modal-video:-webkit-full-screen{width:100vw;height:100vh;object-fit:contain;background:#000}.ootd-video-play-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;cursor:pointer;transition:opacity .3s ease}.ootd-video-play-overlay{background:transparent!important}.ootd-video-play-overlay:hover>div{transform:scale(1.1);background:#000000b3}@media (min-width: 1025px){.ootd-video-play-overlay{display:none}}@media (max-width: 1024px){.ootd-video-play-overlay{display:flex}.ootd-modal-video::-webkit-media-controls-panel{opacity:1!important}.ootd-modal-video::-webkit-media-controls-timeline,.ootd-modal-video::-webkit-media-controls-current-time-display,.ootd-modal-video::-webkit-media-controls-time-remaining-display{opacity:1!important}.ootd-modal-video::-webkit-media-controls-fullscreen-button{opacity:1!important}}.ootd-modal-right{width:400px;height:600px;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;position:relative;padding:30px 30px 0;box-sizing:border-box;background:var(--ootd-white)}.ootd-modal-header{padding:0 0 20px;min-height:auto;box-sizing:border-box;border-bottom:1px solid var(--ootd-grey-3);flex-shrink:0;background:var(--ootd-white);width:100%}.ootd-modal-profile{display:flex;align-items:center;margin-bottom:15px;gap:12px;width:100%}.ootd-modal-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--ootd-grey-2);flex-shrink:0;margin:0 12px 0 0}.ootd-modal-handle{font-weight:600;color:var(--ootd-black);font-size:16px;line-height:1.2;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ootd-modal-caption{font-size:15px;color:var(--ootd-grey-5);line-height:1.5;margin:10px 0 0;padding:0;width:100%;min-height:auto;overflow:hidden;text-overflow:ellipsis;display:block}.ootd-modal-products{padding:20px 0 0;flex:1;display:flex;flex-direction:column;min-height:0;width:100%;max-width:100%;overflow:hidden}.ootd-modal-products-title{font-weight:600;color:var(--ootd-black);font-size:16px;margin-bottom:20px;padding:0;height:auto;line-height:1;width:100%;flex-shrink:0}.ootd-modal-products-list{padding:0;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;width:100%;max-height:450px}.ootd-modal-product{border-radius:0;overflow:hidden;background:var(--ootd-white);border:none;transition:all .2s ease;flex-shrink:0;display:flex;flex-direction:column;width:100%;max-width:340px}.ootd-modal-product:hover{box-shadow:0 4px 12px #0000001a}.ootd-modal-product-image{width:100%;height:0;padding-bottom:75%;position:relative;overflow:hidden;background:var(--ootd-grey-2)}.ootd-modal-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.ootd-modal-product:hover .ootd-modal-product-image img{transform:scale(1.05)}.ootd-modal-product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.ootd-modal-product-title{font-size:14px;color:var(--ootd-black);font-weight:600;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}.ootd-modal-product-price{font-size:15px;color:var(--ootd-black);font-weight:700;margin-bottom:12px}.ootd-modal-product-actions{display:flex;flex-direction:column;gap:8px}.ootd-product-button{width:100%;padding:12px;font-size:13px;font-weight:600;border-radius:0;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:center;text-decoration:none;border:none;outline:none;line-height:1.2;display:block}.ootd-product-button.shop-now{background:var(--ootd-black);color:var(--ootd-white);border:1px solid var(--ootd-black)}.ootd-product-button.shop-now:hover{background:var(--ootd-grey-5);border-color:var(--ootd-grey-5);transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.ootd-modal-nav.desktop-arrow{position:absolute;top:50%;transform:translateY(-50%);width:var(--arrow-size);height:var(--arrow-size);background:var(--ootd-white)!important;border:1px solid var(--ootd-grey-3)!important;cursor:pointer;z-index:10001;display:flex!important;align-items:center;justify-content:center;padding:0;transition:all .2s ease;opacity:.9;border-radius:50%;box-shadow:0 2px 8px #00000026}.ootd-modal-prev.desktop-arrow{left:20px}.ootd-modal-next.desktop-arrow{right:20px}.ootd-modal-nav.desktop-arrow:hover{background:var(--ootd-grey-1)!important;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #0003}.ootd-modal-nav.desktop-arrow svg{width:24px;height:24px;stroke:var(--ootd-black);stroke-width:1.5;fill:none}.ootd-modal-nav.mobile-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:transparent!important;border:none;cursor:pointer;z-index:10002;display:none;align-items:center;justify-content:center;padding:0;opacity:.9}.ootd-modal-prev.mobile-arrow{left:10px}.ootd-modal-next.mobile-arrow{right:10px}.ootd-modal-nav.mobile-arrow svg{width:32px;height:32px;stroke:var(--ootd-white);stroke-width:1.5;fill:none}.ootd-modal-nav:disabled{opacity:.3;cursor:not-allowed;transform:translateY(-50%)}.ootd-modal-nav:disabled:hover{opacity:.3;transform:translateY(-50%)}.ootd-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:var(--ootd-white);border:none;border-radius:0;font-size:24px;line-height:1;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;padding:0;font-weight:300;transition:all .2s ease;color:var(--ootd-black);box-shadow:0 2px 8px #00000026}.ootd-modal-close:hover{background:var(--ootd-grey-2);transform:scale(1.05);box-shadow:0 4px 12px #0003}.no-products{padding:40px 20px;text-align:center;color:var(--ootd-grey-5);font-size:14px}@media (max-width: 1024px){.ootd-modal-overlay{padding:0;align-items:flex-start;background:#0006;-webkit-overflow-scrolling:touch;overflow-y:auto}.ootd-modal{flex-direction:column;width:100%;max-width:100%;height:auto;min-height:100vh;max-height:none;margin:0;box-shadow:none;overflow-y:auto;position:relative;background:var(--ootd-white)}.ootd-modal-left{width:100%;height:100vw;max-height:100vh;min-height:300px;flex-shrink:0;position:relative;background:var(--ootd-dark-grey)}.ootd-modal-media-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.ootd-modal-right{width:100%;height:auto;min-height:300px;max-height:none;overflow-y:visible;padding:20px;border-top:1px solid var(--ootd-grey-3);display:flex;flex-direction:column;flex:1}.ootd-modal-products-list{max-height:none;overflow-y:visible;flex:1;padding-bottom:80px}.ootd-modal-nav.desktop-arrow{display:none!important}.ootd-modal-nav.mobile-arrow{display:flex!important}.ootd-modal-back-to-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:var(--ootd-white);border:1px solid var(--ootd-grey-3);border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:10003;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.ootd-modal-back-to-top:hover{background:var(--ootd-grey-1);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.ootd-modal-back-to-top svg{width:24px;height:24px;stroke:var(--ootd-black);stroke-width:2}.ootd-modal-back-to-top.show{display:flex}}@media (max-width: 768px){.ootd-modal-right{padding:15px}.ootd-modal-product{max-width:100%}.ootd-modal-nav.mobile-arrow{width:50px;height:50px}.ootd-modal-nav.mobile-arrow svg{width:32px;height:32px;stroke-width:1.5}.ootd-modal-prev.mobile-arrow{left:8px}.ootd-modal-next.mobile-arrow{right:8px}}@media (max-width: 480px){.ootd-modal-right{padding:15px}.ootd-modal-products-title{margin-bottom:15px}.ootd-modal-product-title{font-size:13px}.ootd-product-button{padding:10px;font-size:12px}.ootd-modal-nav.mobile-arrow{width:45px;height:45px}.ootd-modal-nav.mobile-arrow svg{width:28px;height:28px;stroke-width:1.5}.ootd-modal-prev.mobile-arrow{left:6px}.ootd-modal-next.mobile-arrow{right:6px}.ootd-modal-back-to-top{width:45px;height:45px;bottom:20px;right:16px}.ootd-modal-back-to-top svg{width:20px;height:20px}}@media (min-width: 1025px){.ootd-modal-overlay{padding-left:0;padding-right:0}.ootd-modal-nav.desktop-arrow{background:var(--ootd-white)!important;border:1px solid var(--ootd-grey-3)!important}.ootd-modal-prev.desktop-arrow{left:20px}.ootd-modal-next.desktop-arrow{right:20px}}.ootd-modal-overlay:not(.active){display:none!important;opacity:0!important;pointer-events:none!important;z-index:-10000!important}@media (max-width: 1024px){.ootd-modal{width:100%;min-height:100vh;height:auto;max-height:none}.ootd-modal-left{width:100vw;height:100vw;max-height:100vw}.ootd-modal-media-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.ootd-modal-image,.ootd-modal-video{width:100%;height:100%;object-fit:contain}.ootd-modal-right{width:100%;height:auto;min-height:50vh;max-height:none;overflow-y:visible;flex:1;padding:20px}}@media (max-width: 768px){.ootd-modal-left{width:100vw;height:100vw}.ootd-modal-right{padding:15px}}@media (max-width: 480px){.ootd-modal-left{width:100vw;height:100vw}.ootd-modal-right{padding:12px}}.ootd-modal-nav.desktop-arrow:hover{background:var(--ootd-grey-1)!important;transform:translateY(-50%) scale(1.05)}.ootd-modal-products-list{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ootd-modal-products-list::-webkit-scrollbar{width:4px}.ootd-modal-products-list::-webkit-scrollbar-track{background:var(--ootd-grey-1)}.ootd-modal-products-list::-webkit-scrollbar-thumb{background:var(--ootd-grey-3);border-radius:2px}
/*# sourceMappingURL=/cdn/shop/t/26/assets/ootd-instagram.css.map */
