:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{scroll-behavior:smooth}.secondary-font,body,h1,h2,h3,h4,h5,h6{font-family:var(--font-inter)}.nav.nav-tabs .nav-item button.nav-link{&.active{border-bottom:2px solid var(--black)}}header{.navbar.navbar-light{.horizontalTabs{border-bottom:none!important;display:flex;gap:1rem}.horizontalTabs .nav-link{border:none!important;border-radius:0!important;padding:.5rem 0;color:#555;font-weight:500;position:relative}.horizontalTabs .nav-link.active,.horizontalTabs .nav-link:hover{color:#000}.horizontalTabs .nav-link.active:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background-color:#000;border-radius:2px}}}.account-menu{&.nav.nav-tabs{align-items:flex-start;display:flex;@media (min-width:768px){flex-direction:column}.nav-item{width:25%;@media (min-width:768px){width:100%}.nav-link{color:#bfbfbf;padding:0;border:none;&.active{color:#000}}}}}input.form-control{font-family:Arial,Helvetica,sans-serif}.btn{&.btn-primary{border:none;background:var(--primarybtncolor);transition:background .3s ease-in;&:hover{background:rgba(0,0,0,.7)}}&.jumbo-btn{width:100%;height:50px;font-size:16px}}form{.btn{width:100%;border:none}}.link{&.info{font-size:13px;color:var(--foreground)}}header{.input-group{width:250px;&>input{height:36px;border:1px solid #000}}}.dropdown-toggle.custom-dropdown{&+.dropdown-menu{width:100%;border-radius:0;& li{border:none}}}.accordion-button{&:not(.collapsed){background:transparent}&:focus{box-shadow:none}}.slider{.track.track-1{height:2px!important}}.modal-content{.modal-footer{border-top:none}}.basic-modal{.modal-header{border-bottom:0}}.status{&.created{color:#6b7280}&.paid{color:#16a34a}&.processing{color:#d97706}&.picked_up{color:#2563eb}&.in_transit{color:#0ea5e9}&.delivered{color:#22c55e}&.issue{color:#f97316}&.cancelled{color:#dc2626}}.text-info-green{color:#01a129}.pagination{flex-wrap:wrap}.form-check-input[type=checkbox]{border-color:#000;border-radius:0}.card{border-radius:0}.loader_customLoaderContainer__W49RR{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:100vh}.loader_customLoader__dHGTL{text-align:center;max-width:90%;& p{@media (max-width:768px){font-size:12px}}}.loader_typewriterText__ZJmhD{color:#000;overflow:hidden;white-space:nowrap;border-right:2px solid #000;width:0;font-size:18px;animation:loader_typing__15e7o 3s steps(50) forwards,loader_blink-caret__AxAhd .75s step-end infinite}@keyframes loader_typing__15e7o{0%{width:0}to{width:100%}}@keyframes loader_blink-caret__AxAhd{0%,to{border-color:transparent}50%{border-color:#000}}:root{--background:#fff;--foreground:#000;--gray:#ccc;--lightgray:#d9d9d9;--primarybtncolor:#1d1d1d;--black:#000;--body-font-size:14px}html{font-size:16px}body,html{max-width:100vw;overflow-x:hidden}body{font-size:var(--body-font-size);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-primary)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.txt-align-center{text-align:center}.block-element{display:block}img{width:100%}.secondary-font{font-family:var(--font-family-primary)}.nav.nav-tabs{display:flex;align-items:center;border-bottom:none}.nav.nav-tabs .nav-item{width:50%;margin-bottom:0}.nav.nav-tabs .nav-item button.nav-link{width:100%;padding:12px;background:transparent;color:inherit;border:none;border-bottom:1px solid var(--lightgray);font-size:13px}.nav.nav-tabs .nav-item button.nav-link.active{border-bottom:2px solid var(--black)}header .navbar.navbar-light .horizontalTabs{border-bottom:none;display:flex;gap:1rem}header .navbar.navbar-light .horizontalTabs .nav-link{border:none;border-radius:0;padding:.5rem 0;color:#555;font-weight:500;position:relative}header .navbar.navbar-light .horizontalTabs .nav-link.active,header .navbar.navbar-light .horizontalTabs .nav-link:hover{color:#000}header .navbar.navbar-light .horizontalTabs .nav-link.active:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background-color:#000;border-radius:2px}.page-item:first-child .page-link,.page-item:last-child .page-link{border-radius:0}.active>.page-link,.page-link.active{background-color:#000;border-color:#000}.page-link,.page-link:hover{color:#000}.tab-content{padding-top:30px}.account-menu.nav.nav-tabs{align-items:flex-start;display:flex}@media(max-width:768px){.account-menu.nav.nav-tabs{flex-direction:column}}.account-menu.nav.nav-tabs .nav-item{width:25%}@media(max-width:768px){.account-menu.nav.nav-tabs .nav-item{width:100%}}.account-menu.nav.nav-tabs .nav-item .nav-link{color:#bfbfbf;padding:0;border:none}.account-menu.nav.nav-tabs .nav-item .nav-link.active{color:#000}input.form-control{font-size:14px}.btn{font-size:var(--body-font-size)}.btn.btn-primary{background:var(--primarybtncolor)}.btn.jumbo-btn{font-size:16px}form .btn{width:100%;border:none}.link{text-decoration:underline}.link.info{font-size:13px;color:var(--foreground)}.carousel-caption{max-width:50%;margin:auto}.dropdown.transparent>button{color:#000}.dropdown.transparent>button.show,.dropdown.transparent>button:active,.dropdown.transparent>button:focus,.dropdown.transparent>button:focus-visible,.dropdown.transparent>button:focus-within,.dropdown.transparent>button:hover{color:#000!important}.dropdown.transparent .dropdown-menu li a.dropdown-item{font-size:14px;padding:10px}.dropdown.transparent .dropdown-menu li a.dropdown-item i{margin-right:10px}header .input-group{width:250px}header .input-group>input{height:36px;border:1px solid #000}.dropdown-toggle.custom-dropdown{min-width:100%;background:transparent;display:flex;justify-content:space-between;color:#000;align-items:center}.dropdown-toggle.custom-dropdown+.dropdown-menu{width:100%;border-radius:0}.dropdown-toggle.custom-dropdown+.dropdown-menu li{border:none}.clearButton{font-size:13px;text-decoration:underline;margin-left:10px}.modal-content{padding:20px 0}.basic-modal .modal-header{border-bottom:0}.status{display:flex;gap:10px;padding:5px 15px;text-transform:capitalize;align-items:center;font-weight:500}.status.created{color:#6b7280}.status.paid{color:#16a34a}.status.processing{color:#d97706}.status.picked_up{color:#2563eb}.status.in_transit{color:#0ea5e9}.status.delivered{color:#22c55e}.status.issue{color:#f97316}.status.cancelled{color:#dc2626}.text-info-orange{color:#f53434}.header{width:100%;position:fixed;z-index:var(--z-header);background:var(--color-black);color:var(--color-white);box-shadow:var(--shadow-light)}.header h1.logo{font-family:Arial,Helvetica,sans-serif;font-size:var(--font-size-3xl);font-weight:800;letter-spacing:.25rem;margin-bottom:0}.header h1.logo a{color:var(--color-white);text-decoration:none}.header .cart-count{position:absolute;padding:0 5px;height:18px;background:#d4af37;border-radius:50%;color:var(--color-white);text-align:center;line-height:1.5;font-size:var(--font-size-xs);top:-7px;right:-8px}.header.header-light{color:var(--color-black)}.header a.active-menu{text-decoration:underline}.header .product-search-panel{position:absolute;top:118px;right:15%;background:var(--color-white);color:var(--color-black);width:40vw;padding:var(--spacing-md);box-shadow:var(--shadow-medium);height:64vh;overflow-y:scroll;z-index:1001}.header .product-search-panel a,.header .product-search-panel div,.header .product-search-panel h5,.header .product-search-panel h6,.header .product-search-panel p,.header .product-search-panel span:not(.text-danger){color:var(--color-black)}@media(max-width:768px){.header .product-search-panel{top:138px;left:0;width:100%;box-shadow:var(--shadow-dark)}}.header .product-search-panel>div{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.header .product-search-panel .product-block{width:32%}.header .product-search-panel .product-block h6{margin-top:var(--spacing-sm)}.header .product-search-panel .product-block button{font-size:10px}@media(max-width:768px){.header .product-search-panel .product-block{width:48.3%}}.header-top-strip{display:flex;gap:var(--spacing-md);align-items:center}.header-small-device{background:var(--color-black);width:100%;position:relative;border-bottom:1px solid hsla(0,0%,100%,.05)}.header-small-device .container{height:60px}.header-small-device .logo{font-size:1.1rem;font-weight:800;letter-spacing:2px}.header-small-device .search-bar-mobile{position:absolute;top:100%;left:0;width:100%;background:var(--color-black);padding:15px;z-index:var(--z-search);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;border-bottom:1px solid hsla(0,0%,100%,.1)}.header-small-device .search-bar-mobile.search-mobile-open{opacity:1;visibility:visible;transform:translateY(0)}.header-small-device .search-bar-mobile input{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);color:#fff;border-radius:0}.header-small-device .search-bar-mobile input:focus{background:hsla(0,0%,100%,.1);border-color:#eab856;box-shadow:none}.header-large-device{padding:var(--spacing-md)}@media(min-width:768px)and (max-width:991px){.header-large-device{background:var(--color-black)}}.header-large-device .header-large-device-inr{display:flex;align-items:center;justify-content:space-between}.header-large-device .header-large-device-inr .header-large-device-inr-left{display:flex;gap:var(--spacing-md);align-items:center}.header-large-device .header-large-device-inr nav{display:flex;gap:40px}.header-large-device .header-large-device-inr nav a{text-transform:uppercase;font-family:var(--font-family-primary);font-weight:var(--font-weight-medium);color:var(--color-white);text-decoration:none;letter-spacing:1px;font-size:13px}.header-large-device .header-large-device-inr nav a:hover{text-decoration:underline}.header-large-device .header-large-device-inr .header-large-device-inr-right{display:flex;gap:25px;align-items:center;position:relative}.header-large-device .header-large-device-inr .header-large-device-inr-right i.bi{font-size:21px;color:#fff;transition:color .3s ease;cursor:pointer}.header-large-device .header-large-device-inr .header-large-device-inr-right i.bi:hover{color:#d4af37}.header-large-device .header-large-device-inr .header-large-device-inr-right .search-toggle-btn{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.header-large-device .header-large-device-inr .header-large-device-inr-right .search-bar-expanded{width:180px;position:relative;display:flex;align-items:center;background:transparent;border-bottom:1px solid hsla(0,0%,100%,.3);margin-right:5px}.header-large-device .header-large-device-inr .header-large-device-inr-right .search-bar-expanded input{background:transparent;border:none;color:#fff;font-size:13px;padding:5px 0;box-shadow:none}.header-large-device .header-large-device-inr .header-large-device-inr-right .search-bar-expanded input::placeholder{color:hsla(0,0%,100%,.5)}.header-large-device .header-large-device-inr .header-large-device-inr-right .search-bar-expanded .btn-search-close{background:transparent;border:none;color:#fff;padding:0 5px;font-size:14px;cursor:pointer}.header-large-device .header-large-device-inr .header-large-device-inr-right .cart-count{position:absolute;top:-8px;right:-8px;background-color:#d4af37;color:#000;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:9px;font-weight:800;z-index:1}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .profile-dropdown-toggle{background:transparent!important;border:none!important;padding:0;display:flex;align-items:center;cursor:pointer;outline:none!important;box-shadow:none!important}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .profile-dropdown-toggle:after{display:none!important}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .profile-dropdown-toggle.show i.bi,.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .profile-dropdown-toggle:hover i.bi{color:#d4af37!important}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu{background:#111;border:1px solid hsla(0,0%,100%,.1);border-radius:4px;margin-top:15px;padding:10px 0;box-shadow:0 10px 40px rgba(0,0,0,.8);min-width:180px;transform:translateX(-50%);left:50%!important}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu:before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:#111;border-top:1px solid hsla(0,0%,100%,.1);border-left:1px solid hsla(0,0%,100%,.1)}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-item{color:hsla(0,0%,100%,.8);font-size:12px;text-transform:uppercase;font-weight:600;letter-spacing:1px;padding:12px 20px;display:flex;align-items:center;gap:12px;transition:all .3s ease;background:transparent;border:none}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-item i{font-size:16px;color:#d4af37;margin:0}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-item:hover{color:#d4af37;background:hsla(0,0%,100%,.05)}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-item.text-danger,.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-item.text-danger i{color:#ff4d4d}.header-large-device .header-large-device-inr .header-large-device-inr-right .dropdown.transparent .dropdown-menu li .dropdown-divider{border-top:1px solid hsla(0,0%,100%,.1);margin:5px 0}.header-large-device .header-large-device-inr a{height:25px}.header-large-device .header-large-device-inr a img{height:100%;width:auto}.headerTopStrip{width:100%;background:var(--color-secondary);color:var(--color-white);font-size:var(--font-size-xs);padding:8px 0;text-align:center;border-bottom:1px solid hsla(0,0%,100%,.1)}.headerTopStrip .container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--spacing-sm)}.headerTopStrip span{display:inline-block;white-space:nowrap}@media(max-width:576px){.headerTopStrip{font-size:.75rem;padding:10px 0}}.horizontalMenu{width:85vw!important;max-width:360px!important;border-right:none!important}.horizontalMenu .offcanvas-header{background:#000!important;padding:20px 20px 18px;border-bottom:1px solid hsla(0,0%,100%,.08)}.horizontalMenu .offcanvas-header .fw-bold{font-size:1rem;font-weight:700;letter-spacing:.5px;color:#fff}.horizontalMenu .offcanvas-header small{font-size:.75rem;color:hsla(0,0%,100%,.5)}.horizontalMenu .offcanvas-header small a{color:#d4af37;text-decoration:none;font-weight:600}.horizontalMenu .offcanvas-header small a:hover{text-decoration:underline}.horizontalMenu .offcanvas-header .btn-close{opacity:.6;filter:invert(1)}.horizontalMenu .offcanvas-header .btn-close:hover{opacity:1}.horizontalMenu .offcanvas-body{padding:0;background:#fff;display:flex;flex-direction:column}.horizontalMenu .offcanvas-body .horizontalTabs{display:flex;border-bottom:1px solid #e5e5e5;background:#fafafa;padding:0 4px;flex-wrap:nowrap;overflow-x:auto;gap:0}.horizontalMenu .offcanvas-body .horizontalTabs::-webkit-scrollbar{display:none}.horizontalMenu .offcanvas-body .horizontalTabs .nav-link{flex:1 1;text-align:center;font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#888;padding:14px 8px;border:none;border-bottom:2px solid transparent;background:transparent;border-radius:0;transition:all .2s ease;white-space:nowrap}.horizontalMenu .offcanvas-body .horizontalTabs .nav-link:hover{color:#000;background:transparent}.horizontalMenu .offcanvas-body .horizontalTabs .nav-link.active{color:#000;border-bottom-color:#000;background:transparent}.horizontalMenu .offcanvas-body .tab-content{flex:1 1;padding:8px 0;overflow-y:auto}.horizontalMenu .offcanvas-body .tab-content .slideTab{padding:0}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled{margin:0;padding:0}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li{border-bottom:1px solid #f0f0f0}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li a{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#111;text-decoration:none;transition:background .15s ease}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li a:hover{background:#f8f8f8}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li a i{font-size:.75rem;color:#aaa}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li.coming-soon-item{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#bbb;cursor:default}.horizontalMenu .offcanvas-body .tab-content ul.list-unstyled li.coming-soon-item .coming-soon-badge{font-size:.6rem;font-weight:700;letter-spacing:.5px;background:#f0f0f0;color:#999;padding:2px 8px;text-transform:uppercase;border-radius:2px}.horizontalMenu .offcanvas-body .tab-content .coming-soon-tab-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.horizontalMenu .offcanvas-body .tab-content .coming-soon-tab-content .coming-soon-icon{font-size:2.5rem;color:#e0e0e0;margin-bottom:16px}.horizontalMenu .offcanvas-body .tab-content .coming-soon-tab-content h5{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#111;margin-bottom:8px}.horizontalMenu .offcanvas-body .tab-content .coming-soon-tab-content p{font-size:.8rem;color:#999;line-height:1.6;margin:0}.footer{background:#0a0a0a;color:var(--color-white)}.footer .footerCustomRow{gap:var(--spacing-lg)}@media(max-width:768px){.footer .footerCustomRow{gap:var(--spacing-md)}}.footer ul{margin-bottom:0;padding-left:0;list-style:none}.footer ul li>a:hover{text-decoration:underline}.footer ul.featureTags{display:grid;grid-template-columns:repeat(2,1fr);list-style:none;grid-gap:var(--spacing-sm);gap:var(--spacing-sm)}.footer ul.featureTags li{display:flex;width:100px;align-items:center;padding:var(--spacing-sm);border:1px solid var(--color-white);border-radius:50%;color:var(--color-white);font-size:12px;text-align:center}@media(max-width:768px){.footer ul.featureTags{display:none}}.footer .footerInner{padding:40px 0}@media(max-width:768px){.footer .footerInner{padding:20px 0}}.footer .footerBottom{border-top:1px solid var(--color-white);margin-top:var(--spacing-lg);padding-top:40px}@media(max-width:768px){.footer .footerBottom{margin-top:var(--spacing-sm);padding-top:var(--spacing-lg)}}.footer .footerBottom span{font-size:12px;margin-left:var(--spacing-sm)}.footer .footerBottom span:after{content:" •";margin-left:5px}.footer .footerBottom span:last-child:after{content:""}.page{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;font-size:14px}.page,.page strong{font-family:var(--font-family-primary)}.page strong{font-weight:600}.main{display:flex;flex-direction:column;gap:32px;grid-row-start:2;padding-top:82px}.main.home{padding-top:0}@media(max-width:768px){.main{padding-top:88px}}.main ol{font-family:var(--font-geist-mono);padding-left:0;margin:0;font-size:14px;line-height:24px;letter-spacing:-.01em;list-style-position:inside}.main li:not(:last-of-type){margin-bottom:8px}.main code{font-family:inherit;background:var(--gray-alpha-100);padding:2px 4px;border-radius:4px;font-weight:600}.ctas{display:flex;gap:16px}.ctas a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:1px solid transparent;transition:background color border-color;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}a.primary{background:var(--foreground);color:var(--background);gap:8px}a.secondary{border-color:var(--gray-alpha-200);min-width:180px}.footer{grid-row-start:3;display:flex;gap:24px}.footer a{display:flex;align-items:center;gap:8px}.footer img{flex-shrink:0}@media(hover:hover)and (pointer:fine){a.primary:hover{background:var(--button-primary-hover);border-color:transparent}a.secondary:hover{background:var(--button-secondary-hover);border-color:transparent}.footer a:hover{text-decoration:underline;text-underline-offset:4px}}@media(max-width:768px){.main{align-items:center}.main ol{text-align:center}.ctas{flex-direction:column}.ctas a{font-size:14px;height:40px;padding:0 16px}a.secondary{min-width:auto}.footer{flex-wrap:wrap;align-items:center;justify-content:center}}.hero-banner{position:relative;width:100%;height:100vh;background:var(--color-black);display:flex;align-items:center;overflow:hidden}.hero-banner .hero-banner-bg{z-index:1;pointer-events:none;opacity:.8}.hero-banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero-banner .hero-banner-overlay{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center}.hero-banner .hero-content-left{max-width:650px;padding-top:50px;position:relative;z-index:4}.hero-banner .hero-title{font-size:5.5rem;font-weight:700;line-height:1;color:var(--color-white);margin-bottom:40px;text-transform:uppercase;font-family:var(--font-family-secondary);letter-spacing:-2px;transform:scaleY(1.02);transform-origin:left top;display:block}@media(max-width:768px){.hero-banner .hero-title{font-size:4rem}}@media(max-width:576px){.hero-banner .hero-title{font-size:3rem}}.hero-banner .hero-subtitle{font-size:1.5rem;font-weight:700;color:#d4af37;margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}.hero-banner .hero-subtitle .highlight-underline{position:relative;display:inline-block}.hero-banner .hero-subtitle .highlight-underline:after{content:"";position:absolute;bottom:-5px;left:0;width:55px;height:2px;background-color:#eab856}@media(max-width:576px){.hero-banner .hero-subtitle{font-size:1.2rem}}.hero-banner .hero-description{color:var(--color-white);font-size:1.2rem;margin-bottom:40px;font-family:var(--font-family-primary)}.hero-banner .hero-description p{margin-bottom:5px}@media(max-width:576px){.hero-banner .hero-description{font-size:1rem}}.hero-banner .hero-btn{display:inline-flex;align-items:center;background:#eab856;color:var(--color-black);padding:16px 32px;font-weight:700;text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:all .3s ease;border:1px solid #eab856}.hero-banner .hero-btn-secondary,.hero-banner .hero-btn:hover{background:transparent;color:var(--color-white)}.hero-banner .hero-btn-secondary{display:inline-flex;align-items:center;padding:16px 0;font-weight:700;text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:all .3s ease;border:none;border-bottom:2px solid hsla(0,0%,100%,.3)}.hero-banner .hero-btn-secondary:hover{border-bottom-color:var(--color-white)}.hero-banner .hero-sidebar{position:absolute;right:0;top:0;height:100%;width:80px;z-index:3;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:150px 0 50px;border-left:1px solid hsla(0,0%,100%,.2)}.hero-banner .hero-sidebar .vertical-text{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;color:var(--color-white);text-transform:uppercase;letter-spacing:5px;font-size:14px;opacity:.8}.hero-banner .hero-sidebar .bottom-logo{opacity:.8}.drop-section-container{background-color:#0c0c0c;padding:60px 0}.drop-section-container .carousel-inner{max-width:1400px;margin:0 auto;background-color:#111}.drop-section-container .carousel-indicators{margin-bottom:-40px}.drop-section-container .carousel-indicators button{width:40px;height:4px;background-color:var(--color-white);opacity:.3;border:none}.drop-section-container .carousel-indicators button.active{opacity:1;background-color:#eab856}.drop-section-container .drop-section-inner{display:flex;flex-direction:column;min-height:450px}@media(max-width:768px){.drop-section-container .drop-section-inner{flex-direction:row}}.drop-section-container .drop-image-container{position:relative;width:100%;min-height:300px}@media(max-width:768px){.drop-section-container .drop-image-container{width:40%;min-height:450px}}.drop-section-container .drop-content-container{width:100%;padding:40px 30px;display:flex;flex-direction:column;justify-content:center;background-color:#111}@media(max-width:768px){.drop-section-container .drop-content-container{width:60%;padding:60px 80px}}.drop-section-container .drop-label{color:#eab856;font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-bottom:10px;font-family:var(--font-family-primary);text-transform:uppercase}.drop-section-container .drop-title{font-size:3rem;font-weight:700;font-family:var(--font-family-secondary);text-transform:uppercase;line-height:1;color:var(--color-white);margin-bottom:25px;letter-spacing:-1px}@media(max-width:768px){.drop-section-container .drop-title{font-size:5rem}}.drop-section-container .drop-description{color:#ccc;font-size:1.15rem;line-height:1.6;margin-bottom:0;font-family:var(--font-family-primary)}.drop-section-container .drop-bottom-row{margin-top:40px}.drop-section-container .drop-features .drop-feature-item .feature-icon{font-size:2rem;color:#eab856;color:#bbb}.drop-section-container .drop-features .drop-feature-item .feature-text{font-size:.8rem;color:#ddd;text-transform:uppercase;font-weight:700;line-height:1.2;letter-spacing:.5px}.drop-section-container .drop-features .drop-feature-item:not(:last-child){border-right:1px solid #444;padding-right:25px}.drop-section-container .drop-btn-solid{background-color:#eab856;color:#000;font-weight:700;padding:16px 32px;text-transform:uppercase;text-decoration:none;font-size:1rem;display:inline-flex;align-items:center;transition:background .3s;letter-spacing:1px}.drop-section-container .drop-btn-solid:hover{background-color:#d4a64d;color:#000}.series-meaning-section{background-color:#f7f7f7}.series-meaning-section .section-title{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-black);font-family:var(--font-family-primary)}.series-meaning-section .series-card{height:100%;min-height:450px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:50px 30px;position:relative;overflow:hidden;transition:transform .3s ease}.series-meaning-section .series-card:hover{transform:translateY(-5px)}.series-meaning-section .series-card.bg-bloom{background-color:#e6e1d6}.series-meaning-section .series-card.bg-core{background-color:#e0e0e0}.series-meaning-section .series-card.bg-shadow{background-color:#121212}.series-meaning-section .series-card.grey,.series-meaning-section .series-card.grey .explore-link,.series-meaning-section .series-card.grey .series-icon,.series-meaning-section .series-card.grey .series-title,.series-meaning-section .series-card.light,.series-meaning-section .series-card.light .explore-link,.series-meaning-section .series-card.light .series-icon,.series-meaning-section .series-card.light .series-title{color:#111}.series-meaning-section .series-card.dark,.series-meaning-section .series-card.dark .series-icon{color:#eee}.series-meaning-section .series-card.dark .explore-link,.series-meaning-section .series-card.dark .series-title{color:#fff}.series-meaning-section .series-card-inner{display:flex;flex-direction:column;align-items:center;height:100%;position:relative;z-index:2}.series-meaning-section .series-icon{font-size:2rem;margin-bottom:25px}.series-meaning-section .series-title{font-size:3rem;font-family:var(--font-family-secondary);text-transform:uppercase;line-height:1;margin-bottom:30px;letter-spacing:-1px}.series-meaning-section .series-text{flex-grow:1;font-size:1.05rem;line-height:1.5;font-family:var(--font-family-primary)}.series-meaning-section .series-text p{margin-bottom:25px}.series-meaning-section .explore-link{font-weight:700;font-size:.9rem;text-transform:uppercase;text-decoration:none;letter-spacing:1px;display:inline-flex;align-items:center;transition:opacity .3s}.series-meaning-section .explore-link:hover{opacity:.7}.shop-by-series-section{background-color:#f7f7f7}.shop-by-series-section .section-title-large{font-size:2.5rem;font-family:var(--font-family-secondary);text-transform:uppercase;color:var(--color-black);line-height:1}.shop-by-series-section .view-all-link{font-weight:700;font-size:.9rem;color:var(--color-black);text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:opacity .3s}.shop-by-series-section .view-all-link:hover{opacity:.7}.shop-by-series-section .shop-series-card{display:block;position:relative;width:100%;height:400px;overflow:hidden;text-decoration:none}.shop-by-series-section .shop-series-card:hover .shop-series-bg{transform:scale(1.05)}.shop-by-series-section .shop-series-bg{transition:transform .8s ease;z-index:1}.shop-by-series-section .shop-series-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.8));z-index:2}.shop-by-series-section .shop-series-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:30px;color:var(--color-white)}.shop-by-series-section .shop-series-icon{font-size:1.5rem}.shop-by-series-section .shop-series-title{font-size:3.5rem;font-family:var(--font-family-secondary);text-transform:uppercase;line-height:1;margin-bottom:10px;letter-spacing:-1px}.shop-by-series-section .shop-now-text{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.from-the-drop-section{background-color:#f7f7f7}.from-the-drop-section .section-title-large{font-size:2.5rem;font-family:var(--font-family-secondary);text-transform:uppercase;color:var(--color-black);line-height:1}.from-the-drop-section .view-all-link{font-weight:700;font-size:.9rem;color:var(--color-black);text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:opacity .3s}.from-the-drop-section .view-all-link:hover{opacity:.7}.from-the-drop-section .drop-product-card{transition:transform .3s ease}.from-the-drop-section .drop-product-card:hover{transform:translateY(-5px)}.from-the-drop-section .drop-product-image-wrapper{background-color:#eaeaea;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.from-the-drop-section .image-bg-placeholder{width:100%;height:100%;position:absolute;top:0;left:0}.from-the-drop-section .limited-badge{position:absolute;top:10px;left:10px;background-color:#eab856;color:#000;font-size:.7rem;font-weight:700;padding:3px 8px;z-index:2;letter-spacing:.5px}.from-the-drop-section .drop-product-info{text-align:left}.from-the-drop-section .drop-product-title{font-size:1rem;font-weight:600;font-family:var(--font-family-primary)}.from-the-drop-section .drop-product-series{font-size:.85rem;font-family:var(--font-family-primary)}.from-the-drop-section .drop-product-price{font-size:1rem;font-weight:700;font-family:var(--font-family-primary)}.lookbook-section .display-5{line-height:1.1;letter-spacing:-1px}.worn-your-way-section .grayscale-hover{transition:filter .5s ease,transform .5s ease;filter:grayscale(100%)}.worn-your-way-section .grayscale-hover:hover{filter:grayscale(0);transform:scale(1.02)}.features-bar-section{background-color:#0d0d0d;padding:28px 0;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}.features-bar-section .features-bar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0}@media(max-width:768px){.features-bar-section .features-bar-inner{flex-direction:column;align-items:flex-start;gap:20px;padding:0 20px}}.features-bar-section .features-bar-item{display:flex;align-items:center;gap:16px;flex:1 1;padding:10px 32px;position:relative}@media(max-width:768px){.features-bar-section .features-bar-item{padding:0;width:100%}}.features-bar-section .feature-divider{position:absolute;right:0;top:50%;transform:translateY(-50%);height:40px;width:1px;background-color:hsla(0,0%,100%,.15)}@media(max-width:768px){.features-bar-section .feature-divider{display:none}}.features-bar-section .feature-icon-box{font-size:2rem;color:hsla(0,0%,100%,.7);flex-shrink:0;line-height:1}.features-bar-section .feature-icon-box.highlight{color:#eab856}.features-bar-section .feature-text-box{display:flex;flex-direction:column;gap:3px}.features-bar-section .feature-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:hsla(0,0%,100%,.9);font-family:var(--font-family-primary)}.features-bar-section .feature-title.highlight{color:#eab856}.features-bar-section .feature-desc{font-size:.8rem;color:hsla(0,0%,100%,.5);font-family:var(--font-family-primary);line-height:1.4}.worn-your-way-section{background-color:#f7f7f7}.worn-your-way-section .worn-your-way-content{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0}@media(max-width:768px){.worn-your-way-section .worn-your-way-content{padding:0}}.worn-your-way-section .worn-title{font-size:4rem;font-weight:700;font-family:var(--font-family-secondary);text-transform:uppercase;color:var(--color-black);line-height:.95;letter-spacing:-1px;margin:0}@media(max-width:768px){.worn-your-way-section .worn-title{font-size:5rem}}.worn-your-way-section .worn-divider{width:50px;height:3px;background-color:#eab856;margin:25px 0}.worn-your-way-section .worn-description{font-size:1.1rem;font-family:var(--font-family-primary);color:#333;line-height:1.6;margin-bottom:35px;font-weight:500}.worn-your-way-section .see-lookbook-btn{display:inline-flex;align-items:center;border:1px solid var(--color-black);background-color:transparent;color:var(--color-black);padding:14px 28px;font-weight:700;font-size:.9rem;text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:all .3s ease}.worn-your-way-section .see-lookbook-btn:hover{background-color:var(--color-black);color:var(--color-white)}.worn-your-way-section .lookbook-image-link{display:block;text-decoration:none;flex-shrink:0}.worn-your-way-section .lookbook-image-link:hover .lookbook-image-wrapper img{transform:scale(1.05)}.worn-your-way-section .lookbook-image-wrapper{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;background-color:#eaeaea}.worn-your-way-section .lookbook-image-wrapper img{transition:transform .5s ease}.worn-your-way-section .worn-slider-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;cursor:-webkit-grab;cursor:grab;padding-bottom:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none}.worn-your-way-section .worn-slider-track::-webkit-scrollbar{display:none}.worn-your-way-section .worn-slider-item{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 9px);scroll-snap-align:start}@media(max-width:768px){.worn-your-way-section .worn-slider-item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 6px)}}@media(max-width:576px){.worn-your-way-section .worn-slider-item{flex:0 0 70%}}.worn-your-way-section .slider-arrow-btn{width:40px;height:40px;border:1px solid var(--color-black);background:transparent;color:var(--color-black);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s ease}.worn-your-way-section .slider-arrow-btn:hover{background:var(--color-black);color:var(--color-white)}.featured-products-section{background-color:#f7f7f7}.featured-products-section .section-title-large{font-size:2.5rem;font-family:var(--font-family-secondary);text-transform:uppercase;color:var(--color-black);line-height:1}.featured-products-section .view-all-link{font-weight:700;font-size:.9rem;color:var(--color-black);text-transform:uppercase;text-decoration:none;letter-spacing:1px;transition:opacity .3s}.featured-products-section .view-all-link:hover{opacity:.7}.featured-products-section .featured-product-card{transition:transform .3s ease}.featured-products-section .featured-product-card:hover{transform:translateY(-5px)}.featured-products-section .featured-product-image-wrapper{background-color:#eaeaea;aspect-ratio:1/1;overflow:hidden}.featured-products-section .featured-image-link{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.featured-products-section .featured-badge{position:absolute;top:10px;left:10px;background-color:#eab856;color:#000;font-size:.7rem;font-weight:700;padding:3px 8px;z-index:2;letter-spacing:.5px}.featured-products-section .featured-wishlist-btn{position:absolute;top:10px;right:10px;z-index:2;background:hsla(0,0%,100%,.85);border:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#888;cursor:pointer;transition:all .2s ease}.featured-products-section .featured-wishlist-btn.active,.featured-products-section .featured-wishlist-btn:hover{background:#fff;color:#e02020}.featured-products-section .featured-product-info{display:flex;flex-direction:column;gap:4px}.featured-products-section .featured-product-title{font-size:1rem;font-weight:600;color:var(--color-black);font-family:var(--font-family-primary);line-height:1.3;display:block}.featured-products-section .featured-product-title:hover{text-decoration:underline!important}.featured-products-section .featured-product-series{font-size:.85rem;color:#888;margin:0;font-family:var(--font-family-primary)}.featured-products-section .featured-reviews-count{font-size:.8rem;color:#888}.featured-products-section .featured-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.featured-products-section .featured-price{font-size:1rem;font-weight:700;color:var(--color-black);font-family:var(--font-family-primary)}.featured-products-section .featured-price-original{font-size:.85rem;color:#aaa;text-decoration:line-through;font-family:var(--font-family-primary)}.featured-products-section .featured-stock-badge{font-size:.75rem;font-weight:600;letter-spacing:.3px}.featured-products-section .featured-stock-badge.in-stock{color:#2a9d2a}.featured-products-section .featured-stock-badge.out-stock{color:#c33}.featured-products-section .featured-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;cursor:-webkit-grab;cursor:grab;padding-bottom:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none}.featured-products-section .featured-slider-track::-webkit-scrollbar{display:none}.featured-products-section .instagram-section .instagram-item{overflow:hidden}.featured-products-section .instagram-section .instagram-item .insta-img{transition:transform .6s ease}.featured-products-section .instagram-section .instagram-item .insta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;transition:opacity .3s ease;z-index:2}.featured-products-section .instagram-section .instagram-item:hover .insta-img{transform:scale(1.1)}.featured-products-section .instagram-section .instagram-item:hover .insta-overlay{opacity:1}.featured-products-section .featured-slider-item{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 15px);scroll-snap-align:start}@media(max-width:768px){.featured-products-section .featured-slider-item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px)}}@media(max-width:576px){.featured-products-section .featured-slider-item{flex:0 0 75%}}.featured-products-section .product-slider-arrows{display:flex;gap:8px}.featured-products-section .slider-arrow-btn{width:40px;height:40px;border:1px solid var(--color-black);background:transparent;color:var(--color-black);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s ease}.featured-products-section .slider-arrow-btn:hover{background:var(--color-black);color:var(--color-white)}.series-carousel .carousel-indicators{margin-bottom:0;bottom:0;justify-content:flex-start;margin-left:5%}.series-carousel .carousel-indicators [data-bs-target]{width:40px;height:2px;background-color:#eab856;border:none;margin:0 5px 0 0;opacity:.3;transition:opacity .3s ease}.series-carousel .carousel-indicators [data-bs-target].active{opacity:1}.series-carousel .carousel-control-next,.series-carousel .carousel-control-prev{width:5%;opacity:0;transition:opacity .3s ease}.series-carousel .carousel-control-next:hover,.series-carousel .carousel-control-prev:hover{opacity:.5}.series-carousel .carousel-control-next .carousel-control-next-icon,.series-carousel .carousel-control-next .carousel-control-prev-icon,.series-carousel .carousel-control-prev .carousel-control-next-icon,.series-carousel .carousel-control-prev .carousel-control-prev-icon{width:20px;height:20px}.series-carousel:hover .carousel-control-next,.series-carousel:hover .carousel-control-prev{opacity:.3}.product-carousel.dark-controls .carousel-indicators{bottom:-10px}.product-carousel.dark-controls .carousel-indicators [data-bs-target]{background-color:#000;width:10px;height:10px;border-radius:50%;margin:0 5px;opacity:.2}.product-carousel.dark-controls .carousel-indicators [data-bs-target].active{opacity:.8}.product-carousel.dark-controls .carousel-control-next,.product-carousel.dark-controls .carousel-control-prev{width:40px;height:40px;background:rgba(0,0,0,.05);border-radius:50%;top:50%;transform:translateY(-50%);opacity:0;transition:all .3s ease}.product-carousel.dark-controls .carousel-control-next .carousel-control-next-icon,.product-carousel.dark-controls .carousel-control-next .carousel-control-prev-icon,.product-carousel.dark-controls .carousel-control-prev .carousel-control-next-icon,.product-carousel.dark-controls .carousel-control-prev .carousel-control-prev-icon{filter:invert(1);width:15px;height:15px}.product-carousel.dark-controls .carousel-control-next:hover,.product-carousel.dark-controls .carousel-control-prev:hover{background:rgba(0,0,0,.1);opacity:1}.product-carousel.dark-controls:hover .carousel-control-next,.product-carousel.dark-controls:hover .carousel-control-prev{opacity:.5}.product-carousel.dark-controls .carousel-control-prev{left:-20px}.product-carousel.dark-controls .carousel-control-next{right:-20px}.lookbook-product-card{transition:transform .3s ease}.lookbook-product-card:hover{transform:translateY(-5px)}.drop-list-card .drop-card-bg{transition:transform .6s cubic-bezier(.165,.84,.44,1)}.drop-list-card .drop-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.7));z-index:1;transition:background .3s ease}.drop-list-card .drop-card-content{position:relative;z-index:2}.drop-list-card:hover .drop-card-bg{transform:scale(1.05)}.drop-list-card:hover .drop-card-overlay{background:linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.8))}.product-series-drop-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-impact);margin-bottom:6px}.product-series-drop-label a{color:inherit;text-decoration:none}.product-series-drop-label a:hover{text-decoration:underline}.product-series-drop-label .separator{margin:0 6px;opacity:.5}.product-name{font-family:var(--font-family-primary);font-size:2rem;font-weight:600;text-transform:uppercase;letter-spacing:-.02em;line-height:1.05;color:var(--color-primary);margin-bottom:4px}@media(max-width:768px){.product-name{font-size:1.6rem}}.product-tagline{font-family:var(--font-family-primary);font-size:16px;font-weight:500;color:var(--color-text);margin-bottom:0;letter-spacing:.01em}.product-size-divider{border:none;border-top:1px solid #e5e5e5;margin:16px 0 14px}.product-size-selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.product-size-selector-header span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary)}.product-size-guide-link{font-size:12px;font-weight:600;color:var(--color-impact);cursor:pointer;text-decoration:none}.product-size-guide-link:hover{text-decoration:underline;color:var(--color-impact)}.product-add-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;padding:0 16px;background:#000;color:#fff;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:0;transition:background .2s ease}.product-add-to-cart-btn:hover{background:#222;color:#fff}.product-notify-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;padding:0 16px;background:#000;color:#fff;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:none;border-radius:0;transition:background .2s ease}.product-notify-btn:hover{background:#222;color:#fff}.product-wishlist-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;padding:0 16px;background:transparent;color:#000;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1.5px solid #000;border-radius:0;margin-top:10px;transition:all .2s ease}.product-wishlist-btn:hover{background:#f5f5f5;color:#000}.product-wishlist-btn.wishlisted{background:#000;color:#fff}.product-oos-cta-wrapper{background:#f5f0ff;border-radius:10px;padding:16px;margin-top:16px}.product-oos-card{display:flex;align-items:flex-start;gap:14px;border-radius:8px;padding:16px;margin-bottom:16px}.product-oos-card .product-oos-icon{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:rgba(135,65,131,.12);display:flex;align-items:center;justify-content:center;color:var(--color-impact);font-size:18px}.product-oos-card .product-oos-text{flex:1 1}.product-oos-card .product-oos-title{font-size:14px;font-weight:600;color:var(--color-impact);margin-bottom:4px}.product-oos-card .product-oos-subtitle{font-size:13px;color:#555;margin-bottom:0;line-height:1.5}.product-oos-mobile-text{display:flex;flex-direction:column;gap:2px;line-height:1.3;margin-bottom:12px}.product-oos-mobile-text strong{font-size:13px;font-weight:600;color:var(--color-impact)}.product-oos-mobile-text span{font-size:11px;color:#555}.product-no-spam{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--color-impact);margin-top:12px;margin-bottom:0}.product-small-batches-banner{display:flex;align-items:center;gap:16px;background:#f5f5f5;border-radius:8px;padding:16px 20px;margin-top:20px}.product-small-batches-banner .product-small-batches-illustration{flex-shrink:0;width:60px;height:60px;opacity:.85}.product-small-batches-banner .product-small-batches-illustration svg{width:100%;height:100%}.product-small-batches-banner .product-small-batches-text{flex:1 1;display:flex;flex-direction:column;gap:2px}.product-small-batches-banner .product-small-batches-text strong{font-size:13px;font-weight:700;color:#111;line-height:1.4}.product-small-batches-banner .product-small-batches-text span{font-size:13px;font-weight:400;color:#555}.product-small-batches-banner .product-small-batches-brand{font-family:var(--font-family-secondary);font-size:18px;font-weight:400;letter-spacing:.15em;color:#bbb;font-style:italic;flex-shrink:0}.product-features-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.product-features-strip .product-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px}.product-features-strip .product-feature-item:not(:last-child){border-right:1px solid #e5e5e5}.product-features-strip .product-feature-item img,.product-features-strip .product-feature-item svg{width:36px;height:36px;margin-bottom:10px}.product-features-strip .product-feature-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111;margin-bottom:3px}.product-features-strip .product-feature-sub{font-size:10px;font-weight:400;color:#777;margin-bottom:0}.product-section-divider{border:none;border-top:1px solid #e5e5e5;margin:28px 0 20px}.related-products-section{margin-top:60px;padding-top:40px;border-top:1px solid #e0e0e0}.related-products-section h3{font-family:var(--font-family-primary);font-size:18px;font-weight:600;text-transform:uppercase;letter-spacing:-.01em;color:var(--color-primary);margin-bottom:30px}@media(max-width:768px){.related-products-section h3{font-size:16px}}.related-product-card{transition:all .3s ease;cursor:pointer}.related-product-card:hover{transform:translateY(-4px)}.related-product-card:hover .related-product-image{opacity:.9}.related-product-image{position:relative;width:100%;aspect-ratio:1/1;background-color:#f5f5f5;border-radius:4px;overflow:hidden;margin-bottom:12px;transition:opacity .3s ease}.related-product-image img{width:100%;height:100%;object-fit:cover}.related-product-info{padding:0}.related-product-name{font-size:14px;font-weight:600;line-height:1.4;color:var(--color-primary);margin-bottom:8px;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}.related-product-name:hover{text-decoration:underline}@media(max-width:768px){.related-product-name{font-size:12px}}.related-product-price{font-size:14px;color:var(--color-primary)}.related-product-price span:first-child{font-weight:700}.related-product-price span:last-child{font-size:12px;color:#888;text-decoration:line-through;margin-left:8px}@media(max-width:768px){.related-product-price{font-size:12px}}.btn{border-radius:0;height:36px;font-size:var(--font-size-sm);transition:all .3s ease}.btn.btn-primary{border:none;background:var(--color-primary);transition:background .3s ease}.btn.btn-primary:hover{background:rgba(0,0,0,.7)}.btn.jumbo-btn{width:100%;height:50px;font-size:var(--font-size-md)}.clear-button{font-size:13px;text-decoration:underline;margin-left:var(--spacing-sm)}.form-control{border-radius:0}input.form-control{height:36px;border:1px solid;font-size:var(--font-size-sm);font-family:var(--font-family-secondary)}.dropdown.transparent>button{background:transparent;border:none;color:var(--color-black)}.dropdown.transparent>button.show,.dropdown.transparent>button:active,.dropdown.transparent>button:focus,.dropdown.transparent>button:focus-visible,.dropdown.transparent>button:focus-within,.dropdown.transparent>button:hover{color:var(--color-black)!important;background:transparent!important}.dropdown.transparent .dropdown-menu{border-radius:0}.dropdown.transparent .dropdown-menu li:last-child a.dropdown-item{border-bottom:none}.dropdown.transparent .dropdown-menu li a.dropdown-item{font-size:var(--font-size-sm);border-bottom:1px solid #ccc;padding:var(--spacing-sm)}.dropdown.transparent .dropdown-menu li a.dropdown-item i{margin-right:var(--spacing-sm)}.dropdown.custom-dropdown{min-width:100%;background:transparent;display:flex;justify-content:space-between;color:var(--color-black);align-items:center}.dropdown.custom-dropdown+.dropdown-menu{width:100%;border-radius:0}.dropdown.custom-dropdown+.dropdown-menu li{border:none}.accordion-button:not(.collapsed){background:transparent}.accordion-button:focus{box-shadow:none}.accordion-item{border-left:0;border-right:0}.slider{height:20px;display:flex;align-items:center}.slider .track.track-1{height:2px!important}.modal-content{padding:var(--spacing-lg) 0}.modal-content .modal-footer{border-top:none}.modal.basic-modal .modal-header{border-bottom:0}:root{--color-white:#fff;--color-black:#000;--color-gray-light:#f6f6f6;--color-gray-dark:#4b4b4b;--color-text:#000;--color-text-light:#888;--color-primary:#000;--color-secondary:#111;--color-accent:#fff;--color-impact:#874183;--spacing-xs:5px;--spacing-sm:10px;--spacing-md:15px;--spacing-lg:20px;--spacing-xl:25px;--spacing-xxl:40px;--font-family-primary:"Inter",sans-serif;--font-family-secondary:"Cossette Texte",Arial,Helvetica,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.8rem;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-xxl:22px;--font-size-3xl:2rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--shadow-light:0px 2px 8px rgba(0,0,0,.2);--shadow-medium:0 5px 5px rgba(0,0,0,.5);--shadow-dark:0 3px 3px rgba(0,0,0,.2);--z-header:99;--z-search:9999}.inner-page{padding-top:100px;padding-bottom:100px}@media(max-width:768px){.inner-page{padding-top:30px;padding-bottom:30px}}.account-page{max-width:400px;margin:auto}.account-page.account-page-enlarged{max-width:100%}.account-page .horizontal-products{padding:0}.account-page .horizontal-products .product-block{margin-bottom:20px}.account-menu{margin:20px 0 30px;padding-left:0}.account-menu>li{padding:15px 0;list-style:none;font-size:14px;cursor:pointer;border-bottom:1px solid #dadada}.product-caption{background:rgba(0,0,0,.5);padding:25px}.product-caption>p{font-size:15px}.product-caption>button{width:150px}.product-caption .product-caption-action-panel{display:flex;gap:15px;justify-content:center;align-items:center}.product-caption .product-caption-action-panel>a{font-size:12px}.home-banner{height:100vh;background-image:url(/images/hero-banner-4.webp);background-size:cover;background-position:center -.5%;background-repeat:no-repeat}@media(max-width:991px){.home-banner{background-image:url(/images/hero-banner-4-mobile.webp)}}.home-banner .cta{position:absolute;bottom:20%;left:20%}@media(max-width:991px){.home-banner .cta{justify-content:center}}.home-banner .cta a{padding:14px 28px;border:1px solid #111;text-decoration:none;font-size:1.2rem;letter-spacing:1px;color:#111;transition:all .3s ease}@media(max-width:991px){.home-banner .cta a{color:#fff;border:1px solid #fff}}.home-banner .cta a:hover{background:#111;color:#fff}.home-banner-2{margin-top:82px}.home-banner-mobile{display:none;height:70vh;background-image:url(/images/home-banner-model.png);background-position:bottom;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;position:relative;overflow:hidden}.home-banner-mobile .home-banner-mobile-content{position:absolute;bottom:15%;width:100%;height:20%;z-index:2}.home-banner-mobile .home-banner-mobile-content h2:first-of-type{left:5%;bottom:40%;position:absolute;font-size:40px;color:#000;text-transform:capitalize;animation:float1 6s ease-in-out infinite}@media(min-width:769px){.home-banner-mobile .home-banner-mobile-content h2:first-of-type{font-size:60px}}.home-banner-mobile .home-banner-mobile-content h2:last-of-type{right:5%;bottom:3%;position:absolute;font-size:40px;color:#c9c9c9;text-transform:capitalize;animation:float2 8s ease-in-out infinite}@media(min-width:769px){.home-banner-mobile .home-banner-mobile-content h2:last-of-type{font-size:60px}}@media(max-width:991px){.home-banner-mobile{display:flex}}@supports not (-webkit-touch-callout:none){.homeBannerMobile{background-attachment:fixed}}@keyframes float1{0%,to{transform:translateY(0)}38%{transform:translateY(-10px)}}@keyframes float2{0%,to{transform:translateY(0)}60%{transform:translateY(-20px)}}@keyframes float3{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.featured-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px;padding:20px}.featured-product-grid .featured-product-grid-card{display:block;overflow:hidden}.featured-product-grid .featured-product-grid-image{background-size:cover;background-position:50%;width:100%;height:300px}.product-grid{margin-bottom:100px}.product-grid>h2{margin-bottom:30px}.product-block{position:relative;transition:all .3s ease}.product-block .inStock,.product-block .outStock{margin-bottom:20px}.product-block .inStock{color:#0da525}.product-block .outStock{color:#dc2626}