/** Shopify CDN: Minification failed

Line 1275:16 Expected ")" to end URL token
Line 1277:16 Expected ")" to end URL token

**/
.link{
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  --font-heading-line-height: 130%;
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
.h1,.h2,.h3,.h4,.h5,.h6{
  margin: 0;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a,
.h1>a,.h2>a,.h3>a,.h4>a,.h5>a,.h6>a{
  color: var(--color-base);
}
.section-heading-text{
  color: var(--color-heading);
}
@media (min-width: 993px){
  h1,h2{
  	--h-mt: 10px;
    --h-mb: 10px;
  }
}
@media (max-width: 992px){
  h1,h2{
  	--h-mt: 10px;
    --h-mb: 10px;
  }
}
h1,.h1{
  font-size: calc(42px * var(--font-heading-scale));
}
h2,.h2{
  font-size: calc(36px * var(--font-heading-scale));
}
h1,h2{
  margin-top: var(--h-mt, 0);
  margin-bottom: var(--h-mb, 0);
}
h3,.h3{
  font-size: calc(30px * var(--font-heading-scale));
}
h4,.h4{
  font-size: calc(24px * var(--font-heading-scale));
}
h5,.h5{
  font-size: calc(20px * var(--font-heading-scale));
}
h6,.h6{
  font-size: calc(16px * var(--font-heading-scale));
}
h3,h4,h5,h6{
  --h-mt: 10px;
  --h-mb: 10px;
  margin-top: var(--h-mt);
  margin-bottom: var(--h-mb);
}
.body2{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-weight);
}
strong,b,.strong{
  font-weight: var(--font-body-bold-weight);
}
h1.strong,h2.strong,h3.strong,h4.strong,h5.strong,h6.strong,.h1.strong,.h2.strong,.h3.strong,.h4.strong,.h5.strong,.h6.strong,
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong,.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,.h6 strong,
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b,.h1 b,.h2 b,.h3 b,.h4 b,.h5 b,.h6 b{
  font-weight: var(--font-heading-weight);
}

form{
  margin: 0;
}
button,
button:active,
button:focus{outline: none;border: none;}
img{
  max-width: 100%;
  vertical-align: middle;
}
meta+img,p+img,p span img{
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
input:focus, input:active{outline: none;}
input::placeholder,
textarea::placeholder{
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: var(--color-input-text);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: var(--color-input-text);
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  color: var(--color-input-text);
}
a{
  color: var(--color-text-link);
  text-decoration: underline;
  outline: 0;
  transition: color var(--duration-medium) var(--animation-bezier);
}
a:hover{text-decoration: none;}
a.clear-underline{
  text-decoration: none;
}
ul, ol{
  margin-top:10px;
  margin-bottom:0;
  padding-left: 28px;
}
.unstyle-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 10px 0 0;
}
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none!important;
}
html.no-js .no-js:not(html) {
  display: block!important;
}
  
address {
  font-style: var(--font-body-style);
}

.color-base{color: var(--color-base);}
.mb0{margin-bottom: 0px;}
.mb4{margin-bottom: 4px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mt0{margin-top: 0px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}

.el_mt_grid{margin-top: var(--page-padding);}
  
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.nomargin{margin: 0;}
.mt--first-child-0 > *:first-child{margin-top:0;}
.mb--last-child-0 > *:last-child{margin-bottom:0;}
.text-uppercase{text-transform: uppercase !important;}
.justify-content-center{justify-content: center !important;}
.justify-content-end{justify-content: flex-end !important;}
.align-items-start{align-items: flex-start !important;}
.align-items-center{align-items: center !important;}
.align-items-end{align-items: flex-end !important;}
.align-self-center{align-self: center !important;}
.align-self-end{align-self: flex-end !important;}
.display-block{display: block;}
.display-flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.position-relative{position: relative;}
.hidden, .hide{display: none !important;}
.body-bold-weight{font-weight: var(--font-body-bold-weight);}
.visibility-hidden{
  visibility: hidden;
  display: none !important;
}
.visibility-hidden:first-child+*:not(.visibility-hidden){
  margin-top: 0;
}
@media (min-width:577px){
  .justify-content-center--no-phone{justify-content: center !important;}
}
@media (max-width:576px){
  .hide-sp{display: none !important;}
}

.top-spacing-none{
  --sections-top-spacing-current: 0;
}
.top-spacing-small{
  --sections-top-spacing-current: var(--sections-top-spacing--small);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing--small-mobile);
}
.top-spacing-normal{
  --sections-top-spacing-current: var(--sections-top-spacing);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing-mobile);
}
[class*="top-spacing-"]{
  margin-top: var(--sections-top-spacing-current);
}
@media (max-width:992px){
  [class*="top-spacing-"]{
    margin-top: var(--sections-top-spacing-current-mobile);
  }
  .top-spacing-small{
    margin-top: var(--sections-top-spacing--small-tablet);
  }
}
@media (max-width:576px){
  .top-spacing-small{
    margin-top: var(--sections-top-spacing--small-mobile);
  }
}


