/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{cursor:default;overflow-x:hidden;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none}strong{font-weight:600}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*:focus,*:active{outline:none;box-shadow:none}a{color:inherit;text-decoration:none}button[disabled],input[disabled]{cursor:default}button{cursor:pointer}input,select,button{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:inherit;font-size:inherit;margin:0;outline:none;padding:0;-moz-appearance:none;-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}input[type=number]{-moz-appearance:textfield}select::-ms-expand{display:none}.bg-black{background-color:#000 !important}.black{color:#000 !important}.bg-white{background-color:#fff !important}.white{color:#fff !important}.bg-primary-gray{background-color:#eaeaea !important}.primary-gray{color:#eaeaea !important}.bg-primary-gray-lt{background-color:#ebecee !important}.primary-gray-lt{color:#ebecee !important}.bg-primary-gray-dk{background-color:#b5c1be !important}.primary-gray-dk{color:#b5c1be !important}.bg-ui-green{background-color:#5cc25e !important}.ui-green{color:#5cc25e !important}.bg-ui-green-bright{background-color:#50da79 !important}.ui-green-bright{color:#50da79 !important}.bg-ui-red{background-color:#fa4b21 !important}.ui-red{color:#fa4b21 !important}.bg-ui-blue{background-color:#4b9bc5 !important}.ui-blue{color:#4b9bc5 !important}.bg-ui-gray{background-color:#89a8a0 !important}.ui-gray{color:#89a8a0 !important}.bg-ui-gray-dk{background-color:#666 !important}.ui-gray-dk{color:#666 !important}.bg-ui-gray-lt{background-color:#d7d7d7 !important}.ui-gray-lt{color:#d7d7d7 !important}.bg-promo-muted-green{background-color:#9AB09F !important}.promo-muted-green{color:#9AB09F !important}.bg-promo-muted-blue{background-color:#acbfd1 !important}.promo-muted-blue{color:#acbfd1 !important}.bg-promo-yellow{background-color:#ffd102 !important}.promo-yellow{color:#ffd102 !important}.bg-promo-pink{background-color:#eabfbf !important}.promo-pink{color:#eabfbf !important}.bg-promo-orange{background-color:#f7b16f !important}.promo-orange{color:#f7b16f !important}body,.h1,.wysiwyg__container h1,.h1--tier-2,.h2,.wysiwyg__container h2,.h2--tier-2,.notfound-section .page__title,.h3,.wysiwyg__container h3,.instafeed-wrapper #insta-feed h2,.instafeed-wrapper .instafeed-shopify h2,.h4,.wysiwyg__container h4,.wysiwyg__container h5,.wysiwyg__container h6,.h4--tier-1,.h4--tier-2,.h4--tier-3,.loyalty-program-discount--discount-code,.checkbox .checkbox__label span,.nav>ul>li>a,.h5,.multi-option__title,.multi-option__label>span,.dropdown-menu .dropdown-menu__value,.radio-button .radio-button__title,.radio-button .radio-button__label>span,.header-cart-icon,.header-wishlist-icon,.nav>ul>li>.nav__dropdown>a,.nav>ul>li>.nav__dropdown>ul>li>a,.nav .nav__dropdown .nav__dropdown>ul,.p1,.p1--tier-2,.p1--tier-2-s,.btn,.section-hero-slider .section__cta .btn,.section-hero-slider-v2 .section__cta .btn,.p1--tier-3,.p1--tier-4,.dropdown-content a,.notfound-section .page__content,.notfound-section .page__redirect,.p1--tier-5,.ul,.ol,.btn.btn--small,.btn--link,.p2,.p2--tier-2,.p3,.p3--tier-1,body .yotpo div,body .yotpo span,body .yotpo p,body .yotpo a,body .yotpo img,body .yotpo i,body .yotpo strong,body .yotpo sup,body .yotpo ul,body .yotpo li,body .yotpo form,body .yotpo label,body .yotpo .avg-score,body .yotpo .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label,.wysiwyg__container,.header-cart__header__close{font-family:'CircularStd', sans-serif;font-weight:normal;line-height:1.2;letter-spacing:-0.03em}body{color:#000;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.h1,.wysiwyg__container h1{font-size:50px;line-height:1em}@media (min-width: 415px){.h1,.wysiwyg__container h1{font-size:100px;line-height:1em}}.h1--tier-2{font-size:50px;line-height:1em}@media (min-width: 415px){.h1--tier-2{font-size:90px;line-height:1em}}.h2,.wysiwyg__container h2{font-size:50px;line-height:1em;font-weight:300}@media (min-width: 431px){.h2,.wysiwyg__container h2{font-size:74px;line-height:1em}}.h2--tier-2{font-size:60px;line-height:1.3em}.notfound-section .page__title,.h3,.wysiwyg__container h3{font-size:50px;line-height:1em}@media (min-width: 415px){.notfound-section .page__title,.h3,.wysiwyg__container h3{font-size:45px;line-height:1em}}.instafeed-wrapper #insta-feed h2,.instafeed-wrapper .instafeed-shopify h2,.h4,.wysiwyg__container h4,.wysiwyg__container h5,.wysiwyg__container h6{font-size:25px;line-height:1em}@media (min-width: 415px){.instafeed-wrapper #insta-feed h2,.instafeed-wrapper .instafeed-shopify h2,.h4,.wysiwyg__container h4,.wysiwyg__container h5,.wysiwyg__container h6{font-size:34px;line-height:1em}}.h4--tier-1{font-size:25px;line-height:1em}@media (min-width: 769px){.h4--tier-1{font-size:34px;line-height:1em}}.h4--tier-2{font-size:22px;line-height:1em}@media (min-width: 431px){.h4--tier-2{font-size:34px;line-height:1em}}.h4--tier-2{font-size:22px;line-height:1em}@media (min-width: 431px){.h4--tier-2{font-size:34px;line-height:1em}}.h4--tier-3{font-size:32px;line-height:1em}.loyalty-program-discount--discount-code,.checkbox .checkbox__label span,.nav>ul>li>a,.h5{font-size:22px;line-height:1em}.multi-option__title,.multi-option__label>span,.dropdown-menu .dropdown-menu__value,.radio-button .radio-button__title,.radio-button .radio-button__label>span,.header-cart-icon,.header-wishlist-icon,.nav>ul>li>.nav__dropdown>a,.nav>ul>li>.nav__dropdown>ul>li>a,.nav .nav__dropdown .nav__dropdown>ul,.p1{font-size:15px;line-height:1.2em}@media (min-width: 415px){.multi-option__title,.multi-option__label>span,.dropdown-menu .dropdown-menu__value,.radio-button .radio-button__title,.radio-button .radio-button__label>span,.header-cart-icon,.header-wishlist-icon,.nav>ul>li>.nav__dropdown>a,.nav>ul>li>.nav__dropdown>ul>li>a,.nav .nav__dropdown .nav__dropdown>ul,.p1{font-size:20px;line-height:1.2em}}.p1--tier-2{font-size:13px;line-height:1em}@media (min-width: 415px){.p1--tier-2{font-size:20px;line-height:1em}}.p1--tier-2-s{font-size:18px;line-height:1.3em}.btn,.section-hero-slider .section__cta .btn,.section-hero-slider-v2 .section__cta .btn,.p1--tier-3{font-size:18px;line-height:1.3em}.p1--tier-4{font-size:16px;line-height:1.2em}.dropdown-content a,.notfound-section .page__content,.notfound-section .page__redirect,.p1--tier-5{font-size:15px;line-height:1.2em}.ul,.ol,.btn.btn--small,.btn--link,.p2{font-size:14px;line-height:1.3em}.p2--tier-2{font-size:13px;line-height:1.3em}.p3{font-size:10px;line-height:1.4em}@media (min-width: 415px){.p3{font-size:13px;line-height:1.3em}}.p3--tier-1{font-size:10px;line-height:1.3em}.hr{background-color:#000;border:none;display:block;height:1px;opacity:0.2;width:100%}.b0{border-radius:0}.italic,.wysiwyg__container i,.wysiwyg__container em{font-style:italic}.medium{font-weight:500}.loyalty-program-discount--discount-code,.bold,.wysiwyg__container b,.wysiwyg__container strong{font-weight:600}.normal{font-weight:600}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.underline--hover:hover{text-decoration:underline}.underline--no-hover{text-decoration:underline}.underline--no-hover:hover{text-decoration:none}.strike-through,.line-through{text-decoration:line-through}.decoration--none{text-decoration:none}.no-wrap{white-space:nowrap}.small{font-size:0.8em}.no-text{font-size:0}.h1--cyber-main{font-size:140px;line-height:93%}@media (max-width: 768px){.h1--cyber-main{font-size:66px}}.h3--cyber-secondary{font-size:50px;line-height:130%}@media (max-width: 768px){.h3--cyber-secondary{font-size:28px}}.align-l{text-align:left}.align-c{text-align:center}.align-r{text-align:right}.align-j{text-align:justify}.align-m,.ly-flag-icon{vertical-align:middle}.align-t{vertical-align:top}.align-b{vertical-align:baseline}.flip-h{transform:scale(-1, 1)}.container{margin:0 auto;position:relative;width:calc(100% - 20px)}@media (min-width: 769px){.container{width:calc(100% - 80px)}}.container--xxs{max-width:375px}.container--xs{max-width:414px}.container--s{max-width:768px}.container--m{max-width:1023px}.container--md{max-width:1200px}.container--l{max-width:1440px}.inline{display:inline}.inline-block{display:inline-block}.relative,.arrow{position:relative}.absolute{position:absolute}.fixed{position:fixed}.static{position:static}.pointer{cursor:pointer}.block,.dropdown-content a{display:block}@media (min-width: 376px){.block--xxs{display:block}}@media (min-width: 415px){.block--xs{display:block}}@media (min-width: 769px){.block--s{display:block}}@media (min-width: 1024px){.block--m{display:block}}@media (min-width: 1201px){.block--md{display:block}}@media (min-width: 1441px){.block--l{display:block}}.hide{display:none}@media (min-width: 376px){.hide--xxs{display:none}}@media (min-width: 415px){.hide--xs{display:none}}@media (min-width: 769px){.hide--s{display:none}}@media (min-width: 1024px){.hide--m{display:none}}@media (min-width: 1201px){.hide--md{display:none}}@media (min-width: 1441px){.hide--l{display:none}}.visible--xxs,.visible--xs,.visible--s,.visible--m,.visible--md,.visible--l{display:none}@media (min-width: 376px){.visible--xxs{display:block}}@media (min-width: 415px){.visible--xs{display:block}}@media (min-width: 769px){.visible--s{display:block}}@media (min-width: 1024px){.visible--m{display:block}}@media (min-width: 1201px){.visible--md{display:block}}@media (min-width: 1441px){.visible--l{display:block}}.f,.loader{display:flex}.fw{flex-wrap:wrap}.ais{align-items:flex-start}.aie{align-items:flex-end}.aic,.loader{align-items:center}.aib{align-items:baseline}.jcs{justify-content:flex-start}.jce{justify-content:flex-end}.jcc,.loader{justify-content:center}.jcb{justify-content:space-between}.jca{justify-content:space-around}.fa{flex:1 1 auto;min-width:0;min-height:0}.ff{flex-shrink:0}.fdc{flex-direction:column}.form-row{position:relative;margin-bottom:20px}.form-row.double{display:flex;justify-content:space-between}.form-row.double>div{width:calc( 50% - 10px)}select{font-family:inherit;font-size:inherit;font-weight:inherit}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}.checkbox-container{position:relative;display:flex;align-items:center;padding-left:30px;min-height:18px}.checkbox-container:hover span{border-color:#000 !important}.checkbox-container input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container input[type="checkbox"]:checked ~ span::after{display:block}.checkbox-container input[type="checkbox"]:checked ~ span{background-color:#000 !important}.checkbox-container span{position:absolute;left:0;width:18px;height:18px;border:1px solid #bfbfbf;cursor:pointer}.checkbox-container span:hover{border-color:#000}.checkbox-container span::after{content:"";position:absolute;left:5px;top:0px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);display:none}.checkbox-container span::after svg{color:white !important}.checkbox-container label{font-size:14px;line-height:1;cursor:pointer}.ratio{position:relative}.ratio::before{content:'';display:block;width:100%}.square::before{padding-top:100%}.rectangle{padding-bottom:calc(575/765 * 100%)}.hidden{display:none}.hidden-force{display:none !important}[v-cloak]{display:none}.sr-only,.header__icons__item__link--account .header-account__link__text,.dropbtn{display:block;height:0;overflow:hidden;text-indent:-9999px;width:0}.icon,.logo{position:relative}.icon svg,.logo svg{display:block;height:100%;width:100%}.fill{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.visible-block,.visible-inline,.visible-inline-block,.visible-xxs-block,.visible-xxs-inline,.visible-xxs-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-s-block,.visible-s-inline,.visible-s-inline-block,.visible-m-block,.visible-m-inline,.visible-m-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-l-block,.visible-l-inline,.visible-l-inline-block{display:none !important}@media (max-width: 375px){.visible-block{display:block !important}.visible-inline{display:inline !important}.visible-inline-block{display:inline-block !important}}@media (min-width: 376px) and (max-width: 414px){.hidden-xxs{display:none !important}.visible-xxs-block{display:block !important}.visible-xxs-inline{display:inline !important}.visible-xxs-inline-block{display:inline-block !important}}@media (min-width: 415px) and (max-width: 768px){.hidden-xs{display:none !important}.visible-xs-block{display:block !important}.visible-xs-inline{display:inline !important}.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 769px) and (max-width: 1023px){.hidden-s{display:none !important}.visible-s-block{display:block !important}.visible-s-inline{display:inline !important}.visible-s-inline-block{display:inline-block !important}}@media (min-width: 1024px) and (max-width: 1200px){.hidden-m{display:none !important}.visible-m-block{display:block !important}.visible-m-inline{display:inline !important}.visible-m-inline-block{display:inline-block !important}}@media (min-width: 1201px) and (max-width: 1440px){.hidden-md{display:none !important}.visible-md-block{display:block !important}.visible-md-inline{display:inline !important}.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1441px){.hidden-l{display:none !important}.visible-l-block{display:block !important}.visible-l-inline{display:inline !important}.visible-l-inline-block{display:inline-block !important}}hr{border:0;width:100%;height:1px;margin:30px 0;background:#000}hr.hr-grey{background:#b5c1be}.gradient{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);background-size:1000px 640px;position:relative}.skeleton-animation{will-change:transform;transform:translateZ(0);animation:loading 1s infinite ease-out;background:linear-gradient(to right, #FAFAFA 4%, #F4F4F4 24%, #FAFAFA 48%);background-size:200% 100%}.skeleton-animation.dark{background:linear-gradient(to right, #eaeaea 4%, #F4F4F4 24%, #eaeaea 48%);background-size:200% 100%}.flickity-button:focus{box-shadow:none}@media (max-width: 768px){body .kiwi-sizing-modal.modal-style-0 .kiwi-sizing-modal-inner{width:100% !important}}body .kiwi-sizing-modal .kiwi-sizing-modal-inner{position:absolute !important;top:-20px !important;left:380px !important;min-height:100% !important}@media (max-width: 768px){body .kiwi-sizing-modal .kiwi-sizing-modal-inner{top:auto !important;left:0 !important;width:100% !important}}body .kiwi-sizing-modal .ks-modal-header{text-align:left !important;padding:16px 32px !important;background-color:#f9f9f9}body .kiwi-sizing-modal .ks-modal-close{right:24px}body .kiwi-sizing-modal .ks-modal-content{padding-left:32px;padding-right:32px}body .kiwi-sizing-modal .ks-unit-toggle-wrapper{margin-bottom:8px}body .kiwi-sizing-modal .ks-unit-toggle{padding:4px;border:none !important;background-color:#ebecee;margin-right:1px}body .kiwi-sizing-modal .ks-unit-toggle-label{font-weight:400 !important;color:#666666 !important;font-size:14px !important;line-height:1 !important;border:none !important;padding:8px 10px !important;min-width:72px;text-align:center}body .kiwi-sizing-modal .ks-unit-toggle-label:hover{opacity:1 !important}body .kiwi-sizing-modal .ks-unit-toggle-label.kiwi-active{color:#000000 !important;background-color:#ffffff !important}body .kiwi-sizing-modal .ks-table{border-collapse:separate !important;border-spacing:2px !important;font-size:14px !important;line-height:1.3 !important}body .kiwi-sizing-modal .ks-table-wrapper table,body .kiwi-sizing-modal .ks-table-wrapper td,body .kiwi-sizing-modal .ks-table-wrapper th{border-style:none !important;border-width:none !important}body .kiwi-sizing-modal .ks-table tr:first-of-type{font-weight:400 !important;vertical-align:bottom !important}body .kiwi-sizing-modal .ks-table tr:first-of-type .ks-table-cell.ks-table-header-cell{background-color:#ebecee !important}body .kiwi-sizing-modal .ks-table tr:nth-of-type(2n+1){background:#f9f9f9 !important}body .kiwi-sizing-modal .ks-table tr:nth-of-type(2n){background-color:#fff !important}body .kiwi-sizing-modal .ks-table .ks-table-cell{margin:1px !important;text-align:left !important;padding:8px !important;font-size:14px !important}body .kiwi-sizing-modal .size-guide-section{padding-top:32px;margin-top:32px;border-top:1px solid #E2E9E7}body .kiwi-sizing-modal .size-guide-section-title{font-size:16px;line-height:1.3;margin-bottom:20px}body .kiwi-sizing-modal .size-guide-links{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-underline-offset:0.3em;text-decoration-thickness:1px;color:#000}body .kiwi-sizing-modal .ks-layout-group{padding:0px !important}body .kiwi-sizing-modal .measure-right-item{text-align:left;display:flex;gap:12px;margin-bottom:24px}body .kiwi-sizing-modal .measure-right-item h5,body .kiwi-sizing-modal .measure-right-item p{font-size:14px;line-height:1.3;font-family:'CircularStd', sans-serif}body .kiwi-sizing-modal .measure-right-item h5{margin-bottom:4px;font-weight:400}body .kiwi-sizing-modal .measure-right-item p{margin-bottom:0px}body .kiwi-sizing-modal .measure-right-item img{width:20px;height:20px}@media (max-width: 768px){body .kiwi-sizing-modal .ks-modal-close{right:5px;top:4px}body .kiwi-sizing-modal .ks-modal-content{padding-left:10px;padding-right:10px}body .kiwi-sizing-modal .ks-modal-header{padding:16px 10px !important}}.no-scroll{overflow:hidden}.wrapper{transition:transform 0.3s}.has-offset-main .wrapper{transform:translate3d(100%, 0, 0)}@media (min-width: 415px){.has-offset-main .wrapper{transform:none}}.wrapper--max-width{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.header,.footer{flex:0 0 auto;width:100%}.ul,.ol{padding-left:24px}.ul li,.ol li{margin-top:3px;position:relative}@media (min-width: 415px){.ul li,.ol li{margin-top:5px}}.ul li:first-child,.ol li:first-child{margin-top:0}.ul ul,.ul ol,.ol ul,.ol ol{margin-top:3px}@media (min-width: 415px){.ul ul,.ul ol,.ol ul,.ol ol{margin-top:5px}}.ul{list-style:disc}.ol{list-style:decimal}.mha,.mxa{margin-left:auto}.mha,.mxa{margin-right:auto}.mva,.mxa{margin-top:auto}.mva,.mxa{margin-bottom:auto}.mt0,.mv0,.mx0{margin-top:0}.mb0,.mv0,.mx0{margin-bottom:0}.pt0,.pv0,.px0{padding-top:0}.pb0,.pv0,.px0{padding-bottom:0}.pr0,.ph0,.px0{padding-right:0}.pl0,.ph0,.px0{padding-left:0}.mt025,.mv025,.mx025{margin-top:0.25em}.mb025,.mv025,.mx025{margin-bottom:0.25em}.ml025,.mh025,.mx025{margin-left:0.25em}.mr025,.mh025,.mx025{margin-right:0.25em}.pt025,.pv025,.px025{padding-top:0.25em}.pb025,.pv025,.px025{padding-bottom:0.25em}.pl025,.ph025,.px025{padding-left:0.25em}.pr025,.ph025,.px025{padding-right:0.25em}.mt05,.footer-social__link,.mv05,.mx05{margin-top:0.5em}.mb05,.mv05,.mx05{margin-bottom:0.5em}.ml05,.mh05,.mx05{margin-left:0.5em}.mr05,.footer-social__link,.mh05,.mx05{margin-right:0.5em}.pt05,.pv05,.px05{padding-top:0.5em}.pb05,.pv05,.px05{padding-bottom:0.5em}.pl05,.ph05,.px05{padding-left:0.5em}.pr05,.ph05,.px05{padding-right:0.5em}.mt075,.mv075,.mx075{margin-top:0.75em}.mb075,.mv075,.mx075{margin-bottom:0.75em}.ml075,.mh075,.mx075{margin-left:0.75em}.mr075,.mh075,.mx075{margin-right:0.75em}.pt075,.pv075,.px075{padding-top:0.75em}.pb075,.pv075,.px075{padding-bottom:0.75em}.pl075,.ph075,.px075{padding-left:0.75em}.pr075,.ph075,.px075{padding-right:0.75em}.mt1,.mv1,.mx1{margin-top:1em}.mb1,.mv1,.mx1{margin-bottom:1em}.ml1,.dropdown-content a,.mh1,.mx1{margin-left:1em}.mr1,.mh1,.mx1{margin-right:1em}.mln1{margin-left:-1em}.mrn1{margin-right:-1em}.mhn1{margin-left:-1em;margin-right:-1em}.pt1,.pv1,.px1{padding-top:1em}.pb1,.pv1,.px1{padding-bottom:1em}.pl1,.ph1,.px1{padding-left:1em}.pr1,.ph1,.px1{padding-right:1em}.mt15,.mv15,.mx15{margin-top:1.5em}.mb15,.mv15,.mx15{margin-bottom:1.5em}.ml15,.mh15,.mx15{margin-left:1.5em}.mr15,.mh15,.mx15{margin-right:1.5em}.mln15{margin-left:-1.5em}.mrn15{margin-right:-1.5em}.mhn15{margin-left:-1.5em;margin-right:-15em}.pt15,.pv15,.px15{padding-top:1.5em}.pb15,.pv15,.px15{padding-bottom:1.5em}.pl15,.ph15,.px15{padding-left:1.5em}.pr15,.ph15,.px15{padding-right:1.5em}.mt2,.mv2,.mx2{margin-top:2em}.mb2,.mv2,.mx2{margin-bottom:2em}.ml2,.mh2,.mx2{margin-left:2em}.mr2,.mh2,.mx2{margin-right:2em}.mln2{margin-left:-2em}.mrn2{margin-right:-2em}.mhn2{margin-left:-2em;margin-right:-2em}.pt2,.pv2,.px2{padding-top:2em}.pb2,.pv2,.px2{padding-bottom:2em}.pl2,.ph2,.px2{padding-left:2em}.pr2,.ph2,.px2{padding-right:2em}.fade-enter-active,.fade-leave-active{transition:opacity 0.5s}.fade-enter-from,.fade-leave-to,.fade-out,.vs__fade-enter-from,.vs__fade-leave-to{opacity:0}.vs__fade-enter-active,.vs__fade-leave-active{transition:opacity 0.3s ease}.slide-fade-enter-active{transition:all .5s ease}.slide-fade-leave-active{transition:all .5s ease}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(10px);opacity:0}.expand-enter-active,.expand-leave-active{transition:height 1s ease-in-out;overflow:hidden}.expand-enter-from,.expand-leave-to{height:0}@keyframes arrow-appear-right{0%{opacity:1;transform:translate(0, 0)}25%{opacity:0;transform:translate(1em, 0)}26%{opacity:0;transform:translate(-1em, 0)}100%{opacity:1;transform:translate(0, 0)}}@keyframes arrow-appear-left{0%{opacity:1;transform:translate(0, 0)}25%{opacity:0;transform:translate(-1em, 0)}26%{opacity:0;transform:translate(1em, 0)}100%{opacity:1;transform:translate(0, 0)}}@keyframes arrow-appear-down{0%{opacity:1;transform:translate(0, 0)}25%{opacity:0;transform:translate(0, 1em)}26%{opacity:0;transform:translate(0, -1em)}100%{opacity:1;transform:translate(0, 0)}}@keyframes shimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.w1,.account-address__card--new button,.login__email-error{width:100%}.w75{width:75%}.w50,.edit-details-form__input{width:50%}.w20{width:20%}.z0{z-index:0}.z1{z-index:100}.z2,.header__inner{z-index:200}.z3{z-index:300}.z4,.header{z-index:400}.z5,.is-active .header__overlay,.header__inner-overlay{z-index:500}.z6{z-index:600}.z7{z-index:700}.z8{z-index:800}.z9,.modal__bg,.modal__wrap{z-index:900}.z10,.modal__wrapper.active{z-index:1000}#preview-bar-iframe{height:60px}html{padding:0 !important}.o0{opacity:0}.o5{opacity:0.5}.o25{opacity:0.25}[data-whatinput='keyboard'] *:focus{outline:2px solid !important;outline-offset:4px;outline-color:#000 !important}[data-whatinput='keyboard'] *.overwrite-outline:focus{outline:2px solid #000 !important;outline-offset:4px;outline-color:#fff !important}[data-whatinput='keyboard'] *:focus.overwrite-outline-light>*{outline:2px solid #fff !important;outline-offset:4px;outline-color:#fff !important}body .yotpo.yotpo-main-widget{padding-top:116px}body .yotpo.yotpo-main-widget .yotpo-display-wrapper,body .yotpo.yotpo-main-widget .yotpo-bottomline{display:block}body .yotpo .search-in-progress{padding-top:50px;padding-bottom:50px}body .yotpo .main-widget{padding-top:32px}body .yotpo .main-widget .yotpo-reviews-filters{margin:0;padding:0;border-bottom:none}body .yotpo .filters-container .filters-container-title{padding-bottom:0;color:#000;font-weight:normal}body .yotpo .filters-container .filters-dropdown{margin:0}body .yotpo .filters-dropdown .yotpo-dropdown-button .selected{width:auto}body .yotpo .yotpo-label-container{display:none !important}body .yotpo .promoted-products-box{display:none !important}body .yotpo .new-yotpo-small-box{margin:0;border-bottom:none;height:110px}body .yotpo .new-yotpo-small-box.reviews{display:none !important}body .yotpo .yotpo-regular-box{border-top:none !important;margin:auto !important;max-width:none !important;padding:0 20px 0 0;height:auto}@media screen and (min-width: 1024px){body .yotpo .yotpo-regular-box{padding:0 20px}}body .yotpo .bottom-line-items-wrapper{margin:auto !important;position:static !important;transform:none !important}body .yotpo .bottom-line-items-container-desktop{height:auto !important}body .yotpo .bottom-line-items{float:none !important;margin:0 auto 20px !important;padding:0 !important;width:100%}body .yotpo .bottom-line-items .avg-score{position:relative;margin-right:20px}body .yotpo .bottom-line-only-container{padding-top:10px}body .yotpo .bottom-line-items-container-mobile .bottom-line-items .yotpo-filter-stars{top:auto}body .yotpo .bottom-line-items-container-mobile .reviews-qa-labels-container .reviews-qa-label{top:auto}body .yotpo a{color:#000 !important}body .yotpo .yotpo-icon{color:#000 !important;margin-left:4px !important}body .yotpo .yotpo-icon:first-child,body .yotpo .yotpo-icon.yotpo-icon-down-triangle{margin-left:0 !important}body .yotpo .yotpo-icon.review-star{cursor:pointer}body .yotpo.yotpo-custom-bottomline{display:inline-block;margin:14px 0px 4px}body .yotpo.yotpo-custom-bottomline .yotpo-display-wrapper,body .yotpo.yotpo-custom-bottomline .standalone-bottomline{display:inline-block}body .yotpo .yotpo-bottomline{display:inline-block}body .yotpo .yotpo-bottomline a{margin-left:10px;padding-top:1px}body .yotpo .yotpo-bottomline a:hover{text-decoration:underline !important}body .yotpo .yotpo-filter-stars{display:flex;justify-content:center;margin-right:25px;-webkit-padding-start:0 !important;padding-inline-start:0 !important}body .yotpo .avg-score{color:#000 !important;font-size:34px !important;left:0 !important}body .yotpo .reviews-qa-label{color:#000 !important;font-size:18px !important;text-transform:lowercase !important}body .yotpo .yotpo-star-distribution-wrapper{float:none !important;margin:0 auto 50px;padding:0 !important;width:120px}body .yotpo .bottom-line-items-container-mobile .yotpo-star-distribution-wrapper{margin-bottom:30px}body .yotpo .yotpo-star-distribution-bar-score{background-color:#000 !important}body .yotpo .write-question-review-buttons-container{float:none !important;margin:auto !important;max-width:876px !important;overflow:auto;padding:0 !important;width:calc(100% - 80px)}body .yotpo .write-question-review-buttons-container .write-question-review-button{background:#000 !important;border:none !important;border-radius:3px !important;color:#fff !important;display:block !important;margin:15px auto 0 !important;padding:0 !important;height:44px !important;line-height:44px !important;width:250px !important}body .yotpo .write-question-review-buttons-container .write-question-review-button:hover{background:#000 !important;border:none !important}body .yotpo .write-question-review-buttons-container .write-question-review-button .yotpo-icon{display:none}body .yotpo .write-question-review-button-text{color:#fff !important}body .yotpo .write-review .yotpo-header-title,body .yotpo .write-review .yotpo-mandatory-mark,body .yotpo .write-review .yotpo-mandatory-explain,body .yotpo .write-review .socialize{display:none !important}body .yotpo .write-review label[for="yotpo_input_review_title"],body .yotpo .write-review label[for="yotpo_input_review_content"],body .yotpo .write-review label[for="yotpo_input_review_username"],body .yotpo .write-review label[for="yotpo_input_review_email"]{margin-bottom:10px;padding:0 !important}body .yotpo .write-review .y-label{color:#000 !important;font-size:14px !important}body .yotpo .write-review .yotpo-header{display:flex !important}body .yotpo .write-review .yotpo-header .yotpo-icon{font-size:18px !important;margin-left:0 !important}body .yotpo .write-review .socialize-wrapper{position:absolute;top:auto;bottom:-20px}body .yotpo .write-review .socialize-wrapper .yotpo-or{margin-top:0}body .yotpo .write-review .yotpo-footer{position:relative}body .yotpo .write-review #write-review-score{line-height:18px !important;margin-right:8px !important;min-width:0 !important;padding:0 !important}body .yotpo .write-review .y-input{border-color:#b5c1be !important;border-radius:3px !important}body .yotpo .write-review .connect-wrapper{padding:0 !important}body .yotpo .write-review .yotpo-submit{background-color:#000 !important;border-radius:3px !important;font-size:16px !important;height:44px !important;text-transform:none !important;width:250px !important}body .yotpo .write-review .yotpo-submit.primary-color-btn:hover{background-color:#000 !important}body .yotpo .write-review #yotpo_input_review_title,body .yotpo .write-review #yotpo_input_review_content{margin:0 0 20px !important;resize:none}body .yotpo .write-review #yotpo_input_review_username{margin-bottom:20px !important}@media (min-width: 1024px){body .yotpo .write-review #yotpo_input_review_username{margin-bottom:0 !important}}body .yotpo .write-review .yotpo-preloader-wrapper{width:120px}body .yotpo .write-review .yotpo-preloader-wrapper .yotpo-pre-loader{width:120px;margin-top:26px}body .yotpo .write-review .yotpo-preloader-wrapper .yotpo-pre-loader span.yotpo-full-stars{animation:yotpo-pre-loader-animation-expanded 1.5s infinite}body .yotpo .write-review .yotpo-header .y-label#write-review-score .form-input-error{position:absolute;margin-top:23px;margin-left:-40px}@media (max-width: 455px){body .yotpo .write-review .yotpo-preloader-wrapper{margin-right:60px;margin-top:-5px}body .yotpo .write-review .yotpo-preloader-wrapper .yotpo-pre-loader span.yotpo-empty-stars{bottom:0}body .yotpo .write-review .yotpo-preloader-wrapper .yotpo-pre-loader span.yotpo-full-stars{bottom:0}}body .yotpo .form-group .form-element .form-input-error#yotpo_input_review_title_error{margin-top:20px}body .yotpo .write-review .submit-button .form-input-error{margin-top:27px;margin-bottom:0}@media (max-width: 767px){body .yotpo .form-group .form-element .y-label{display:flex}body .yotpo .form-group .form-element .y-label[for="yotpo_input_review_title"]{padding-top:20px !important}body .yotpo .form-group .form-element .form-input-error#yotpo_input_review_title_error{position:relative;margin-top:0;margin-left:5px}body .yotpo .form-group .form-element .form-input-error#yotpo_input_review_content_error{margin-left:5px}}body .yotpo .write-review-wrapper{margin-top:20px !important}body .yotpo .reviews-amount{display:none}body .yotpo .yotpo-reviews-header{border-top:solid 1px rgba(0,0,0,0.3);margin:20px auto 0 !important;text-align:left}body .yotpo .yotpo-nav-content .yotpo-reviews-header{margin-top:0 !important;border-top:none;border-bottom:1px solid #E2E9E7;padding:25px 0}body .yotpo .reviews-header{margin:auto !important;max-width:none !important}body .yotpo .yotpo-drop-down-layout{display:block !important}body .yotpo .yotpo-drop-down-layout::after,body .yotpo .yotpo-hidden-mobile::after{content:'';display:table;clear:both}body .yotpo .yotpo-drop-down-layout .yotpo-dropdown .list-category .selected-item{color:#000 !important}body .yotpo .sort-drop-down{width:250px !important}body .yotpo .yotpo-dropdown-button{float:right}body .yotpo .yotpo-dropdown-button span:not(.yotpo-icon){color:#000}body .yotpo .yotpo-dropdown-button .selected-bold{color:#000 !important;font-weight:normal !important}body .yotpo .yotpo-dropdown-button .selected-bold{color:#000 !important}body .yotpo .yotpo-dropdown-button span[role="textbox"]{padding:0}body .yotpo .yotpo-drop-down-layout .yotpo-dropdown .list-category a.non-selected-item{color:#000 !important}body .yotpo .yotpo-reviews{margin:auto !important;max-width:1340px !important}body .yotpo .yotpo-review{border-bottom:solid 1px rgba(0,0,0,0.3);padding:32px 0}body .yotpo .yotpo-review .yotpo-header .yotpo-user-name{margin-bottom:16px !important}body .yotpo .yotpo-review .yotpo-header .yotpo-review-stars{margin-top:0}body .yotpo .yotpo-review .yotpo-product-custom-fields .product-related-fields-item-title{color:#666}body .yotpo .yotpo-review .product-related-fields-item .product-related-fields-item-value{padding:3px 48px 0 8px;color:#000;font-weight:normal}body .yotpo .yotpo-review .product-related-fields-column+.product-related-fields-column .product-related-fields-item-title{margin-right:4px}body .yotpo .yotpo-review .yotpo-main .yotpo-product-related-fields{margin-bottom:24px !important}body .yotpo .yotpo-review .yotpo-helpful .label-helpful{color:#666;margin-right:5px}body .yotpo .yotpo-review .yotpo-helpful .vote-btn{margin-left:15px}body .yotpo .yotpo-icon-profile{display:none !important}body .yotpo .yotpo-user-name{color:#000 !important;font-size:14px !important;font-weight:200 !important;margin-bottom:9px !important}body .yotpo .yotpo-user-title{color:#666 !important}body .yotpo .yotpo-multiple-rating-fields{margin-top:24px !important}body .yotpo .yotpo-review-date{font-size:14px !important;color:#666 !important}body .yotpo .yotpo-main{margin:0 !important}body .yotpo .yotpo-main .content-title{color:#000 !important;font-size:18px !important;margin:0 0 15px}body .yotpo .yotpo-main .content-review{color:#000 !important;display:block !important;line-height:28px;margin-bottom:20px !important}body .yotpo .yotpo-main .yotpo-review-stars{margin-top:0 !important}body .yotpo .footer-actions{display:none !important}body .yotpo .yotpo-icon-thumbs-up,body .yotpo .yotpo-icon-thumbs-down{color:#000 !important}body .yotpo .yotpo-default-button:focus,body .yotpo .yotpo input[type="button"].yotpo-default-button:focus{outline:0 !important}body .yotpo .sort-drop-down .yotpo-dropdown-button span:not(.bold-black-arrow){font-size:16px}@media only screen and (max-width: 960px){body .yotpo .bottom-line-items-wrapper{padding-top:20px}body .yotpo .yotpo-display-wrapper{padding-top:10px}body .yotpo .bottom-line-items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;text-align:center}body .yotpo .bottom-line-items .avg-score{padding-top:0;position:relative;top:auto;line-height:1;float:none !important;margin:0;display:block;height:auto;width:auto;padding-bottom:6px;transform:none}body .yotpo .bottom-line-items .yotpo-filter-stars{height:auto;line-height:1.2;display:flex;align-items:center;margin:0 10px;padding-top:0}body .yotpo .bottom-line-items .reviews-qa-labels-container{display:flex;align-items:center;padding-bottom:4px;position:relative;padding-top:0;margin-left:0;float:none;height:auto;min-height:auto;width:auto}body .yotpo .bottom-line-items .reviews-qa-labels-container .reviews-qa-label{line-height:1}body .yotpo .bottom-line-items .reviews-qa-label{display:block;width:auto}body .yotpo .filters-container .filters-container-title{margin-bottom:10px}body .yotpo .yotpo-nav-content .yotpo-reviews-header{padding-top:10px}body .yotpo .bottom-line-only-container{padding-top:0;display:flex;justify-content:center}body .yotpo .bottom-line-items-container-mobile .bottom-line-items .yotpo-filter-stars{float:none;display:block}body .yotpo .bottom-line-items-container-mobile .reviews-qa-labels-container{padding-top:0;float:none;display:block;position:relative}body .yotpo .bottom-line-items-container-mobile .reviews-qa-labels-container .reviews-qa-label{height:auto}}body .yotpo .bottom-line-items-container-desktop .bottom-line-items-wrapper .reviews-qa-labels-container .reviews-qa-label,body .yotpo .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .yotpo-filter-stars{-webkit-padding-start:0 !important;padding-inline-start:0 !important}body .yotpo .yotpo-pager{display:flex;justify-content:center;margin:24px 0}body .yotpo .yotpo-pager .yotpo-page-element{font-size:20px;margin-right:20px;color:#bfbfbf !important}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-active{color:#000 !important}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow{margin-right:32px}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::before,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::after,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::before,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::after{content:'';display:block;width:12px;height:1px;background-color:#000}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::before{transform:rotate(45deg);margin-top:13px}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::after{transform:rotate(-45deg);margin-top:-9px}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow{margin-left:12px !important}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::before{transform:rotate(45deg);margin-top:5px}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::after{transform:rotate(-45deg);margin-top:7px}@keyframes yotpo-pre-loader-animation-expanded{0%{width:0}50%{width:120px}100%{width:0}}body .yotpo.yotpo-main-widget .yotpo-nav-content .yotpo-reviews-filters{display:none}body .yotpo.yotpo-main-widget .yotpo-footer .yotpo-grouping-reference{display:none}body .yotpo .aggregated-product-related-fields .product-related-fields-item{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;margin-bottom:1rem}body .yotpo .aggregated-product-related-fields .product-related-fields-item-value{font-weight:400;color:#000}@media (max-width: 550px){body .yotpo .aggregated-product-related-fields .product-related-fields-item-value{flex:0 0 140px}}body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout>.product-related-fields-column:not(:last-of-type){margin-right:3rem}body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-item{justify-content:space-between}body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-item-title,body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-item-value{margin:0;padding:0;width:auto !important;float:initial}body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout .yotpo-field-bars-container{padding-left:4px;padding-right:4px}body .yotpo .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-item-value{margin-left:1rem}body .yotpo .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item{justify-content:flex-start}body .yotpo .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item-title,body .yotpo .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item-value{margin:0;padding:0;width:auto !important;float:initial;font-size:0.875rem;line-height:1.3}body .yotpo .aggregated-product-related-fields .product-related-fields-mobile-layout .yotpo-field-bars-container{padding-left:4px;padding-right:4px}body .yotpo .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item-value{margin-left:1rem}body .yotpo .main-widget.yotpo-display-wrapper>span.yotpo-display-wrapper .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item-title,body .yotpo .main-widget.yotpo-display-wrapper>span.yotpo-display-wrapper .aggregated-product-related-fields .product-related-fields-mobile-layout .product-related-fields-item-value{font-size:1.125rem;line-height:1.3}body .yotpo .bottom-line-items{justify-content:flex-start !important}body .yotpo .bottom-line-items+.yotpo-clr+.pT20{padding-top:0}@media (max-width: 767px){body .yotpo .yotpo-display-wrapper .yotpo-regular-box.bottom-line-items-container.yotpo-bottomline{padding:0}}body .yotpo .yotpo-widget-loyalty-floater-widget .yotpo-floater-widget-layout{z-index:399 !important}.nosto-product-loader .carousel-header{padding:40px 10px 32px 0px}@media (min-width: 1024px){.nosto-product-loader .carousel-header{display:flex;justify-content:space-between;align-items:flex-end;padding:64px 32px 32px 0px;margin-bottom:32px}}.nosto-product-loader .title-skeleton{height:22px;margin-bottom:12px;max-width:500px}@media (min-width: 1024px){.nosto-product-loader .title-skeleton{height:32px;flex:1;max-width:700px;margin-bottom:0}}.nosto-product-loader .carousel-actions{display:flex;justify-content:flex-start}@media (min-width: 1024px){.nosto-product-loader .carousel-actions{justify-content:flex-end;min-width:260px}}.nosto-product-loader .action-button-skeleton{margin-right:20px;height:24px;width:85px}@media (min-width: 1024px){.nosto-product-loader .action-button-skeleton{margin-left:32px;margin-right:0;height:30px;width:100px}}.collection__grid-wrap .nosto-product-loader{padding:0}@media (max-width: 768px){.collection__grid-wrap .nosto-product-loader{margin-left:-8px;width:calc(100% + 16px)}}.collection__grid-wrap .nosto-product-loader .nosto-product-slider{flex-wrap:wrap}.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item{width:50%;padding-bottom:30px;padding-left:2px;padding-right:2px;padding-top:0}@media (min-width: 769px){.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item{width:50%;padding-left:4px;padding-right:4px}}@media (min-width: 1024px){.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item{width:33.33333%;padding-left:4px;padding-right:4px}.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item.last-item{display:none}}@media (min-width: 1201px){.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item{width:25%;padding-left:4px;padding-right:4px}.collection__grid-wrap .nosto-product-loader .nosto-product-item.nosto-product-item.last-item{display:block}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/acccount-edit-details/account-edit-details.scss */.edit-details-form{margin-top:2.8rem}@media (min-width: 769px){.edit-details-form{width:620px}}.edit-details-form__input{margin-bottom:25px}@media screen and (max-width: 1023px){.edit-details-form__input{width:100%}}.buttons-group{display:flex;justify-content:flex-end;flex-direction:row}.buttons-group>button{max-width:50% !important}.buttons-group>button:first-child{margin-right:1rem}@media screen and (max-width: 1023px){.buttons-group{align-items:center;flex-direction:column-reverse;width:100%}.buttons-group>button:first-child{margin-right:0}}.account-cancel-button{color:#666}.account-cancel-button:hover{text-decoration:underline;color:#000}@media screen and (max-width: 1023px){.account-cancel-button{margin-top:1rem;width:100%}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-address/account-address.scss */.success-message{position:relative !important;margin-bottom:10px}h4.with-success{margin-top:20px}.account-address{margin-bottom:40px}@media (min-width: 1024px){.account-address{width:620px}}.account-address__grid{display:flex;flex-direction:column;list-style-type:none}@media (min-width: 769px){.account-address__grid{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:25px;grid-column-gap:25px}}.account-address__card{display:flex;position:relative;padding:15px;border:1px solid #b5c1be;transition:all 200ms ease-out;height:auto}@media (min-width: 769px){.account-address__card{height:212px;min-width:296px;margin-bottom:0}.account-address__card .account-address__item__footer{display:none}}.account-address__card:hover{border-color:#000}.account-address__card:hover .account-address__item__footer{display:flex}.account-address__card--new{padding:15px}@media (min-width: 769px){.account-address__card--new{padding:0}}.account-address__card--new button{display:flex;transition:all 200ms ease-out}@media (min-width: 769px){.account-address__card--new button{display:block}}.account-address__card--new button p{text-align:left}@media (min-width: 769px){.account-address__card--new button p{text-align:center}}.account-address__card--new button:hover .plus-icon::before,.account-address__card--new button:hover .plus-icon::after{border-bottom:2px solid #000}.plus-icon{margin:0}@media (min-width: 769px){.plus-icon{margin:0 auto 10px auto}}.plus-icon::before,.plus-icon::after{content:"";position:absolute;top:50%;left:90%;width:15px;border-bottom:2px solid #b5c1be;transform:translate(-50%, -50%)}@media (min-width: 769px){.plus-icon::before,.plus-icon::after{left:50%;width:90%}}.plus-icon::before{transform:translate(-50%, -50%) rotate(90deg)}@media (min-width: 769px){.plus-icon{position:relative;width:25px;height:25px}}.account-address__title--new-address{margin-bottom:10px}@media screen and (max-width: 1023px){.account-address__title--new-address{font-size:22px}}.account-address__item{display:flex;flex-direction:column}.account-address__item--defaults{display:flex;flex-direction:column;align-items:flex-end}.account-address__item--defaults[data-default="1"]{color:#b5c1be}.account-address__item__footer{display:flex;justify-content:flex-end}@media (min-width: 1024px){.account-address__item__footer{margin-top:auto}}.account-address__item__footer button:first-of-type{margin-right:15px}@media (min-width: 1024px){.account-address__item__footer button:first-of-type{margin-right:0}}.account-address__item__footer button{border:1px solid #000;padding:0.8em 2em;width:100%;height:36px}@media (min-width: 1024px){.account-address__item__footer button{border:none;padding:0;height:auto;width:auto}}.account-address__item__footer span{display:none;height:15px;width:1px;background-color:#b5c1be;margin:0 5px}@media (min-width: 769px){.account-address__item__footer span{display:block}}.disabled-label{color:#89a8a0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-breadcrumbs/account-breadcrumbs.scss */.account-breadcrumbs{display:none;font-size:13px}@media (min-width: 1024px){.account-breadcrumbs{display:block}}.account-breadcrumbs--active{color:#000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-dashboard/account-dashboard.scss */.account-dashboard{display:flex;flex-direction:column;position:relative;padding:0 15px;min-height:77vh}@media (min-width: 769px){.account-dashboard{padding:0;width:calc(100% - 64px)}}.account-dashboard-loyalty{margin:0;width:100%;padding:0 0}.account-wishlist svg{margin-left:8px}.account-wishlist a{display:flex}.account-dashboard__content{display:grid;grid-template-columns:1fr;grid-column-gap:0}@media (min-width: 1024px){.account-dashboard__content{grid-template-columns:300px 1fr;grid-column-gap:40px}}.account-side-panel{display:none;max-width:300px;width:100%}@media (min-width: 1024px){.account-side-panel{display:block}}.account-side-panel__block{background-color:#ebecee;padding:25px}span.live-chat-trigger{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;cursor:pointer}.account-side-panel__list{margin-left:22px}.account-side-panel__list li{margin-bottom:15px}.account-side-panel__list a.active{font-weight:bold}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-details/account-details.scss */@media (min-width: 769px){.account-details{width:620px}}.success-message{display:flex;align-items:flex-start;justify-content:space-between;padding:0.5rem 1rem;max-width:384px;min-width:288px;border:1px solid #d6e9c6;background-color:#dff0d8;color:#468847}.success-message--content{margin-right:1rem}.success-message .close-icon{cursor:pointer;width:16px;height:16px;flex-shrink:0;position:relative}.success-message .close-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);stroke:#bfbfbf;stroke-width:1.5;width:10px;height:10px}.success-message .close-icon:focus svg,.success-message .close-icon:hover svg{stroke:#468847}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-forms/account-forms.scss */.account-form{display:flex;flex-direction:column;align-items:center}.account-form .modal-container{position:relative;min-width:640px;max-width:640px !important;padding:20px 48px 0 48px !important;background-color:#fff;overflow-y:auto}@media screen and (max-width: 768px){.account-form .modal-container{min-width:100%;max-width:100% !important}}@media screen and (max-width: 768px){.account-form .modal-container{padding:20px 20px 0 20px !important}}.account-form .modal-container .loyalty{margin-top:0;margin-bottom:20px}.account-form .modal-container .loyalty .loyalty__content{margin-left:0}.account-form .modal-container .loyalty .loyalty__text-points{margin-top:8px}.account-form .account-modal__wishlist{display:flex;padding:20px 20px 0 20px;gap:24px}@media screen and (max-width: 768px){.account-form .account-modal__wishlist{padding:12px 0 0 0;gap:16px}}.account-form .account-modal__wishlist-image{position:relative}.account-form .account-modal__wishlist-image .wishlist-svg__container{position:absolute;top:4px;left:4px}.account-form .account-modal__wishlist-copy{text-align:left;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-content:flex-start}.account-form .modal-title,.account-form .modal-subtitle{font-family:'CircularStd', sans-serif;font-weight:400}.account-form .modal-title{font-size:26px;line-height:26px}@media (max-width: 768px){.account-form .modal-title{font-size:20px;line-height:20px;margin-top:12px}}.account-form .modal-wishlist__login{font-size:20px;font-style:normal;font-weight:400;line-height:130%}@media (max-width: 768px){.account-form .modal-wishlist__login{font-size:16px}}.account-form .modal-subtitle{margin-top:10px;font-size:16px;line-height:16px}@media (max-width: 768px){.account-form .modal-subtitle{margin-top:8px;font-size:14px;line-height:14px}}.account-form .modal-subtitle__secondary{font-family:'CircularStd', sans-serif;font-style:normal;line-height:130%;max-width:400px}.account-form .perk-container-svg{display:block;position:relative;height:24px;width:24px}@media (max-width: 768px){.account-form .perk-container-svg{height:20px;width:20px}}.account-form .perk-container-svg svg{height:24px;width:24px}@media (max-width: 768px){.account-form .perk-container-svg svg{height:20px;width:20px}}.account-form .account-perks-container{margin-top:32px;display:flex;width:100%;justify-content:space-around;gap:12px}@media (max-width: 768px){.account-form .account-perks-container{margin-top:20px;gap:8px}}.account-form .perk-container-subtitle{font-size:14px;text-align:center}.account-form .perk-container-copy{text-align:center;font-size:14px}.account-form .signup-link{padding:0 !important}@media (max-width: 375px){.account-form .signup-link p{display:flex;flex-direction:column;align-items:center;gap:6px}}.account-form .sign-up-btn{display:block;width:100%;height:50px !important;background:#000;color:#fff;text-align:center;padding:16px 0;font-size:18px;line-height:18px;float:none !important;transition:all 0.3s;margin-top:20px !important}.account-form .sign-up-btn .btn__icon{display:none}.account-form .sign-up-btn:hover{box-shadow:4px 5px 0 0 #b5c1be}.account-form .registration-form.registration-form-page{position:relative;max-width:500px;margin:auto;padding:0 !important}.account-form .registration-form{max-width:640px;width:100%;padding:20px 20px 32px 20px;background-color:#f9f9f9}@media screen and (max-width: 768px){.account-form .registration-form{max-width:100% !important;padding:32px 20px 20px 20px;background-color:#f4f8f7}}.account-form .registration-form+.modal-container{padding-top:0 !important}.account-form .registration-form .h_google_button,.account-form .registration-form .h_facebook_button{border-radius:0;padding:16px 0;border:2px solid #000;font-size:14px;line-height:14px;height:46px}.account-form .registration-form .h_google_button i,.account-form .registration-form .h_facebook_button i{display:none}.account-form .login-description{font-size:16px;line-height:20.8px;color:#000;text-align:center;margin-top:16px}@media screen and (min-width: 1024px){.account-form .login-description{font-size:18px;line-height:23.4px}}.account-form .registration-form__input{width:100%}.account-form .registration-form__group{display:flex}.account-form .sign-up-link{margin-top:5em}.account-form .section-divider{text-align:center;font-size:14px;line-height:14px;text-transform:uppercase;font-weight:400;width:100%;max-width:640px}@media screen and (max-width: 768px){.account-form .section-divider{max-width:100% !important}}.account-form .h_buttons div{height:46px !important;margin:0 !important;border-width:2px !important}.account-form .social-login{padding:32px 48px !important;text-transform:none}@media screen and (max-width: 768px){.account-form .social-login{padding:24px 20px !important;max-width:none !important}}.account-form .social-login:nth-child(5){padding-bottom:20px !important;margin-top:6px !important}.account-form .section-divider::before,.account-form .section-divider::after{content:'';flex:1;border-bottom:1px solid #ebecee}.account-form .section-divider:not(:empty)::before{margin-right:1em}.account-form .section-divider:not(:empty)::after{margin-left:1em}@media screen and (max-width: 768px){.account-form .modal-overrides{min-width:100%}}@media (min-width: 415px){.account-form .modal-overrides{max-height:100vh !important}.account-form .modal-overrides .modal__container{max-height:calc(100vh - 10px)}}@media screen and (max-width: 768px){.account-form .modal__container{border-top-left-radius:12px;border-top-right-radius:12px}}.account-form .modal__container{max-width:640px !important}@media screen and (max-width: 768px){.account-form .modal__container{max-width:100% !important}}.account-form .padding-container{padding:0 40px !important}@media screen and (max-width: 768px){.account-form .padding-container{padding:0 20px 0 20px !important}}.account-form .hiko-container{display:flex !important;flex-direction:row !important;width:100%;max-width:640px;padding:0 48px !important}@media screen and (max-width: 768px){.account-form .hiko-container{padding:0 20px !important;max-width:none !important}}.account-form .hiko-container .h_buttons{display:flex !important;flex-direction:row-reverse !important;flex-wrap:nowrap !important;gap:20px !important;flex:1 1 0px !important}@media screen and (max-width: 768px){.account-form .hiko-container .h_buttons{flex-direction:column !important;gap:8px !important}}.account-form .hiko-container .h_buttons i{font-size:16px !important;height:16px !important;width:16px !important}.account-form .wrapper-link{margin-top:20px}.account-form .wrapper-link p{font-family:'CircularStd', sans-serif;font-size:14px;line-height:18.2px;font-weight:450;color:#000;margin-bottom:20px}.account-form .terms-and-condition{display:flex;max-width:640px;width:100%;padding:0 48px !important}@media screen and (max-width: 768px){.account-form .terms-and-condition{max-width:100% !important;padding:0 20px !important}}.account-form .terms-and-condition-text{font-size:10px;line-height:12.65px;margin-bottom:72px}@media (max-width: 768px){.account-form .fp0{padding-bottom:0 !important}}.perk-container{display:flex;flex-direction:column;align-items:center;flex:1}.perk-container p:first-of-type{margin:10px 0 4px 0}@media (max-width: 768px){.perk-container p:first-of-type{margin:10px 0 8px 0}.perk-container p:nth-child(3){font-size:12px}}.account-forms__grid__recover{margin-top:20px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-invoice/account-invoice.scss */@media (min-width: 769px){.account-invoice{width:620px}}.account-invoice .account-invoice__header{border-bottom:1px solid #b5c1be}.account-invoice .account-invoice__order-info{word-break:break-all}.account-invoice .account-invoice__table{text-align:left}.account-invoice .account-invoice__table th{padding:10px 5px;background-color:#eaeaea;font-weight:bold}.account-invoice .account-invoice__table td{padding:10px 5px}.account-invoice .account-invoice__totals-section{width:100%;height:200px;padding:20px}.account-invoice .account-invoice__totals-section .account-invoice__discount-line{color:#fa4b21}@media print{.header__container,.header-cart-wrapper,.account-invoice__header,.shopify-section{display:none}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-login-form/account-login-form.scss */.login__email-error{padding:5px 10px;background-color:#fbe5da;color:#c00}#js-login-form{margin-top:32px !important}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-loyalty/account-loyalty.scss */.loyalty-iframe{width:100%;height:100vh;position:absolute;left:0;top:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-loyalty-program/account-loyalty-program.scss */.loyalty-program-section{display:flex;flex-direction:column}.loyalty-program-section>section:not(:last-of-type){margin-bottom:2.5rem}.loyalty-program-details--subtitle{color:#94a4a1}.loyalty-program-discount{background-color:#dff0d8;padding:2rem}.loyalty-program-discount--discount-code{margin-top:1rem}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-new-address/account-new-address.scss */.new-address-form__group{display:flex;margin-bottom:20px;justify-content:space-between}.new-address-form__input{width:100%;margin-bottom:10px;margin-right:10px;white-space:nowrap}.new-address-form__input.disabled{opacity:0.5}@media (min-width: 769px){.new-address-form__input{margin-bottom:0}}.text-input__el{font-size:16px}@media (min-width: 769px){.new-address-form__input:first-child{margin-right:20px}}@media (min-width: 769px){.new-address-form__input+.new-address-form__input{margin-right:20px}}.form-row__error__text-error{font-size:13px;display:none}.new-address-form__footer{margin-top:25px;margin-bottom:40px}@media (min-width: 769px){.new-address-form__footer{margin-top:45px;margin-bottom:80px}}.hrblock{width:97%}.address-cancel-button{color:#666}.address-cancel-button:hover{text-decoration:underline;color:#000;-webkit-text-decoration-color:#000;text-decoration-color:#000}@media screen and (max-width: 1023px){.address-cancel-button{margin-top:2rem;margin-right:0.5rem;width:100%}}.cta--row{float:right;flex-direction:column;padding-right:1rem;margin-top:0.5rem}@media screen and (max-width: 1023px){.cta--row{display:flex;align-items:center;flex-direction:column-reverse;width:100%}}.section-line{padding:0.5rem 0;width:97%;border-bottom:1px solid #000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-orders/account-orders.scss */.account-orders{position:relative;width:100%}@media (min-width: 1024px){.account-orders{width:620px}}.order-item__info--returns{padding:0 0 16px 0}.order-item__info--returns span{font-size:12px;line-height:15.6px}.order-item__info--returns a{text-underline-offset:2px;white-space:nowrap !important}.order-header{padding-bottom:15px;display:flex;flex-direction:column;justify-content:space-between}.order-header div:nth-child(1){display:flex;flex-direction:column}.order-header div:nth-child(1) p{margin-bottom:10px}.order-header div:nth-child(1) span{display:none;height:15px;width:2px;background-color:#d7d7d7;margin:0 5px}@media (min-width: 1024px){.order-header div:nth-child(1){flex-direction:row}.order-header div:nth-child(1) p{margin-bottom:0}.order-header div:nth-child(1) span{display:block}}@media (min-width: 1024px){.order-header{flex-direction:row}}.order-shipment-info{margin:20px 0 30px 0}@media (min-width: 1024px){.order-shipment-info{margin:20px 0 40px 0}}.account-orders__item{display:flex;flex-direction:column;justify-content:space-between}@media (min-width: 769px){.account-orders__item{flex-direction:row}}.order-item{display:flex;width:100%;margin-bottom:30px}@media (min-width: 769px){.order-item{margin-bottom:40px}}.order-item__info{margin-left:15px}.order-item__info--size{color:#666}.order-item__buy-again{width:auto;min-width:200px !important;font-size:13px;padding:10px;height:36px !important}.order-item__button-group{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:30px}@media (min-width: 769px){.order-item__button-group{width:100%;min-width:160px;margin-left:40px;margin-bottom:40px}.order-item__button-group a,.order-item__button-group button{min-width:160px}}.order-item__button-group a,.order-item__button-group button{margin-bottom:10px;font-size:13px;height:36px;min-width:100%}.orders-pagination{width:100px;margin-left:auto}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-register-form/account-register-form.scss */.register-form label.checkbox span{color:#000;font-size:14px}.wrapper-link .login{font-weight:400;font-family:'CircularStd', sans-serif;vertical-align:middle;display:inline-flex;align-items:center}.wrapper-link p{display:flex;justify-content:center;align-items:baseline}.mr-first_name{margin-right:20px}@media screen and (max-width: 768px){.perk-container-copy{text-align:center}}.mb20{margin-bottom:20px}.accepts-marketing{margin-top:20px}.login-btn{text-underline-offset:3px}.underline-text,.underline-svg{display:inline-block;vertical-align:middle;position:relative;text-underline-offset:3px}.underline-svg svg{width:14px;height:9px}.underline-svg{padding-left:4px}.underline-text::after,.underline-svg::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background-color:currentColor}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-registration-modal/account-registration-modal.scss */.modal-container{position:relative;min-width:640px;max-width:640px !important;padding:20px !important;background-color:#fff;overflow-y:auto}@media screen and (min-width: 800px){.modal-container{padding:0 !important}}@media screen and (max-width: 768px){.modal-container{min-width:100%;max-width:100% !important}}@media screen and (max-width: 768px){.modal-container{padding:20px 20px 0 20px !important}}.modal-container .loyalty{margin-top:0;margin-bottom:20px}.modal-container .loyalty .loyalty__content{margin-left:0}.modal-container .loyalty .loyalty__text-points{margin-top:8px}.account-modal__wishlist{display:flex;padding:20px 20px 0 20px;gap:24px}@media screen and (max-width: 768px){.account-modal__wishlist{padding:12px 0 0 0;gap:16px}}.perk-container-subtitle{text-align:center}.account-modal__wishlist-image{position:relative}.account-modal__wishlist-image .wishlist-svg__container{position:absolute;top:4px;left:4px}.account-modal__wishlist-copy{text-align:left;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-content:flex-start}.modal-title,.modal-subtitle{font-family:'CircularStd', sans-serif;font-weight:400}.modal-title{font-size:26px;line-height:26px}@media (max-width: 768px){.modal-title{font-size:20px;line-height:20px;margin-top:0}}.modal-wishlist__login{font-size:20px;font-style:normal;font-weight:400;line-height:130%}@media (max-width: 768px){.modal-wishlist__login{font-size:16px}}.modal-subtitle{margin-top:10px;font-size:16px;line-height:16px}@media (max-width: 768px){.modal-subtitle{margin-top:8px;font-size:14px;line-height:14px}}.modal-subtitle__secondary{font-family:'CircularStd', sans-serif;font-style:normal;line-height:130%;max-width:400px}@media (max-width: 768px){.modal-subtitle__secondary{font-size:13px !important}}.account-perks-container{margin-top:32px;display:flex;width:100%;justify-content:space-around;gap:12px}@media (max-width: 768px){.account-perks-container{margin-top:20px;gap:8px}}.perk-container{display:flex;flex-direction:column;align-items:center;flex:1}.perk-container p:first-of-type{margin:10px 0 4px 0}@media (max-width: 768px){.perk-container p:first-of-type{margin:10px 0 8px 0}.perk-container p:nth-child(3){font-size:12px}}.signup-link{padding:0 !important}@media (max-width: 375px){.signup-link p{display:flex;flex-direction:column;align-items:center;gap:6px}}.sign-up-btn{display:block;width:100%;height:50px !important;background:#000;color:#fff;text-align:center;padding:16px 0;font-size:18px;line-height:18px;float:none !important;transition:all 0.3s;margin-top:20px !important}.sign-up-btn .btn__icon{display:none}.sign-up-btn:hover{box-shadow:4px 5px 0 0 #b5c1be}.registration-form.registration-form-page{position:relative;max-width:500px;margin:auto;padding:0 !important}.registration-form{padding:48px 48px 32px 48px;background-color:#f9f9f9}@media screen and (max-width: 768px){.registration-form{padding:32px 20px 20px 20px;background-color:#f4f8f7}}.registration-form+.modal-container{padding-top:0 !important}.registration-form .h_google_button,.registration-form .h_facebook_button{border-radius:0;padding:16px 0;border:2px solid #000;font-size:14px;line-height:14px;height:46px}.registration-form .h_google_button i,.registration-form .h_facebook_button i{display:none}.login-description{font-size:16px;line-height:20.8px;color:#000;text-align:center;margin-top:16px}@media screen and (min-width: 1024px){.login-description{font-size:18px;line-height:23.4px}}.registration-form__input{width:100%}.registration-form__group{display:flex}.sign-up-link{margin-top:5em}.section-divider{text-align:center;font-size:14px;line-height:14px;text-transform:uppercase;font-weight:400}.h_buttons div{height:46px !important;margin:0 !important;border-width:2px !important}.social-login{padding:32px 40px !important;text-transform:none}@media screen and (max-width: 768px){.social-login{padding:24px 20px !important;max-width:none !important}}.social-login:nth-child(5){padding-bottom:20px !important;margin-top:6px !important}.section-divider::before,.section-divider::after{content:'';flex:1;border-bottom:1px solid #ebecee}.bottom-margin{margin-bottom:72px !important}.section-divider:not(:empty)::before{margin-right:1em}.section-divider:not(:empty)::after{margin-left:1em}@media screen and (max-width: 768px){.modal-overrides{min-width:100%}}@media (min-width: 415px){.modal-overrides{max-height:100vh !important}.modal-overrides .modal__container{max-height:calc(100vh - 10px)}}@media screen and (max-width: 768px){.modal-overrides .modal__container{border-top-left-radius:12px;border-top-right-radius:12px}}.perk-container-copy{text-align:center;font-size:14px}.perk-container-svg{display:block;position:relative;height:24px;width:24px}@media (max-width: 768px){.perk-container-svg{height:20px;width:20px}}.perk-container-svg svg{height:24px;width:24px}@media (max-width: 768px){.perk-container-svg svg{height:20px;width:20px}}.header-wishlist-icon__icon{display:block;position:relative;height:22px !important;width:22px !important}.header-wishlist-icon__icon svg{height:22px !important;width:22px !important}.modal-container{max-width:640px !important}@media screen and (max-width: 768px){.modal-container{max-width:100% !important}}.padding-container{padding:0 40px !important}@media screen and (max-width: 768px){.padding-container{padding:0 20px 0 20px !important}}.hiko-container{padding:0 40px !important;display:flex !important;flex-direction:row !important}@media screen and (max-width: 768px){.hiko-container{padding:0 20px !important;max-width:none !important}}.hiko-container .h_buttons{display:flex !important;flex-direction:row-reverse !important;flex-wrap:nowrap !important;gap:20px !important;flex:1 1 0px !important}@media screen and (max-width: 768px){.hiko-container .h_buttons{flex-direction:column !important;gap:8px !important}}.hiko-container .h_buttons i{font-size:16px !important;height:16px !important;width:16px !important}.wrapper-link{margin-top:20px}.wrapper-link p{font-family:'CircularStd', sans-serif;font-size:14px;line-height:18.2px;font-weight:450;color:#000;margin-bottom:20px}.mobile-spacer{height:0;width:100%;display:none}@media screen and (max-width: 768px){.mobile-spacer{height:100px;display:block}}.terms-and-condition{display:flex;padding:0 40px !important}@media (max-width: 768px){.terms-and-condition{padding:0 20px !important}}.terms-and-condition-text{font-size:10px;line-height:12.65px;margin-bottom:72px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/account-reset-form/account-reset-form.scss */.account-reset-form .password-toggle{top:33px}.reset-password-wrapper.with-success-msg{padding-top:10px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/alert/alert.scss */.alert{padding:10px;background-color:#b5c1be;border-radius:3px}.alert--error{color:#fa4b21}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/page-title/page-title.scss */.page-title{margin:50px auto 30px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/account/return-policy/return-policy.scss */.return-policy{padding:20px 15px;background-color:#eaeaea}.return-policy ul{list-style-type:disc}.return-policy ul a{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/cart/cart-grid/cart-grid.scss */.cart-grid{position:relative;min-height:320px;padding-top:70px}.cart-grid__subtitle{margin:20px 0}.cart__header{display:none}@media (min-width: 769px){.cart-grid--default .cart__header{display:table-header-group}}@media (min-width: 769px){.cart-grid--default .cart__header__item{display:table-cell;padding:5px 0 10px}}.cart__header__item:first-child{border-left:0;width:40%}.cart__header__item:nth-of-type(2){width:20%}.cart__header__item:nth-of-type(3){width:20%}.cart__header__item:last-child{border-right:0;width:20%}@media (min-width: 769px){.cart-grid--default .cart__body{display:table-row-group}}@media (min-width: 769px){.cart-grid--default .cart-grid__items{display:table;table-layout:fixed;border-collapse:collapse}}.cart-grid__items.is-loading{opacity:0.6;pointer-events:none}.cart__body-item{padding-top:15px;margin-bottom:15px}.cart__subtotal{padding-top:15px;margin-bottom:15px}.cart__subtotal span{margin-left:20px}.cart__footer-bottom{padding-bottom:50px}.cart__footer-bottom p{padding-bottom:1.5em}@media (max-width: 768px){.cart__footer-bottom button{width:100%}}.cart__underline{padding-bottom:1px;border-bottom-width:1px;border-bottom-style:solid}.cart__keep-shopping{position:absolute;margin:5em 0}@media (max-width: 768px){.cart__keep-shopping{position:absolute;margin:5em 0;left:0}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/cart/cart-item/cart-item.scss */.cart-item{padding-top:15px;margin-bottom:15px;border-top:1px solid #000}@media (min-width: 769px){.cart-grid--default .cart-item{display:table-row;padding:0}}.cart-item__update{opacity:0.3;pointer-events:none}.cart-item__update.is-active{opacity:1;pointer-events:auto}@media (min-width: 769px){.cart-grid--default .cart-item__info,.cart-grid--default .cart-item__price,.cart-grid--default .cart-item__quantity,.cart-grid--default .cart-item__total{display:table-cell;position:static;padding-top:20px;padding-bottom:1.8rem}}.cart-item_quantity_mobile{margin:10px 0}.cart-item__info{overflow:hidden}@media (min-width: 1024px){.cart-grid--default .cart-item__info{padding-right:1em;text-align:left}}.cart-item__image{min-height:80px}@media (min-width: 1024px){.cart-grid--default .cart-item__price{padding-right:1em}}.cart-item__price .original_price{text-decoration:line-through}.cart-item__price .discounted_price{color:#fa4b21}.cart-item__total{position:absolute;right:0;bottom:0}.cart-item__quantity{padding-left:90px;position:relative;z-index:1}@media (min-width: 376px){.cart-item__quantity{padding-left:110px}}.cart-grid--default .cart-item__quantity{display:none;padding-left:0}@media (min-width: 769px){.cart-grid--default .cart-item__quantity{display:block}}@media (min-width: 1024px){.cart-grid--default .cart-item__quantity{padding-left:0;padding-right:1em}}.cart-item__remove{line-height:1.2;color:#666}.cart-item__featured{width:100%;max-width:90px;float:left}@media (min-width: 376px){.cart-item__featured{padding-right:1.5em;max-width:calc(90px + 1.5em)}}.cart-item__featured::before{padding-bottom:100%}.cart-item__details{max-width:170px;width:50%;float:left}@media (min-width: 769px){.cart-grid--default .cart-item__details{width:calc(100% - 100px - 1.5em)}}.cart-item__details__heading,.cart-item__details__description{padding-bottom:10px}@media (min-width: 769px){.cart-grid--default .cart-item__details-quantity{display:none}}@media (min-width: 1024px){.cart-item__title{max-width:calc(100% - 60px)}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/gender-carousel/gender-carousel.scss */.gender-carousel{color:#000;margin-bottom:64px;pointer-events:none}.gender-carousel .nosto-products__wrapper .product-card-slider__title{display:none}.gender-carousel .show-carousel{position:relative;opacity:1;visibility:visible;pointer-events:auto}.gender-carousel .hide-carousel{position:absolute;opacity:0;top:0;right:0;left:0;bottom:0;visibility:hidden}.gender-carousel .gender-carousel__title{font-size:24px;font-weight:400;margin-bottom:12px;font-family:'CircularStd', sans-serif;line-height:100%}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__title{font-size:36px;margin-bottom:20px}}.gender-carousel .gender-carousel__item .product-card-slider{border-top:none !important}.gender-carousel .gender-carousel__description{font-size:16px;line-height:130%;color:#000;margin-bottom:24px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__description{font-size:20px;margin-bottom:0}}.gender-carousel .gender-carousel__content{position:relative}.gender-carousel .gender-carousel__header{padding:40px 10px 32px 10px;pointer-events:auto}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__header{display:flex;justify-content:space-between;align-items:flex-end;padding:64px 32px 32px 32px}}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__header .gender-carousel__actions{display:flex;justify-content:flex-end;min-width:260px}}.gender-carousel .gender-carousel__action{display:flex;justify-content:center;margin-top:20px;padding:0 10px 0 10px;pointer-events:auto}@media screen and (min-width: 1024px) and (max-width: 1800px){.gender-carousel .gender-carousel__action{margin-top:32px}}@media screen and (min-width: 1800px){.gender-carousel .gender-carousel__action{margin-top:25px}}.gender-carousel .gender-carousel__link{padding:16px 24px;color:#060c0b;font-size:18px;line-height:18px;font-weight:400;width:100%;height:50px;border:2px solid #060c0b;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;transition:0.3s all ease}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__link{width:320px;font-size:20px;line-height:20px}}.gender-carousel .gender-carousel__link:hover{box-shadow:4px 5px 0 #b5c1be}.gender-carousel .gender-carousel__actions button{margin-right:20px;font-size:18px;line-height:22.77px;font-weight:400;color:#666;font-family:'CircularStd', sans-serif;letter-spacing:-0.03em}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__actions button{margin-left:32px;margin-right:0;font-size:24px;line-height:30.26px}}.gender-carousel .gender-carousel__actions button.active-link{color:#000;border-bottom:1px solid #000}.gender-carousel .recommended-products__wrapper .product-card-slider{padding-top:0;margin-top:0;width:calc(100% - 20px)}@media screen and (max-width: 768px){.gender-carousel .recommended-products__wrapper .product-card-slider{overflow:visible !important}}@media (min-width: 769px){.gender-carousel .recommended-products__wrapper .product-card-slider{width:calc(100% - 64px);margin-right:auto}}.gender-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:-2px;margin-right:0;width:calc(100% + 2px)}@media (min-width: 769px){.gender-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:-4px;width:calc(100% + 8px)}}.gender-carousel .recommended-products__wrapper .product-card-slider__item{padding:0 2px 14px;width:64%;flex:none}@media (min-width: 769px){.gender-carousel .recommended-products__wrapper .product-card-slider__item{padding:0 4px 14px;width:33.33%}}@media (min-width: 1024px){.gender-carousel .recommended-products__wrapper .product-card-slider__item{width:25%}}.gender-carousel .recommended-products__wrapper .product-card-slider__item .product-card__details{width:100%}.gender-carousel .recommended-products__wrapper .product-card-slider__item .product-card__details__title{width:100%;display:block}.gender-carousel .recommended-products__wrapper .product-card__details .product-card__details__title-full{min-height:auto}@media screen and (min-width: 1024px){.gender-carousel .recommended-products__wrapper .product-card__details .product-card__details__title-full{min-height:auto}}.gender-carousel .product-card-slider{border-top:none;margin-top:0;padding-top:32px}.gender-carousel .product-card-slider button.slider-nav-button{justify-content:center;align-items:center;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;position:absolute}.gender-carousel .product-card-slider button.slider-nav-button.show{color:#fff}@media screen and (min-width: 769px){.gender-carousel .product-card-slider button.slider-nav-button.show{display:flex !important}}@media (min-width: 0) and (max-width: 1024px){.gender-carousel .product-card-slider{padding-top:0}}.gender-carousel .product-card-slider button.slider-nav-button.previous .slider-arrow{transform:rotate(360deg)}.gender-carousel .flickity-viewport{overflow:visible}@media (min-width: 769px){.gender-carousel .flickity-viewport{overflow:visible}}.gender-carousel .product-card-swatches{border:1px solid transparent}.gender-carousel .product-swatches__colors__count{border:1px solid transparent}.gender-carousel .product-swatches__more{border:1px solid transparent}.gender-carousel .flickity-button{display:none}.gender-carousel .recommended-products__wrapper button.slider-nav-button.previous{left:10px}@media (min-width: 769px){.gender-carousel .recommended-products__wrapper button.slider-nav-button.previous{left:16px}}.gender-carousel .recommended-products__wrapper button.slider-nav-button.next{right:10px}@media (min-width: 769px){.gender-carousel .recommended-products__wrapper button.slider-nav-button.next{right:16px}}.gender-carousel .product-card__colour_container{min-height:16px}.gender-carousel .carousel-container{overflow:hidden}@media (max-width: 768px){.gender-carousel .carousel-container{overflow:hidden}}.gender-product--carousel,.gender-nosto--carousel{min-height:600px}@media (min-width: 769px){.gender-product--carousel,.gender-nosto--carousel{min-height:650px}}@media (min-width: 1024px){.gender-product--carousel,.gender-nosto--carousel{min-height:700px}}.gender-product--carousel.no-min-height,.gender-nosto--carousel.no-min-height{min-height:auto}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/icons/icon/icon.scss */.icon{display:block}.icon svg{display:block;height:100%;width:100%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/instafeed/instafeed.scss */.instafeed-wrapper #insta-feed,.instafeed-wrapper .instafeed-shopify{padding-left:0 !important;padding-right:0 !important;padding-bottom:64px !important;overflow:hidden;margin-top:0}.instafeed-wrapper #insta-feed>div,.instafeed-wrapper .instafeed-shopify>div{margin:0 -10px}.instafeed-wrapper #insta-feed>div a,.instafeed-wrapper .instafeed-shopify>div a{display:inline-block;padding:0 10px;width:25%}.instafeed-wrapper #insta-feed>div .instafeed-container,.instafeed-wrapper .instafeed-shopify>div .instafeed-container{width:100% !important;padding-top:120% !important}@media screen and (min-width: 1024px){.instafeed-wrapper #insta-feed>div .instafeed-container,.instafeed-wrapper .instafeed-shopify>div .instafeed-container{padding-top:100% !important}}.instafeed-wrapper #insta-feed h2,.instafeed-wrapper .instafeed-shopify h2{display:none;text-align:left;margin-bottom:25px;padding-top:1rem;border-top:1px solid #000}.instafeed-wrapper #insta-feed .slider-arrow,.instafeed-wrapper .instafeed-shopify .slider-arrow{z-index:999;font-size:0;background-size:contain;background-repeat:no-repeat;width:40px;height:40px;background-color:#fff;border:none;bottom:auto;border-radius:50%;display:flex;justify-content:center;align-items:center;top:calc(50% - 14px);left:27px !important;right:auto !important;margin-top:1px}.instafeed-wrapper #insta-feed .slider-arrow ~ .slider-arrow,.instafeed-wrapper .instafeed-shopify .slider-arrow ~ .slider-arrow{left:auto !important;right:27px !important;margin-top:0}@media screen and (min-width: 1024px){.instafeed-wrapper #insta-feed .slider-arrow,.instafeed-wrapper .instafeed-shopify .slider-arrow{top:calc(50% - 20px)}}@media (max-width: 768px){.instafeed-wrapper #insta-feed,.instafeed-wrapper .instafeed-shopify{padding-bottom:10px !important}.instafeed-wrapper #insta-feed>div,.instafeed-wrapper .instafeed-shopify>div{margin:0 -5px}.instafeed-wrapper #insta-feed>div a,.instafeed-wrapper .instafeed-shopify>div a{padding:5px;width:50%}.instafeed-wrapper #insta-feed h2,.instafeed-wrapper .instafeed-shopify h2{font-size:25px;line-height:32px;margin-bottom:10px;padding-top:15px}.instafeed-wrapper #insta-feed .slider-arrow,.instafeed-wrapper .instafeed-shopify .slider-arrow{width:28px;height:28px;z-index:10}.instafeed-wrapper #insta-feed .slider-arrow ~ .slider-arrow,.instafeed-wrapper .instafeed-shopify .slider-arrow ~ .slider-arrow{margin-top:0}}.instafeed-content{display:flex;flex-direction:column;padding:40px 0 32px 0}@media screen and (min-width: 1024px){.instafeed-content{flex-direction:row;justify-content:space-between;padding:64px 0 64px 0}}.instafeed-title{font-size:22px;line-height:22px;color:#000}@media screen and (min-width: 1024px){.instafeed-title{font-size:32px;line-height:32px}}.instafeed-description{font-size:16px;line-height:20.8px;color:#000;margin-top:12px}@media screen and (min-width: 1024px){.instafeed-description{font-size:20px;line-height:26px;margin-top:20px}}.instafeed-link{font-size:18px;line-height:23px;color:#89a8a0;display:flex;align-items:center;margin-top:24px}@media screen and (min-width: 1024px){.instafeed-link{align-self:flex-end;margin-top:0}}.instafeed-link svg{margin-left:12px}.template--product .instafeed-wrapper #insta-feed,.template--product .instafeed-wrapper .instafeed-shopify{margin-top:35px}@media (max-width: 768px){.template--product .instafeed-wrapper #insta-feed,.template--product .instafeed-wrapper .instafeed-shopify{margin-top:20px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/about-us-story/about-us-story.scss */.about-us-story__wrapper{position:relative}.about-us-story__wrapper .about-us-story__container{padding:40px 10px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__container{padding:40px 10px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__container{padding:64px 32px}}.about-us-story__wrapper .about-us-story__grid-wrapper{display:flex;flex-wrap:wrap;width:100%;align-content:stretch;justify-content:flex-start}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper{gap:20px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper{gap:32px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-stroy__grid-col{width:100%;flex:0 0 auto;padding:0;display:flex;align-items:center}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-stroy__grid-col{width:calc(50% - 10px)}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-stroy__grid-col{width:calc(50% - 16px)}}@media (max-width: 768px){.about-us-story__wrapper .about-us-story__grid-wrapper .grid-left{margin-bottom:40px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-left-inner{padding:0 10px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-left-inner{padding:0 10px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-left-inner{padding:46px}}@media (min-width: 1201px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-left-inner{padding:56px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-right-inner{display:flex;flex-wrap:wrap;justify-content:flex-start;width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-right-inner{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-right-inner{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-inner-col{padding:0 5px;width:50%;margin-bottom:10px;position:relative}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-inner-col:nth-last-child(1),.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-inner-col:nth-last-child(2){margin-bottom:0}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-inner-col{padding:0 5px;margin-bottom:10px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__grid-inner-col{padding:0 10px;margin-bottom:20px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__details{position:absolute;left:5px;top:0;right:5px;bottom:0;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex:1 0 0;align-self:stretch;padding:20px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__details{left:5px;right:5px;padding:20px}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__details{left:10px;right:10px;padding:32px}}.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__subtitle{font-family:'CircularStd', sans-serif;font-size:18px;font-weight:400;line-height:1.3;letter-spacing:-0.01em;color:#fff}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__subtitle{font-size:18px;letter-spacing:-0.01em}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__subtitle{font-size:20px;letter-spacing:-0.01em}}@media (min-width: 1201px){.about-us-story__wrapper .about-us-story__grid-wrapper .about-us-story__subtitle{font-size:24px;letter-spacing:-0.013em}}.about-us-story__wrapper .about-us-story__image{position:relative;padding-top:100%}.about-us-story__wrapper .about-us-story__title{font-family:'CircularStd', sans-serif;font-size:32px;font-weight:400;line-height:1.3;letter-spacing:-0.018em;color:#000;margin-bottom:32px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__title{font-size:32px;letter-spacing:-0.018em}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__title{font-size:42px;letter-spacing:-0.03em;margin-bottom:40px}}@media (min-width: 1201px){.about-us-story__wrapper .about-us-story__title{font-size:52px;letter-spacing:-0.03em;margin-bottom:40px}}.about-us-story__wrapper .about-us-story__content{font-family:'CircularStd', sans-serif;font-size:24px;font-weight:400;line-height:1.3;letter-spacing:-0.013em;color:#666;margin-bottom:32px}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__content{font-size:24px;letter-spacing:-0.013em}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__content{font-size:26px;letter-spacing:-0.013em;margin-bottom:36px}}@media (min-width: 1201px){.about-us-story__wrapper .about-us-story__content{font-size:28px;letter-spacing:-0.016em;margin-bottom:40px}}.about-us-story__wrapper .about-us-story__link{font-family:'CircularStd', sans-serif;font-size:24px;font-weight:400;line-height:1;letter-spacing:-0.013em;color:#000;text-decoration:underline}@media (min-width: 769px){.about-us-story__wrapper .about-us-story__link{font-size:24px;letter-spacing:-0.013em}}@media (min-width: 1024px){.about-us-story__wrapper .about-us-story__link{font-size:26px;letter-spacing:-0.013em}}@media (min-width: 1201px){.about-us-story__wrapper .about-us-story__link{font-size:32px;letter-spacing:-0.018em}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/accordion/accordion.scss */.accordion{padding:0}.accordion:last-child .accordion__title{border-bottom:1px solid #e2e9e7}.accordion:last-child.is-active .accordion__title{border-bottom:none}.accordion--border-bottom{border-bottom:1px solid #b5c1be}.accordion--border-top:first-of-type{border-top:1px solid #b5c1be}@media (min-width: 415px){.accordion--footer{max-width:325px}}.accordion--full{max-width:100%}.accordion__title{cursor:pointer;position:relative;padding:24px 0;font-size:16px;line-height:16px;border-top:1px solid #e2e9e7;display:flex;justify-content:space-between;align-items:center}.accordion__title:focus{box-shadow:none}.accordion__title__icon{width:13px;height:8px;right:0;top:50%;display:block;position:absolute;transform-origin:center;transform:translateY(-50%);transition:transform 300ms}.is-active .accordion__title__icon{transform:translateY(-50%) rotate(180deg)}.accordion--no-icon .accordion__title__icon{display:none}.accordion__body{overflow:hidden;max-height:0;transition:max-height 0.3s ease}@media (prefers-reduced-motion){.accordion__body{transition:"none"}}.accordion__body__content{padding:0 0 24px 0}@media (min-width: 769px){.accordion__body__content{font-size:14px;line-height:18.2px}}.accordion--faq .accordion__body__content{padding-top:40px}@media (min-width: 769px){.accordion--faq .accordion__body__content{padding-top:75px}}.accordion__body__content p{margin-bottom:10px}.accordion__body__content p:empty{margin-bottom:0}.accordion__body__content p:last-of-type{margin-bottom:0}.accordion__body__content strong{font-weight:bold}.accordion__body__content em{font-style:italic}.accordion__body__content ul{padding:5px 0}.accordion__body__content ul li{padding-left:15px;margin-bottom:5px;position:relative}.accordion__body__content ul li::before{content:'';left:2px;top:8px;width:4px;height:4px;border-radius:50%;position:absolute;background:#89a8a0}.accordion__body__content ul li:last-of-type{margin-bottom:0}.accordion__body__content hr{margin:15px 0;background:#eaeaea}.accordion.focus-within .accordion__title::before{transform:translateY(-50%) rotate(0)}.accordion.focus-within .accordion__body{max-height:none !important}.arrow{width:11px;height:11px}.arrow::before,.arrow::after{content:"";display:block;width:11px;height:1px;top:5px;background-color:currentColor;position:absolute}.arrow::after{width:1px;height:11px;top:0;left:5px}.arrow.active::after{display:none}.toggle{width:12px;height:1px;background:#000;position:relative;transition:0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97)}.toggle.open::after{transform:rotate(90deg);opacity:1}.toggle.open{transform:rotate(90deg)}.toggle::after{content:"";width:12px;transition:0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);transition-delay:0.1s;height:1px;position:absolute;opacity:0;background:#000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/button/button.scss */.btn{height:60px;min-width:355px;text-align:center;padding-left:20px;padding-right:20px;align-items:center;display:inline-flex;justify-content:center}.btn span{display:block;line-height:100%}.btn.btn--full{width:100%}.btn.btn--settings{height:2.8125rem;min-width:12.75rem}.btn.btn--settings:disabled{opacity:0.1;pointer-events:none}@media screen and (max-width: 1023px){.btn.btn--settings{width:100%;margin-left:0}}.btn.btn--left{height:2.8125rem;width:auto;margin-left:0}.btn.btn--left:disabled{opacity:0.1;pointer-events:none}.btn.btn--compact{min-width:182px}.btn.btn--small{height:46px}.btn.btn-xs{height:36px;border:2px solid #000 !important;min-width:60px !important;width:148px !important;font-size:14px !important}.btn.btn--submit{cursor:pointer;color:#fff;background-color:#000;transition:all 200ms ease-out}.btn.btn--submit:hover{color:#fff;box-shadow:4px 5px 0 0 #b5c1be}.btn--link,.btn--reset{padding:0;height:auto;text-align:left;min-width:inherit;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;line-height:1.3}.btn--primary{color:#fff;border:1px solid #000;background-color:#000;transition:all 300ms}.btn--primary.btn--inverted{color:#000;border:1px solid #000;background-color:#fff}.btn--primary.btn--inverted:hover:not(:disabled),.btn--primary.btn--inverted:focus:not(:disabled){color:#000 !important;background-color:#fff}.btn--primary.btn--inverted:hover:not(:disabled) span,.btn--primary.btn--inverted:focus:not(:disabled) span{color:#000 !important}.btn--primary:disabled{opacity:1}.btn--primary.disabled{opacity:0.5;pointer-events:none}.btn--primary:hover:not(:disabled){color:#fff;background-color:#000;border-color:#000;box-shadow:4px 5px 0 0 #bfbfbf}.btn--primary:hover:not(:disabled) span{color:#fff;margin-bottom:0}.btn--primary:focus:not(:disabled){color:#fff}.btn--primary:focus:not(:disabled) span{color:#fff}.btn--outlined{color:#000;border:2px solid #000;transition:all 300ms}.btn--outlined:hover:not(:disabled){color:#fff !important;background-color:#000;border:2px solid #000}.btn--outlined:disabled{opacity:1}.btn--outlined.btn--outlined--disabled{pointer-events:none}.btn--outlined.btn--inverted{color:#fff;border:2px solid #fff}.btn--outlined.btn--inverted:hover:not(:disabled){color:#000 !important;background-color:#fff;border:2px solid #fff}.btn--outlined.btn--transparent{color:#fff;border:1px solid #fff;background-color:transparent}.btn--outlined.btn-cart{width:140px !important}.btn--outlined.btn--transparent:hover:not(:disabled){border:1px solid #fff;background-color:transparent}.btn--outlined span{margin-bottom:0}.btn--link{text-decoration:none;position:relative;line-height:calc(1em + 9px)}.btn--underline{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.btn--animate-arrow-left{flex-direction:row-reverse}.btn__icon{width:21px;height:21px;margin-left:10px}.btn--link .btn__icon{width:15px;height:15px}.btn--animate-arrow-left .btn__icon{margin-left:0;margin-right:0.4em}.btn--animate-arrow-right:hover .btn__icon{animation:arrow-appear-right 600ms ease-in-out forwards}.btn--animate-arrow-left:hover .btn__icon{animation:arrow-appear-left 600ms ease-in-out forwards}.btn--animate-arrow-down:hover .btn__icon{animation:arrow-appear-down 600ms ease-in-out forwards}.btn__icon>svg{width:100%;height:100%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/carousel-indicator/carousel-indicator.scss */.carousel-indicator{width:100%;margin-top:13px}.carousel-indicator__bullet{height:2px;opacity:0.5;margin-left:0;transition:margin-left .2s ease-in-out}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/checkbox/checkbox.scss */.checkbox{display:block;min-height:1.6rem}.checkbox.spaced-top{padding-top:24px}.checkbox.spaced-bottom{padding-bottom:24px}.checkbox .checkbox__wrapper{display:block;height:100%}.checkbox .checkbox__label{display:block;height:auto;position:relative;transition:all ease 0.3s;padding-top:2px;font-size:14px}.checkbox .checkbox__label span{display:block;font-size:14px;min-height:1rem;line-height:18px;padding-left:30px;text-transform:none;transition:all ease 0.3s}.checkbox .checkbox__label a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.checkbox .checkbox__label:focus .checkbox__icon,.checkbox .checkbox__label:active .checkbox__icon,.checkbox .checkbox__label:hover .checkbox__icon{border-color:#000 !important}.checkbox .checkbox__label.is-active .checkbox__icon{background:black;border-color:transparent !important}.checkbox .checkbox__label.is-active .checkbox__icon svg{opacity:1}.checkbox .checkbox__label.is-active .checkbox__icon svg.checkbox__icon-loading{opacity:0}.checkbox .checkbox__icon{top:5px;width:0.9375rem;height:0.9375rem;position:absolute;margin-right:10px;transition:all ease 0.3s;border:1px solid #000}.checkbox .checkbox__icon svg{opacity:0;width:0.9375rem;display:block;margin:-2px 0 0 0;transition:all .25s cubic-bezier(0.165, 0.84, 0.44, 1)}.checkbox.fixed{position:relative}.checkbox--align-t{align-items:flex-start}.is-error.checkbox__icon{border:1px solid #fa4b21}.checkbox--align-t .checkbox__icon{margin-top:2px}.checkbox__icon-el{opacity:0;z-index:1;width:15px;height:15px;display:block;flex:0 0 auto;cursor:pointer;margin-right:10px;position:relative}.checkbox__icon-el:checked+.checkbox__icon-tick{opacity:1}.checkbox__icon-tick{width:10px;position:absolute;top:1px;right:0;bottom:0;left:0;margin:auto;z-index:0;opacity:0;transition:opacity 300ms ease-in-out}.checkbox__icon-loading{width:10px;position:absolute;top:1px;right:0;bottom:0;left:0;margin:auto;z-index:-1;opacity:0;transition:opacity 300ms ease-in-out;animation:spin 1.2s linear infinite}.is-error+.checkbox__label{color:#fa4b21}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/checkbox-group/checkbox-group.scss */.multi-option{position:relative}.multi-option input:-webkit-autofill,.multi-option input:-webkit-autofill:hover,.multi-option input:-webkit-autofill:focus,.multi-option input:-webkit-autofill:active{transition-delay:9999s}.multi-option__wrapper{padding:1rem 0 1.2rem;height:auto;line-height:initial;position:relative}.multi-option__el_list{display:block;width:100%}.multi-option__el{position:relative;height:2.25rem;line-height:2.25rem;transition:all 200ms;z-index:2;width:100%;margin:0 0 0.3rem}.multi-option__el:last-child{margin-bottom:0}.multi-option__el.is-active .multi-option__icon{border:2px solid #000}.multi-option__el.is-active .multi-option__icon span{background:#000;width:10px;height:10px}.multi-option__el.is-active .multi-option__icon svg{opacity:1}.multi-option__title{display:block;z-index:1;width:100%;height:2.25rem;line-height:2.25rem}.multi-option__label>span{display:block;z-index:1;width:100%;height:2.25rem;line-height:2.25rem;cursor:pointer;padding:0 0 0 1.8rem;transition:padding 0.3s ease}.multi-option__label:focus .multi-option__icon,.multi-option__label:active .multi-option__icon,.multi-option__label:hover .multi-option__icon{border-color:#000 !important}.multi-option__icon{width:20px;height:20px;position:absolute;border:2px solid #b5c1be;margin-right:10px;top:7px;transition:all ease 0.3s}.multi-option__icon span{display:block;width:2px;height:2px;background:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all ease 0.3s}.multi-option__icon.multi-option__icon-checkbox span{display:none !important}.multi-option__icon.multi-option__icon-checkbox svg{opacity:0;display:block;margin:-2px 0 0 -2px;width:20px;transition:all .25s cubic-bezier(0.165, 0.84, 0.44, 1)}.multi-option__input{display:block;visibility:hidden;width:1px;height:1px}.multi-option__error{position:absolute;bottom:0;height:1rem;line-height:1rem;font-size:0.8rem;color:#fa4b21;opacity:0;transform:translateY(-0.5em);transition:opacity 300ms ease, transform 300ms ease}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/collection-card/collection-card.scss */.collection-card__wrapper{height:240px;background-repeat:no-repeat;background-position:center;background-size:cover}.collection__title{font-size:16px;line-height:16px;font-weight:400;color:#fff;position:absolute;bottom:24px;left:24px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/collection-card-slider/collection-card-slider.scss */.collection-card-slider{padding:0;margin:20px 0 0 0;position:relative}@media (min-width: 1024px){.collection-card-slider{padding:1rem 0 63px}}.collection-card-slider__title{margin-bottom:15px;padding-top:1rem}@media (min-width: 1024px){.collection-card-slider__title{margin-left:-8px}}.collection-card-slider .collection-card-slider__title{padding-top:0;border-top:none}.collection-card-slider__item{width:50%;flex:none}@media (min-width: 769px){.collection-card-slider__item{width:33.33%}}@media (min-width: 1024px){.collection-card-slider__item{width:25%}}.collection-card-slider__item__title{margin:10px 0}.collection-card-slider__items{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}.collection-card-slider__items .flickity-button{background:transparent;width:30px;height:20px}.collection-card-slider__items .flickity-button:disabled{opacity:0.4}.collection-card-slider__items .flickity-prev-next-button .flickity-button-icon{display:none}@media (min-width: 1024px){.collection-card-slider__items{margin-top:20px;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}@media (min-width: 1024px){.pf-c .collection-card-slider__items{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/collection-faq/collection-faq.scss */.collection-faq-wrapper{position:relative;padding:32px 20px 48px}@media (min-width: 769px){.collection-faq-wrapper{padding:64px 32px 80px}}.collection-faq-wrapper .collection-faq__title{font-size:18px;color:#000;line-height:130%;margin:0 auto 32px 0;letter-spacing:-0.54px}@media (min-width: 769px){.collection-faq-wrapper .collection-faq__title{font-size:28px;line-height:130%;margin:0 auto 48px 0;letter-spacing:-0.84px}}.collection-faq-wrapper .collection__accordion{margin:0 auto}.collection-faq-wrapper .collection__accordion .accordion__title{padding:16px 0}.collection-faq-wrapper .collection__accordion .accordion__body__content{padding-top:8px;font-size:14px;line-height:130%}@media (min-width: 769px){.collection-faq-wrapper .collection__accordion{max-width:640px}}@media (min-width: 1024px){.collection-faq-wrapper .collection__accordion{max-width:740px}}@media (min-width: 1201px){.collection-faq-wrapper .collection__accordion{max-width:840px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/collection-grid/collection-grid.scss */.collection-grid{padding:15px 10px;display:grid;grid-template-columns:1fr;grid-gap:10px;background:#f9f9f9}@media screen and (min-width: 657px) and (max-width: 1024px){.collection-grid{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1024px){.collection-grid{grid-template-columns:1fr 1fr 1fr;padding:32px;grid-gap:20px}}.collection-grid .collection-grid__image{-o-object-fit:contain;object-fit:contain}.collection-grid .collection-grid__item-overlay-item{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6}.collection-grid .collection-grid__item-wrapper-img{padding-top:100%}@media screen and (min-width: 1024px){.collection-grid .collection-grid__item-wrapper-img{padding-top:126%}}.collection-grid .collection-grid__item{background-size:100% 100%;position:relative}.collection-grid .collection-grid__content-text{position:absolute;bottom:24px;left:24px;z-index:10;color:#fff}@media screen and (min-width: 1024px){.collection-grid .collection-grid__content-text{bottom:32px;left:32px}}.collection-grid .collection-grid__title{font-size:20px;line-height:24px;font-weight:400}@media screen and (min-width: 1024px){.collection-grid .collection-grid__title{font-size:24px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/dropdown-menu/dropdown-menu.scss */.dropdown-menu{position:relative}.dropdown-menu input:-webkit-autofill,.dropdown-menu input:-webkit-autofill:hover,.dropdown-menu input:-webkit-autofill:focus,.dropdown-menu input:-webkit-autofill:active{transition-delay:9999s}.dropdown-menu .dropdown-menu__wrapper{height:auto;position:relative;line-height:initial}.dropdown-menu .dropdown-menu__label,.dropdown-menu .dropdown-menu__arrow{position:absolute;bottom:initial;margin:auto;height:44px;line-height:44px;transition:all ease 200ms;z-index:2;pointer-events:none;padding:0 1em;top:0}.dropdown-menu .dropdown-menu__arrow{border:solid 1px #b5c1be;border-top-right-radius:3px;border-bottom-right-radius:3px;border-left:0;right:0;top:0}.dropdown-menu .dropdown-menu__arrow svg{display:block;width:14px;height:100%}.dropdown-menu .dropdown-menu__value{border:1px solid #b5c1be;border-top-left-radius:3px;border-bottom-left-radius:3px;height:44px;line-height:44px;overflow:hidden;padding:0 1em;pointer-events:none;position:absolute;top:0;transition:all ease 0.3s;white-space:nowrap;width:calc(100% - 47px);z-index:1}.dropdown-menu .dropdown-menu__error{position:absolute;bottom:0;height:1rem;line-height:1rem;font-size:0.8rem;color:#fa4b21;opacity:0;transition:all 0.3s ease;z-index:-1;pointer-events:none}.dropdown-menu .dropdown-menu__el{z-index:1;opacity:0;width:100%;height:44px;display:block;cursor:pointer}.dropdown-menu.is-active .dropdown-menu__label{display:none}.dropdown-menu.is-focus .dropdown-menu__value,.dropdown-menu.is-focus .dropdown-menu__arrow{border:1px solid #000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/empty-view/empty-view.scss */.empty-view{margin:20px 0 40px;padding:20px 25px}@media (min-width: 769px){.empty-view{margin-top:40px;padding:50px}}.empty-view__title{margin-bottom:25px}@media (min-width: 769px){.empty-view__title{margin-bottom:30px}}.empty-view__image{width:100%;max-width:135px;margin:0 auto 25px}@media (min-width: 769px){.empty-view__image{max-width:180px;margin-bottom:35px}}.empty-view__image::before{padding-top:88.88889%}@media (min-width: 769px){.empty-view__image::before{padding-top:61.11111%}}.empty-view__button{display:inline-block}@media (min-width: 769px){.empty-view__button{min-width:250px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/featured-categories/featured-categories.scss */.featured-categories__wrapper{position:relative}.featured-categories__wrapper .featured-categories__container{padding:40px 10px}@media (min-width: 769px){.featured-categories__wrapper .featured-categories__container{padding:40px 10px}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categories__container{padding:64px 32px}}.featured-categories__wrapper .featured-categories__title{font-family:'CircularStd', sans-serif;font-size:22px;font-weight:400;line-height:1;margin-bottom:32px;color:#000}@media (min-width: 769px){.featured-categories__wrapper .featured-categories__title{margin-bottom:32px;font-size:22px}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categories__title{margin-bottom:64px;font-size:32px}}.featured-categories__wrapper .featured-categoreis__grid-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}@media (min-width: 769px){.featured-categories__wrapper .featured-categoreis__grid-wrapper{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categoreis__grid-wrapper{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}}.featured-categories__wrapper .featured-categoreis__grid-wrapper.grid__six{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}@media (min-width: 769px){.featured-categories__wrapper .featured-categoreis__grid-wrapper.grid__six{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categoreis__grid-wrapper.grid__six{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}}.featured-categories__wrapper .featured-categories__grid-item{width:50%;padding:0 5px;margin-bottom:24px}.featured-categories__wrapper .featured-categories__grid-item:nth-last-child(1),.featured-categories__wrapper .featured-categories__grid-item:nth-last-child(2){margin-bottom:0}@media (min-width: 769px){.featured-categories__wrapper .featured-categories__grid-item{width:25%;padding:0 5px;margin-bottom:0}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categories__grid-item{width:25%;padding:0 10px;margin-bottom:0}}@media (min-width: 769px){.featured-categories__wrapper .featured-categories__grid-item.grid-col-six{width:33.33333%;padding:0 5px;margin-bottom:24px}}@media (min-width: 1024px){.featured-categories__wrapper .featured-categories__grid-item.grid-col-six{width:16.66666%;padding:0 5px;margin-bottom:0}}.featured-categories__wrapper .featured-categories__image{display:block;padding-top:133.55%;position:relative}.featured-categories__wrapper .feature-categories__subtitle{margin-top:8px;font-family:'CircularStd', sans-serif;font-size:14px;font-weight:400;line-height:1.3;color:#000}@media (min-width: 769px){.featured-categories__wrapper .feature-categories__subtitle{font-size:14px}}@media (min-width: 1024px){.featured-categories__wrapper .feature-categories__subtitle{font-size:16px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/featured-category/featured-category.scss */.featured-category{display:flex;flex-direction:column;justify-content:center;background-color:#f9f9f9}@media screen and (min-width: 700px) and (max-width: 1024px){.featured-category{padding:10px;flex-direction:row}}@media screen and (min-width: 1024px){.featured-category{padding:32px;flex-direction:row}}.featured-category.image-to-right{flex-direction:column}@media screen and (min-width: 700px){.featured-category.image-to-right{flex-direction:row-reverse}}.featured-category .featured-category__title{font-size:24px;line-height:100%;font-weight:400;margin-top:32px;font-family:'CircularStd', sans-serif;letter-spacing:-0.03em}@media screen and (min-width: 1024px){.featured-category .featured-category__title{font-size:36px;line-height:88.889%;margin-top:40px}}.featured-category .featured-category__description{font-size:16px;line-height:1.3;color:#666;font-weight:400;margin-top:12px;max-width:496px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 1024px){.featured-category .featured-category__description{font-size:20px;margin-top:24px}}.featured-category .featured-category__content-image{width:100%;height:375px}@media screen and (min-width: 620px) and (max-width: 1024px){.featured-category .featured-category__content-image{height:567px}}@media screen and (min-width: 1024px){.featured-category .featured-category__content-image{width:50%;height:auto}}.featured-category .featured-category__content{width:100%;padding:40px 10px;background:#f9f9f9}@media screen and (min-width: 700px) and (max-width: 1024px){.featured-category .featured-category__content{padding:56.5px 32px}}@media screen and (min-width: 1024px) and (max-width: 1200px){.featured-category .featured-category__content{width:50%;padding:96px 50px}}@media screen and (min-width: 1200px){.featured-category .featured-category__content{width:50%;padding:105.5px 96px}}.featured-category .featured-category__content-icon{width:44px;height:auto}@media (max-width: 768px){.featured-category .featured-category__content-icon{width:40px}}.featured-category .featured-category__content-link{display:flex;justify-content:center}@media screen and (min-width: 620px){.featured-category .featured-category__content-link{justify-content:flex-start}}.featured-category .featured-category__content-image .img__el{opacity:1}.featured-category .featured-category__image{width:100%;height:100%}.featured-category .featured-category__carousel-wrapper{width:100%;margin-top:32px;position:relative}@media screen and (min-width: 1024px){.featured-category .featured-category__carousel-wrapper{margin-top:40px}}.featured-category .featured-category__product{margin-right:12px}.featured-category button.slider-nav-button{top:calc(50% + 40px);height:34px;width:34px;background-color:white;border-radius:50%;padding:6px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04);justify-content:center;align-items:center}.featured-category button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/slider-right.png?v=126265316529372646371729188314");background-size:contain;background-position:center;background-repeat:no-repeat}.featured-category button.slider-nav-button{width:28px;height:28px;top:50%;transform:translateY(-50%)}.featured-category button.slider-nav-button.previous svg{transform:rotate(180deg)}.featured-category button.slider-nav-button.previous.show,.featured-category button.slider-nav-button.next.show{display:block}.featured-category .flickity-button{display:none}.featured-category .featured-category__carousel-image{display:block}.featured-category .featured-category__link{font-size:18px;line-height:23px;color:#000;font-weight:400;display:inline-block;margin-top:32px;border-bottom:1px solid #000;letter-spacing:-0.03em}@media screen and (min-width: 1024px){.featured-category .featured-category__link{margin-top:40px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/form-klaviyo/form-klaviyo.scss */.form-klaviyo__form{display:flex}.form-klaviyo__field--email{width:325px}.form-klaviyo__submit{margin-left:20px;width:150px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/form-stock-notification/form-stock-notification.scss */@media (min-width: 1024px){.form-stock-notification__field--first-name,.form-stock-notification__field--email,.form-stock-notification__field--website-url{float:left;margin-right:12px;overflow:auto;width:calc(50% - 12px)}}@media (min-width: 1024px){.form-stock-notification__field--last-name,.form-stock-notification__field--phone-number,.form-stock-notification__field--country{float:left;margin-left:12px;overflow:auto;width:calc(50% - 12px)}}.form-stock-notification__header{margin-bottom:26px}.form-stock-notification__info{margin-bottom:31px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/geo-select/geo-select.scss */.geo-select-holder{display:flex;flex-direction:column;align-items:center;width:7rem;position:relative}.geo-select-holder .geo-select-popper{display:flex;flex-direction:column;align-items:center;justify-content:space-around;color:#000;margin-top:0.5rem;background-color:#ebecee}.geo-select-holder .geo-select-popper .geo-select-dropdowntext{color:#000}.geo-select-holder--desktop .geo-select-popper{top:2ch;position:absolute}.geo-select-holder--mobile{position:relative;right:initial;top:1rem;margin-left:1rem}.geo-select-holder--mobile .geo-select-label-holder{color:#000 !important}.geo-select-holder--mobile .geo-select-label-holder .svg-wrapper{width:14px;height:10px}.geo-select-holder--mobile .geo-select-currency{color:#000 !important}.geo-select-holder--mobile .geo-select-arrow-icon{border:solid #000;border-width:0 0 1px 1px}.geo-select-holder--mobile .geo-select-popper{background-color:transparent;margin-left:1.4rem}.geo-select-holder--mobile .geo-select-option-holder.geo-select-option-selected{background-color:transparent;border:none}.geo-select-holder--mobile_nav{position:relative;right:initial;margin-left:1rem}.geo-select-holder--mobile_nav .geo-select-label-holder{color:#000 !important}.geo-select-holder--mobile_nav .geo-select-currency{color:#000 !important}.geo-select-holder--mobile_nav .geo-select-arrow-icon{border:solid #000;border-width:0 0 1px 1px}.geo-select-holder--mobile_nav .geo-select-popper{position:absolute;bottom:2rem;margin-left:1.4rem}.geo-select-holder--mobile_nav .geo-select-option-holder.geo-select-option-selected{background-color:transparent;border:none}.geo-select-label-holder{display:flex;align-items:center;cursor:pointer;background-color:transparent;color:#fff}.geo-select-currency{margin-left:0.5rem;white-space:nowrap;cursor:pointer}.geo-select-arrow-icon{width:7px;height:7px;transform:rotate(-45deg) translateY(-50%);margin-left:0.8rem;border:solid #fff;border-width:0 0 1px 1px;transition:transform 0.3s}.geo-select-arrow-icon.is-popper-open{transform:rotate(135deg) translateX(50%) !important}.geo-select-option-holder{margin:0.5rem 0.5rem;padding:0.5rem 1rem;display:flex;align-items:center;text-decoration:none !important}.geo-select-option-holder.geo-select-option-selected{background-color:#fff;border:solid 1px #b5c1be}.footer__geo .geo-select-holder{position:relative;top:auto;right:auto;left:auto;margin:0;margin-left:10px;align-items:flex-start}.footer__geo .geo-select-holder .geo-select-popper{background:transparent;align-items:flex-start;margin-top:10px}.footer__geo .geo-select-currency{margin-left:4px;color:#000}.footer__geo .geo-select-option-holder{padding:10px 0;border:none;background:transparent}.footer__geo .geo-select-option-holder.geo-select-option-selected .geo-select-currency{font-weight:bold}.footer__geo .geo-select-label-holder{color:#000}.footer__geo .geo-select-arrow-icon{border-color:#000;width:6px;height:6px;margin-left:8px;margin-top:2px}.footer__geo .geo-select-arrow-icon.is-popper-open{margin-top:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/geo-select-promo/geo-select-promo.scss */.geo-select-holder-promo{display:flex;flex-direction:column;align-items:center;width:7rem;position:relative}.geo-select-holder-promo .geo-select-popper{display:flex;flex-direction:column;align-items:center;justify-content:space-around;color:#000;margin-top:0.5rem;background-color:#ebecee}.geo-select-holder-promo .geo-select-popper .geo-select-dropdowntext{color:#000}.geo-select-holder-promo--desktop .geo-select-popper{top:2ch;position:absolute}.geo-select-holder-promo--mobile{position:relative;right:initial;top:1rem;margin-left:1rem}.geo-select-holder-promo--mobile .geo-select-label-holder-promo{color:#000;z-index:99999}.geo-select-holder-promo--mobile .geo-select-popper{background-color:transparent;margin-left:1.4rem}.geo-select-holder-promo--mobile .geo-select-option-holder.geo-select-option-selected{background-color:transparent;border:none}.geo-select-label-holder-promo{display:flex;align-items:center;cursor:pointer;background-color:transparent;z-index:99999}.geo-select-currency{margin-left:0.5rem;white-space:nowrap;cursor:pointer}.geo-select-arrow{width:13px;height:15px;margin-left:0.8rem;border-width:0 0 1px 1px;transition:transform 0.3s}.geo-select-arrow.is-popper-open{transform:rotate(180deg)}.geo-select-option-holder{margin:0.5rem 0.5rem;padding:0.5rem 1rem;display:flex;align-items:center;text-decoration:none !important}.geo-select-option-holder.geo-select-option-selected{background-color:#fff;border:solid 1px #b5c1be}.geo-select-arrow-icon-promo{width:12px;height:15px;border-color:#000;margin-left:0.8rem;margin-top:2px;transition:transform 0.3s}.geo-select-arrow-icon-promo.is-popper-open{margin-top:0;transform:rotate(180deg)}.footer__geo .geo-select-holder{position:relative;top:auto;right:auto;left:auto;margin:0;margin-left:10px;align-items:flex-start}.footer__geo .geo-select-holder .geo-select-popper{background:transparent;align-items:flex-start;margin-top:10px}.footer__geo .geo-select-currency{margin-left:4px}.footer__geo .geo-select-option-holder{padding:10px 0;border:none;background:transparent}.footer__geo .geo-select-option-holder.geo-select-option-selected .geo-select-currency{font-weight:bold}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/gift-card-faq/gift-card-faq.scss */.gift-card-faq-wrapper{position:relative;background-color:#f9f9f9;padding:48px 20px}@media (min-width: 769px){.gift-card-faq-wrapper{padding:80px 32px}}.gift-card-faq-wrapper .faq__title{font-size:28px;color:#000;line-height:36px;margin:0 auto 32px 0}@media (min-width: 769px){.gift-card-faq-wrapper .faq__title{font-size:32px;line-height:42px;margin:0 auto 48px 0}}.gift-card-faq-wrapper .gift-card__accordion{margin:0 auto}@media (min-width: 769px){.gift-card-faq-wrapper .gift-card__accordion{max-width:640px}}@media (min-width: 1024px){.gift-card-faq-wrapper .gift-card__accordion{max-width:740px}}@media (min-width: 1201px){.gift-card-faq-wrapper .gift-card__accordion{max-width:840px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/gift-guide/gift-guide.scss */.giftguide-homeheader-wrapper{display:flex;flex-direction:column;align-items:center}.giftguide-homeheader-wrapper .info-wrapper{display:flex;flex-direction:column;align-items:center;padding:48px 24px 32px 24px;gap:24px}@media (min-width: 769px){.giftguide-homeheader-wrapper .info-wrapper{padding:56px 32px}}.giftguide-homeheader-wrapper .info-wrapper .image-container{width:220px;height:165px;position:relative}@media (min-width: 769px){.giftguide-homeheader-wrapper .info-wrapper .image-container{width:256px;height:192px}}.giftguide-homeheader-wrapper .info-wrapper img{width:100%;height:auto}.giftguide-homeheader-wrapper .info-wrapper .text-container{color:#fff;text-align:center;font-family:"CircularStd", sans-serif;font-size:20px;line-height:1.3;letter-spacing:-0.03em}.giftguide-homeheader-wrapper .category-wrapper{display:flex;flex-direction:column;padding:10px 22px 30px 22px;gap:20px}@media (min-width: 769px){.giftguide-homeheader-wrapper .category-wrapper{display:grid;gap:34px;padding:17px 41px 49px 41px;grid-template-columns:repeat(2, 1fr)}}.giftguide-homeheader-wrapper .category-wrapper .nav-item{width:100%;border-color:#fff;border-width:10px;border-style:solid;position:relative}@media (min-width: 769px){.giftguide-homeheader-wrapper .category-wrapper .nav-item{border-width:15px}}.giftguide-homeheader-wrapper .category-wrapper .image-container{display:flex}.giftguide-homeheader-wrapper .category-wrapper img{width:100%;height:auto}.giftguide-homeheader-wrapper .category-wrapper .nav-item-copy{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transform:translate(-50%, -50%)}.giftguide-homeheader-wrapper .category-wrapper .nav-item-copy{display:flex;width:200px;height:50px;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.25)}@media (min-width: 769px){.giftguide-homeheader-wrapper .category-wrapper .nav-item-copy{width:45%;height:60px;min-width:230px;min-height:45px}}.giftguide-homeheader-wrapper .category-wrapper .nav-item-copy h4{color:#292929;font-family:"CanelaMedium", serif;font-size:20px;font-weight:bold;letter-spacing:0;line-height:1}@media (min-width: 769px){.giftguide-homeheader-wrapper .category-wrapper .nav-item-copy h4{font-size:25px}}.giftguide-header-wrapper{display:flex;flex-direction:column;align-items:center}.giftguide-header-wrapper .info-wrapper{padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}@media (min-width: 769px){.giftguide-header-wrapper .info-wrapper{padding:32px}}.giftguide-header-wrapper .info-wrapper .title{color:rgba(255,255,255,0.8);font-family:"CircularStd", sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:8px;text-transform:uppercase}.giftguide-header-wrapper .info-wrapper .image-wrapper{width:300px}@media (min-width: 769px){.giftguide-header-wrapper .info-wrapper .image-wrapper{width:383px}}.giftguide-header-wrapper .info-wrapper .image-wrapper img{width:100%;height:auto}.giftguide-header-wrapper .info-wrapper .description{color:#fff;text-align:center;font-family:"CircularStd", sans-serif;font-size:20px;line-height:1.3}.giftguide-header-wrapper .category-wrapper{display:flex;flex-direction:column;padding:10px 22px 30px 22px;gap:20px}@media (min-width: 769px){.giftguide-header-wrapper .category-wrapper{display:grid;gap:34px;padding:17px 41px 49px 41px;grid-template-columns:repeat(3, 1fr)}}.giftguide-header-wrapper .category-wrapper .nav-item{width:100%;border-color:#fff;border-width:10px;border-style:solid;position:relative}@media (min-width: 769px){.giftguide-header-wrapper .category-wrapper .nav-item{border-width:15px}}.giftguide-header-wrapper .category-wrapper .image-container{display:flex}.giftguide-header-wrapper .category-wrapper img{width:100%;height:auto}.giftguide-header-wrapper .category-wrapper .nav-item-copy{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transform:translate(-50%, -50%)}.giftguide-header-wrapper .category-wrapper .nav-item-copy{display:flex;width:200px;height:50px;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.25)}@media (min-width: 769px){.giftguide-header-wrapper .category-wrapper .nav-item-copy{width:68%;height:60px;min-width:180px;min-height:40px}}.giftguide-header-wrapper .category-wrapper .nav-item-copy h4{color:#292929;font-family:"CanelaMedium", serif;font-size:20px;font-weight:bold;letter-spacing:0;line-height:1}@media (min-width: 769px){.giftguide-header-wrapper .category-wrapper .nav-item-copy h4{font-size:25px}}.giftguide-category-wrapper{display:flex;flex-direction:column;gap:32px;align-items:center;padding:32px 0}@media (min-width: 769px){.giftguide-category-wrapper{flex-direction:column;gap:unset;padding:unset}}.giftguide-category-wrapper .info-wrapper{display:flex;flex-direction:column;align-items:center;padding:0 32px;gap:32px}@media (min-width: 769px){.giftguide-category-wrapper .info-wrapper{flex-direction:row;padding:44px 96px;gap:48px;width:100%;justify-content:space-between}}.giftguide-category-wrapper .info-wrapper .image-wrapper{width:120px}@media (min-width: 769px){.giftguide-category-wrapper .info-wrapper .image-wrapper{width:165px;order:2}}.giftguide-category-wrapper .info-wrapper .image-wrapper img{width:100%;height:auto}.giftguide-category-wrapper .info-wrapper .text-wrapper{color:#000;text-align:center;font-family:"CircularStd", sans-serif;font-size:32px;letter-spacing:-0.03em}@media (min-width: 769px){.giftguide-category-wrapper .info-wrapper .text-wrapper{font-size:48px;text-align:left;order:1}}.giftguide-category-wrapper .category-wrapper{display:flex;padding:0 20px;gap:20px;flex-direction:column;width:100%;flex-wrap:wrap}@media (min-width: 769px){.giftguide-category-wrapper .category-wrapper{display:grid;gap:32px;padding:0 32px 32px 32px;grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.giftguide-category-wrapper .category-wrapper{grid-template-columns:repeat(4, 1fr)}}.giftguide-category-wrapper .category-wrapper img{width:100%;height:auto;transition:filter 0.3s}.giftguide-category-wrapper .category-wrapper .nav-item{color:#fff;position:relative;overflow:hidden}.giftguide-category-wrapper .category-wrapper .nav-item:hover img{filter:brightness(90%)}.giftguide-category-wrapper .category-wrapper .nav-item .nav-item-copy{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transform:translate(-50%, -50%)}.giftguide-category-wrapper .category-wrapper .nav-item h4{color:#fff;text-align:center;font-family:"CircularStd", sans-serif;font-size:28px;letter-spacing:-0.03em}.giftguide-category-wrapper .category-wrapper .nav-item span{color:#fff;text-align:center;font-family:"CircularStd", sans-serif;font-size:28px;letter-spacing:-0.03em;font-style:italic}.giftguide-giftcard-wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:56px 0}@media (min-width: 769px){.giftguide-giftcard-wrapper{flex-direction:row;gap:32px;align-items:center;padding:64px 48px}}.giftguide-giftcard-wrapper .giftcard-info-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;padding:0 32px 56px 32px;gap:32px;width:100%;align-items:center;text-align:center}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper{padding:0 32px;gap:48px;text-align:left;align-items:start}}.giftguide-giftcard-wrapper .giftcard-info-wrapper .text-wrapper{display:flex;flex-direction:column;gap:16px}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper .text-wrapper{gap:24px}}.giftguide-giftcard-wrapper .giftcard-info-wrapper h2{font-family:"CircularStd", sans-serif;font-size:32px;line-height:1;letter-spacing:-0.03em}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper h2{font-size:40px}}.giftguide-giftcard-wrapper .giftcard-info-wrapper p{font-family:"CircularStd", sans-serif;font-size:18px;font-style:normal;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper p{font-size:24px}}.giftguide-giftcard-wrapper .giftcard-info-wrapper .button-wrapper{display:flex;width:100%;flex-direction:column;gap:16px}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper .button-wrapper{flex-direction:row;gap:32px;align-self:stretch}}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper a{width:100%}}.giftguide-giftcard-wrapper .giftcard-info-wrapper .button{width:100%;border:2px solid;display:flex;padding:16px 24px;justify-content:center;align-items:center;align-self:stretch;font-family:"CircularStd", sans-serif;font-size:20px;line-height:1;letter-spacing:-0.03em;color:#000;background-color:#fff;transition:box-shadow 0.3s}@media (min-width: 769px){.giftguide-giftcard-wrapper .giftcard-info-wrapper .button{width:100%}}.giftguide-giftcard-wrapper .giftcard-info-wrapper .button:hover{box-shadow:4px 5px 0 0 #bfbfbf}.giftguide-giftcard-wrapper .image-container{display:flex;flex-wrap:wrap;padding:0 20px;width:100%;position:relative}@media (min-width: 769px){.giftguide-giftcard-wrapper .image-container{padding:0}}.giftguide-giftcard-wrapper .image-container img{width:100%;height:auto}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-fullwidth/hero-fullwidth.scss */.section-hero-fullwidth{padding:0}.section-hero-fullwidth.padded{padding:0 10px}@media (min-width: 769px){.section-hero-fullwidth.padded{padding:0 32px}}.section-hero-fullwidth.height-max,.section-hero-fullwidth.height-max picture{max-height:500px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-media/hero-media.scss */.hero-media{height:100vh}.hero-media__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center}.hero-media__content__wrapper{max-width:526px}.hero-media__content__title{margin-bottom:22px}.hero-media__content__text{margin-bottom:38px}.hero-media__content__cta{display:inline-block;text-transform:uppercase}.hero-media__content__cta::after{border-bottom:solid 1px currentColor;content:'';display:block;width:100%}.hero-media__background{position:absolute;top:0;bottom:0;left:0;right:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-slider/hero-slider.scss */@media (min-width: 769px){.section-hero-slider .flickity-viewport{height:83vh !important}}.section-hero-slider .section__slide-media{background-color:#ebecee !important}.section-hero-slider .img__el{opacity:1}.section-hero-slider .flickity-page-dots li:only-child{display:none}.section-hero-slider .flickity-page-dots{bottom:30px}.section-hero-slider .flickity-page-dots .dot{background:#89a8a0;width:24px;height:4px;border-radius:2px;margin:0 4px;opacity:1}.section-hero-slider .flickity-page-dots .dot.is-selected{background:#fff}.section-hero-slider .section__title{margin:15px 0;font-weight:300;letter-spacing:-0.03em}@media (min-width: 769px){.section-hero-slider .section__title{margin:18px 0}}.section-hero-slider .section__subtitle{letter-spacing:-0.03em}.section-hero-slider .section__cta{display:flex;justify-content:center;flex-wrap:wrap;margin-top:10px}.section-hero-slider .section__cta .btn{padding:10px;min-width:170px;margin:10px}.section-hero-slider .section__cta .btn:hover{background:transparent !important;color:#fff !important}@media (min-width: 769px){.section-hero-slider .section__cta .btn{margin:15px}}.section-hero-slider .section__cta .btn__icon{margin-left:7px}.section-hero-slider .section__slide{width:100%}.section-hero-slider .section__slide-media{height:0;padding-top:575px}@media (min-width: 769px){.section-hero-slider .section__slide-media{padding-top:83vh}}.section-hero-slider .section__slide-content{text-align:center;left:50%;top:50%;transform:translate(-50%, -50%);width:calc(100% - 64px)}@media (min-width: 769px){.section-hero-slider .section__slide-content{max-width:100%}}@media (min-width: 769px){.section-hero-slider .section__slide-content{max-width:870px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-slider-v2/hero-slider-v2.scss */.section-hero-slider-v2{background-color:#ebecee}.section-hero-slider-v2 .hero-banner{position:relative}@media (max-width: 768px){.section-hero-slider-v2 .hero-banner{height:0;padding-top:575px}}@media (min-width: 769px){.section-hero-slider-v2 .hero-banner{overflow:hidden;width:100%}}@media (min-width: 769px){.section-hero-slider-v2 .hero-banner.aspect-ratio{height:0;padding-bottom:45.1%}}.section-hero-slider-v2 .hero-banner.aspect-ratio picture{position:absolute;top:0;left:0;width:100%;height:100%}.section-hero-slider-v2 .hero-banner.aspect-ratio img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.section-hero-slider-v2 .js-slider{height:575px}}@media (min-width: 769px){.section-hero-slider-v2 .js-slider.ratio_viewport{aspect-ratio:9 / 4}}@media (min-width: 769px){.section-hero-slider-v2 .js-slider.normal_viewport{height:83vh !important}}.section-hero-slider-v2 .section__slide-media{background-color:#ebecee !important}.section-hero-slider-v2 .img__el{opacity:1}.section-hero-slider-v2 .flickity-page-dots li:only-child{display:none}.section-hero-slider-v2 .flickity-page-dots{bottom:30px}.section-hero-slider-v2 .flickity-page-dots .dot{background:#89a8a0;width:24px;height:4px;border-radius:2px;margin:0 4px;opacity:1}.section-hero-slider-v2 .flickity-page-dots .dot.is-selected{background:#fff}.section-hero-slider-v2 .section__title{margin:15px 0;font-weight:300;letter-spacing:-0.03em;font-family:"CanelaBold", serif}@media (min-width: 769px){.section-hero-slider-v2 .section__title{margin:18px 0}}.section-hero-slider-v2 .section__subtitle{letter-spacing:-0.03em;font-family:"CircularStd", serif}.section-hero-slider-v2 .section__cta{display:flex;margin-top:16px;gap:20px;width:100%}@media (max-width: 768px){.section-hero-slider-v2 .section__cta.mobile_cta--left{justify-content:start}}@media (max-width: 768px){.section-hero-slider-v2 .section__cta.mobile_cta--center{justify-content:center}}@media (max-width: 768px){.section-hero-slider-v2 .section__cta.mobile_cta--right{justify-content:end}}@media (min-width: 769px){.section-hero-slider-v2 .section__cta{margin-top:12px;justify-content:center;gap:40px;width:unset;padding:unset}}.section-hero-slider-v2 .section__cta .btn{padding:14px;max-width:172px;font-size:18px;line-height:18px;letter-spacing:-0.03em;height:unset;min-width:unset;display:flex;flex:1}@media (min-width: 769px){.section-hero-slider-v2 .section__cta .btn{min-width:172px}}.section-hero-slider-v2 .section__cta .btn__icon{margin-left:7px}@media (min-width: 769px){.section-hero-slider-v2 .extra_image_info_wrapper .section__cta{display:flex;width:100%}}@media (min-width: 769px){.section-hero-slider-v2 .extra_image_info_wrapper .section__cta .btn{display:flex;flex:1;min-width:172px}}.section-hero-slider-v2 .section__slide-bg-color-wrapper{width:100%;height:100%}.section-hero-slider-v2 .section__slide{width:100%}.section-hero-slider-v2 .section__slide-media{height:0;padding-top:575px}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-media{padding-top:83vh}}.section-hero-slider-v2 .section__slide-content{display:flex;justify-content:center;top:50%;transform:translate(0, -50%);width:100%;flex-direction:column;height:80%}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content{max-width:100%;padding:80px}}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.left{justify-content:start;flex-direction:row;height:auto}}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.center{flex-direction:row;height:auto}}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.right{justify-content:end;flex-direction:row;height:auto}}.section-hero-slider-v2 .section__slide-content.image_first{padding:0 20px;gap:40px}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_first{flex-direction:row;height:auto;padding:0 80px}}.section-hero-slider-v2 .section__slide-content.image_first .extra_image_wrapper{order:1}.section-hero-slider-v2 .section__slide-content.image_first .extra_image_info_wrapper{order:2}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_first .extra_image_info_wrapper{align-items:end}}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_first .extra_image_info_wrapper .section__cta{justify-content:end}}.section-hero-slider-v2 .section__slide-content.image_behind{padding:0 20px;gap:40px}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_behind{flex-direction:row;height:auto;padding:0 80px}}.section-hero-slider-v2 .section__slide-content.image_behind .extra_image_wrapper{order:1}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_behind .extra_image_wrapper{order:2}}.section-hero-slider-v2 .section__slide-content.image_behind .extra_image_info_wrapper{order:2}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_behind .extra_image_info_wrapper{order:1;align-items:start}}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content.image_behind .extra_image_info_wrapper .section__cta{justify-content:start}}.section-hero-slider-v2 .section__slide-content .extra_image_wrapper{display:flex;justify-content:center;align-items:center;flex:1;max-height:50%}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content .extra_image_wrapper{max-height:unset}}.section-hero-slider-v2 .section__slide-content .extra_image_info_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content .extra_image_info_wrapper{gap:20px}}.section-hero-slider-v2 .section__slide-content .info_wrapper{display:flex;flex-direction:column;padding:0 20px;gap:16px}@media (min-width: 769px){.section-hero-slider-v2 .section__slide-content .info_wrapper{padding:unset;gap:20px}}@media (max-width: 768px){.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--left{align-items:start}.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--left h1,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--left h2,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--left h3{text-align:left}}@media (max-width: 768px){.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--center{align-items:center}.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--center h1,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--center h2,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--center h3{text-align:center}}@media (max-width: 768px){.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--right{align-items:end}.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--right h1,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--right h2,.section-hero-slider-v2 .extra_image_info_wrapper.mobile_wrapper--right h3{text-align:end}}@media (max-width: 768px){.section-hero-slider-v2 .info_wrapper.mobile_wrapper--left{align-items:start}.section-hero-slider-v2 .info_wrapper.mobile_wrapper--left h1,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--left h2,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--left h3{text-align:left}}@media (max-width: 768px){.section-hero-slider-v2 .info_wrapper.mobile_wrapper--center{align-items:center}.section-hero-slider-v2 .info_wrapper.mobile_wrapper--center h1,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--center h2,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--center h3{text-align:center}}@media (max-width: 768px){.section-hero-slider-v2 .info_wrapper.mobile_wrapper--right{align-items:end}.section-hero-slider-v2 .info_wrapper.mobile_wrapper--right h1,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--right h2,.section-hero-slider-v2 .info_wrapper.mobile_wrapper--right h3{text-align:end}}@media (min-width: 769px){.section-hero-slider-v2 .info_wrapper.wrapper--left{align-items:start}.section-hero-slider-v2 .info_wrapper.wrapper--left h1,.section-hero-slider-v2 .info_wrapper.wrapper--left h2,.section-hero-slider-v2 .info_wrapper.wrapper--left h3{text-align:left}}@media (min-width: 769px){.section-hero-slider-v2 .info_wrapper.wrapper--center{align-items:center}.section-hero-slider-v2 .info_wrapper.wrapper--center h1,.section-hero-slider-v2 .info_wrapper.wrapper--center h2,.section-hero-slider-v2 .info_wrapper.wrapper--center h3{text-align:center}}@media (min-width: 769px){.section-hero-slider-v2 .info_wrapper.wrapper--right{align-items:end}.section-hero-slider-v2 .info_wrapper.wrapper--right h1,.section-hero-slider-v2 .info_wrapper.wrapper--right h2,.section-hero-slider-v2 .info_wrapper.wrapper--right h3{text-align:end}}.section-hero-slider-v2 .font--CanelaRegular{font-family:'Canela', serif;font-weight:normal;font-style:normal}.section-hero-slider-v2 .font--CanelaMedium{font-family:'CanelaMedium', serif;font-weight:bold;font-style:normal}.section-hero-slider-v2 .font--CanelaBold{font-family:'CanelaBold', serif;font-weight:normal;font-style:normal}.section-hero-slider-v2 .font--CircularStd{font-family:'CircularStd', sans-serif;font-weight:normal;font-style:normal}.section-hero-slider-v2 .font--CircularStdBold{font-family:'CircularStd', sans-serif;font-weight:bold;font-style:normal}.section-hero-slider-v2 .font--CircularStdMedium{font-family:'CircularStd', sans-serif;font-weight:500;font-style:normal}.section-hero-slider-v2 .font--CircularStdBookItalic{font-family:'CircularStd', sans-serif;font-weight:normal;font-style:italic}.section-hero-slider-v2 .font--CircularStdBoldItalic{font-family:'CircularStd', sans-serif;font-weight:bold;font-style:italic}.section-hero-slider-v2 .font--CircularStdMediumItalic{font-family:'CircularStd', sans-serif;font-weight:500;font-style:italic}.section-hero-slider-v2 .font--CircularStdLight{font-family:'CircularStd', sans-serif;font-weight:300;font-style:normal}.section-hero-slider-v2 .font--CircularStdLightItalic{font-family:'CircularStd', sans-serif;font-weight:300;font-style:italic}.section-hero-slider-v2 .font--RomanaBTBook{font-family:'RomanaBT', serif;font-weight:normal;font-style:normal}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-tile/hero-tile.scss */.hero-tile{width:100%}.hero-tile .hero-tile__media{height:0;padding-top:67.16%}@media (min-width: 415px){.hero-tile .hero-tile__media{padding-top:74.4%}.hero-tile .hero-tile__media.hero-tile__media--fullwidth{padding-top:255px}}@media (min-width: 551px){.hero-tile .hero-tile__media.hero-tile__media--fullwidth{padding-top:37.2%}}.hero-tile .covered-link{position:absolute;bottom:0;height:100%;width:100%;left:0;right:0;top:0;z-index:80}.hero-tile .hero-tile__content{top:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 40px);z-index:70}@media (min-width: 415px){.hero-tile .hero-tile__content{top:35px;left:35px;width:calc(100% - 70px);height:calc(100% - 70px)}}.hero-tile .hero-tile__description{bottom:0;left:0;display:none}@media (min-width: 769px){.hero-tile .hero-tile__description{display:block;max-width:50%}}.hero-tile .hero-tile__cta a{font-size:22px;line-height:1em}@media (min-width: 415px){.hero-tile .hero-tile__cta a{font-size:34px;line-height:1em}}.hero-tile .hero-tile__cta .btn__icon{width:22px;height:22px}@media (min-width: 415px){.hero-tile .hero-tile__cta .btn__icon{width:34px;height:34px}}.hero-tile .btn--link:focus{color:inherit}.hero-tile .js-linkify:hover{cursor:pointer}.section-hero-tiles{display:flex;padding:15px 10px;flex-direction:column}@media (min-width: 769px){.section-hero-tiles{padding:32px;flex-direction:row}}.section-hero-tiles .hero-tile:last-child{margin-left:0;margin-top:15px}@media (min-width: 769px){.section-hero-tiles .hero-tile:last-child{margin-left:32px;margin-top:0}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/hero-video/hero-video.scss */.video__controls{left:10px;bottom:10px;pointer-events:none}.video__controls li{width:38px;height:38px;padding:0 3px;position:relative;margin-right:15px;border-radius:50%;transform:translateY(50px);transition:transform 300ms ease-in-out}.video__controls li:nth-child(1){transition-delay:100ms}.video__controls li:nth-child(2){transition-delay:200ms}.video__controls li:nth-child(3){transition-delay:300ms}.video__controls--hidden{display:none}.video__controls.is-showing{pointer-events:all}.video__controls.is-showing li{transform:translateY(0)}.video__btn{color:#000}.video__btn__pause,.video__btn__sound-on{display:flex}.video__btn__play,.video__btn__sound-off{display:none}.is-active .video__btn__pause,.is-active .video__btn__sound-on{display:none}.is-active .video__btn__play,.is-active .video__btn__sound-off{display:flex}.video__inner{top:0;left:0;z-index:0;width:100%;height:100%;overflow:hidden;position:absolute;background-color:#ebecee;transition:background-color .2s ease-in-out}.video__inner.no-fallback .video__el{display:block}.video__inner.is-loaded .video__el{opacity:1;transition-delay:0.3s;visibility:visible}.video__inner.is-loaded .video__loader{opacity:0;visibility:hidden}.video__inner.is-loaded .img{display:none}.video__inner.pos-center .video__el{top:50%;transform:translate(-50%, -50%)}.video__inner.pos-top .video__el{top:0;transform:translate(-50%, 0)}.video__inner.pos-bottom .video__el{bottom:0;top:auto;transform:translate(-50%, 0)}.video__el{top:50%;left:50%;opacity:0;width:auto;height:auto;display:block;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;visibility:hidden;transform:translate(-50%, -50%);transition-duration:0.4s;transition-property:opacity, visibility;transition-timing-function:ease-in-out}.hero-video-slide .video__controls{right:10px;left:auto}.hero-video-slide .video__controls li{width:32px;height:32px;padding:0;position:relative;margin-right:0;border-radius:0;transform:translateY(0)}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/image/image.scss */.img,.img__el,.img__el-wrapper{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;text-indent:-9999px;font-size:0}.img__el[src=""]{content:''}.img{background-color:#ebecee;overflow:hidden}.img .image-loading{height:100%;background:#ebecee}.img.transparent{background-color:transparent}.img.fit-cover .img__el{-o-object-fit:cover;object-fit:cover;font-family:'object-fit: cover;'}.img.fit-contain .img__el{-o-object-fit:contain;object-fit:contain;font-family:'object-fit: contain;'}.img.position-top .img__el{-o-object-position:top;object-position:top}.img.position-right .img__el{-o-object-position:right;object-position:right}.img.position-bottom .img__el{-o-object-position:bottom;object-position:bottom}.img.position-left .img__el{-o-object-position:left;object-position:left}.img.position-center .img__el{-o-object-position:center;object-position:center}.img.is-loaded .img__el{opacity:1}.img.is-loaded .img__loader{opacity:0;visibility:hidden}.img__el{opacity:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;z-index:2}.img__el.is-fallback{opacity:1}.img__el.fade-enter,.img__el.fade-leave-to{opacity:0 !important}.img__el.fade-enter{z-index:1}.img__loader{animation:spin .25s infinite;background-color:#000;height:30px;left:calc(50% - 15px);position:absolute;top:calc(50% - 15px);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out;width:30px;z-index:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/image-zoom/image-zoom.scss */.product-gallery__zoom{width:100%;display:block;overflow:hidden}.product-gallery__zoom>img{width:100%}.product-gallery__zoom__zoomed{top:-50%;left:-50%;width:200%;height:200%;background:center center no-repeat;background-size:100%}.product-gallery__zoom.active{cursor:pointer}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/langify-switcher/langify-switcher.scss */.header__lang__switcher--desktop{line-height:0}.header__lang__switcher--desktop a{line-height:initial;text-decoration:none !important;font-weight:400}.header__lang__switcher--desktop *.current{border:solid 1px #b5c1be}.header__lang__switcher--desktop .ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list{width:calc(100% + 20px);padding:8px !important;background-color:#ebecee !important;top:25px;left:-10px;border:1px solid #b5c1be}.header__lang__switcher--desktop .ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list li{color:#000 !important;padding:6px !important;margin-top:4px !important}.header__lang__switcher--desktop .ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list li.current{background:#fff;font-weight:bold;margin-top:0 !important}.header__lang__switcher--desktop .ly-flag-icon{vertical-align:middle;display:none}.header__lang__switcher--desktop .ly-custom-dropdown-list-element-right{margin:0 0.2em}.header__lang__switcher--mobile{display:block;margin-top:10px;margin-right:5px}.header__lang__switcher--mobile .ly-custom-dropdown-switcher{padding-left:0;padding-right:0}.header__lang__switcher--mobile .ly-custom-dropdown-list{position:static;margin-left:24px;margin-top:17px}.footer__lang__switcher{display:block;border-top:1px solid #000;padding:20px 0;font-size:13px}@media (min-width: 1024px){.footer__lang__switcher{border-top:none}}.footer__column__langify .mobile-languae-switcher{position:relative;right:auto;display:none}.footer__column__langify .ly-switcher-wrapper{font-size:14px;position:relative;display:flex}.footer__column__langify .ly-languages-switcher{position:relative}.footer__column__langify .ly-inner-text{margin:0;font-weight:400}.footer__column__langify .mobile-languae-switcher a:nth-child(1)::after{right:20px;height:14px;width:2px}@media (min-width: 769px){.footer__column__langify .mobile-languae-switcher{display:block}}.current_lang .ly-inner-text{border-bottom:1px solid #000}.header__lang__switcher--desktop svg path{stroke:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/loader/loader.scss */.loader{height:50px}.loader-dot{width:12px;height:12px;border:2px solid #8a9f8f;margin:0 4px;border-radius:50%;animation:dotFlashing_1 1s steps(6, end) infinite}.loader-dot:nth-child(1){animation-name:dotFlashing_1}.loader-dot:nth-child(2){animation-name:dotFlashing_2}.loader-dot:nth-child(3){animation-name:dotFlashing_3}.loader-dot:nth-child(4){animation-name:dotFlashing_4}@keyframes dotFlashing_1{0%,20%{opacity:0}40%,60%,80%,90%{opacity:1}100%{opacity:0}}@keyframes dotFlashing_2{0%,20%,40%{opacity:0}60%,80%,90%{opacity:1}100%{opacity:0}}@keyframes dotFlashing_3{0%,20%,40%,60%{opacity:0}80%,90%{opacity:1}100%{opacity:0}}@keyframes dotFlashing_4{0%,20%,40%,60%,80%{opacity:0}90%{opacity:1}100%{opacity:0}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/modal/modal.scss */.modal__bg{background-color:rgba(0,0,0,0.6);position:fixed;top:0;left:0;height:100%;width:100%}.modal__wrap{background-color:#fff;position:fixed;top:0;left:0;bottom:0;right:0;margin:auto;width:100vw;max-width:930px;height:100vh;max-height:100vh}@media (min-width: 415px){.modal__wrap{top:32px;bottom:auto;height:auto;max-height:calc(100vh - 127px);width:-moz-fit-content;width:fit-content;max-width:588px}}@media (min-width: 769px){.modal__wrap{max-width:824px}}@media (min-width: 1024px){.modal__wrap{max-width:930px}}@media (max-width: 768px){.modal__wrap{border-top-left-radius:12px;border-top-right-radius:12px}}.modal__wrap.modal__wrap--small{max-width:420px}.modal__wrap.modal__wrap--small .single-form{margin:0;width:100%}.modal__wrap.modal__wrap--small .single-form>div{padding:2rem}.modal__wrap.modal__wrap--quick-view{max-width:930px}.modal__wrap.modal__wrap--quick-view .modal__inner>div{padding:0;max-width:100%}.modal__wrap.modal__wrap--quick-view .single-form{margin:0;width:100%}.modal__wrapper.active{position:fixed;top:0;left:0;bottom:0;right:0;margin:0;width:100vw;height:100vh;transform:translate(0, 0)}.modal__container{z-index:2;position:relative;height:100%;width:100%;margin:0 auto;overflow-y:auto;background-color:#fff;max-width:640px !important}@media (min-width: 415px){.modal__container{height:auto;max-height:100%}}@media screen and (max-width: 768px){.modal__container{max-width:100% !important}}.modal__content{flex:1}.modal__title{text-align:center;margin-bottom:30px}.modal__inner{margin:0 auto}.modal__inner>div,.modal__inner [slot=default]{padding:44px 20px 116px;max-width:720px;margin:0 auto}.modal__inner .table--flex{overflow:auto;max-height:calc(100vh - 120px)}.modal__footer{position:relative;bottom:0;width:100%;max-width:initial;left:0;height:3.75rem;text-align:center;z-index:2}.modal__footer a{display:block;box-sizing:border-box;width:200px;padding:16px;margin:0 auto;height:60px}.modal__footer a span{line-height:26px;height:26px;display:block;padding-left:40px;text-align:right;position:relative;top:-26px}.modal__footer a svg{display:block;margin-right:0.5rem;line-height:26px;height:26px;position:relative;top:0}.close__modal{position:absolute;top:0;right:0;width:50px;padding:16px;display:block;cursor:pointer;transition:opacity cubic-bezier(0.165, 0.84, 0.44, 1) .25s;z-index:3}.close__modal svg{width:100%;height:auto;display:block}.close__modal:hover{opacity:0.8}.close__modal:hover svg{fill:#fa4b21}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/newsletter-bar/newsletter-bar.scss */.newsletter-bar{background-color:#fff;bottom:0;color:#000;display:none;height:100px;position:fixed;width:100%;z-index:999}@media (min-width: 1024px){.newsletter-bar{display:flex}}.newsletter-bar__container{display:flex;margin:0 auto;padding:0;width:calc(100% - 80px)}.newsletter-bar__content{margin:auto;padding:0;text-align:left;width:50%}@media (--xs){.newsletter-bar__content{text-align:center;width:100%}}.newsletter-bar__form{align-items:center;display:flex;width:50%}.newsletter-bar__close{cursor:pointer;display:block;height:24px;position:absolute;right:20px;top:20px;width:24px}@media (--xs){.newsletter-bar__close{right:30px}}.newsletter-bar__close>svg{display:block;height:100%;width:20px}.no-touch .newsletter-bar__close{transition:opacity .25s ease-in}.no-touch .newsletter-bar__close:hover{opacity:0.6}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/nosto-products/nosto-products.scss */.nosto-product-loader{position:relative;padding:0 0 0 10px;overflow-x:hidden}@media (min-width: 769px){.nosto-product-loader{padding:0 0 0 32px}}.nosto-product-loader .nosto-product-wrap{width:100%}.nosto-product-loader .nosto-title-skeleton-loader{height:30px;margin-top:55px;margin-bottom:30px;margin-right:10px}@media (min-width: 769px){.nosto-product-loader .nosto-title-skeleton-loader{max-width:500px;height:32px;margin-bottom:58px;margin-top:96px}}.nosto-product-loader .nosto-product-slider{display:flex;width:calc(100% + 2px);margin-left:-2px}@media (min-width: 769px){.nosto-product-loader .nosto-product-slider{width:calc(100% + 4px);margin-left:-4px}}.nosto-product-loader .nosto-product-slider .nosto-product-item{padding:0 2px 14px;width:64%;flex:none}@media (min-width: 769px){.nosto-product-loader .nosto-product-slider .nosto-product-item{padding:0 4px 14px;width:calc(33.33% - 8px)}}@media (min-width: 1024px){.nosto-product-loader .nosto-product-slider .nosto-product-item{padding:0 4px 14px;width:calc(25% - 7px)}}.nosto-product-loader .nosto-product-slider .nosto-product-item-card{background-color:#fff;text-align:center}.nosto-product-loader .nosto-product-slider .nosto-product-image-skeleton{display:block;padding-top:100%;position:relative;margin-bottom:14px}@media (min-width: 769px){.nosto-product-loader .nosto-product-slider .nosto-product-image-skeleton{padding-top:133.55%}}.nosto-product-loader .nosto-product-slider .nosto-product-title-skeleton{height:34px;margin-bottom:10px}.nosto-product-loader .nosto-product-slider .nosto-skeleton-loader{height:16px;margin-bottom:10px}.nosto-product-loader .nosto-product-slider .nosto-product-content{padding:0 0 5px}.header-cart-carousel.header-cart-carousel{position:relative}.header-cart-carousel.header-cart-carousel .nosto-product-loader{width:100%;padding:0}.header-cart-carousel.header-cart-carousel .nosto-title-skeleton-loader{display:none}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .nosto-product-wrap{margin:0;width:100%}}.header-cart-carousel.header-cart-carousel .nosto-product-slider{margin-top:20px;-moz-column-gap:20px;column-gap:20px}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .nosto-product-slider{-moz-column-gap:10px;column-gap:10px;margin-left:0;width:100%}}.header-cart-carousel.header-cart-carousel .nosto-product-item{width:400px;padding:0}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .nosto-product-item{width:320px}}.header-cart-carousel.header-cart-carousel .nosto-product-item-card{display:flex;flex-direction:row;justify-content:flex-start;height:127px;width:400px}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .nosto-product-item-card{width:320px}}.header-cart-carousel.header-cart-carousel .nosto-product-image-skeleton{max-height:127px;height:127px;width:95px;padding-top:0;overflow:visible;margin-bottom:0}.header-cart-carousel.header-cart-carousel .nosto-product-content{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 95px);margin-bottom:0;overflow:visible;padding:10px 10px 0 16px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/page-returns/returns.scss */.page-returns__wrapper{position:relative}.page-returns__wrapper .page-returns__header{background:#ebecee;padding:40px 0;text-align:center}.page-returns__wrapper .page-returns__header .page-return__title{font-size:28px;font-family:'CircularStd', sans-serif;font-weight:400;line-height:1}@media (min-width: 1024px){.page-returns__wrapper .page-returns__header .page-return__title{font-size:36px;line-height:1}}.page-returns__wrapper .page-returns__content{padding:88px 0;text-align:center}@media (min-width: 769px){.page-returns__wrapper .page-returns__content{padding:88px 0}}@media (min-width: 1024px){.page-returns__wrapper .page-returns__content{padding:100px 0}}@media (min-width: 1201px){.page-returns__wrapper .page-returns__content{padding:120px 0}}.page-returns__wrapper .page-returns__subtitle{font-size:20px;font-weight:400;line-height:1.3;font-family:'CircularStd', sans-serif;margin-bottom:40px}@media (min-width: 1201px){.page-returns__wrapper .page-returns__subtitle{margin-bottom:40px}}.page-returns__wrapper .page-returns__links-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;flex-direction:column}@media (min-width: 769px){.page-returns__wrapper .page-returns__links-wrapper{flex-direction:row;gap:32px}}.page-returns__wrapper .page-returns__links-wrapper .page-returns__links{flex:auto;width:100%}@media (min-width: 769px){.page-returns__wrapper .page-returns__links-wrapper .page-returns__links{flex:none;width:auto}}.page-returns__wrapper .page-returns__links-wrapper .page-returns__links .button__links{text-align:center;border:2px solid #000;padding:16px 24px;font-family:'CircularStd', sans-serif;font-size:20px;font-weight:400;line-height:1;min-width:220px;height:52px;color:#000;background-color:#fff;max-width:500px}.page-returns__wrapper .page-returns__bottom-content{background:#ebecee;padding:40px 0;text-align:center;font-family:'CircularStd', sans-serif;font-weight:400}.page-returns__wrapper .page-returns__bottom-content .returns__policy-line-text.policy-text-margin{margin-bottom:32px}.page-returns__wrapper .page-returns__bottom-content .returns__policy-line-text a{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.page-returns__wrapper .page-returns__bottom-content .returns__policy-line-text *{font-family:'CircularStd', sans-serif;font-weight:400;font-size:16px;line-height:1.3}.page-returns__wrapper .page-returns__container{padding:0 20px;margin:auto}@media (min-width: 769px){.page-returns__wrapper .page-returns__container{max-width:900px;width:calc(100% - 64px);padding:0}}@media (min-width: 1024px){.page-returns__wrapper .page-returns__container{max-width:1072px;width:calc(100% - 128px);padding:0}}@media (min-width: 1201px){.page-returns__wrapper .page-returns__container{max-width:1300px}}@media (min-width: 1441px){.page-returns__wrapper .page-returns__container{max-width:1400px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/pagefly-product-accordion/pagefly-product-accordion.scss */.pagefly-accordion-wrapper .product-card-slider__title,.pagefly-accordion-wrapper .flickity-button{display:none}.pagefly-accordion-wrapper .product-card-slider{border-top:none;padding:0 0 48px;margin-top:0;margin-bottom:0}.pagefly-accordion-wrapper{position:relative}.product-card-slider{padding-bottom:0}.pagefly-accordion-wrapper button.slider-nav-button{top:calc(50% - 28px);height:28px;width:28px;background-color:white;border-radius:50%;padding:4px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04)}@media (min-width: 769px){.pagefly-accordion-wrapper button.slider-nav-button{top:calc(50% - 40px);height:40px;width:40px}}.pagefly-accordion-wrapper button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%}.pagefly-accordion-wrapper button.slider-nav-button.show{display:block}button.slider-nav-button.previous{left:10px}@media (min-width: 769px){button.slider-nav-button.previous{left:12px}}button.slider-nav-button.next{right:10px}@media (min-width: 769px){button.slider-nav-button.next{right:12px}}button.slider-nav-button.previous .slider-arrow{transform:rotate(180deg)}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/pagefly-product-card-slider/pagefly-product-card-slider.scss */.pagefly-product-card-slider-wrapper .product-card-slider__title,.pagefly-product-card-slider-wrapper .flickity-button{display:none}.pagefly-product-card-slider-wrapper .product-card-slider{border-top:none;padding:0 0 48px;margin-top:0;margin-bottom:0}.pagefly-product-card-slider-wrapper{position:relative}.product-card-slider{padding-bottom:0}.pagefly-product-card-slider-wrapper button.slider-nav-button{top:calc(50% - 28px);height:28px;width:28px;background-color:white;border-radius:50%;padding:4px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04)}@media (min-width: 769px){.pagefly-product-card-slider-wrapper button.slider-nav-button{top:calc(50% - 40px);height:40px;width:40px}}.pagefly-product-card-slider-wrapper button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/slider-right.png?v=126265316529372646371729188314");background-size:contain;background-position:center;background-repeat:no-repeat}.pagefly-product-card-slider-wrapper button.slider-nav-button.show{display:flex}button.slider-nav-button.previous{left:10px}@media (min-width: 769px){button.slider-nav-button.previous{left:12px}}button.slider-nav-button.next{right:10px}@media (min-width: 769px){button.slider-nav-button.next{right:12px}}button.slider-nav-button.previous svg{transform:rotate(180deg)}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/pagination/pagination.scss */.pagination{width:4rem;padding:13px;margin:0.4rem 0 10px 0;border:solid 1px #d7d7d7;background-color:#fff;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/icon-chevron-down.svg?v=36409399081713249051729188314");background-size:12px;background-repeat:no-repeat;background-position:right 10px bottom 50%}.pagination-holder{display:flex;align-items:center}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/product-badge/product-badge.scss */.product-badge{font-size:10px;text-transform:uppercase;text-align:center;display:inline-block;padding:3px 6px}.product-badge--few-left{background-color:#000;color:#fff}.product-badge--double-points{background-color:#000;color:#fff}.product-badge--no-discount{background-color:transparent;border:1px solid #fa4b21;color:#fa4b21}.product-badge--sold-out{background-color:#999;color:#fff}.product-badge--best-seller{background-color:#000;color:#fff}.product-badge--final-stock{background-color:#000;color:#fff}.product-badge--revised-style{background-color:#000;color:#fff}.product-badge--outerwear-promo{background-color:#000;color:#fff}.product-badge--final-sale{background-color:transparent;color:#fa4b21;border:1px solid #fa4b21}.product-badge--flash-sale{background-color:#000;color:#fff}.product-badge--online-exclusive{background-color:#000;color:#fff}.product-badge--new{background-color:#000;color:#fff}.product-badge--coming-soon{background-color:#000;color:#fff}.product-badge--cyber-deal{background-color:#000;color:#fff}.product-badge--back-in{background-color:#000;color:#fff}.product-badge--now-or-never{background-color:#000;color:#fff}.product-badge--top-rated{background-color:#000;color:#fff}.product-badge--waterproof{background-color:#000;color:#fff}.product-badge--water-resistant{background-color:#000;color:#fff}.product-badge--new-fit{background-color:#000;color:#fff}.product-badge--new-style{background-color:#000;color:#fff}.product-badge--none{display:none}.product-card__featured .product-badge{position:absolute;right:4px;top:4px;z-index:2}@media (min-width: 551px){.product-card__featured .product-badge{right:6px;top:6px}}.product-badge-border{font-size:10px;text-transform:uppercase;text-align:center;display:inline-block;padding:2px 5px}.product-badge-border--outerwear-warranty{background-color:#fff;color:#000;border:1px solid #000;cursor:pointer}.product-badge-border--outerwear-warranty svg{margin-left:-1px !important;margin-right:6px !important;background-color:#fff !important;height:10px !important;width:10px !important}.product-card__featured .badge-display{position:absolute;right:4px;top:4px;z-index:2}@media (min-width: 551px){.product-card__featured .badge-display{right:10px;top:10px}}.product-card__featured .badge-display .product-badge--cyber-deal{position:initial}.badge-display{display:inline-flex;align-items:center}.badge-display svg{margin-left:6px;background-color:#000;height:8px;width:8px}.badge-display .product-badge.product-badge--cyber-deal{padding:3px 6px 3px 2px !important}.header-cart-carousel__container .product-card__featured .badge-display.product-badge--cyber-deal{display:none !important}@media screen and (min-width: 551px){.product-card__featured .badge-display.product-badge--cyber-deal{right:6px !important;top:6px !important}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/product-card/product-card.scss */.product-card{position:relative}.product-card.loading{opacity:0.5;pointer-events:none}.wishlist-feedback{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);padding:0 20px;border-radius:12px;z-index:1000;display:flex;justify-content:space-between;align-items:center;width:280px;height:46px;color:#fff;opacity:0;transition:all 0.3s ease;overflow:hidden;font-size:14px;font-weight:400}@media (max-width: 768px){.wishlist-feedback{bottom:10px}}.wishlist-feedback .underline{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-underline-offset:3px}@keyframes shrink{to{width:0%}}.progress-bar{position:absolute;top:0;left:0;height:4px;width:100%;background-color:rgba(255,255,255,0.4)}.wishlist-feedback-success{background-color:#000;opacity:1}.product-card__wishlist-select-size{opacity:1;font-size:12px;line-height:1.3em;font-weight:400;margin-top:0;display:flex;justify-content:space-between}.wishlist-feedback-removed{background-color:#fa4b21;opacity:1}.product-card__featured{display:block;position:relative}.product-card__featured .product-card__featured-image{text-decoration:none;display:block;padding-top:133.55%}.product-card__featured .product-card__size-options{display:flex;justify-content:center;width:calc(100% - 8px);flex-wrap:wrap;visibility:visible !important;opacity:1 !important;z-index:40;position:absolute;bottom:4px;right:4px;left:4px}@media (max-width: 768px){.product-card__featured .product-card__size-options{bottom:4px;right:4px;left:4px;padding-top:4px}}.product-card__featured .product-card__select-size{opacity:1;font-size:12px;line-height:1.3em;font-weight:400;margin-top:0;display:flex;justify-content:space-between}.product-card__featured .cart-select-size__options{display:flex;justify-content:center;width:100%;flex-wrap:wrap}.product-card__featured .product-select-size__options__title{margin-bottom:8px;font-size:13px;text-align:center;line-height:1.3}@media (max-width: 768px){.product-card__featured .product-select-size__options__title{margin-top:8px}}@media (min-width: 769px){.product-card__featured .product-select-size__options__title{font-size:14px}}.product-card__featured .product-card__wishlist-select-size__pulse{position:absolute;right:4px;top:4px;display:flex}@media (max-width: 768px){.product-card__featured .product-card__wishlist-select-size__pulse{right:4px;top:4px}}.product-card__featured .product-card__wishlist-select-size__pulse{display:none}.product-card__featured .blob{border-radius:50%;box-shadow:0 0 0 0 #000;height:6px;width:6px;transform:scale(1)}.product-card__featured .blob.red{background:#fa4b21;box-shadow:0 0 0 0 #fa4b21;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(250,75,33,0.7)}70%{transform:scale(1);box-shadow:0 0 0 4px rgba(250,75,33,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(250,75,33,0)}}.product-card__featured .wishlist-select-size__options{display:flex;justify-content:center;width:100%;flex-wrap:wrap}.product-card__featured .wishlist-select-size__options__title{margin-bottom:8px;font-size:13px;text-align:center;line-height:1.3}@media (min-width: 769px){.product-card__featured .wishlist-select-size__options__title{font-size:14px}}.product-card__featured .product-card__wishlist-options{display:flex !important;visibility:visible !important;opacity:1 !important;z-index:40;position:absolute;bottom:4px;right:4px;left:4px}@media (max-width: 768px){.product-card__featured .product-card__wishlist-options{bottom:4px;right:4px;left:4px}}@media (min-width: 769px){.product-card__featured .product-card__wishlist-options{padding-top:12px}}.product-card__featured .wishlist-svg__container{display:flex;justify-content:center;align-items:center}.product-card__featured .product-card__image--secondary{opacity:0}.product-card__featured:hover .product-card__image--secondary{opacity:1}.product-card__featured .product-badge-container.cyber::before{position:absolute;top:10px;right:77px;z-index:2}@media (max-width: 550px){.product-card__featured .product-badge-container.cyber::before{top:4px;right:70px}}.product-card__images{background-color:#efede9;position:absolute;left:0;top:0;overflow:hidden;padding-bottom:133.55%;width:100%;z-index:2;transition:opacity 0.2s ease-in-out, visibility 0.2s ease-in-out}@media (max-width: 768px){.product-card__images{opacity:1;visibility:visible}}@media (min-width: 769px){.product-card__images{opacity:0;visibility:hidden}}.product-card__gallery-images{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.product-card__images-wrapper .flickity-page-dots{bottom:10px;left:10px;right:10px;width:auto;text-align:left;display:flex;align-items:center;justify-content:flex-start}.product-card__images-wrapper .flickity-page-dots .dot{width:4px;height:4px;opacity:0.3;margin:0 4px 0 0;background-color:#000}.product-card__images-wrapper .flickity-page-dots .dot.is-selected{opacity:1}@media (min-width: 769px){.product-card__images-wrapper.hovered .flickity-page-dots{bottom:10px}}.product-card__images-wrapper .card-slider-nav-button{background:none;border:0;display:flex;padding:0;position:absolute;top:50%;width:40px;height:40px;opacity:0.2;transform:translateY(-50%);align-items:center}@media (max-width: 768px){.product-card__images-wrapper .card-slider-nav-button{display:none !important}}.product-card__images-wrapper .card-slider-nav-button.show{opacity:1}.product-card__images-wrapper .card-slider-nav-button.disabled{cursor:not-allowed}.product-card__images-wrapper .card-slider-nav-button.previous{left:0;justify-content:flex-start}.product-card__images-wrapper .card-slider-nav-button.next{right:0;justify-content:flex-end}.product-card__images-wrapper .card-slider-nav-button svg{height:15px;width:15px}.product-card__images-wrapper .card-slider-nav-button.previous svg{transform:none;margin-left:8px;margin-right:auto}.product-card__images-wrapper .card-slider-nav-button.next svg{margin-left:auto;margin-right:8px}.product-card__featured.has-carousel .product-card__image-carousel{width:100%;height:100%;max-width:100vw}.product-card__image-carousel .product-card__images-single::before{padding-top:133.55%}@media (min-width: 769px){.product-card__featured.has-carousel:hover .product-card__images{opacity:1;transition-delay:0s;visibility:visible}.product-card__featured.has-carousel:hover .product-card__images-wrapper .flickity-page-dots{bottom:54px}.product-card__featured.has-carousel:hover .product-card__images-wrapper.hovered .flickity-page-dots{bottom:10px}}.product-card__content{padding:14px 4px 14px 8px}@media (min-width: 769px){.product-card__content{padding:14px 8px 14px 10px}}.product-card__content-grid{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;width:100%;gap:8px}@media (min-width: 769px){.product-card__content-grid{gap:10px}}.product-card__content-grid .product-card__content-left{flex:1}.product-card__content-grid .product-card__content-left .product-card__badge{display:flex}.product-card__content-grid .product-card__content-left .product-badge{display:block;padding:3px 6px;margin-bottom:12px}@media (min-width: 769px){.product-card__content-grid .product-card__content-left .product-badge{margin-bottom:10px}}.product-card__content-grid .product-card__content-right{width:20px;display:flex;flex-direction:column;gap:12px}@media (min-width: 769px){.product-card__content-grid .product-card__content-right{width:20px}}.product-card__content-grid .product-card__content-right .btn--wishlist{border:none;width:20px;height:20px;border-radius:50%;margin:0;display:flex;justify-content:center;align-items:center;background-color:transparent;position:relative}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .btn--wishlist{width:20px;height:20px}}.product-card__content-grid .product-card__content-right .btn--wishlist.active{box-shadow:none}.product-card__content-grid .product-card__content-right .btn--wishlist::after{content:'';width:24px;height:24px;position:absolute;left:-2px;top:-2px;background-color:transparent;border-radius:50%}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .btn--wishlist::after{width:28px;height:28px;left:-4px;top:-4px}}.product-card__content-grid .product-card__content-right .btn--wishlist.active::after{background-color:#ebecee}@media (hover: hover){.product-card__content-grid .product-card__content-right .btn--wishlist:hover{box-shadow:none}.product-card__content-grid .product-card__content-right .btn--wishlist:hover::after{background-color:#ebecee}}.product-card__content-grid .product-card__content-right .wishlist-svg__container{height:14px;width:14px;z-index:1;position:relative}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .wishlist-svg__container{width:16px;height:16px}}.product-card__content-grid .product-card__content-right svg{height:14px;width:14px}@media (min-width: 769px){.product-card__content-grid .product-card__content-right svg{width:16px;height:16px}}.product-card__content-grid .product-card__content-right .product-card__wishlist-icon{position:relative}.product-card__content-grid .product-card__content-right .product-card__cart-icon{position:relative}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .product-card__cart-icon{display:none}}.product-card__content-grid .product-card__content-right .btn--add-cart{border:none;width:20px;height:20px;border-radius:50%;margin:0;display:flex;justify-content:center;align-items:center;background-color:transparent;position:relative}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .btn--add-cart{width:20px;height:20px}}.product-card__content-grid .product-card__content-right .btn--add-cart .cart-svg__container{height:14px;width:14px;position:relative;z-index:1}.product-card__content-grid .product-card__content-right .btn--add-cart svg{height:14px;width:14px}.product-card__content-grid .product-card__content-right .btn--add-cart.active{box-shadow:none}.product-card__content-grid .product-card__content-right .btn--add-cart::after{content:'';width:24px;height:24px;position:absolute;left:-2px;top:-2px;background-color:transparent;border-radius:50%}@media (min-width: 769px){.product-card__content-grid .product-card__content-right .btn--add-cart::after{width:28px;height:28px;left:-4px;top:-4px}}.product-card__content-grid .product-card__content-right .btn--add-cart.active::after{background-color:#ebecee}@media (hover: hover){.product-card__content-grid .product-card__content-right .btn--add-cart:hover{box-shadow:none}.product-card__content-grid .product-card__content-right .btn--add-cart:hover::after{background-color:#ebecee}}.product-card__colour_container{padding:0 4px 0 8px}@media (min-width: 769px){.product-card__colour_container{padding:0 8px 0 10px}}.product-card__details{flex-direction:column;width:100%}.product-card__details .product-card__details__title{width:100%;margin-bottom:10px;font-size:13px;letter-spacing:-0.03em;line-height:1.3em}@media (min-width: 769px){.product-card__details .product-card__details__title{font-size:14px}}.product-card__details .product-card__details__title-full{margin-bottom:10px;font-size:13px;letter-spacing:-0.03em;line-height:1.3em}@media (min-width: 769px){.product-card__details .product-card__details__title-full{font-size:14px}}.product-card__details .product-card__price{width:100%;text-align:left;flex-direction:row;align-items:baseline}.product-card__details .product-card__price .product-card__price-text{font-size:13px;letter-spacing:-0.03em;line-height:1.3em}@media (min-width: 769px){.product-card__details .product-card__price .product-card__price-text{font-size:14px}}.product-card__details .product-card__price .sale-percentage{position:absolute;left:6px;top:6px;z-index:2;font-size:12px;line-height:1;font-weight:700;margin-left:0;margin-right:0;margin-top:0;letter-spacing:-0.03em;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#EE2E00;gap:2px;padding:3px}.product-card__details .product-card__price .sale-percentage img{width:12px;height:12px}.product-card__details .product-card__price .sale-percentage .sale-badge-icon{height:12px;width:12px}.product-card__details .product-card__price .sale-percentage .sale-bold{font-size:12px;line-height:1;letter-spacing:-0.03em;font-weight:400}.product-card__details .product-card__price .sale-percentage.sale-invert{background-color:#EE2E00;color:#fff;border:none;letter-spacing:-0.03em}@media (min-width: 769px){.product-card__details .product-card__details__title-full{min-height:auto}}.product-card__price p+p{color:#fa4b21;margin-left:6px;font-weight:400;letter-spacing:-0.03em}.product-card__form{position:absolute;bottom:0;left:0;right:0;z-index:2;display:none;padding:4px}@media (max-width: 768px){.product-card__form{display:none !important}}.product-card__form.hovered:not(.adding) .product-card__cta__wrapper{display:none}.product-card__form.hovered:not(.adding) .product-card__options{opacity:1;visibility:visible;display:flex}.product-card__form.hovered:not(.adding).has_one_option .product-card__options{z-index:2;padding:0;opacity:0}.product-card__form.hovered:not(.adding).has_one_option .product-card__option{opacity:0;margin:0;width:100%;padding:13px 0;height:auto}.product-card__form.hovered:not(.adding).has_one_option .product-card__cta__wrapper{display:block}.product-card__form.adding .product-card__cta__wrapper,.product-card__form.adding.has_one_option .product-card__cta__wrapper{display:block}.product-card__form.adding .product-card__options,.product-card__form.adding.has_one_option .product-card__options{opacity:0;visibility:hidden;display:none}@media (min-width: 769px){.product-card:hover .product-card__form,.adding .product-card__form{display:block}}.product-card__cta__wrapper{bottom:4px;left:4px;width:calc(100% - 8px)}.product-card__cta__wrapper.hovered{display:none}.product-card__cta__wrapper .card-icon{width:20px;color:#000}.product-card__cta__wrapper .card-icon svg{display:block}@media (min-width: 769px){.product-card__cta__wrapper{opacity:0;visibility:hidden;transition:opacity 0.2s ease-in-out, visibility 0.2s ease-in-out}}.product-card:hover .product-card__form .product-card__cta__wrapper{opacity:1;visibility:visible;transition-delay:0s}.product-card__cta__el{height:44px;font-weight:400;line-height:100%}.product-card__options{padding:12px 4px 4px;display:none;flex-wrap:wrap;justify-content:center;opacity:0;visibility:hidden;transition:0.2s all}@media (min-width: 769px){.product-card__options{padding:6px}}.product-card__options .product-card__option{margin:0;min-width:calc((100% - 0px) / 5);padding:0;display:flex;align-items:center;justify-content:center;height:32px;line-height:1;transition:all 0.2s ease-in-out}.product-card__options .product-card__option:focus{box-shadow:none}.product-card__options .product-card__option:hover,.product-card__options .product-card__option.active{background:#000;color:#fff}.product-card__options .product-card__option[aria-disabled="true"]{color:#999;background:#fff;text-decoration:line-through}.product-card__options .product-card__option[aria-disabled="true"]:hover{background:#ebecee}.product-card__options .product-card__option__long{min-width:80px}@media (max-width: 768px){.cart-select-size__options .product-card__option{min-width:calc((100% - (0 * 16px)) / 3)}}.cart-select-size__options .card-icon{width:20px !important;color:#89a8a0}.cart-select-size__options .card-icon svg{display:block}@media (max-width: 768px){.wishlist-select-size__options .product-card__option{min-width:calc((100% - (0 * 16px)) / 3)}}.wishlist-select-size__options .card-icon{width:20px !important;color:#89a8a0}.wishlist-select-size__options .card-icon svg{display:block}.gift-card__button,.gift-card__link{display:flex !important;width:100%;justify-content:center;align-items:center}.swym-inject{display:none !important}.intial-flickity-page-dots{position:absolute;bottom:10px;left:10px;right:10px;width:auto;text-align:left;display:flex;align-items:center;justify-content:flex-start;padding:0;margin:0;list-style:none;line-height:1;z-index:2}@media (max-width: 768px){.intial-flickity-page-dots{display:none}}.intial-flickity-page-dots .dot{width:4px;height:4px;opacity:0.3;margin:0 4px 0 0;background-color:#000;border-radius:50%;display:inline-block}.intial-flickity-page-dots .dot.is-selected{opacity:1}@media (max-width: 768px){.product-card-slider__item .product-card__images-wrapper{display:none !important}}@media (max-width: 768px){.product-card-slider__item .intial-flickity-page-dots{display:none !important}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/product-card-slider/product-card-slider.scss */.product-card-slider{padding:35px 0 24px;margin:15px auto;position:relative}@media (min-width: 1024px){.product-card-slider{padding:1rem 0 63px}}.product-card-slider__title{margin-bottom:15px;padding-top:1rem;border-top:1px solid #000}@media (min-width: 1024px){.product-card-slider__title{margin-left:-8px}}.product-card-slider .product-card-slider__title{padding-top:0;border-top:none}.product-card-slider__items__static{display:flex}.product-card-slider__item{padding:10px;width:50%;flex:none}@media (min-width: 769px){.product-card-slider__item{width:33.33%}}@media (min-width: 1024px){.product-card-slider__item{width:25%}}.product-card-slider__item__title{margin:10px 0}.product-card-slider__items{width:calc(100% + 20px);margin-left:-10px}.product-card-slider__items .flickity-button{background:transparent;display:none;width:30px;height:20px}.product-card-slider__items .flickity-button:disabled{opacity:0.4}.product-card-slider__items .flickity-prev-next-button .flickity-button-icon{display:none}.product-card-slider__items .flickity-prev-next-button.previous{top:-45px;left:auto;right:65px;display:none;transform:rotate(180deg)}@media (max-width: 768px){.product-card-slider__items .flickity-prev-next-button.previous{top:-35px;width:20px;height:15px;right:45px}}.product-card-slider__items .flickity-prev-next-button.next{top:-45px;left:auto;right:10px;transform:none}@media (max-width: 768px){.product-card-slider__items .flickity-prev-next-button.next{top:-35px;width:20px;height:15px}}@media (min-width: 1024px){.product-card-slider__items{margin-top:20px;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}@media (min-width: 1024px){.pf-c .product-card-slider__items{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}button.slider-nav-button.previous .slide-arrow-icon{transform:rotate(-180deg)}button.slider-nav-button{display:none}button.slider-nav-button.show{display:flex}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/product-card-swatches/product-card-swatches.scss */.product-card .product-card-swatches{height:16px}.product-card .swatch-loading{height:16px}.product-card .product-swatches__colors{margin:0;opacity:1;border:0;padding:0;visibility:visible;transition:0.2s all;display:flex;align-items:center;justify-content:flex-start;gap:12px}.product-card .product-swatches__colors__single{width:14px;height:14px;margin-left:0;margin-bottom:0;padding:0;order:2;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:0.2s all}.product-card .product-swatches__colors__single.first{order:1}.product-card .product-swatches__colors__single::after,.product-card .product-swatches__colors__single.active::after{display:none}.product-card .product-swatches__colors__single span{width:14px;height:14px;display:block;background-color:#89a8a0;border-radius:50%}.product-card .product-swatches__colors__single.active{border:1px solid #000;width:14px;height:14px}.product-card .product-swatches__colors__single.active span{width:8px;height:8px}@media (hover: hover){.product-card .product-swatches__colors__single:hover{border:0}}.product-card .product-swatches__colors__count{top:0;left:0;opacity:0;visibility:hidden}@media (min-width: 769px){.product-card .product-swatches__colors__count{position:absolute}}@media screen and (min-width: 1024px){.product-card .product-swatches__colors{opacity:0;visibility:hidden}.product-card .product-swatches__colors__count{opacity:1;visibility:visible}}@media screen and (min-width: 1024px){.product-card:hover .product-swatches__colors{opacity:1;visibility:visible}.product-card:hover .product-swatches__colors__count{opacity:0;visibility:hidden}}.product-swatches__more{margin-left:0;order:2;opacity:1;font-size:13px;line-height:1.3;letter-spacing:-0.03em;color:#666}@media (min-width: 1024px){.product-swatches__more{opacity:1}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/promo-bar/promo-bar.scss */.promo-bar{display:flex;justify-content:space-between;align-items:center;color:#000}.promo-bar:focus-visible{outline:2px solid !important;outline-offset:4px;outline-color:#89a8a0 !important}.promo-bar a{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.promo-bar .geo-select-currency{color:#000}.promo-bar .geo-select-arrow-icon{border:solid #000;border-width:0 0 1px 1px}.promo-bar__item{flex-shrink:0}.promo-bar__other{display:flex;align-items:center;margin-left:-100%}@media (max-width: 1024px){.promo-bar__other{display:none !important}}.promo-bar__other>*:not(:last-child){margin-right:12px}@media (min-width: 769px){.promo-bar{padding-left:32px;padding-right:32px}}.promo-bar__content{margin:auto;text-align:center;padding:4px 15px}@media (min-width: 769px){.promo-bar__content{max-width:600px;padding:6px 30px}}@media (min-width: 1024px){.promo-bar__content{max-width:735px}}.promo-bar__wrapper{z-index:401;min-height:30px}.promo-bar__wrapper.multiple-promo{min-height:34px}.promo-bar__wrapper.no-min-height{min-height:auto}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/promo-bar-slider/promo-bar-slider.scss */.promo-bar-container{width:100%;position:relative;background-color:#000}.promo-bar-container .flickity-viewport{overflow:visible}@media (prefers-reduced-motion){.promo-bar-container .flickity-viewport{transition:"none"}}.promo-bar-container .promo-bar-slider:focus-visible,.promo-bar-container .promo-bar__content:focus-visible,.promo-bar-container .slider-nav-button:focus-visible,.promo-bar-container a:focus-visible{outline:2px solid !important;outline-offset:4px;outline-color:#89a8a0 !important}.promo-bar-container .promo-bar{display:flex;min-height:100%;align-items:center}.promo-bar-container .flickity-slider{height:100%}@media (prefers-reduced-motion){.promo-bar-container .flickity-slider{transition:"none"}}.promo-bar-container .promo-bar__item{height:100%}.promo-bar-container .js-promo-bar{width:100%}.promo-bar-container .is-selected{z-index:9999}.promo-bar-container .is-selected a{z-index:9999}.promo-bar-container .promo-bar-slider{width:100%;overflow-x:hidden !important}.promo-bar-container .promo-bar__other{z-index:9999;position:absolute;right:33px;top:50%;transform:translate(0, -50%)}.promo-bar-container .promo-bar__content{padding:8px 32px}.promo-bar-container .slider-nav-button{position:absolute;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:transparent;top:50%;transform:translate(0, -50%) rotate(-90deg);opacity:50%;padding:0;transition:opacity 0.15s ease-in-out}.promo-bar-container .slider-nav-button svg{width:10px}.promo-bar-container .slider-nav-button:hover{opacity:100%}.promo-bar-container .slider-nav-button.previous{left:304px}@media (max-width: 1300px){.promo-bar-container .slider-nav-button.previous{left:170px}}@media (max-width: 1024px){.promo-bar-container .slider-nav-button.previous{left:50px}}@media (max-width: 768px){.promo-bar-container .slider-nav-button.previous{left:0}}.promo-bar-container .slider-nav-button.next{right:304px}@media (max-width: 1300px){.promo-bar-container .slider-nav-button.next{right:170px}}@media (max-width: 1024px){.promo-bar-container .slider-nav-button.next{right:50px}}@media (max-width: 768px){.promo-bar-container .slider-nav-button.next{right:0}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/quantity-dropdown/quantity-dropdown.scss */.quantity-dropdown{height:28px;width:84px;display:flex;justify-content:space-between;align-items:center;align-content:stretch;outline:1px solid #d7d7d7}@media (max-width: 320px){.quantity-dropdown{height:22px;width:78px}}.quantity-dropdown .quantity-dropdown-text{z-index:1;pointer-events:none;box-sizing:border-box;outline:1px solid #d7d7d7}.quantity-dropdown .dropdown-menu__decrement,.quantity-dropdown .dropdown-menu__increment,.quantity-dropdown .quantity-dropdown-text{width:33.34%;height:100%;display:flex;justify-content:center;align-items:center}.disabled-increment{color:#d7d7d7}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/quantity-selector/quantity-selector.scss */.quantity-selector{align-items:center;border:1px solid #b5c1be;border-radius:3px;display:flex;height:44px;justify-content:space-around;line-height:44px;position:relative;transition:opacity .25s ease-in-out;width:100%}.quantity-selector:disabled{opacity:0.4}.quantity-selector__action,.quantity-selector__field.quantity-selector__field{height:inherit;line-height:inherit}.quantity-selector__action{opacity:1;padding:0;width:30px;height:100%;display:block;color:inherit;cursor:pointer;font-size:25px;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;transition:opacity .25s ease-in-out}.quantity-selector__action__text{display:block;height:100%;font-size:18px;line-height:42px;margin:0 auto;position:relative;width:10px}.quantity-selector__action__text svg{left:0;top:50%;right:0;margin:auto;position:absolute;transform:translateY(-50%)}.quantity-selector__action:disabled{cursor:default;opacity:0.4}.quantity-selector__field.quantity-selector__field{padding:0;margin:0 10px;color:inherit;text-align:center;-moz-appearance:textfield;-webkit-appearance:none;box-shadow:none}.quantity-selector__field.quantity-selector__field::-webkit-outer-spin-button,.quantity-selector__field.quantity-selector__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector__field.quantity-selector__field:focus{box-shadow:inset 0 0 0 1px #000}.quantity-selector__field::-webkit-inner-spin-button,.quantity-selector__field::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.quantity-selector.quantity-selector--small{width:95px;height:34px;line-height:34px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/radio-button/radio-button.scss */.radio-button{position:relative}.radio-button input:-webkit-autofill,.radio-button input:-webkit-autofill:hover,.radio-button input:-webkit-autofill:focus,.radio-button input:-webkit-autofill:active{transition-delay:9999s}.radio-button .radio-button__wrapper{margin-top:12px;height:auto;line-height:initial;position:relative}@media screen and (max-width: 768px){.radio-button .radio-button__wrapper{margin-bottom:12px}}.radio-button .radio-button__el_list{display:flex}.radio-button .radio-button__el{position:relative;height:2.25rem;line-height:2.25rem;transition:all 200ms;z-index:2;min-width:2rem;padding-right:1rem;margin:0 0 0.3rem}.radio-button .radio-button__el:last-child{margin-bottom:0}.radio-button .radio-button__el.is-active .checkbox__icon{border:1px solid #000}.radio-button .radio-button__el.is-active .checkbox__icon span{background:#000;width:0.5rem;height:0.5rem}.radio-button .radio-button__title{font-size:13px;min-width:65px;display:inline-block;z-index:1;height:auto;line-height:2.25rem;margin-right:16px}.radio-button .radio-button__label>span{display:block;font-size:13px;z-index:1;height:2.25rem;line-height:2.19rem;cursor:pointer;padding:0 0 0 1.8rem;transition:padding 0.3s ease}.radio-button .radio-button__label:focus .checkbox__icon,.radio-button .radio-button__label:active .checkbox__icon,.radio-button .radio-button__label:hover .checkbox__icon{border-color:#000 !important}.radio-button .option__label{margin-bottom:2rem}.radio-button .checkbox__icon{width:1rem;height:1rem;position:absolute;border:1px solid #999;margin-right:10px;top:8px;border-radius:50%;transition:all ease 0.3s}.radio-button .checkbox__icon span{display:block;width:2px;height:2px;background:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:all ease 0.3s}.radio-button .radio-button__input{width:1px;height:1px;display:block;visibility:hidden}.radio-button .radio-button__error{position:absolute;bottom:0;height:1rem;line-height:1rem;color:#fa4b21;opacity:0;transform:translateY(-0.5em);transition:opacity 300ms ease, transform 300ms ease}.fieldset-wrapper{display:flex}@media (max-width: 375px){.modal-container .form-section .radio-button__wrapper fieldset{display:flex;flex-direction:column;align-items:flex-start}.modal-container .form-section .radio-button__wrapper .radio-button__el_list{display:flex;flex-direction:row;justify-content:space-between}.modal-container .form-section .radio-button__wrapper .radio-button__el{flex-grow:1}.modal-container .form-section .radio-button__wrapper .radio-button__el:not(:last-child){margin-right:10px}.modal-container .form-section .radio-button .option__label{margin:0 !important}.modal-container .form-section .accepts-marketing{margin-top:0 !important}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/returns-content-modal/returns-content-modal.scss */@media (min-width: 415px){.page-returns__wrapper .modal-overrides .modal__container{max-height:calc(100vh);height:100vh}}@media (min-width: 769px){.page-returns__wrapper .modal-overrides .modal__container{max-height:calc(100vh - 50px);height:auto}}.page-returns__wrapper .modal-returns-container{position:relative;padding:48px 32px !important;background-color:#fff;overflow-y:auto;min-width:100%;max-width:100% !important}@media (min-width: 1024px){.page-returns__wrapper .modal-returns-container{min-width:640px;max-width:640px !important;padding:48px !important}}.page-returns__wrapper .modal-returns-title,.page-returns__wrapper .modal-returns-subtitle,.page-returns__wrapper .modal-returns-content *,.page-returns__wrapper .return-link{font-family:'CircularStd', sans-serif;font-weight:400}.page-returns__wrapper .modal-returns-subtitle{font-size:16px;color:#666;line-height:1;margin-bottom:8px}.page-returns__wrapper .modal-returns-title{font-size:28px;line-height:1;color:#000;margin-bottom:32px}@media (min-width: 1024px){.page-returns__wrapper .modal-returns-title{margin-bottom:40px}}.page-returns__wrapper .modal-returns-content *{font-size:14px;line-height:1.3}.page-returns__wrapper .modal-returns-content strong,.page-returns__wrapper .modal-returns-content b{font-weight:bold}.page-returns__wrapper .modal-returns-content p:not(:empty){margin-bottom:20px}.page-returns__wrapper .modal-returns-content ul{list-style-type:disc;list-style-position:outside;padding-left:24px}.page-returns__wrapper .modal-returns-content ul li{margin-bottom:8px}.page-returns__wrapper .modal-returns-content ul li:last-child{margin-bottom:0}.page-returns__wrapper .modal-returns-content ol{list-style-type:decimal;list-style-position:outside;padding-left:24px}.page-returns__wrapper .modal-returns-content ol li{margin-bottom:8px}.page-returns__wrapper .modal-returns-content ol li:last-child{margin-bottom:0}.page-returns__wrapper .modal-returns-content .modal-returns-description{margin-bottom:32px}.page-returns__wrapper .modal-returns-divider{height:1px;margin:40px auto;background-color:#d7d7d7}.page-returns__wrapper .modal-returns-links .return-link{font-size:20px;line-height:1;-webkit-text-decoration-line:underline;text-decoration-line:underline}.page-returns__wrapper .modal-returns-links .return-link svg{width:20px;height:13px;position:relative;top:2px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/select-input/select-input.scss */.select-input{position:relative;align-items:center;padding-right:1px}.select-input.select-input--small{display:inline-block}.select-input__el-wrap{border:1px solid #b5c1be;border-radius:3px;position:relative}.select-input--small .select-input__el-wrap{border:none;display:inline-block}.select-input__el{display:block;width:100%;height:45px;z-index:1;padding-left:15px;padding-right:25px}.select-input--small .select-input__el{height:20px;padding-left:1px;padding-right:23px}.select-input__icon{display:block;position:absolute;right:10px;top:20px;width:7px;height:7px;transform:rotate(-45deg) translateY(-50%);z-index:0;border:solid #000;border-width:0 0 1px 1px}.select-input--small .select-input__icon{width:6px;height:6px;top:8px;right:4px}.select-input__icon.hidden{display:none}.is-not-valid{border:solid 1px #fa4b21 !important}.is-valid{border:solid 1px #50da79 !important}.select-endorsement-icon{display:inline;position:absolute;right:0.5rem;top:1rem}.select-endorsement-icon svg{display:inline;height:15px;width:15px}.select-endorsement-icon.invalid-icon-show{color:#fa4b21}.select-endorsement-icon.invalid-icon-hidden{display:none}.select-endorsement-icon.valid-icon-show{color:#50da79}.select-endorsement-icon.valid-icon-hidden{display:none}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/skip-to-main/skip-to-main.scss */.skip-to-main{top:0;left:50%;opacity:0;z-index:1000;color:#b5c1be;position:absolute;text-transform:uppercase;border:3px solid #b5c1be;background-color:#000;transform:translate(-50%, -100px)}.skip-to-main:active,.skip-to-main:focus{opacity:1;pointer-events:auto;transform:translate(-50%, 10px);transition:outline-offset 0.3s ease}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/story-section/story-section.scss */.story-section{position:relative;color:#fff}.story-section .story-section__content-image::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.12);z-index:3}.story-section .story-section__content-image .img__el{opacity:1}.story-section .story-section__content{position:relative;z-index:3;text-align:center;padding:160px 24px 40px 24px}@media screen and (min-width: 1024px){.story-section .story-section__content{padding:160px 0 40px 0}}.story-section .story-section__icon{width:40px;height:40px}@media screen and (min-width: 1024px){.story-section .story-section__icon{width:48px;height:48px}}.story-section .story-section__title{font-size:32px;line-height:32px;font-weight:400;font-family:'CircularStd', sans-serif;margin:32px auto auto;max-width:800px}@media screen and (min-width: 768px){.story-section .story-section__title{font-size:56px;line-height:56px}}@media screen and (min-width: 1024px){.story-section .story-section__title{margin:40px auto auto}}.story-section .story-section__description{font-size:16px;line-height:20.8px;margin:20px auto 32px auto;max-width:720px;font-weight:400}@media screen and (min-width: 768px){.story-section .story-section__description{font-size:28px;line-height:36.4px}}@media screen and (min-width: 1024px){.story-section .story-section__description{margin:40px auto 40px auto;font-weight:400}}.story-section .story-section__link{font-size:24px;line-height:30.36px;font-weight:400;border-bottom:1px solid #89a8a0;font-family:'CircularStd', sans-serif}.story-section .story-section__trigger-button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:82px auto 0 auto;box-sizing:border-box;border:2px solid #fff;border-radius:50%}.story-section .story-section__trigger-button .arrow{width:10px;height:10px}.story-section .story-section__trigger-button .arrow::after{width:2px;height:10px;left:4px;transition:0.3s all ease}.story-section .story-section__trigger-button .arrow::before{width:10px;height:2px;top:4px}.story-section .story-section__trigger-button .arrow.active-arrow::after{opacity:0}@media screen and (min-width: 1024px){.story-section .story-section__trigger-button{margin:84px auto 0 auto}}.story-section .story-section__tiles{display:grid;grid-template-columns:1fr;grid-gap:10px;padding:10px;background:#455f57}@media screen and (min-width: 768px) and (max-width: 1024px){.story-section .story-section__tiles{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1024px){.story-section .story-section__tiles{grid-template-columns:1fr 1fr;grid-gap:32px;padding:32px}}.story-section .tile__title{margin-top:0 !important}.story-section .story-section--content-tiles{display:none}.tile{color:#fff;flex-basis:50%;position:relative}.tile .tile__link-full{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.tile .tile__icon{width:40px;height:40px}@media screen and (min-width: 1024px){.tile .tile__icon{width:54px;height:54px}}.tile .tile__content{position:relative;z-index:3;padding:24px}@media screen and (min-width: 1024px){.tile .tile__content{padding:48px}}@media (min-width: 769px){.tile .tile__content{min-height:360px}}.tile .tile__title{font-size:22px;line-height:22px;font-weight:400;margin-top:20px}@media screen and (min-width: 1024px){.tile .tile__title{font-size:28px;line-height:35.42px;margin-top:24px}}.tile .tile__description{font-size:16px;line-height:20.8px;margin-top:20px;margin-bottom:117px;font-weight:400}@media screen and (min-width: 1024px){.tile .tile__description{font-size:20px;line-height:25.3px;margin-top:24px;margin-bottom:123px;font-weight:400}}.tile .tile__link{font-size:18px;line-height:22.7px;border-bottom:1px solid #89a8a0;font-weight:400}@media (min-width: 769px){.tile .tile__link{position:absolute;left:48px;bottom:48px}}@media screen and (min-width: 1024px){.tile .tile__link{font-size:24px;line-height:30.26px}}.tile .tile__content-image::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.12);z-index:3}.tile .tile__content-image .img__el{opacity:1}.v-enter-active,.v-leave-active{transition:opacity 0.5s ease}.v-enter-from,.v-leave-to{opacity:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/testimonials/testimonials.scss */.testimonials{background:#f9f9f9;padding:10px;margin-top:40px}@media screen and (min-width: 1024px){.testimonials{margin-top:64px;padding:32px}}.testimonials a:focus img{border:2px solid #000}.testimonials .flickity-button{display:none}.testimonials .fill-star{color:#000}.testimonials .testimonials__title{text-align:center;color:#000;margin-top:30px;margin-bottom:32px;letter-spacing:-0.03em}@media (min-width: 769px){.testimonials .testimonials__title{font-size:36px;line-height:100%}}@media (min-width: 1024px){.testimonials .testimonials__title{margin-top:32px;margin-bottom:64px}}@media (max-width: 768px){.testimonials .testimonials__title{line-height:100%;font-size:24px}}.testimonials .testimonials__carousel{position:relative;padding-bottom:30px}@media (min-width: 1201px){.testimonials .testimonials__carousel .flickity-viewport{height:440px !important}}@media screen and (min-width: 1024px){.testimonials .testimonials__carousel{padding-bottom:32px}}.testimonials .testimonials__carousel--static{display:flex}.testimonials button.slider-nav-button{top:calc(50% + 40px);height:34px;width:34px;background-color:white;border-radius:50%;padding:6px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04);justify-content:center;align-items:center}.testimonials button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/slider-right.png?v=126265316529372646371729188314");background-size:contain;background-position:center;background-repeat:no-repeat}.testimonials button.slider-nav-button{width:40px;height:40px;top:50%;transform:translateY(-50%);justify-content:center;align-items:center;display:none}.testimonials button.slider-nav-button svg{width:20px;height:13px}.testimonials button.slider-nav-button.previous svg{transform:rotate(180deg)}@media screen and (min-width: 1024px){.testimonials button.slider-nav-button.previous.show,.testimonials button.slider-nav-button.next.show{display:flex}}.testimonial{display:flex;flex-direction:column-reverse;width:280px;margin-right:10px}@media screen and (min-width: 720px) and (max-width: 1027px){.testimonial{width:50%}}@media screen and (min-width: 1024px) and (max-width: 1200px){.testimonial{flex-direction:row;width:50%}}@media screen and (min-width: 1200px){.testimonial{flex-direction:row;width:calc(50% - 16px) !important;height:440px !important;margin-left:16px;margin-right:16px}}@media screen and (min-width: 1512px){.testimonial{width:calc(42% - 16px) !important}}.testimonial .testimonial__content{background:#fff;padding:24px;position:relative}@media screen and (min-width: 1024px) and (max-width: 1300px){.testimonial .testimonial__content{width:50%;padding:40px 20px 20px 20px}}@media screen and (min-width: 1300px){.testimonial .testimonial__content{padding:88px 40px 40px 40px;width:50%}}.testimonial .testimonial__content-stars{display:flex;flex-direction:column}@media screen and (min-width: 1200px){.testimonial .testimonial__content-stars{flex-direction:row}}.testimonial .stars__reviews{font-size:12px;line-height:15.18px;color:#666;margin-top:8px}@media screen and (min-width: 1200px){.testimonial .stars__reviews{margin-top:0}}.testimonial .testimonial__review{font-size:16px;line-height:130%;color:#000;margin-top:20px;letter-spacing:-0.03em}@media screen and (min-width: 1200px){.testimonial .testimonial__review{font-size:18px;line-height:22.77px;margin-top:32px}}.testimonial .testimonial__reviewer{font-size:14px;line-height:1.3;color:#666;margin-top:12px}@media screen and (min-width: 1200px){.testimonial .testimonial__reviewer{font-size:16px;line-height:20.24px;margin-top:20px}}@media screen and (min-width: 1024px){.testimonial .testimonial__image{width:50%}}.testimonial .testimonial__image img{display:block;width:100%;height:380px;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 700px) and (max-width: 800px){.testimonial .testimonial__image img{height:460px}}@media screen and (min-width: 801px) and (max-width: 1024px){.testimonial .testimonial__image img{height:620px}}@media screen and (min-width: 1200px){.testimonial .testimonial__image img{height:440px !important}}.testimonial .testimonial__link{display:inline-block;font-size:14px;line-height:17.71px;color:#000;border-bottom:1px solid #000;font-weight:400;margin-top:20px}@media screen and (min-width: 1200px){.testimonial .testimonial__link{position:absolute;bottom:40px;font-size:18px;line-height:22.77px}}.testimonial .stars{display:flex}.testimonial .stars div{margin-right:8px;display:flex}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/text-area/text-area.scss */.text-input .text-input__el.text-input__text-area{line-height:24px;height:180px;background:none;resize:none;border:2px solid #b5c1be;padding:0;padding-left:5px}.text-input .remaining-characters__wrapper{display:flex;margin-top:8px;font-size:13px;justify-content:space-between;color:#999;font-family:'CircularStd', sans-serif}.text-input .remaining-characters__wrapper p{margin:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/text-input/text-input.scss */.text-input--default{position:relative}.text-input{position:relative}.text-input input:-webkit-autofill,.text-input input:-webkit-autofill:hover,.text-input input:-webkit-autofill:focus,.text-input input:-webkit-autofill:active{transition-delay:9999s}.text-input__wrapper{border:1px solid #999;height:45px;line-height:45px;position:relative}.text-input--default .text-input__wrapper{position:relative}.text-input__wrapper:focus-within{border:1px solid #000}.text-input__wrapper input:disabled{opacity:0.6}.text-input__wrapper input:focus{outline:none !important}.text-input__el{border:0;z-index:1;width:100%;height:100%;position:relative;padding:0 15px}.text-input--label .text-input__el{border:1px solid #000;height:50px;padding-left:15px}.text-input__label{pointer-events:none;z-index:9}.text-input--label .text-input__label{margin-bottom:10px}.text-input--default .text-input__label{position:absolute;top:0;bottom:0;margin:auto;transform:translateY(0);height:1.5em;transition:all 200ms;z-index:1;background:#fff;line-height:1.5em}.text-input--default .text-input__label.is-active{transform:translateY(-120%);font-size:12px;padding:0 4px}.text-input__error{left:0;position:absolute;top:100%;transition:opacity 300ms}.text-input--floating-errors .text-input__error{background:#fff;border-radius:2px;box-shadow:0 0 2px 0 rgba(0,0,0,0.2);left:0;padding:4px;position:absolute;right:0;text-align:center;width:100%}.text-input--label .text-input__error,.text-input--default .text-input__error{margin-top:7px}.form-row__error__text-error{bottom:-16px;left:1px;margin-top:5px;position:absolute;transition:opacity 300ms}.input-label{position:relative;margin-bottom:0.3rem;text-align:left;display:block}.is-not-valid{border:solid 1px #fa4b21 !important}.is-valid{border:solid 1px #50da79 !important}.text-endorsement-icon{display:inline;position:absolute;right:0.5rem;top:0.3rem}.text-endorsement-icon svg{display:inline;height:15px;width:15px}.text-endorsement-icon.invalid-icon-show{color:#fa4b21}.text-endorsement-icon.invalid-icon-hidden{display:none}.text-endorsement-icon.valid-icon-show{color:#50da79}.text-endorsement-icon.valid-icon-hidden{display:none}.password-toggle{display:inline;position:absolute;right:0.8em;top:1em}.password-toggle:focus{box-shadow:none}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/value-add/value-add.scss */.value-add__wrapper{background-color:#000;color:#fff;padding:32px 16px;display:flex;flex-wrap:wrap;gap:0 16px}@media (min-width: 769px){.value-add__wrapper{padding:0 32px;flex-wrap:nowrap;gap:32px}}.value-add__item{text-align:center;padding:16px 0;flex:1 1 calc(50% - 32px)}@media (min-width: 769px){.value-add__item{padding:48px 0;flex:0 1 25%}}@media (min-width: 1024px){.value-add__item{padding:64px 0}}.value-add__item .item__icon{height:32px;display:block;width:auto;margin:0 auto 20px}@media (min-width: 769px){.value-add__item .item__icon{margin-bottom:24px}}.value-add__item .item__title{font-size:16px;line-height:21px;margin-bottom:12px}@media (min-width: 1024px){.value-add__item .item__title{font-size:20px;line-height:26px}}.value-add__item .item__description{font-size:12px;line-height:16px}@media (min-width: 1024px){.value-add__item .item__description{font-size:14px;line-height:18px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/video/video.scss */.video{height:0;margin:20px auto;padding-bottom:56.25%}.video__controls{left:10px;bottom:10px;pointer-events:none}.video__controls li{width:38px;height:38px;padding:0 3px;position:relative;margin-right:15px;border-radius:50%;transform:translateY(50px);transition:transform 300ms ease-in-out}.video__controls li:nth-child(1){transition-delay:100ms}.video__controls li:nth-child(2){transition-delay:200ms}.video__controls li:nth-child(3){transition-delay:300ms}.video__controls--hidden{display:none}.video__controls.is-showing{pointer-events:all}.video__controls.is-showing li{transform:translateY(0)}.video__btn{color:#000}.video__btn__pause,.video__btn__sound-on{display:flex}.video__btn__play,.video__btn__sound-off{display:none}.is-active .video__btn__pause,.is-active .video__btn__sound-on{display:none}.is-active .video__btn__play,.is-active .video__btn__sound-off{display:flex}.video__inner{top:0;left:0;z-index:0;width:100%;height:100%;overflow:hidden;position:absolute;background-color:#ebecee;transition:background-color .2s ease-in-out}.video__inner.no-fallback .video__el{display:block}.video__inner.is-loaded .video__el{opacity:1;transition-delay:0.3s;visibility:visible}.video__inner.is-loaded .video__loader{opacity:0;visibility:hidden}.video__inner.is-loaded .img{display:none}.video__inner.pos-center .video__el{top:50%;transform:translate(-50%, -50%)}.video__inner.pos-top .video__el{top:0;transform:translate(-50%, 0)}.video__inner.pos-bottom .video__el{bottom:0;top:auto;transform:translate(-50%, 0)}.video__el{top:50%;left:50%;opacity:0;width:auto;height:auto;display:block;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;visibility:hidden;transform:translate(-50%, -50%);transition-duration:0.4s;transition-property:opacity, visibility;transition-timing-function:ease-in-out}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/vue-video-player/vue-video-player.scss */.video-container{display:block;background-size:cover}.video-container.product-gallery-media{width:100%;height:100%;display:block;background-size:cover;background-position:center;overflow:hidden}.video-container.product-gallery-media .video{width:100%;height:100%;padding:0;margin:0 auto}@media (max-width: 1024px){.video-container.product-gallery-media .video{padding-top:133.55%}}.video-container.product-gallery-media .video__el{visibility:visible;opacity:1;height:calc(100% + 2px) !important}.video-container.product-gallery-media .video-container__controls{position:absolute;bottom:10px;opacity:0;transition:opacity 0.5s;background-color:#e2e9e7;z-index:100 !important}@media (max-width: 768px){.video-container.product-gallery-media .video-container__controls{bottom:16px;left:14px;opacity:1}}.video-container.product-gallery-media .video-container__controls.active{opacity:1}.video-container.product-gallery-media .btn--switch.bg-white{background-color:transparent !important}.video-container.product-gallery-media .btn--switch.video__toogle_mute{display:none}.video-container.product-gallery-media .btn--switch .btn--switch--passive,.video-container.product-gallery-media .btn--switch.active .btn--switch--active{display:flex}.video-container.product-gallery-media .btn--switch.active .btn--switch--passive,.video-container.product-gallery-media .btn--switch .btn--switch--active{display:none}.video__el{height:100%;width:auto}.video-container.product-gallery-media .btn--switch span{width:34px;height:34px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/wysiwyg/wysiwyg.scss */.wysiwyg{margin:0 auto;position:relative;max-width:414px;width:calc(100% - 30px)}.product-hero__details .wysiwyg{max-width:100%;width:100%}@media (min-width: 415px){.wysiwyg{width:calc(100% - 80px)}.product-hero__details .wysiwyg{width:100%}}.wysiwyg__container p+p{margin-top:1em}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/blogs/article-card/article-card.scss */.article-card__image{position:relative;padding-bottom:64%}@media (min-width: 769px){.article-card__image{padding-bottom:58.82352%}}.article-card__content{padding:16px}.article-card__header{position:static}.article-card__header .article-card__title{font-size:16px;line-height:100%;letter-spacing:-0.48px;color:#000;margin-bottom:16px}@media (min-width: 769px){.article-card__header .article-card__title{font-size:16px}}.article-card .article-card__link{font-size:12px;line-height:normal;letter-spacing:-0.36px;color:#000;text-decoration:underline}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/blogs/article-details/article-details.scss */.article-details__wrapper{position:relative;font-family:'CircularStd', sans-serif}.article-details__wrapper .article-breadcrumb{background-color:#f9f9f9;padding:12px 10px}@media (min-width: 769px){.article-details__wrapper .article-breadcrumb{padding:12px 32px}}.article-details__wrapper .article-breadcrumb .article-breadcrumb__links{font-size:14px;color:#666;line-height:100%}.article-details__wrapper .article-breadcrumb .article-breadcrumb__links a{text-decoration:underline}.article-details__wrapper .article-details__container{max-width:1040px;margin:0 auto;padding:40px 0}@media (min-width: 769px){.article-details__wrapper .article-details__container{padding:48px 40px 0}}.article-details__wrapper .article-details__header{text-align:center;margin-bottom:40px}.article-details__wrapper .article-details__header .article__title{font-size:32px;line-height:100%;letter-spacing:-0.96px;color:#000;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__header .article__title{font-size:44px;letter-spacing:-1.32px}}.article-details__wrapper .article-details__header .article__title .article__meta{font-size:14px;letter-spacing:-0.42px;line-height:100%;color:#000}.article-details__wrapper .article-details__image{position:relative;padding-bottom:64%}@media (min-width: 769px){.article-details__wrapper .article-details__image{padding-bottom:41.66666%}}.article-details__wrapper .article-details__body{padding:40px 20px 0;font-family:'CircularStd', sans-serif}@media (min-width: 769px){.article-details__wrapper .article-details__body{padding:48px 80px}}.article-details__wrapper .article-details__body a{text-decoration:underline;color:#000}.article-details__wrapper .article-details__body ul{list-style:disc;padding-left:16px;margin-bottom:20px}.article-details__wrapper .article-details__body ul li{font-size:16px;letter-spacing:-0.48px;color:#000;line-height:160%}.article-details__wrapper .article-details__body ol{list-style:decimal;padding-left:32px;margin-bottom:20px}.article-details__wrapper .article-details__body ol li{font-size:16px;letter-spacing:-0.48px;color:#000;line-height:160%}.article-details__wrapper .article-details__body p{font-size:16px;letter-spacing:-0.48px;color:#000;line-height:160%;margin-bottom:20px}.article-details__wrapper .article-details__body img{margin:20px auto;display:block;max-width:100%}.article-details__wrapper .article-details__body h1,.article-details__wrapper .article-details__body h2{padding-top:20px;font-size:28px;line-height:160%;letter-spacing:-0.84px;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__body h1,.article-details__wrapper .article-details__body h2{font-size:32px;letter-spacing:-0.96px}}.article-details__wrapper .article-details__body h3{padding-top:20px;font-size:20px;line-height:160%;letter-spacing:-0.6px;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__body h3{font-size:24px;letter-spacing:-0.72px}}.article-details__wrapper .article-details__body h4{margin-top:20px;font-size:18px;line-height:100%;letter-spacing:-0.54px;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__body h4{font-size:20px;letter-spacing:-0.6px}}.article-details__wrapper .article-details__body h5{margin-top:20px;font-size:18px;line-height:100%;letter-spacing:-0.54px;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__body h5{font-size:20px;letter-spacing:-0.6px}}.article-details__wrapper .article-details__body h6{margin-top:20px;font-size:18px;line-height:100%;letter-spacing:-0.54px;margin-bottom:20px}@media (min-width: 769px){.article-details__wrapper .article-details__body h6{font-size:20px;letter-spacing:-0.6px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/blogs/blogs-list/blogs-list.scss */.blog-list{position:relative;font-family:'CircularStd', sans-serif}.blog-list__header{background-color:#f9f9f9;padding:40px 20px}@media (min-width: 769px){.blog-list__header{padding:48px 32px}}.blog-list__header .blog__title{text-align:center;font-size:28px;line-height:100%;color:#000}@media (min-width: 769px){.blog-list__header .blog__title{font-size:48px}}.blog-list__wrapper{padding:0;max-width:1440px;margin:0 auto}@media (min-width: 769px) and (max-width: 1024px){.blog-list__wrapper{padding:48px 64px}}@media (min-width: 1025px) and (max-width: 1200px){.blog-list__wrapper{padding:48px 64px}}@media (min-width: 1201px){.blog-list__wrapper{padding:48px 128px}}@media (min-width: 1441px){.blog-list__wrapper{padding:48px 170px}}.blog-list__wrapper .blog-articles{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}@media (min-width: 769px){.blog-list__wrapper .blog-articles{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}}.blog-list__wrapper .blog-articles__article{width:100%;margin-bottom:24px;padding:0}@media (min-width: 769px) and (max-width: 1024px){.blog-list__wrapper .blog-articles__article{width:50%;padding-left:20px;padding-right:20px}}@media (min-width: 1025px){.blog-list__wrapper .blog-articles__article{margin-bottom:48px;width:33.333333%;padding-left:20px;padding-right:20px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/bopis/bopis.scss */.bopis-slideout-wrapper,.bopis-cart-slideout-wrapper{font-family:'CircularStd', sans-serif}.bopis-slideout-wrapper::before,.bopis-cart-slideout-wrapper::before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.6);z-index:2147483002;transition:all 300ms ease-out;visibility:hidden;opacity:0}.bopis-slideout-wrapper.active::before,.bopis-cart-slideout-wrapper.active::before{visibility:visible;opacity:1}.bopis-slideout-wrapper .bopis-slideout__wrapper__loader,.bopis-slideout-wrapper .bopis-cart-slideout__wrapper__loader,.bopis-cart-slideout-wrapper .bopis-slideout__wrapper__loader,.bopis-cart-slideout-wrapper .bopis-cart-slideout__wrapper__loader{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background:rgba(255,255,255,0.8);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:0.2s opacity ease}.bopis-slideout-wrapper .bopis-slideout__wrapper__loader.active,.bopis-slideout-wrapper .bopis-cart-slideout__wrapper__loader.active,.bopis-cart-slideout-wrapper .bopis-slideout__wrapper__loader.active,.bopis-cart-slideout-wrapper .bopis-cart-slideout__wrapper__loader.active{opacity:1;visibility:visible}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/bopis-cart-item/bopis-cart-item.scss */.bopis-cart__element{position:relative}.bopis-cart__element .bopis-cart-selected-store{margin-top:16px;padding:10px;background-color:#f9f9f9}.bopis-cart__element .bopis-cart-selected-store.no-events{pointer-events:none}.bopis-cart__element .bopis-cart-selected-store__inner{display:flex;align-items:start;justify-content:space-between}.bopis-cart__element .selected-store__name{padding-right:12px;font-size:12px;line-height:130%;letter-spacing:-0.03em;color:#666}.bopis-cart__element .selected-store__name.ship-to-me{color:#000}.bopis-cart__element .selected-store__name a{margin-left:2px;text-decoration:underline;cursor:pointer;color:#000}.bopis-cart__element .selected-store__change-link a{display:block;font-size:12px;line-height:130%;letter-spacing:-0.03em;text-decoration:underline;cursor:pointer;color:#666}.bopis-cart__element .store-available-section{margin-top:4px;display:flex;align-items:center;justify-content:start;gap:6px}.bopis-cart__element .store-available-section .dot{width:6px;height:6px;border-radius:50%;display:block;background-color:#5cc25e}.bopis-cart__element .store-available-section .dot.out-of-stock{background-color:#fa4b21}.bopis-cart__element .store-available-section .available-text{font-size:12px;line-height:130%;letter-spacing:-0.03em;color:#666;flex:1 0 0}.bopis-cart__element .store-available-section .store-available-loader{height:16px;width:100%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/bopis-cart-slideout/bopis-cart-slideout.scss */.bopis-cart-slideout-wrapper .bopis-cart-slideout{z-index:2147483003;top:0;height:100%;width:100%;right:-440px;position:fixed;background:#fff;box-shadow:-4px 0 30px rgba(0,0,0,0);transition:all 0.2s ease-in-out}.bopis-cart-slideout-wrapper .bopis-cart-slideout__wrapper{height:100%;width:100%;max-width:440px;position:relative;display:flex;flex-direction:column;overflow-x:hidden}@media (min-width: 500px){.bopis-cart-slideout-wrapper .bopis-cart-slideout{max-width:440px}}.bopis-cart-slideout-wrapper .bopis-cart-slideout.active{right:0;box-shadow:-4px 0 30px rgba(0,0,0,0.2)}.bopis-cart-slideout-wrapper .bopis-cart-slideout--bg{top:0;left:0;bottom:0;display:none;position:fixed;right:440px}.bopis-cart-slideout-wrapper .bopis-cart-slideout--bg.disable{pointer-events:none}.bopis-cart-slideout-wrapper .bopis-cart-slideout.active .bopis-cart-slideout--bg{display:block}.bopis-cart-slideout-wrapper .bopis-slideout__element__remove{position:absolute;right:0;top:0;display:flex;width:44px;height:44px;text-align:center;align-items:center;justify-content:center;cursor:pointer}.bopis-cart-slideout-wrapper .bopis-slideout__product-info{padding:24px 20px;background-color:#f9f9f9}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout__product-info{padding:24px 32px}}.bopis-cart-slideout-wrapper .bopis-slideout__product-info__inner{position:relative;width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.bopis-cart-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__image{width:60px;height:80px;margin-right:16px;background:#b5c1be}.bopis-cart-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__data{position:relative;width:calc(100% - 76px)}.bopis-cart-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__subtitle{font-size:13px;color:#666;line-height:130%;letter-spacing:-0.03em;margin-bottom:4px}.bopis-cart-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__title{font-size:16px;color:#000;line-height:130%;letter-spacing:-0.03em;margin-bottom:4px}.bopis-cart-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__option{font-size:16px;color:#666;line-height:130%;letter-spacing:-0.03em}.bopis-cart-slideout-wrapper .bopis-slideout-find-store{padding:0 20px 24px 20px}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout-find-store{padding:0 20px 24px 32px}}.bopis-cart-slideout-wrapper .bopis-slideout-find-store.active{border-bottom:1px solid #E6E6E6}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__title{font-size:18px;line-height:130%;letter-spacing:-0.03em;margin-bottom:10px;color:#000}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__content{font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:16px;color:#000}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__link{font-size:14px;line-height:130%;letter-spacing:-0.03em}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__link a{text-decoration:underline;cursor:pointer}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field-wrapper{margin-bottom:16px;display:flex;flex-wrap:wrap}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field-wrapper.has-error{margin-bottom:10px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field{width:calc(100% - 83px)}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field.fr-field{width:calc(100% - 98px)}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__wrapper{border-right:0;height:42px;line-height:42px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el{font-size:14px;line-height:130%;text-transform:uppercase;padding-right:40px;top:-2px;padding-left:40px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el::-webkit-input-placeholder{text-transform:none}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el::-moz-placeholder{text-transform:none}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el:-ms-input-placeholder{text-transform:none}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el:-moz-placeholder{text-transform:none}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .clear-toggle{position:absolute;right:0;top:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:1}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__field .field-icon{position:absolute;left:12px;width:16px;display:block;height:16px;top:2px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__button{width:83px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__button.fr-button{width:98px}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__button .btn{height:42px;min-width:auto;font-size:14px;line-height:100%;letter-spacing:-0.03em}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__button .btn--primary:hover:not(:disabled){box-shadow:none}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__form-error{margin-bottom:16px;color:#fa4b21;font-size:14px;line-height:130%;letter-spacing:-0.03em}.bopis-cart-slideout-wrapper .bopis-slideout-find-store .find-store__form-error.geo-error{margin-bottom:0;margin-top:8px}.bopis-cart-slideout-wrapper .bopis-slideout-no-stores__wrapper{background-color:#ebecee;padding:24px 20px}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout-no-stores__wrapper{padding:32px}}.bopis-cart-slideout-wrapper .bopis-slideout-no-stores__wrapper p{color:#000;font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:20px}.bopis-cart-slideout-wrapper .bopis-slideout-no-stores__wrapper .btn.btn--primary.btn--inverted{height:37px;font-size:13px;line-height:100%;letter-spacing:-0.03em;background-color:#ebecee;border-width:2px;min-width:100%}.bopis-cart-slideout-wrapper .bopis-slideout-stores__wrapper{padding:10px 10px 16px;background-color:#ebecee}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout-stores__wrapper{padding:16px}}.bopis-cart-slideout-wrapper .bopis-slideout-select-store__wrapper{padding:24px 20px}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout-select-store__wrapper{padding:24px 32px}}.bopis-cart-slideout-wrapper .bopis-slideout-select-store__wrapper .btn{height:46px;font-size:14px;line-height:100%;letter-spacing:-0.03em;min-width:auto}.bopis-cart-slideout-wrapper .bopis-slideout-select-store__wrapper .btn--disabled{background-color:#999;border-color:#999}.bopis-cart-slideout-wrapper .bopis-slideout__current-store{padding:24px 20px;border-bottom:1px solid #E6E6E6}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout__current-store{padding:24px 32px}}.bopis-cart-slideout-wrapper .bopis-slideout__current-store .current-store__title{font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:16px}.bopis-cart-slideout-wrapper .store-list__radio{width:16px}.bopis-cart-slideout-wrapper .store-list__radio .radio-button .radio-button__el{height:16px;line-height:16px;min-width:16px;cursor:pointer}.bopis-cart-slideout-wrapper .store-list__radio .radio-button .radio-button__label>span{display:none}.bopis-cart-slideout-wrapper .store-list__radio .radio-button .checkbox__icon{top:0;margin-right:0;cursor:pointer}.bopis-cart-slideout-wrapper .store-list__grid:hover{cursor:pointer}.bopis-cart-slideout-wrapper .store-list__grid:hover .radio-button .radio-button__label .checkbox__icon{border-color:#000 !important}.bopis-cart-slideout-wrapper .store-list__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:start;flex:1 0 0;gap:14px}.bopis-cart-slideout-wrapper .store-list__grid.disable{pointer-events:none}.bopis-cart-slideout-wrapper .bopis-slideout-delivery-type-wrapper{border-top:1px solid #E6E6E6}.bopis-cart-slideout-wrapper .bopis-slideout-delivery-type-wrapper.no-border{border-top:0}.bopis-cart-slideout-wrapper .bopis-slideout-delivery-option{padding:24px 20px;border-bottom:1px solid #E6E6E6}@media (min-width: 769px){.bopis-cart-slideout-wrapper .bopis-slideout-delivery-option{padding:24px 32px}}.bopis-cart-slideout-wrapper .bopis-slideout-delivery-option.is-active{border-bottom:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/bopis-slideout/bopis-slideout.scss */.bopis-slideout-wrapper .bopis-slideout{z-index:2147483003;top:0;height:100%;width:100%;right:-440px;position:fixed;background:#fff;box-shadow:-4px 0 30px rgba(0,0,0,0);transition:all 0.2s ease-in-out}.bopis-slideout-wrapper .bopis-slideout__wrapper{height:100%;width:100%;max-width:440px;position:relative;display:flex;flex-direction:column;overflow-x:hidden}@media (min-width: 500px){.bopis-slideout-wrapper .bopis-slideout{max-width:440px}}.bopis-slideout-wrapper .bopis-slideout.active{right:0;box-shadow:-4px 0 30px rgba(0,0,0,0.2)}.bopis-slideout-wrapper .bopis-slideout--bg{top:0;left:0;bottom:0;display:none;position:fixed;right:440px}.bopis-slideout-wrapper .bopis-slideout--bg.disable{pointer-events:none}.bopis-slideout-wrapper .bopis-slideout.active .bopis-slideout--bg{display:block}.bopis-slideout-wrapper .bopis-slideout__element__remove{position:absolute;right:0;top:0;display:flex;width:44px;height:44px;text-align:center;align-items:center;justify-content:center;cursor:pointer}.bopis-slideout-wrapper .bopis-slideout__product-info{padding:24px 20px;background-color:#f9f9f9}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout__product-info{padding:24px 32px}}.bopis-slideout-wrapper .bopis-slideout__product-info__inner{position:relative;width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.bopis-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__image{width:60px;height:80px;margin-right:16px;background:#b5c1be}.bopis-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__data{position:relative;width:calc(100% - 76px)}.bopis-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__subtitle{font-size:13px;color:#666;line-height:130%;letter-spacing:-0.03em;margin-bottom:4px}.bopis-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__title{font-size:16px;color:#000;line-height:130%;letter-spacing:-0.03em;margin-bottom:4px}.bopis-slideout-wrapper .bopis-slideout__product-info .bopis-slideout__product__option{font-size:16px;color:#666;line-height:130%;letter-spacing:-0.03em}.bopis-slideout-wrapper .bopis-slideout-find-store{padding:24px 20px}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout-find-store{padding:24px 32px}}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__title{font-size:18px;line-height:130%;letter-spacing:-0.03em;margin-bottom:10px;color:#000}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__content{font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:16px;color:#000}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__link{font-size:14px;line-height:130%;letter-spacing:-0.03em}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__link a{text-decoration:underline;cursor:pointer}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field-wrapper{margin-bottom:16px;display:flex;flex-wrap:wrap}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field-wrapper.has-error{margin-bottom:10px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field{width:calc(100% - 83px)}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field.fr-field{width:calc(100% - 98px)}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__wrapper{border-right:0;height:42px;line-height:42px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el{font-size:14px;line-height:130%;text-transform:uppercase;padding-right:40px;top:-2px;padding-left:40px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el::-webkit-input-placeholder{text-transform:none}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el::-moz-placeholder{text-transform:none}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el:-ms-input-placeholder{text-transform:none}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .text-input__el:-moz-placeholder{text-transform:none}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .clear-toggle{position:absolute;right:0;top:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:1}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__field .field-icon{position:absolute;left:12px;width:16px;display:block;height:16px;top:2px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__button{width:83px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__button.fr-button{width:98px}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__button .btn{height:42px;min-width:auto;font-size:14px;line-height:100%;letter-spacing:-0.03em}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__button .btn--primary:hover:not(:disabled){box-shadow:none}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__form-error{margin-bottom:16px;color:#fa4b21;font-size:14px;line-height:130%;letter-spacing:-0.03em}.bopis-slideout-wrapper .bopis-slideout-find-store .find-store__form-error.geo-error{margin-bottom:0;margin-top:8px}.bopis-slideout-wrapper .bopis-slideout-no-stores__wrapper{background-color:#ebecee;padding:24px 20px}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout-no-stores__wrapper{padding:32px}}.bopis-slideout-wrapper .bopis-slideout-no-stores__wrapper p{color:#000;font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:20px}.bopis-slideout-wrapper .bopis-slideout-no-stores__wrapper .btn.btn--primary.btn--inverted{height:37px;font-size:13px;line-height:100%;letter-spacing:-0.03em;background-color:#ebecee;border-width:2px;min-width:100%}.bopis-slideout-wrapper .bopis-slideout-stores__wrapper{padding:10px 10px 16px;background-color:#ebecee}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout-stores__wrapper{padding:16px}}.bopis-slideout-wrapper .bopis-slideout-select-store__wrapper{padding:24px 20px}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout-select-store__wrapper{padding:24px 32px}}.bopis-slideout-wrapper .bopis-slideout-select-store__wrapper .btn{height:46px;font-size:14px;line-height:100%;letter-spacing:-0.03em;min-width:auto}.bopis-slideout-wrapper .bopis-slideout-select-store__wrapper .btn--disabled{background-color:#999;border-color:#999}.bopis-slideout-wrapper .bopis-slideout__current-store{padding:24px 20px;border-bottom:2px solid #f9f9f9}@media (min-width: 769px){.bopis-slideout-wrapper .bopis-slideout__current-store{padding:24px 32px}}.bopis-slideout-wrapper .bopis-slideout__current-store .current-store__title{font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:16px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/store-accordion/store-accordion.scss */.store-accordion{margin-bottom:2px}.store-accordion .store-list__item{background-color:#fff;padding:14px}.store-accordion .store-list__item.active{background-color:#f9f9f9;padding:0}.store-accordion .store-list__item *{font-family:"CircularStd", sans-serif}.store-accordion .store-list__item_inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:start;gap:14px}.store-accordion:last-child{margin-bottom:0}.store-accordion .store-list__item.active .store-list__item_inner{padding:14px}.store-accordion .store-list__item.active .store-list__low-inventory{margin-top:0}.store-accordion .store-list__low-inventory{background-color:#FCF6EA;padding:8px 14px;display:flex;align-items:center;justify-content:start;gap:8px;margin-top:10px}.store-accordion .store-list__low-inventory .low-inventory-icon{height:15px;margin-top:-2px}.store-accordion .store-list__low-inventory .low-inventory-icon svg{height:12px}.store-accordion .low-inventory-text{font-size:12px;line-height:130%;letter-spacing:-0.03em;color:#000}.store-accordion .store-list__radio{width:16px}.store-accordion .store-list__radio .radio-button .radio-button__el{height:16px;line-height:16px;min-width:16px;cursor:pointer}.store-accordion .store-list__radio .radio-button .radio-button__label>span{display:none}.store-accordion .store-list__radio .radio-button .checkbox__icon{top:0;margin-right:0;cursor:pointer}.store-accordion .store-list__grid:hover{cursor:pointer}.store-accordion .store-list__grid:hover .radio-button .radio-button__label .checkbox__icon{border-color:#000 !important}.store-accordion .store-list__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:start;flex:1 0 0;gap:14px}.store-accordion .store-list__grid.disable{pointer-events:none}.store-accordion .store-list__item-content{padding:20px 32px;height:200px}.store-accordion .store-list__information{flex:1 0 0}.store-accordion .store-list__information h2{font-size:14px;line-height:130%;letter-spacing:-0.03em;margin-bottom:2px}.store-accordion .store-available{display:flex;flex-wrap:wrap;align-items:center;justify-content:start}.store-accordion .store-available .dot{width:6px;height:6px;margin-right:5px;border-radius:50%;background-color:#5cc25e}.store-accordion .store-available .dot.out-of-stock{background-color:#fa4b21}.store-accordion .store-available .available-text{font-size:12px;line-height:130%;letter-spacing:-0.03em;color:#666;flex:1 0 0}.store-accordion span.pipe{display:inline-block;margin:0 6px}.store-accordion .store-list__link button{font-size:13px;line-height:130%;letter-spacing:-0.03em;font-family:"CircularStd", sans-serif;font-weight:400;display:flex;align-items:center;justify-content:start}.store-accordion .store-accordion__address{margin-bottom:12px;display:flex;align-items:center;justify-content:start;gap:6px}.store-accordion .store-accordion__address i{height:12px}.store-accordion .store-accordion__address span{font-size:14px;line-height:normal;letter-spacing:-0.03em;-webkit-text-decoration-line:underline;text-decoration-line:underline}.store-accordion .store-accordion__phone{margin-bottom:32px;display:flex;align-items:center;justify-content:start;gap:6px}.store-accordion .store-accordion__phone i{height:12px}.store-accordion .store-accordion__phone span{font-size:14px;line-height:normal;letter-spacing:-0.03em;-webkit-text-decoration-line:underline;text-decoration-line:underline}.store-accordion .store-accordion__working-hours h4{font-size:14px;line-height:130%;letter-spacing:-0.03em;color:#000;margin-bottom:12px}.store-accordion .store-accordion__hours-list li{border-bottom:1px solid #E6E6E6}.store-accordion .store-accordion__hours-list li:last-child{border-bottom:0}.store-accordion .store-accordion__hours-list .hour-list-item{display:flex;padding:6px 0;justify-content:space-between;align-items:flex-start;align-self:stretch}.store-accordion .store-accordion__hours-list .hour-list-item span{font-size:13px;line-height:130%}.store-accordion__body{overflow:hidden;max-height:0;transition:max-height 0.3s ease}@media (prefers-reduced-motion){.store-accordion__body{transition:"none"}}.store-accordion__body__content{padding:14px;background-color:#fff}@media (min-width: 769px){.store-accordion__body__content{padding:20px 32px}}.store-accordion__body__content.active{background-color:#f9f9f9}.store-accordion.focus-within .store-accordion__title::before{transform:translateY(-50%) rotate(0)}.store-accordion.focus-within .store-accordion__body{max-height:none !important}.arrow{width:11px;height:11px;margin-left:6px}.arrow::before,.arrow::after{content:"";display:block;width:11px;height:1px;top:5px;background-color:currentColor;position:absolute}.arrow::after{width:1px;height:11px;top:0;left:5px}.arrow.active::after{display:none}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/bopis/store-details/store-details.scss */.store-details-wrapper{font-family:'CircularStd', sans-serif}.store-details-wrapper::before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.6);z-index:2147483002;transition:all 300ms ease-out;visibility:hidden;opacity:0}.store-details-wrapper.active::before{visibility:visible;opacity:1}.store-details-wrapper .store-details{z-index:2147483003;top:0;height:100%;width:100%;right:-440px;position:fixed;background:#fff;box-shadow:-4px 0 30px rgba(0,0,0,0);transition:all 0.2s ease-in-out}.store-details-wrapper .store-details__wrapper{height:100%;width:100%;max-width:440px;position:relative;display:flex;flex-direction:column;overflow-x:hidden}@media (min-width: 500px){.store-details-wrapper .store-details{max-width:440px}}.store-details-wrapper .store-details.active{right:0;box-shadow:-4px 0 30px rgba(0,0,0,0.2)}.store-details-wrapper .store-details--header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 0 0 20px;background-color:#f9f9f9}@media (min-width: 769px){.store-details-wrapper .store-details--header{padding:3px 32px}}.store-details-wrapper .store-details__heading{font-size:18px;line-height:100%;letter-spacing:-0.03em;color:#000}.store-details-wrapper .store-details__close button{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.store-details-wrapper .store-details__close button svg{width:20px;height:20px}@media (min-width: 769px){.store-details-wrapper .store-details__close button{width:44px;height:44px}}.store-details-wrapper .store-details__store-image{padding-bottom:54.549%}.store-details-wrapper .store-details__content{padding:24px 20px}@media (min-width: 769px){.store-details-wrapper .store-details__content{padding:24px 32px}}.store-details-wrapper .store-details__title{font-size:16px;line-height:130%;letter-spacing:-0.03em;color:#000;margin-bottom:24px}.store-details-wrapper .store-details__address{margin-bottom:12px;display:flex;align-items:center;justify-content:start;gap:6px}.store-details-wrapper .store-details__address i{height:12px}.store-details-wrapper .store-details__address span{font-size:14px;line-height:normal;letter-spacing:-0.03em;-webkit-text-decoration-line:underline;text-decoration-line:underline}.store-details-wrapper .store-details__phone{margin-bottom:24px;display:flex;align-items:center;justify-content:start;gap:6px}.store-details-wrapper .store-details__phone i{height:12px}.store-details-wrapper .store-details__phone span{font-size:14px;line-height:normal;letter-spacing:-0.03em;-webkit-text-decoration-line:underline;text-decoration-line:underline}.store-details-wrapper .store-details__working-hours h4{font-size:14px;line-height:130%;letter-spacing:-0.03em;color:#000;margin-bottom:12px}.store-details-wrapper .store-details__hours-list li{border-bottom:1px solid #E6E6E6}.store-details-wrapper .store-details__hours-list li:last-child{border-bottom:0}.store-details-wrapper .store-details__hours-list .hour-list-item{display:flex;padding:6px 0;justify-content:space-between;align-items:flex-start;align-self:stretch}.store-details-wrapper .store-details__hours-list .hour-list-item span{font-size:13px;line-height:130%}.store-details-wrapper .store-details--bg{top:0;left:0;bottom:0;display:none;position:fixed;right:440px}.store-details-wrapper .store-details--bg.disable{pointer-events:none}.store-details-wrapper .store-details.active .store-details--bg{display:block}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/footer/footer/footer.scss */[data-whatinput='keyboard'] .overwrite-outline-light a:focus,[data-whatinput='keyboard'] .overwrite-outline-light input:focus,[data-whatinput='keyboard'] .overwrite-outline-light button:focus{outline-color:#fff !important}.footer__container{flex-direction:column}@media (min-width: 1024px){.footer__container{flex-direction:row}}.footer__container.container{width:calc(100% - 144px)}@media (max-width: 1024px){.footer__container.container{width:calc(100% - 64px)}}.footer__inner{color:white;padding:14px 0 32px;background-color:#000}.header-nav--mobile .footer__inner{color:inherit;padding-top:16px;background-color:#f9f9f9}@media (min-width: 1024px){.footer__inner{padding-top:52px;padding-bottom:72px}}@media (min-width: 1024px){.footer__column{border-top:1px solid #000;flex:1 1 280px;margin-right:32px;padding:20px 0}}.footer-icon-wrapper.desktop{display:block}@media (max-width: 1024px){.footer-icon-wrapper.desktop{display:none}}.footer-icon-wrapper.mobile{display:none;margin-top:40px;align-items:center;justify-content:center}.footer-icon-wrapper.mobile svg{width:56px;height:auto}@media (max-width: 1024px){.footer-icon-wrapper.mobile{display:flex}}.footer-nav-desktop-wrapper{display:block;width:100%}@media (min-width: 1024px){.footer-nav-desktop-wrapper{flex-direction:row;display:flex}}.footer__icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:25px}.header-nav--mobile .footer__icon-wrapper{margin-bottom:48px}.footer__geo{position:relative;min-height:50px;background-color:#ebecee;padding:14px 0;z-index:10}.header-nav--mobile .footer__geo{background-color:#ebecee}.footer-bcorp{padding:14px 0 12px;background-color:#000;color:#fff}@media (min-width: 1024px){.footer-bcorp{padding:10px 0 8px}}.footer-bcorp__logo{width:100%;display:flex;flex-direction:row;justify-content:flex-start}.footer-bcorp__logo svg{min-width:40px;max-width:40px}@media (min-width: 1024px){.footer-bcorp__logo{width:40px;flex:0 0 35px;margin:0 10px 32px 0}.footer-bcorp__logo svg{width:auto}}.footer-bcorp__description{display:flex;align-items:center;margin-left:20px;font-size:10px;line-height:1.3em}@media (min-width: 1024px){.footer-bcorp__description{display:none}}.footer-bottom-menu{display:block;margin:84px 72px 0 72px;font-size:12px}@media (max-width: 1024px){.footer-bottom-menu{margin:64px 32px 0 32px}}.footer-bottom-menu ul.footer-bottom-menu-items{display:flex;justify-content:flex-start;flex-direction:row}@media (max-width: 1024px){.footer-bottom-menu ul.footer-bottom-menu-items{display:block;text-align:center}.footer-bottom-menu ul.footer-bottom-menu-items li.footer-bottom-menu-item{display:inline-block;margin:0 10px 0 10px}.footer-bottom-menu ul.footer-bottom-menu-items li.footer-bottom-menu-item:first-of-type{width:100%;margin:0 0 16px 0}}.footer-bottom-menu ul.footer-bottom-menu-items .footer-bottom-menu-item{color:#b5c1be;margin-right:20px}.footer-bottom-menu ul.footer-bottom-menu-items .footer-bottom-menu-item.legal{color:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/footer/footer-content-links/footer-content-links.scss */.footer-nav__title.footer-social__title{display:none}@media (max-width: 1024px){.footer-nav__title.footer-social__title{display:block;margin-bottom:22px}}.footer-secondary-links{padding-top:16px;border-top:1px solid #000}@media (min-width: 1024px){.footer-secondary-links{border-top:none}}.footer-secondary-links__item{margin-bottom:16px}.footer-social__list{margin-bottom:32px}@media (max-width: 1024px){.footer-social__list{margin-bottom:40px}}.footer-social__link{width:24px;height:auto}.footer-social__link--linkedin{padding:2px}@media (max-width: 1024px){.footer-social__link{width:28px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/footer/footer-nav/footer-nav.scss */@media (min-width: 1024px){.footer-nav__container--mobile{display:none}}.footer-nav__container--desktop{display:none}@media (min-width: 1024px){.footer-nav__container--desktop{display:block}}.footer-nav__title{font-size:20px;line-height:100%;font-weight:400;margin-bottom:24px}@media (max-width: 1024px){.footer-nav__title{font-size:18px;margin-bottom:24px}}.footer-nav__container--mobile .footer-nav__title{font-size:16px;font-weight:400;margin-bottom:0;border-top:1px solid #000;padding:10px 0}.footer-nav__container--mobile .footer-nav{display:none}.footer-nav__container--mobile.is-active .footer-nav{display:block}.footer-nav__icon{width:13px;height:8px;position:absolute;top:50%;transform:translateY(-50%);transition:transform 0.25s ease 0s;right:0}.footer-nav__container--mobile.is-active .footer-nav__icon{transform:translateY(-50%) rotate(-180deg)}.footer-nav__icon svg{display:block}.footer-nav__item{margin-bottom:16px}.footer-link-item{font-size:14px}.footer-nav__container--mobile .footer-link-item{font-size:inherit}.footer-nav-mobile-wrapper{display:block;margin:40px 0 0 0}.footer-nav-mobile-wrapper .header-nav__subnav--mobile{padding:0}@media (min-width: 1024px){.footer-nav-mobile-wrapper{display:none}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/footer/footer-newsletter/footer-newsletter.scss */.footer__newsletter--desktop{flex:0 0 320px;border-top:1px solid #000;padding:20px 0;display:none}@media (min-width: 1024px){.footer__newsletter--desktop{display:block}}.footer__newsletter--mobile{padding-top:20px;margin:15px 0;border-top:1px solid #e2e9e7}@media (min-width: 1024px){.footer__newsletter--mobile{display:none}}.footer__newsletter_description{font-size:12px;line-height:1.3em;margin-bottom:16px}.footer__newsletter__row{flex-direction:column}.footer__newsletter__input{padding:12px;background-color:#1f2322;border:1px solid #7d8281;color:#fff}.footer__newsletter__input--email,.footer__newsletter__input--fname{width:100%;margin:8px 0}.footer__newsletter__input--error{border:1px solid #fa4b21}.footer__newsletter__input::-moz-placeholder{color:#fff;opacity:1}.footer__newsletter__input::placeholder{color:#fff;opacity:1}.footer__newsletter__input:-ms-input-placeholder{color:#fff}.footer__newsletter__input::-ms-input-placeholder{color:#fff}.footer__newsletter__fieldset{flex:1 0 auto;margin:12px 0 0;display:flex;flex-wrap:wrap;max-width:none}@media (min-width: 1024px){.footer__newsletter__fieldset .footer__newsletter__radio-legend{padding-left:0;padding-right:2px}}span.radio-span{display:flex;align-content:center;padding-right:12px}.footer__newsletter__radio-input{width:16px;height:16px;border:1px solid #fff;border-radius:50%;background-color:transparent;cursor:pointer}.footer__newsletter__radio-input::before{content:"";display:block;position:absolute;width:8px;height:8px;border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);background-color:transparent}.footer__newsletter__radio-input:checked::before{background-color:#fff}.footer__newsletter__radio-input--error{border:1px solid #fa4b21}.footer__newsletter__radio-legend{font-size:14px;float:left}@media (min-width: 1024px){.footer__newsletter__radio-legend{padding-left:10px}}.footer__newsletter__radio-label{margin-left:8px}.footer__newsletter__radio-label:not(:last-of-type){margin-right:5px}.footer__newsletter__submit{margin-top:20px;margin-left:0;border:2px solid #fff;font-weight:400}.footer__newsletter__submit:hover:not(:disabled){background-color:inherit;border-color:#fff;box-shadow:4px 5px 0 0 #b5c1be}.footer__newsletter-status{padding:8px 14px}.footer__newsletter-status--success{display:block;color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}.footer__newsletter-status--error{display:block;color:#c00;background-color:#fbe5da;border:1px solid #ff3838}.footer__email-status{padding:5px 10px;margin-bottom:5px;background-color:#fbe5da;color:#c00}.footer__email-status--error{display:block}.footer__first_name-status{padding:5px 10px;margin-bottom:5px;background-color:#fbe5da;color:#c00}.footer__first_name-status--error{display:block}.footer__gender-status{padding:5px 10px;margin-top:5px;margin-bottom:5px;background-color:#fbe5da;color:#c00}.footer__gender-status--error{display:block}@media (max-width: 420px){.footer__newsletter__fieldset{flex-wrap:wrap;gap:1rem}.footer__newsletter__fieldset .radio-span:first-child{flex-basis:100%;order:-1}.footer__newsletter__fieldset .radio-span{flex:1;padding:0 5px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header/header.scss */#shopify-section-header #header>span>span{max-height:47px !important}.header{top:0;left:0;right:0;width:100%;max-height:46px;z-index:400;transition:transform 300ms, background-color 100ms linear}@media (max-width: 1024px){.header{z-index:410}}.header>span{height:47px !important;width:100% !important}.header__overlay{background-color:#000;opacity:0.6;position:fixed;width:100vw;height:100%;top:0;left:0;display:none}.is-active .header__overlay{display:block}.header__inner{background-color:#fff;width:100% !important}.header__inner.bordered,.header__inner.perma-bordered{border-bottom:1px solid #ebecee}.header__inner-overlay{position:absolute;width:100%;cursor:pointer;display:none}.header__inner-overlay.search-active{display:block}.header__container{min-height:44px;align-items:stretch}.header__container .header-icons__wrapper{display:flex;align-items:center}@media (min-width: 1024px){.header__container{min-height:46px;width:calc(100% - 64px)}}.header__container .hamburger .close-icon{display:none}.header__icons{flex:1;display:flex;justify-content:flex-end}.header__logo{max-width:160px;height:14px;margin-left:16px}@media (min-width: 1024px){.header__logo{height:16px;display:block;margin-left:0}}.header__logo svg{max-width:120px}@media (max-width: 1024px){.header__logo svg{max-width:116px}}.header__icons__item{margin-right:16px;width:20px;height:20px;list-style:none}@media (min-width: 1024px){.header__icons__item{width:22px;height:22px;margin-right:24px}}.header__icons__item:last-child{margin-right:0}.header__icons__rewards{margin-right:16px}@media screen and (min-width: 1024px){.header__icons__rewards{margin-right:12px;padding-left:12px;padding-right:12px}}@media screen and (min-width: 1024px){.header__icons__rewards:focus-within,.header__icons__rewards:hover{background:#1F4A37}.header__icons__rewards:focus-within .rewards-menu,.header__icons__rewards:hover .rewards-menu{opacity:1;visibility:visible;z-index:999}.header__icons__rewards:focus-within .header-account__rewards p,.header__icons__rewards:hover .header-account__rewards p{color:#FCE7C2}.header__icons__rewards:focus-within .header-account__rewards svg path,.header__icons__rewards:hover .header-account__rewards svg path{fill:#FCE7C2}}.header-account__rewards{display:flex;align-items:center}.header-account__rewards svg{width:20px;height:20px}@media screen and (min-width: 1024px){.header-account__rewards svg{width:22px;height:22px}}.header-account__rewards p{font-size:10px;line-height:9px;margin-left:4px;color:#1F4A37;font-weight:400;font-family:'CircularStd', sans-serif;text-align:left}@media screen and (min-width: 1024px){.header-account__rewards p{font-size:14px;line-height:18.2px}}.header-account__rewards p span{display:block;font-family:'CanelaMedium', sans-serif;font-weight:400}@media screen and (min-width: 1024px){.header-account__rewards p span{display:inline}}.rewards-link-content{height:46px;display:flex;align-items:center;transition:0.3s all;cursor:pointer;position:relative}@media screen and (min-width: 1024px){.rewards-link-content:focus-within{background:#1F4A37}.rewards-link-content:focus-within .rewards-menu{opacity:1;visibility:visible;z-index:300}.rewards-link-content:focus-within .header-account__rewards p{color:#FCE7C2}.rewards-link-content:focus-within .header-account__rewards svg path{fill:#FCE7C2}}.rewards-menu{position:fixed;right:0;height:100%;background:#1F4A37;color:#FCE7C2;width:90%;transform:translateX(100%);transition:0.3s all;z-index:10;opacity:0}.rewards-menu.active{transform:translateX(0);opacity:1;z-index:999}@media screen and (max-width: 1024px){.rewards-menu{top:0}}@media screen and (min-width: 1024px){.rewards-menu{position:absolute;right:0;bottom:auto;width:320px;height:auto;padding:32px;opacity:0;z-index:-1;border-radius:0 0 8px 8px;transform:none;visibility:hidden}}.rewards-menu__content{padding:0 24px 32px 24px;background-color:#262821}@media screen and (min-width: 1024px){.rewards-menu__content{padding:24px}}.rewards-menu__header{background:#16402D;color:#FCE7C2;display:flex;justify-content:space-between;align-items:center;padding:9px 10px}@media screen and (min-width: 1024px){.rewards-menu__header{display:none}}.rewards-menu__header p{font-size:18px;line-height:18px;font-weight:400}.rewards-menu__close{display:flex;align-items:center}.rewards-menu__brand{display:flex;align-items:center;color:#FCE7C2}.rewards-menu__brand svg path{fill:#FCE7C2}.rewards-menu__brand p{margin-left:8px}.rewards-menu__brand span{font-family:'CanelaMedium', sans-serif}.rewards-menu__description{font-size:18px;line-height:23px;color:#FCE7C2}.rewards-menu__features{color:#FCE7C2;text-align:left;margin-top:20px;margin-bottom:32px}.rewards-menu__features-item{display:flex;align-items:center;margin-top:14px;font-weight:400}.rewards-menu__features-item svg,.rewards-menu__features-item img{height:21px !important;width:25px !important}.rewards-menu__features-item span{margin-left:10px;font-size:16px;line-height:21px;font-weight:400;display:inline-block;flex-basis:100%}.rewards-menu__features-item:first-child{margin-top:0}.rewards-menu__button{background:#FCE7C2;color:#262821;font-size:16px;line-height:16px;padding:16px 16.5px;font-weight:400;display:block;text-align:center}.rewards-menu__item{border-bottom:1px solid #6D7766;padding-top:12px;padding-bottom:12px}.rewards-menu__item:first-child{padding-top:32px}@media screen and (min-width: 1024px){.rewards-menu__item:first-child{padding-top:0}}.rewards-menu__user{font-size:20px;line-height:1;font-weight:400;color:#D2E8C4}.rewards-menu__user span{color:#F3F4F2}.rewards-menu__user span::first-letter{text-transform:uppercase}.rewards-menu__title-item{font-size:18px;line-height:1;display:flex;justify-content:space-between;color:#fff}.rewards-menu__title-item span{font-weight:400}.rewards-menu__item-link{display:block;font-size:16px;line-height:20px;color:#fff;margin-top:12px}.rewards-menu__button-customer{display:block;text-align:center;font-size:14px;line-height:14px;width:100%;padding-top:16px;padding-bottom:16px;border:2px solid #D2E8C4;color:#D2E8C4;margin-top:32px;transition:0.3s all;font-weight:400}.rewards-menu__button-customer:hover{background:#D2E8C4;color:#262821}@media screen and (min-width: 1024px){.rewards-menu__button-customer{margin-top:24px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-account-links/header-account-links.scss */.header__icons__item__link--account{display:block;padding:1px 0;position:relative}@media screen and (min-width: 1024px){.header__icons__item__link--account{height:32px}}@media screen and (max-width: 1024px){.header__icons__item__link--account{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1024px){.header__icons__item__link--account .header-account__link__text{height:auto;width:auto;overflow:initial;text-indent:initial}}.header-account__link__icon{width:20px;height:20px}.header-account__login_icon{width:20px;height:20px;cursor:pointer}@media (min-width: 1024px){.header-account__login_icon{width:22px;height:22px}}.header-account__content-logo{width:22px;height:22px}.header__icons__account:hover>.header__icons__item__link .header__account-menu,.header__icons__account:focus>.header__icons__item__link .header__account-menu,.header__icons__account:focus-within>.header__icons__item__link .header__account-menu{opacity:1;visibility:visible;z-index:200;background:#f9f9f9}.header__account-menu-wrapper{background:#f9f9f9}@media screen and (min-width: 1024px){.header__account-menu-wrapper{border-radius:0 0 8px 8px}}.account__wishlist{display:flex !important;align-items:center !important;gap:8px}.header-account__content-logo:focus,.header-account__content-logo:active{outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent}.block-scroll{overflow-y:hidden}@media screen and (min-width: 1024px){.block-scroll{overflow-y:auto}}.overlay-menu{position:fixed;width:100%;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,0.4);display:none}.overlay-menu.show-overlay{display:block}@media screen and (min-width: 1024px){.overlay-menu.show-overlay{display:none}}.header__account-menu{background:#fff;position:fixed;top:0;right:0;transform:translateX(100%);width:90%;height:100%;z-index:10;transition:0.3s all}.header__account-menu.is-open{transform:translateX(0)}@media screen and (min-width: 1024px){.header__account-menu{opacity:0;z-index:-1;width:320px;visibility:hidden;height:auto;position:absolute;top:34px;transform:translate(0);border-radius:0 0 8px 8px}}.header__account-menu-title{padding:12px 10px 12px 10px;color:#000;font-size:18px;line-height:18px;font-weight:400;background:#ebecee;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1024px){.header__account-menu-title{padding:16px 0 16px 24px}}.header__account-menu-title svg{width:16px;height:16px}@media screen and (min-width: 1024px){.header__account-menu-title svg{display:none}}.header__account-list{padding:24px 24px 0 24px;letter-spacing:-0.03em}.header__account-list a{display:block;font-size:16px;line-height:21px;color:#000}.header__account-list a:hover{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.header__account-list a:not(:first-child){margin-top:16px}.header__account-list .header__account-list--divider{padding-top:24px;border-bottom:1px solid #ebecee;width:100%}.header__account-menu-footer{padding-top:24px;display:flex}.header__account-menu-footer .header__account-button{display:flex;justify-content:center;align-items:center;width:100%;padding:0 0 24px 0;color:#666;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-underline-offset:3px;font-size:14px;line-height:14px;font-weight:400;cursor:pointer}.header__account-menu-footer .header__account-button--white{background:#fff;color:#000;border:2px solid #000}.header__account-menu-footer .header__account-button--white:hover{background:#000;color:#fff}.menu__item-rewards{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px !important}.dropbtn{color:#000}@media (min-width: 1024px){.dropbtn{height:22px;width:22px;overflow:initial;cursor:pointer;text-indent:initial}}.dropdown{position:relative}.dropdown-content{visibility:hidden;position:absolute;padding-top:1em;padding-bottom:1em;top:2rem;right:-1rem;background-color:#ebecee;min-width:205px;transition:visibility 0.2s, opacity 0.2s linear}@media screen and (max-width: 1023px){.dropdown-content{width:85%;max-width:400px;overflow-y:auto;position:fixed;height:100% !important;top:0;right:0;background-color:#fff;transform:translateX(100%);transition:transform 300ms ease-in-out}.dropdown-content.is-visible{transform:translateX(0);z-index:600;visibility:visible;opacity:1}}.dropdown:hover .dropdown-content{visibility:visible;opacity:1;z-index:999}.dropdown-content a{color:#000;padding:10px 15px;text-decoration:none;pointer-events:none}@media screen and (max-width: 1023px){.dropdown-content a{font-size:18px}}.dropdown-content a.active{font-weight:bold}.dropdown-content span{pointer-events:initial}.dropdown-content span:hover{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.menu-title{padding:10px 0;color:#000;font-weight:300;pointer-events:auto;left:1rem;top:0.8rem}@media screen and (max-width: 1023px){.menu-title{font-size:32px;margin:14px 14px 0 14px}}.top-banner{background-color:#ebecee;padding:12px;height:46px}.top-banner .close-button svg{width:18px;height:18px;stroke:#000;stroke-width:0.4}.log-out-btn{position:absolute;left:0;display:flex !important}.links-list .log-out-btn{position:revert;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.active-header{z-index:402}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart/header-cart.scss */.header-cart-wrapper::before{content:"";position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.6);z-index:450;transition:all 300ms ease-out;visibility:hidden;opacity:0}.header-cart-wrapper.active::before{visibility:visible;opacity:1}.header-cart-wrapper .product-card__content-grid .product-card__content-right .btn--wishlist,.header-cart-wrapper .product-card__colour_container,.header-cart-wrapper .product-card__content-grid .product-card__content-left .product-card__badge{display:none}.header-cart-wrapper .product-card__content-grid{width:100%;gap:0}.header-cart-wrapper .product-card__content-grid .product-card__content-right{display:none}.header-cart-wrapper .product-card__details .product-card__price{text-align:right;width:auto !important}.wishlist-fetch{display:none}.header-cart__element__wishlist-container{display:flex;align-items:center}.header-cart__element__wishlist{color:#666;margin-right:4px;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;font-size:13px;font-family:'CircularStd', sans-serif}.hide-nosto{display:none !important}.header-cart{z-index:2147483001;top:0;height:100%;width:100%;right:-560px;position:fixed;background:#fff;box-shadow:-4px 0 30px rgba(0,0,0,0);transition:all .2s ease-in-out}.header-cart.active{right:0;box-shadow:-4px 0 30px rgba(0,0,0,0.2)}.header-cart__wrapper{height:100%;width:100%;max-width:560px;position:relative;display:flex;flex-direction:column}@media (min-width: 500px){.header-cart{max-width:560px}}.header-cart .nosto-loader{margin-top:20px;height:147px}.header-cart .nosto-products__wrapper .product-card-slider__title{display:none}.header-cart__wrapper__loader{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background:rgba(255,255,255,0.8);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:0.2s opacity ease}.header-cart__wrapper__loader.active{opacity:1;visibility:visible}.header-cart--bg{top:0;left:0;bottom:0;display:none;position:fixed;right:560px}.header-cart.active .header-cart--bg{display:block}.header-cart__header__close{position:relative;display:flex;align-items:center;width:100%;padding:14px 32px;background:#f9f9f9;font-size:14px}@media (max-width: 768px){.header-cart__header__close{padding-left:10px}}.header-cart__header__close svg{width:15px;height:15px;margin-top:3px;margin-right:13px}.header-cart .header-cart__body{display:block;padding:20px 0 0;overflow-x:hidden;flex-grow:1}.header-cart .header-cart__body__element{margin-bottom:16px;border-bottom:1px solid #E6E6E6;padding-bottom:16px}.header-cart .header-cart__body__element:last-of-type{margin-bottom:0}.header-cart .header-cart__body__inner{padding:0 32px 0}@media (max-width: 768px){.header-cart .header-cart__body__inner{padding:0 10px 0}}.header-cart-carousel__title{margin-top:32px;padding:10px 32px;background:#f9f9f9 !important}@media (max-width: 768px){.header-cart-carousel__title{padding:10px 10px}}.header-cart-carousel__title h4{font-size:16px}.header-cart-carousel.header-cart-carousel{max-height:195px;padding:0 32px 0;margin-bottom:36px;background:#fff}.header-cart-carousel.header-cart-carousel .intial-flickity-page-dots{display:none}.header-cart-carousel.header-cart-carousel .flickity-viewport{overflow:visible}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel{padding:0 10px 0}}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper{overflow:visible}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__item{padding:0 !important;width:400px;overflow:visible}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__item{width:320px}}.header-cart-carousel.header-cart-carousel .product-card__options__slider{display:inline;visibility:visible;position:relative}.header-cart-carousel.header-cart-carousel .product-card__options{opacity:1;visibility:visible}.header-cart-carousel.header-cart-carousel .product-card__options button,.header-cart-carousel.header-cart-carousel .product-card__options span{color:#000}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:0;margin-right:0}.header-cart-carousel.header-cart-carousel .product-card-slider__item__card{display:flex;flex-direction:row;justify-content:flex-start;height:127px;width:400px}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .product-card-slider__item__card{width:320px;margin-right:0}}@media (max-width: 320px){.header-cart-carousel.header-cart-carousel .product-card-slider__item__card{width:100%}}.header-cart-carousel.header-cart-carousel .product-card-slider__item__card .img__el{max-height:127px;height:127px}.header-cart-carousel.header-cart-carousel .product-card-slider__item__card .img{width:95px}.header-cart-carousel.header-cart-carousel .product-card-slider__item__card .product-swatches{position:absolute;top:0;left:0;opacity:0;display:none}.header-cart-carousel.header-cart-carousel .product-card__featured{max-height:127px;height:127px;width:95px;padding-top:45%;overflow:visible}.header-cart-carousel.header-cart-carousel .product-card__featured .product-badge{display:none}.header-cart-carousel.header-cart-carousel .product-card__featured .product-card__image{height:127px}.header-cart-carousel.header-cart-carousel .product-card__featured:hover .product-card__image--secondary{opacity:0}.header-cart-carousel.header-cart-carousel .product-card__content{display:flex;flex-direction:column;justify-content:space-between;width:269px;margin-left:16px;margin-bottom:0;margin-right:20px;overflow:visible;padding:0}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .product-card__content{width:calc(100% - 127px);margin-right:16px}}.header-cart-carousel.header-cart-carousel .product-card__add{position:absolute;bottom:0;left:0}.header-cart-carousel.header-cart-carousel .product-card__add .btn.btn--small{height:40px}.header-cart-carousel.header-cart-carousel .product-card__add .btn.btn--compact{min-width:120px}.header-cart-carousel.header-cart-carousel .product-card__add button{border:3px solid #000}.header-cart-carousel.header-cart-carousel .product-card__details{gap:12px}.header-cart-carousel.header-cart-carousel .product-card__details .product-card__price p+p{margin-left:0}.header-cart-carousel.header-cart-carousel .product-card__details .product-card__price{margin:1px 0 0 0;flex-direction:column;align-items:flex-start}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .product-card__details .product-card__price{text-align:right;align-items:center}}@media (max-width: 320px){.header-cart-carousel.header-cart-carousel .product-card__price p{font-size:12px}}.header-cart-carousel.header-cart-carousel .product-card__details__title{margin:0 !important;font-size:14px !important;width:100% !important}.header-cart-carousel.header-cart-carousel .flickity-button{display:none}.header-cart-carousel.header-cart-carousel button.slider-nav-button{top:calc(50% + 40px);height:34px;width:34px;background-color:white;border-radius:50%;padding:6px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04);justify-content:center;align-items:center}.header-cart-carousel.header-cart-carousel button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/slider-right.png?v=126265316529372646371729188314");background-size:contain;background-position:center;background-repeat:no-repeat}.header-cart-carousel.header-cart-carousel button.slider-nav-button.show{display:none}@media (min-width: 769px){.header-cart-carousel.header-cart-carousel button.slider-nav-button.show{display:flex}}@media (min-width: 769px){.header-cart-carousel.header-cart-carousel button.slider-nav-button{justify-content:center;align-items:center}}.header-cart-carousel.header-cart-carousel button.slider-nav-button{top:37%;right:-83px !important}@media (max-width: 1100px){.header-cart-carousel.header-cart-carousel button.slider-nav-button{right:-83px !important}}.header-cart-carousel.header-cart-carousel button.slider-nav-button svg{position:absolute;top:10px;left:8px}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__item .product-card__details{flex-direction:row !important;width:100% !important}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .product-card__details__title-full .product-card__details__title{width:70% !important}}@media (max-width: 768px){.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__item .product-card__price{font-size:16px !important;line-height:20px !important;width:auto !important}}@media (max-width: 414px){.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider__item .product-card__price{font-size:12px !important}}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .carousel-container{overflow:unset}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider{margin-top:0 !important;border-top:none !important}@media (max-width: 1023px){.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider{padding:20px 0 0 0 !important}}@media screen and (max-width: 768px){.header-cart-carousel.header-cart-carousel .recommended-products__wrapper .product-card-slider{overflow:visible !important}}.header-cart-carousel.header-cart-carousel .recommended-products__wrapper button.slider-nav-button.previous{left:5px !important}.header-cart-carousel.header-cart-carousel .product-card__image--secondary{width:35%}.header-cart-carousel.header-cart-carousel .product-card-slider{padding:0;margin:0}.header-cart-carousel.header-cart-carousel .sale-percentage{top:4px !important;left:4px !important}.header-cart__element{justify-content:flex-start}.header-cart__element__image{width:95px;height:127px;margin-right:16px;background:#b5c1be}.header-cart__element__data{position:relative;width:calc(100% - 111px)}.header-cart__element__title{margin-bottom:4px;padding-right:25px}.header-cart__element__remove{width:14px;height:14px;top:0;right:0;position:absolute;cursor:pointer}.header-cart__element__remove svg{display:block}.header-cart__body__element:hover .header-cart__element__remove{opacity:1;visibility:visible}.header-cart__body__element .sale-percentage{z-index:2;font-size:13px !important;line-height:1;font-weight:400;margin-right:6px;display:flex;justify-content:center;align-items:center;background-color:transparent;color:#fa4b21;gap:2px}.header-cart__body__element .sale-percentage img{width:12px;height:12px}.header-cart__body__element .sale-percentage .sale-badge-icon{height:12px;width:12px}.header-cart__body__element .sale-percentage .sale-bold{font-weight:bold !important}.header-cart__body__element .sale-percentage.sale-invert{background-color:#fa4b21;color:#fff;border:none;padding:3px}.header-cart__element__price{bottom:0;right:0;position:absolute;text-align:right;font-size:15px}@media (max-width: 320px){.header-cart__element__price{font-size:12px}}.header-cart__element__price .high-price{font-size:13px;line-height:1.3;text-decoration:line-through;font-weight:400}.header-cart__element__price .sale-price{color:#fa4b21;font-size:15px;line-height:19.5px}.header-cart__element__price .price-wrapper{display:flex;align-items:center;gap:6px}.header-cart__element__price__sale{display:flex;align-items:center;justify-content:flex-end;margin-bottom:2px}.header-cart__element__note{font-size:14px;color:#fa4b21;padding-top:10px}.header-cart__element__option{margin-top:4px;margin-bottom:8px;font-size:14px;line-height:1.3;color:#666}.header-cart__element__option.recipient-name-top{margin-bottom:2px}.header-cart__element__option.recipient-name-bottom{margin-top:2px}.header-cart__element .final-sale-info{display:flex;align-items:center;gap:4px;color:#666;font-size:13px;line-height:1.3;letter-spacing:-0.03em}.header-cart__element .final-sale-info .final-sale-btn{display:flex;position:relative}.header-cart__element .final-sale-info .final-sale-btn::after{content:"";position:absolute;width:16px;height:16px;transform:rotate(45deg);left:-2px;top:16px;background:#ebecee;display:none}.header-cart__element .final-sale-info .final-sale-btn.show::after{display:block}.header-cart__element .final-sale-wrapper{position:absolute;width:100%;padding:14px;font-size:13px;line-height:1.3;letter-spacing:-0.03em;background-color:#ebecee;max-height:45px;bottom:-51px;z-index:1;display:none}.header-cart__element .final-sale-wrapper.show{display:flex}.header-cart__element .final-sale-wrapper .close{position:absolute;right:0;top:0;padding:4px}.header-cart__footer{left:0;right:0;bottom:0;padding:16px 32px;background-color:#f9f9f9}@media (max-width: 768px){.header-cart__footer{padding:10px 12px}}.header-cart__footer__title{position:relative}.header-cart__footer__title p{font-size:18px;line-height:1}.header-cart__footer__title span{font-size:16px}@media (max-width: 375px){.header-cart__footer__title{width:100% !important;display:flex !important;flex-direction:row !important}}@media (max-width: 340px){.header-cart__footer__title p{font-size:15px}.header-cart__footer__title span{font-size:13px}}.header-cart .product-card:hover .product-card__form{display:flex}.checkout-form{width:100%;margin-top:14px}.checkout-form .btn__icon{height:18px;width:18px}.header-cart .header-cart__submit__btn{min-width:auto;text-transform:none;line-height:50px;height:50px;font-size:20px !important}.header-cart .header-cart__submit__btn span{font-size:20px !important}.header-cart__submit__btn .btn__icon{height:18px !important;width:18px !important}.header-cart .cart-page-element__qty{position:absolute;bottom:0;left:0}.header-cart .disabled-form .btn{opacity:0.5;pointer-events:none}.header-cart .product-card__button{width:120px;height:38px;border:2px solid #000;display:flex;justify-content:center;transition:all 0.3s}@media (max-width: 768px){.header-cart .product-card__button{font-size:12px;height:30px}}.header-cart .product-card__button:hover{box-shadow:4px 5px 0 0 #bfbfbf}.header-cart .product-card__cta__el{height:100%;width:100%;font-weight:400}.header-cart .product-card__featured a{position:absolute;height:127px;top:0;bottom:0;left:0;right:0;padding-bottom:0}.custom-select{margin:8px 0 12px;width:120px;height:28px;padding:0 8px;border:1px solid #d7d7d7 !important;font-size:12px;cursor:pointer}@media (max-width: 414px){.custom-select{height:22px}}.header-cart .icon{position:absolute;top:20px;left:94px;width:10px;height:10px;padding:0 8px;z-index:-1}@media (max-width: 414px){.header-cart .icon{top:17px}}.header-cart .icon svg{height:5px;width:10px}.header-cart__footer__amounts{display:flex;justify-content:flex-end;margin-bottom:10px}@media (max-width: 375px){.header-cart__footer__amounts{align-items:flex-end;width:100%}}.header-cart__footer__amounts p{line-height:1 !important}@media (max-width: 345px){.header-cart__footer__amounts p{font-size:15px}}.disabled{color:#666;padding-right:8px}.header-cart__footer__savings{text-align:right}.header-cart__footer__savings p,.header-cart__footer__savings span{font-size:13px}@media (max-width: 768px){.header-cart__footer__savings p,.header-cart__footer__savings span{font-size:12px}}.header-cart__footer__savings span{font-weight:400}@media (max-width: 375px){.header-cart__footer__savings{width:100%}}.header-cart-wrapper.active .header-cart.active{opacity:1}.header-cart-wrapper.active.opacity-0 .header-cart.active{opacity:0}.header-cart-wrapper.active.opacity-0::before{opacity:0;visibility:hidden;pointer-events:none}.header-cart-wrapper .btn--wishlist{display:none}.header-cart-wrapper .product-card__details .product-card__price{text-align:right;width:auto !important}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart-basic-promo/header-cart-basic-promo.scss */.header-cart-basic-promo{text-align:center;font-size:14px;line-height:1;font-weight:400;width:100%;color:#fa4b21;padding:8px 32px;background:#000;gap:12px}@media (min-width: 769px){.header-cart-basic-promo{padding:8px 10px}}.header-cart-basic-promo>span.highlight{font-weight:600}.header-cart__body__element .header-cart-basic-promo{margin-top:16px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart-bmsm-promo/header-cart-bmsm-promo.scss */.bmsm-promo{background:#5782b6 !important}.bmsm-promo--title{color:#fff;text-align:center;font-weight:600;font-size:14px;line-height:1;padding:8px}.bmsm-promo--progress-msg{text-align:center;font-weight:400;color:#000;font-size:14px}.bmsm-promo--progress-msg:not(:last-child){margin-bottom:12px}.bmsm-promo--progress-msg>span.highlight{font-weight:400}.bmsm-promo--content{padding:12px 15px;background-color:#fff;margin-bottom:4px;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center}.bmsm-promo--tiers{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.bmsm-promo--tier{background-color:#d4e5e1;flex-basis:0;flex-grow:1;font-size:12px;font-weight:600;color:#000;text-align:center;padding:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}.bmsm-promo--tier.active{background-color:#386b5e;color:#fff}.bmsm-promo--tier.current::after{content:'';width:10px;height:7px;position:absolute;top:50%;right:4px;transform:translateY(-50%);mask:url("//ca.frankandoak.com/cdn/shop/t/544/assets/icon-check.svg?v=127002507045052899641729188314");-webkit-mask:url("//ca.frankandoak.com/cdn/shop/t/544/assets/icon-check.svg?v=127002507045052899641729188314");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;background-color:#fff}.bmsm-promo--tier:not(:last-of-type){margin-right:2px}.bmsm-promo--tier:first-of-type{border-top-left-radius:100px;border-bottom-left-radius:100px}.bmsm-promo--tier:last-of-type{border-top-right-radius:100px;border-bottom-right-radius:100px}.bmsm-promo .icon-free-shipping{position:absolute;width:18px;height:18px;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;padding:0}.bmsm-promo .icon-checkmark{position:absolute;width:12px;height:12px;top:50%;right:4px;transform:translateY(-50%)}.bmsm-promo .icon-checkmark>svg{fill:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart-boxing-day-promo/header-cart-boxing-day-promo.scss */.boxing-day-promo{background:linear-gradient(#79b594 0 75%, #918eb8 75% 100%)}.boxing-day-promo--title{color:#fff;text-align:center;font-weight:600;font-size:14px;line-height:1;padding:8px}.boxing-day-promo--content{padding:8px 15px;background-color:#fff;margin-bottom:4px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}.boxing-day-promo--progress-msg{text-align:center;font-weight:400;color:#000;font-size:13px}.boxing-day-promo--progress-msg span.highlight{font-weight:600}.boxing-day-promo--progress-msg:not(:last-child){margin-right:12px}.boxing-day-promo--counter{padding:6px 10px;font-size:14px;font-weight:600;background-color:#6fa7d3;color:#fff;border-radius:100px;white-space:nowrap;position:relative}.boxing-day-promo--icon-checkmark{background-color:#000;border-radius:100px;position:absolute;top:-3px;right:-3px;width:14px;height:14px}.boxing-day-promo--icon-checkmark::after{content:'';width:10px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);mask:url("//ca.frankandoak.com/cdn/shop/t/544/assets/icon-check.svg?v=127002507045052899641729188314");-webkit-mask:url("//ca.frankandoak.com/cdn/shop/t/544/assets/icon-check.svg?v=127002507045052899641729188314");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;background-color:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart-icon/header-cart-icon.scss */.header-cart-icon{display:block;cursor:pointer;position:relative;height:22px !important;width:22px !important}.header-cart-icon svg{height:22px !important;width:22px !important}.header-cart-icon__icon{width:20px;height:20px;display:block;position:relative}@media (min-width: 1024px){.header-cart-icon__icon{width:22px;height:22px}}.header-cart-icon__count{width:20px;height:20px;position:absolute;top:4px;left:50%;transform:translateX(-50%);text-align:center;line-height:20px;font-size:10px}@media (min-width: 1024px){.header-cart-icon__count{top:3px;width:20px;height:20px;line-height:20px;font-size:11px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-cart-shipping-promo/header-cart-shipping-promo.scss */.header-cart-shipping-promo{font-size:13px;font-weight:400;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;padding:8px;color:#fff;background:#000}.header-cart-shipping-promo>.icon-free-shipping{height:20px;width:20px;margin-right:12px}.header-cart-shipping-promo span.highlight{font-weight:600}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-feature/header-feature.scss */.header-feature{flex:1 0 0;position:relative;padding:0;margin:16px 0 16px 0}@media (min-width: 1024px){.header-feature{margin:0 0 0 30px}}.header-feature .btn.btn--small{height:38px}.header-feature__image{height:0;padding-top:120px}@media (min-width: 1024px){.header-feature__image{height:100%;padding-top:0}}.h100{height:100%}.img__el{opacity:1 !important}.header-feature__subtitle{margin-bottom:0;color:#fff;font-size:20px}@media (min-width: 1024px){.header-feature__subtitle{margin-bottom:12px;font-size:20px;font-weight:400}}.header-feature__title{margin-bottom:0;color:#fff;font-size:20px}@media (min-width: 1024px){.header-feature__title{font-size:20px;font-weight:400}}.overlay-link{position:absolute;bottom:0;height:100%;width:100%;left:0;right:0;top:0}@media (min-width: 1024px){.overlay-link{font-weight:400}}.header-feature__text{position:absolute;left:24px;bottom:24px;z-index:10;text-align:left}@media (min-width: 1201px){.header-feature__text{bottom:26px}}.header-feature__text .btn{min-width:135px;padding-left:10px;padding-right:10px}@media (min-width: 1201px){.header-feature__text .btn{font-size:19px;width:100%;max-width:200px}}.header-feature.gift-guide .header-feature__title{font-size:24px;font-weight:700;margin-bottom:2px;line-height:1.2}@media (min-width: 1024px){.header-feature.gift-guide .header-feature__title{font-size:28px}}@media screen and (max-width: 1024px){.header-feature.gift-guide .header-feature__title{font-size:22px}}.header-feature.gift-guide .header-feature__text{padding:8px;width:100%;text-align:center;left:50%;top:50%;transform:translate(-50%, -50%);height:-moz-fit-content;height:fit-content}@media screen and (min-width: 1024px){.header-feature.gift-guide .header-feature__text{padding:12px}}.header-feature.gift-guide .header-feature__subtitle{font-family:'CanelaBold', sans-serif;font-size:32px;font-weight:700;margin-bottom:0;line-height:1.2}@media (min-width: 1024px){.header-feature.gift-guide .header-feature__subtitle{font-size:32px}}@media screen and (max-width: 1024px){.header-feature.gift-guide .header-feature__subtitle{font-size:22px}}.header-feature.default .header-feature__title{font-weight:400}.header-feature.icon-feature .header-feature__text{width:100%;height:100%;text-align:center;left:auto;bottom:auto;padding:0 14px;display:flex;align-items:center}.header-feature.icon-feature .header-feature__text .header-feature__text__content-wrapper{width:100%}.header-feature.icon-feature .header-feature__text .header-feature__title{font-size:24px}.header-feature.icon-feature .header-feature__text .header-feature__subtitle{font-size:14px}.header-feature.icon-feature img.header-feature-icon{height:37px}.header-feature.carousel,.header-feature.collection-carousel{padding-top:32px;padding-bottom:0;margin:0;overflow-y:show}.header-feature.carousel .header-feature__text,.header-feature.collection-carousel .header-feature__text{position:relative;bottom:0;font-size:18px;text-decoration:none;transform:none;text-align:left;color:#000;left:0;margin-bottom:10px}.header-feature.carousel .header-feature__text .header-feature__title,.header-feature.collection-carousel .header-feature__text .header-feature__title{color:#000;font-size:18px}.header-feature.carousel .header-feature__text .header-feature__subtitle,.header-feature.collection-carousel .header-feature__text .header-feature__subtitle{color:#000}.header-feature.carousel .collection-card-slider.container,.header-feature.carousel .product-card-slider.container,.header-feature.collection-carousel .collection-card-slider.container,.header-feature.collection-carousel .product-card-slider.container{width:100%;padding-bottom:0}.header-feature.carousel .header-mobile-nav-accordion-wrapper,.header-feature.collection-carousel .header-mobile-nav-accordion-wrapper{margin-left:2px}.header-feature.carousel .collection-card-slider__items,.header-feature.carousel .product-card-slider__items,.header-feature.collection-carousel .collection-card-slider__items,.header-feature.collection-carousel .product-card-slider__items{margin-right:0;margin-left:-10px;width:calc(100% + 30px)}.header-feature.carousel .collection-card-slider__item,.header-feature.carousel .product-card-slider__item,.header-feature.collection-carousel .collection-card-slider__item,.header-feature.collection-carousel .product-card-slider__item{width:66%;padding-left:8px;padding-right:8px;padding-bottom:0}.header-feature.carousel .product-card-slider__item,.header-feature.collection-carousel .product-card-slider__item{padding-left:0;padding-right:16px}.header-feature.collection-carousel{padding-top:48px}.header-feature.collection-carousel .collection-card-slider__item{width:256px}@media (min-width: 769px){.shopify-section .recommended-products__wrapper .product-card-slider{border-top:1px solid #e2e9e7;margin-top:32px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-hamburger-icon/header-hamburger-icon.scss */.hamburger{width:20px;height:16px;display:block;color:currentColor;transition:height 300ms ease-in-out}@media (min-width: 1024px){.hamburger{display:none}}.hamburger__inner{height:100%;display:block;position:relative}.hamburger__inner::after,.hamburger__inner::before{content:'';width:20px;height:2px;position:absolute;background-color:currentColor;transition:transform 300ms ease-in-out, width 300ms ease-in-out;transform-origin:center}.hamburger__inner::before{top:0;left:0}.hamburger__inner::after{bottom:0;left:0}.hamburger__inner__el{width:100%;height:2px;position:absolute;top:0;bottom:0;opacity:1;background-color:currentColor;margin:auto;transition:opacity 300ms ease-in-out 300ms}.close-icon{display:none;width:20px}.header-nav--mobile .close-icon{display:block;align-items:center}.header-nav--mobile .hamburger{height:20px;position:static}.header-nav--mobile .hamburger__inner{display:none}.header-nav--mobile .hamburger__inner__el{opacity:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-mobile/header-mobile.scss */.header-mobile-v2{overflow-y:unset !important}.header-mobile-v2 .header-nav__item--mobile-bar{background-color:#ebecee !important}.header-mobile-v2-top{background-color:#ebecee !important}.header-mobile-nav{height:100%;overflow:hidden;position:relative}.header-mobile-nav .top-bot-sep{display:flex;flex-direction:column}.header-mobile-nav .menu-wrapper{position:relative;left:0;width:100%;height:100%;transition:transform 0.5s}.header-mobile-nav .menu-wrapper.is-visible{display:block}.header-mobile-nav .list-wrapper{height:100%;overflow-y:auto;background:var(--menu-bg);-webkit-overflow-scrolling:touch;padding-bottom:100px}.header-mobile-nav .list-wrapper.level-1{position:absolute;left:-100%;top:0;width:100%;min-height:100vh;transition:all 0.2s;display:flex;flex-direction:column}.header-mobile-nav .list-wrapper.level-1>ul{padding:16px 16px 180px}.header-mobile-nav .list-wrapper.level-2{padding:16px 16px 180px;position:absolute;left:100%;top:0;width:100%;min-height:100vh;opacity:0;visibility:hidden;pointer-events:none;transition:all 0.2s}.header-mobile-nav .list-wrapper.level-1.is-visible{transform:translateX(100%)}.header-mobile-nav .list-wrapper.level-2.is-visible{transform:translateX(-100%);opacity:1;visibility:visible;pointer-events:all}.header-mobile-nav .list-wrapper .menu,.header-mobile-nav .list-wrapper .submenu_list{gap:32px;display:flex;flex-direction:column}.header-mobile-nav .menu-first-item{border-top:1px solid #E6E6E6}.header-mobile-nav .menu-wrapper a{padding:5px 0}.header-mobile-nav .submenu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.header-mobile-nav .submenu-header .header-url{color:#000;font-family:'CircularStd', sans-serif;font-size:14px;line-height:1;letter-spacing:-0.03em;text-decoration:underline}.header-mobile-nav .back-one-level{display:flex;align-items:center;padding:16px 16px 16px 0}.header-mobile-nav .back-one-level span{color:#000;font-family:'CircularStd', sans-serif;font-size:20px;line-height:1;letter-spacing:-0.03em}.header-mobile-nav .back-one-level svg{fill:var(--white);margin-right:20px}.header-mobile-nav .bg-white{background-color:var(--white)}.header-mobile-nav .menu.level-1{transition:transform 0.2s}.header-mobile-nav .level-1>div>li{display:flex;padding:20px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid #E6E6E6}.header-mobile-nav .level-1>div>a{display:flex;padding:20px 0;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid #E6E6E6;color:#000;font-family:'CircularStd', sans-serif;font-size:22px;line-height:1;letter-spacing:-0.03em}.header-mobile-nav .level-1>div>li>a{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#000;font-family:'CircularStd', sans-serif;font-size:22px;line-height:1;letter-spacing:-0.03em}.header-mobile-nav .gsublink_wrapper{display:flex;flex-direction:column}.header-mobile-nav .gsublink{font-size:16px;padding:8px 0}.header-mobile-v2 .mobile-extra-menu__wrapper{background-color:#f9f9f9;padding:16px 16px 80px;flex:1}.header-mobile-v2 .mobile-extra-menu__wrapper .header-nav__subnav--mobile{padding:unset !important}.header-mobile-v2 .mobile-extra-menu__wrapper .header-nav__inner--mobile{border-top:unset !important}.header-mobile-v2 .mobile-extra-menu__wrapper .header-nav-footer__subnav__item{border-bottom:unset !important;padding:16px 0 !important}.header-mobile-v2 .mobile-extra-menu__wrapper .mobile-subnav-state-icon>svg{position:relative;top:-3px}.header-mobile-v2 .mobile-extra-menu__wrapper .header-nav-footer__subnav__item.open .mobile-subnav-state-icon.closed{display:none}.header-mobile-v2 .mobile-extra-menu__wrapper .header-nav-footer__subnav__item.open .mobile-subnav-state-icon.open{display:block}.footer__mobile{position:fixed;bottom:0;min-height:50px;max-height:55px;background-color:#ebecee;padding:12px 16px;z-index:10;display:flex;width:100%;justify-content:space-between}.footer__mobile .nav-account{display:flex;gap:8px;align-self:center}.footer__mobile .nav-account .account-btn{display:flex;align-items:center;gap:8px}.footer__mobile .nav-account .header-account__content-logo{width:16px;height:16px}.footer__mobile .nav-account span{color:#000;font-family:'CircularStd', sans-serif;font-size:16px;line-height:1;letter-spacing:-0.03em}.footer__mobile .nav-settings{display:flex;gap:20px;align-items:center}.footer__mobile .nav-settings .mobile-languae-switcher{position:relative;right:unset;top:unset}.footer__mobile .nav-settings .header__lang__switcher--mobile{margin-top:unset;margin-right:unset}.footer__mobile .nav-settings .mobile-languae-switcher a:nth-child(1){margin-right:unset !important}.footer__mobile .nav-settings .mobile-languae-switcher a:nth-child(1)::after{content:unset}.footer__mobile .nav-settings .ly-inner-text{margin:0 3px}.footer__mobile .geo_wrapper{display:flex;align-items:center}.footer__mobile .geo_wrapper .geo-select-holder--mobile_nav{margin-left:unset;width:unset}.footer__mobile .geo_wrapper .geo-select-popper{margin-left:unset}.footer__mobile .geo_wrapper .geo-select-currency{margin-left:4px !important}.footer__mobile .geo_wrapper .geo-select-arrow-icon{margin-left:8px}.header-mobile-nav .header-mobile__submenu__item{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;border-bottom:1px solid #E6E6E6}.header-mobile-nav .header-mobile__submenu__item .title-wrap{width:100%;padding:20px 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header-mobile-nav .header-mobile__submenu__item .title-wrap>a{color:#000;font-family:'CircularStd', sans-serif;font-size:18px;line-height:1;letter-spacing:-0.03em}.header-mobile-nav .header-mobile__submenu__item .mobile-subnav-state-icon>svg{position:relative;top:-3px}.header-mobile-nav .header-mobile__submenu__item .js-submenu-title-btn.open .mobile-subnav-state-icon.open{display:block}.header-mobile-nav .header-mobile__submenu__item .js-submenu-title-btn.open .mobile-subnav-state-icon.closed{display:none}.header-mobile-nav .header-mobile__submenu__item .header-mobile__submenu__item__links{max-height:0;overflow:hidden;transition:max-height 500ms;display:flex;flex-direction:column;gap:12px}.header-mobile-nav .header-mobile__submenu__item .header-mobile__submenu__item__links.open{max-height:1000vh}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-mobile-blocks/header-mobile-blocks.scss */.header-mobile_blocks_wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative}.header-mobile_blocks_wrapper.no-display{display:none}.header-mobile_blocks_wrapper.wrapper-pt{padding-top:12px}.content-tile_wrapper{display:flex;align-items:center;width:100%}.content-tile_wrapper .link{width:100%;height:100%;padding:unset !important}.content-tile_wrapper.image-background{background-size:cover;background-position:center}.content-tile_wrapper .content{display:flex;position:relative;height:100%;width:100%;justify-content:space-between}.content-tile_wrapper .title{font-family:'CircularStd', sans-serif;font-size:18px;line-height:1.3;letter-spacing:-0.03em;padding:0 20px;align-self:center}.content-tile_wrapper .title_tall{position:absolute;bottom:24px;padding:0 24px}.content-tile_wrapper .image-wrapper{position:relative;height:100%;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center;max-height:85px;align-self:center}.content-tile_wrapper .inline-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.products-carousel_wrapper{width:100%;position:relative;display:flex;flex-direction:column;gap:20px}.products-carousel_wrapper .title{color:#000;font-family:'CircularStd', sans-serif;font-size:18px;line-height:1;letter-spacing:-0.03em}.products-carousel_wrapper .product-card-slider__item{padding:2px !important;width:92% !important}.products-carousel_wrapper .header-mobile-nav-accordion-wrapper .product-card-slider{padding:unset !important}.header-mobile-blocks.nosto-carousel{width:100%}.header-mobile-blocks.nosto-carousel .product-card-slider{margin:unset;padding:unset;width:100%}.header-mobile-blocks.nosto-carousel .slider-nav-button{display:none}.header-mobile-blocks.nosto-carousel .product-card-slider__item{width:92%}.cat-grid_wrapper{width:100%;display:grid;grid-template-columns:repeat(2, 1fr);-moz-column-gap:8px;column-gap:8px;row-gap:16px}.cat-grid_wrapper .category{width:100%}.cat-grid_wrapper .cat_link{width:100%;padding:unset !important}.cat-grid_wrapper .cat_wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.cat-grid_wrapper .cat_img_wrapper{width:100%;aspect-ratio:3 / 4}.cat-grid_wrapper .cat_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cat-grid_wrapper .cat_title_wrapper{color:#000;font-family:'CircularStd', sans-serif;font-size:14px;line-height:1.3;letter-spacing:-0.03em;text-align:center}.cat-grid_wrapper.three_col_wrapper{grid-template-columns:repeat(3, 1fr)}.cat-grid_wrapper.three_col_wrapper .cat_title_wrapper{font-size:13px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-navigation/header-navigation.scss */.header-nav{width:100%;align-items:stretch;-webkit-tap-highlight-color:transparent !important}.header-nav.is-visible{transform:translateX(0);z-index:600}.header-nav--mobile{width:88%;max-width:360px;overflow-y:scroll;position:fixed;height:100%;top:0;left:0;background-color:#fff;transform:translateX(-100%);transition:transform 300ms ease-in-out}@media (min-width: 1024px){.header-nav--mobile{display:none}}.header-nav--desktop{display:none}@media (min-width: 1024px){.header-nav--desktop{display:block;height:100%;margin-left:32px}}.header-nav-mobile__top_icons_wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;width:100%}.search-wrapper{display:flex;align-items:center}.nav-scrollable-content{height:100%}.header-nav__items{height:100%;display:flex;align-items:center}.header-nav__items .header-nav__item__link{font-size:16px}.header-nav--mobile .header-nav__items,.footer-nav-mobile-wrapper .header-nav__items{width:100%;height:auto;background-color:#ebecee;overflow-x:scroll}.header-nav__item{width:100%}@media (min-width: 1024px){.header-nav__item{width:auto;top:0}}.header-nav--desktop .header-nav__item{height:100%;display:flex;align-items:stretch}.header-nav--desktop .header-nav__item a.header-nav__item__link{display:flex;align-items:center;padding:0 24px}.header-nav--desktop .header-nav__item a.header-nav__item__link span.link-text{border-bottom:1px solid transparent}.header-nav--desktop .header-nav__item a.header-nav__item__link.subnav-open,.header-nav--desktop .header-nav__item a.header-nav__item__link.active,.header-nav--desktop .header-nav__item a.header-nav__item__link:hover{background-color:#f9f9f9}.header-nav--desktop .header-nav__item a.header-nav__item__link.subnav-open span.link-text,.header-nav--desktop .header-nav__item a.header-nav__item__link.active span.link-text,.header-nav--desktop .header-nav__item a.header-nav__item__link:hover span.link-text{border-bottom:1px solid #000}.header-nav--mobile .header-nav__item,.footer-nav-mobile-wrapper .header-nav__item{width:auto}.header-nav--mobile .header-nav__item a.header-nav__item__link,.footer-nav-mobile-wrapper .header-nav__item a.header-nav__item__link{display:flex;align-items:center;padding:16px;white-space:nowrap;background-color:#ebecee}.header-nav--mobile .header-nav__item a.header-nav__item__link span.link-text,.footer-nav-mobile-wrapper .header-nav__item a.header-nav__item__link span.link-text{pointer-events:none;border-bottom:1px solid transparent}.header-nav__item--mobile-bar{padding:12px 12px;background-color:#f9f9f9;height:2.875rem;position:sticky;top:0;z-index:700}.header-nav--mobile a.header-nav__item__link.subnav-open,.footer-nav-mobile-wrapper a.header-nav__item__link.subnav-open{background-color:#fff;font-weight:400}.header-nav--mobile .header-nav__item__link,.footer-nav-mobile-wrapper .header-nav__item__link{width:auto}.header-nav__item--mobile-bar .header-nav__item__link{padding:0}.header-nav__subnav{width:100%;background-color:#f9f9f9}.header-nav__subnav-mobile-wrapper{min-height:320px}.header-nav__subnav-mobile-wrapper .header-nav__inner--mobile{border:none}.mobile-extra-menu__wrapper .header-nav__subnav-mobile-wrapper .header-nav__inner--mobile{border-top:1px solid #ebecee}.mobile-extra-menu__wrapper .header-nav__subnav-mobile-wrapper{min-height:0}.header-nav__subnav--mobile{display:none;overflow:hidden;background-color:#fff;padding-left:16px;padding-right:16px}.mobile-extra-menu__wrapper .header-nav__subnav--mobile{display:block;background-color:transparent}.header-nav__subnav--mobile.active{display:block}.header-nav__subnav--desktop{position:absolute;min-height:344px;top:100%;left:0;opacity:0;visibility:hidden;display:flex;justify-content:space-between;transition:opacity 400ms ease-in-out 0ms, visibility 1ms linear 400ms}.header-nav__item:hover .header-nav__subnav--desktop,.header-nav__item.is-active .header-nav__subnav--desktop{z-index:999;opacity:1;visibility:visible;transition:opacity 400ms ease-in-out 1ms, visibility 1ms linear}.header-nav__inner--desktop{display:flex;justify-content:space-between;padding:32px 0}.header-nav__inner--mobile{margin-top:12px;padding:0 0 32px 0}.mobile-extra-menu__wrapper .header-nav__inner--mobile{margin:0;padding:0 0 40px 0}@media (min-width: 1024px){.header-nav__inner--desktop.container{width:calc(100% - 64px)}}.header-nav--desktop .header-nav__subnav__items{display:flex}.header-nav--desktop .header-nav__subnav__items .header-nav__subnav__item{padding-right:48px}.header-nav--desktop .header-nav__subnav__items .header-nav__subnav__item:first-of-type{padding-right:32px;border-right:1px solid #ebecee}.header-nav--desktop .header-nav__subnav__items .header-nav__subnav__item:last-of-type{margin-left:0}.header-nav__subnav__items:empty{display:none}.header-nav__subnav__items:empty+.header-feature{margin-left:0}.header-nav--mobile .header-nav__subnav__item,.footer-nav-mobile-wrapper .header-nav__subnav__item{padding:20px 0;border-bottom:1px solid #ebecee}.mobile-extra-menu__wrapper .header-nav__subnav__item{padding:24px 0;border-bottom:1px solid #ebecee}.mobile-subnav-state-icon{width:12px;height:12px;display:none}.mobile-subnav-state-icon.closed{display:block}.header-nav--mobile .header-nav__subnav__item.open .mobile-subnav-state-icon.open,.footer-nav-mobile-wrapper .header-nav__subnav__item.open .mobile-subnav-state-icon.open{display:block}.header-nav--mobile .header-nav__subnav__item.open .mobile-subnav-state-icon.closed,.footer-nav-mobile-wrapper .header-nav__subnav__item.open .mobile-subnav-state-icon.closed{display:none}.header-nav--desktop .header-nav__subnav__item+.header-nav__subnav__item{margin-left:30px}.header-nav__subnav__item__title{margin-bottom:14px;padding-bottom:1px;display:inline-block;font-size:16px;line-height:20px;border-bottom:1px solid #000;cursor:pointer}.header-nav--mobile .header-nav__subnav__item__title,.footer-nav-mobile-wrapper .header-nav__subnav__item__title{margin:0;display:flex;justify-content:space-between;font-size:20px;padding:0;border:none;width:100%;position:relative}.mobile-extra-menu__wrapper .header-nav__subnav__item__title{font-size:16px}.header-nav__subnav-mobile-wrapper .header-nav__subnav__item__title::after{content:"";padding:17px;position:absolute;left:0;top:0;right:0;bottom:0}.header-nav--mobile .header-nav__subnav__item__title.header-nav__subnav__link,.footer-nav-mobile-wrapper .header-nav__subnav__item__title.header-nav__subnav__link{padding:20px 0 32px 0}.header-nav--mobile .header-nav__subnav__item__title.header-nav__subnav__link .subnav-direct-link,.footer-nav-mobile-wrapper .header-nav__subnav__item__title.header-nav__subnav__link .subnav-direct-link{width:auto;font-size:18px;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-underline-offset:0.3em;text-decoration-thickness:1px}.header-nav__subnav__item__links{display:block}.header-nav--mobile .header-nav__subnav__item__links,.footer-nav-mobile-wrapper .header-nav__subnav__item__links{overflow:hidden;max-height:0;transition:all 300ms ease;padding-top:0}.header-nav--mobile .header-nav__subnav__item__links.open,.footer-nav-mobile-wrapper .header-nav__subnav__item__links.open{max-height:100vh}.header-nav__links-column__wrapper{display:grid;grid-auto-flow:row;min-width:160px;grid-template-rows:repeat(7, auto)}.header-nav--mobile .header-nav__links-column__wrapper{display:block;grid-auto-flow:unset;grid-template-rows:none}.header-nav__links-column__wrapper.will-wrap{min-width:0;grid-auto-flow:column}.header-nav__links-column__wrapper.will-wrap .header-nav__subnav__item__link{margin-right:20px}.header-nav__links-column__wrapper.will-wrap .header-nav__subnav__item__link:nth-of-type(7) ~ .header-nav__subnav__item__link{margin-right:0}.header-nav__subnav__link{display:block}.header-nav--mobile .header-nav__subnav__link,.footer-nav-mobile-wrapper .header-nav__subnav__link{border-bottom:1px solid #ebecee;margin-bottom:0;padding:20px 0}.header-nav__links-column__wrapper .header-nav__subnav__item__link:first-of-type{padding-top:28px}@media screen and (min-width: 1024px){.header-nav__links-column__wrapper .header-nav__subnav__item__link:first-of-type{padding-top:12px}}.header-nav__subnav__item__link{display:block;padding:6px 0}.header-nav--mobile .header-nav__subnav__item__link,.footer-nav-mobile-wrapper .header-nav__subnav__item__link{font-size:16px;padding:8px 0}.header-nav__subnav__item__link:hover{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.mobile-languae-switcher{position:absolute;right:0.5rem;top:0.3rem}.mobile-languae-switcher a:nth-child(1){margin-right:10px !important}.mobile-languae-switcher a:nth-child(1)::after{content:'';position:absolute;background-color:#000;height:55%;width:1.5px;bottom:1px;right:32px}.mobile-languae-switcher a.current_lang{font-weight:400}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-search/header-search.scss */.header-search{position:fixed;top:48px;left:0}@media (min-width: 1024px){.header-search{top:52px;z-index:100}}.header-search-inner{height:100%}.header-search-form{background-color:#fff}.header-search-form--container{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}@media (min-width: 1024px){.header-search-form .container{width:calc(100% - 64px)}}.header-search__overlay{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.5)}.search-icon__inner{display:block;width:16px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%);stroke:#666}@media (min-width: 769px){.search-icon__inner{width:22px;height:22px}}.search-bar__results{background-color:#fff;border-top:1px solid #9AB09F;height:calc(100% - 52px);overflow-y:auto}@media (min-width: 415px){.search-bar__results{height:calc(100% - 58px)}}@media (min-width: 769px){.search-bar__results{height:calc(100% - 72px)}}.search-bar__results-container{max-width:1200px;margin-bottom:32px}.search-bar__results-grid{margin-left:-10px}@media (min-width: 769px){.search-bar__results-grid{margin-left:-20px}}.header-search__input{padding:17px 0 17px 30px}@media (min-width: 769px){.header-search__input{padding:24px 0 24px 42px}}.header-search__input::-moz-placeholder{color:#999}.header-search__input::placeholder{color:#999}.search-result__single{flex:0 0 calc(50% - 10px);margin-top:32px;margin-left:10px}@media (min-width: 769px){.search-result__single{flex:0 0 calc(25% - 20px);margin-left:20px}}.search-result__single .product-card__featured{padding-top:133.55%}.search-icon__close{top:0;right:0;color:#666;position:relative;height:18px;width:18px;box-sizing:content-box}.search-icon__close>svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.search-icon__close svg{width:16px}@media (max-width: 750px){.search-icon__close svg{width:14px}}.search-result__link{transition:opacity 0.5s ease-in-out}.search-result__link:focus{opacity:0.8}.search-result__single-title{margin:15px 0}.ns-autocomplete-products .product-card__featured{padding-top:133.55%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-search-icon/header-search-icon.scss */.header-search-icon__icon{margin-top:0;padding:0;display:block;height:22px !important;width:22px !important}.header-search-icon.disabled{cursor:not-allowed;opacity:0.5;pointer-events:none}.header-search-icon{transition:opacity 0.5s ease-in-out}.header-search-icon.isActive{opacity:0.5}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header-wishlist-icon/header-wishlist-icon.scss */.header-wishlist-icon{display:block;cursor:pointer;position:relative}.header-wishlist-icon__icon{display:block;position:relative;height:22px !important;width:22px !important}.header-wishlist-icon__icon svg{height:22px !important;width:22px !important}.header-wishlist-icon__count{width:20px;height:20px;position:absolute;top:2px;left:50%;transform:translateX(-50%);text-align:center;line-height:20px;font-size:10px}@media (min-width: 1024px){.header-wishlist-icon__count{top:3px;width:20px;height:20px;line-height:20px;font-size:11px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/nav/nav/_nav.scss */.nav{display:none}@media (min-width: 1024px){.nav{display:block}}.nav>ul{display:flex;flex-direction:row}.nav>ul>li{margin-right:40px}.nav>ul>li:last-child{margin-right:0}.nav>ul>li:hover>a::after{opacity:1}.nav>ul>li:hover>.nav__dropdown,.nav>ul>li.focus-within>.nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:transform ease 0.5s, opacity ease 0.5s, visibility ease 0.5s}.nav>ul>li:focus-within>.nav__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:transform ease 0.5s, opacity ease 0.5s, visibility ease 0.5s}.nav>ul>li>a{position:relative;color:#000}.nav>ul>li>a::before{content:"";position:absolute;top:100%;left:-10px;right:-10px;height:40px}.nav>ul>li>a::after{content:"";position:absolute;bottom:-8px;left:-10%;width:120%;height:6px;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/link-border.png?v=1237576");background-repeat:no-repeat;background-position:center;opacity:0}.nav>ul>li>.nav__dropdown{position:absolute;top:100%;left:-20px;right:-20px;display:flex;flex-flow:row wrap;justify-content:center;padding:40px 20px 0;transition:transform ease 1s, opacity ease 1s, visibility ease 1s;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-100%);z-index:-1}@media (min-width: 1024px){.nav>ul>li>.nav__dropdown{padding-left:40px;padding-right:40px}}.nav>ul>li>.nav__dropdown::after{content:"";position:absolute;top:0;bottom:0;left:20px;right:20px;background:#fff;box-shadow:0 6px 8px 0 rgba(0,0,0,0.35);z-index:-1}.nav>ul>li>.nav__dropdown>a{width:100%;padding:0 20px;text-transform:capitalize;margin-bottom:20px;letter-spacing:-0.03em}.nav>ul>li>.nav__dropdown>ul{flex:1 1;display:flex;flex-flow:row wrap;padding:0 20px}.nav>ul>li>.nav__dropdown>ul>li{flex:0 1 auto;min-width:200px;margin-bottom:30px}.nav>ul>li>.nav__dropdown>ul>li>a{display:block;margin-bottom:10px;color:#000;pointer-events:none;cursor:text}.nav>ul>li>.nav__dropdown>.dropdown-block{min-width:240px;padding:0 20px;margin-bottom:30px}.nav .nav__item--border{position:relative}.nav .nav__item--border::before{content:'';position:absolute;top:0;bottom:0;left:-25px;width:4px;background-color:#fff}.nav .nav__dropdown a{color:#000}.nav .nav__dropdown a:hover{color:#000;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.nav .nav__dropdown .nav__dropdown>ul{display:flex;letter-spacing:-0.03em}.nav .nav__dropdown .nav__dropdown li{min-width:180px;margin-right:20px;margin-bottom:10px}.nav .nav__dropdown .nav__dropdown li:last-child{margin-bottom:0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/pagefly-product-accordion/header-mobile-nav-accordion/header-mobile-nav-accordion.scss */.header-mobile-nav-accordion-wrapper .product-card-slider__title,.header-mobile-nav-accordion-wrapper .flickity-button{display:none}.header-mobile-nav-accordion-wrapper .product-card-slider{border-top:none;padding:0 0 48px;margin-top:0;margin-bottom:0}.header-mobile-nav-accordion-wrapper{position:relative}.product-card-slider{padding-bottom:0}.header-mobile-nav-accordion-wrapper button.slider-nav-button{display:none}.product-card-slider__item{padding:10px;width:50%;flex:none}@media (min-width: 769px){.product-card-slider__item{width:65%}}@media (min-width: 1024px){.product-card-slider__item{width:50%}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/notfound/notfound-section.scss */.notfound-section .page--error{padding:45px 0;min-height:460px}.notfound-section .page__head{margin-bottom:20px}.notfound-section .page__redirect{margin-top:20px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-factories/factories/factories.scss */html{scroll-behavior:smooth}.factories *{font-family:'CircularStd', sans-serif}@keyframes animate-width{0%{width:0}100%{visibility:visible}}@keyframes animate-height{0%{height:0}100%{visibility:visible}}.factories .factories-page-inner{width:100%;height:540px;position:relative;display:flex;justify-content:center;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50% 66%;background-attachment:scroll}@media (max-width: 768px){.factories .factories-page-inner{height:422px}}.factories .factories-title{font-size:90px;color:#fff}@media (max-width: 1024px){.factories .factories-title{font-size:70px;line-height:130%}}@media (max-width: 768px){.factories .factories-title{font-size:50px;line-height:65px;text-align:center}}.factories .partner-navigation{position:absolute;bottom:-43px;height:88px;width:85.56%;left:0;right:0;margin-left:auto;margin-right:auto;display:flex;align-items:stretch;justify-content:center;gap:4px;z-index:2;background-color:#ece4d5;border-radius:50px 50px;overflow:hidden}@media (max-width: 1200px){.factories .partner-navigation{width:96%}}@media (max-width: 1024px){.factories .partner-navigation{width:98%}}@media (max-width: 768px){.factories .partner-navigation{gap:0;border-radius:0;overflow-x:scroll;display:none}.factories .partner-navigation::-webkit-scrollbar{width:0;background:transparent}}.factories .partner-navigation .partner-btn{flex-basis:0;background:#fff;padding:24px;font-size:20px;border-style:none;flex-shrink:0;flex-grow:1;font-weight:400;text-align:center;display:flex;justify-content:center;align-items:center}@media (max-width: 1200px){.factories .partner-navigation .partner-btn{font-size:18px}}@media (max-width: 1024px){.factories .partner-navigation .partner-btn{font-size:15.5px}}@media (max-width: 768px){.factories .partner-navigation .partner-btn{font-size:13px;line-height:13px;padding:12px 20px}}.factories .map-container{position:relative;display:inline-block;width:100%;background-color:#ece4d5;margin:23px 0 0 48px}@media (min-width: 1700px){.factories .map-container{max-width:1700px;margin-top:-10px}}@media (max-width: 1440px){.factories .map-container{margin-top:40px}}@media (max-width: 1200px){.factories .map-container{margin-top:80px}}@media (max-width: 1024px){.factories .map-container{margin-top:135px}}@media (max-width: 826px){.factories .map-container{margin-top:165px}}@media (max-width: 768px){.factories .map-container{display:none}}.factories .map-container img{display:block;max-width:100%;width:100%;height:auto}.factories .map-marker{cursor:default;position:absolute;font-size:20px;z-index:2}@media (max-width: 768px){.factories .map-marker{display:none}}.factories .map-marker img{display:inline-block;width:initial;max-width:initial}.factories .map-marker span{position:relative}.factories #map-marker-one{top:26%;left:25%}@media (max-width: 1200px){.factories #map-marker-one{top:26%;left:24%}}@media (max-width: 1000px){.factories #map-marker-one{top:25%;left:24%}}@media (max-width: 900px){.factories #map-marker-one{top:22%;left:22%}}@media (min-width: 1900px){.factories #map-marker-one{top:27.5%;left:25%}}.factories #map-marker-one .marker-copy-flip{top:83px;left:-31px}.factories #map-marker-two{top:43%;left:61%}@media (max-width: 1200px){.factories #map-marker-two{top:41%;left:60%}}@media (max-width: 900px){.factories #map-marker-two{top:40%;left:59%}}@media (min-width: 1900px){.factories #map-marker-two{top:44%;left:61%}}.factories #map-marker-two .marker-copy{top:-65px;left:-26px}.factories #map-marker-three{top:42.5%;left:71%}@media (max-width: 1200px){.factories #map-marker-three{top:42%;left:70.5%}}@media (max-width: 900px){.factories #map-marker-three{top:40%;left:70%}}@media (min-width: 1900px){.factories #map-marker-three{top:44%;left:71%}}.factories #map-marker-three .marker-copy{top:-65px;left:-36px}.factories #map-marker-four{top:42.5%;left:77%}@media (max-width: 1200px){.factories #map-marker-four{top:42%;left:76%}}@media (max-width: 1000px){.factories #map-marker-four{top:40%;left:75.5%}}@media (max-width: 1000px){.factories #map-marker-four{top:39%;left:75%}}@media (min-width: 1900px){.factories #map-marker-four{top:44.5%}}.factories #map-marker-four .marker-copy{top:-65px;left:-32px}.factories .partner-body{position:absolute;top:107.5px;bottom:0;left:0;right:0;width:100%;display:flex;flex-direction:column;align-items:center;z-index:1;background:transparent}@media (max-width: 768px){.factories .partner-body{position:relative;top:auto;bottom:auto;left:auto;right:auto}}.factories .partner-map{display:flex;background-color:#ece4d5;padding-top:107.5px;flex-direction:column;align-items:center;background-repeat:no-repeat;background-position:60% 50%;position:relative;overflow:hidden;height:832px;width:100%}@media (max-width: 890px){.factories .partner-map{height:863px}}@media (max-width: 768px){.factories .partner-map{height:auto}}@media (min-width: 769px){.factories .partner-map{background-image:none !important}}@media (max-width: 768px){.factories .partner-map{padding:48px 20px 0;background-position:-60px 100px;background-size:125%}}@media (max-width: 414px){.factories .partner-map{padding:48px 20px 0;background-position:-137px 140px;background-size:205%}}.factories .partner-map .partner-map-title{font-size:60px;line-height:130%;margin-bottom:20px}@media (max-width: 768px){.factories .partner-map .partner-map-title{font-size:32px;line-height:42px;text-align:center}}.factories .partner-map .map-marker:hover .marker-copy-flip,.factories .partner-map .map-marker:hover .marker-copy{display:flex;flex-direction:column;background-color:#fff;padding:8px 24px;gap:4px}.factories .partner-map .marker-copy::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:0;border:43px solid transparent;border-top-color:#fff;border-bottom:0;margin:0 -43px -8px -43px;z-index:0}.factories .partner-map .marker-copy,.factories .partner-map .marker-copy-flip{position:absolute;display:none;box-shadow:0 6px 20px rgba(0,0,0,0.08);border-radius:8px;white-space:nowrap}.factories .partner-map .marker-copy span,.factories .partner-map .marker-copy-flip span{font-style:normal;font-weight:600;font-size:14px;line-height:18px;text-align:center;z-index:1}.factories .partner-map .marker-copy p,.factories .partner-map .marker-copy-flip p{font-style:normal;font-weight:450;font-size:13px;line-height:17px;text-align:center;z-index:1}.factories .partner-map .marker-copy-flip{top:9px;left:-32px}.factories .partner-map .marker-copy-flip::after{content:'';position:absolute;top:0;left:50%;width:0;height:0;border:43px solid transparent;border-bottom-color:#fff;border-top:0;margin-left:-43px;margin-top:-8px}.factories .partner-map .partner-map-paragraph{max-width:1014px;font-size:24px;line-height:130%;text-align:center;margin-bottom:247px;z-index:1}@media (max-width: 768px){.factories .partner-map .partner-map-paragraph{font-size:18px;line-height:23px;text-align:center;margin-bottom:42px}}.factories .partner-map .partner-map-buttons{display:flex;gap:24px;margin-bottom:64px;max-width:720px}@media (max-width: 768px){.factories .partner-map .partner-map-buttons{flex-direction:column;justify-content:center;gap:12px}}@media (max-width: 414px){.factories .partner-map .partner-map-buttons{width:100%}}.factories .partner-map .partner-map-btn{cursor:initial;display:flex;flex-grow:1;flex-basis:0;min-width:0;justify-content:center;align-items:center;gap:16px;padding:16px 48px;background:#fff;font-weight:550;font-size:18px;line-height:130%;box-shadow:0 6px 20px rgba(0,0,0,0.08);border-radius:12px;position:relative}@media (max-width: 768px){.factories .partner-map .partner-map-btn{font-size:18px;line-height:23px;justify-content:flex-start;padding:16px 20px}}@media (max-width: 768px){.factories .partner-map .partner-map-btn span:first-child{width:40px;display:flex;justify-content:center}}@media (max-width: 768px){.factories .partner-map .factories-partnermap{width:70%}}@media (max-width: 414px){.factories .partner-map .factories-partnermap{width:100%}}.factories .partner-map .lw{text-transform:lowercase}.factories .partner-map .map-btn-amount{font-weight:700;font-size:40px;line-height:100%}@media (max-width: 768px){.factories .partner-map .map-btn-amount{font-size:36px;line-height:36px;text-align:left}}.factories .partner-map .country-li{display:flex;align-items:center}.factories .partner-map .country-li span{margin:0 0 1px 8px}.factories .partner-map .country-li img{width:24px}.factories .partner-map .country-menu{display:none;flex-direction:column;width:100%;background-color:#fff;transition:height 5s}.factories .partner-map .country-menu.show-menu{display:flex}.factories .partner-map .country-menu li{display:flex;justify-content:space-between;font-weight:400;font-size:14px;line-height:130%;margin-top:17px}.factories .partner-map .grey{color:#666}.factories .partner-map .country-menu-icon{display:none}@media (max-width: 768px){.factories .partner-map .country-menu-icon{position:absolute;right:20px;display:flex;justify-content:center;align-items:center;height:100%}}.factories .partner-map .country-menu-btn{display:flex;align-items:center;width:100%;flex-direction:column;position:relative}@media (max-width: 768px){.factories .partner-map .country-menu-btn{cursor:pointer}}.factories .partner-map .country-btn-text{display:flex;justify-content:flex-start;align-items:center;width:100%;gap:16px}.factories .partner-map .country-menu-btn-subtext{display:flex;align-items:center;width:100%}@media (max-width: 768px){.factories .partner-map .country-menu-btn-subtext{padding-left:10px}}.factories .partner-map .country-menu-btn-subtext span{margin-right:16px}.factories .partner-map .partner-map-timeline .year-lg{font-size:40px}@media (max-width: 768px){.factories .partner-map .partner-map-timeline .year-lg{font-size:32px}}.factories .partner-map .partner-map-timeline{width:100%;display:flex;justify-content:space-between;align-items:center;max-width:1282px;margin-bottom:80px}@media (max-width: 768px){.factories .partner-map .partner-map-timeline{width:115%;overflow:hidden}}.factories .partner-map .line{width:100%;max-width:600px;height:3px;background:repeating-linear-gradient(to left, transparent 0, transparent 12px, black 12px, black 24px)}.factories .partner-map .line:first-of-type{margin-right:0}@media (max-width: 768px){.factories .partner-map .line{height:2px;background:repeating-linear-gradient(to left, transparent 0, transparent 8px, black 8px, black 20px)}}.factories .partner-map .partner-map-year{font-size:32px;font-weight:550}@media (max-width: 768px){.factories .partner-map .partner-map-year{font-size:24px}}.factories .partner-map .partner-map-year:first-of-type{margin-right:6px}.factories .partner-map .partner-map-year:nth-of-type(2){margin-right:10px;margin-left:2px}.factories .partner-map .partner-map-year:nth-of-type(3){margin-left:6px}.factories .partner-guidelines{scroll-margin-top:100px;width:100%;margin-top:85px;display:flex;align-items:center;flex-direction:column;align-content:stretch}@media (max-width: 768px){.factories .partner-guidelines{margin-top:64px;padding:0 20px}}.factories .partner-guidelines .guidelines-title{font-size:60px;line-height:130%;margin-bottom:58px}@media (max-width: 768px){.factories .partner-guidelines .guidelines-title{font-size:32px;line-height:42px;text-align:center;margin-bottom:40px}}.factories .partner-guidelines .partner-guidelines-top{max-width:1240px;width:100%;display:flex;gap:80px}@media (max-width: 768px){.factories .partner-guidelines .partner-guidelines-top{gap:40px;flex-direction:column}}.factories .partner-guidelines .partner-guidelines-top .guidelines-item{font-size:16px;line-height:21px}.factories .partner-guidelines .guidelines-subtitle{font-size:45px;line-height:54px;font-weight:400}@media (max-width: 768px){.factories .partner-guidelines .guidelines-subtitle{font-size:24px;line-height:31px;text-align:left;font-weight:400;width:100%}}.factories .partner-guidelines .guidelines-top-left{width:50%;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 768px){.factories .partner-guidelines .guidelines-top-left{width:100%}}.factories .partner-guidelines .guidelines-top-left .guidelines-subtitle{white-space:pre-wrap;max-width:92%}.factories .partner-guidelines .guidelines-top-left ul li::before{color:#3b7c41 !important}.factories .partner-guidelines .guidelines-top-left p{padding:33px 0 0 0;line-height:21px}@media (max-width: 768px){.factories .partner-guidelines .guidelines-top-left p{padding:24px 0 0 0}}.factories .partner-guidelines .guidelines-top-left a{padding:33px 0 0 0;color:#3b7c41;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;font-weight:400}@media (max-width: 768px){.factories .partner-guidelines .guidelines-top-left a{padding:24px 0 0 0}}.factories .partner-guidelines li{font-size:18px;padding:20px 0;border-bottom:1px solid #ece4d5}.factories .partner-guidelines li:last-child{border-bottom:1px solid transparent}@media (max-width: 768px){.factories .partner-guidelines li{padding:16px 0}}.factories .partner-guidelines ul li::before{content:"\2022";color:#3b7c41;font-weight:bold;display:inline-block;width:1em}.factories .partner-guidelines .list{width:50%}@media (max-width: 768px){.factories .partner-guidelines .list{width:100%}}.factories .partner-guidelines .list:nth-of-type(2) ul li::before{color:#cfa86b}.factories .partner-guidelines .guidelines-top-right{width:50%;display:flex;gap:32px}@media (max-width: 768px){.factories .partner-guidelines .guidelines-top-right{flex-direction:column;width:100%}}.factories .partner-guidelines .guidelines-top-right ul{padding-top:20px;margin-left:10px}.factories .partner-guidelines .list-title{font-size:25px;line-height:32px;display:flex;align-items:center}.factories .partner-guidelines .list-title img{margin-right:10px}.factories .partner-guidelines .partner-guidelines-bottom{margin:64px 0;max-width:1312px;width:100%;display:flex;justify-content:space-between;align-items:stretch;gap:64px}@media (max-width: 768px){.factories .partner-guidelines .partner-guidelines-bottom{width:100%;flex-direction:column;gap:20px;margin:20px 0 48px}}.factories .partner-guidelines .guidelines-item-bottom{background:#ece4d5;display:flex;flex-direction:column;align-items:center;width:100%;padding:48px;border-radius:12px}@media (max-width: 768px){.factories .partner-guidelines .guidelines-item-bottom{padding:24px}}.factories .partner-guidelines .conduct-info{margin-top:12px;font-weight:400;font-size:20px;line-height:130%;text-align:center;color:#3b7c41;max-width:320px}@media (max-width: 768px){.factories .partner-guidelines .conduct-info{font-size:16px}}.factories .partner-guidelines .conduct-title{font-weight:700;font-size:64px;text-align:center;color:#3b7c41}@media (max-width: 768px){.factories .partner-guidelines .conduct-title{font-size:36px}}.factories .certifications{margin-top:64px;display:flex;flex-direction:column;align-items:center;height:509px;background-repeat:no-repeat;background-size:cover;background-position:50% 98%;padding:0 100px}@media (max-width: 1024px){.factories .certifications{padding:0 40px}}@media (max-width: 768px){.factories .certifications{height:auto;padding:0 20px}}@media (max-width: 414px){.factories .certifications{background-position:67% 90%;background-size:1123px 750px}}.factories .certifications .certifications-title{margin-top:80px;font-size:35px;line-height:45px;text-align:center;color:#fff}@media (max-width: 768px){.factories .certifications .certifications-title{font-size:24px;line-height:31px;width:100%;max-width:300px;margin-top:48px}}.factories .certifications .audit-container{margin-top:64px;display:flex;width:100%;justify-content:space-between;gap:56px}@media (max-width: 768px){.factories .certifications .audit-container{gap:20px;margin:40px 0 64px 0;flex-wrap:wrap;justify-content:space-evenly}}@media (max-width: 600px){.factories .certifications .audit-container{flex-wrap:wrap}}@media (max-width: 414px){.factories .certifications .audit-container{gap:20px}}.factories .certifications .audit-item{height:240px;width:25%;background:rgba(255,255,255,0.8);border-radius:12px;display:flex;justify-content:center;align-items:center;padding:35px}@media (max-width: 1200px){.factories .certifications .audit-item{height:200px;padding:20px}}@media (max-width: 1024px){.factories .certifications .audit-item{height:180px;padding:20px}}@media (max-width: 768px){.factories .certifications .audit-item{width:46%;height:160px;padding:35px}}@media (max-width: 414px){.factories .certifications .audit-item{width:46%;padding:25px}}@media (max-width: 320px){.factories .certifications .audit-item{height:120px;padding:20px}}.factories .certifications .audit-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;max-width:250px}.factories .evaluation{padding-top:64px;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.factories .evaluation{padding:64px 17px 0}}.factories .evaluation .evaluation-title{font-size:60px}@media (max-width: 768px){.factories .evaluation .evaluation-title{font-weight:400;font-size:32px;line-height:42px;text-align:center}}.factories .evaluation .evaluation-paragraph{margin-top:15px;margin-bottom:45px;text-align:center;max-width:754px;width:100%;font-size:20px}@media (max-width: 768px){.factories .evaluation .evaluation-paragraph{font-size:16px;line-height:21px;padding:0 10.5px 0;margin-bottom:40px}}.factories .evaluation .q-graph-labels .label-rating{display:flex;align-items:center}@media (max-width: 768px){.factories .evaluation .q-graph-labels .label-rating{display:none}}.factories .evaluation .graph-labels-mobile{display:none}.factories .evaluation .graph-labels-mobile .label-divider{width:100%}.factories .evaluation .graph-labels-mobile .label-bullet{font-size:40px;position:absolute;top:-16px;left:0}.factories .evaluation .graph-labels-mobile .label-rating{display:flex;align-items:center;position:relative;width:100%}.factories .evaluation .graph-labels-mobile .label-rating-desc{margin:12px 0 24px 3px;font-size:14px}.factories .evaluation .graph-labels-mobile .rating{font-size:16px;line-height:21px;font-weight:700;margin-left:28px}@media (max-width: 768px){.factories .evaluation .graph-labels-mobile{display:flex;flex-direction:column;width:100%;align-items:flex-start;padding-left:30px}}.factories .evaluation .dark-green-col{color:#55b17a}.factories .evaluation .light-green-col{color:#c0d387}.factories .evaluation .light-orange-col{color:#ec8e00}.factories .evaluation .tomato-red-col{color:#f55656}.factories .meet-partners{margin:60px 0 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ede8df}@media (max-width: 768px){.factories .meet-partners{padding:0 16.5px 48px}}.factories .meet-partners .meet-title{font-weight:400;font-size:60px;line-height:78px;margin-top:72px}@media (max-width: 768px){.factories .meet-partners .meet-title{font-size:32px;line-height:40px;text-align:center}}.factories .meet-partners .panel-container{width:93%;max-width:1200px;margin:64px 0;gap:40px;display:flex;justify-content:space-between;align-content:stretch}@media (max-width: 768px){.factories .meet-partners .panel-container{gap:0;flex-direction:column;align-items:center;margin:40px 0 0 0}}.factories .meet-partners .panel-copy{font-size:20px;line-height:26px}@media (max-width: 768px){.factories .meet-partners .panel-copy{margin:24px 0;font-size:14px;line-height:18px}}.factories .meet-partners .panel-info-graphic{margin-bottom:40px;width:100%;border-radius:8px;color:#fff;background-color:#b6a995;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 24px;gap:12px}@media (max-width: 768px){.factories .meet-partners .panel-info-graphic{padding:12px;font-size:14px;line-height:18px;margin-bottom:0}}.factories .meet-partners .info-graphic{display:flex;width:100%;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #ddefef}@media (max-width: 768px){.factories .meet-partners .info-graphic{padding-bottom:8px}}.factories .meet-partners .info-graphic:last-child{padding-bottom:0;border-bottom:none !important}.factories .meet-partners .bold-info{font-weight:700}.factories .meet-partners .panel-text,.factories .meet-partners .panel-picture{width:50%;max-width:560px}@media (max-width: 768px){.factories .meet-partners .panel-text,.factories .meet-partners .panel-picture{width:100%}}@media (max-width: 768px){.factories .meet-partners .panel-picture{order:1}}.factories .meet-partners .panel-text{display:flex;flex-direction:column;justify-content:space-around;gap:8px}@media (max-width: 768px){.factories .meet-partners .panel-text{order:2}}.factories .meet-partners .image-container{overflow:hidden;position:relative;height:520px}@media (max-width: 768px){.factories .meet-partners .image-container{height:320px}}.factories .meet-partners .image-container img{width:100%;border-radius:8px;position:absolute;top:0;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;transform:translateX(-50%)}.factories .meet-partners .text-left{text-align:left !important}.factories .meet-partners .image-copy{margin-top:12px;font-size:14px;line-height:18px;text-align:right;color:#8a8274}@media (max-width: 768px){.factories .meet-partners .image-copy{display:none}}.factories .meet-partners .panel-title{margin-top:40px;font-weight:400;font-size:40px;line-height:52px}@media (max-width: 768px){.factories .meet-partners .panel-title{font-size:32px;line-height:42px;margin-top:32px}}.factories .partners-list{display:flex;padding:32px 32px;background-color:#f9f9f9;color:#000;align-items:center;justify-content:center}@media (max-width: 768px){.factories .partners-list{padding:32px 10px}}.factories .partners-list span{font-size:18px;line-height:1.3}.factories .partners-list a{text-decoration:underline;color:#326637}.factories .pitch-container{display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.factories .pitch-container{padding:0 20px}}.factories .pitch-container .pitch-copy{margin-top:120px;max-width:893px;width:100%;font-size:32px;line-height:41.6px;display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 768px){.factories .pitch-container .pitch-copy{font-size:22px;line-height:29px;margin-top:96px}}.factories .pitch-container img{margin:48px 0 120px 0;width:56px;height:auto}@media (max-width: 768px){.factories .pitch-container img{margin:48px 0 96px 0;width:40px}}.factories .bottom-nav{width:100%;background-color:#455f57;padding:32px 32px;display:flex;gap:32px;justify-content:space-between;flex-wrap:wrap}@media (max-width: 768px){.factories .bottom-nav{padding:10px 10px;gap:10px}}.factories .bottom-nav .nav-item{width:calc(50% - 16px);color:#fff;position:relative;overflow:hidden}@media (max-width: 768px){.factories .bottom-nav .nav-item{width:calc(50% - 5px)}}@media (max-width: 550px){.factories .bottom-nav .nav-item{width:100%}}.factories .bottom-nav .nav-item:hover img{filter:brightness(90%)}.factories .bottom-nav h4{font-weight:400;font-size:40px;line-height:52px}@media (max-width: 768px){.factories .bottom-nav h4{font-size:32px;line-height:42px}}.factories .bottom-nav span{border-bottom:1px solid #89a8a0;padding-bottom:2px;font-size:24px;font-weight:400;line-height:30px}@media (max-width: 768px){.factories .bottom-nav span{font-size:18px;line-height:23px}}.factories .bottom-nav .nav-item-copy{position:absolute;top:0;left:0;padding:48px;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}@media (max-width: 768px){.factories .bottom-nav .nav-item-copy{padding:32px}}.factories .bottom-nav .image-container{width:100%;height:400px;overflow:hidden;position:relative}@media (max-width: 768px){.factories .bottom-nav .image-container{height:240px}}.factories .bottom-nav .image-container img{width:100%;position:absolute;top:0;height:100%;left:50%;-o-object-fit:cover;object-fit:cover;transition:all 0.3s ease-in-out;transform:translateX(-50%);filter:brightness(70%)}.factories .grading-level{margin-top:20px;font-weight:400;font-size:18px}@media (max-width: 768px){.factories .grading-level{margin-top:50px;font-size:14px;width:100%;text-align:center;padding-left:40px}}.factories #bar-chart{height:400px;width:100%;max-width:1140px;position:relative;margin:50px auto 0;display:flex}@media (max-width: 1200px){.factories #bar-chart{width:90%}}@media (max-width: 768px){.factories #bar-chart{width:100%;padding-left:55px;height:266px}}.factories #bar-chart .left-label{width:3%;position:relative}.factories #bar-chart .left-label-copy{transform:rotate(-90deg);position:absolute;top:48%;left:-100px;white-space:nowrap}@media (max-width: 768px){.factories #bar-chart .left-label-copy{left:-115px}}.factories #bar-chart *{box-sizing:border-box}.factories #bar-chart .graph{width:95%;height:400px;position:relative}.factories #bar-chart .bars{height:400px;padding:0 2% 0 2%;position:absolute;width:100%;z-index:10}@media (max-width: 768px){.factories #bar-chart .bars{height:266px}}.factories #bar-chart .mobile-levels{display:none;white-space:nowrap;font-weight:400;font-size:14px;color:#666}@media (max-width: 768px){.factories #bar-chart .mobile-levels{display:inline;position:absolute;top:282px}}.factories #bar-chart .bar{visibility:hidden;height:0;animation:animate-height;animation-timing-function:cubic-bezier(0.35, 0.95, 0.67, 0.99);-webkit-animation-timing-function:cubic-bezier(0.35, 0.95, 0.67, 0.99);-moz-animation-timing-function:cubic-bezier(0.35, 0.95, 0.67, 0.99);animation-duration:.4s;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;box-shadow:1px 0 2px rgba(0,0,0,0.15);border-radius:4px;bottom:0;height:0;position:absolute;text-align:center;width:160px}@media (max-width: 1024px){.factories #bar-chart .bar{width:136px}}@media (max-width: 768px){.factories #bar-chart .bar{width:46px}}@media (max-width: 320px){.factories #bar-chart .bar{width:40px}}.factories #bar-chart .bar span{display:none}.factories #bar-chart .mobile-levels:nth-child(2){left:29%}@media (max-width: 375px){.factories #bar-chart .mobile-levels:nth-child(2){left:26.5%}}@media (max-width: 320px){.factories #bar-chart .mobile-levels:nth-child(2){left:25%}}.factories #bar-chart .bar:nth-child(2){left:28.5%}@media (max-width: 375px){.factories #bar-chart .bar:nth-child(2){left:26.5%}}@media (max-width: 320px){.factories #bar-chart .bar:nth-child(2){left:25%}}.factories #bar-chart .mobile-levels:nth-child(3){left:56.5%}@media (max-width: 375px){.factories #bar-chart .mobile-levels:nth-child(3){left:54%}}@media (max-width: 320px){.factories #bar-chart .mobile-levels:nth-child(3){left:51%}}.factories #bar-chart .bar:nth-child(3){left:57%}@media (max-width: 375px){.factories #bar-chart .bar:nth-child(3){left:54%}}@media (max-width: 320px){.factories #bar-chart .bar:nth-child(3){left:51%}}.factories #bar-chart .mobile-levels:nth-child(4){left:84%}@media (max-width: 375px){.factories #bar-chart .mobile-levels:nth-child(4){left:83%}}@media (max-width: 320px){.factories #bar-chart .mobile-levels:nth-child(4){left:79%}}.factories #bar-chart .bar:nth-child(4){left:85.5%}@media (max-width: 375px){.factories #bar-chart .bar:nth-child(4){left:83%}}@media (max-width: 320px){.factories #bar-chart .bar:nth-child(4){left:79%}}.factories #bar-chart ul{list-style:none;margin:0;padding:0}.factories #bar-chart .x-axis{bottom:0;position:absolute;text-align:center;width:100%}.factories #bar-chart .x-axis li{float:left;margin-right:10.5%;font-size:11px;width:11.5%}.factories #bar-chart .x-axis li:last-child{margin-right:0}.factories #bar-chart .y-axis{position:absolute;text-align:left;left:-5px;top:0;width:100%}.factories #bar-chart .y-axis span{position:absolute;left:-25px;top:-10px}.factories #bar-chart .y-axis li{border-top:1px solid #d7d7d7;display:block;height:40px;width:100%;position:relative;color:#666}@media (max-width: 768px){.factories #bar-chart .y-axis li{height:26.5px}}.factories #bar-chart .stat-one{background-color:#55b17a;height:25%}.factories #bar-chart .stat-two{background-color:#c0d387;height:90%}.factories #bar-chart .stat-three{background-color:#ec8e00;height:10%}.factories #bar-chart .stat-four{background-color:#f55656;height:1%}.factories .desktop-graph-labels{width:100%;max-width:1140px;display:flex;justify-content:space-between}@media (max-width: 1200px){.factories .desktop-graph-labels{width:90%}}@media (max-width: 768px){.factories .desktop-graph-labels{display:none}}.factories .label-filler{width:3%}.factories .q-graph-labels{display:flex;justify-content:space-between;width:100%;margin:20px 0 0 0;padding:0 30px 0 20px}@media (max-width: 1200px){.factories .q-graph-labels{padding:0 0 0 20px}}.factories .q-graph-labels .label-bullet{font-size:40px;margin:0 5px 0 0;padding:0}.factories .q-graph-labels .rating{font-size:16px;font-weight:600;line-height:130%;margin-top:6px}.factories .q-graph-labels .level{color:#666;margin-bottom:5px}.factories .q-graph-labels .label-divider{width:100%;max-width:160px;display:flex;flex-direction:column;align-items:center;text-align:center}.factories .q-graph-labels p{font-size:14px;line-height:18px;font-weight:400;margin-top:10px}@media (max-width: 768px){.factories .q-graph-labels{margin-left:78px;margin-top:0;width:81%}}.factories .bar-group{display:block;float:left;height:100%;position:relative;width:100%;margin-right:10%}.factories .bar-group:last-child{margin-right:0}.factories .bar-group .bar-1{animation-delay:.3s;-webkit-animation-delay:.3s}.factories .bar-group .bar-2{animation-delay:.4s;-webkit-animation-delay:.4s}.factories .bar-group .bar-3{animation-delay:.5s;-webkit-animation-delay:.5s}.factories .bar-group .bar-4{animation-delay:.6s;-webkit-animation-delay:.6s}.factories .bar-group .bar-5{animation-delay:.7s;-webkit-animation-delay:.7s}.factories .bar-group .bar-6{animation-delay:.8s;-webkit-animation-delay:.8s}.factories .bar-group .bar-7{animation-delay:.9s;-webkit-animation-delay:.9s}.factories .bar-group .bar-8{animation-delay:1s;-webkit-animation-delay:1s}.factories .bar-group .bar-9{animation-delay:1.1s;-webkit-animation-delay:1.1s}.factories .bar-group .bar-10{animation-delay:1.2s;-webkit-animation-delay:1.2s}.factories .bar-group .bar-11{animation-delay:1.3s;-webkit-animation-delay:1.3s}.factories .bar-group .bar-12{animation-delay:1.4s;-webkit-animation-delay:1.4s}.factories .bar-group .bar-13{animation-delay:1.5s;-webkit-animation-delay:1.5s}.factories .bar-group .bar-14{animation-delay:1.6s;-webkit-animation-delay:1.6s}.factories .bar-group .bar-15{animation-delay:1.7s;-webkit-animation-delay:1.7s}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-styleguide/styleguide/styleguide.scss */.s-guide{padding:50px 0}.s-guide__byline{margin-bottom:15px;display:flex}.s-guide__tag{white-space:nowrap;background-color:#b5c1be;padding:5px;margin-right:5px;margin-bottom:5px;border-radius:3px;max-height:calc(1em + 12px)}.s-guide__byline span:nth-child(2){padding-top:6px}.s-guide__hr{margin:45px 0}.s-guide__container{width:100%;padding-top:60%}.s-guide__colors{margin:-20px -20px 0 0}.s-guide__color{border:1px solid #eaeaea;padding:10px;width:200px;margin:20px 20px 0 0}.s-guide__color-block{padding-top:100%}.s-guide__btn-section{padding:20px 40px 40px}.s-guide__btn-block{margin:20px 20px 0 0}.s-guide__btn-section--white{border:1px solid #000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-wishlist/wishlist-products/wishlist-products.scss */@media (max-width: 768px){.wishlist-products .account-dashboard{padding:0}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-wishlist/wishlist-collection/wishlist-collection.scss */.wishlist-collection{position:relative;width:100%}.wishlist-collection .recommended-products__wrapper .product-card-slider{padding-top:32px !important}.wishlist-collection .collection__grid{margin-top:0 !important}.wishlist-collection .product-card-slider .container{margin:0 !important;width:100% !important}.wishlist-collection .product-card-slider{margin:0 !important;width:100% !important}.wishlist-container__wrapper{margin-top:0}.wishlist-loader{width:100%;background:#f9f9f9;height:560px;color:black;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 2900px){.wishlist-loader{height:1035px}}@media screen and (max-width: 2600px){.wishlist-loader{height:935px}}@media screen and (max-width: 2300px){.wishlist-loader{height:835px}}@media screen and (max-width: 2000px){.wishlist-loader{height:735px}}@media screen and (max-width: 1700px){.wishlist-loader{height:634px}}@media screen and (max-width: 1550px){.wishlist-loader{height:566px}}@media (max-width: 1440px){.wishlist-loader{height:543px}}@media (max-width: 1200px){.wishlist-loader{height:463px}}@media (max-width: 1024px){.wishlist-loader{height:486px}}@media (max-width: 768px){.wishlist-loader{height:795px}}@media (max-width: 430px){.wishlist-loader{height:495px}}@media (max-width: 414px){.wishlist-loader{height:479px}}.wishlist-loader p{font-size:20px}.wishlist-wrapper{display:flex;gap:10px;flex-wrap:wrap}.wishlist-collection__title{margin-bottom:32px}.wishlist-collection__subtitle{font-size:20px;font-family:'CircularStd', sans-serif;font-style:normal;font-weight:400;line-height:130%;text-align:center;margin-bottom:0}.login-btn{margin-top:12px !important}.wishlist-login-buttons{display:flex;justify-content:center;align-items:center;gap:24px;margin-bottom:32px}.wishlist-login-buttons button{width:220px;height:50px;font-family:'CircularStd', sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:18px}.wishlist-container{display:flex;gap:12px;flex-direction:column}.wishlist-collection__header{display:flex;width:100%;justify-content:space-between;align-items:baseline}.btn--share{border-radius:100px;border:2px solid #000;display:flex;align-items:center;padding:8px 16px;gap:8px;font-size:14px;line-height:14px;font-weight:400;font-family:'CircularStd', sans-serif;transition:all 0.3s}.btn--share:hover{box-shadow:4px 5px #ebecee}.btn--share:active{box-shadow:none}.wishlist-secondary{font-size:16px !important;margin-bottom:12px}.wishlist-sm-mg{margin-bottom:0}.btn--animate-arrow-right.sign-up-btn.mt0{margin-top:0 !important}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-loyalty/loyalty.scss */.loyalty-landing *{letter-spacing:-0.03em !important}.loyalty-breadcrumbs{padding:12px 10px}.loyalty-breadcrumbs .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.loyalty-breadcrumbs .loyalty-breadcrumbs__link{color:#000;font-size:14px}.loyalty-header .non-customer-wrapper{display:flex;padding:48px 32px;flex-direction:column;justify-content:center;align-items:center;gap:44px;align-self:stretch;background:#262821}@media (min-width: 769px){.loyalty-header .non-customer-wrapper{flex-direction:row;height:600px;gap:0;padding:0 88px 0 32px}}.loyalty-header .non-customer-wrapper .loyalty-landing-logo{width:100%;margin-right:40px}@media (min-width: 769px){.loyalty-header .non-customer-wrapper .loyalty-landing-logo{flex:1;width:60px;height:400px;margin-right:80px;margin-bottom:50px}}.loyalty-header .non-customer-wrapper .loyalty-landing-logo svg{width:100%;height:100%;display:block}.loyalty-header .non-customer-wrapper .landing-logo-en::before{background-image:url(https://cdn.shopify.com/s/files/1/0215/9253/9208/files/Layer_1_15.png?v=1720678220);background-size:contain;background-position:left center;background-repeat:no-repeat;display:block;height:153px;margin:auto 0 auto 0}@media (min-width: 769px){.loyalty-header .non-customer-wrapper .landing-logo-en::before{height:300px;width:100%;margin:auto;background-position:center}}.loyalty-header .non-customer-wrapper .landing-logo-fr::before{background-image:url(/cdn/shop/files/loyalty-logo-fr.png?v=1721919468);background-size:contain;background-position:left center;background-repeat:no-repeat;display:block;height:153px;margin:auto 0 auto 0}@media (min-width: 769px){.loyalty-header .non-customer-wrapper .landing-logo-fr::before{height:300px;width:100%;margin:auto;background-position:center}}.loyalty-header .non-customer-wrapper .content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:44px;align-self:stretch}@media (min-width: 769px){.loyalty-header .non-customer-wrapper .content-wrapper{flex:1;padding:0 32px;gap:56px;align-items:flex-start}}.loyalty-header .content-text{display:flex;flex-direction:column;align-items:center;gap:20px;align-self:stretch}@media (min-width: 769px){.loyalty-header .content-text{gap:24px;align-items:flex-start}}.loyalty-header .content-text .sub-string{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8px;font-family:"CircularStd", sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:14px;border-radius:8px;border:1.5px solid #D2E8C4;color:#D2E8C4;letter-spacing:-0.03em}.loyalty-header .content-text .description{color:#f3f4f2;text-align:center;font-family:"CircularStd", sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.loyalty-header .content-text .description{font-size:40px;text-align:start;width:100%}}.loyalty-header .content-text .description span{color:#D2E8C4}.loyalty-header .content-button{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}@media (min-width: 769px){.loyalty-header .content-button{flex-direction:row;justify-content:center;gap:32px}}.loyalty-header .content-button a{cursor:pointer}.loyalty-header .content-button .loyalty-button{display:flex;padding:16px 24px;justify-content:center;align-items:center;align-self:stretch;font-family:"CircularStd", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-0.03em}@media (min-width: 769px){.loyalty-header .content-button .loyalty-button{flex:1;font-size:24px;line-height:24px}}.loyalty-header .content-button .button-title{font-family:"CircularStd", sans-serif}.loyalty-header .content-button .signup{background-color:#D2E8C4;color:#262821;border:2px solid #D2E8C4;transition:all 0.3s}.loyalty-header .content-button .signup:hover{box-shadow:4px 5px 0 0 #b5c1be}.loyalty-header .content-button .login{border:2px solid #fff;color:#fff;transition:all 0.3s}.loyalty-header .content-button .login:hover{box-shadow:4px 5px 0 0 #b5c1be}.loyalty-landing .dashboard-hide{display:none}.loyalty-dashboard-header{display:flex;flex-direction:column;padding:24px 20px 64px 20px;background-color:#262821;gap:24px}@media (min-width: 769px){.loyalty-dashboard-header{padding:32px 100px 96px 100px;justify-content:space-between;gap:32px}}.loyalty-dashboard-header .header-bar{display:flex;justify-content:center}.loyalty-dashboard-header .greeting-wrapper{display:flex;justify-content:space-between;color:#D2E8C4;font-family:"CircularStd", sans-serif;font-size:22px;line-height:22px;letter-spacing:-0.03em;width:100%;max-width:635px}@media screen and (min-width: 1030px){.loyalty-dashboard-header .greeting-wrapper{max-width:965px}}@media screen and (min-width: 1364px){.loyalty-dashboard-header .greeting-wrapper{max-width:1300px}}.loyalty-dashboard-header .greeting-wrapper .greeting-text{display:flex;align-items:center;color:#D2E8C4;font-size:22px;line-height:22px;letter-spacing:-0.03em}.loyalty-dashboard-header .greeting-wrapper .greeting-text span{color:#F3F4F2}.loyalty-dashboard-header .info-wrapper{display:flex;justify-content:center}.dashboard-content-wrapper{display:flex;flex-direction:column;justify-content:center;gap:16px;width:100%}@media (min-width: 769px){.dashboard-content-wrapper{flex-direction:row;flex-wrap:nowrap !important;gap:32px;width:100%;max-width:635px}}@media screen and (min-width: 1030px){.dashboard-content-wrapper{max-width:965px}}@media screen and (min-width: 1364px){.dashboard-content-wrapper{max-width:1300px}}.dashboard-content-wrapper .content-wrapper{display:flex;flex-basis:50%;padding:40px 20px;flex-direction:column;align-items:center;gap:16px;align-self:stretch;border:2px solid #F3F4F2;justify-content:flex-end}@media (min-width: 769px){.dashboard-content-wrapper .content-wrapper{padding:48px}}.dashboard-content-wrapper .content-wrapper .loyalty-text-wrapper{display:flex;gap:32px}.dashboard-content-wrapper .content-wrapper .loyalty-text-wrapper .loyalty-text{color:#F3F4F2;font-size:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.dashboard-content-wrapper .content-point{gap:20px;position:relative;min-height:280px}@media (min-width: 769px){.dashboard-content-wrapper .content-point{gap:inherit;min-height:300px}}.dashboard-content-wrapper .point-wrapper{display:flex;flex-direction:column;gap:12px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.dashboard-content-wrapper .point-wrapper .loyalty-point{color:#D2E8C4;text-align:center;font-size:64px;font-style:normal;font-weight:700;line-height:64px;letter-spacing:-0.03em}@media (min-width: 769px){.dashboard-content-wrapper .point-wrapper .loyalty-point{font-size:88px;line-height:88px}}.dashboard-content-wrapper .point-wrapper .loyalty-point-text{color:#F3F4F2;text-align:center;font-size:40px;font-style:normal;line-height:40px;letter-spacing:-0.03em}.dashboard-content-wrapper .loyalty-redeem-text{color:#F3F4F2;font-size:18px;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-list{padding:unset}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-list .yotpo-vip-tiers-container,.loyalty-dashboard-progress-bar .yotpo-vip-tiers-list .yotpo-vip-tiers-headline{display:none !important}.yotpo-vip-tiers-widget .yotpo-is-mobile .yotpo-vip-tiers-list{padding:unset !important}.how-it-works{display:flex;padding:56px 32px 72px 32px;flex-direction:column;align-items:center;gap:56px;align-self:stretch;background-color:#f3f4f2}@media (min-width: 769px){.how-it-works{padding:88px 0 100px 0;align-content:center}}.how-it-works .how-title{color:#262821;text-align:center;font-family:"CircularStd", sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.how-it-works .how-title{font-size:56px}}.how-it-works .how-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:44px;align-self:stretch}@media (min-width: 769px){.how-it-works .how-content-wrapper{flex-direction:row;align-self:center;justify-content:space-between;width:95%}}@media (min-width: 1201px){.how-it-works .how-content-wrapper{gap:132px;width:unset}}.how-it-works .how-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}@media (min-width: 769px){.how-it-works .how-content{width:288px}}.how-it-works .how-content-title{color:#262821;font-family:"CircularStd", sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-0.03em}@media (min-width: 769px){.how-it-works .how-content-title{font-size:28px}}.how-it-works .how-content-text{color:#262821;font-family:"CircularStd", sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}.earn-points{display:flex;padding:88px 20px 72px 20px;flex-direction:column;align-items:center;gap:56px;align-self:stretch;position:relative}@media (min-width: 769px){.earn-points{padding:88px 32px 88px 32px;align-content:center}}.earn-points .section-title{color:#262821;text-align:center;font-family:"CircularStd", sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.earn-points .section-title{font-size:56px}}.earn-points .section-content-wrapper{display:flex;height:230px;padding:28px;flex-direction:column;justify-content:center;align-items:center;gap:28px;align-self:stretch;border:2px solid #262821}@media (max-width: 768px){.earn-points .section-content-wrapper{margin:0 10px}}@media (min-width: 769px){.earn-points .section-content-wrapper{width:100%;max-width:635px;padding:56px;align-self:center}}@media screen and (min-width: 1030px){.earn-points .section-content-wrapper{max-width:965px}}@media screen and (min-width: 1364px){.earn-points .section-content-wrapper{max-width:1300px}}.earn-points .section-content-title{display:flex;padding:14px 42px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:#d2e8c4;color:#262821;text-align:center;font-family:"CircularStd", sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.earn-points .section-content-title{padding:18px 48px;width:400px;align-self:center;font-size:32px}}.earn-points p{color:#262821;text-align:center;font-family:"CircularStd", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-0.03em}@media (min-width: 769px){.earn-points p{font-size:26px;line-height:26px}}.earn-points .section-logo{position:absolute;left:151px;bottom:37px}@media (min-width: 769px){.earn-points .section-logo{left:30em;bottom:100em}}.yotpo-widget-campaign-widget .yotpo-is-mobile .yotpo-container-headline{margin-bottom:56px !important}.earn-points-not-logged-in-en::before{content:"";background-image:url(/cdn/shop/files/loyalty-stamp-deep-green-en.png?v=1724204203);background-size:contain;background-position:left;background-repeat:no-repeat;display:block;width:88px;height:88px;position:absolute;top:-50px}@media (min-width: 769px){.earn-points-not-logged-in-en::before{width:148px;height:148px;top:-50px;left:80px}}.earn-points-not-logged-in-fr::before{content:"";background-image:url(/cdn/shop/files/loyalty-stamp-deep-green-fr.png?v=1724204203);background-size:contain;background-position:left;background-repeat:no-repeat;display:block;width:88px;height:88px;position:absolute;top:-50px}@media (min-width: 769px){.earn-points-not-logged-in-fr::before{width:148px;height:148px;top:-50px;left:80px}}.earn-points-logged-in-en::before{content:"";background-image:url(/cdn/shop/files/loyalty-stamp-mid-green-en.png?v=1724204203);background-size:contain;background-position:left;background-repeat:no-repeat;display:block;width:88px;height:88px;position:absolute;top:-50px}@media (min-width: 769px){.earn-points-logged-in-en::before{width:148px;height:148px;top:-50px;left:80px}}.earn-points-logged-in-fr::before{content:"";background-image:url(/cdn/shop/files/loyalty-stamp-mid-green-fr.png?v=1724204203);background-size:contain;background-position:left;background-repeat:no-repeat;display:block;width:88px;height:88px;position:absolute;top:-50px}@media (min-width: 769px){.earn-points-logged-in-fr::before{width:148px;height:148px;top:-50px;left:80px}}@media screen{.yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container.yotpo-is-mobile{padding:88px 0 56px 0 !important}}.loyalty-signup{display:flex;padding:96px 32px;flex-direction:column;align-items:center;gap:48px;align-self:stretch;background:#262821}@media (min-width: 769px){.loyalty-signup{padding:100px 32px}}.loyalty-signup .content-wrapper{display:flex;flex-direction:column;align-items:center;gap:40px;align-self:stretch}.loyalty-signup .content-logo{width:280px;height:142px}@media (min-width: 769px){.loyalty-signup .content-logo{width:400px;height:203px}}.loyalty-signup .content-logo svg{width:100%;height:100%;display:block}.loyalty-signup .content-text{color:#fff;text-align:center;font-family:"CircularStd", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;letter-spacing:-0.03em}@media (min-width: 769px){.loyalty-signup .content-text{font-size:24px;letter-spacing:-0.48px}}.loyalty-signup a{width:100%;display:flex;justify-content:center}.loyalty-signup .button{display:flex;padding:16px 24px;justify-content:center;align-items:center;align-self:stretch;background:#D2E8C4;color:#262821;font-family:"CircularStd", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px;border:2px solid #D2E8C4;transition:all 0.3s;width:100%;letter-spacing:-0.03em}@media (min-width: 769px){.loyalty-signup .button{padding:20px 32px;width:256px;height:56px;align-items:center;align-self:center;font-size:24px;line-height:24px}}.loyalty-signup .button:hover{box-shadow:4px 5px 0 0 #b5c1be}.loyalty-perks .yotpo-vip-tiers-grid-header-blank,.loyalty-perks .yotpo-vip-tiers-grid-benefit-name,.loyalty-perks .yotpo-vip-tiers-grid-header,.loyalty-perks .yotpo-vip-tiers-grid-benefit-status{border-bottom:2px solid #262821 !important}@media (min-width: 769px){.loyalty-perks .yotpo-vip-tiers-widget .yotpo-vip-tiers-list,.loyalty-perks .yotpo-vip-tiers-widget .yotpo-vip-tiers-grid-container{max-width:unset !important;padding:0 80px !important}}.loyalty-perks .yotpo-vip-tiers-headline{margin-bottom:26px !important}@media (max-width: 768px){.loyalty-perks .yotpo-vip-tiers-widget .yotpo-is-mobile.yotpo-vip-tiers-list{padding:56px 32px 0 32px !important}}@media (max-width: 768px){.loyalty-perks .yotpo-vip-tiers-widget .yotpo-is-mobile .yotpo-vip-tiers-grid-container{margin-left:0 !important;margin-right:0 !important}}.loyalty-perks .yotpo-vip-tiers-widget .yotpo-vip-tiers-list{padding:88px 0 !important}.yotpo-coupons-redemption-widget .yotpo-points-balance{display:none !important}.yotpo-coupons-redemption-widget .swiper-container{padding-bottom:32px !important}.yotpo-swiper-wrapper .swiper-container .swiper-pagination{bottom:0 !important}.yotpo-coupons-redemption-widget .yotpo-is-mobile .yotpo-points-balance{display:none !important}.yotpo-coupons-redemption-widget .yotpo-redemption-option-grid{gap:20px !important}@media (max-width: 768px){.yotpo-coupons-redemption-widget .yotpo-redemption-option-grid{display:flex !important;flex-direction:column !important;gap:20px !important}}.yotpo-redemption-option .yotpo-redemption-option-details .yotpo-redemption-option-reward{font-family:"CircularStd", sans-serif !important;font-weight:500 !important}.yotpo-coupons-redemption-widget .yotpo-widgets-action-button.yotpo-medium-button{height:48px !important;border-radius:3px !important}@media (max-width: 768px){.yotpo-coupons-redemption-widget .yotpo-redemption-options-mobile-list{width:100% !important}}@media (max-width: 768px){.yotpo-coupons-redemption-widget .yotpo-redemption-options-mobile-list .yotpo-swiper-wrapper{width:100% !important;max-width:unset !important;padding:unset !important}}@media (max-width: 768px){.yotpo-coupons-redemption-widget .yotpo-redemption-option-container.yotpo-redemption-no-background.yotpo-is-mobile{width:100% !important;max-width:unset !important}}@media (max-width: 768px){.yotpo-coupons-redemption-widget .yotpo-redemption-option-container.yotpo-is-mobile{bottom:0 !important}}.yotpo-coupons-redemption-widget .yotpo-is-mobile .yotpo-content-container{margin-bottom:44px !important}@media (max-width: 768px){.yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container{padding:0 0 !important}}@media (min-width: 769px){.yotpo-widget-campaign-widget .yotpo-container-headline{margin-bottom:56px !important}}@media (min-width: 769px){.yotpo-widget-campaign-widget .yotpo-widget-campaign-widget-container{padding:18px 0 0 0 !important}}.yotpo-widget-campaign-widget .yotpo-completed-icon{display:none !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-progress-bar-wrapper{display:flex !important;flex-direction:column !important;padding:0 0 0 0 !important;background-color:transparent !important;width:100% !important;margin:0 0 0 0 !important;border-radius:unset !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-widget .yotpo-vip-tiers-progress-bar-wrapper.yotpo-mobile{flex-direction:column !important}@media (min-width: 769px){.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget{width:100% !important}}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-background .yotpo-vip-tiers-list .yotpo-vip-tiers-progress-bar-wrapper{width:100% !important}@media (min-width: 769px){.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-background .yotpo-vip-tiers-list .yotpo-vip-tiers-progress-bar-wrapper{width:100% !important}}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-progress-bar-summary{text-align:center;margin-top:0}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-progress-bar-tier-status{display:none !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-current{margin-bottom:12px !important;text-align:center !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-current span{font-size:24px !important;line-height:1.3 !important;font-weight:400 !important;color:#f3f4f2 !important;text-align:center !important;letter-spacing:-0.03em !important}@media (min-width: 769px){.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-current span{font-size:32px !important}}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-current .yotpo-templated-variable{color:#D2E8C4 !important;font-weight:400 !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-next{margin-bottom:12px;text-align:center !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-summary-next span{font-weight:400 !important;color:#f3f4f2 !important;font-size:16px !important;line-height:1.3 !important;letter-spacing:-0.03em !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-progress-bar-summary-next .yotpo-templated-variable{font-weight:700 !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-progress-bar-tier-status{display:none !important}.loyalty-dashboard-progress-bar .yotpo-progress-bar-container{margin-bottom:0 !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-progress-bar-outer{background-color:#262821 !important;border:2px solid #fff !important;height:12px !important;border-radius:100px !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-vip-tiers-widget .yotpo-progress-bar-inner{background-color:#307255 !important;border-radius:100px}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-progress-bar-inner{background-color:#f3f4f2 !important}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-progress-bar-indicator{width:12px;background-color:#f3f4f2 !important;border-radius:100px;border:unset !important}.loyalty-dashboard-progress-bar .yotpo-progress-bar-top div{color:#f3f4f2 !important;font-size:14px !important;line-height:1 !important;font-weight:400 !important;letter-spacing:-0.03em !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier .yotpo-progress-bar-bottom div{font-weight:400 !important;font-size:14px !important;letter-spacing:-0.03em !important;line-height:1 !important}.loyalty-dashboard-progress-bar .yotpo-progress-bar-bottom .yotpo-progress-bar-bottom-left{color:#f3f4f2 !important}.loyalty-dashboard-progress-bar .loy-acct-dash-tier a{color:#1f4a37;-webkit-text-decoration-color:#1f4a37;text-decoration-color:#1f4a37}.loyalty-dashboard-progress-bar .loy-acct-dash-tier a:first-child{margin-right:32px}.loyalty-dashboard-progress-bar .yotpo-vip-tiers-widget .yotpo-vip-tiers-list .yotpo-vip-tiers-progress-bar-wrapper{flex-direction:column !important;background-color:#262821 !important;padding:0 !important;gap:32px !important}.yotpo-vip-tiers-widget .yotpo-background .yotpo-vip-tiers-list{padding:0 !important}.yotpo-widget-referral-widget .yotpo-button-style{transition:all 0.3s}.yotpo-widget-referral-widget .yotpo-button-style:hover{box-shadow:4px 5px 0 0 #b5c1be}.yotpo-widget-referral-widget .yotpo-email-view .yotpo-header-text{max-width:150px !important}.yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-title-text{font-size:34px !important;font-weight:400 !important;line-height:1 !important;letter-spacing:-0.03em !important}.yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-description-text{font-size:18px !important;font-weight:400 !important;line-height:1.3 !important;letter-spacing:-0.03em !important}.yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-widget-button-text{font-size:20px !important;font-weight:400 !important;line-height:1 !important;letter-spacing:-0.03em !important}.yotpo-widget-my-rewards-widget .yotpo-loyalty-popup-overlay{background-color:rgba(0,0,0,0.5) !important}.yotpo-widget-my-rewards-widget .yotpo-rewards-history-wrapper .yotpo-rewards-history{background-color:#262821 !important}.yotpo-widget-my-rewards-widget .yotpo-rewards-history-wrapper .yotpo-inner-text{font-family:"CircularStd", sans-serif !important;color:#f3f4f2 !important}.yotpo-widget-my-rewards-widget .yotpo-rewards-history-wrapper .yotpo-grid-row-headers .yotpo-inner-text{font-family:"CircularStd", sans-serif !important;color:#f3f4f2 !important}.yotpo-widget-my-rewards-widget .yotpo-rewards-history-wrapper .yotpo-grid-row .yotpo-inner-text{font-family:"CircularStd", sans-serif !important;color:#262821 !important}.yotpo-widget-my-rewards-widget .yotpo-row-display.yotpo-border-style.border-style-rectangular{background-color:#D2E8C4 !important;border-color:#D2E8C4 !important}@media (max-width: 768px){.yotpo-widget-referral-widget .yotpo-email-view.yotpo-is-mobile .yotpo-referral-widget-form{gap:48px !important;margin-top:48px !important}}.yotpo-widget-referral-widget .yotpo-button-style:hover{opacity:1 !important}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/page-loyalty/loyalty-faq/loyalty-accordion.scss */.loyalty-faq-wrapper{display:flex;flex-direction:column;padding:56px 20px;background-color:#E9E5DE;gap:40px}@media (min-width: 769px){.loyalty-faq-wrapper{padding:88px 80px;gap:56px}}.loyalty-faq-wrapper .accordion--loyalty{border-bottom:2px solid #262821}.loyalty-faq-wrapper .faq__title{color:#262821;font-family:"CircularStd", sans-serif;font-size:36px;font-style:normal;font-weight:400;line-height:1.3}@media (min-width: 769px){.loyalty-faq-wrapper .faq__title{font-size:56px}}.loyalty-faq-wrapper .accordion--title{padding:26px 0;color:#262821;font-family:"CircularStd", sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:18px}.loyalty-faq-wrapper .accordion__body__content a{-webkit-text-decoration-line:underline;text-decoration-line:underline}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-swatches/product-swatches.scss */.product-swatches__title{font-size:14px;line-height:1.3;display:inline-block;margin-top:24px}.product-swatches__colors{scrollbar-color:#666 #d7d7d7;scrollbar-width:thin;opacity:1;border:1px solid transparent;margin:19px 3px 13px -23px;padding-top:1px;transition:opacity .2s ease-in-out;text-align:left}.product-swatches__colors::-webkit-scrollbar{-webkit-appearance:none}.product-swatches__colors::-webkit-scrollbar:vertical{width:2px}@media (min-width: 769px){.product-swatches__colors::-webkit-scrollbar:vertical{width:4px}}.product-swatches__colors::-webkit-scrollbar:horizontal{height:2px}@media (min-width: 769px){.product-swatches__colors::-webkit-scrollbar:horizontal{height:4px}}.product-swatches__colors::-webkit-scrollbar-thumb{opacity:0.5;border:none;border-radius:0;background-color:#bfbfbf}.product-swatches__colors::-webkit-scrollbar-track{border-radius:0;background-color:#f9f9f9}@media (min-width: 769px){.product-swatches__colors{display:flex;flex-wrap:wrap;padding-bottom:0;margin-bottom:8px}}.product-swatches__colors.center-aligned{justify-content:center}.product-swatches__colors__single{margin-left:26px;margin-bottom:7px;width:22px;height:22px;cursor:pointer;position:relative;vertical-align:top;display:inline-block;background:center center no-repeat;background-size:cover;border-radius:50%;background-color:#89a8a0;box-shadow:none !important}.product-swatches__colors__single:last-child{margin-right:0}.product-swatches__colors__single.crossed::before{content:' ';top:50%;left:-10px;height:3px;width:60px;position:absolute;pointer-events:none;transform:translateY(-50%) rotate(-45deg)}.product-swatches__colors__single:hover::after{content:' ';top:-3px;left:-3px;width:16px;height:16px;position:absolute;border:1px solid #bfbfbf;border-radius:50%}.product-swatches__colors__single.active{pointer-events:none;overflow:visible}.product-swatches__colors__single.active::after{content:' ';top:-3px;left:-3px;width:26px;height:26px;position:absolute;border:1px solid #000;border-radius:50%}.product-swatches__colors__single span{display:none}.product-swatches__colors__single span.visible{display:block}@media (min-width: 769px){.product-swatches__colors__single{margin-bottom:10px}}.product-swatches__colors.disabled{opacity:0.5;pointer-events:none}.recommended-products__wrapper .flickity-button{display:none}.recommended-products__wrapper button.slider-nav-button{top:calc(50% + 40px);height:34px;width:34px;background-color:white;border-radius:50%;padding:6px;display:none;position:absolute;box-shadow:0 4px 12px rgba(0,0,0,0.04);justify-content:center;align-items:center}.recommended-products__wrapper button.slider-nav-button .slider-arrow{position:absolute;left:25%;right:25%;top:33.75%;bottom:33.75%;background-image:url("//ca.frankandoak.com/cdn/shop/t/544/assets/slider-right.png?v=126265316529372646371729188314");background-size:contain;background-position:center;background-repeat:no-repeat}.recommended-products__wrapper .flickity-viewport{overflow:visible}@media (min-width: 769px){.recommended-products__wrapper .flickity-viewport{overflow:visible}}.recommended-products__wrapper .product-card-slider{padding:40px 0 0 0;margin-bottom:0;width:calc(100% - 20px)}@media screen and (max-width: 768px){.recommended-products__wrapper .product-card-slider{overflow:visible !important}}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider{padding:64px 0 0 0;width:calc(100% - 64px);margin-right:auto}}.recommended-products__wrapper .product-card-slider__title{font-size:22px;margin-bottom:27px;margin-left:0;padding-right:10px}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__title{font-size:32px;margin-bottom:58px;padding-right:32px}}.recommended-products__wrapper .product-card-slider__items{margin-left:-2px;margin-right:0;width:calc(100% + 2px)}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__items{margin-left:-4px;width:calc(100% + 8px)}}.recommended-products__wrapper .product-card-slider__item{padding:0 2px 14px;width:64%;flex:none}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__item{padding:0 4px 14px;width:33.33%}}@media (min-width: 1024px){.recommended-products__wrapper .product-card-slider__item{width:25%}}.recommended-products__wrapper .product-card-slider__item .product-card__details{width:100%}.recommended-products__wrapper .product-card-slider__item .product-card__details__title{width:100%;display:block}.recommended-products__wrapper button.slider-nav-button.show{display:none}@media (min-width: 769px){.recommended-products__wrapper button.slider-nav-button.show{display:flex}}.recommended-products__wrapper button.slider-nav-button.previous{left:10px}@media (min-width: 769px){.recommended-products__wrapper button.slider-nav-button.previous{left:16px}}.recommended-products__wrapper button.slider-nav-button.next{right:10px}@media (min-width: 769px){.recommended-products__wrapper button.slider-nav-button.next{right:16px}}.recommended-products__wrapper button.slider-nav-button.previous .slider-arrow{transform:rotate(180deg)}.recommended-products__wrapper .product-card__colour_container{min-height:16px}.recommended-products__wrapper .carousel-container{overflow:hidden}@media (max-width: 768px){.recommended-products__wrapper .carousel-container{overflow:hidden}}.shopify-section .recommended-products__wrapper.gift-card-pdp .product-card-slider{border:0;margin-bottom:32px}@media (min-width: 769px){.shopify-section .recommended-products__wrapper.gift-card-pdp .product-card-slider{margin-bottom:64px}}.nosto-recommended-products__wrapper{min-height:600px}@media (min-width: 769px){.nosto-recommended-products__wrapper{min-height:650px}}@media (min-width: 1024px){.nosto-recommended-products__wrapper{min-height:700px}}.nosto-recommended-products__wrapper.no-min-height{min-height:auto}@media screen and (max-width: 768px){.template--product.template--product #shopify-section-product .recommended-products__wrapper .product-card-slider,.shopify-section.product-carousel-section.shopify-section.product-carousel-section .gender-carousel .recommended-products__wrapper .product-card-slider{overflow:visible !important}}.collection{min-height:100vh;display:grid;grid-template-columns:16.25rem 1fr;grid-template-areas:"sidebar callout" "sidebar products"}@media screen and (max-width: 768px){.collection{display:block}}@media (min-width: 769px){.collection.container{width:calc(100% - 64px)}}.collection__breadcrumbs{max-width:100%;grid-area:breadcrumbs / breadcrumbs / breadcrumbs / breadcrumbs;margin-right:calc(32px + 4px + 4px);padding-bottom:32px}@media (min-width: 769px){.collection__breadcrumbs.border_bottom{border-bottom:1px solid #ebecee}}.collection__breadcrumbs__link:hover,.collection__breadcrumbs__link:focus{text-decoration:none}.collection-breadcrumbs-mobile{margin:0 -10px;background:#f9f9f9}.collection-breadcrumbs-mobile .collection__breadcrumbs{display:flex;align-items:flex-start;color:#000;padding:12px 10px 12px 6px;margin:0}.collection-breadcrumbs-mobile .collection__breadcrumbs__link{margin:0 4px}.collection-breadcrumbs-mobile .collection__breadcrumbs__link:hover,.collection-breadcrumbs-mobile .collection__breadcrumbs__link:focus{text-decoration:none}@media (min-width: 769px){.collection-breadcrumbs-mobile{display:none}}.collection__fyf-wrapper{max-width:100%;grid-area:1 / 1 / callout / callout}@media (min-width: 769px){.collection__fyf-wrapper{padding-top:32px;grid-area:callout / callout / callout / callout}}.collection__fyf-wrapper .fyf__carousel .flickity-button{display:flex;width:40px;height:40px;align-items:center;background:#fff}.collection__fyf-wrapper .fyf__carousel .flickity-button .flickity-button-icon{width:20px;height:13px;position:absolute;top:45%;left:50%;transform:translate(-50%, -50%)}.collection__fyf-wrapper .fyf__carousel .flickity-button.next{margin-right:16px}.collection__fyf-wrapper .fyf__carousel .flickity-button.previous{margin-left:16px}.collection__fyf-wrapper .fyf__carousel .flickity-button.previous .flickity-button-icon{top:54%}.collection__fyf-wrapper .fyf__carousel .flickity-button:focus{box-shadow:none}.collection__grid-wrap{max-width:100%;grid-area:products / products / products / products;padding-top:20px;min-height:100vh}.template--collection .collection__grid-wrap{grid-area:products / products / products / products}.collection__top-bar{position:relative;background:#fff;padding-bottom:20px;z-index:301;border-bottom:1px solid #ebecee}@media (min-width: 769px){.collection__top-bar{padding-bottom:10px;min-height:53px}}@media screen and (max-width: 768px){.collection__top-bar{align-items:center}}@media (max-width: 768px){.collection__top-bar .collection__top-left{display:flex;flex-direction:column-reverse;width:100%}}@media (max-width: 768px){.collection__top-bar .collection__top-left .collection-active-filters-title{display:none}}@media (max-width: 768px){.collection-active-filters-title{font-size:12px;line-height:1}}@media (max-width: 768px){.collection__top-right{position:absolute;top:0;right:0}}@media (min-width: 769px){.collection__top-right{margin:4px 0 10px}}.collection-view-triggers{font-size:12px}.collection-view-trigger{color:#bfbfbf}.collection-view-trigger svg{display:block;width:20px;height:20px}.collection-view-trigger ~ .collection-view-trigger{margin-left:12px}.collection-view-trigger.active{color:#000}.collection-view-trigger:focus{outline:0 !important;box-shadow:none}@media (min-width: 769px){.collection-view-trigger svg{width:24px;height:24px}}@media screen and (max-width: 768px){.collection-filters__toggle{font-size:15px}}.collection-subcollection{border-top:1px solid #e2e9e7;display:grid;grid-template-columns:1fr 120px;grid-auto-rows:auto;grid-template-areas:"title backtotop" "description description" "products products"}.collection-subcollection:first-child{border-top:none}.collection-subcollection--empty{display:none}.collection__grid{display:flex;flex-wrap:wrap;grid-column:1 / span 2;width:calc(100% + 16px);margin-left:-8px;margin-top:16px;margin-bottom:4px}@media (min-width: 769px){.collection__grid{margin-top:24px;margin-bottom:12px}}@media (min-width: 1024px){.collection__grid{width:calc(100% + 8px);margin-left:-4px}}.collection__grid-item,.collection__grid__product__placeholder{padding-bottom:14px;width:calc(50% - 4px);margin:0 2px 20px;transition:0.2s all}@media (min-width: 769px){.collection__grid-item,.collection__grid__product__placeholder{width:calc(50% - 8px);margin:0 4px 20px}}@media (min-width: 1024px){.collection__grid-item,.collection__grid__product__placeholder{width:calc(33.32% - 8px)}}@media (min-width: 1201px){.collection__grid-item,.collection__grid__product__placeholder{width:calc(25% - 8px)}}.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{padding-bottom:30px;width:calc(100% - 4px);margin:0 2px}@media (min-width: 769px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{padding-bottom:26px;width:calc(100% - 8px);margin:0 4px}}@media (min-width: 1024px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{width:calc(50% - 8px);margin:0 4px}}@media (min-width: 1201px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{width:calc(33.33% - 8px)}}.collection__grid__placeholder{display:flex;flex-wrap:wrap}.collection__grid__product__placeholder{height:300px;margin-bottom:30px}@media (min-width: 1201px){.collection__grid__product__placeholder{height:500px}}.collection__no_result{margin:24px 0 0;font-size:20px;line-height:26px;color:#666}.mobile-filter-trigger{font-family:'CircularStd', sans-serif;order:1}.mobile-filter-trigger .icon{margin-right:8px;width:16px}.mobile-filter-trigger .count{color:#8a9f8f;margin-left:4px}@media (min-width: 769px){.mobile-filter-trigger{display:none}}.collection__load-more-button{padding:16px 28px;font-size:16px;line-height:16px;font-weight:400;display:flex;justify-content:center;align-items:center;border:2px solid #000;width:220px;height:46px;color:#000;font-family:'CircularStd', sans-serif;margin:auto;margin-bottom:32px;transition:0.3s all ease;letter-spacing:-0.03em}.collection__load-more-button:hover{box-shadow:4px 5px 0 #b5c1be}.collection__remaining-text{font-size:14px;line-height:14px;color:#666;font-weight:400;text-align:center;margin-bottom:16px}.collection-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;background:rgba(255,255,255,0.5)}.collection__seo-section{border-top:1px solid #e2e9e7;padding:40px 0;margin:0 10px}@media (min-width: 769px){.collection__seo-section{padding:64px 0;margin:0 32px}}.collection__seo-section .collection__seo-wrapper h2{font-size:20px;line-height:1.3;margin:0 0 32px 0;font-family:'CircularStd', sans-serif;letter-spacing:-0.6px}.collection__seo-section .collection__seo-wrapper h4{font-size:16px;line-height:1.3;padding:12px 0 12px 0;font-family:'CircularStd', sans-serif;letter-spacing:-0.48px}.collection__seo-section .collection__seo-wrapper a{-webkit-text-decoration-line:underline;text-decoration-line:underline}.collection__seo-section .collection__seo-wrapper p{font-size:14px;line-height:1.3;font-family:'CircularStd', sans-serif;margin:0 0 12px 0;letter-spacing:-0.42px}

