/** Shopify CDN: Minification failed

Line 885:14 Unexpected "{"
Line 885:23 Expected ":"
Line 888:12 Unexpected "{"
Line 888:21 Expected ":"

**/
.close_btn {
  position: absolute !important;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  min-width: 15px;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.icon-columns .text-spacing {
  position: relative;
}
.icon-columns.modal {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  color: inherit;
  align-items: center;
  justify-content: center;
}
.icon-columns.modal > div {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  max-width: 800px;
  margin: auto;
  width: 96%;
}

@media (max-width: 768px) {
  .close_btn {
    top: -10px;
    right: -10px;
  }
}

.product-designs__label {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.8em;
  margin-top: 18px;
  margin-bottom: 10px;
}
.product__designs {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.product__design {
  display: block;
  padding: 0 5px;
  max-width: 86px;
}

@media (max-width: 1023px) {
  .product__designs {
    justify-content: center;
  }
}

.variant__label-sizelink {
  letter-spacing: 0;
  color: var(--colorNavText);
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  text-decoration: underline;
  margin-left: 15px;
}
.modal--quick-shop .variant__label-sizelink {
  display: none;
}
.modal--size-chart .modal__inner {
  width: 100%;
  max-width: 650px;
}

#widget-Gumstack .bubble-bottomRight {
  margin-bottom: 7em;
  right: 22px;
  z-index: 9 !important;
}
@media only screen and (max-width: 834px) {
  #widget-Gumstack .bubble-bottomRight {
    right: 0;
  }
}

.desktop_only {
  display: block;
}
.mobile_only {
  display: none;
}
.add_font {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: var(--typeHeaderWeight);
  letter-spacing: var(--typeHeaderSpacing);
  line-height: var(--typeHeaderLineHeight);
}
.feedback_container {
  padding: 30px 150px;
}
.feedback_banner img {
  margin: 40px auto;
}
.feedback_message {
  text-align: center;
}
.feedback_message p {
  font-size: 20px;
  color: #904231;
}
.feedback_scale_container {
  padding: 40px 0 0;
}
.feedback_scale_container .feedback_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.feedback_question {
  font-size: 18px;
  color: #5a5552;
}
.feedback_scale {
  padding: 30px 0 0;
}
.feedback_title span {
  font-size: 16px;
  color: #938c89;
}
span.feedback_scale_rating {
  display: flex;
  width: 100%;
}
span.feedback_scale_rating > label {
  position: relative;
  -webkit-appearance: none;
  outline: 0 !important;
  border: 1px solid #bbbab8;
  height: 60px;
  width: 100%;
  float: left;
  cursor: pointer;
}
span.feedback_scale_rating input[type="radio"] {
  position: absolute;
  -webkit-appearance: none;
  opacity: 0;
  outline: 0 !important;
  height: 60px;
  width: 100%;
  float: left;
  cursor: pointer;
  z-index: 3;
}
span.feedback_1 label:hover,
span.feedback_1 label.active {
  background: #dbc6c1;
}
span.feedback_color {
  padding: 0 10px;
}
span.feedback_color label:nth-child(1):hover,
span.feedback_color label.active:nth-child(1) {
  background: #69ca94;
}
span.feedback_color label:nth-child(2):hover,
span.feedback_color label.active:nth-child(2) {
  background: #b8dd9a;
}
span.feedback_color label:nth-child(3):hover,
span.feedback_color label.active:nth-child(3) {
  background: #f8f5a8;
}
span.feedback_color label:nth-child(4):hover,
span.feedback_color label.active:nth-child(4) {
  background: #fdd7a8;
}
span.feedback_color label:nth-child(5):hover,
span.feedback_color label.active:nth-child(5) {
  background: #f69f8b;
}
span.feedback_color label:before {
  font-size: 18px;
}
span.feedback_scale_rating label:before {
  content: attr(value);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  font-size: 18px;
  color: #5b5653;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.feedback_textarea {
  width: 100%;
  height: 250px;
  padding: 30px 20px;
}
.feedback_textarea textarea {
  width: 100%;
  height: 100%;
}
.mandatory_message {
  font-size: 15px;
  color: #a39897;
}
.feedback_submit_container {
  width: 100%;
  text-align: center;
  padding: 30px;
}
.feedback_submit {
  width: auto;
  font-size: 20px;
  color: #604a4a;
  background-color: #f58b76;
  padding: 14px 39px;
  border-radius: 9px;
}
.feedback_thankyou {
  display: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .desktop_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .feedback_container {
    padding: 0 25px;
  }
  .feedback_banner img {
    margin: 30px auto;
  }
  .feedback_message p {
    font-size: 11px;
  }
  .feedback_scale_container {
    padding: 20px 0 0;
  }
  .feedback_question {
    font-size: 12px;
    color: #604a4a;
    line-height: 20px;
  }
  .feedback_scale {
    padding: 15px 0 0;
  }
  .feedback_title span {
    font-size: 9px;
  }
  span.feedback_scale_rating > label {
    height: 54px;
  }
  span.feedback_scale_rating label:before {
    font-size: 15px;
  }
  span.feedback_color {
    padding: 0;
  }
  span.feedback_color label:before {
    font-size: 9px;
  }
  .feedback_textarea {
    padding: 20px;
  }
  .mandatory_message {
    padding: 0 20px;
  }
  .mandatory_message {
    font-size: 12px;
  }
  .feedback_submit {
    padding: 12px 35px;
    font-size: 16px;
  }
  .feedback_thankyou {
    margin-bottom: 10px;
  }
}

