@charset "UTF-8";@font-face{font-family:Urbanist;src:url(../fonts/Urbanist-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Bebas Neue";src:url(../fonts/BebasNeue-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{height:100%;margin:0;padding:0;font-family:Urbanist,sans-serif;font-weight:400;line-height:155%;scroll-behavior:smooth}body.scroll-disable,html.scroll-disable{overflow-y:hidden}label{margin-bottom:0}a{text-decoration:none}a:hover{text-decoration:none}p{margin-bottom:0}ul{margin:0;padding:0}li{list-style:none}a:active,a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:0}button{cursor:pointer;color:inherit}img{max-width:100%;width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6,p{margin-block:0}input.qty::-webkit-inner-spin-button,input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.qty[type=number]{-moz-appearance:textfield}.main-page-wrapper{padding-top:60px}.loading-bar{position:fixed;inset-inline-start:0;inset-inline-end:0;width:100%;height:100%;pointer-events:none;background:#fff;z-index:100;opacity:1;transition:opacity .5s ease-in-out;display:flex;flex-direction:column;justify-content:flex-end}.loading-bar .progress-container{padding:66px 40px;display:flex;flex-direction:column}@media screen and (max-width:767px){.loading-bar .progress-container{gap:13px;padding:53px 20px}}.loading-bar .progress-container .progress-text{font-family:"Bebas Neue",sans-serif;font-weight:400;font-style:Regular;font-size:124px;leading-trim:NONE;line-height:120%;letter-spacing:0;vertical-align:middle;text-transform:uppercase;color:#000;text-align:end}@media screen and (max-width:767px){.loading-bar .progress-container .progress-text{font-size:48px;line-height:79%}}.loading-bar .progress-container .progress-bar{width:100%;background-color:#e0e0e0;position:relative;overflow:hidden;height:3px}.loading-bar .progress-container .progress-bar .progress-fill{height:100%;width:0%;background:linear-gradient(114.21deg,rgba(145,231,105,.8) -42%,rgba(255,239,62,.8) 83.84%,rgba(247,141,61,.8) 190.87%);transition:width .3s ease}.loading-bar.fade-out{opacity:0}.overflow-hidden{overflow:hidden}.button{border:none;padding:18px 32px;font-family:Urbanist,sans-serif;font-weight:600;font-size:18px;line-height:normal;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:inherit}.button--black{background:#000;color:#fff}.button--black .spinner{border-color:#fff;border-top-color:#000}@media (hover:hover){.button--black:hover{background:#565656}.button--black:hover .spinner{border-top-color:#565656}}.button--white{background:#fff;color:#000;border:.6px solid #a6a6a6}.button--white .spinner{border-color:#000;border-top-color:#fff}@media (hover:hover){.button--white:hover{background:#dadada}}.button--add-to-cart{position:relative}.button--add-to-cart .spinner{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-width:2px;border-style:solid;border-radius:50%;animation:spin 1s linear infinite;display:none}@keyframes spin{to{transform:rotate(360deg)}}.underline-hover{position:relative}.underline-hover:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:0;left:0;background-color:currentColor;will-change:transform;transform-origin:bottom right;transition:transform .25s ease-out}@media (hover:hover){.underline-hover:hover:after{transform:scaleX(1);transform-origin:bottom left}}.menu-drawer{position:fixed;inset:0;z-index:9999;display:flex;pointer-events:none}.menu-drawer.hidden{display:none}.menu-drawer.show .menu-drawer__backdrop{opacity:1}.menu-drawer.show .menu-drawer__panel{transform:translateX(0)}.menu-drawer .menu-drawer__backdrop{background:linear-gradient(0deg,rgba(0,0,0,.4392156863) 0 100%);opacity:0;transition:opacity .3s ease;pointer-events:auto;position:absolute;top:0;left:0;width:100%;height:100%}.menu-drawer .menu-drawer__panel{position:absolute;top:0;left:0;width:100%;max-width:100%;height:100%;background:#fff;transform:translateX(-100%);transition:transform .3s ease;box-shadow:-4px 0 10px rgba(0,0,0,.2);pointer-events:auto;display:flex;flex-direction:column}.menu-drawer .menu-drawer__panel .menu-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px}.menu-drawer .menu-drawer__panel .menu-drawer__header .close-menu-drawer{padding:0;border:none;background:0 0;display:flex;align-items:center;justify-content:center}.menu-drawer .menu-drawer__panel .menu-drawer__header .open-cart-drawer{padding:0;border:none;background:0 0;display:flex;align-items:center;justify-content:center}.menu-drawer .menu-drawer__panel .menu-drawer__body{padding:16px 26px;flex:1;display:flex;flex-direction:column;gap:52px;overflow:auto}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top h2{color:#000;font-family:"Bebas Neue",sans-serif;font-weight:400;font-size:48px;line-height:79%;letter-spacing:0;vertical-align:middle;text-transform:uppercase;text-align:center}@media screen and (max-width:576px){.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top h2{text-align:left}}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top .menu-drawer__body-buttons{width:100%;max-width:344px}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top .menu-drawer__body-buttons .header_menu_container ul{display:flex;flex-direction:column;gap:16px}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top .menu-drawer__body-buttons .header_menu_container ul li{border:.6px solid #a6a6a6}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-top .menu-drawer__body-buttons .header_menu_container ul li a{display:flex;align-items:center;justify-content:center;gap:10px;color:#000;font-family:Urbanist,sans-serif;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle;padding:18px 32px}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-bottom .header_menu_container{display:flex;align-items:center;justify-content:center}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-bottom .header_menu_container ul{display:flex;flex-direction:column;text-align:center;gap:12px}.menu-drawer .menu-drawer__panel .menu-drawer__body .menu-drawer__body-bottom .header_menu_container ul li a{padding:8px 20px;font-family:Urbanist,sans-serif;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#000}.cart-drawer{position:fixed;inset:0;z-index:9999;display:flex;pointer-events:none}.cart-drawer.hidden{display:none}.cart-drawer .cart-drawer__backdrop{background:rgba(23,22,22,.54);opacity:0;transition:opacity .3s ease;pointer-events:auto;position:absolute;top:0;left:0;width:100%;height:100%}.cart-drawer .cart-drawer__panel{position:absolute;top:0;right:0;width:400px;max-width:100%;height:fit-content;min-height:520px;background:#fff;transform:translateX(100%);transition:transform .3s ease;box-shadow:-4px 0 10px rgba(0,0,0,.2);pointer-events:auto;display:flex;flex-direction:column;max-height:100vh}@media screen and (max-width:767px){.cart-drawer .cart-drawer__panel{height:100%;width:100%;max-width:316px}}.cart-drawer .cart-drawer__panel .cart-drawer__header{padding:20px 20px 16px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #8b8b8b}.cart-drawer .cart-drawer__panel .cart-drawer__header .custom-logo-link img{max-width:94px}.cart-drawer .cart-drawer__panel .cart-drawer__header .close-cart-drawer{width:24px;height:24px;background:0 0;border:none;padding:0;display:flex;align-items:center;justify-content:center}.cart-drawer .cart-drawer__panel .cart-drawer__body{padding:31px 20px 20px;display:flex;flex-direction:column;gap:20px;flex:1;overflow:auto}@media screen and (max-width:767px){.cart-drawer .cart-drawer__panel .cart-drawer__body{padding:31px 16px 16px}}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__body-text{font-family:Urbanist,sans-serif;font-weight:600;font-size:18px;line-height:normal;letter-spacing:0;vertical-align:middle;margin-block:0}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border-top:.6px solid #e0e0e0;padding-block:40px}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__empty-content h4{margin-block:0;font-family:"Bebas Neue",sans-serif;font-weight:400;font-size:32px;line-height:normal;letter-spacing:0;text-align:center;vertical-align:middle;max-width:244px}@media screen and (max-width:767px){.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__empty-content h4{font-size:24px;max-width:185px}}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items{display:flex;flex-direction:column;gap:16px}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item{display:flex;padding-top:16px;border-top:1px solid #e0e0e0;gap:20.75px}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-thumb{display:flex;justify-content:center;align-items:center;max-width:60px}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-thumb img{display:block;width:100%;height:auto;max-height:60px;aspect-ratio:1/1;object-fit:contain}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info{display:flex;justify-content:space-between;gap:10px;width:100%;flex:1}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__left{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__left .cart-drawer__item-title{display:flex;flex-direction:column;justify-content:center;gap:4px}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__left .cart-drawer__item-title h6{margin-block:0;color:#484848;font-family:Urbanist,sans-serif;font-weight:500;font-size:18px;line-height:normal;letter-spacing:0;vertical-align:middle}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__left .cart-drawer__item-title p{margin-block:0;font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle;color:#484848}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__right{display:flex;flex-direction:column;justify-content:center;height:100%}.cart-drawer .cart-drawer__panel .cart-drawer__body .cart-drawer__items .cart-drawer__item .cart-drawer__item-info .cart-drawer__item-info__right .cart-drawer__item-remove{display:flex;align-items:center;justify-content:flex-end;padding:0;background:0 0;border:none}.cart-drawer .cart-drawer__panel .cart-drawer__footer{margin-top:auto;display:flex;flex-direction:column;gap:35px}.cart-drawer .cart-drawer__panel .cart-drawer__footer a{border:none;padding:18px 32px;font-family:Urbanist,sans-serif;font-weight:600;font-size:18px;line-height:normal;letter-spacing:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cart-drawer .cart-drawer__panel .cart-drawer__footer .cart-total{border-top:1px solid #e0e0e0;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-drawer .cart-drawer__panel .cart-drawer__footer .cart-total span{font-family:Urbanist,sans-serif;font-weight:500;font-size:18px;line-height:normal;letter-spacing:0;vertical-align:middle;color:#484848}.cart-drawer .cart-drawer__panel .cart-drawer__footer .cart-total span.woocommerce-Price-currencySymbol{color:#000;vertical-align:baseline}.cart-drawer .cart-drawer__panel .cart-drawer__footer .cart-total span.woocommerce-Price-amount{color:#000}.cart-drawer.show .cart-drawer__backdrop{opacity:1}.cart-drawer.show .cart-drawer__panel{transform:translateX(0)}.swiper-button-next:after,.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:""}.swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-next,.swiper-button-prev{width:48px;height:48px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px}.header{position:fixed;z-index:10;top:0;left:0;width:100%;padding-inline:40px;padding-block:6px;background:#fff;align-items:center;display:grid;gap:10px;grid-template-columns:auto 1fr auto}@media screen and (max-width:991px){.header{grid-template-columns:auto auto auto;padding-inline:16px}}.header .open-menu-drawer{display:none;flex-direction:column;gap:5.25px;background:0 0;border:none;cursor:pointer;align-items:center;justify-content:center;width:21px;padding:0}@media screen and (max-width:991px){.header .open-menu-drawer{display:flex}}.header .open-menu-drawer span{display:block;width:100%;height:1.75px;border-radius:7.88px;background:#000}@media screen and (max-width:991px){.header .custom-logo-link{margin:0 auto}}.header .custom-logo-link .custom-logo{max-width:94px}.header .header_menu_container{display:flex;align-items:center;justify-content:center}@media screen and (max-width:991px){.header .header_menu_container{display:none}}.header .header_menu_container .header_menu{display:flex;align-items:center}.header .header_menu_container .header_menu>li>a{font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#000;padding:20px}.header .header-utilities{display:grid;justify-content:flex-end;align-items:stretch;grid-template-columns:repeat(2,auto);height:100%}.header .header-utilities .open-cart-drawer{border:none;background:0 0;display:flex;gap:4px;border-radius:6px;cursor:pointer;align-items:center;justify-content:center;padding:0}.header .header-utilities .open-cart-drawer .cart-indicator{display:block;width:6px;height:6px;background:#00d00a;border-radius:100%;position:absolute;right:8px;top:11px}.header .header-utilities .open-cart-drawer .cart-icon{display:flex;position:relative}.header .header-utilities .open-cart-drawer span{font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;vertical-align:middle;color:#000}@media screen and (max-width:991px){.header .header-utilities .open-cart-drawer span{display:none}}.header .header-utilities .open-cart-drawer svg{transition:all .3s ease}@media (hover:hover){.header .header-utilities .open-cart-drawer:hover svg{transform:scale(1.2)}}.footer{background:#000;padding-block:40px}@media screen and (max-width:767px){.footer{padding-block:32px}}.footer .footer-content{max-width:1270px;padding-inline:15px;margin:0 auto}.footer .footer-content .footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-bottom:12px;border-bottom:1px solid #202020}@media screen and (max-width:991px){.footer .footer-content .footer-top{flex-direction:column}}@media screen and (max-width:767px){.footer .footer-content .footer-top{padding-bottom:32px}}.footer .footer-content .footer-top .footer-top__left{display:flex;flex-direction:column;gap:12px}@media screen and (max-width:991px){.footer .footer-content .footer-top .footer-top__left{flex-direction:column}}.footer .footer-content .footer-top .footer-top__left .footer-logo img{max-width:120px}.footer .footer-content .footer-top .footer-top__left .footer-description{margin-block:0;font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle;color:rgba(255,255,255,.8);max-width:450px}@media screen and (max-width:991px){.footer .footer-content .footer-top .footer-top__right{display:flex;justify-content:space-between;width:100%}}@media screen and (max-width:767px){.footer .footer-content .footer-top .footer-top__right{margin:0 auto;flex-direction:column;justify-content:center;align-items:center;gap:32px}}.footer .footer-content .footer-top .footer-top__right .footer_menu_container .footer_menu{display:flex;align-items:center}@media screen and (max-width:767px){.footer .footer-content .footer-top .footer-top__right .footer_menu_container .footer_menu{flex-direction:column;align-items:center;justify-content:center}}.footer .footer-content .footer-top .footer-top__right .footer_menu_container .footer_menu li a{display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle;padding:20px;white-space:nowrap}.footer .footer-content .footer-top .footer-top__right .footer-tablet__socials{display:none;align-items:center;gap:12px}@media screen and (max-width:991px){.footer .footer-content .footer-top .footer-top__right .footer-tablet__socials{display:flex}}.footer .footer-content .footer-top .footer-top__right .footer-tablet__socials .footer-tablet__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#262626;transition:background .3s ease}@media (hover:hover){.footer .footer-content .footer-top .footer-top__right .footer-tablet__socials .footer-tablet__social:hover{background:#565656}}.footer .footer-content .footer-top .footer-top__right .footer-tablet__socials .footer-tablet__social a{display:flex}.footer .footer-content .footer-bottom{padding-top:12px}@media screen and (max-width:767px){.footer .footer-content .footer-bottom{padding-top:24px}}.footer .footer-content .footer-bottom .footer-bottom__content{display:flex;justify-content:space-between;gap:10px}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media screen and (max-width:767px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left{flex-direction:column-reverse;width:100%;gap:32px}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__copyright{padding-inline-end:24px;border-right:1px solid #202020}@media screen and (max-width:767px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__copyright{padding-inline-end:0;border-right:none}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__copyright p{margin-block:0;font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle;color:rgba(255,255,255,.8)}@media screen and (max-width:767px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu{padding-bottom:24px;border-bottom:1px solid #202020;width:100%}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu{display:flex;align-items:center}@media screen and (max-width:767px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu{gap:14px;justify-content:space-between;flex-wrap:wrap}}@media screen and (max-width:576px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu{display:grid;grid-template-columns:1fr 1fr}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu li{display:flex;align-items:center}@media screen and (max-width:576px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu li{justify-content:center}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu li:not(:last-child)::after{content:" · ";padding:0 8px;color:rgba(255,255,255,.8)}@media screen and (max-width:767px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu li:not(:last-child)::after{display:none}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__left .footer-bottom__menu .footer_menu_container .footer_menu li a{font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle;color:rgba(255,255,255,.8)}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__right .footer-bottom__socials{display:flex;align-items:center;gap:12px}@media screen and (max-width:991px){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__right .footer-bottom__socials{display:none}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__right .footer-bottom__socials .footer-bottom__social{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#262626;transition:background .3s ease}@media (hover:hover){.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__right .footer-bottom__socials .footer-bottom__social:hover{background:#565656}}.footer .footer-content .footer-bottom .footer-bottom__content .footer-bottom__right .footer-bottom__socials .footer-bottom__social a{display:flex}.product-card .product-card__image .product-card__image-link{position:relative;display:block}@media (hover:hover){.product-card .product-card__image .product-card__image-link:hover img.hover-image{opacity:1}.product-card .product-card__image .product-card__image-link:hover img.default-image{opacity:0}}.product-card .product-card__image .product-card__image-link img{height:441.74px;object-fit:cover;width:100%;transition:opacity .3s ease}.product-card .product-card__image .product-card__image-link img.hover-image{position:absolute;top:0;left:0;opacity:0;pointer-events:none}@media screen and (max-width:576px){.product-card .product-card__image .product-card__image-link img{max-height:238.87px}}.product-card .product-card__info{padding-top:16px;display:flex;flex-direction:column;gap:12px}@media screen and (max-width:576px){.product-card .product-card__info{gap:8.4px;padding-top:11.2px}}.product-card .product-card__info .product-colors{display:flex;gap:8px}.product-card .product-card__info .product-colors .product-color-swatch{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:32px;cursor:pointer;transition:padding .2s ease}@media screen and (max-width:576px){.product-card .product-card__info .product-colors .product-color-swatch{width:22.4px;height:22.4px}}.product-card .product-card__info .product-colors .product-color-swatch:has(input:checked){padding:6px;border:1.6px solid #000}.product-card .product-card__info .product-colors .product-color-swatch input{display:none}.product-card .product-card__info .product-colors .product-color-swatch .color-dot{width:100%;height:100%;border-radius:32px;background-color:transparent;position:relative;transition:all .2s ease-in-out}.product-card .product-card__info .product-colors .product-color-swatch .color-dot::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20.8px;height:20.8px;border-radius:50%;background-color:currentColor;opacity:0;transition:opacity .2s ease}@media screen and (max-width:576px){.product-card .product-card__info .product-colors .product-color-swatch .color-dot::after{width:14.56px;height:14.56px}}.product-card .product-card__info .product-colors .product-color-swatch input:checked+.color-dot::after{opacity:1}.product-card .product-card__info .product-card__text{display:flex;flex-direction:column;gap:4px}.product-card .product-card__info .product-card__text .product-card__title{display:flex}.product-card .product-card__info .product-card__text .product-card__title a{font-family:Urbanist,sans-serif;font-weight:500;font-size:18px;line-height:normal;letter-spacing:0;vertical-align:middle;color:#484848}@media screen and (max-width:576px){.product-card .product-card__info .product-card__text .product-card__title a{font-size:16px}}.product-card .product-card__info .product-card__text .product-card__color-name{color:#484848;font-family:Urbanist,sans-serif;font-weight:400;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle}.product-card .product-card__info .product-card__text .product-card__price{color:#484848;font-family:Urbanist,sans-serif;font-weight:600;font-size:14px;line-height:normal;letter-spacing:0;vertical-align:middle}