.custom-drawer__dialog{position:fixed;overflow:hidden;border-radius:0;width:var(--sidebar-width, 480px);max-width:95vw;height:100%;margin:0;padding:0;border:none;box-shadow:0 0 20px #0000004d;background:#fff}.custom-drawer__dialog[position=left]{left:0;right:auto;animation:slideInFromLeft .3s ease}.custom-drawer__dialog[position=right]{right:0;left:auto;margin-left:auto;animation:slideInFromRight .3s ease}.custom-drawer__dialog.dialog-closing[position=left]{animation:slideOutToLeft .3s ease}.custom-drawer__dialog.dialog-closing[position=right]{animation:slideOutToRight .3s ease}.custom-drawer__dialog::backdrop{animation:fadeIn .3s ease}.custom-drawer__dialog.dialog-closing::backdrop{animation:fadeOut .3s ease}.custom-drawer__dialog:modal{max-height:100dvh;overflow-y:hidden}.custom-drawer__inner{height:100%;overflow:hidden;display:flex;flex-direction:column}.custom-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.custom-drawer__heading{margin:0;font-size:1.25rem;font-weight:600}.custom-drawer__close-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:0;transition:background-color .2s ease;margin:0;position:relative;top:0;right:0;width:20px}.custom-drawer__close-button .svg-wrapper{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.custom-drawer__close-button svg{width:30px;height:30px}.custom-drawer__content{flex:1;overflow-y:auto;padding:1.5rem}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media(max-width:640px){.custom-drawer__dialog{width:85vw}}.swiper-button-next svg,.swiper-button-prev svg{width:30px!important;height:30px!important;fill:none}.swiper-button-next svg path,.swiper-button-prev svg path{stroke:#000}.button-custom{font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center;gap:5px}.button-custom:hover{gap:10px;transition:all .3s ease}svg.custom-arrow-icon{width:20px;height:20px}.product-card__content:hover{--border-color: rgb(var(--color-border-rgb) / 1) !important;transition:all .3s ease}.product-title-link div p{font-weight:600}.product-card__content product-price span{font-weight:500}.product-card__content product-price span.money,featured-product-information product-price span.money,.sticky-add-to-cart__price span.money{color:#b50000}.product-card__content product-price span.compare-at-price span{color:#000}.slideshow-control{width:50px;height:50px;background-color:#ffffffe6;border-radius:50%;color:#333;transition:all .3s ease;box-shadow:0 2px 8px #00000026;right:20px}.slideshow-control:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.slideshow-control svg{width:30px!important;height:30px!important;fill:none}.slideshow-control svg path{stroke:#000}.slideshow-control--previous svg{rotate:180deg}.card-gallery .slideshow-control{min-width:30px;min-height:30px;width:30px;height:30px;padding-inline:0!important}.card-gallery .slideshow-control svg{width:20px!important;height:20px!important}.card-gallery .slideshow-control.swiper-button-previous{left:20px!important;position:relative}.card-gallery .slideshow-control.swiper-button-previous svg{margin-left:5px}.variant-option legend{font-weight:600;font-size:16px}.variant-option{margin-bottom:20px!important}img.variant-option__image_custom{width:40px;height:auto;margin:0 10px}[data-menu-list-id=MegaMenuList-2] .mega-menu__link-image{width:210px;margin:0 auto 10px}[data-menu-list-id=MegaMenuList-3] .mega-menu__link-image{width:100px;margin:0 auto 10px}[data-menu-list-id=MegaMenuList-3].mega-menu__list{grid-template-columns:repeat(7,1fr)}.custom.text-gradient{display:inline-block;color:#0000;background:linear-gradient(90deg,#a977c8,#6f8cc7 8.5%,#639a47 16.5%,#1d1d1f 33% 66%,#a977c8 83.5%,#6f8cc7 91.5%,#639a47);background-size:600% 100%;background-position-x:0%;background-clip:text;transition:background-position-x var(--frame-2-time) var(--frame-2-curve);padding-bottom:10%;margin-bottom:-9%;margin-top:0}featured-product-information .swiper-button-next svg{right:-8px;position:relative}featured-product-information .swiper-button-previous{left:10px;position:relative}featured-product-information .swiper-button-previous svg{left:10px;position:relative}.collection-card__content .text-block p{font-weight:600}.display-all,.display-desktop{display:block}.display-mobile{display:none}@media(max-width:640px){.display-all,.display-mobile{display:block}.display-desktop{display:none}.slideshow2-custom .display-mobile .image-block img{width:revert-rule!important;max-width:revert-rule!important}}@media(max-width:640px){.mobile-all-collections{margin-top:20px;padding:30px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.mobile-all-collections-title{font-size:18px;font-weight:600;text-transform:uppercase;margin-bottom:10px}}:root{--animate-bounce: bounce 1s infinite}.font-bold{font-weight:700}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-white{color:#fff}.opacity-90{opacity:.9}.bg-white{background-color:#fff}.border{border-width:1px;border-style:solid}.border-gray-200{border-color:#e5e7eb}.rounded-lg{border-radius:.5rem}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.animate-slideInLeft{animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.relative{position:relative}.h-\[140px\]{height:140px}.bg-gray-200{background-color:#e5e7eb}.overflow-hidden{overflow:hidden}.p-4{padding:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.w-4{width:1rem}.h-4{height:1rem}.text-accent{color:var(--accent)}.mt-0\.5{margin-top:.125rem}.flex-shrink-0{flex-shrink:0}.flex{display:flex;flex-direction:row}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-1{flex:1}.gap-2{gap:.5rem}.mt-0{margin-top:0}.align-center{align-items:center}.animate-bounce{animation:var(--animate-bounce)}.justify-between{justify-content:space-between}.items-center{align-items:center}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.uppercase{text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-elements.css.map */