.error {
  color: red;
}
.feedback_scale p {
  display: none;
}

.studioeditor #geoip-banner {
  display: none !important;
}

.product-block.product-block--price {
  margin-bottom: 0px;
}
.collection__description .rte ol,
.collection__description .rte p,
.collection__description .rte table,
.collection__description .rte ul,
.collection__description .rte h1,
.collection__description .rte h2,
.collection__description .rte h3,
.collection__description .rte h4,
.collection__description .rte h5,
.collection__description .rte h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

.store-location-page .page-width--narrow.page-content {
  max-width: 1500px;
  padding-top: 33px;
  padding-bottom: 0px;
}
.store-location-page .breadcrumb {
  text-align: left;
}
.store-location-page .page-content header {
  display: none;
}
.store-location-page main h2 {
  letter-spacing: 3px;
  color: #874f4b;
  font-weight: 500;
  margin: 36px 0px;
  font-size: 2rem;
  text-align: center;
}
.store-location-page .main_koskii_address h1.page_title {
  margin-top: 0;
}
.store-location-page main .theme-block > .rte > .btn {
  font-size: 20px;
  color: #fff;
}
.section_icons {
  display: flex;
  margin: 0 20px;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  min-height: 250px;
  align-content: flex-start;
  box-shadow: 1px 0px 5px 4px rgb(0 0 0 / 10%);
  padding-top: 30px;
}
.section_icons hr {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 80%;
  border-top-color: #919191;
  border-width: 2px;
}
.section_icons hr + p {
  font-weight: bold;
  color: #874f4b;
  margin-bottom: 8px;
}
.section_icons img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .store-location-page .large_cities .small---hide {
    margin-left: calc(25% - 11px);
  }
}
@media (max-width: 768px) {
  .section_icons {
    margin: 0 0px 20px 0;
  }
  .store-location-page .large_cities .small---hide {
    display: block !important;
  }
  .store-location-page main h2 {
    font-size: 1.5rem;
  }
}
.seo_links + .seo_links {
  margin-top: 10px;
}
.seo_links a {
  display: inline-block;
  padding-right: 6px;
  margin-left: 4px;
  margin-bottom: 2px;
  border-right: 1px solid;
  line-height: 13px;
  text-decoration: underline;
}
.seo_links a > * {
  text-decoration: none !important;
}
.seo_links a:first-of-type {
  margin-left: 0px;
}
.seo_links a:last-of-type {
  border-right: 0px solid #ddd;
}
@media (max-width: 768px) {
  .seo_links {
    margin-top: 20px;
  }
}
.icon--payment img {
  height: 22px;
  width: auto;
  border-radius: 2px;
  box-shadow: 0px 0px 1px;
}
/*
#StickyHeaderWrap {
  height: 149px !important;
}
@media (max-width: 768px) {
  #StickyHeaderWrap {
    height: 122px !important;
  }
} */
.section-header {
  position: relative;
}
.section-header .section-header__title + a.section-header__link {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .section_foot_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section_foot_link a.section-header__link {
    padding: 4px 13px;
    font-size: small;
    min-width: 10px;
    letter-spacing: 1px;
  }
}
.site-nav__link--icon--wishlist {
  position: relative;
}
.site-nav__link--icon--wishlist svg {
  fill: transparent;
  stroke: #893b36;
  height: 20px !important;
}
.site-nav__link--icon--wishlist > span {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  padding: 0;
  background: #f58b76;
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
}
[button-wishlist] svg {
  pointer-events: none;
}
header .icon-heart path,
[button-wishlist] .icon path{
  fill: transparent ;
  stroke: #000000;
  transition: fill 0.3s ease;
  width: 18px;
  height: 18px;
  stroke-width: 10px;
}
header .icon-heart path{
   stroke: currentcolor;
  stroke-width: 20px;
}
[button-wishlist].active .icon path{
  fill: #f8b3a6 !important;
  stroke: #f8b3a6  !important;
}
.grid-product__content [button-wishlist],
.st-product > .st-col-md-3 [button-wishlist] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 7;
  padding: 7px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.st-product .st-ProductItem__ImageWrapper {
  position: relative;
}
.wishlist-btn-large {
  position: static !important;
  width: 90% !important;
  background-color: #f58b76 !important;
  border-radius: 0 !important;
  color: #fff;
  margin: auto;
}
.wishlist-btn-large svg {
  margin-right: 5px;
}
[button-wishlist] .icon svg{
  
}
[button-wishlist].active.wishlist-btn-large .icon path {
  fill: #fff  !important;
}
@media (max-width: 768px) {
  .grid-product__content [button-wishlist],
  .st-product > .st-col-md-3 [button-wishlist] {
    bottom: 10px;
    padding: 4px;
    height: 25px;
    width: 25px;
  }
  [button-wishlist] .icon {
    width: 14px;
    height: 14px;
  }
  .st-product > .st-col-md-3 [button-wishlist] {
    /*     bottom: 120px; */
  }
  body.data-loading #AnnouncementSlider .flickity-slider > div:first-of-type {
    left: 0% !important;
    position: absolute !important;
  }
  body.data-loading
    #AnnouncementSlider
    .flickity-slider
    > div:first-of-type
    + div {
    left: 100% !important;
    position: absolute !important;
  }
  body.data-loading
    #AnnouncementSlider
    .flickity-slider
    > div:first-of-type
    + div
    + div {
    left: 200% !important;
    position: absolute !important;
  }
}
body.template-page .rte h1,
body.template-page .rte h2,
body.template-page .rte h3,
body.template-page .rte h4,
body.template-page .rte h5,
body.template-page .rte h6,
body.template-page .rte ol,
body.template-page .rte p,
body.template-page .rte table,
body.template-page .rte ul {
  margin-top: 0px;
  margin-bottom: 15px;
}
body.app-mode #shopify-section-header,
body.app-mode #shopify-section-footer {
  display: none !important;
}
body.data-loading main div + div + div {
  opacity: 0;
  min-height: 100px;
  overflow: hidden;
}
 .mobile_menus  > div{ 
       padding: 15px var(--drawer-gutter);
  }
  .mobile_menus  > div .btn{
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 2px;
    border: 2px solid  #f58b76;
  } 
 .mobile_menus  > div  .btn--secondary{ 
    background: transparent;
    color: #f58b76;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 2px;
} 
  .mobile-nav__social-item{
    flex: 0 1 25%;
    border-color: transparent;
  }
  .mobile-nav__social a{
    padding: 12px 10px;
  }
  .locate-btn{ 
   border: 1px solid var(--colorDrawerBorder);
  padding: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 10px;
    transition: all 0.2s;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.72;
  }
  .locate-btn svg path{
    fill: #f58b76;
     transition: all 0.2s;
  }
  .locate-btn:hover{
    background: var(--colorBtnPrimaryLight) !important;
    color:#fff  !important;
  }
   .locate-btn:hover svg path{
      fill:#fff  !important;
   }
 .wishlist_notif{
    background:rgba(0,0,0,0.5);
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    top:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999999;
  }
   .wishlist_notif > div{
     background:#fff;
     padding:15px 15px 5px 15px;
     max-width:500px;
     position:relative;
   }
   .wishlist_notif > div .top_box{
     display:flex; 
     border-bottom:1px solid #ddd;
     margin-bottom:0px;
     align-items: flex-start; 
  padding-bottom: 10px;
   }
  .wishlist_notif > div .top_box .box_img {
     flex:0 0 20%; 
   }
  .wishlist_notif > div .top_box .modal___close{
     flex:0 0 10%; 
   }
  .wishlist_notif  .box_content{
    flex:0 0 73%; 
    padding:0 10px 10px 10px;
  }
  .wishlist_notif .bottom_box{
     display:flex;
     justify-content:space-evenly;
     align-items:center;
  }
  .wishlist_notif .bottom_box button { 
     width:50%;
    font-size: 12px;
  letter-spacing: 2px;
   padding:17px 10px;
   background:#fff !important; 
  }
  .wishlist_notif .bottom_box div {
     width:1px;
     background:#c6c6c6;
     height:20px;
     margin-left:5px;
    margin-right:5px;
  }
  .wishlist_notif .bottom_box > button:first-of-type{
    color:#8a8a8a;
    background:#fff;
  }
  .wishlist_notif .bottom_box > button:last-of-type{
    color:#7a3331 !important;
  }
