/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--spacing:.25rem;--container-2xl:42rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.static{position:static}.right-4{right:calc(var(--spacing)*4)}.bottom-4{bottom:calc(var(--spacing)*4)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-auto{margin-inline:auto}.my-4{margin-block:calc(var(--spacing)*4)}.my-5{margin-block:calc(var(--spacing)*5)}.\!mt-0{margin-top:calc(var(--spacing)*0)!important}.mr-5{margin-right:calc(var(--spacing)*5)}.block{display:block}.block\!{display:block!important}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1}.h-\[80px\]{height:80px}.min-h-80{min-height:calc(var(--spacing)*80)}.\!w-\[80px\]{width:80px!important}.w-\[80px\]{width:80px}.w-full{width:100%}.w-max{width:max-content}.max-w-2xl{max-width:var(--container-2xl)}.max-w-min{max-width:min-content}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.items-baseline{align-items:baseline}.items-center{align-items:center}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing)*2)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-black{border-color:var(--color-black)}.bg-\[\#E9E4DE\]{background-color:#e9e4de}.p-1\.5{padding:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.text-center{text-align:center}.text-left{text-align:left}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-black{color:var(--color-black)}.uppercase{text-transform:uppercase}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.select-all{-webkit-user-select:all;user-select:all}@media (hover:hover){.hover\:bg-black:hover{background-color:var(--color-black)}.hover\:text-\[\#E9E4DE\]:hover{color:#e9e4de}}.focus\:border-black:focus{border-color:var(--color-black)}.focus\:ring-black:focus{--tw-ring-color:var(--color-black)}@media (min-width:40rem){.sm\:my-8{margin-block:calc(var(--spacing)*8)}.sm\:hidden{display:none}.sm\:table-cell{display:table-cell}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}}@media (min-width:64rem){.lg\:flex{display:flex}}@media (min-width:80rem){.xl\:mx-auto{margin-inline:auto}}}@font-face{font-family:noto;src:url(/fonts/noto-sans/light.woff2)}@font-face{font-family:verlag;src:url(/fonts/verlag.woff2)}@font-face{font-family:ashbury;src:url(/fonts/ashbury.otf)}@font-face{font-family:roboto;src:url(/fonts/roboto.ttf)}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language,.verlag,h4.subtitle{font-family:verlag}.noto{font-family:noto}.ashbury,.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-item-wrapper ul a,h1.title{font-family:ashbury}.roboto,.shop__ .shop__categories__list li p{font-family:roboto}.homepage__{flex-direction:column;display:flex}.homepage__.not_slider{position:relative}.homepage__.not_slider h1{font-size:2.16em;font-weight:500;position:absolute;bottom:120px}.homepage__.not_slider img{width:250px;margin-left:7vw;position:absolute;bottom:90px}.homepage__.not_slider a{position:absolute;bottom:10px}@media only screen and (max-width:1024px){.homepage__ div{margin:20px 0}.homepage__ div *{display:block}.homepage__ div h1{margin-top:0;margin-bottom:0;font-size:1.5em;font-weight:300}.homepage__ div img{margin-bottom:2vh;margin-left:25vw}.homepage__ div a{margin-top:8vh;font-size:10px}}.homepage__shop-section-buy-btn-mobile{height:100px;position:relative}.homepage__shop-section-buy-btn-mobile img{position:absolute;top:-60%;right:-20%;transform:scaleX(-1)}.homepage__caption-mobile h2{font-weight:300}.homepage__caption-desktop{height:25vh;min-height:25vh;max-height:25vh}.homepage__caption-desktop .col{position:relative}.homepage__caption-desktop .col .homepage__caption-desktop-wrapper{position:absolute;bottom:0;left:0}.homepage__caption-desktop .col .homepage__caption-desktop-wrapper img{transform:translate(-20%)}.homepage__caption-desktop .col .homepage__caption-desktop-wrapper h1{margin-bottom:0}.homepage__caption-desktop .col h1{font-weight:300}.homepage__featured-story{background-repeat:no-repeat;background-size:cover;height:80vh;min-height:80vh;max-height:80vh;position:relative}.homepage__featured-story.mobile{height:110vh;min-height:110vh;max-height:110vh}.homepage__featured-story .homepage__featured-story-wrapper{display:block;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.homepage__featured-story .homepage__featured-story-wrapper.mobile{width:calc(100vw - 70px)}.homepage__featured-story .homepage__featured-story-wrapper h1,.homepage__featured-story .homepage__featured-story-wrapper p{color:#fff;font-weight:300!important}.homepage__featured-story .homepage__featured-story-wrapper h1.title,.homepage__featured-story .homepage__featured-story-wrapper p.title{margin-bottom:0}.homepage__featured-story .homepage__featured-story-wrapper p{margin-top:2vh;margin-bottom:2vh;font-size:12.32px}.conditions__ p,.politics__ p{font-size:.96rem}.conditions__ .subtitle,.politics__ .subtitle{font-size:14.4px}#homepage__tilt-image{width:100%}.about__ h1{font-size:1.6em;font-weight:300}.about__ .about__numbers,.about__ h1.about__title{opacity:.5;letter-spacing:.4rem}.about__ .about__numbers{font-size:.4rem}.about__ .about__image{background-image:url(https://cdn.madebysea.com/gonzalez-gonzalez/about/bottom.jpeg);background-repeat:no-repeat;background-size:cover;height:80vh;min-height:80vh;max-height:80vh;position:relative}.about__ .about__image.mobile{height:30vh;min-height:30vh;max-height:30vh}.shop__ h1{margin:0;font-weight:300}.shop__ h1 span{cursor:pointer;opacity:.6}.shop__ h1 span.active{opacity:1}.shop__ .shop__search__input{opacity:1;text-transform:uppercase;letter-spacing:.2rem;background-color:#0000;background-image:url(/search-icon.png);background-position:0;background-repeat:no-repeat;background-size:15px 15px;border:0 solid;border-bottom:1.5px solid #000;outline:0;margin-bottom:30px;padding-bottom:1px;padding-left:20px;font-size:.9rem}.shop__ .shop__search__input:focus-visible{opacity:1;outline:none}.shop__ .shop__categories__list{border:0;margin:0;padding:0}.shop__ .shop__categories__list li{cursor:pointer;margin-right:30px;display:inline-block}.shop__ .shop__categories__list li p{text-transform:uppercase;letter-spacing:.2rem;opacity:.5;max-width:max-content;font-size:.9rem;transition:all .4s ease-in-out;position:relative}.shop__ .shop__categories__list li p:after,.shop__ .shop__categories__list li p:before{content:"";opacity:0;background-color:#000;width:0;height:1.5px;margin:4px 0 0;transition:all .4s ease-in-out;position:absolute;bottom:-5px;left:0}.shop__ .shop__categories__list li p:hover{opacity:.8}.shop__ .shop__categories__list li p:hover:after,.shop__ .shop__categories__list li p:hover:before{opacity:.8;width:calc(100% - 3px)}.shop__ .shop__categories__list li p.active{opacity:1}.shop__ .shop__categories__list li p.active:after,.shop__ .shop__categories__list li p.active:before{opacity:1;width:calc(100% - 3px)}.apartment__intro{background-color:#000;background-image:url(https://cdn.madebysea.com/gonzalez-gonzalez/apartment/intro.jpeg);background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;margin-top:-35px;margin-left:-35px;display:block;position:relative}.apartment__intro h1{color:#fff;position:absolute;bottom:15vh;left:20vw}.apartment__intro h1 span{text-transform:uppercase;letter-spacing:.25em}.apartment__intro.apartment__intro_mobile{margin-top:-110px;margin-bottom:-25px;margin-left:-25px}.apartment__intro.apartment__intro_mobile h1{font-weight:500;left:35px}.apartment__intro.apartment__intro_mobile h1 span{text-transform:uppercase;letter-spacing:.2em}.apartment__row{height:100vh;max-height:100vh}.apartment__row .apartment__half__content{flex-direction:row;display:flex}.apartment__row .apartment__half__content h1{text-transform:uppercase;margin-top:0;margin-bottom:25px}.apartment__row .apartment__half__content img{flex:1;width:50%;height:500px}.apartment__row .apartment__half__content span{flex:1;align-self:center;padding-left:65px}.apartment__row .apartment__full_img{object-fit:cover;width:100%;height:100%}.mobile__apartment h1:not(.__intro){text-transform:uppercase}.mobile__apartment img{object-fit:cover;width:100%}.mobile__book{text-align:center;margin-top:40px}.findus__ .find__us-leftimg{background-image:url(https://cdn.madebysea.com/gonzalez-gonzalez/contact/contact.jpg);background-repeat:no-repeat;background-size:cover;width:100%;height:100vh}.findus__ .find__us-leftimg.mobile{height:50vh}.findus__ h1{margin-top:50vh;font-size:2.16em;font-weight:500}.findus__ h1.mobile{margin-top:15vh;font-size:1.6rem}.findus__ .findus__category{letter-spacing:.35rem;text-transform:uppercase;font-size:.64rem;font-weight:700}.findus__ .findus__category.mobile{font-size:.48rem}.findus__ .findus__regular{color:#000;font-size:.8rem;font-weight:500;text-decoration:none}.findus__ .findus__regular.mobile{font-size:.64rem}.article__{cursor:pointer}.article__ .article__image{opacity:0;max-width:300px;transition:all .5s linear;position:absolute;top:-35%;right:-450px;transform:translateY(-35%)}.article__ h4{font-weight:300}.article__ h1{width:fit-content;block-size:fit-content;text-decoration:underline;position:relative;margin-bottom:10px!important}.article__ h1.second{letter-spacing:0;text-transform:none;font-size:1.84rem;text-decoration:none}.article__ h1.second.mobile{font-size:1.2rem}.article__:hover .article__image{opacity:1;transition:all 1s linear}.stories__.stories__mobile{margin-top:-110px;margin-bottom:-25px;margin-left:-25px}.stories__.stories__mobile .story__wrapper{width:calc(100vw - 70px);left:25px!important;transform:none!important}.stories__ .story__{background-repeat:no-repeat;background-size:cover;width:100vw;min-width:100vw;max-width:100vw;height:100vh;min-height:100vh;max-height:100vh;position:relative}.stories__ .story__ .story__wrapper{display:block;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.stories__ .story__ .story__wrapper h1,.stories__ .story__ .story__wrapper p{color:#fff;font-weight:300!important}.stories__ .story__ .story__wrapper h1.title,.stories__ .story__ .story__wrapper p.title{margin-bottom:0}.stories__ .story__ .story__wrapper p{margin-top:2vh;margin-bottom:2vh;font-size:14px}.noteintro__.noteintro__mobile{margin-top:-110px;margin-bottom:-25px;margin-left:-25px}.noteintro__.noteintro__mobile .note__wrapper{width:calc(100vw - 70px);left:25px!important;transform:none!important}.noteintro__.noteintro__{background-repeat:no-repeat;background-size:cover;width:100vw;min-width:100vw;max-width:100vw;height:100vh;min-height:100vh;max-height:100vh;position:relative}.noteintro__.noteintro__ .note__wrapper{display:block;position:absolute;bottom:50px;left:49%;transform:translate(-50%)}.noteintro__.noteintro__ .note__wrapper h1,.noteintro__.noteintro__ .note__wrapper p{color:#fff;font-weight:300!important}.noteintro__.noteintro__ .note__wrapper h1.title,.noteintro__.noteintro__ .note__wrapper p.title{margin-bottom:0}.noteintro__.noteintro__ .note__wrapper p{margin-top:3vh;margin-bottom:3vh;font-size:14px}.noteintro__.noteintro__ .note__wrapper .arrow{zoom:1.2;cursor:pointer}.notecontent__ h1{font-size:1.6em;font-weight:300}.notecontent__.notecontent__mobile{margin-top:25px}.notecontent__.notecontent__mobile h1{font-size:1.36rem}.notecontent__{margin-top:35px}.notecontent__ img{width:100%}.notecontent__ h1,.notecontent__ h4{font-weight:300}.notecontent__ h4{margin:50px 0;font-size:96%}.notecontent__ .note__leftcolimg{width:70%}.notecontent__ .note__leftcolimg.mobile{width:100%;margin-bottom:50px}.notecontent__ p{font-family:noto}.productpage__ .productpage-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:64vw;min-height:calc(100vh + 35px);margin-top:-35px;margin-bottom:-35px;margin-left:-35px}.productpage__ .productpage-image-mobile{width:100%;min-width:100%;max-width:100%;height:auto;margin:0}.productpage__finished-animation{transform:none!important}.navigation__{z-index:1;width:100%;position:absolute;top:0;left:0}.navigation__ .grid{padding-top:20px}.navigation__ .inner_left_nav{display:flex}.navigation__ .inner_left_nav img{width:75px;height:75px}.navigation__ .inner_left_nav .flex-alignment{justify-content:space-between;align-items:center;width:100%;display:flex}.navigation__ .inner_left_nav .flex-alignment a{text-transform:uppercase;margin-left:35px;letter-spacing:4px!important;font-weight:300!important}.navigation__ .inner_right_nav{justify-content:space-between;align-items:center;height:100%;display:flex}.navigation__ .inner_right_nav ul{align-items:center;list-style-type:none;display:flex;margin:0!important;padding:0!important}.navigation__ .inner_right_nav ul li{float:left}.navigation__ .inner_right_nav ul li.cart{cursor:pointer;margin-left:35px;position:relative}.navigation__ .inner_right_nav ul li.cart .cart-item-counter{color:#fff;background-color:#000;border-radius:20px;width:20px;height:20px;display:block;position:absolute;bottom:-20%;left:50%}.navigation__ .inner_right_nav ul li.cart .cart-item-counter span{line-height:10px;position:absolute;top:4px;left:6px}.navigation__ .inner_right_nav ul li.cart img{vertical-align:middle;width:30px;height:30px;margin:0!important}.navigation__ .inner_right_nav ul li a{color:#000}.navigation__ .inner_right_nav ul li a.inverse{color:#fff}.navigation__ .inner_right_nav ul li.white .cart-item-counter{color:#000;background-color:#fff}.navigation__ .inner_right_nav a{text-transform:uppercase;margin-left:35px;letter-spacing:4px!important;font-weight:300!important}.navigation_mobile__{padding-top:15px;padding-left:25px;padding-right:25px}.navigation_mobile__ .navigation_mobile__menu{z-index:-1;opacity:0;background-color:#e9e4de;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:100%;transition:z-index .5s ease-out .5s,opacity .5s ease-out;position:fixed;top:0;left:0}.navigation_mobile__ .navigation_mobile__menu a{text-decoration:none}.navigation_mobile__ .navigation_mobile__menu.opened{opacity:1;z-index:3;transition:opacity .5s ease-in}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language{position:absolute;top:35px;right:35px}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language ul{margin:10px 0;text-decoration:none;display:flex}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language ul li{list-style-type:none}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language ul li a{text-decoration:none}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language a{text-transform:uppercase;color:#0006}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language .es{margin-left:35px}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-language .active{color:#000}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-followus{display:none;position:absolute;bottom:35px;right:35px}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-item-wrapper{position:absolute;bottom:35px;left:35px}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-item-wrapper ul{margin:0;padding:30px 0 0;list-style:none}.navigation_mobile__ .navigation_mobile__menu .navigation_mobile__menu-item-wrapper ul a{text-transform:capitalize;color:#000;font-size:1.6rem}.navigation_mobile__ .navigation_mobile__logo{width:70px;height:70px}.navigation_mobile__ .navigation_mobile__wrapper{grid-auto-flow:column;display:grid}.navigation_mobile__ .navigation_mobile__wrapper *{z-index:1;justify-content:center;align-items:center;display:flex}.navigation_mobile__ .navigation_mobile__wrapper .cart{float:right;justify-self:end;position:relative}.navigation_mobile__ .navigation_mobile__wrapper .cart img{width:30px;height:25px}.navigation_mobile__ .navigation_mobile__wrapper .cart .cart-item-counter{color:#fff;background-color:#000;border-radius:20px;width:18px;height:18px;display:block;position:absolute;bottom:25%;right:-20%}.navigation_mobile__ .navigation_mobile__wrapper .cart .cart-item-counter span{line-height:10px;position:absolute;top:4px;left:5px}.navigation_mobile__ .navigation_mobile__wrapper .cart.white .cart-item-counter{color:#000;background-color:#fff}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper{z-index:4;justify-content:start}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container{cursor:pointer;z-index:4;display:inline-block}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar{background-color:#000;width:30px;height:1px}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar.navigation_mobile__menubtn-bar-white{background-color:#fff}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar.navigation_mobile__menubtn-bar-white.open{background-color:#000}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar{margin:6px 0;transition:all .4s}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar.open.navigation_mobile__menubtn-bar.bar1{transform:rotate(-45deg)translate(-2.5px,2.5px)}.navigation_mobile__ .navigation_mobile__wrapper .navigation_mobile__menubtn-align-helper .navigation_mobile__menubtn-container .navigation_mobile__menubtn-bar.open.navigation_mobile__menubtn-bar.bar2{transform:rotate(45deg)translate(-2.5px,-2.5px)}.cart__popup{z-index:3;opacity:1;background-color:#5f5a56}.cart__popup.cart__close{opacity:0;z-index:0}.cart__popup.desktop{width:34%;min-width:34%;max-width:34%;height:100vh;min-height:100vh;max-height:100vh;transition:all .6s ease-in-out;position:fixed;top:0;right:0}.cart__popup.desktop.cart__close{transition:all .6s ease-in-out;right:-34%}.cart__popup.desktop .cart__popup__close{top:50px;right:35px}.cart__popup.mobile{z-index:4;width:100vw;min-width:100vw;max-width:100vw;height:100%;min-height:100%;max-height:100%;transition:all .6s ease-in-out;position:fixed;top:0;left:0}.cart__popup.mobile.cart__close{transition:all .6s ease-in-out;top:100vh}.cart__popup.mobile .cart__popup__close{top:45px;right:25px;z-index:5!important}.cart__popup .cart__popup__close{cursor:pointer;z-index:4;display:inline-block;position:fixed}.cart__popup .cart__popup__close .cart__popup__close-bar{background-color:#fff;width:30px;height:1px;margin:6px 0}.cart__popup .cart__popup__close .cart__popup__close-bar.cart__popup__close-bar1{transform:rotate(-45deg)translate(-2.5px,2.5px)}.cart__popup .cart__popup__close .cart__popup__close-bar.cart__popup__close-bar2{transform:rotate(45deg)translate(-2.5px,-2.5px)}.lang__changer{cursor:pointer}@media only screen and (min-width:1024px) and (max-width:1630px){.left-nav{width:10%!important}.middle-nav{width:70%!important}.right-nav{width:35%!important}.lang__changer{margin-left:0!important}}.footer__{border-top:1px solid #000;padding-top:50px}.footer__.mobile{border-top:1px solid #000;padding-top:35px}.footer__ .footer__left img{width:50%}.footer__ .footer__left p{margin-bottom:0;font-size:17.6px}.footer__ .footer__left a{color:#000;text-decoration:none}.footer__ .footer__left a:hover{text-decoration:underline}.footer__ .footer__middle{position:relative}.footer__ .footer__middle ul.desktop{margin:0;position:absolute}.footer__ .footer__middle ul.desktop:first-child{top:0}.footer__ .footer__middle ul.desktop:nth-child(2){top:50%;transform:translateY(-50%)}.footer__ .footer__middle ul.desktop:nth-child(3){bottom:0}.footer__ .footer__middle ul{padding-left:0;list-style:none}.footer__ .footer__middle ul li a{color:#000;letter-spacing:4px;font-size:11.2px;line-height:30px;text-decoration:none}.footer__ .footer__middle ul li.madebysea{margin-top:15px}.footer__ .footer__middle ul li.madebysea a{letter-spacing:.02rem;font-size:14px;font-weight:700}.slider__container{background-color:#000;width:calc(100% + 35px);min-width:calc(100% + 35px);max-width:calc(100% + 35px);height:100vh;min-height:100vh;max-height:100vh;position:relative}.slider__container .slider__image-wrapper{width:100%;max-width:100%;height:100%;max-height:100%;position:relative}.slider__container .slider__image-wrapper .slider__image{object-fit:cover;opacity:0;width:100%;max-width:100%;height:100%;max-height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.slider__container .slider__image-wrapper .slider__image.slider__image-active{opacity:1;transition:opacity 1s ease-in-out}@media only screen and (max-width:1024px){.slider__container{width:calc(100% + 70px);min-width:calc(100% + 70px);max-width:calc(100% + 70px);height:60vh;min-height:60vh;max-height:60vh;margin-right:-35px}}.slider__container .slider__text{color:#fff;letter-spacing:.5px;opacity:0;width:35%;margin:0;font-size:12.8px;transition:all .5s linear;position:absolute;bottom:77px;left:35px}.slider__container .slider__text.slider__text-active{opacity:1;transition:all 1.5s linear .5s}.slider__container .slider__numbers{margin:0;padding-left:0;list-style:none;position:absolute;bottom:35px;left:35px}.slider__container .slider__numbers li{color:#fff;opacity:.5;letter-spacing:4px;pointer-events:none;width:40px;margin-right:20px;font-size:12.8px;font-weight:500;transition:all 1.5s linear;display:inline-block}.slider__container .slider__numbers li.active{opacity:1;transition:all 1.5s linear}.slider__container .slider__numbers li.active .slider__number__border .slider__number__border__progress{width:100%;transition:width 6s}.slider__container .slider__numbers li .slider__number__border{background-color:#ffffff80;width:100%;height:2px;margin-top:8px;display:block}.slider__container .slider__numbers li .slider__number__border .slider__number__border__progress{background-color:#fff;width:0;height:100%;transition:width;display:block}.story__{cursor:pointer}.story__.mobile{margin-bottom:5vh}.story__.mobile .story__info-image,.story__.mobile .story__info-image div{min-height:50vh!important;max-height:50vh!important}@media only screen and (min-width:700px) and (max-width:1024px){.story__.mobile .story__info-image,.story__.mobile .story__info-image div{min-height:90vh!important;max-height:90vh!important}}.story__ .story__info-image,.story__ .story__info-image div{min-width:100%;max-width:100%;min-height:70vh;max-height:70vh;position:relative}.story__ .story__info-image div{background-repeat:no-repeat;background-size:cover;top:0;left:0}.story__ .story__info-image div.story__info-image-hover{opacity:0;background-position:50%;background-size:100%;transition:opacity .5s ease-in-out .7s,background-size .8s ease-in-out;position:absolute;top:0;left:0}.story__ .story__info-image:hover div.story__info-image-hover{opacity:1;background-size:105%;transition:opacity .5s ease-in-out,background-size 1.5s ease-in-out}.story__ .story__info-wrapper{width:100%;display:inline-block}.story__ .story__info-wrapper h4.story__description{float:left;text-transform:uppercase;letter-spacing:.1rem;width:66%;margin-right:1%;font-weight:300}.story__ .story__info-wrapper h4.story__price{float:left;text-align:right;width:33%}.selectbox__{border-top:1px solid #00000080;border-bottom:1px solid #00000080;margin-left:-35px;margin-right:-35px}.selectbox__ .selectbox__main{height:65px;padding-left:35px;padding-right:35px;line-height:65px}.selectbox__ .selectbox__main .selectbox__main__text{float:left;text-transform:uppercase;color:#000;letter-spacing:6px;white-space:nowrap;text-overflow:ellipsis;width:75%;font-size:8.8px;font-weight:700;overflow:hidden}.selectbox__ .selectbox__main .selectbox__main__arrow{float:left;width:24%;height:65px;position:relative}.selectbox__ .selectbox__main .selectbox__main__arrow img{transform-origin:50% 25%;transition:all .3s linear;position:absolute;top:50%;right:0;transform:translateY(-50%)}.selectbox__ .selectbox__main .selectbox__main__arrow.rotate img{transition:all .3s linear .2s;transform:rotate(180deg)}.selectbox__ .selectbox__options.hide{opacity:0;max-height:0;transition:max-height .6s ease-in-out 50ms,opacity .2s linear}.selectbox__ .selectbox__options.show{opacity:1;max-height:325px;transition:max-height .6s ease-in-out,opacity .2s linear .4s;overflow:scroll}.selectbox__ .selectbox__options ul{margin:0;padding:0;list-style:none}.selectbox__ .selectbox__options ul .selectbox__options_item{text-transform:uppercase;color:#000;letter-spacing:6px;height:65px;margin:0;padding-left:35px;font-size:8.8px;font-weight:500;position:relative}.selectbox__ .selectbox__options ul .selectbox__options_item span{position:absolute;top:50%;transform:translateY(-50%)}.newsletter__{flex-flow:column;justify-content:space-between;width:100%;height:100%;display:flex}.newsletter__.mobile p{margin-top:35px;margin-bottom:35px}.newsletter__ .title{margin-bottom:0}.newsletter__ .newsletter__wrapper{border-bottom:1px solid #000;width:100%;padding-bottom:10px;display:inline-block}.newsletter__ .newsletter__wrapper button{float:left;text-align:right;text-transform:uppercase;letter-spacing:4px;background-color:#0000;border:0;width:34%;padding:0;font-family:verlag;font-size:11.2px}.newsletter__ .newsletter__wrapper button:hover{cursor:pointer}.newsletter__ .newsletter__wrapper input{float:left;background-color:#0000;border:0;width:66%;padding:0;font-family:roboto;font-size:12.8px}.newsletter__ .newsletter__wrapper input::placeholder{color:#000;font-family:roboto;font-size:12.8px}.newsletter__ .newsletter__wrapper input:focus{outline:none;font-family:roboto;font-size:12.8px}.product__.mobile{margin-bottom:5vh}.product__.mobile .product__info-image,.product__.mobile .product__info-image div{min-height:50vh!important;max-height:50vh!important}@media only screen and (min-width:700px) and (max-width:1024px){.product__.mobile .product__info-image,.product__.mobile .product__info-image div{min-height:90vh!important;max-height:90vh!important}}.product__ .product__info-image{aspect-ratio:1/1.3;position:relative}.product__ .product__info-image .product__out-of-stock-marker{z-index:2;width:75px;height:75px;position:absolute;top:10px;right:25px}.product__ .product__info-image div{aspect-ratio:1/1.3;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;top:0;left:0}.product__ .product__info-image div.product__info-image-hover{opacity:0;background-size:cover;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.product__ .product__info-image:hover div.product__info-image-hover{opacity:1;transition:opacity .5s ease-in-out}.product__ .product__info-wrapper{width:100%;display:inline-block}.product__ .product__info-wrapper h4{color:#000;margin-bottom:0;text-decoration:none}.product__ .product__info-wrapper h4.product__description{float:left;text-transform:uppercase;letter-spacing:.1rem;width:66%;margin-right:1%;font-size:14.4px;font-weight:300}@media only screen and (max-width:500px){.product__ .product__info-wrapper h4.product__description{font-size:12.8px}}.product__ .product__info-wrapper h4.product__price{float:left;text-align:right;width:33%;font-size:13.6px}@media only screen and (max-width:500px){.product__ .product__info-wrapper h4.product__price{margin-top:22px;font-size:12px}}.productForm__inherit{width:inherit;position:fixed}.productForm__inherit .productForm__spacer{padding-top:10vh}.productForm__inherit .productForm__{flex-direction:column;justify-content:space-between;width:calc(100% - 28px);height:calc(100vh - 35px);padding-left:35px;padding-right:35px;display:flex}.productForm__inherit .productForm__ .productForm__scrollable{scrollbar-width:none;-ms-overflow-style:none;max-height:calc(100% - 190px);overflow-y:auto}.productForm__inherit .productForm__ .productForm__scrollable::-webkit-scrollbar{width:0;height:0}.productForm__inherit .productForm__ .productForm__variants{flex-direction:row;gap:5px;padding:0;list-style:none;display:flex}.productForm__inherit .productForm__ .productForm__variants li{color:#000;background-color:#0000;border:1px solid #000;padding:2px 10px;font-weight:500;transition:all .5s ease-in-out}.productForm__inherit .productForm__ .productForm__variants li.active,.productForm__inherit .productForm__ .productForm__variants li:hover{color:#fff;cursor:pointer;background-color:#000;font-weight:700}.productForm__inherit .productForm__ .productForm__variants li.unavailable{opacity:.3}.productForm__inherit .productForm__ .productForm__variants li.unavailable.active,.productForm__inherit .productForm__ .productForm__variants li.unavailable:hover{color:#000;cursor:default;background-color:#0000;font-weight:500}.productForm__inherit .productForm__ .productForm__close{cursor:pointer;display:inline-block;position:fixed;top:35px;right:35px}.productForm__inherit .productForm__ .productForm__close .productForm__close-bar{background-color:#000;width:30px;height:1px;margin:6px 0}.productForm__inherit .productForm__ .productForm__close .productForm__close-bar.productForm__close-bar1{transform:rotate(-45deg)translate(-2.5px,2.5px)}.productForm__inherit .productForm__ .productForm__close .productForm__close-bar.productForm__close-bar2{transform:rotate(45deg)translate(-2.5px,-2.5px)}.productForm__inherit .productForm__ .productForm__pin-to-bottom{background-color:#e9e4de;position:sticky;bottom:0;right:0}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__specification-title{letter-spacing:.35rem;text-transform:uppercase;margin-bottom:0;font-size:75%;font-weight:700}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__specification-value{letter-spacing:.02rem;margin-top:10px;font-weight:300}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__bottom-container{border-top:1px solid #0009;width:100%;margin-left:-35px;margin-right:-35px;padding-left:35px;padding-right:35px;display:inline-block;position:relative}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__bottom-container .productForm__bottom-container-bigger{cursor:pointer;letter-spacing:.35rem;text-transform:uppercase;float:left;width:75%;margin:35px 0;font-size:90%;font-weight:700}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__bottom-container .productForm__bottom-container-bigger.unavailable{opacity:.3}.productForm__inherit .productForm__ .productForm__pin-to-bottom .productForm__bottom-container .productForm__bottom-container-smaller{letter-spacing:.35rem;float:left;text-align:right;width:25%;margin:35px 0;font-weight:700}.productForm__inherit-mobile{position:relative}.productForm__inherit-mobile .productForm__variants{flex-flow:wrap;gap:5px;padding:0;list-style:none;display:flex}.productForm__inherit-mobile .productForm__variants li{color:#000;background-color:#0000;border:1px solid #000;padding:2px 10px;font-weight:500;transition:all .5s ease-in-out}.productForm__inherit-mobile .productForm__variants li.active,.productForm__inherit-mobile .productForm__variants li:hover{color:#fff;cursor:pointer;background-color:#000;font-weight:700}.productForm__inherit-mobile .productForm__variants li.unavailable{opacity:.3}.productForm__inherit-mobile .productForm__variants li.unavailable.active,.productForm__inherit-mobile .productForm__variants li.unavailable:hover{color:#000;cursor:default;background-color:#0000;font-weight:500}.productForm__inherit-mobile .productForm__close{cursor:pointer;display:inline-block;position:fixed;top:25px;right:25px}.productForm__inherit-mobile .productForm__close .productForm__close-bar{background-color:#000;width:30px;height:1px;margin:6px 0}.productForm__inherit-mobile .productForm__close .productForm__close-bar.productForm__close-bar1{transform:rotate(-45deg)translate(-2.5px,2.5px)}.productForm__inherit-mobile .productForm__close .productForm__close-bar.productForm__close-bar2{transform:rotate(45deg)translate(-2.5px,-2.5px)}.productForm__inherit-mobile .productForm__specification-title{letter-spacing:.35rem;text-transform:uppercase;margin-bottom:0;font-size:75%;font-weight:700}.productForm__inherit-mobile .productForm__specification-value{letter-spacing:.02rem;margin-top:10px;font-weight:300}.productForm__inherit-mobile .productForm__bottom-container{width:inherit;position:relative}.productForm__inherit-mobile .productForm__bottom-container .productForm__bottom-container-wrapper{background-color:#e9e4de;border-top:1px solid #0009;width:calc(100% - 50px);padding-left:25px;padding-right:25px;display:inline-block;position:fixed;bottom:0;left:0}.productForm__inherit-mobile .productForm__bottom-container .productForm__bottom-container-wrapper .productForm__bottom-container-bigger{cursor:pointer;letter-spacing:.35rem;text-transform:uppercase;float:left;width:75%;margin:25px 0;font-size:70%;font-weight:700}.productForm__inherit-mobile .productForm__bottom-container .productForm__bottom-container-wrapper .productForm__bottom-container-bigger.unavailable{opacity:.3}.productForm__inherit-mobile .productForm__bottom-container .productForm__bottom-container-wrapper .productForm__bottom-container-smaller{letter-spacing:.35rem;float:left;text-align:right;width:25%;margin:25px 0;font-size:70%;font-weight:700}.productForm__animate{opacity:0;transition:all .2s ease-in-out}.productForm__animate.trigger{opacity:1}.add-item-to-cart{opacity:0;background-color:#2f2e2c;border-radius:3px;padding:20px;position:fixed;bottom:10vh;left:50%;transform:translate(-50%)}.add-item-to-cart.show{animation-name:addToCart;animation-duration:4s}.add-item-to-cart p{text-transform:uppercase;color:#e9e4de;margin:0}@keyframes addToCart{0%{opacity:0}30%{opacity:1}to{opacity:0}}.cart__component.desktop{height:100vh;position:relative}.cart__component.desktop .cart__component__empty{position:absolute;bottom:70px}.cart__component.desktop .cart__component__empty .cart__component__empty-message{color:#fff;margin-bottom:35px;margin-left:35px}.cart__component.desktop .cart__component__empty .global__link{margin-left:35px!important}.cart__component.desktop .title{color:#fff;padding-left:35px}.cart__component.desktop .cart__component__lineItems{max-height:calc(80vh - 2.7em - 35px);overflow-y:scroll}.cart__component.desktop .cart__component__lineItems .cart__component__lineItems-spacer{width:100%;height:80px;min-height:80px;max-height:80px}.cart__component.desktop .cart__component-bottom{letter-spacing:.35rem;background-color:#5f5a56f2;border-top:1px solid #fff;width:100%;height:72px;line-height:72px;display:inline-block;position:absolute;bottom:0}.cart__component.desktop .cart__component-bottom .cart__component-bottom-left{cursor:pointer;float:left;color:#fff;width:calc(50% - 35px);margin-left:35px;font-size:11.2px;font-weight:700;text-decoration:none}.cart__component.desktop .cart__component-bottom .cart__component-bottom-left:hover{text-decoration:underline}.cart__component.desktop .cart__component-bottom .cart__component-bottom-left.unav{color:#ffffff4d}.cart__component.desktop .cart__component-bottom .cart__component-bottom-right{float:left;color:#fff;text-align:right;width:calc(50% - 35px);margin:0 35px 0 0;font-size:12.8px}.cart__component.mobile{height:100%;position:relative}.cart__component.mobile .title{color:#fff;padding-left:25px}.cart__component.mobile .cart__component-bottom .cart__component-bottom-right{margin-right:25px}.cart__component.mobile .cart__component__lineItems{max-height:calc(80vh - 2.7em - 25px);overflow-y:scroll}.cart__component.mobile .cart__component__lineItems .cart__component__lineItems-spacer{width:100%;height:60px;min-height:60px;max-height:60px}.cart__component.mobile .cart__component-bottom{letter-spacing:.35rem;background-color:#5f5a56f2;border-top:1px solid #fff;width:100%;height:72px;line-height:72px;display:inline-block;position:absolute;bottom:0}.cart__component.mobile .cart__component-bottom .cart__component-bottom-left{cursor:pointer;float:left;color:#fff;width:calc(50% - 25px);margin-left:25px;font-size:11.2px;font-weight:700;text-decoration:none}.cart__component.mobile .cart__component-bottom .cart__component-bottom-left:hover{text-decoration:underline}.cart__component.mobile .cart__component-bottom .cart__component-bottom-left.unav{color:#ffffff4d}.cart__component.mobile .cart__component-bottom .cart__component-bottom-right{float:left;color:#fff;text-align:right;width:calc(50% - 25px);margin:0 25px 0 0;font-size:12.8px}.cart__component.mobile .cart__component__empty{position:absolute;bottom:35px}.cart__component.mobile .cart__component__empty .cart__component__empty-message{color:#fff;margin-bottom:25px;margin-left:25px}.cart__component.mobile .cart__component__empty .global__link{margin-left:25px!important}.lineItem__.desktop{flex-flow:wrap;width:calc(100% - 70px);height:280px;margin-bottom:35px;padding-left:35px;padding-right:35px;display:flex;position:relative}.lineItem__.desktop .lineItem__left{width:50%}.lineItem__.desktop .lineItem__left .variant__img{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.lineItem__.desktop .lineItem__right{flex-direction:column;width:46%;margin-left:4%;display:flex}.lineItem__.desktop .lineItem__right .lineItem__title{text-transform:uppercase;letter-spacing:.25rem;color:#fff;margin:0;font-size:14.4px;font-weight:300}.lineItem__.desktop .lineItem__right .lineItem__price{letter-spacing:0;color:#fff;font-size:12.8px;font-weight:500}.lineItem__.desktop .lineItem__right .lineItem__lower{margin-top:auto;display:inline-block}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__quantity{float:left;color:#fff;letter-spacing:.35rem;width:50%;font-weight:700}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper{border-bottom:1px solid #fff;padding-bottom:7px}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .minus{cursor:pointer;padding-left:5px}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .value{margin:0 5px}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .plus{text-align:right;cursor:pointer}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__remove{text-align:right;float:left!important;width:50%!important}.lineItem__.desktop .lineItem__right .lineItem__lower .lineItem__remove .global__link{letter-spacing:.35rem!important;color:#fff!important;cursor:pointer!important;font-size:8px!important;font-weight:700!important}.lineItem__.mobile{width:calc(100% - 50px);margin-bottom:50px;padding-left:25px;padding-right:25px;position:relative}.lineItem__.mobile .lineItem__image{width:100%}.lineItem__.mobile .lineItem__image .variant__img{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:300px}.lineItem__.mobile .lineItem__info{flex-direction:column;width:100%;display:flex}.lineItem__.mobile .lineItem__info .lineItem__title-price{display:inline-block}.lineItem__.mobile .lineItem__info .lineItem__title-price .lineItem__title{text-transform:uppercase;float:left;letter-spacing:.25rem;color:#fff;width:50%;font-size:12.8px;font-weight:300}.lineItem__.mobile .lineItem__info .lineItem__title-price .lineItem__price{text-align:right;float:left;letter-spacing:0;color:#fff;width:50%;font-size:12.8px;font-weight:500}.lineItem__.mobile .lineItem__info .lineItem__lower{margin-top:auto;display:inline-block}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__quantity{float:left;color:#fff;letter-spacing:.35rem;width:50%;font-weight:700}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper{border-bottom:1px solid #fff;padding-bottom:7px}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .minus{cursor:pointer;padding-left:5px}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .value{margin:0 5px}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__quantity .lineItem__quantity-wrapper .plus{text-align:right;cursor:pointer}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__remove{text-align:right;float:left!important;width:50%!important}.lineItem__.mobile .lineItem__info .lineItem__lower .lineItem__remove .global__link{letter-spacing:.35rem!important;color:#fff!important;cursor:pointer!important;font-size:8px!important;font-weight:700!important}html,html body{overflow-x:hidden}html body{background-color:#e9e4de;margin:0;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}html body main.fade{transition:opacity .45s cubic-bezier(.215,.61,.355,1)}html body .grid{padding:25px;display:block}@media only screen and (min-width:1024px){html body .grid{padding:35px}}html body .grid .row,html body .grid .row .col{width:100%}html body .grid .row .col.vw{width:100vw!important}@media only screen and (min-width:1024px){html body .grid .row{justify-content:space-between;display:flex}html body .grid .row .col.padding{padding-right:70px}html body .grid .row .col.padding.half{padding-right:35px}html body .grid .row .col.col1_3{width:33%}html body .grid .row .col.col2_3{width:66%}html body .grid .row .col.col2_3.compensate-padding{width:calc(66% + 70px)}html body .grid .row .col.col3_3{width:100%}html body .grid .row .col.align-smaller-col{margin-right:-35px}}.marginless{width:calc(100% + 70px);min-width:calc(100% + 70px);max-width:calc(100% + 70px);margin:-35px}.marginless.no-top{margin-top:0}.navigation__global{color:#000;letter-spacing:6px;max-width:max-content;font-size:11.2px;font-weight:700;text-decoration:none;transition:all .4s ease-in-out;position:relative}@media only screen and (max-width:1024px){.navigation__global{font-size:8.8px}}.navigation__global:after,.navigation__global:before{content:"";opacity:0;background-color:#000;width:0;height:1.5px;margin:4px 0 0;transition:all .4s ease-in-out;position:absolute;bottom:-10px;left:0}.navigation__global.inverse{color:#fff}.navigation__global.inverse:after,.navigation__global.inverse:before{background-color:#fff}.navigation__global:hover:after,.navigation__global:hover:before{opacity:1;width:calc(100% - 3px)}.global__link{color:#000;letter-spacing:6px;max-width:max-content;font-size:11.2px;font-weight:700;text-decoration:none;position:relative}@media only screen and (max-width:1024px){.global__link{font-size:8.8px}}.global__link:after,.global__link:before{content:"";opacity:1;background-color:#000;width:calc(100% - 3px);height:1.5px;margin:4px 0 0;position:absolute;bottom:-10px;left:0}.global__link.global__link-mobile:after,.global__link.global__link-mobile:before{opacity:1;width:calc(100% - 3px);height:.8px}.global__link.inverse{color:#fff}.global__link.inverse:after,.global__link.inverse:before{background-color:#fff}.global__link:hover:after,.global__link:hover:before{animation-name:link-hover-anim;animation-duration:.6s;animation-iteration-count:1}@keyframes link-hover-anim{0%{opacity:1;width:calc(100% - 3px)}5%{opacity:0;width:0}to{opacity:1;width:calc(100% - 3px)}}h4.subtitle{text-transform:uppercase;letter-spacing:.2rem;font-size:11.2px;font-weight:300}@media only screen and (max-width:500px){h4.subtitle{font-size:9.6px}}h1.title{text-transform:uppercase;letter-spacing:.4rem;margin-top:0;margin-bottom:35px;font-size:2.16em;font-weight:300}@media only screen and (max-width:500px){h1.title{font-size:1.2rem}}.spacer{padding-top:20vh}.spacer.half{padding-top:8vh}.spacer.small{padding-top:4vh}.fade-in-section{opacity:0;visibility:hidden;will-change:opacity,visibility;transition:opacity 3s ease-out,transform 3s ease-out;transform:translateY(8vh)}.fade-in-section.is-visible{opacity:1;visibility:visible;transform:none}.animated-image{max-width:60%}.animated-image.mobile{max-width:90%}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}