.scroll__vertical{overflow: hidden auto;}
.scroll__disabled{overflow: hidden;}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[style*="--aspect-ratio"]{
  position: relative;
  overflow: hidden;
  width: 100%;
}
[style*="--aspect-ratio"] img,
[style*="--aspect-ratio"].placeholder__svg--bg svg{
  backface-visibility: hidden;
  transform: translateZ(0);
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[style*="--aspect-ratio"]:before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100%/(0 + var(--aspect-ratio, 1 / 1)));
}
@media (max-width: 992px){
  [style*="--aspect-ratio-mobile"]:before{
   --aspect-ratio: var(--aspect-ratio-mobile);
  }
}
.image-hover-scaling__container{
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
a.image-hover-scaling__image{
  display: block;
}
.content-item .image-hover-scaling__container.image-hover-scaling__border{
  background:var(--color-secondary-background);
  border-bottom: max(var(--border-width), 1px) var(--border-style) var(--color-border);
  transition: border-color var(--duration-for-border) var(--animation-bezier);
}
@media (min-width: 993px){
  .image-hover-scaling-up .image-hover-scaling__image{
    transition: transform var(--duration-medium) var(--zoom-animation-bezier);
    transform: scale(1);
  }
  .image-hover-scaling-up:hover .image-hover-scaling__image:not(.image-hover-scaling-up--disabled),
  .hover-area:hover .image-hover-scaling-up .image-hover-scaling__image:not(.image-hover-scaling-up--disabled){
    transform: scale(var(--scale-image, 1)) rotate(var(--rotate-image,0));
  }
  .content__border-h:hover .image-hover-scaling__container.image-hover-scaling__border{
    border-color: var(--color-border-hover);
  }
}

*:not(.text-center) > .heading-with-button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.heading-with-button .link{
  margin-left: auto;
  flex: 0 0 auto;
}
.heading-with-button__for-center{
  width: max-content;
  flex: 0 0 auto;
  visibility: hidden;
  opacity: 0;  
}
@media (min-width: 577px){
  .text-center > .heading-with-button{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap:10px;
    align-items: center;
  }
}
@media (max-width: 576px){
  .text-center > .heading-with-button .section-heading-text+.link{
    margin-top: 10px;
  }
  .heading-with-button__for-center{
    display: none;
  }
}

.badge__container{  
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  pointer-events: none;
}
.badge__container:empty{
  display: none;
}
.badge{
  display: inline-flex;
  pointer-events: none;
  background: var(--color-badge-1);
  color: var(--color-badge-1-text);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  pointer-events: none;
  text-transform: initial;
  font-weight: normal;
}
.badge-simple .badge{
  padding: 0 10px;
}
.badge--fixed{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  z-index: 3;
}
.badge__container.badge__inline{
  gap:5px;
  margin: 20px 20px 0 20px;
}
.badge__container.badge__inline .badge{
  padding: 4px 8px 3px;
  border-radius:var(--radius-badge);
  word-break: break-word;
}
.badge--small{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  padding: 1px 4px;
}
.badge__small__rounded .badge{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  border-radius:var(--radius-badge);
  padding:3px 6px;
}
.badge--featured{
  background: var(--color-badge-2);
  color: var(--color-badge-2-text);
}
.badge--sold_out{
  background: var(--color-badge-3);
  color: var(--color-badge-3-text);
}
.no-js ticker-section{
  display: none;
}
.badge-ticker{
  display: flex;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}
.badge-ticker__item{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.badge-ticker__container{
  display: flex;
  align-items: center;
}
.badge-ticker__container.ticker--animation{
  animation: badge-ticker var(--ticker-delay, 15s) infinite linear;
}
.badge-ticker__container p{
  margin-top: 0;
  padding: 5px 10px;
  white-space: nowrap;
}
.badge__container-grid{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
@-moz-keyframes badge-ticker {
  100% {
	transform: translateX(-100%);
  }
}
@-webkit-keyframes badge-ticker {
  100% {
	transform: translateX(-100%);
  }
}
@-o-keyframes badge-ticker {
  100% {
	transform: translateX(-100%);
  }
}
@keyframes badge-ticker {
  100% {
	transform: translateX(-100%);
  }
}

.badge__menu{
  padding: 0 5px;
  font-size:12px;
  width: max-content;
}
.badge__menu__fixed{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0!important;
  gap: 4px;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.cart-count-bubble{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-icons);
  border-radius: 50%;
  transition: color var(--duration-medium) var(--animation-bezier);
}
.header__cart .content-item:hover .cart-count-bubble{
  color: var(--color-icons-hover);
}
.cart-icon-bubble{
  display: flex;
  position: relative;
}
.cart-count-bubble{
  position:absolute;
  width:100%;
  bottom:calc(100% - 6px);
  left:calc(100% - 3px);
}

.link{
  --color-hover:var(--color-link-text-button-hover);
  cursor: pointer;
  display: inline-flex;
  gap:10px;
  position: relative;
  align-items: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: var(--color-link-text-button);
  width: max-content;
  height: max-content;
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  word-break: break-word;
  transition: color var(--duration-medium) var(--animation-bezier);
}
.link-on-all-background{
  padding:20px;
}
product-modal .link-on-all-background,
body:not(.classic-theme-design) .link-on-all-background,
.footer__content .link-on-all-background{
  width:100%;
  height:100%;
}
.link svg{
  flex: 0 0 auto;
}
.link svg.theme-icon path{
  fill: var(--color-link-text-button);
}
.link:not(.link-with-icon):before,
.link.link-with-icon span:before,
.link .predictive-search__item_link:before{
  content: "";
  position: absolute;
  width: 0;
  height:var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.link.predictive-search__item:before{
  content: none;
}
.link.link-with-icon span,
.link .predictive-search__item_link{
  position:relative;
}
.link.link-heading-button{
  --color-hover:var(--color-heading-text-button-hover);
  --color-link-text-button:var(--color-heading-button);
}
@media (min-width: 993px){
.hover-area:hover .link,
.link:hover{
  color:var(--color-hover);
}
.hover-area:hover .link svg path,
  .link:hover svg path{
    fill:var(--color-hover);
  }
  .hover-area:hover .link:not(.link-with-icon):hover:before,
  .hover-area:hover .link.link-with-icon:hover span:before,
  .link:not(.link-with-icon):hover:before,
  .link.link-with-icon:hover span:before,
  .link:hover .predictive-search__item_link:before{
    text-decoration: none;
    width: 100%;
  }
  [type="submit"]:hover svg path,
  [type="button"]:not(.link):not(.deferred-media__poster):not(.btn-main-icon-hover):hover svg path{
    fill:var(--color-icons-hover);
  }
  a:hover svg.placeholder-svg path{
    fill: rgba(var(--color-base-rgb), .3);
  }
}

svg.theme-icon path,
svg.theme-icon rect{
  fill: var(--color-icons);
}
svg.placeholder-svg path{
  fill: rgba(var(--color-base-rgb), .3); 
}
svg > *{
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.btn{
  --background: var(--color-button);
  --color:var(--color-button-text);
  --background-hover: var(--color-button-hover);
  --color-hover:var(--color-button-text-hover);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-button-weight);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  height: 60px;
  background: var(--background);
  color: var(--color);
  border-radius: var(--radius-button);
  border: unset;
  padding: 0 20px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  word-break: break-word;
  transition: color var(--duration-medium) var(--animation-bezier),
              background var(--duration-medium) var(--animation-bezier);
}
.btn svg path{
  fill: var(--color);
  transition: fill var(--duration-medium) var(--animation-bezier);
}
.btn:hover{
  text-decoration: none;
}
@media (min-width: 993px){
  .btn:hover{
    background: var(--background-hover);
    color: var(--color-hover);
  }
  .btn:hover svg path{
    fill: var(--color-hover);
  }
}
.btn svg{
  flex: 0 0 auto;
}
.btn[aria-disabled=true]{
  cursor: not-allowed;
  opacity: .3;
  pointer-events: none;
}
.link[aria-disabled=true]{
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}

.animation-underline{
  --color-hover:var(--color-base);
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.animation-underline:before{
  content: "";
  position: absolute;
  width: 0;
  height: var(--animation-underline-thin);
  left: 0;
  top: 100%;
  background: var(--color-hover);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.animation-underline--active:before{
  width: 100%;
}
@media (min-width: 993px){
  .hover-area:hover .animation-underline:not(.hover-area--native):before,
  .animation-underline:hover:before{
    text-decoration: none;
    width: 100%;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):hover:before{
    text-decoration: none;
    width: 0;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):after{
    content: "";
    position: absolute;
    width: 100%;
    height: var(--animation-underline-thin);
    left: 0;
    top: 100%;
    background: transparent;
  }
}
 
.placeholder__svg--bg{
  background: rgba(var(--color-base-rgb), 0.07);
}
.placeholder__svg--bg-none{
  background: rgba(0,0,0,0);
}
.placeholder__svg--bg svg{
  display: flex;
  width: 100%;
  height: auto;
}
  
.w-full {width: 100%;}
.h-full {height: 100%;}
@media (min-width:993px){
  .w-full-half-lg {width: 50%;}
}

/* ***************  */
blockquote{
  background: var(--color-blockquote);
  padding:20px 20px 20px 48px;
  margin-left:-20px;
  width:calc(100% + 40px);
  position:relative;
}
blockquote>*{
  margin-top:0;
}
blockquote:before{
  content:"“";
  position:absolute;
  top:20px;
  left:19px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
}

blockquote:first-child:not(:only-child){
  margin-bottom:20px;
}
blockquote:last-child:not(:only-child){
  margin-top:20px;
}
.classic-theme-design blockquote{
  border-radius:var(--radius);
}
@media (max-width:992px){
  .classic-theme-design .page-fullwidth blockquote{
    border-radius:0;
  }
}

.shopify-challenge__message{
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  font-size: 20px;
  line-height: 26px;
}
.shopify-challenge__container .shopify-challenge__button{
  margin-top: 30px;
}
@media (min-width: 993px){
  .shopify-challenge__container{
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (max-width: 992px){
  .shopify-challenge__container{
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (max-width:576px){
  .shopify-challenge__container .shopify-challenge__button{
    width: calc(100% - 40px);
  }
}
table{
  overflow:hidden;
  border: 0;
  padding: 0;
  background: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius:var(--radius-input);
  width: 100%;
  text-align: left;
  border: var(--border);
  --border: 1px solid var(--color-border);
  word-break: break-word;
}
table:not(:only-child){
  margin-top:20px;
}
table:not(:last-child){
  margin-bottom:20px;
}
dd,dl{
  margin:0;
}
td,th{
  font-weight:var(--font-body-weight);
  border:none;
}
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
  border-right: var(--border);
}
table>thead>tr:not(:last-child)>th,
table>thead>tr:not(:last-child)>td,
table>tbody>tr:not(:last-child)>th,
table>tbody>tr:not(:last-child)>td,
table>tfoot>tr:not(:last-child)>th,
table>tfoot>tr:not(:last-child)>td,
table>thead:not(:last-child)>tr>th,
table>thead:not(:last-child)>tr>td,
table>tbody:not(:last-child)>tr>th,
table>tbody:not(:last-child)>tr>td,
table>tfoot:not(:last-child)>tr>th,
table>tfoot:not(:last-child)>tr>td,
table>tr:not(:last-child)>td,
table>tr:not(:last-child)>th,
table>thead:not(:last-child),
table>tbody:not(:last-child),
table>tfoot:not(:last-child) {
  border-bottom: var(--border);
}
table th:not(:last-child),
table td:not(:last-child){
  border-right: var(--border);
}
td, th {
  padding:12px 15px;
}
table h1, table h2, table h3, table h4, table h5, table h6{
  margin-top: 0;
  margin-bottom: 0;
}
table thead{
  text-align: left;
}
@media (max-width:576px){
  .scroll-table-mobile{
    overflow-y: hidden;
    overflow-x: auto;
  }
  .scroll-table-mobile table{
    width: max-content;
    min-width: 100%;
    max-width: 767px;
  }
}
  
.svg-icon--small svg{
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--normal svg{
  max-width: 64px;
  max-height: 64px;
}
.color-accent-to-base{
  --color-accent: var(--color-base);
}
.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden{
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.breadcrumb{
  --color-secondary-background:var(--color-breadcrumb-background);
  --color-base:var(--color-breadcrumb-font);
  color:var(--color-breadcrumb-font);
}
.breadcrumb li{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li svg{
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumb li svg path{
  fill:var(--color-base);
}
.breadcrumb a:hover{
  --color-base:var(--color-breadcrumb-font-hover);
}
/* @media (max-width: 992px){
  .breadcrumb{
    margin-top: 20px;
  }
} */

.share-button__fallback{
  position: relative;
}
.share-button__fallback input{
  text-overflow: ellipsis;
  padding-right: 50px;
}
.share-button__close,
.share-button__copy{
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translate(0,-50%);
  padding: 0 20px;
  height: 100%;
  background: transparent;
  z-index:1;
  cursor: pointer;
}
.share-button__close,
.share-button__copy{
  opacity: 1;
}
.share-button__close:not(.hidden)+.share-button__copy,
.share-button__close:not(.hidden)~.field input,
.share-button__close:not(.hidden)~.field label{
  display:none;
}
.share-button__close:not(.hidden)~.field .share-button__message{
  display: flex;
  align-items: center;
}
.share-button{
  display: block;
  height:100%;
}
html.no-js .share-button details{
  display: flex;
}
.share-button details summary{
  display: inline-flex;
  width: 100%;
}
.share-button__fallback{
  margin-top:-20px;
}
  
a:empty, ul:empty, dl:empty, p:empty{
  display: none;
}
  
.loading-overlay__spinner{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--color-base);
  animation: dash 1.4s ease-in-out infinite;
}
.btn .path,
.btn-quickview .path,
.btn.product-form__submit .path{
  stroke: var(--color);
}
.btn.loading .path,
.btn-quickview.loading .path,
.btn.product-form__submit.loading .path{
  stroke: var(--color-hover);
}
@media screen and (forced-colors: active) {
  .btn:hover .path,
  .btn-quickview:hover .path,
  .btn.product-form__submit:hover .path{
    stroke: var(--color-hover);
  }
  .path{
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}
*:focus-visible:not(textarea):not(input):not(select){
  outline: 4px solid #0909FF;
  outline-offset: 3px;
}
.ticker__item:focus-visible,
.select__field__button:focus-visible,
.image-hover-scaling__container:focus-visible,
.product__media-toggle:focus-visible,
.product-card__variant-item:focus-visible,
.product-card__variant-count:focus-visible,
.content-item:focus-visible,
.content-item-container:focus-visible,
.search__button:focus-visible,
.chm-toggle--accordion summary:focus-visible,
facet-filters-form .chm-toggle__button:focus-visible,
.image-hover-scaling__container:focus-visible{
  outline: 0 !important;
  outline-offset: 0 !important;
}
.product-form__item input[type=radio]:focus-visible+label{
  outline: 4px solid #0909FF;
  outline-offset: 3px;
  z-index:4;
}
.product__media-toggle:focus-visible:after{
  outline: 4px solid #0909FF;
  outline-offset: 3px;
}
.ticker__item:focus-visible,
.announcement-bar:focus-visible,
.chm-toggle--accordion summary:focus-visible,
.product-card__image:focus-visible,
.product-card__variant-item:focus-visible,
.thumbnail-slider__item__container .thumbnail:focus-visible,
facet-filters-form .chm-toggle__button:focus-visible,
.image-hover-scaling__container:focus-visible{
  position:relative;
}
.ticker__item:focus-visible:after,
.slideshow.active:focus-visible:after,
.announcement-bar:focus-visible:after,
back-to-top .link:focus-visible:after,
*:focus-visible > .content-item-container:after,
.search__button:focus-visible:after,
.content-item-container:focus-visible:after,
.chm-toggle--accordion summary:focus-visible:after,
.product-card__image:focus-visible:after,
.product-card__variant-item:focus-visible:after,
.thumbnail-slider__item__container .thumbnail:focus-visible:after,
.product-card__variant-count:focus-visible:after,
facet-filters-form .chm-toggle__button:focus-visible:after,
.image-hover-scaling__container:focus-visible:after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 4px solid #0909FF;
  outline-offset: -4px;
  z-index: 3;
}
.search__button:focus-visible:after{
  width:calc(100% + 20px);
}
facet-filters-form:not(.facets__horizontal) .toggle-opening .chm-toggle__button:focus-visible:after{
  height:calc(100% + 20px);
}
.disclosure-form .field__input .content-item-container:after{
  top: -16px;
  left: calc((20px + var(--border-width)) * -1);
  width:calc(100% + 20px + var(--border-width));
  height:calc(100% + 16px);
}
.quantity__button[name]:focus-visible{
  border-radius: 0;
}

@media (max-width:992px){
  *:not(input):not(textarea):focus:not(select):focus:not(.predictive-search):focus {
    outline: 0!important;
  }
}
input:focus-visible~.checkbox__box{
  outline: 4px solid #0909FF;
  outline-offset: 3px;
}

.btn:focus,
.btn:focus-visible,
.btn.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 4px solid #0909FF;
  outline-offset: 3px;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  clip: auto;
}
.btn:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role=button]:focus:not(:focus-visible):not(.focused){
  outline: 0;
  box-shadow: inherit;
}
terms_and_condition-checkbox{
  display: flex;
}
terms_and_condition-checkbox:not(.checked)+*,
terms_and_condition-checkbox:not(.checked)~.cart__dynamic-checkout-buttons{
  pointer-events: none;
  opacity: 0.4;
}
.no-js .cart__footer__content,
.no-js .cart__dynamic-checkout-buttons{
  pointer-events: inherit!important;
  opacity: 1!important;
}
terms_and_condition-checkbox .checkbox-input:hover span{
  cursor: default;
}
.section__richtext__editor h1,
.section__richtext__editor h2,
.section__richtext__editor h3,
.section__richtext__editor h4,
.section__richtext__editor h5,
.section__richtext__editor h6{
  margin: 0;
}
.section__richtext__editor ul,
.section__richtext__editor ol{
  margin:0;
  padding:0 0 0 20px;
  max-width: max-content;
}
.section__richtext__editor ol{
  padding:0 0 0 32px;
}
.text-center .section__richtext__editor ul,
.text-center .section__richtext__editor ol,
.text-center.section__richtext__editor ul,
.text-center.section__richtext__editor ol{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section__richtext__editor>*:not(:first-child){
  margin-top:20px;
}
.section__richtext__editor>p+p{
  margin-top:10px;
}

.page-content-image-markup iframe{
  display:flex;
  height:auto;
  aspect-ratio:16/9;
}
.page-content-image-markup iframe,
.page-content-image-markup img{
  margin-top:10px;
  margin-bottom:10px;
  margin-left:calc(var(--content-internal-padding, 0) * -1);
  max-width:calc(100% + var(--content-internal-padding, 0) * 2);
  width:calc(100% + var(--content-internal-padding, 0) * 2);
  border-top:var(--border-width) var(--border-style) var(--color-border);
  border-bottom:var(--border-width) var(--border-style) var(--color-border);
  transition: border-color var(--duration-medium) var(--animation-bezier);
}
.page-content-image-markup>iframe,
.page-content-image-markup>img{
  margin-top:20px;
}
.page-content-image-markup>*:first-child:not(:last-child) iframe:first-child,
.page-content-image-markup>iframe:first-child:not(:last-child),
.page-content-image-markup>*:first-child:not(:last-child) img:first-child,
.page-content-image-markup>img:first-child:not(:last-child){
  border-bottom:var(--border-width) var(--border-style) var(--color-border);
  margin-top:calc(var(--content-internal-padding, 0) * -1);
}
.page-content-image-markup>*:first-child iframe,
.page-content-image-markup>iframe:first-child,
.page-content-image-markup>*:first-child img,
.page-content-image-markup>img:first-child{
  border-top:none;
}
.page-content-image-markup>*:last-child:not(:first-child) iframe,
.page-content-image-markup>iframe:last-child:not(:first-child),
.page-content-image-markup>*:last-child:not(:first-child) img,
.page-content-image-markup>img:last-child:not(:first-child){
  border-top:var(--border-width) var(--border-style) var(--color-border);
  margin-bottom:calc(var(--content-internal-padding, 0) / 2 * -1);
}
.page-content-image-markup>*:last-child iframe:last-child,
.page-content-image-markup>iframe:last-child,
.page-content-image-markup>*:last-child img:last-child,
.page-content-image-markup>img:last-child{
  margin-bottom:calc(var(--content-internal-padding, 0) * -1);
}
.page-content-image-markup>*:last-child iframe,
.page-content-image-markup>iframe:last-child,
.page-content-image-markup>*:last-child img,
.page-content-image-markup>img:last-child{
  border-bottom:none;
}
body:not(.classic-theme-design) .page-content-image-markup>iframe+img,
body:not(.classic-theme-design) .page-content-image-markup>img+iframe,
body:not(.classic-theme-design) .page-content-image-markup>img+img,
body:not(.classic-theme-design) .page-content-image-markup>*:not(:first-child):not(:last-child) img+img{
  margin-top:calc(-10px - var(--border-width));
}
body:not(.classic-theme-design) .page-content-image-markup>* img+img{
  margin-top:-10px;
}
body.classic-theme-design .page-content-image-markup>iframe+img,
body.classic-theme-design .page-content-image-markup>img+iframe,
body.classic-theme-design .page-content-image-markup img+img{
  margin-top:10px;
}
body.classic-theme-design .page-content-image-markup>* img+img{
  margin-top:30px!important;
}
.classic-theme-design .page-content-image-markup iframe,
.classic-theme-design .page-content-image-markup img{
  border-radius:var(--radius-image-icon);
}
@media (min-width:993px){
  .content__border-h:hover .page-content-image-markup iframe,
  .content__border-h:hover .page-content-image-markup img{
    border-color:var(--color-border-hover);
  }
  .heading-color-hover{
    --color-hover:var(--color-heading-hover);
    transition: color var(--duration-medium) var(--animation-bezier);
  }
  .hover-area:hover .heading-color-hover:not(.hover-area--native),
  .heading-color-hover:hover{
    color:var(--color-heading-hover);
  }
}
@media (max-width:992px){
  .classic-theme-design .page-fullwidth .page-content-image-markup iframe,
  .classic-theme-design .page-fullwidth .page-content-image-markup img{
    border-radius:0;
  }
}

/*   */

.product-card__variants{
  --grid: var(--grid-desktop);
  display: flex;
  align-items: stretch;
  width:calc(100% + var(--border-width) * 2);
}
.product-card__variants>*{
  width:calc((100% + var(--border-width) * 5) / var(--grid));
  height: auto;
  margin-left:calc(var(--border-width) * -1);
  margin-top:calc(var(--border-width) * -1);
}
@media (min-width: 577px) {
  .page-grid-same-height{
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 576px) {
  .slider[class*="page-grid-sp-"]{
    display: flex;
    width: 100%;
  }
  .slider[class*="page-grid-sp-"] > .content-item{
    flex: 0 0 auto;
    width: 100%;
  }
}

@font-face {

 font-family: “Agrandir-Regular”;

 src: url(‘{{ “Agrandir-Regular.otf” | asset_url }}’);

 src: url(‘{{ “Agrandir-Regular.woff” | asset_url }}’) format(“woff”);

}

@font-face {

 font-family: “Agrandir-Regular”;

 src: url(‘/cdn/shop/files/Agrandir-Regular.otf?v=1742760630’);

 src: url(‘/cdn/shop/files/Agrandir-Regular.woff?v=1742760620’) format(“woff”);

}