.grid_atc{
     margin-top:10px;
   }
    .grid_atc button{
      padding: 8px;
    }
.cta_btn{
        display:flex;
        gap:10px;
        align-items:center;
      }
   @media (min-width:768px){
     .share_icon{
       display:none;
     }
     .cta_btn > *{
       flex:1;
       width:calc(100% - 10px);
     }
     .cta_btn  svg{
       height:18px;
       width:18px;
     }
    .cta_btn  path{
        fill: var(--colorBtnPrimaryText);
      }
     .cta_btn button:not(.btn--loading) span{
       display:flex;
       align-items:center;
       gap:10px;
       justify-content:center;
     }
     
   } 
   @media (max-width:768px){
     .product-block .payment-buttons{
       box-shadow:none;
     }
     .cta_btn  {
     width: 100%;
       flex-direction: row-reverse;
    padding: 8px 5px;
       gap:5px;
   }
   body:not(.page--wishlist)  .cta_btn button.add-to-cart{
      width: calc(calc(100% - 26%) - 10px) !important;;
       min-height: 20px;
       color: #fff;
    font-size: 18px;
    text-transform: inherit;
    letter-spacing: 2px;
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 8px;
     }
       .cta_btn button.add-to-cart svg{
          display:none;
       }
     .cta_btn + div{
       display:none;
     }
     .product-block .payment-buttons{
       background: #f2f2f2;
     }
     .cta_btn [button-wishlist], 
     .share_icon{
        background: #fff;
    width: 13%;
    min-width: 10px;
    padding-left: 0;
    padding-right: 0;
       border-color: #fff;
    border-radius: 0;
     }
    .cta_btn ._label{
       display:none;
     }
     .share_icon{
     padding: 7px;
     }
     .share_icon svg{
          transform: scale(0.58);
    position: relative;
    top: 3px;
     }
   }
