/*! 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;
}

:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{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:#ebf0ef !important}.primary-gray-lt{color:#ebf0ef !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,.shipping-returns h4,.p1--tier-3,.p1--tier-4,.notfound-section .page__content,.notfound-section .page__redirect,.dropdown-content a,.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,.collection-filters__category button,.wysiwyg__container,.header-cart__header__close{font-family:'CircularStd', sans-serif;font-weight:normal;line-height:1.2}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,.shipping-returns h4,.p1--tier-3{font-size:18px;line-height:1.3em}.p1--tier-4{font-size:16px;line-height:1.2em}.notfound-section .page__content,.notfound-section .page__redirect,.dropdown-content a,.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}.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,.collection-hero .collection__breadcrumbs__link{display:inline-block}.relative,.checkbox-container,.csf-group-title .arrow,.arrow{position:relative}.absolute,.checkbox-container span{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,.checkbox-container,.loader{display:flex}.fw{flex-wrap:wrap}.ais{align-items:flex-start}.aie{align-items:flex-end}.aic,.checkbox-container,.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{padding-left:30px;min-height:18px}.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 span{left:0;width:18px;height:18px;background-color:#ebf0ef;border:1px solid  #8A9F8F;cursor:pointer}.checkbox-container span::after{content:"";position:absolute;left:5px;top:0px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);display:none}.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}@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:#F4F8F7}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:#EBF0EF;margin-right:1px}body .kiwi-sizing-modal .ks-unit-toggle-label{font-weight:500 !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:500 !important;vertical-align:bottom !important}body .kiwi-sizing-modal .ks-table tr:first-of-type .ks-table-cell.ks-table-header-cell{background-color:#EBF0EF !important}body .kiwi-sizing-modal .ks-table tr:nth-of-type(2n+1){background:#f4f8f7 !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:#89A8A0;text-decoration-color:#89A8A0;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:500}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}}.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:#89a8a0 !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:#89a8a0 !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:#89a8a0 !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}/*! 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 .product-card__colour_container{min-height:20px}.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:22px;line-height:22px;font-weight:400;margin-bottom:12px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__title{font-size:32px;line-height:32px;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:20.8px;color:#000;margin-bottom:24px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 1024px){.gender-carousel .gender-carousel__description{font-size:20px;line-height:26px;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:500;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}@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 #89a8a0}.gender-carousel .product-card-slider__items{margin-top:0;margin-left:-10px}.gender-carousel .recommended-products__wrapper .product-card-slider{padding-top:0;margin-top:0}@media screen and (max-width: 768px){.gender-carousel .recommended-products__wrapper .product-card-slider{overflow:hidden !important}}.gender-carousel .recommended-products__wrapper .product-card-slider__item{padding-top:0;padding-bottom:14px}@media screen and (min-width: 1024px){.gender-carousel .recommended-products__wrapper .product-card-slider__item{width:25%}}.gender-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:-10px}@media screen and (min-width: 768px){.gender-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:-16px;width:calc(100% + 32px)}}@media screen and (max-width: 768px){.gender-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:-5px}}.gender-carousel .recommended-products__wrapper .product-card-slider__item .product-card__details__title{margin:16px 0 12px 0 !important;font-size:14px;line-height:1.3}.gender-carousel .product-card__details .product-card__details__title-full{min-height:auto}@media screen and (min-width: 1024px){.gender-carousel .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}.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}/*! 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/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/product/product.scss */.pdp-value-add-wrap{display:flex;flex-direction:row;width:calc(100% - 40px);justify-content:space-between;margin-top:20px;margin-bottom:16px}.value-add{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-basis:calc(33% - 12px)}.value-add img{flex-basis:24px;height:auto}.value-add span{font-size:12px !important;line-height:12px !important;color:#000000;margin-left:8px}@media screen and (max-width: 768px){.pdp-value-add-wrap{width:100%}.value-add{flex-direction:column !important;justify-content:center}.value-add img{margin-bottom:8px}.value-add span{margin-left:0px}}.YAK-highlight-wrap{display:flex;flex-direction:column;padding:14px;gap:12px;background-color:#F4F8F7;margin-bottom:20px}.YAK-highlight{display:flex;flex-direction:row;align-items:center}.YAK-highlight img{width:24px;height:auto}.YAK-highlight span{font-size:12px;line-height:1.3;color:#446C62;padding-left:12px}.product{align-items:flex-start;flex-wrap:wrap;min-height:100vh}.product.container{width:auto;margin:auto;padding:0}@media (min-width: 769px){.product.container{margin:0 16px 0 10px}}@media (min-width: 1024px){.product.container{padding:0;margin:0 32px 0 10px}}.instafeed-placeholder{padding-bottom:40px}.product__reviews__wrapper{margin-top:84px;padding:64px 32px;background-color:#f4f8f7}@media (max-width: 768px){.product__reviews__wrapper{padding:32px 10px}}.product__reviews{padding-top:0;border-top:none;position:relative}.product__reviews__title{width:100%;left:0;font-size:32px;line-height:32px}@media (max-width: 768px){.product__reviews__title{font-size:22px;line-height:22px}}body .yotpo.yotpo-main-widget{padding-top:0}@media (max-width: 768px){body .yotpo.yotpo-main-widget{margin-top:4px}}body .yotpo .avg-score{font-size:32px !important;line-height:32px !important;font-weight:500}@media (max-width: 768px){body .yotpo .avg-score{padding-bottom:0 !important;font-size:24px !important;line-height:25px !important}}body .yotpo .reviews-qa-label{font-size:18px !important;line-height:18px !important}@media (max-width: 768px){body .yotpo .reviews-qa-label{font-size:18px !important}}body .yotpo .yotpo-nav-content .yotpo-reviews-header{padding-top:16px;padding-bottom:24px;border:none}body .yotpo .yotpo-pager{margin-top:32px;margin-bottom:0}@media (max-width: 768px){body .yotpo .yotpo-pager{margin-top:20px}}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow{margin-top:0}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow.yotpo-disabled::before,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow.yotpo-disabled::after,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow.yotpo-disabled::before,body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow.yotpo-disabled::after{background-color:#b5c1be}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{height:2px}body .yotpo .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::after{margin-top:6px}body .yotpo .yotpo-pager .yotpo-page-element{font-weight:400 !important;font-size:20px !important;line-height:20px !important}@media (max-width: 768px){body .yotpo .yotpo-pager .yotpo-page-element{font-size:16px !important}}body .yotpo .yotpo-dropdown-button span{font-size:16px !important;line-height:20px !important}@media (max-width: 768px){body .yotpo .yotpo-dropdown-button span{font-size:14px !important;line-height:14px !important}}body .yotpo .yotpo-dropdown-button span.yotpo-icon{font-size:20px !important}body .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar{background-color:#d3e0dd;width:23.2px;height:6px}body .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full{background-color:#89a8a0}body .yotpo .yotpo-rating-bars .yotpo-product-related-field-score-divider{width:4px}body .yotpo .y-label.yotpo-user-title{line-height:16px}body .yotpo .product-related-fields-item-title,body .yotpo .product-related-fields-item,body .yotpo .product-related-fields-item-value{height:auto;font-size:14px !important;line-height:18px !important}body .yotpo .yotpo-bottomline .product-related-fields-item{overflow:visible}@media (max-width: 768px){body .yotpo .yotpo-bottomline .product-related-fields-item{margin-bottom:20px}}@media (max-width: 768px){body .yotpo .yotpo-bottomline .yotpo-icon-star,body .yotpo .yotpo-bottomline .yotpo-icon-half-star{font-size:17.5px !important}}body .yotpo .yotpo-bottomline .product-related-fields-item-title,body .yotpo .yotpo-bottomline .product-related-fields-item,body .yotpo .yotpo-bottomline .product-related-fields-item-value{font-size:18px !important;line-height:18px !important}body .yotpo .product-related-fields-item-value{margin-left:12px !important}body .yotpo .bottom-line-items{margin-bottom:24px !important}@media (max-width: 768px){body .yotpo .bottom-line-items .yotpo-filter-stars{margin-left:12px !important;margin-right:20px !important}}body .yotpo .yotpo-main .content-title{font-size:18px !important;line-height:23px !important}@media (max-width: 768px){body .yotpo .yotpo-main .content-title{font-size:16px !important;line-height:21px !important}}body .yotpo .yotpo-main .content-review{font-size:14px;line-height:18px;margin-bottom:24px !important}body .yotpo .yotpo-review{border-bottom:1px solid #e2e9e7}body .yotpo .yotpo-review .yotpo-header .yotpo-user-name{margin-right:12px}body .yotpo .yotpo-review .yotpo-main .yotpo-product-related-fields{margin-bottom:12px !important}body .yotpo .yotpo-review .product-related-fields-item{margin-bottom:12px}body .yotpo .yotpo-review .product-related-fields-column+.product-related-fields-column .product-related-fields-item-title{margin-right:0}body .yotpo .yotpo-review .yotpo-helpful .label-helpful{color:#666;font-size:14px;line-height:18px;margin-right:4px}body .yotpo .yotpo-review .yotpo-helpful .vote-btn{margin-left:14px !important}body .yotpo .yotpo-review .yotpo-helpful .yotpo-sum{color:#666;font-size:14px;line-height:14px}@media (max-width: 768px){body .yotpo .yotpo-review .yotpo-helpful .yotpo-sum{line-height:18px}}body .yotpo .yotpo-reviews{max-width:none !important;border-top:1px solid #e2e9e7}body .yotpo .yotpo-reviews .yotpo-product-related-field-score-bar{margin-top:7px;width:20.8px !important;height:4px !important}.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout{font-size:18px !important;line-height:18px !important}.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column:not(:first-child){margin-right:48px !important}.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout .yotpo-product-related-field-score-divider{width:6px}.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-item{margin-bottom:16px !important}.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout .yotpo-reviews-header{padding:16px 0 24px 0}@media screen and (min-width: 1024px){.bottom-line-items-container .aggregated-product-related-fields .product-related-fields-desktop-layout{display:flex !important;justify-content:center !important;flex-direction:row-reverse !important}}/*! 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:#89a8a0}/*! 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:#ebf0ef;padding:25px}span.live-chat-trigger{text-decoration:underline;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:500;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}.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}.account-form .perk-container-copy{text-align:center;font-size:14px}.account-form .signup-link{padding:0 !important}.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:#f4f8f7}@media screen and (max-width: 768px){.account-form .registration-form{max-width:100% !important;padding:20px}}.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:500;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 #b5c1be}.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:4px 0 4px 0;font-weight:450}@media (max-width: 768px){.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}@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:500;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}}.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:500;line-height:130%}@media (max-width: 768px){.modal-wishlist__login{font-size:16px}}.modal-subtitle{margin-top:10px;font-size:16px;line-height:16px}.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:4px 0 4px 0;font-weight:450}@media (max-width: 768px){.perk-container p:nth-child(3){font-size:12px}}.signup-link{padding:0 !important}.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:20px 20px 32px 20px;background-color:#f4f8f7}@media screen and (max-width: 768px){.registration-form{padding:20px}}.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:500}.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 #b5c1be}.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}.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}/*! 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/collection/collection/collection.scss */.YAK-highlight-wrap-PLP{display:flex;flex-direction:column;gap:20px;margin-top:20px;max-width:680px}.YAK-highlight-PLP{display:flex;flex-direction:row;align-items:center}.YAK-highlight-PLP img{width:32px;height:auto}.YAK-highlight-PLP span{font-size:16px;line-height:1.3;color:#ffffff;padding-left:16px}@media screen and (max-width: 1024px){.YAK-highlight-wrap-PLP{gap:12px;margin-top:12px;max-width:100%}.YAK-highlight-PLP img{width:24px;height:auto}.YAK-highlight-PLP span{font-size:12px;padding-left:16px}}@media screen and (max-width: 480px){.collection-yak{padding-top:60% !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 #d6d6d6}}.collection__breadcrumbs__link:hover,.collection__breadcrumbs__link:focus{text-decoration:none}.collection-breadcrumbs-mobile{margin:0 -10px;background:#f4f8f7}.collection-breadcrumbs-mobile .collection__breadcrumbs{display:flex;align-items:flex-start;color:#89a8a0;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 #e2e9e7}@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:#b8cbc6}.collection-view-trigger svg{display:block;width:20px;height:20px}.collection-view-trigger ~ .collection-view-trigger{margin-left:12px}.collection-view-trigger.active{color:#89a8a0}.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% + 10px);margin-left:-5px;margin-top:16px}@media (min-width: 769px){.collection__grid{margin-top:24px}}@media (min-width: 1024px){.collection__grid{width:calc(100% + 20px);margin-left:-10px}}.collection__grid-item,.collection__grid__product__placeholder{padding-bottom:30px;width:calc(50% - 10px);margin:0 5px;transition:0.2s all}@media (min-width: 376px){.collection__grid-item,.collection__grid__product__placeholder{padding-bottom:50px}}@media (min-width: 1024px){.collection__grid-item,.collection__grid__product__placeholder{width:calc(33.32% - 20px);margin:0 10px}}@media (min-width: 1201px){.collection__grid-item,.collection__grid__product__placeholder{width:calc(25% - 20px)}}.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{padding-bottom:30px;width:calc(100% - 10px);margin:0 5px}@media (min-width: 376px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{padding-bottom:50px}}@media (min-width: 1024px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{width:calc(50% - 20px);margin:0 10px}}@media (min-width: 1201px){.collection__grid__mod__wide .collection__grid-item,.collection__grid__mod__wide .collection__grid__product__placeholder{width:calc(33.32% - 20px)}}.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:500;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}.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-top:20px;margin:20px auto}@media (min-width: 769px){.collection__seo-section{padding-top:32px;margin:32px auto}}.collection__seo-section .collection__seo-wrapper{background-color:#f4f8f7;padding:20px}@media (min-width: 769px){.collection__seo-section .collection__seo-wrapper{padding:32px}}.collection__seo-section .collection__seo-wrapper h1{font-size:14px;line-height:14px;margin:0 0 12px 0;font-family:'CircularStd', sans-serif}.collection__seo-section .collection__seo-wrapper p{font-size:12px;line-height:1.4;font-family:'CircularStd', sans-serif;margin:0 0 12px 0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-active-filters/collection-active-filters.scss */.collection-active-filter{margin-right:8px;margin-bottom:8px;padding:8px 10px;background:#ebf0ef;border-radius:4px;font-size:13px;line-height:16px}@media (max-width: 768px){.collection-active-filter{min-height:32px;font-size:12px;line-height:1;margin-bottom:0;margin-right:0;display:flex;align-items:center}}.collection-active-filter .close{margin-left:10px;width:10px;height:10px}.collection-active-filter .close::before,.collection-active-filter .close::after{content:'';display:block;position:absolute;top:5px;width:10px;height:1px;background:#8a9f8f}.collection-active-filter .close::before{transform:rotate(-45deg)}.collection-active-filter .close::after{transform:rotate(45deg)}.collection-active-filter .color{width:16px;height:16px;background:#fff;border-radius:50%;margin-right:8px}.collection-active-filter .color::before{content:'';display:block;width:10px;height:10px;background:currentColor;margin-top:3px;margin-left:3px;border-radius:50%}@media (min-width: 769px){.collection-active-filter{margin-right:10px;margin-bottom:10px}}.collection-active-reset{background:#fff;border:2px solid #ebf0ef;padding:6px 8px}@media (max-width: 768px){.collection-active-reset{font-size:12px}}.collection-active-filters-head{padding-bottom:16px}@media (min-width: 769px){.collection-active-filters-head{display:none}}@media (max-width: 768px){.collection-active-filters-inner{gap:8px}}@media (max-width: 768px){.cfm-content .collection-active-filters-inner{margin-bottom:24.5px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-breadcrumbs/collection-breadcrumbs.scss */.collection__breadcrumbs__link{padding-bottom:2px;border-bottom:1px solid #89a8a0}.collection__breadcrumbs__title{font-size:20px;font-weight:normal;margin-top:10px}.collection-breadcrumbs-mobile .collection__breadcrumbs__title{font-size:14px;line-height:18px;margin:0 4px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-content-card/collection-content-card.scss */.collection-content-tile__container{display:block;padding-bottom:133%}.collection-content-tile__text{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:8px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-filters/collection-filters.scss */.filters-wrapper.has-subcollections.filters-active{padding-bottom:10px}@media (min-width: 1024px){.filters-wrapper.has-subcollections.filters-active{padding-bottom:25px}}.collection__top_bar_body{padding-bottom:0}.collection-filters__toggle{padding:0 8px}.collection-filters__toggle::after{content:'';width:14px;height:8px;display:inline-block;margin:0 3px 2px;transform:rotate(-90deg);background-size:contain;background-repeat:no-repeat;background-image:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-chevron-down.svg?v=36409399081713249051684431657")}.collection-filters__toggle.filter-active::after{transform:none}.collection-filters__toggle:hover,.collection-filters__toggle:focus{box-shadow:none}.collection-filters__toggle-count{margin-right:1px}.collection-filters__overlay{position:absolute;z-index:301;background-color:#ebf0ef;width:100%;width:355px;max-width:calc(100vw - 20px);padding:10px;top:calc(100% + 10px);right:0}.collection-filters__overlay-listitem:not(:last-of-type)>.collection-filters__overlay__sublist{margin-bottom:15px}.collection-filters__overlay-listitem:last-of-type{margin-top:15px;border-top:1px solid #bfbfbf}.collection-filter__option{margin:4px;padding:10px;text-transform:capitalize}.collection-filters__category-sizes .collection-filter__option{padding-top:6px;padding-bottom:6px}.collection-filter__option--isActive{background-color:#fff}.collection-filter__option:hover,.collection-filter__option:focus{box-shadow:none}.collection-filter__reset{padding:2px 10px;margin:10px 4px 0}.collection-filter__reset:hover,.collection-filter__reset:focus{box-shadow:none}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-filters-mobile/collection-filters-mobile.scss */.collection-filters-mobile{position:fixed;top:0;left:0;height:100%;z-index:1000;opacity:0;visibility:hidden;transition:0.2s all}.collection-filters-mobile.active{opacity:1;visibility:visible}.collection-filters-mobile.active .cfm-inner{transform:translateX(0)}.collection-filters-mobile .csf-group:first-of-type{border-top:1px solid #d6d6d6}.cfm-bg{top:0;left:0;height:100%;background:rgba(0,0,0,0.6)}.cfm-inner{background:#fff;position:relative;height:100%;max-width:320px;width:100%;transition:0.2s all;transform:translateX(-100px)}.cfm-header{padding:12px 10px;background:#f4f8f7}.cfm-content{height:calc(100% - 110px);padding:24px 10px 0;overflow:auto}.cfm-action{background:#f4f8f7;padding:10px}.cfm-action .btn{width:100%;background:#fff;max-width:100%;min-width:auto;border:2px solid #000}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-filters-sidebar/collection-filters-sidebar.scss */.csf-group{border-bottom:1px solid #d6d6d6}.csf-group.active .csf-group-title span::after{display:none}.csf-group.active .csf-group-content{max-height:700px;padding:8px 0}.csf-group-title{padding:16px 0;font-size:16px;font-weight:normal;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.csf-group-title .count{color:#8a9f8f;margin-left:4px}.csf-group-title .arrow{width:11px;height:11px}.csf-group-title .arrow::before,.csf-group-title .arrow::after{content:"";display:block;width:11px;height:1px;top:5px;background-color:currentColor;position:absolute}.csf-group-title .arrow::after{width:1px;height:11px;top:0;left:5px}.csf-group-content{padding:0;max-height:0;overflow:hidden;transition:0.2s all}.csf-group-item{margin-bottom:16px}.csfg-group{margin-bottom:24px}.csfg-group-inner{margin:-4px}.csfg-item-size{width:25%;padding:4px}.csfg-item-size-option{margin:0;border:2px solid #ebf0ef;border-radius:4px;padding:6px 4px;font-family:'CircularStd', sans-serif;font-size:14px;line-height:1}.csfg-item-size-option:hover{background:#ebf0ef}.csfg-item-size-option.active{background:#89a8a0;border-color:#89a8a0;color:#fff}.csfg-item-size-option:focus{outline:0;box-shadow:none}.csfg-color-inner{margin-bottom:10px;cursor:pointer}.csfg-color-inner .color{width:28px;height:28px;border:1px solid transparent;border-radius:50%;display:block}.csfg-color-inner .color::before{content:'';display:block;width:22px;height:22px;margin-top:2px;margin-left:2px;background:currentColor;border-radius:50%}.csfg-color-inner.active .color{border-color:#89a8a0}.csfg-color-inner label{font-size:14px;line-height:1;margin-left:10px;cursor:pointer}.csf-group-more{font-size:12px;line-height:16px;padding-right:16px;margin-bottom:10px}.csf-group-more::before,.csf-group-more::after{content:"";display:block;width:9px;height:1px;top:7px;background-color:#89a8a0;transition:0.2s all;position:absolute;right:0}.csf-group-more::after{width:1px;height:9px;top:3px;right:4px}.csf-group-more.more::after{transform:rotate(90deg)}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-fyf/collection-fyf.scss */.fyf{padding-bottom:14px;border-bottom:1px solid #000}.fyf-header{flex-direction:column}@media (min-width: 1024px){.fyf-header{flex-direction:row;justify-content:space-between;align-items:center}}.fyf-model-select__title{margin:15px 0}@media (min-width: 1024px){.fyf-model-select__title{margin:0}}@media screen and (max-width: 768px){.fyf-model-select__title{font-size:18px}}.fyf-model-select{border:1px solid #89a8a0;width:100%}@media (min-width: 415px){.fyf-model-select{width:auto;min-width:370px}}.fyf-model-select__toggle{width:100%;padding:12px}.fyf-model-select__toggle .fyf-model-select_cta-text::after{content:'';width:10px;height:6px;display:inline-block;margin:0 0 2px 8px;background-size:contain;background-repeat:no-repeat;background-image:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-chevron-down.svg?v=36409399081713249051684431657")}.fyf-model-select__toggle.active .fyf-model-select_cta-text::after{transform:rotate(180deg)}.fyf-model-select__current-model{padding-right:32px}@media (min-width: 769px){.fyf-model-select__current-model{padding-right:60px}}.fyf-model__single.selected{display:none}.fyf-model-options__list{position:absolute;top:100%;width:calc(100% + 2px);background-color:white;border:1px solid #89a8a0;border-top:0;left:-1px}.fyf-model__option{padding:12px;width:100%;text-align:left}.fyf-model__option:hover{background-color:#f4f8f7}.fyf-fits{width:calc(100% + 10px);margin-top:20px;margin-left:-5px}@media screen and (max-width: 768px){.fyf-fits{margin-top:16px}}.fyf-image-container{padding-top:133%}.fyf__carousel{width:100%}.fyf__carousel .flickity-button{background-color:transparent;color:#000}.fyf__carousel .flickity-button:disabled{display:none}@media (min-width: 1024px){.fyf__carousel.arrowless-desktop .flickity-button{display:none}}@media (min-width: 769px){.fyf__carousel.arrowless-tablet .flickity-button{display:none}}.fyf__carousel__single{list-style:none;width:50%;padding:0 10px}@media (min-width: 1024px){.fyf__carousel__single{width:33.33%}}@media (min-width: 1201px){.fyf__carousel__single{width:25%}}@media screen and (max-width: 768px){.fyf__carousel__single{padding:0 5px}}.fyf__image{max-width:100%}.fyf__image:not(.active-model){display:none}.fyf-fit__title{margin:16px 0 8px}.fyf-fit__description{margin-bottom:16px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-hero/collection-hero.scss */.collection-hero{grid-area:callout / callout / callout / callout;padding-top:220px;margin:0 -10px;max-width:calc(100% + 20px)}.collection-hero--no-image{padding-top:0}@media (min-width: 769px){.collection-hero{max-width:100%;margin-top:24px;margin-left:0;margin-right:0}}@media (min-width: 1024px){.collection-hero{padding-top:240px}}.collection-hero .collection__breadcrumbs{font-size:12px;line-height:15px;margin:0 0 10px;font-size:12px}@media (max-width: 768px){.collection-hero .collection__breadcrumbs{padding-bottom:0}}@media (min-width: 769px){.collection-hero .collection__breadcrumbs{display:none}}.collection-hero .collection__breadcrumbs__link{margin-right:4px;border-bottom:1px solid #89a8a0;padding-bottom:2px}.collection-hero .collection__breadcrumbs__link:not(:first-of-type){margin-left:4px}.collection-hero .collection__breadcrumbs__link:hover{text-decoration:none;color:inherit;border-color:inherit}.collection-hero__copy{position:absolute;top:0;left:0;width:calc(100% - 40px);margin:20px}@media (min-width: 1024px){.collection-hero__copy{width:calc(100% - 64px);margin:32px}}.collection-hero__title{margin-bottom:10px;font-weight:500;line-height:1.3}@media (min-width: 769px){.collection-hero__title{margin-bottom:20px;font-size:32px}}.collection-hero__detail{max-width:320px;line-height:1.3}.collection-hero__image{width:100%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-nosto-carousel/collection-nosto-carousel.scss */.nosto-loader{width:100%;background:#f4f8f7;height:560px;color:black;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 2900px){.nosto-loader{height:1035px}}@media screen and (max-width: 2600px){.nosto-loader{height:935px}}@media screen and (max-width: 2300px){.nosto-loader{height:835px}}@media screen and (max-width: 2000px){.nosto-loader{height:735px}}@media screen and (max-width: 1700px){.nosto-loader{height:634px}}@media screen and (max-width: 1550px){.nosto-loader{height:566px}}@media (max-width: 1440px){.nosto-loader{height:543px}}@media (max-width: 1200px){.nosto-loader{height:463px}}@media (max-width: 1024px){.nosto-loader{height:486px}}@media (max-width: 768px){.nosto-loader{height:795px}}@media (max-width: 430px){.nosto-loader{height:495px}}@media (max-width: 414px){.nosto-loader{height:479px}}.nosto-loader p{font-size:20px}.carousel-by-nosto .flickity-viewport img{width:100%}.flickity-button{display:none}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}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/306/assets/slider-right.png?v=126265316529372646371684431657");background-size:contain;background-position:center;background-repeat:no-repeat}.shopify-section .collection-nosto__wrapper .product-card-slider{border-top:1px solid #e2e9e7;margin-bottom:32px}@media (max-width: 768px){.collection-nosto__wrapper .flickity-viewport{overflow:visible}}.collection-nosto__wrapper .product-card-slider{padding:40px 0 0 0;margin-bottom:0}@media screen and (max-width: 768px){.collection-nosto__wrapper .product-card-slider{overflow:hidden !important}}@media (min-width: 769px){.collection-nosto__wrapper .product-card-slider{padding:64px 0 0 0}}.collection-nosto__wrapper .product-card-slider__title{font-size:22px;margin-bottom:27px;margin-left:0}@media (min-width: 769px){.collection-nosto__wrapper .product-card-slider__title{font-size:32px;margin-bottom:58px}}.collection-nosto__wrapper .product-card-slider__items{margin-left:-5px;margin-right:0;width:calc(100% + 5px)}@media (min-width: 769px){.collection-nosto__wrapper .product-card-slider__items{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}.collection-nosto__wrapper .product-card-slider__item{padding:5px;width:70%;flex:none}@media (min-width: 769px){.collection-nosto__wrapper .product-card-slider__item{padding:10px;width:33.33%}}@media (min-width: 1024px){.collection-nosto__wrapper .product-card-slider__item{width:25%}}.collection-nosto__wrapper .product-card-slider__item .product-card__details{width:100%}.collection-nosto__wrapper .product-card-slider__item .product-card__details__title{width:100%;display:block;font-size:14px;line-height:18px;margin:10px 0}.collection-nosto__wrapper .product-card-slider__item .product-card__price{font-size:14px;line-height:18px}@media (min-width: 769px){.collection-nosto__wrapper .product-card-slider__item .product-card__price{font-size:16px;line-height:20px}}.collection-nosto__wrapper button.slider-nav-button.show{display:none}@media (min-width: 769px){.collection-nosto__wrapper button.slider-nav-button.show{display:flex}}.collection-nosto__wrapper button.slider-nav-button.previous{left:10px}@media (min-width: 769px){.collection-nosto__wrapper button.slider-nav-button.previous{left:16px}}.collection-nosto__wrapper button.slider-nav-button.next{right:10px}@media (min-width: 769px){.collection-nosto__wrapper button.slider-nav-button.next{right:16px}}.collection-nosto__wrapper 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/collection/collection-sidebar/collection-sidebar.scss */.collection-sidebar{display:none;max-width:100%;grid-area:sidebar / sidebar / sidebar / sidebar}@media (min-width: 769px){.collection-sidebar{display:block}}.collection-scroll-wrapper{scrollbar-color:#666 #d7d7d7;scrollbar-width:thin;overflow-y:auto;padding-right:calc(16px + 4px);margin-right:16px;overscroll-behavior:contain}.collection-scroll-wrapper::-webkit-scrollbar{-webkit-appearance:none}.collection-scroll-wrapper::-webkit-scrollbar:vertical{width:2px}@media (min-width: 769px){.collection-scroll-wrapper::-webkit-scrollbar:vertical{width:4px}}.collection-scroll-wrapper::-webkit-scrollbar:horizontal{height:2px}@media (min-width: 769px){.collection-scroll-wrapper::-webkit-scrollbar:horizontal{height:4px}}.collection-scroll-wrapper::-webkit-scrollbar-thumb{opacity:0.5;border:none;border-radius:0;background-color:#bfbfbf}.collection-scroll-wrapper::-webkit-scrollbar-track{border-radius:0;background-color:#f4f8f7}.collection-sticky-wrapper{position:sticky;top:calc(54px + 32px);margin-top:32px;margin-bottom:50px;padding-bottom:32px;height:calc(100vh - 32px - 54px - 50px);display:flex;flex-direction:column}.collection-sidebar__list{position:sticky;top:64px;left:0;border-top:1px solid #e2e9e7;padding-top:32px;margin-top:32px}.collection-sidebar__list-group{margin-bottom:32px}.collection-sidebar__list-group>ul{padding:25px 0 0}.collection-sidebar__list-group-item{text-transform:capitalize;cursor:pointer}.collection-sidebar__list-group-item+.collection-sidebar__list-group-item{margin:12px 0 0}.collection-sidebar-link.is-active{color:#678980}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-sidebar-link/collection-sidebar-link.scss */.collection-sidebar-link{text-transform:capitalize}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-sort-select/collection-sort-select.scss */.collection-sort-select{display:inline-flex;width:auto;align-items:center;margin-left:32px}.collection-sort-select .v-select{position:absolute;right:0;width:100%;z-index:2}.collection-sort-select .vs__dropdown-toggle{opacity:0;height:32px;overflow:hidden;box-sizing:border-box;padding:0;width:100%;font-size:0}.collection-sort-select .vs__selected,.collection-sort-select .vs__search{margin:0}.collection-sort-select .vs__dropdown-menu{left:auto;right:0;padding:0;border:1px solid #89a8a0;border-radius:0;min-width:180px}.collection-sort-select .vs__dropdown-option{color:#000;padding:10px}.collection-sort-select .vs__dropdown-option--selected,.collection-sort-select .vs__dropdown-option--highlight{color:#000;background:#f4f8f7}.collection-sort-select .vs__actions{display:none}.collection-sort-select.active .vs__actions{display:block;width:100%;height:100%;position:absolute;z-index:100}.collection-sort-select.active .collection-sort-select__icon{transform:rotate(180deg)}@media (min-width: 769px){.collection-sort-select{margin-left:40px}}.collection-sort-select__pre{white-space:nowrap;padding-left:0;margin-right:12px}@media (min-width: 1201px){.collection-sort-select__pre{display:block}}.collection-sort-select__el{flex:0 0 auto;left:0;top:0;z-index:1;width:100%;height:18px;line-height:1;padding-left:0;position:absolute}.collection-sort-select__icon{display:block;width:10px;z-index:0}.collection-sort-select__icon>svg{display:block}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-subcollection-header/collection-subcollection-header.scss */.subcollection__title{grid-area:title;margin:20px 0 0;scroll-margin-top:60px;font-size:16px;line-height:21px}@media (min-width: 769px){.subcollection__title{margin:24px 0 0;font-size:20px;line-height:26px}}.subcollection__description{grid-area:description;margin:8px 0 0;color:#666;font-size:14px;line-height:18px}@media (min-width: 769px){.subcollection__description{font-size:16px;line-height:21px}}.subcollection__back-to-top{grid-area:backtotop;font-size:12px;padding:15px;margin-left:25px;position:sticky;top:60px;background-color:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/collection/collection-visual-filters/collection-visual-filters.scss */.collection-visual-filters{position:relative;padding-bottom:24px;margin-bottom:20px;border-bottom:1px solid #e2e9e7;margin-right:-32px}@media (max-width: 768px){.collection-visual-filters{margin-right:0}}.collection-visual-filters .flickity-button{display:block;width:32px;height:32px;background-color:white;border-radius:50%;padding:6px;box-shadow:0 4px 12px rgba(0,0,0,0.04)}.collection-visual-filters .flickity-button::before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M10.965 0.800049L10.1818 1.60005L13.8741 5.48576H0V6.62862H13.8741L10.1818 10.4L10.965 11.2L16 6.05719L10.965 0.800049Z' fill='black'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.collection-visual-filters .flickity-button.previous::before{transform:rotate(-180deg)}@media (max-width: 768px){.collection-visual-filters .flickity-button{width:28px;height:28px}}.collection-visual-filters .flickity-button[disabled]{display:none}.collection-visual-filters .flickity-button-icon{display:none}.collection-visual-filters__slide{position:relative;width:100%;max-width:170px;padding:0 10px 0 0;cursor:pointer}.collection-visual-filters__slide:focus{border:1px solid black;outline:none !important}.collection-visual-filters__slide.active::before{content:"";position:absolute;top:5px;right:5px;padding:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 1.0218L4.64906 8.87274L0.5 4.72368L1.39436 3.82932L4.64906 7.08403L11.6056 0.127441L12.5 1.0218Z' fill='black'/%3E%3C/svg%3E");background-color:white;background-repeat:no-repeat;background-position:center;border-bottom-left-radius:8px;z-index:3}@media (max-width: 768px){.collection-visual-filters__slide.active::before{top:3px;right:3px}}@media (max-width: 768px){.collection-visual-filters__slide{max-width:138px;padding:0 6px 0 0}}@media (hover: hover){.collection-visual-filters__slide:hover .collection-visual-filters__preview{opacity:0.7}}.collection-visual-filters__preview{position:relative;padding-top:133.5%;margin-bottom:6px;transition:all 0.3s ease}.collection-visual-filters__preview img{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.collection-visual-filters__info{font-size:14px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/gift/gift-form/gift-form.scss */.gift-form{margin-left:10px}.gift-form__inner{text-align:center}.gift-form__cta{margin-top:1em;margin-bottom:1em}@media (min-width: 769px){.gift-form__cta{margin-top:2em;margin-bottom:2em}}.gift-form__options{max-width:500px;margin:auto;text-align:left}.gift-form__group{margin-bottom:1rem}.gift-form__group__label{margin-bottom:0.5rem;display:block}.gift-form__group__inner{background-color:#ebf0ef;padding:22px}.gift-form__group__inner.gift-form__group__inner--narrow{max-width:250px;margin:auto}.gift-form__field__label{display:block}.gift-form__field__select{padding:13px;margin:0.4rem 0 10px 0;border:solid 1px #d7d7d7;background-color:#fff;background-image:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-chevron-down.svg?v=36409399081713249051684431657");background-size:12px;background-repeat:no-repeat;background-position:right 10px bottom 50%;width:100%}.gift-form__field__input{padding:13px;margin:0.4rem 0 10px 0;border:solid 1px #d7d7d7;background-color:#fff;width:100%}.gift-form__field--checkbox{align-items:center;margin-bottom:1rem;cursor:pointer}.gift-form__field__checkbox{width:16px;height:16px;border:1px solid #000;background-color:#fff;margin-right:10px}.gift-form__field__checkbox:checked{background-image:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-check.svg?v=127002507045052899641684431657");background-size:10px;background-repeat:no-repeat;background-position:center center}.gift-form__field__textarea{padding:13px;margin:0.4rem 0 10px 0;border:solid 1px #d7d7d7;width:100%}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/gift/gift-hero/gift-hero.scss */.gift-hero__banner{position:relative;height:422px}@media (min-width: 769px){.gift-hero__banner{height:540px}}.gift-hero__title{position:absolute;text-align:center;top:50%;color:#fff;left:0;width:100%;transform:translateY(-50%);z-index:2}.gift-hero__content{text-align:center;color:#fff;padding:15px}.gift-hero__content a{text-decoration:underline}@media (min-width: 769px){.gift-hero__content{padding:15px 32px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/gift/gift-products/gift-products.scss */.gift-products__title{text-align:center}.gift-products__btns{justify-content:center;flex-direction:column;align-items:center}@media (min-width: 769px){.gift-products__btns{flex-direction:row}}.gift-products__btn{width:240px;margin-bottom:1rem;margin-right:0}@media (min-width: 769px){.gift-products__btn{margin-bottom:0;margin-right:1.2rem}}.gift-products__btn:last-child{margin-bottom:0;margin-right:0}.gift-products__btn .btn.btn--small{min-width:100%;max-width:100%}.gift-products__btn .btn.btn--small:hover{background:transparent;color:#000 !important}.gift-products__btn .btn.btn--small:hover:not(:disabled){box-shadow:4px 5px 0 0 #b5c1be}@media (min-width: 769px){.gift-products__btn .btn.btn--small{font-size:18px}}.gift-products__btn__text{display:block;text-align:center}/*! 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;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 #b5c1be}.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}.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;letter-spacing:0.5px;transition:all ease 0.3s}.checkbox .checkbox__label a{color:#000;text-decoration:underline}.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:500;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-grid/collection-grid.scss */.collection-grid{padding:15px 10px;display:grid;grid-template-columns:1fr;grid-gap:10px;background:#f4f8f7}@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:500}@media screen and (min-width: 1024px){.collection-grid .collection-grid__title{font-size:24px}}.collection-grid .collection-grid__link{display:inline-block;margin-top:12px;font-size:14px;font-weight:500;line-height:22.77px;position:relative}@media screen and (min-width: 1024px){.collection-grid .collection-grid__link{margin-top:20px;font-size:18px}}.collection-grid .collection-grid__link::after{content:"";display:block;height:1px;background:#89a8a0}/*! 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-category/featured-category.scss */.featured-category{display:flex;flex-direction:column}@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:22px;line-height:22px;font-weight:400;margin-top:32px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 1024px){.featured-category .featured-category__title{font-size:32px;line-height:32px;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:#f4f8f7}@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{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:#666;font-weight:400;display:inline-block;margin-top:32px;border-bottom:1px solid #89a8a0}@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:#ebf0ef}.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-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-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:9px;height:9px;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:#ebf0ef}.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:#f4f8f7;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/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 .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}@media (min-width: 769px){.section-hero-slider .section__title{margin:18px 0}}.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-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/image/image.scss */.img,.img__el{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.img{background-color:#b5c1be;overflow:hidden}.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:#ebf0ef !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}.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 #89a8a0}.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/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/306/assets/slider-right.png?v=126265316529372646371684431657");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/306/assets/icon-chevron-down.svg?v=36409399081713249051684431657");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--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--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--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-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{padding-left:4px;background-color:#000;height:9px}.badge-display .product-badge.product-badge--cyber-deal{padding:3px 6px 3px 3px !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}.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:500}@media (max-width: 768px){.wishlist-feedback{bottom:10px}}.wishlist-feedback .underline{text-decoration:underline;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)}.custom-sale-badge{color:#fff !important}.wishlist-feedback-success{background-color:#000;opacity:1}.product-card__wishlist-select-size{opacity:1;font-size:12px;line-height:12px;font-weight:450;margin-top:8px;display:flex;justify-content:space-between}.wishlist-feedback-removed{background-color:#fa4b21;opacity:1}.product-card__featured{display:block;padding-top:133.55%;position:relative}.product-card__featured .btn--wishlist{border:none;width:28px;height:28px;border-radius:50%;position:absolute;bottom:-38px;right:-6px;margin:0;display:flex;justify-content:center;align-items:center}.product-card__featured .btn--wishlist:hover{padding:12px;background-color:#ebf0ef;box-shadow:none}.product-card__featured .product-card__wishlist-select-size__pulse{position:absolute;right:8px;top:8px;display:flex}@media (max-width: 768px){.product-card__featured .product-card__wishlist-select-size__pulse{right:6px;top:6px}}.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:14px;text-align:center;line-height:1.3}@media (max-width: 375px){.product-card__featured .wishlist-select-size__options__title{font-size:13px}}.product-card__featured .product-card__wishlist-options{display:flex !important;visibility:visible !important;opacity:1 !important;z-index:40;position:absolute;bottom:8px;right:8px;left:8px}@media (max-width: 768px){.product-card__featured .product-card__wishlist-options{bottom:4px;right:4px;left:4px}}.product-card__featured .wishlist-svg__container{display:flex;justify-content:center;align-items:center}.product-card__featured a{display:block}.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}}.btn--wishlist svg{height:20px !important;width:20px !important}.product-card__content{margin-bottom:4px}.product-card__details{flex-direction:column;width:calc(100% - 28px) !important}.product-card__details .product-card__details__title{width:100%;margin:16px 0 16px 0;min-height:auto !important;font-size:14px}.product-card__details .product-card__details__title-full{min-height:2.5rem;margin:16px 0 12px 0 !important;font-size:14px}.product-card__details .product-card__price{width:100%;text-align:left;margin:0 0 12px;flex-direction:row;align-items:baseline}@media (max-width: 414px){.product-card__details .product-card__price{margin-top:6px}}.product-card__details .product-card__price .sale-percentage{position:absolute;left:6px;top:6px;z-index:2;font-size:12px !important;line-height:1;font-weight:700;padding:1px 2px;margin-left:0;margin-right:0;margin-top:0;letter-spacing:0.02em;display:flex;justify-content:center;align-items:center;background-color:transparent;color:#fa4b21;border:2px solid #fa4b21;border-radius:21px;gap:2px}@media (min-width: 551px){.product-card__details .product-card__price .sale-percentage{left:6px;top:6px}}.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-weight:bold !important;line-height:1}.product-card__details .product-card__price .sale-percentage.sale-invert{background-color:#fa4b21;color:#fff !important;padding:3px 4px;border:none}@media (min-width: 769px){.product-card__details .product-card__details__title-full{min-height:1rem}}.product-card__price p+p{color:#fa4b21;margin-left:6px;font-weight:500}@media (min-width: 769px){.product-card__price p:not(.on-sale){font-size:13px}}.product-card__form{position:absolute;bottom:0;left:0;right:0;z-index:2;display:none;padding:8px}.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:8px;left:8px;width:calc(100% - 16px)}.product-card__cta__wrapper .card-icon{width:20px;color:#89a8a0}.product-card__cta__wrapper .card-icon svg{display:block}.product-card__cta__el{height:44px;font-weight:500}.product-card__options{padding:3px;display:none;flex-wrap:wrap;justify-content:center;opacity:0;visibility:hidden;transition:0.2s all}.product-card__options .product-card__option{margin:3px;min-width:calc((100% - 30px) / 5);padding:0;display:flex;align-items:center;justify-content:center;height:32px;line-height:0.2;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:#ebf0ef}.product-card__options .product-card__option[aria-disabled="true"]{color:#d7d7d7}.product-card__options .product-card__option__long{min-width:80px}@media (max-width: 768px){.wishlist-select-size__options .product-card__option{min-width:calc((100% - (2 * 16px)) / 3)}}.wishlist-select-size__options .card-icon{width:20px !important;color:#89a8a0}.wishlist-select-size__options .card-icon svg{display:block}.btn--wishlist .wishlist-svg__container svg{width:16px !important;height:16px !important}.swym-inject{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:20px}.product-card .product-swatches__colors{margin-top:3px;margin-left:-11px;margin-bottom:0;opacity:1;visibility:visible;transition:0.2s all}.product-card .product-swatches__colors__single{width:12px;height:12px;margin-left:14px;margin-bottom:0;order:2}.product-card .product-swatches__colors__single.first{order:1}.product-card .product-swatches__colors__single.active::after{width:16px;height:16px}.product-card .product-swatches__colors__count{position:absolute;top:0;left:0;opacity:0;visibility:hidden}@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:11px;order:2;opacity:0}@media screen and (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}.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}/*! 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}/*! 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}.radio-button .radio-button__el_list{display:flex;width:100%}.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}.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}/*! 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:500;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:500}@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:500;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:500;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:500}@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:500}@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:#f4f8f7;padding:10px}@media screen and (min-width: 1024px){.testimonials{padding:32px}}.testimonials a:focus img{border:2px solid #000}.testimonials .flickity-button{display:none}.testimonials .testimonials__title{text-align:center;color:#000;margin-top:30px;margin-bottom:32px}@media (min-width: 769px){.testimonials .testimonials__title{font-size:32px;line-height:1}}@media (min-width: 1024px){.testimonials .testimonials__title{margin-top:32px;margin-bottom:64px}}@media (max-width: 768px){.testimonials .testimonials__title{line-height:1;font-size:22px}}.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{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:1.3;color:#000;margin-top:20px}@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 #89a8a0;font-weight:500;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:#89a8a0;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:#b5c1be;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:40px;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/wishlist-icon/wishlist-icon.scss */.wishlist-icon button:focus,.wishlist-icon button:hover{outline:0;box-shadow:none}.wishlist-icon.is-loading{opacity:0.5}.wishlist-icon svg{width:18px;height:16px;color:transparent}.wishlist-icon.is-active svg{color:#89a8a0}.wishlist-icon__btn:focus{height:1.2em !important}/*! 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/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/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;letter-spacing:-1.5px}}.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:500;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%;letter-spacing:-2px;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;font-weight:500}@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:500;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{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;letter-spacing:-1px;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;letter-spacing:-0.5px}}.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;letter-spacing:-2px;margin-top:72px}@media (max-width: 768px){.factories .meet-partners .meet-title{font-size:32px;line-height:40px;text-align:center;letter-spacing:-0.5px}}.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;letter-spacing:-1px}@media (max-width: 768px){.factories .meet-partners .panel-title{font-size:32px;line-height:42px;margin-top:32px}}.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}@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:500;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:500;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:500;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:500;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:66.66667px;width:100%;position:relative;color:#666}@media (max-width: 768px){.factories #bar-chart .y-axis li{height:44.33px}}.factories #bar-chart .stat-one{background-color:#55b17a;height:33%}.factories #bar-chart .stat-two{background-color:#c0d387;height:100%}.factories #bar-chart .stat-three{background-color:#ec8e00;height:1%}.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:500;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-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:#f4f8f7;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:500;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:500;font-family:'CircularStd', sans-serif;transition:all 0.3s}.btn--share:hover{box-shadow:4px 5px #ebf0ef}.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-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/product/complete-the-look-products/complete-the-look-products.scss */.recommended-products{padding:24px 0}@media (min-width: 1024px){.recommended-products{padding:34px 0 63px}}.recommended-products__title{margin-bottom:24px;text-align:center}@media (min-width: 1024px){.recommended-products__title{margin-bottom:58px}}.recommended-products__item{margin-bottom:20px;width:100%}@media (min-width: 1024px){.recommended-products__item{margin-bottom:0;padding:10px;width:25%}}.complete-the-look-wrapper{overflow:hidden;padding-top:32px;padding-bottom:16px;border-bottom:1px solid #e2e9e7}@media (min-width: 769px){.complete-the-look-wrapper{padding-top:24px;padding-bottom:8px}}@media (max-width: 768px){.complete-the-look-wrapper{border-bottom:none;padding-bottom:0}}.complete-the-look-wrapper .product-card-slider{margin:0;padding-top:0;width:100%;border-top:none}.complete-the-look-wrapper .product-card-slider .product-card-slider__items{margin-right:-6px;width:calc(100% + 6px)}@media (min-width: 769px){.complete-the-look-wrapper .product-card-slider .product-card-slider__items{margin-left:-5px;margin-top:20px;width:calc(100% + 12px)}}@media screen and (max-width: 768px){.complete-the-look-wrapper .product-card-slider .product-card-slider__items{margin-left:-5px}}.complete-the-look-wrapper .product-card-slider .product-card .product-card-swatches{height:auto}.complete-the-look-wrapper .product-card-slider .product-card .product-swatches__colors__single{margin-bottom:8px}.complete-the-look-wrapper .product-card-slider__title{font-size:22px;line-height:22px;padding-bottom:32px;margin-bottom:0;margin-left:0}@media (min-width: 769px){.complete-the-look-wrapper .product-card-slider__title{font-size:16px;line-height:16px;padding:0;left:0}}.complete-the-look-wrapper .recommended-products__item__title{margin:10px 0}.complete-the-look-wrapper .product-card-slider__item:first-of-type{margin-left:5px}.complete-the-look-wrapper .product-card-slider__item{padding:5px;width:70%;flex:none}@media (min-width: 769px){.complete-the-look-wrapper .product-card-slider__item{padding:6px;width:33.33%}}@media (min-width: 1024px){.complete-the-look-wrapper .product-card-slider__item{width:33.33%}}.complete-the-look-wrapper .product-card-slider__item .product-card__details{width:100%}.complete-the-look-wrapper .product-card-slider__item .product-card__details__title{width:100%;display:block;font-size:14px;line-height:15px;margin:10px 0}@media (min-width: 1024px){.complete-the-look-wrapper .product-card-slider__item .product-card__details__title{font-size:12px}}.complete-the-look-wrapper .product-card-slider__item .product-card__price{display:none}.complete-the-look-wrapper .flickity-button{display:none}.complete-the-look-wrapper button.slider-nav-button{top:calc(50% - 14px);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)}.complete-the-look-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/306/assets/slider-right.png?v=126265316529372646371684431657");background-size:contain;background-position:center;background-repeat:no-repeat}.complete-the-look-wrapper button.slider-nav-button.show{display:none}@media (min-width: 769px){.complete-the-look-wrapper button.slider-nav-button.show{display:flex}}.complete-the-look-wrapper button.slider-nav-button.previous{left:10px}@media (min-width: 769px){.complete-the-look-wrapper button.slider-nav-button.previous{left:8px}}.complete-the-look-wrapper button.slider-nav-button.next{right:10px}@media (min-width: 769px){.complete-the-look-wrapper button.slider-nav-button.next{right:8px}}.complete-the-look-wrapper 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/product/notify-modal/notify-modal.scss */.notify-modal{display:flex;justify-content:center;align-items:center;font-family:'CircularStd', sans-serif}.notify-modal body{margin:0;padding:20px;text-align:center;font-size:14px}.notify-modal .form-horizontal,.notify-modal .form-group{margin-right:-15px;margin-left:-15px}.notify-modal .option-input{border-radius:0;border-width:1px;height:49px;padding:10px 16px;width:100%}.notify-modal .form-group{margin-bottom:15px}.notify-modal button{margin:0;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative}.notify-modal label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.notify-modal input[type="checkbox"]{margin:4px 0 0}.notify-modal select,.notify-modal input{-webkit-appearance:auto;border:1px solid #000;margin-bottom:15px}.notify-modal .notify-btn{font-family:'CircularStd', sans-serif;width:100%;min-width:auto;color:#000;background-color:#fff;border-color:#000;border-radius:0;padding-left:20px;padding-right:20px;border:2px solid #000;height:60px;line-height:1.3em;font-size:18px;margin-top:15px}.notify-modal .notify-btn:hover{box-shadow:none}.notify-modal .notify-btn:focus{color:#fff;background-color:#000}.notify-modal .notify-btn:active{color:#000;background-color:#fff}.notify-modal .notify-btn-secondary{color:#fff;background-color:#000;border-color:#000;border-radius:0;font-weight:bold;font-size:17px;padding:14px;margin-bottom:15px}.notify-modal .hide-button{display:none}.notify-modal .notify-complete{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.notify-modal .inner_message{width:100%;display:flex;align-items:center;justify-content:space-between}.notify-modal .inner_message p{margin:0 !important}.notify-modal .notify-success{background-color:#dff0d8;border-color:#dff0d8;color:#3c763d}.notify-modal .notify-alert{padding:6px 11px;font-size:13px;margin:0 0 15px 0;border:1px solid transparent;border-radius:4px}.notify-modal .notify-me-container{border-radius:5px;padding:30px 40px;pointer-events:none;opacity:0;position:fixed;top:0;left:0;right:0;width:460px;max-width:460px;margin:0 auto;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,0.3)}@media (min-width: 992px){.notify-modal .notify-me-container{position:fixed;top:15%;margin:auto}}@media (max-width: 769px){.notify-modal .notify-me-container{padding:20px}}@media (max-width: 514px){.notify-modal .notify-me-container{width:100%;max-width:100%}}.notify-modal .notify-me-container p{margin:0 0 10px;line-height:1.42857143;font-size:14px}.notify-modal .notify-me-container hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.notify-modal .notify-me-container .product-name{margin-bottom:20px;font-family:inherit;font-size:18px;color:inherit}.notify-modal .notify-me-container .select-option{padding:0 16px;height:46px;border-radius:0;font-size:15px;display:block;width:100%;background-color:#fff;background-image:none;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.notify-modal .notify-me-container .notify-control-label{margin-top:5px;margin-bottom:5px;font-size:14px;line-height:1.42857143}.notify-modal .notify-me-container .invalid-email{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:#dd614a;border-color:#dd614a;color:#fff;padding:6px 11px;font-size:13px;border:1px solid transparent;border-radius:4px}.notify-modal .notify-me-container .small-print{opacity:0.835;font-size:13px;line-height:150%}.notify-modal .notify-me-container .close-notify{padding:0;cursor:pointer;background:transparent;border:0;float:right;font-size:21px;font-weight:bold;color:#000;text-shadow:0 1px 0 #fff}.notify-modal .modal-title{margin:0;font-size:22px;margin-bottom:5px;line-height:1.42857143}.notify-modal .modal-close-btn{position:absolute;right:10px;top:10px;font-size:20px}.notify-modal .notify-overlay{pointer-events:none;opacity:0;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,0.65)}.notify-modal .is-visible{opacity:1;pointer-events:auto;z-index:9999999999999}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-accordion/product-accordion.scss */.product-feature__item{width:-moz-fit-content;width:fit-content;align-items:center}@media (min-width: 769px){.product-feature__item{flex-wrap:wrap;align-items:center}}.product-feature__item .product-feature__icon{width:32px;height:32px}.product-feature__item .product-feature__text{font-weight:400;border-bottom:1px dashed #89a8a0}.product-feature__item+.product-feature__item{margin-top:12px}.product-feature__item:hover{cursor:pointer}.product-feature__item:hover .product-feature__info__popup{display:flex}.product-feature__item-content{display:block;margin-left:12px}@media (min-width: 769px){.product-feature__item-content{display:flex}}.product-feature__description{display:block;font-size:14px;line-height:18.2px;font-weight:500;margin-bottom:16px;color:#000;font-family:'CircularStd', sans-serif}.product-feature__item+.product-feature__description{margin-top:24px}.product-care__icon{width:18px;height:18px;margin-right:10px}.product-feature__info{margin-left:0;width:100%}@media (min-width: 769px){.product-feature__info{margin-left:0.5rem;width:auto}}.product-feature__info .product-feature__info__trigger{display:none}.product-feature__info .product-feature__info__popup{position:absolute;top:40px;left:0;min-width:300px;max-width:300px;padding:20px 10px;box-shadow:0 0 5px rgba(0,0,0,0.4);border-radius:5px;background-color:#fff;z-index:999;display:none}.product-feature__info .product-feature__info__popup::before{content:'';display:block;position:absolute;border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin-left:-7px;left:20px}.product-feature__info .product-feature__info__popup img{width:25px;height:25px;margin-right:0.5rem}@media (min-width: 769px){.product-feature__info .product-feature__info__popup img{display:inline}}.product-feature__info .product-feature__info__popup span{width:calc(100% - 25px - 0.5rem);display:none;font-weight:500}@media (min-width: 769px){.product-feature__info .product-feature__info__popup span{display:block}}.product-feature__info .product-feature__info__popup p{margin-top:0;color:#666}.product-materialcare__title{font-size:14px;line-height:18.2px;color:#000;font-weight:500;margin-bottom:16px}.product-materialcare__title .product-materialcare__materials,.product-materialcare__title .product-materialcare__care{margin-bottom:15px}.product-materialcare__care .product-materialcare__care-items{padding:0;margin-bottom:10px;list-style:none}.accordion__body__content.materialcare>div:not(:last-of-type){margin-bottom:24px}.accordion__body__content .product-materialcare__care ul li{padding-left:0;margin:0}.accordion__body__content .product-materialcare__care ul li::before{content:none}.shipping-returns__wrapper{display:none}.shipping-returns__wrapper.shipping-returns--active{display:block}.shipping-returns__wrapper .btn.btn--primary{min-width:100%;max-width:100%;background-color:#fff;color:#000}.shipping-returns__wrapper .btn.btn--primary:hover{background-color:#fff;color:#000}.accordion.is-active .accordion__body:hover{overflow:visible}.accordion__body{overflow:visible}.shipping-returns a{display:inline-block;text-decoration:underline;margin-top:16px}.shipping-returns h3{font-weight:500;margin:revert}.shipping-returns h4{margin:revert}.shipping-returns table{border-collapse:separate;border-spacing:2px;font-size:14px;line-height:18px}.shipping-returns table tr:first-of-type{font-weight:500;vertical-align:bottom;background:#ebf0ef}.shipping-returns table tr:nth-of-type(2n){background:#f4f8f7}.shipping-returns table tr td{padding:0.5rem 0 0.5rem 0.5rem}.sizing-trigger u{pointer-events:none}.product-feature__items .product-feature__description.fit_details{margin-top:24px}.size-guide-link{display:block;font-size:14px;line-height:18px;margin-top:24px}.size-guide-link__btn{cursor:pointer;border-bottom:1px solid #89a8a0;transition:all 0.1s ease-out}.size-guide-link__btn:hover{opacity:0.7}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-breadcrumb/product-breadcrumb.scss */.product-breadcrumb{width:100%;font-size:14px;line-height:18px;color:#666}.product-breadcrumb span{display:block}.product-breadcrumb span.slash{display:inline-block;color:#89a8a0;border-bottom:none;margin:0 4px}.product-breadcrumb__links{margin-bottom:20px}.product-breadcrumb__links a{text-transform:capitalize;text-decoration:underline;-webkit-text-decoration-color:#89a8a0;text-decoration-color:#89a8a0;text-underline-offset:0.3em;text-decoration-thickness:1px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-collection-highlights/product-collection-highlights.scss */.collection-highlights__wrapper{display:block;position:static;z-index:1;padding:40px 0 0 0;margin:0 10px}@media (min-width: 769px){.collection-highlights__wrapper{padding:64px 0 32px 0;margin:0}}@media (max-width: 768px){.collection-highlights__wrapper{border-bottom:1px solid #e2e9e7}}.collection-highlights__wrapper .highlight-title__wrapper{margin-bottom:64px}@media (min-width: 769px){.collection-highlights__wrapper .highlight-title__wrapper{max-width:920px;margin:0 auto;padding-left:32px;padding-right:32px}}.collection-highlights__wrapper .highlight__title{display:block;width:100%;text-align:center;font-size:22px;line-height:22px;margin-bottom:12px}@media (min-width: 769px){.collection-highlights__wrapper .highlight__title{font-size:32px;line-height:32px;margin-bottom:20px}}.collection-highlights__wrapper .highlight__subtitle{display:block;width:100%;text-align:center;color:#666;font-size:16px;line-height:20px}@media (min-width: 769px){.collection-highlights__wrapper .highlight__subtitle{font-size:20px;line-height:26px}}.collection-highlights__wrapper .highlight__subtitle a{text-decoration:underline}.collection-highlights__wrapper .highlight-item{display:flex;flex-direction:row;align-items:flex-start;flex:none;order:4;flex-grow:0;flex-wrap:wrap;padding-bottom:32px}@media (min-width: 769px){.collection-highlights__wrapper .highlight-item{flex-wrap:nowrap;padding:64px 32px 0 0;max-width:1440px;margin:0 auto}}.text-column{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:560px;flex:none;order:0;align-self:stretch;flex-grow:1;margin:0 0;padding:0 88px 0 88px}@media (max-width: 1024px){.text-column{max-width:40%;padding:0 40px 0 40px}}@media (max-width: 768px){.text-column{max-width:100%;padding:0}}.text-column .highlight-item__title{font-size:18px;line-height:18px;margin-bottom:20px}@media (min-width: 769px){.text-column .highlight-item__title{font-size:28px;line-height:28px}}.text-column .highlight-item__subtitle{color:#666;font-size:14px;line-height:1.3}@media (min-width: 769px){.text-column .highlight-item__subtitle{font-size:20px}}.text-column .highlight-item__subtitle a{text-decoration:underline}.media-column{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:300px;order:1;flex-grow:0;margin-top:32px;background-size:cover;background-repeat:no-repeat;background-position:center}@media (min-width: 769px){.media-column{height:520px;margin-top:0;margin-left:32px}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-cta/product-cta.scss */.product-cta{display:block}.product-cta__notes{font-weight:500;font-size:13px;text-align:left;margin-top:16px;color:#ed2e00 !important}.form-cta-fix{width:100%;margin:0 auto;text-align:center;transition:min-width .2s ease-in-out}.form-cta-fix.--extra-margin-bottom{margin-bottom:2em}.form-cta-fix .btn{width:100%;min-width:auto}.form-cta-fix .btn[aria-disabled="true"]{pointer-events:none;border:0;box-shadow:0}.product-cta__container{margin-top:24px;display:flex;align-items:center;flex-direction:row;position:relative}.select-size__container{display:flex;width:100%;font-size:14px;line-height:18.2px;font-weight:700;color:#ed2e00}.btn-contain__cta{width:100%;display:flex}.product-cta__button{flex-grow:1;width:100%;display:flex;align-items:center;margin-top:24px}.product-cta__button.sold-out{margin-top:24px}.product-cta__button.sold-out .btn{width:100%;min-width:auto !important;background-color:#d7d7d7;border-color:#d7d7d7}.secondary-gray{background-color:#999 !important}.product-cta__button .btn--wishlist{height:60px !important;width:60px !important;min-width:60px !important;box-sizing:border-box !important;border:2px solid black;margin-left:10px;display:flex;justify-content:center;align-items:center;transition:all 0.3s}.product-cta__button .btn--wishlist img{width:20px;height:20px}.product-cta__button .btn--wishlist:hover{box-shadow:4px 5px 0 0 #b5c1be}.bg-primary-gray{background-color:#999 !important}.btn--wishlist-disabled{border:2px solid #999 !important}.btn--wishlist-disabled:hover{box-shadow:0 0 0 0 #999 !important;cursor:auto !important}.btn--wishlist-disabled svg{stroke:#999 !important}.btn--wishlist-disabled svg path{stroke:#999 !important}.product-cta__sub{opacity:0.65}.cta-sold-out-button{visibility:hidden !important;height:0 !important;margin-top:0 !important;margin-bottom:0 !important;position:absolute !important;top:0 !important;left:0 !important}.cta-sold-out-active #SI_trigger{display:none !important;visibility:hidden !important;height:0 !important;margin-top:0 !important;margin-bottom:0 !important;position:absolute !important;top:0 !important;left:0 !important}.inventory-warning{display:none;align-items:center;background:#FCF6EA;color:#000;padding:10px;margin-top:24px;margin-bottom:16px;border-radius:4px}.inventory-warning.active-warning{display:flex !important}.inventory-warning.active-warning.sold-out{display:none !important}.inventory-warning svg{width:18px;height:18px}.inventory-warning p{font-size:14px;line-height:18.2px;margin-left:10px}.tfc-fitrec-product{margin:12px 0 6px 0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-gallery/product-gallery.scss */.product-gallery{width:100%;margin-top:0;padding-bottom:133.55%;position:relative}@media (min-width: 769px){.product-gallery{margin-top:10px;padding-bottom:0}}.product-gallery .product-gallery__images{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width: 769px){.product-gallery .product-gallery__images{position:static}}.product-gallery .product-gallery__images .product-gallery__images__model-details{position:absolute;bottom:10px;left:10px;z-index:9;background-color:#fff;color:#000;padding:6px 12px;font-size:12px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,0.04);border-radius:34px;line-height:1}@media (max-width: 768px){.product-gallery .product-gallery__images .product-gallery__images__model-details{right:12px;bottom:40px;left:auto}}.product-gallery .product-gallery__zoom .img{position:relative}.product-gallery .product-card__carousel{width:100%;height:calc(100% - 25px);max-width:100vw}.product-gallery .product-card__carousel .flickity-button{display:block;background:transparent;width:40px;height:40px;border-radius:0;top:calc(50% - 20px)}.product-gallery .product-card__carousel .flickity-prev-next-button.previous{transform:rotate(360deg);background-repeat:no-repeat;background-size:contain;background-position:center}.product-gallery .product-card__carousel .flickity-prev-next-button.next{right:0;transform:none;background-repeat:no-repeat;background-size:contain;background-position:center}.product-gallery .product-card__carousel .flickity-button:disabled{display:none}.product-gallery .product-card__carousel .flickity-prev-next-button .flickity-button-icon{left:0}.product-gallery__images__single{width:calc(50% - 5px);margin-bottom:10px}@media (max-width: 1024px){.product-gallery__images__single{width:100%}}@media (max-width: 768px){.product-gallery__images__single{width:100%;margin-bottom:0}}.product-gallery__images__single:nth-of-type(odd){margin-right:10px}@media (max-width: 1024px){.product-gallery__images__single:nth-of-type(odd){margin-right:0}}.product-gallery__images__single::before{padding-top:133.55%}.product-gallery__images__single>p{position:absolute;font-size:1.25em;font-weight:700;bottom:0;height:1.25em}.product-gallery__images__single.is-video::before{display:none}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-giftcard/product-giftcard.scss */.product__gift-card{min-height:auto}.product__gift-card.container{margin:0}.product__gift-card .tfc-fitrec-product{display:none}.product__gift-card .loyalty{margin-bottom:24px}.product__gift-card .product-sticky-header__actions{-moz-column-gap:12px;column-gap:12px}.product__gift-card .product-sticky-header__variants{margin-right:12px}.product__gift-card .product-hero__wrapper{-moz-column-gap:0;column-gap:0}@media (min-width: 769px){.product__gift-card .product-hero__wrapper{align-items:stretch}}.product__gift-card .product-hero__wrapper .product-hero__wrapper__gallery{background-color:#EDE9E6;width:100%}@media (min-width: 769px){.product__gift-card .product-hero__wrapper .product-hero__wrapper__gallery{padding:40px 60px;width:50%}}@media (min-width: 769px) and (max-width: 1200px){.product__gift-card .product-hero__wrapper .product-hero__wrapper__gallery{padding:40px}}.product__gift-card .product-hero__wrapper .product-hero__wrapper__gallery .product-gallery__images__single{width:100%;margin:0}.product__gift-card .product-hero__wrapper .product-hero__wrapper__gallery .product-gallery__images__single::before{padding-top:100%}.product__gift-card .product-hero__wrapper .product-gallery{margin:0;padding-bottom:100%}@media (min-width: 769px){.product__gift-card .product-hero__wrapper .product-gallery{padding:0}}.product__gift-card .product-hero__wrapper .product-hero__wrapper__info{margin:0;padding:24px 10px}@media (min-width: 769px){.product__gift-card .product-hero__wrapper .product-hero__wrapper__info{max-width:50%;min-width:50%;padding:32px 64px}}@media (min-width: 769px) and (max-width: 1200px){.product__gift-card .product-hero__wrapper .product-hero__wrapper__info{padding:32px}}.product__gift-card .product-hero__giftcard{position:relative}.product__gift-card .product-hero__giftcard .section-title{font-size:14px;line-height:18px;margin-bottom:16px;display:block}.product__gift-card .product-hero__giftcard .product-overview__info{font-size:14px;line-height:18px}.product__gift-card .product-hero__giftcard .product-hero__info-border{margin-top:24px;margin-bottom:24px;border-top:1px solid #e2e9e7}.product__gift-card .product-hero__giftcard .product-overview__description{font-size:14px;line-height:18px}.product__gift-card .product-hero__giftcard .product-overview__description p{margin-bottom:6px}.product__gift-card .product-hero__giftcard .product-overview__description p:last-of-type{margin-bottom:0}.product__gift-card .product-hero__link-wrapper{display:flex;align-items:flex-start;justify-content:space-between;-moz-column-gap:12px;column-gap:12px;margin-bottom:24px}.product__gift-card .product-hero__link-wrapper .product-hero__link{width:50%;text-align:center}.product__gift-card .product-hero__link-wrapper a{border-radius:4px;border:2px solid #ebf0ef;color:#000;padding:16px;font-size:14px;line-height:1;background-color:#fff;text-decoration:none;display:block;transition:all 0.1s ease-in-out}@media (min-width: 769px){.product__gift-card .product-hero__link-wrapper a{font-size:16px}}@media (min-width: 769px) and (max-width: 1200px){.product__gift-card .product-hero__link-wrapper a{font-size:14px}}.product__gift-card .product-hero__link-wrapper a:hover,.product__gift-card .product-hero__link-wrapper a.active{background-color:#000;color:#fff;border-color:#000}.product__gift-card .gift-card__recipient-form{margin-top:24px}.product__gift-card .gift-card__recipient-form .gift-card__form-field{margin-top:16px}.product__gift-card .gift-card__recipient-form .text-input--default.text-input--text-area .text-input__wrapper{height:auto;line-height:normal}.product__gift-card .gift-card__recipient-form .text-input__el{font-size:14px;font-family:'CircularStd', sans-serif;font-weight:400}.product__gift-card .gift-card__recipient-form .text-input .text-input__el.text-input__text-area{height:82px;border:0;z-index:1;padding:15px}.product__gift-card .gift-card__recipient-form .gift-card__delivery-date-wrapper{display:flex;align-items:flex-start;justify-content:space-between;-moz-column-gap:12px;column-gap:12px;margin-bottom:24px;margin-top:16px}.product__gift-card .gift-card__recipient-form .gift-card__delivery-date-wrapper .gift-card__delivery-date{width:50%;text-align:center;position:relative}.product__gift-card .gift-card__recipient-form .gift-card__delivery-date-wrapper .v3dp__datepicker{--vdp-hover-bg-color: #000;--vdp-selected-bg-color: #000}.product__gift-card .gift-card__recipient-form .v3dp__datepicker{position:absolute;left:0;width:100%;top:0;height:100%;cursor:pointer;font-family:'CircularStd', sans-serif !important}.product__gift-card .gift-card__recipient-form .v3dp__datepicker .v3dp__popout{left:auto !important;right:0 !important;font-family:'CircularStd', sans-serif !important}.product__gift-card .gift-card__recipient-form .v3dp__datepicker .v3dp__popout *{font-family:'CircularStd', sans-serif !important}.product__gift-card .gift-card__recipient-form .v3dp__datepicker .v3dp__input_wrapper{display:flex;width:100%;height:100%}.product__gift-card .gift-card__recipient-form .v3dp__datepicker .v3dp__input_wrapper input[type="text"]{width:100%;height:100%;cursor:pointer;color:transparent;font-size:0}.product__gift-card .gift-card__recipient-form .btn-date{border-radius:4px;border:2px solid #ebf0ef;color:#000;padding:16px;font-size:14px;line-height:1;background-color:#fff;text-decoration:none;display:block;transition:all 0.1s ease-in-out;width:100%;font-family:'CircularStd', sans-serif}@media (min-width: 769px){.product__gift-card .gift-card__recipient-form .btn-date{font-size:16px}}@media (min-width: 769px) and (max-width: 1200px){.product__gift-card .gift-card__recipient-form .btn-date{font-size:14px}}.product__gift-card .gift-card__recipient-form .btn-date span{font-family:'CircularStd', sans-serif}.product__gift-card .gift-card__recipient-form .btn-date svg{height:13px}.product__gift-card .gift-card__recipient-form .btn-date:hover,.product__gift-card .gift-card__recipient-form .btn-date.active{background-color:#89a8a0;color:#fff;border-color:#89a8a0}.product__gift-card .gift-card__recipient-form .btn-date:hover svg path,.product__gift-card .gift-card__recipient-form .btn-date.active svg path{fill:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-hero/product-hero.scss */.product-hero{display:block;width:100%}@media screen and (max-width: 768px){.product-hero .additional-info{font-size:0.875rem}}.product-hero__wrapper{display:block}@media (min-width: 769px){.product-hero__wrapper{margin:auto;display:flex;align-items:flex-start;justify-content:flex-start;-moz-column-gap:16px;column-gap:16px}}@media (min-width: 1024px){.product-hero__wrapper{-moz-column-gap:32px;column-gap:32px}}.product-hero__wrapper__gallery{width:100%;left:0}.product-hero .product-hero__wrapper__info{padding:0 10px}@media (min-width: 769px){.product-hero .product-hero__wrapper__info{bottom:0;min-width:466px;max-width:466px;padding:0;margin-top:16px}}@media screen and (min-width: 1024px) and (max-width: 1512px){.product-hero .product-hero__wrapper__info{margin:32px 0 32px 0}}@media screen and (min-width: 1512px){.product-hero .product-hero__wrapper__info{margin:56px 24px 56px 34px}}.product-hero__info-border{margin-top:24px;border-top:1px solid #e2e9e7}.product-hero__info-border-secondary{margin-top:3px;border-top:1px solid #e2e9e7}.product-hero__cta{margin:24px 0;padding-bottom:24px;border-bottom:1px solid #e2e9e7}.product-hero__cta .wishlist-icon{position:absolute;right:-37px;top:22px}@media (min-width: 1024px){.product-hero__cta .wishlist-icon{right:-45px}}.product-overview{padding-top:24px;margin-top:24px;margin-bottom:24px;border-top:1px solid #e2e9e7}.product-overview .product-overview__title{font-size:16px;margin-bottom:24px}.product-overview .product-overview__description{font-size:14px;line-height:1.3em}.product-reviews-badge-star{margin-right:4px;height:14px}.product-reviews-badge-rating{margin:0 10px 0 6px}.product-reviews-badge-count{margin-left:10px}#sezzle-widget{margin-bottom:4px !important}.sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-payment-amount{font-weight:100 !important}body .yotpo .yotpo-bottomline a{font-size:12px !important;font-weight:500 !important;color:#666 !important;text-decoration:underline !important;-webkit-text-decoration-color:#89a8a0 !important;text-decoration-color:#89a8a0 !important;text-underline-offset:0.3em !important;text-decoration-thickness:1px !important}body .yotpo .yotpo-bottomline a:hover{-webkit-text-decoration-color:#89a8a0 !important;text-decoration-color:#89a8a0 !important}.product-hero__wrapper .yotpo-icon.rating-star{font-size:14px !important}.product-hero__wrapper .yotpo-stars{display:flex;align-items:center}.wrapper-yotpo-stars>.yotpo-custom-bottomline{pointer-events:none}.wrapper-yotpo-stars:hover{cursor:pointer}.wrapper-yotpo-stars:hover>.yotpo .yotpo-bottomline a{text-decoration:underline !important}.loyalty{background:linear-gradient(89.17deg, #EDF2EA 30.73%, #FCE7C2 100%),#EDF2EA;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;margin-top:24px;position:relative}@media screen and (min-width: 1024px){.loyalty{padding:14px 16px}}.loyalty .loyalty__wrapper{display:flex;align-items:center}.loyalty .swell-product-helper{display:none !important}.loyalty .swell-product-helper.single-variant{display:inline !important}.loyalty .swell-product-helper.active{display:inline !important}.loyalty .loyalty__icon{display:flex;align-items:center}.loyalty .loyalty__icon svg{width:32px;height:32px}.loyalty .loyalty__content{margin-left:16px}.loyalty .loyalty__title{font-size:16px;line-height:16px;font-weight:500;color:#113634;letter-spacing:-0.05em}.loyalty .loyalty__title span{font-family:'CanelaMedium', sans-serif;font-weight:500}.loyalty .loyalty__text-points{font-size:14px;color:#113634;margin-top:4px}.loyalty .loyalty__text-points a{text-decoration:underline}.loyalty .loyalty__info{position:relative;cursor:pointer;width:16px;height:16px;border:none;background:transparent}.loyalty .loyalty__info:hover+.tooltip,.loyalty .loyalty__info:focus+.tooltip{z-index:2;opacity:1;visibility:visible}.loyalty .tooltip{position:absolute;width:100%;background:#1F4A37;top:50px;right:-3px;padding:32px;color:#FCE7C2;box-shadow:0 6px 12px rgba(0,0,0,0.2);border-radius:12px;transition:0.3s all;z-index:-1;opacity:0;visibility:hidden}.loyalty .tooltip:hover,.loyalty .tooltip:focus-within{z-index:2;opacity:1;visibility:visible}@media screen and (min-width: 768px){.loyalty .tooltip{width:335px}}.loyalty .tooltip .tooltip__title{font-size:18px;line-height:23px}.loyalty .tooltip .tooltip__features{margin-top:20px;margin-bottom:20px;width:100%}.loyalty .tooltip .tooltip__features-item:not(:first-child){margin-top:14px}.loyalty .tooltip .tooltip__features-item{display:flex;align-items:center}.loyalty .tooltip .tooltip__features-item svg,.loyalty .tooltip .tooltip__features-item img{height:21px !important;width:25px !important}.loyalty .tooltip .tooltip__features-item span{font-size:16px;line-height:21px;font-weight:500;display:inline-block;margin-left:10px;flex-basis:100%}.loyalty .tooltip .tooltip__button{background:#FCE7C2;color:#113634;font-size:16px;line-height:16px;padding:16px 24px;font-weight:500;display:block;text-align:center}.loyalty .tooltip::before{content:"";display:block;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:11px solid #1F4A37;position:absolute;top:-10px;right:18px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-hero-giftcard/product-hero-giftcard.scss */.product-hero{display:block;width:100%}@media screen and (max-width: 768px){.product-hero .additional-info{font-size:0.875rem}}.product-hero__wrapper{display:block}@media (min-width: 769px){.product-hero__wrapper{margin:auto;display:flex;align-items:flex-start;justify-content:flex-start;-moz-column-gap:16px;column-gap:16px}}@media (min-width: 1024px){.product-hero__wrapper{-moz-column-gap:32px;column-gap:32px}}.product-hero__wrapper .sale-percentage{padding:4px 6px}.product-hero__wrapper__gallery{width:100%;left:0}.product-hero .product-hero__wrapper__info{padding:0 10px}@media (min-width: 769px){.product-hero .product-hero__wrapper__info{bottom:0;min-width:466px;max-width:466px;padding:0;margin-top:16px}}@media screen and (min-width: 1024px) and (max-width: 1512px){.product-hero .product-hero__wrapper__info{margin:32px 0 32px 0}}@media screen and (min-width: 1512px){.product-hero .product-hero__wrapper__info{margin:56px 24px 56px 34px}}.product-hero__info-border{margin-top:24px;border-top:1px solid #e2e9e7}.product-hero__info-border-secondary{margin-top:3px;border-top:1px solid #e2e9e7}.product-hero__cta{margin:24px 0;padding-bottom:24px;border-bottom:1px solid #e2e9e7}.product-hero__cta .wishlist-icon{position:absolute;right:-37px;top:22px}@media (min-width: 1024px){.product-hero__cta .wishlist-icon{right:-45px}}#sezzle-widget{margin-bottom:4px !important}.sezzle-checkout-button-wrapper .sezzle-button-text .sezzle-payment-amount{font-weight:100 !important}.loyalty{background:linear-gradient(89.17deg, #EDF2EA 30.73%, #FCE7C2 100%),#EDF2EA;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;margin-top:24px;position:relative}@media screen and (min-width: 1024px){.loyalty{padding:14px 16px}}.loyalty .loyalty__wrapper{display:flex;align-items:center}.loyalty .swell-product-helper{display:none !important}.loyalty .swell-product-helper.single-variant{display:inline !important}.loyalty .swell-product-helper.active{display:inline !important}.loyalty .loyalty__icon{display:flex;align-items:center}.loyalty .loyalty__icon svg{width:32px;height:32px}.loyalty .loyalty__content{margin-left:16px}.loyalty .loyalty__title{font-size:16px;line-height:16px;font-weight:500;color:#113634;letter-spacing:-0.05em}.loyalty .loyalty__title span{font-family:'CanelaMedium', sans-serif;font-weight:500}.loyalty .loyalty__text-points{font-size:14px;color:#113634;margin-top:4px}.loyalty .loyalty__text-points a{text-decoration:underline}.loyalty .loyalty__info{position:relative;cursor:pointer;width:16px;height:16px;border:none;background:transparent}.loyalty .loyalty__info:hover+.tooltip,.loyalty .loyalty__info:focus+.tooltip{z-index:2;opacity:1;visibility:visible}.loyalty .tooltip{position:absolute;width:100%;background:#1F4A37;top:50px;right:-3px;padding:32px;color:#FCE7C2;box-shadow:0 6px 12px rgba(0,0,0,0.2);border-radius:12px;transition:0.3s all;z-index:-1;opacity:0;visibility:hidden}.loyalty .tooltip:hover,.loyalty .tooltip:focus-within{z-index:2;opacity:1;visibility:visible}@media screen and (min-width: 768px){.loyalty .tooltip{width:335px}}.loyalty .tooltip .tooltip__title{font-size:18px;line-height:23px}.loyalty .tooltip .tooltip__features{margin-top:20px;margin-bottom:20px;width:100%}.loyalty .tooltip .tooltip__features-item:not(:first-child){margin-top:14px}.loyalty .tooltip .tooltip__features-item{display:flex;align-items:center}.loyalty .tooltip .tooltip__features-item svg,.loyalty .tooltip .tooltip__features-item img{height:21px !important;width:25px !important}.loyalty .tooltip .tooltip__features-item span{font-size:16px;line-height:21px;font-weight:500;display:inline-block;margin-left:10px;flex-basis:100%}.loyalty .tooltip .tooltip__button{background:#FCE7C2;color:#113634;font-size:16px;line-height:16px;padding:16px 24px;font-weight:500;display:block;text-align:center}.loyalty .tooltip::before{content:"";display:block;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:11px solid #1F4A37;position:absolute;top:-10px;right:18px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-left-slider/product-left-slider.scss */.slider-trigger{text-align:left;text-decoration:underline;-webkit-text-decoration-color:#89a8a0;text-decoration-color:#89a8a0;text-underline-offset:2px;font-size:14px;line-height:18px}.slider-trigger span{cursor:pointer}.product-left-slider .modal-wrapper{position:fixed;overflow:hidden;height:100%;width:100%;left:0;top:0;background-color:rgba(0,0,0,0);opacity:0;pointer-events:none;z-index:0;transition:all 0.2s ease-in-out}.product-left-slider .modal-wrapper.active{opacity:1;pointer-events:auto;z-index:800;background-color:rgba(0,0,0,0.16);transition:all 0.2s ease-in-out}.modal-wrapper .slider-modal{display:flex;flex-direction:column;align-items:flex-start;padding:0;position:absolute;width:100%;height:100%;left:-720px;top:0;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.04);overflow:hidden;transition:all 0.2s ease-in-out}@media (min-width: 769px){.modal-wrapper .slider-modal{width:720px;height:100%}}.modal-wrapper .slider-modal .header{display:flex;flex-direction:column;align-items:flex-start;height:42px;padding:12px 10px;position:static;left:0;top:0;background-color:#f4f8f7;flex:none;order:0;align-self:stretch;flex-grow:0;margin:0 0;font-size:18px}@media (min-width: 769px){.modal-wrapper .slider-modal .header{height:50px;padding:16px 32px}}.modal-wrapper .slider-modal .header .close__modal{top:-3px;padding:17px;right:-7px}@media (min-width: 769px){.modal-wrapper .slider-modal .header .close__modal{right:15px;top:0}}.modal-wrapper .slider-modal .header>span:first-child{height:auto !important}.modal-content-wrapper{margin:16px 10px}@media (min-width: 769px){.modal-content-wrapper{margin:32px}}.modal-wrapper.active .slider-modal{left:0;transition:all 0.2s ease-in-out}.modal-scrollable-wrapper{scrollbar-color:#666 #d7d7d7;scrollbar-width:thin;overflow-x:hidden;overflow-y:auto}.modal-scrollable-wrapper::-webkit-scrollbar{-webkit-appearance:none}.modal-scrollable-wrapper::-webkit-scrollbar:vertical{width:2px}@media (min-width: 769px){.modal-scrollable-wrapper::-webkit-scrollbar:vertical{width:4px}}.modal-scrollable-wrapper::-webkit-scrollbar:horizontal{height:2px}@media (min-width: 769px){.modal-scrollable-wrapper::-webkit-scrollbar:horizontal{height:4px}}.modal-scrollable-wrapper::-webkit-scrollbar-thumb{opacity:0.5;border:none;border-radius:0;background-color:#bfbfbf}.modal-scrollable-wrapper::-webkit-scrollbar-track{border-radius:0;background-color:#f4f8f7}.slider-modal.returns{font-size:14px;line-height:18px}.slider-modal.returns .title{font-size:16px;line-height:21px;margin-bottom:20px}.slider-modal.returns p{font-size:14px;line-height:18px}.slider-modal.returns a{display:inline-block;margin:20px 0 0 0;border-bottom:1px solid #89a8a0}.slider-modal.returns hr+a{margin:0 0 0 0}.slider-modal.returns hr{margin:32px 0;border:1px solid #e2e9e7}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-meta/product-meta.scss */.product-meta{justify-content:space-between;margin-bottom:6.5px}.product-meta .sale-percentage{display:flex;justify-content:center;align-items:center;background-color:transparent;color:#fa4b21;padding:2px 4px;border:2px solid #fa4b21;border-radius:21px;font-weight:700;font-size:14px;line-height:1;letter-spacing:0.02em;gap:2px}.product-meta .sale-percentage img{width:12px;height:12px}.product-meta .sale-percentage .sale-badge-icon{height:12px;width:12px}.product-meta .sale-percentage .sale-bold{font-weight:bold !important;line-height:14px}.product-meta .sale-percentage.sale-invert{background-color:#fa4b21;color:#fff !important;padding:4px 6px;border:none;border-radius:100px}.product-meta__title{margin-bottom:20px}.product-meta__title h1{font-size:24px;line-height:1.3}.product-meta__price{font-size:16px}.product-meta__price p+p{color:#fa4b21}.product-meta__price-container{display:flex;align-items:center;margin-bottom:2px}.sale-price{color:#fa4b21;font-weight:500;font-size:16px;line-height:1.3}.mr{margin-right:6px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-promo/product-promo.scss */.product-promo{text-align:center;font-size:14px;line-height:1.3;font-weight:500;width:100%;padding:12px;color:#fff;background:#000;border-radius:100px;margin-top:20px}.product-promo>span.highlight{font-weight:600}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-shipping/product-shipping.scss */.rate-toggle__wrapper{display:flex;flex-direction:row;align-items:flex-start;padding:0;position:static;height:22px;left:32px;top:32px;flex:none;order:0;align-self:stretch;flex-grow:0;margin:32px 0}.rate-toggle__wrapper .rate-toggle__button{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:2px;position:static;flex:none;order:0;flex-grow:0;margin:0 12px;cursor:pointer;color:#666}.rate-toggle__wrapper .rate-toggle__button:first-of-type{margin-left:0}.shipping-returns--na.shipping-returns--active .rate-toggle__button.na,.shipping-returns--int.shipping-returns--active .rate-toggle__button.int{color:#000;border-bottom:1px solid #89a8a0}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-size-chart/product-size-chart.scss */.size-chart__title{border-bottom:1px solid #000}.size-chart__buttons .btn{padding:1px 6px}.size-chart__buttons .btn[aria-active="false"]{color:#666}.size-chart__buttons .btn[aria-active="true"]{color:#000;text-decoration:underline}.size-chart__table[aria-hidden="true"]{display:none}.size-chart__table[aria-hidden="false"]{display:block}.size-chart__table table{width:100%;border-collapse:separate;border-spacing:3px}.size-chart__table td{padding:0.5rem;min-width:50px;text-align:center;font-size:14px}.size-chart__table tr:first-child{font-weight:bold}.size-chart__table tr:nth-of-type(2n) td{background-color:#fff}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-sizes/product-sizes.scss */.product-sizes{padding-bottom:16px;border-bottom:1px solid #e2e9e7;-webkit-overflow-scrolling:touch}@media (min-width: 1024px){.product-sizes{overflow:initial}}.product-sizes--margin-bottom{padding-bottom:40px}.product-sizes__content-title{display:flex;justify-content:space-between;align-items:center;margin-top:27px}.product-sizes__content-title .ks-chart-modal-link{margin:0}.product-sizes__content-title span.ks-chart-modal-link{text-decoration:none;border-bottom:1px solid #89a8a0}.product-sizes__content-title ._ks_text{font-size:14px;line-height:17.71px}.bell::before{content:'';background-size:contain;display:inline-block;background-repeat:no-repeat;background-image:url("//ca.frankandoak.com/cdn/shop/t/306/assets/notify-me-icon.svg?v=181649133331178880501684431657");position:absolute;height:14px;width:14px;top:-4px;right:-4px}.product-sizes__wrapper svg{height:20px;width:20px}.product-sizes__titles-wrapper{display:flex;justify-content:space-between;align-items:center;margin:27.5px 0 16.5px 0}.product-sizes__title{font-size:14px;line-height:1.3}.product-sizes--quickview .product-sizes__title{margin:0}.product-sizes__wrapper{scrollbar-color:#666 #d7d7d7;scrollbar-width:thin;width:100%;white-space:normal;text-align:left;margin-top:16.5px}.product-sizes__wrapper::-webkit-scrollbar{-webkit-appearance:none}.product-sizes__wrapper::-webkit-scrollbar:vertical{width:2px}@media (min-width: 769px){.product-sizes__wrapper::-webkit-scrollbar:vertical{width:4px}}.product-sizes__wrapper::-webkit-scrollbar:horizontal{height:2px}@media (min-width: 769px){.product-sizes__wrapper::-webkit-scrollbar:horizontal{height:4px}}.product-sizes__wrapper::-webkit-scrollbar-thumb{opacity:0.5;border:none;border-radius:0;background-color:#bfbfbf}.product-sizes__wrapper::-webkit-scrollbar-track{border-radius:0;background-color:#f4f8f7}@media (min-width: 415px){.product-sizes__wrapper{margin-right:0;padding-right:0}}@media (min-width: 769px){.product-sizes__wrapper{padding:0;width:auto;display:flex;flex-wrap:wrap;white-space:normal;padding-bottom:0}}.product-sizes__single{display:inline-block;position:relative;font-family:'CircularStd', sans-serif;font-size:14px;margin-right:8px;min-width:40px;padding:16px 4px;line-height:0.2;height:36px;cursor:pointer;text-align:center;border:2px solid #ebf0ef;border-radius:4px;margin-bottom:8px;transition:all 0.1s ease-in-out}@media (min-width: 769px){.product-sizes__single{display:flex;justify-content:center;align-items:center;max-width:none}}.product-sizes__single:first-of-type{margin-left:0}.product-sizes__single:last-child{margin-right:0}.product-sizes__single:hover{background-color:#ebf0ef;transition:all 0.1s ease-in-out}.product-sizes__single.active,.product-sizes__single.active:focus{color:#fff;background-color:#89a8a0;border-color:#89a8a0;pointer-events:none;transition:all 0.1s ease-in-out}.product-sizes__single.disabled{color:#b5c1be;text-decoration:line-through}.product-sizes__single span{margin-bottom:6px}.product-sizes__single.active.disabled{color:#fff}.product-size__guide{justify-content:space-between;align-items:center}.product-size__guide__wrapper{margin:0 auto;display:block;max-width:300px}.product-size__guide--no-margin-top{margin-top:0 !important}.product-sizes--quickview .product-size__guide{padding:10px 20px 14px}.product-size__guide-button .btn,.product-size__availability p{font-size:12px;line-height:15px}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/product-sticky-header/product-sticky-header.scss */.product-sticky-header{background:#f4f8f7;position:fixed;width:100%;top:45px;left:0;z-index:80;transform:translateY(0);opacity:0;transition:0.3s all}@media screen and (min-width: 1024px){.product-sticky-header{top:46px}}.hide-sticky-atc{transform:translateY(-48px);opacity:0}.show-sticky-atc{transform:translateY(0);opacity:1}.content-sticky-header span{width:100% !important}.header-sticky-product-cta{cursor:pointer}.header-sticky-product-cta .product-cta__button__notify{display:none}.header-sticky-product-cta .btn--wishlist{display:none}.header-sticky-product-cta .product-cta__container{margin-top:0}.header-sticky-product-cta .inventory-warning,.header-sticky-product-cta .inventory-warning.active-warning{display:none !important}.header-sticky-product-cta .product-cta{margin-left:40px}.header-sticky-product-cta .product-cta form .product-cta__notes{display:none}.header-sticky-product-cta .product-cta .form-cta-fix .product-cta__button .btn,.header-sticky-product-cta .product-cta form .product-cta__button.sold-out .btn{width:200px;min-width:200px;height:38px;font-size:14px;line-height:14px;font-weight:500}.header-sticky-product-cta .product-cta form .product-cta__button{margin-bottom:0;margin-top:0 !important}.product-sticky-header__container{display:flex;align-items:center;justify-content:space-between;height:50px;margin:0 auto}@media screen and (min-width: 1024px){.product-sticky-header__container{width:calc(100% - 64px)}}.product-sticky-header__actions{width:100%;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 850px){.product-sticky-header__actions{width:auto}}.product-sticky-header__info{display:none}@media screen and (min-width: 850px){.product-sticky-header__info{display:flex;align-items:center}}.product-sticky-header__title{display:none;font-size:16px;line-height:22.77px;font-family:'CircularStd', sans-serif}@media screen and (min-width: 850px){.product-sticky-header__title{display:block}}@media screen and (min-width: 1100px){.product-sticky-header__title{font-size:18px}}.product-sticky-header__price{font-size:14px;line-height:17.71px;margin-left:16px;display:none}.product-sticky-header__price.price-ready{color:#fa4b21}@media screen and (min-width: 1100px){.product-sticky-header__price{display:block}}.product-sticky-header__variants{display:flex;align-items:center}.variant-color-button,.variant-size-button{font-family:'CircularStd', sans-serif}.variant-color-button{min-width:28px;width:28px;height:28px;border-radius:50%;border:3px solid #fff;box-sizing:border-box;margin-right:20px}.variant-size-button{background:#fff;width:42px;min-width:-moz-fit-content;min-width:fit-content;height:28px;min-height:28px;border-radius:4px;font-size:14px;line-height:14px;padding:7px 8px}.product-sticker-header__button{background:#000;color:#fff;font-size:14px;line-height:14px;width:200px;height:38px;margin-left:40px}.sticky-header-inner-active{top:49px !important;z-index:300;background:#f4f8f7}.product-sticky-header-colors .product-swatches{max-width:600px;overflow-y:auto}.product-sticky-header-colors .product-swatches .product-swatches__colors{display:inline-flex;max-width:800px;overflow-y:auto}.pointer-events-none{pointer-events:none}.slide-fade-enter-active{transition:all 0.3s ease-out}.slide-fade-leave-active{transition:all 0.8s cubic-bezier(1, 0.5, 0.8, 1)}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(20px);opacity:0}/*! 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:#f4f8f7}@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.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 #89a8a0;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}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/recommended-products/recommended-products.scss */.recommended-products{padding:24px 0}@media (min-width: 1024px){.recommended-products{padding:34px 0 63px}}.nosto-loader{width:100%;background:#f4f8f7;height:560px;color:black;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 2900px){.nosto-loader{height:1035px}}@media screen and (max-width: 2600px){.nosto-loader{height:935px}}@media screen and (max-width: 2300px){.nosto-loader{height:835px}}@media screen and (max-width: 2000px){.nosto-loader{height:735px}}@media screen and (max-width: 1700px){.nosto-loader{height:634px}}@media screen and (max-width: 1550px){.nosto-loader{height:566px}}@media (max-width: 1440px){.nosto-loader{height:543px}}@media (max-width: 1200px){.nosto-loader{height:463px}}@media (max-width: 1024px){.nosto-loader{height:486px}}@media (max-width: 768px){.nosto-loader{height:795px}}@media (max-width: 430px){.nosto-loader{height:495px}}@media (max-width: 414px){.nosto-loader{height:479px}}.nosto-loader p{font-size:20px}.carousel-by-nosto .flickity-viewport img{width:100%}.recommended-products__title{margin-bottom:24px;text-align:center}@media (min-width: 1024px){.recommended-products__title{margin-bottom:58px}}.recommended-products__item{margin-bottom:20px;width:100%}@media (min-width: 1024px){.recommended-products__item{margin-bottom:0;padding:10px;width:25%}}.recommended-products__item__title{margin:10px 0}.flickity-button{display:none}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}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/306/assets/slider-right.png?v=126265316529372646371684431657");background-size:contain;background-position:center;background-repeat:no-repeat}@media (max-width: 768px){.recommended-products__wrapper .flickity-viewport{overflow:visible}}.recommended-products__wrapper .product-card-slider{padding:40px 0 0 0;margin-bottom:0}@media screen and (max-width: 768px){.recommended-products__wrapper .product-card-slider{overflow:hidden !important}}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider{padding:64px 0 0 0}}.recommended-products__wrapper .product-card-slider__title{font-size:22px;margin-bottom:27px;margin-left:0}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__title{font-size:32px;margin-bottom:58px}}.recommended-products__wrapper .product-card-slider__items{margin-left:-5px;margin-right:0;width:calc(100% + 5px)}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__items{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}.recommended-products__wrapper .product-card-slider__item{padding:5px;width:70%;flex:none}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__item{padding:10px;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:calc(100% - 28px) !important}.recommended-products__wrapper .product-card-slider__item .product-card__details__title{width:100%;display:block;font-size:14px;line-height:18px;margin:10px 0}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__item .product-card__details__title{font-size:16px;line-height:20px}}.recommended-products__wrapper .product-card-slider__item .product-card__price{font-size:14px;line-height:18px}@media (min-width: 769px){.recommended-products__wrapper .product-card-slider__item .product-card__price{font-size:16px;line-height:20px}}.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)}.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}}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/product/zoom-gallery/zoom-gallery.scss */.zoom-gallery{bottom:0;left:0;overflow:scroll;position:fixed;right:0;top:0;z-index:999}.zoom-gallery__close{color:#fff;position:fixed;right:20px;top:20px;z-index:9999}/*! 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:#f4f8f7}@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:#f4f8f7;padding:14px 0;z-index:10}.header-nav--mobile .footer__geo{background-color:#ebf0ef}.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:18px;line-height:1em;font-weight:500;margin-bottom:24px}@media (max-width: 1024px){.footer-nav__title{font-size:16px;font-weight:500;margin-bottom:24px}}.footer-nav__container--mobile .footer-nav__title{font-size:16px;font-weight:500;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}@media (min-width: 1024px){.footer__newsletter__row{flex-direction:row}}.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-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}/*! path: /home/runner/work/frank-and-oak-shopify-theme/frank-and-oak-shopify-theme/src/modules/global/header/header/header.scss */.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 #e2e9e7}.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:500;letter-spacing:-0.05em;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:500}@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-popup{background:#1F4A37;width:335px;padding:32px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:12px;text-align:center;z-index:800;z-index:-1;opacity:0;visibility:hidden}.rewards-popup.active{opacity:1;z-index:1000;visibility:visible}@media screen and (min-width: 1024px){.rewards-popup.active{opacity:0;z-index:-1}}.rewards-popup__close{position:absolute;top:12px;right:12px}.rewards-popup__icon svg{width:32px;height:32px}.rewards-popup__title{font-size:28px;line-height:28px;color:#FCE7C2;margin-top:12px;font-weight:500;letter-spacing:-0.05em;font-family:'CircularStd', sans-serif}.rewards-popup__title span{font-family:'CanelaMedium', sans-serif;font-weight:500}.rewards-popup__description{font-size:18px;line-height:23px;color:#FCE7C2;margin-top:32px}.rewards-popup__features{color:#FCE7C2;text-align:left;margin-top:32px;margin-bottom:40px}.rewards-popup__features-item{display:flex;align-items:center;margin-top:14px}.rewards-popup__features-item svg{margin-right:10px}.rewards-popup__features-item span{font-size:16px;line-height:21px}.rewards-popup__features-item:first-child{margin-top:0}.rewards-popup__button{background:#FCE7C2;color:#113634;font-size:16px;line-height:16px;padding:16px 24px;font-weight:500;display:block;text-align:center}.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:#1F4A37}@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:500;letter-spacing:-0.05em}.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:500}.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:500;display:inline-block;flex-basis:100%}.rewards-menu__features-item:first-child{margin-top:0}.rewards-menu__button{background:#FCE7C2;color:#113634;font-size:16px;line-height:16px;padding:16px 16.5px;font-weight:500;display:block;text-align:center}.rewards-menu__item{border-bottom:1px solid #557466;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:500;color:#fff}.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:700}.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 #FCE7C2;color:#FCE7C2;margin-top:32px;transition:0.3s all;font-weight:500}.rewards-menu__button-customer:hover{background:#FCE7C2;color:#113634}@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:#f4f8f7}.header__account-menu-wrapper{background:#f4f8f7}@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:#ebf0ef;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}.header__account-list a{display:block;font-size:16px;line-height:21px;color:#000}.header__account-list a:hover{text-decoration:underline}.header__account-list a:not(:first-child){margin-top:16px}.header__account-list .header__account-list--divider{padding-top:24px;border-bottom:1px solid #e2e9e7;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;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:#ebf0ef;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}.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:#ebf0ef;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 .btn--wishlist{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;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:#f4f8f7;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 #e2e9e7;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:#edf2ea}@media (max-width: 768px){.header-cart-carousel__title{padding:10px 10px}}.header-cart-carousel__title h4{font-size:16px}.header-cart-carousel{max-height:195px;padding:0 32px 0;margin-bottom:36px;background:#fff}.header-cart-carousel .flickity-viewport{overflow:visible}@media (max-width: 768px){.header-cart-carousel{padding:0 10px 0}}.header-cart-carousel .recommended-products__wrapper{overflow:visible}.header-cart-carousel .recommended-products__wrapper .product-card-slider__item{padding:0 !important;width:400px;overflow:visible}@media (max-width: 768px){.header-cart-carousel .recommended-products__wrapper .product-card-slider__item{width:320px}}.header-cart-carousel .product-card__options__slider{display:inline;visibility:visible;position:relative}.header-cart-carousel .product-card__options{opacity:1;visibility:visible}.header-cart-carousel .product-card__options button,.header-cart-carousel .product-card__options span{color:#000}.header-cart-carousel .recommended-products__wrapper .product-card-slider__items{margin-left:0;margin-right:0}.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 .product-card-slider__item__card{width:320px;margin-right:0}}@media (max-width: 320px){.header-cart-carousel .product-card-slider__item__card{width:100%}}.header-cart-carousel .product-card-slider__item__card .img__el{max-height:127px;height:127px}.header-cart-carousel .product-card-slider__item__card .img{width:95px}.header-cart-carousel .product-card-slider__item__card .product-swatches{position:absolute;top:0;left:0;opacity:0;display:none}.header-cart-carousel .product-card__featured{max-height:127px;height:127px;width:95px;padding-top:45%;overflow:visible}.header-cart-carousel .product-card__featured .product-badge{display:none}.header-cart-carousel .product-card__featured .product-card__image{height:127px}.header-cart-carousel .product-card__featured:hover .product-card__image--secondary{opacity:0}.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}@media (max-width: 768px){.header-cart-carousel .product-card__content{width:calc(100% - 127px);margin-right:16px}}.header-cart-carousel .product-card__add{position:absolute;bottom:0;left:0}.header-cart-carousel .product-card__add .btn.btn--small{height:40px}.header-cart-carousel .product-card__add .btn.btn--compact{min-width:120px}.header-cart-carousel .product-card__add button{border:3px solid #000}.header-cart-carousel .product-card__details{gap:12px}.header-cart-carousel .product-card__details .product-card__price p+p{margin-left:0}.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 .product-card__details .product-card__price{text-align:right;align-items:center}}@media (max-width: 320px){.header-cart-carousel .product-card__price p{font-size:12px}}.header-cart-carousel .product-card__details__title{margin:0 !important;font-size:14px !important;width:100% !important}@media (min-width: 769px){.header-cart-carousel button.slider-nav-button{justify-content:center;align-items:center}}.header-cart-carousel .slider-nav-button{top:37%;right:-83px !important}@media (max-width: 1100px){.header-cart-carousel .slider-nav-button{right:-83px !important}}.header-cart-carousel .slider-nav-button svg{position:absolute;top:10px;left:8px}.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 .product-card__details__title-full .product-card__details__title{width:70% !important}}@media (max-width: 768px){.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 .recommended-products__wrapper .product-card-slider__item .product-card__price{font-size:12px !important}}.header-cart-carousel .recommended-products__wrapper .product-card-slider{margin-top:0 !important;border-top:none !important}@media (max-width: 1023px){.header-cart-carousel .recommended-products__wrapper .product-card-slider{padding:20px 0 0 0 !important}}@media screen and (max-width: 768px){.header-cart-carousel .recommended-products__wrapper .product-card-slider{overflow:visible !important}}.header-cart-carousel .recommended-products__wrapper button.slider-nav-button.previous{left:5px !important}.header-cart-carousel .product-card__image--secondary{width:35%}.header-cart-carousel .product-card-slider{padding:0;margin:0}.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:700;padding:1px 2px;margin-right:6px;letter-spacing:0.02em;display:flex;justify-content:center;align-items:center;background-color:transparent;color:#fa4b21;border:2px solid #fa4b21;border-radius:100px;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 !important;border:none;padding:3px 4px;border-radius:21px}.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__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__footer{left:0;right:0;bottom:0;padding:16px 32px;background-color:#ebf0ef}@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}.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 .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 #b5c1be}.header-cart .product-card__cta__el{height:100%;width:100%;font-weight:500}.header-cart .product-card__featured a{position:absolute;height:127px;top:0;bottom:0;left:0;right: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:bold}@media (max-width: 375px){.header-cart__footer__savings{width:100%}}/*! 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:14px;font-weight:700;width:100%;padding:8px 32px;color:#fff;background:#000;gap:12px}.header-cart-basic-promo>span.highlight{font-weight:600}.header-cart__body__element .header-cart-basic-promo{margin-top:16px;border-radius:100px}/*! 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:500}.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/306/assets/icon-check.svg?v=127002507045052899641684431657");-webkit-mask:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-check.svg?v=127002507045052899641684431657");-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/306/assets/icon-check.svg?v=127002507045052899641684431657");-webkit-mask:url("//ca.frankandoak.com/cdn/shop/t/306/assets/icon-check.svg?v=127002507045052899641684431657");-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:500;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}}.header-feature__title,.header-feature__subtitle{margin-bottom:0;color:#fff;font-size:20px}@media (min-width: 1024px){.header-feature__title,.header-feature__subtitle{margin-bottom:12px;font-size:20px;font-weight:500}}.header-feature__link{color:#fff;font-size:14px;font-weight:400;padding-bottom:2px;border-bottom:1px solid #89a8a0}@media (min-width: 1024px){.header-feature__link{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:500}}.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:500}.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-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:#ebf0ef;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:#f4f8f7}.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 #89a8a0}.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:#ebf0ef}.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:#f4f8f7;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:500}.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:#f4f8f7}.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 #e2e9e7}.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 #e2e9e7}.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 #d7d7d7}.mobile-extra-menu__wrapper .header-nav__subnav__item{padding:24px 0;border-bottom:1px solid #e2e9e7}.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 #89a8a0;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:#89a8a0;text-decoration-color:#89a8a0;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 #d7d7d7;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}.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:bold}/*! 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.25%}.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}/*! 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{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/306/assets/link-border.png?165438");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.5px}.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}.nav .nav__dropdown .nav__dropdown>ul{display:flex;letter-spacing:0.5px}.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/product/product-accordion/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/product/product-accordion/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%}}

