/*! svgMap | https://github.com/StephanWagner/svgMap | MIT License | Copyright Stephan Wagner | https://stephanwagner.me */.svgMap-container,.svgMap-wrapper{position:relative}.svgMap-block-zoom-notice{position:absolute;z-index:2;top:100%;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);pointer-events:none;opacity:0;color:#fff;transition:opacity .25s}.svgMap-block-zoom-notice-active .svgMap-block-zoom-notice{pointer-events:all;top:0;opacity:1}.svgMap-block-zoom-notice>div{position:absolute;top:50%;left:0;right:0;text-align:center;padding:0 32px;transform:translateY(-50%);font-size:28px}@media (max-width:900px){.svgMap-block-zoom-notice>div{font-size:22px}}.svgMap-map-wrapper{position:relative;width:100%;padding-top:50%;overflow:hidden;background:#d9ecff;color:#111}.svgMap-map-wrapper *{box-sizing:border-box}.svgMap-map-wrapper :focus:not(:focus-visible){outline:0}.svgMap-map-wrapper .svgMap-map-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;margin:0}.svgMap-map-wrapper .svgMap-map-controls-wrapper{position:absolute;bottom:10px;left:10px;z-index:1;display:flex;overflow:hidden;border-radius:2px;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.svgMap-map-wrapper .svgMap-map-controls-wrapper.svgMap-disabled{display:none}.svgMap-map-wrapper .svgMap-map-controls-move,.svgMap-map-wrapper .svgMap-map-controls-zoom{display:flex;margin-right:5px;overflow:hidden;background:#fff}.svgMap-map-wrapper .svgMap-map-controls-move:last-child,.svgMap-map-wrapper .svgMap-map-controls-zoom:last-child{margin-right:0}.svgMap-map-wrapper .svgMap-control-button{background-color:#fff;border:none;border-radius:0;color:#fff;font:inherit;line-height:inherit;margin:0;padding:0;overflow:visible;text-transform:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:32px;height:32px;position:relative}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ccc;transition:background-color .25s}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:before{width:11px;height:3px}@media (hover:hover){.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:hover:before{background:#000}}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:active:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button:active:before{background:#000}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-zoom-reset-button:before{width:11px;height:11px;background:0 0;border:2px solid #ccc;transition:border-color .25s}@media (hover:hover){.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-zoom-reset-button:hover:before{background:0 0;border-color:#000}}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-zoom-reset-button:active:before{background:0 0;border-color:#000}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:after,.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-disabled:before{background:#eee}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-zoom-reset-button.svgMap-disabled{cursor:default}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-button.svgMap-zoom-reset-button.svgMap-disabled:before{border:2px solid #eee;background:0 0}.svgMap-map-wrapper .svgMap-control-button.svgMap-zoom-in-button:after{width:3px;height:11px}.svgMap-map-wrapper .svgMap-map-continent-controls-wrapper{position:absolute;top:10px;right:10px;z-index:1;display:flex;border-radius:2px;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.svgMap-map-wrapper .svgMap-country{stroke:#fff;stroke-width:1;stroke-linejoin:round;vector-effect:non-scaling-stroke;transition:fill .25s,stroke .25s}.svgMap-map-wrapper .svgMap-country[data-link]{cursor:pointer}@media (hover:hover){.svgMap-map-wrapper .svgMap-country:hover{stroke:#333;stroke-width:1.5}}.svgMap-map-wrapper .svgMap-country.svgMap-active{stroke:#333;stroke-width:1.5}.svgMap-tooltip{box-shadow:0 0 3px rgba(0,0,0,.2);position:absolute;z-index:2;border-radius:2px;background:#fff;transform:translate(-50%,-100%);border-bottom:1px solid #111;display:none;pointer-events:none;min-width:60px}.svgMap-tooltip.svgMap-tooltip-flipped{transform:translate(-50%);border-bottom:0;border-top:1px solid #111}.svgMap-tooltip.svgMap-active{display:block}.svgMap-tooltip .svgMap-tooltip-content-container{position:relative;padding:10px 20px}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container{text-align:center;margin:2px 0 5px}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container.svgMap-tooltip-flag-container-emoji{font-size:50px;line-height:0;padding:25px 0 15px}.svgMap-tooltip .svgMap-tooltip-content-container .svgMap-tooltip-flag-container .svgMap-tooltip-flag{display:block;margin:auto;width:auto;height:32px;padding:2px;background:rgba(0,0,0,.15);border-radius:2px}.svgMap-tooltip .svgMap-tooltip-title{white-space:nowrap;font-size:18px;line-height:28px;padding:0 0 8px;text-align:center}.svgMap-tooltip .svgMap-tooltip-content{white-space:nowrap;text-align:center;font-size:14px;color:#777;margin:-5px 0 0}.svgMap-tooltip .svgMap-tooltip-content table{padding:0;border-spacing:0;margin:auto}.svgMap-tooltip .svgMap-tooltip-content table td{padding:2px 0;text-align:left}.svgMap-tooltip .svgMap-tooltip-content table td span{color:#111}.svgMap-tooltip .svgMap-tooltip-content table td:first-child{padding-right:10px;text-align:right}.svgMap-tooltip .svgMap-tooltip-content table td sup{vertical-align:baseline;position:relative;top:-5px}.svgMap-tooltip .svgMap-tooltip-content .svgMap-tooltip-no-data{padding:2px 0;color:#777;font-style:italic}.svgMap-tooltip .svgMap-tooltip-pointer{position:absolute;top:100%;left:50%;transform:translateX(-50%);overflow:hidden;height:10px;width:30px}.svgMap-tooltip .svgMap-tooltip-pointer:after{content:"";width:20px;height:20px;background:#fff;border:1px solid #111;position:absolute;bottom:6px;left:50%;transform:translateX(-50%) rotate(45deg)}.svgMap-tooltip.svgMap-tooltip-flipped .svgMap-tooltip-pointer{bottom:auto;top:-10px;transform:translateX(-50%) scaleY(-1)}.goodsOfTheWorld_root__IfMBJ{width:100%;padding:0}.goodsOfTheWorld_header_wrapper__RZdcb{position:relative;cursor:pointer}.goodsOfTheWorld_header_wrapper_content__fCvpi{position:absolute;width:100%;top:40%;display:flex;flex-direction:column;align-items:center}.goodsOfTheWorld_header_wrapper_content_search__iUf6W{position:relative}.goodsOfTheWorld_header_wrapper_content_search_field__ct7dy{width:300px;border:.5px solid #cecece;box-shadow:0 3px 12px rgba(0,0,0,.18);border-radius:25px;padding:10px 30px 10px 15px;margin-bottom:15px}.goodsOfTheWorld_header_wrapper_content_search_icon__VdkWX{position:absolute;right:10px;top:10px}.goodsOfTheWorld_header_wrapper_content_list__dBdsQ{max-height:280px;overflow:scroll;background:#fff;border:.5px solid #cecece;box-shadow:0 3px 12px rgba(0,0,0,.18);border-radius:12px;width:300px;padding:15px}.goodsOfTheWorld_header_wrapper_content_list__dBdsQ a{width:100%}.goodsOfTheWorld_header_wrapper_content_list_item__u0I0C{display:flex;margin:8px 0;font-weight:600;font-size:15px;line-height:18px}.goodsOfTheWorld_header_wrapper_content_list_item_quantity__5rBFV{margin-left:auto;font-weight:900}.goodsOfTheWorld_header_wrapper_content_list_item__u0I0C img{margin-right:10px}@media(min-width:1025px){.goodsOfTheWorld_header_wrapper_content__fCvpi{display:none}}.goodsOfTheWorld_header__fKHYS{width:100%;position:relative;background-image:url(/images/goods-of-the-world/map.png);background-size:cover;background-repeat:no-repeat;background-position:50%;font-style:normal}.goodsOfTheWorld_header__fKHYS>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;height:600px;padding:30px 0}.goodsOfTheWorld_header__fKHYS>div :last-child,.goodsOfTheWorld_header__fKHYS>div p{display:none}@media(min-width:521px){.goodsOfTheWorld_header__fKHYS>div .goodsOfTheWorld_header_content_blockTop__3VVkU{width:50%}}@media(min-width:1025px){.goodsOfTheWorld_header__fKHYS>div{justify-content:center;padding:0 0 30px}.goodsOfTheWorld_header__fKHYS>div .goodsOfTheWorld_header_content_blockTop__3VVkU{width:40%}.goodsOfTheWorld_header__fKHYS>div p{display:block;font-size:24px;line-height:29px;font-family:var(--font-family-thin);color:#132a41;padding:0 10px;margin-bottom:1.5625em}.goodsOfTheWorld_header__fKHYS>div :last-child{display:block}.goodsOfTheWorld_header__fKHYS>div .goodsOfTheWorld_header_content_img_click__APot2{margin-top:1.5625em}}.goodsOfTheWorld_header__fKHYS>div h1{font-weight:900;font-size:36px;line-height:43px;margin:15px 0;padding:0 10px;text-shadow:.7px 0 .7px #fff,0 .7px .7px #fff,-.7px 0 .7px #fff,0 -.7px .7px #fff}.goodsOfTheWorld_continents__W7RKi{padding:50px 0 30px;background-image:url(/images/goods-of-the-world/continents_bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%}.goodsOfTheWorld_continents_title__rH8EY{font-weight:900;font-size:24px;line-height:114%;text-align:center;color:#fff;padding:10px}@media(min-width:521px){.goodsOfTheWorld_continents_title__rH8EY{font-size:38px;line-height:50px}}@media(min-width:1025px){.goodsOfTheWorld_continents_title__rH8EY{font-size:56px;line-height:67px}}.goodsOfTheWorld_continents_flex__6xUeJ{display:flex;padding:10px 20px;flex-direction:column}@media(min-width:521px){.goodsOfTheWorld_continents_flex__6xUeJ{flex-direction:row;padding:25px 4%;justify-content:space-around;flex-wrap:wrap}}@media(min-width:1025px){.goodsOfTheWorld_continents_flex__6xUeJ{flex-wrap:nowrap;padding:25px 2%}}.goodsOfTheWorld_continents_flex_item__A0jnC{display:flex;margin:10px}.goodsOfTheWorld_continents_flex_item_img__UwLGC{min-width:120px}.goodsOfTheWorld_continents_flex_item_text__Sqlhv{font-weight:900;font-size:21px;line-height:24px;color:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto}.goodsOfTheWorld_continents_flex_item_text_name__R_0tn{color:#fff;font-weight:900}.goodsOfTheWorld_continents_flex_item_text_title__zgE2t{font-size:14px;line-height:17px;color:#333;font-family:var(--font-family-thin)}.goodsOfTheWorld_continents_flex_item_text_quantity__b0O3Y{color:#e0001a;font-family:var(--font-family-thin);font-size:14px;line-height:17px}.goodsOfTheWorld_continents_flex_item__A0jnC img{width:150px;margin:5px 20px 5px 10px}@media(min-width:521px){.goodsOfTheWorld_continents_flex_item__A0jnC{text-align:center;min-width:100px;width:45%;margin:30px 10px}.goodsOfTheWorld_continents_flex_item_img__UwLGC{display:flex;align-items:center}}@media(min-width:1025px){.goodsOfTheWorld_continents_flex_item__A0jnC{min-width:150px;width:33%;margin:10px 0;justify-content:center;position:relative}.goodsOfTheWorld_continents_flex_item_img__UwLGC{width:100%;height:100%;display:flex;align-items:center}.goodsOfTheWorld_continents_flex_item_text__Sqlhv{position:absolute}.goodsOfTheWorld_continents_flex_item_text_name__R_0tn{color:#333;margin-bottom:8px}.goodsOfTheWorld_continents_flex_item__A0jnC img{width:100%;height:100%;margin:0}.goodsOfTheWorld_continents_flex_item__A0jnC:first-child .goodsOfTheWorld_continents_flex_item_text__Sqlhv{position:absolute;top:22%}.goodsOfTheWorld_continents_flex_item__A0jnC:nth-child(2) .goodsOfTheWorld_continents_flex_item_text__Sqlhv{position:absolute;top:56%}.goodsOfTheWorld_continents_flex_item__A0jnC:nth-child(3) .goodsOfTheWorld_continents_flex_item_text__Sqlhv{position:absolute;top:35%}}.goodsOfTheWorld_categories__Hx1NQ{padding:50px 0 30px;background-image:url(/images/goods-of-the-world/categories_bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%}@media(min-width:1025px){.goodsOfTheWorld_categories__Hx1NQ{background-size:120% auto}}.goodsOfTheWorld_categories_title__fuwaA{font-weight:900;font-size:30px;line-height:36px;text-align:center;padding:10px;color:#132a41}@media(min-width:521px){.goodsOfTheWorld_categories_title__fuwaA{font-size:36px;line-height:40px}}@media(min-width:1025px){.goodsOfTheWorld_categories_title__fuwaA{font-size:56px;line-height:67px}}.goodsOfTheWorld_categories_slider__5xwSl{padding:25px 10px;text-align:center}@media(min-width:1025px){.goodsOfTheWorld_categories_slider__5xwSl{padding:25px 10%}}.goodsOfTheWorld_categories_item__zZFJr{position:relative;border-radius:.5rem;overflow:hidden;margin:.5rem 5px;transition:transform .3s ease,box-shadow .3s ease}.goodsOfTheWorld_categories_item__zZFJr:hover{transform:scale(1.03);box-shadow:0 12px 20px rgba(0,0,0,.3);z-index:2}.goodsOfTheWorld_categories_item__zZFJr a{width:100%}.goodsOfTheWorld_categories_item_img__etLcH{background:#000;padding:0;border-radius:30px;height:350px;display:flex;align-items:center;justify-content:center}@media(min-width:1025px){.goodsOfTheWorld_categories_item_img__etLcH{height:400px}}.goodsOfTheWorld_categories_item_img__etLcH img{height:100%;width:100%;object-fit:cover}.goodsOfTheWorld_categories_item_title__NinTa{position:absolute;bottom:-1px;width:100%;font-weight:900;font-size:18px;line-height:20px;padding:20px 30px 25px;color:#132a41;display:flex;align-items:center;justify-content:center;background-image:url(/images/goods-of-the-world/button_bg.png);background-size:100% 100%;background-position:50%;background-repeat:no-repeat;z-index:5;margin-top:-15px}@media (max-width:521px){.goodsOfTheWorld_categories_dots__vZEw1>li{margin-right:5px}.goodsOfTheWorld_categories_dots__vZEw1>li div{height:10px;width:10px}.goodsOfTheWorld_categories_dots__vZEw1>li div span{height:13px;width:13px}}.goodsOfTheWorld_blogSlider__ZaTU3{padding:50px 0 30px;background-image:url(/images/goods-of-the-world/blog_bg.png);background-size:cover;background-repeat:no-repeat;background-position:50%}.goodsOfTheWorld_blogSlider_title__6QELO{font-weight:900;font-size:30px;line-height:36px;text-align:center;padding:10px;color:#fff}@media(min-width:521px){.goodsOfTheWorld_blogSlider_title__6QELO{font-size:36px;line-height:40px}}@media(min-width:1025px){.goodsOfTheWorld_blogSlider_title__6QELO{font-size:56px;line-height:67px}}.goodsOfTheWorld_blogSlider_slider__W_yuA{padding:25px 10px;text-align:center}@media(min-width:1025px){.goodsOfTheWorld_blogSlider_slider__W_yuA{padding:25px 14%}}.goodsOfTheWorld_blogSlider_slider_arrow__Pq_jI{left:10%;color:#102131}.goodsOfTheWorld_blogSlider_item__BDJEv{max-width:95%;margin:0 5px}.goodsOfTheWorld_blogSlider_item_img__fPVh1{background:#000;padding:10px 0;height:300px;display:flex;align-items:center;justify-content:center}.goodsOfTheWorld_blogSlider_item_img__fPVh1 img{width:80%;margin:30px auto}.goodsOfTheWorld_blogSlider_item_title__Tsgj8{font-weight:900;font-size:18px;line-height:20px;padding:20px 30px 25px;color:#333;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:5;margin-top:-15px}.goodsOfTheWorld_posts_post__z500p{display:flex;flex-direction:column;background:#fff;margin:.5rem 10px;height:100%;border-radius:.5rem;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.goodsOfTheWorld_posts_post__z500p:hover{transform:scale(1.03);box-shadow:0 12px 20px rgba(0,0,0,.3);z-index:2}.goodsOfTheWorld_posts_post__img__SjlQQ{display:flex;align-items:center;justify-content:center;height:240px;width:auto;overflow:hidden}.goodsOfTheWorld_posts_post__img__SjlQQ a{height:100%;width:100%;position:relative}.goodsOfTheWorld_posts_post__img__SjlQQ a img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.goodsOfTheWorld_posts_post_content__title__fBpDI{margin:10px 0;font-size:18px;font-weight:900;line-height:22px;min-height:28px}.goodsOfTheWorld_posts_post_content__title__fBpDI a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left;padding:0 15px}.goodsOfTheWorld_posts_post_content__discription___HnoG{display:none}.goodsOfTheWorld_posts_post_content__categories__tXa_T{margin:18px 0;min-height:38px;padding:0 15px;text-align:left}.goodsOfTheWorld_posts_post_content__categories__tXa_T span{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#333;margin-right:10px;font-weight:600;letter-spacing:.5px;font-size:13px;line-height:18px}.goodsOfTheWorld_posts_post_content__categories__tXa_T span:hover{cursor:pointer}.goodsOfTheWorld_posts_post_content__info__2BzDL{display:flex;margin:20px 0;padding:0 10px;align-items:center;justify-content:space-between}.goodsOfTheWorld_posts_post_content__info_item__xDBWP{display:flex;align-items:center}.goodsOfTheWorld_posts_post_content__info_img__vcXv_{display:inline;margin-right:10px}.goodsOfTheWorld_posts_post_content__info_date__AfH1h{color:#9197a1}.goodsOfTheWorld_posts_post_content__info_like__M53LV{margin-right:20px}.goodsOfTheWorld_lookbook__iBEq7{background:#102131;padding:3em 5%}.goodsOfTheWorld_lookbook__iBEq7 h2{background:#102131;color:#fff}.goodsOfTheWorld_lookbook__iBEq7>div{background:#102131}@media(min-width:1025px){.goodsOfTheWorld_lookbook__iBEq7{padding:5em 12%}.goodsOfTheWorld_lookbook__iBEq7 h2{background:#fff;color:#333}.goodsOfTheWorld_lookbook__iBEq7>div{background:#fff}}.goodsOfTheWorld_swiperWrapper__MBSMD{position:relative;width:100%;padding-bottom:50px}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_arrowLeft__Fg1dJ,.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_arrowRight__xwhTv{position:absolute;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_arrowLeft__Fg1dJ{left:0}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_arrowRight__xwhTv{right:0}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_swiperPagination__SNWlu{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_swiperPagination__SNWlu .goodsOfTheWorld_swiper-pagination-bullet__L0VMJ{width:12px;height:12px;background:#e0001a;opacity:.7;margin:0 5px;border-radius:50%;transition:opacity .3s ease}.goodsOfTheWorld_swiperWrapper__MBSMD .goodsOfTheWorld_swiperPagination__SNWlu .goodsOfTheWorld_swiper-pagination-bullet-active__YRZEx{opacity:1}