@media only screen and (max-width:767px){
  .product-block .payment-buttons {
  	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; 
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 30%);
  }
  .product-block .payment-buttons .add-to-cart,
  .product-block .payment-buttons .shopify-payment-button {
  	width: 50%;
    margin: 0;
  }
  .product-block .payment-buttons .add-to-cart,
  .product-block .payment-buttons .shopify-payment-button__button {
  	border-radius: 0;
  }
  body.template-product {
  	padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .icon--payment img {
    box-shadow: unset;
  }
}
@media (max-width: 420px) {
  #shopify-section-template--15471851831379__78562bc3-c68e-4798-b138-c32fa1a0b900 {
    margin-bottom: -40px;
    max-height: 120px;
    overflow: hidden;
  }
}
.app_links {
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  .app_links {
    justify-content: center;
  }
}

.link_widget{
    margin-bottom:20px;
  }
   .all_tags .st-right-arrow {
    background-image: url(/cdn/shop/t/189/assets/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    width: 14px;
    height: 11px;
    display: inline-block;
    padding-top: 0; 
    opacity: 0.5;
    margin-left: 6px; 
}
  .multiple_box{
    text-align: center;
  }
  .multiple_box > *{
    margin:5px;
  }
  .multiple_box label span{
    display:flex;
    align-items:center;
    justify-content:center; 
  }
  .multiple_box label span:hover{
      background: #f7d9cb;
  }
    .section-{{ section.id }} .section-header{
      margin-bottom:25px;
    }
  .section-{{ section.id }} .argoid-section__title{
   margin-bottom:0px;
  }
  .all_tags {
    width: 100% !important;
  height: unset  !important;
      white-space: unset  !important;
  padding:0  !important;
}

.all_tags {
	height: 60px;
	text-align: left;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0 10px;
	width: 96%;
	margin: 0 auto
}

#searchModal .contain-size .multiple_box {
	width: 100%;
	margin: 0 auto
}

.all_tags .tag-button {
	float: none;
	display: inline-block;
	font-size: 13px;
	-webkit-border-radius: 2px;
	height: auto;
	color: #444;
	margin: 0 .1em .5em;
	cursor: pointer
}

.multiple_box label {
	font-weight: 400;
	margin-left: 0;
	text-transform: none;
	margin-right: 0;
	cursor: pointer;
	border-radius: 40px;
	line-height: 34px;
	user-select: none;
	max-width: 100%
}

.multiple_box input[type=checkbox] {
	display: none;
	width: auto;
	position: inherit;
	margin-right: 10px;
	margin-top: 0
}

.multiple_box label span {
	margin: 0;
	font-size: 12px;
	padding: 6px 20px;
	letter-spacing: .02em;
	float: left;
	color: #5c5c5c;
	text-decoration: none;
	font-weight: 500;
	border-radius: 40px;
	text-transform: uppercase;
	border: 1px solid #e2e2e2
}
.page--wishlist .cta_btn .btn--secondary.active{
  display:none !important;
}
#HeaderWrapper .icon-chevron-down{
  display:none;
}
  @media  (max-width: 768px){
    .page--wishlist .grid_atc{
      z-index:9;
    }
    .page--wishlist .payment-buttons .add-to-cart{
      min-height:10px;
    }
    .page--wishlist  .cta_btn .share_icon{
      display:none;
    }

    .all_tags .tag-button{
      margin-bottom:0  !important;
    }
    .multiple_box label span{
      font-size: 10px  !important;
    padding: 7px 10px  !important;
    letter-spacing: 0em  !important;
    }
    .multiple_box label{
          margin-bottom: 0  !important;
          line-height: initial  !important;
          display: inline-block  !important;
    }
    .all_tags .st-right-arrow{
          width: 12px  !important;
    height: 9px  !important;
    }
  }
