/** Shopify CDN: Minification failed

Line 6:0 Unexpected "000"

**/
000@font-face {
  font-family: "Satoshi";
  font-style: normal;
  src: local('Satoshi-Light'), url('/cdn/shop/files/Satoshi-Light.woff?v=1733846248') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  src: local('Satoshi-Regular'), url('/cdn/shop/files/Satoshi-Regular.woff?v=1733846248') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  src: local('Satoshi-Medium'), url('/cdn/shop/files/Satoshi-Medium.woff?v=1733846248') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  src: local('Satoshi-Bold'), url('/cdn/shop/files/Satoshi-Bold.woff?v=1733846248') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi";
  font-style: normal;
  src: local('Satoshi-Black'), url('/cdn/shop/files/Satoshi-Black.woff?v=1733846248') format('woff');
  font-weight: 900;
}

:root {
  /* BLUE */
  --blue: #0000FF;
  --medium-blue: #10169F;
  --dark-blue: #0A0B5C;
  --disabled-blue: #B3CCFF;

  /* GREY */
  --grey-light: #F6F6F6;
  --grey-middle: #888888;
  --grey-primitive: #B0B0B0;
  --grey-dark: #D9D9D9;

  /* BLACK */
  --black: #141414;

  /* ALERT */
  --green: #F0FEE7;
  --light-blue: #E8F1FF;
  --red: #FEF2F3;
  --pink: #FFF3FF;

  /* FONT TEXT */
  --paragraph: 16px;
  --small-text: 15px;
  --very-small-text: 13px;
  --xxs: 10px;
  --titre: 25px;
  --titre-xl: 31px;
  --super-big: 39px;
  --small-xl: 49px;
  --xl: 61px;
  --large-text: 20px;

  @media (max-width: 1250px){
    --titre: 22px;
  }
  @media (max-width: 989px){ 
    --paragraph-big: 18px;
    --paragraph: 16px;
    --small-text: 15px;
    --xl: 39px;
  }
  @media (max-width: 749px){ 
    --paragraph: 16px;
    --paragraph-big: 16px;
    --small-text: 13px;
    --super-big: 30px;
  }

  /* LINE HEIGHT */
  --line-para : 20px;
  --line-para-big : 24px;
  --line-small: 18px;
  --line-xxs: 10px;
  --line-title : 28px;
  --line-small-xl: 58px;
  --line-xl: 37px;
  --line-xxl: 72px;
  --line-big : 45px;

  @media (max-width: 989px){ 
    --line-para : 22px;
    --line-xxl: 48px;
  }
  @media (max-width: 749px){ 
    --line-para : 22px;
    --line-small: 15px;
    --line-big : 34px;
  }
}

*{
  letter-spacing: 0;
}

p, a, strong, b, ul li, legend, label{
  font-family:'Satoshi';
  font-weight: 400;
  color: var(--black)
}
.rich-text__buttons .button{
  font-family:'Satoshi';
  font-weight: 400;
}
.rich-text__heading {
    font-family: 'Satoshi';
    font-weight: 600;
}

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}


/* STYLE MENU + HEADER */
#logo-mobile-top{
  display: none;
}
.mega-menu .header__menu-item, .header__inline-menu .list-menu li .list-menu__item{
  font-family: "Satoshi";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 22px;
  border-radius: 30px;
  color: rgba(var(--color-foreground));
  outline: none;
  border: none;
  box-shadow: none;
}
.mega-menu__list li .mega-menu__link--level-2{
  font-family: "Satoshi";
  font-weight: 700;
  font-size: var(--paragraph);
  color: rgba(var(--color-foreground));
  padding: 0;
  line-height: var(--line-para);
}
.mega-menu__list li .mega-menu__link--level-2:hover, .mega-menu__list li .mega-menu__link--level-3:hover, .mega-menu .header__active-menu-item, .mega-menu__link:hover, .mega-menu .mega-menu__link--active, .header__inline-menu .list-menu li .list-menu__item:hover span{
  text-decoration: none;
}
.mega-menu .header__menu-item:hover, details[open]>.header__menu-item, .header__inline-menu .list-menu li .list-menu__item:hover {
  background-color: #F6F6F6;
}
.mega-menu .header__menu-item:hover span, details[open]>.header__menu-item{
  text-decoration: none;
}
.header__inline-menu .list-menu--inline{
  gap: 15px;
}
.mega-menu__list li .mega-menu__link--level-3{
  font-family: "Satoshi";
  font-weight: 400;
  font-size: var(--paragraph);
  color: rgba(var(--color-foreground));
  padding: 0;
  line-height: var(--line-para);
}
.header--middle-left .header__heading-link{
  padding: 0;
  padding-right: 70px;
}
header{
  gap: 60px;
}
header .search__input.field__input::placeholder {
    color: black;
    opacity: 1;
}
header .search__input.field__input:focus, header .field__input:not(:placeholder-shown){
  margin: var(--inputs-border-width);
  padding: 8px 80px 8px 16px;
  box-shadow: none;
}
header .search__input.field__input{
  border: none;
  padding: 8px 80px 8px 16px;
  width: 242px;
  font-family: 'Satoshi';
  font-size: var(--paragraph);
  height: auto;
}
header .header__icon span{
  font-family: 'Satoshi';
  font-size: var(--paragraph);
  text-decoration: none;
}
header .search-modal__form .field::after{
  border-radius: 10px 20px 20px 10px;
  overflow: hidden;
  border: 1px solid var(--grey-middle);
  box-shadow: none;
}
header .search-modal__form .field:hover::after{
  border-radius: 10px 20px 20px 10px;
  overflow: hidden;
  border: 1px solid black;
  box-shadow: none;
}
header .header__inline-menu{
  padding-right: 30px;
}
header .search-modal__content{
  padding: 0;
  padding-right: 30px;
}
header .header__icon{
  width: fit-content;
  height: fit-content;
  margin-right: 0;
  gap: 4px;
}
header .header__icon svg{
  width: 18px;
  height: auto;
}
header .header__heading-logo-wrapper .logo-mobile{
  display: none;
}
header #cart-icon-bubble svg{
  width: 20px;
}
header .field__button{
  height: 40px;
}
header .reset__button:not(:focus):after{
  display: none;
}
header .header__icons{
  padding-right: 0;
}
header .search__button{
  padding-right: 13px;
}
header .container-icon-header{
  display: flex;
  gap: 15px;
  border-radius: 50px;
  padding: 8px 15px;
  background-color: var(--grey-light);
  align-items: center;
}
header .header__icon .svg-wrapper{
  width: fit-content;
  padding: 6px;
  height: auto;
}
header .header__icon .svg-wrapper .cart-count-bubble{
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  top: -3px;
  left: 16px;
  bottom: auto;
  padding: 4px;
  width: 16px;
  height: 16px;
  aspect-ratio: 1 / 1;
}
header .header__icon .svg-wrapper .cart-count-bubble span{
  font-size: 12px;
  text-decoration: none;
  color: white;
}
.header:not(.drawer-menu).page-width {
    padding-left: 30px;
    padding-right: 30px;
    column-gap: 0;
}
.drawer{
  z-index: 9999999999 !important;
}
header .container-icon-header .link{
  text-decoration: none;
}
header .header--middle-left .header__heading-link{
  margin-left: 0;
}
header predictive-search .spinner{
  display: none;
}
header .predictive-search__item--term{
  font-family: "Satoshi";
}
header .reset__button {
    right: calc(var(--inputs-border-width) + 4rem);
    top: var(--inputs-border-width);
}
.js header header-menu .mega-menu__content{
  z-index: 5;
  opacity: 1;
  transition: .5s;
  /* top: -100vh; */
}
/* .js header header-menu .mega-menu__content.opensub{
  top: 100%;
} */
/* @keyframes slideDown {
    from {
        transform: translateY(-100vh);
    }
    to {
        transform: translateY(0);
    }
}

header .mega-menu[open] .mega-menu__content {
    animation: slideDown 0.5s ease forwards;
} */
/* header .mega-menu[open] .mega-menu__content{
  transition: .5s;
  transform: translateY(0vh);
} */
.header--middle-left .header__heading-link{
  margin-left: 0;
}
.js header header-menu .mega-menu__content{
  padding-inline: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container-submenu{
  max-width: 1130px;
  display: flex;
  gap: 30px;
  width: 100%;
}
header .container-submenu>*{
  padding: 0;
}
header .container-submenu .mega-menu__list {
  display: flex;
  flex-direction: row;
  width: 430px;
  flex-wrap: wrap;
  gap: 30px;
  margin: initial;
}
header .container-submenu .mega-menu__list li{
  width : calc(50% - 15px);
  height: min-content;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
header .container-submenu .mega-menu__list li ul li{
  width: 100%;
}
header .container-submenu .mega-menu__list li ul{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted{
  width: auto;
  flex: 1;
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted a{
  width: calc(50% - 15px);
  background-repeat: no-repeat !important;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  text-decoration: none;
  min-height: 280px;
  max-width: 320px;
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted a div{
  display: flex;
  flex-direction: column;
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted a div .title{
  font-family: 'Satoshi';
  font-weight: 900;
  text-decoration: none;
  color: var(--black);
  font-size: var(--titre);
  margin: 0;
  line-height: var(--line-title);
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted a div .subtitle{
  font-family: 'Satoshi';
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
  font-size: var(--paragraph);
  margin: 0;
  line-height: var(--line-para);
}
header .container-submenu .mega-menu__list.mega-menu__list--highlighted a svg{
  min-width: 40px;
  min-height: 40px;
}
header .mobile-search-bar{
  display: none;
}
header .predictive-search{
  width: 100%;
  border: none;
  box-shadow: 0px 5px 10px 0px #1414141A;
  border-radius: 10px;
}
header .predictive-search *{
  font-family: "Satoshi" !important;
  font-size: var(--small-text);
  color: var(--black);
}
header .predictive-search__heading{
  font-weight: 500;
}
header .predictive-search__result-group{
  max-width: 100%
}
header .predictive-search__results-groups-wrapper{
  padding: 0;
}
header .predictive-search__item{
  padding: 10px 15px;
  grid-column-gap: 10px;
}
header .predictive-search__heading {
  margin: 0;
  padding: 10px 15px;
}
header .container-icon-header .link >.visually-hidden{
  width: auto;
  height: auto;
  margin: auto;
  position: initial !important;
}

header .header__icon .cart-count-bubble span {
  font-size: 12px;
}


@media (max-width: 1500px){
  .header__inline-menu .list-menu--inline {
    gap: 10px;
  }
  .header--middle-left .header__heading-link {
    padding: 0 30px 0 0;
  }
  header .header__heading-logo{
    width: 200px;
  }
  .mega-menu .header__menu-item, .header__inline-menu .list-menu li .list-menu__item {
    font-size: 14px;
    padding: 10px 14px;
  }
  header .search__input.field__input {
    width: 230px;
  }
}
@media (max-width: 1250px){
  header .header__heading-logo-wrapper img.logo-mobile{
    display: block;
    max-height: 50px;
  }
  header .header__heading-logo-wrapper img{
    display: none
  }
  header .container-icon-header {
    gap: 10px;
    padding: 6px 10px;
  }
  header .search-modal__content, header .header__inline-menu, .header--middle-left .header__heading-link{
    padding-right: 20px;
  }
  header .header__icon .svg-wrapper {
    padding: 4px;
  }
  .header__inline-menu .list-menu--inline {
    gap: 5px;
  }
  .mega-menu .header__menu-item, .header__inline-menu .list-menu li .list-menu__item {
    padding: 6px 9px;
  }
  .js header header-menu .mega-menu__content .container-submenu .mega-menu__list.mega-menu__list--highlighted a {
    padding: 20px;
  }
}
@media (max-width: 989px){
  body:has(.menu-opening) #logo-mobile-top{
    display: none;
  }
  header .header__icon .svg-wrapper .cart-count-bubble span {
    font-size: 10px;
  }
  header .header__icon .svg-wrapper .cart-count-bubble {
    top: -5px;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: var(--blue);
  }
  #logo-mobile-top{
    display: block;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: .3s;
  }
  
  #logo-mobile-top.shrink {
    display: none;
  }
  #logo-mobile-top .background{
    transition: height .3s, width .3s , left .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: auto;
  }
  /* #logo-mobile-top.shrink .background{
    transition: height .3s, width .3s, left .3s;
    position: absolute;
    left: 0;
    top: 0;
  } */
  #logo-mobile-top .logo{
    position: absolute;
    left: 22px;
    top: 12px;
    transition: .3s;
    width: 70px;
    height: auto;
  }
  /* #logo-mobile-top.shrink .logo{
    left: 12px;
    top: 10px;
    width: 72px;
    height: 57px;
  } */
  
  body:has(.page-content) #MainContent {
    z-index: 1;
  }
  body:has(.page-content) #logo-mobile-top {
    z-index: 0;
    transition: 0s;
  }
  .section-header.shopify-section-group-header-group {
    bottom: 0;
    top: auto;
    position: fixed;
    z-index: 100000000;
    box-shadow: 0px -20px 50px 0px #1414141A;
  }
  .js .menu-drawer{
    position: fixed;
    top: 0;
    height: 100vh !important;
    width: 100%;
  }
  header .menu-drawer__navigation-container{
    display: flex;
    flex-direction: column;
  }
  header .menu-drawer__navigation-container .top-menu-mobile{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
  }
  header .menu-drawer__navigation-container .top-menu-mobile .text{
    font-family: "Satoshi";
    font-weight: 400;
    color: var(--black);
    font-size: var(--small-text);
    margin: 0;
    line-height: var(--line-small);
  }
  header .menu-drawer__navigation-container .top-menu-mobile .text span{
    color: var(--grey-primitive);
  }
  header .menu-drawer__navigation-container .top-menu-mobile .icon-close, header .menu-drawer__navigation-container .top-menu-mobile .menu-drawer__close-button{
    border: 1px solid var(--blue);
    padding: 9px 22px 9px 18px;
    font-family: "Satoshi";
    border-radius: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    color: var(--blue);
    font-size: var(--paragraph);
    line-height: var(--line-para);
    margin: 0;
  }
  header .menu-drawer__navigation-container .top-menu-mobile .menu-drawer__close-button{
    padding: 9px 18px 9px 18px;
  }
  header .menu-drawer__navigation{
    padding: 0px;
  }
  header .menu-drawer__navigation >.menu-drawer__menu>*{
    border-bottom: 1px solid var(--grey-primitive);
  }
  header .menu-drawer__navigation >.menu-drawer__menu>*:first-child{
    border-top: 1px solid var(--grey-primitive);
  }
  header .menu-drawer__navigation >.menu-drawer__menu li{
    margin: 0;
  }
  header .menu-drawer__menu-item>.svg-wrapper {
    position: initial;
    width: auto;
    height: auto;
    transform: none;
    padding: 20px 30px;
    border-left: 1px solid var(--grey-primitive);
  }
  header .menu-drawer__menu-item>.svg-wrapper svg{
    height: 18px;
    width: auto;
  }
  header .menu-drawer .menu-drawer__navigation-container .menu-drawer__menu-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-left: 30px;
    font-family: 'Satoshi';
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--paragraph);
    line-height: var(--line-para);
    min-height: 54px;
  }
  header .menu-drawer__menu-item:hover, header .menu-drawer__menu-item:focus{
    background: none;
  }
  header .menu-drawer__navigation-container .top-menu-mobile .menu-drawer__close-button{
    width: auto;
    background: none;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu{
    flex-direction: column;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list,
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list.mega-menu__list--highlighted{
    width: 100%;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list.mega-menu__list--highlighted{
    padding-inline: 30px;
    gap: 30px;
  }
  header .container-submenu .mega-menu__list {
    gap: 0;
  }
  header .container-submenu .mega-menu__list>li{
    padding: 18px 30px;
    border-top: 1px solid var(--grey-primitive);
    border-left: 1px solid var(--grey-primitive);
    width: 50%;
  }
  header .container-submenu .mega-menu__list>li:last-child, header .container-submenu .mega-menu__list>li:nth-last-child(2){
    border-bottom: 1px solid var(--grey-primitive);
  }
  header .container-submenu .mega-menu__list>li:nth-child(odd){
    border-left: none;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 18px;
  }
  header .header__icon--menu .icon{
    position: initial;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--small-text);
    line-height: var(--line-small);
    gap: 4px;
    text-decoration: none;
    margin: 0;
  }
  header .open-search-mobile, header .container-icon-header a, header .header__icon span{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--small-text);
    line-height: var(--line-small);
    gap: 4px;
    font-family: "Satoshi";
    color: var(--black);
    margin: 0;
    text-decoration: none;
  }
  header .header__icon--cart.header__icon .cart-count-bubble span{
    color: white;
    font-size: 10px;
  }
  header .header__icon--menu span{
    gap: 0;
  }
  header .header__icon .svg-wrapper{
    padding: 0;
  }
  header .container-icon-header{
    width: 100%;
    background: none;
    padding: 0;
  }
  .header--mobile-left .header__heading{
    padding-inline: 30px;
  }
  header .header__search{
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    padding-inline: 30px;
    padding-block: 18px;
    padding-bottom: 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility 0s .3s;
    box-shadow: 0 -15px 20px #1414141a;
  }
  header .header__search.open{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s;
  }
  header .search__input.field__input {
    width: 230px;
    font-size: 14px;
  }
  header .header__icon--menu .icon svg{
    width: 14px;
    height: 14px;
  }
  header .header__icon--menu .icon-close{
    height: 0;
    width: 0;
  }
  header header-drawer{
    margin: 0;
  }
  header .mobile-search-bar{
    display: block;
    flex: 1;
  }
  header .header__icons .header__search{
    display: none;
  }
  .shopify-section-group-header-group{
    width: 100%;
  }
  .header--middle-left .header__heading-link{
    padding: 0;
  }
  .header{
    display: flex;
  }
  header .header__heading-logo-wrapper img.logo-mobile {
    display: block;
    max-width: 47px;
  }
  header .header__icons{
    flex: 2;
  }
  header header-drawer{
    flex: 1;
  }
  header .header__icon{
    text-decoration: none;
  }
  header .header__icon.header__icon--account svg, header .open-search-mobile svg{
    width: 14px;
    height: 14px;
  }
  header .header__icon.header__icon--cart svg{
    width: 16px;
    height: 16px;
  }
  header header-drawer .menu-drawer-container, header .mobile-search-bar, header .container-icon-header .link{
    min-width: 70px;
    display: flex;
    justify-content: center;
  }
  header .container-icon-header{
    justify-content: space-evenly;
  }
  .header:not(.drawer-menu).page-width{
    position: relative;
  }
  header .search-modal__content{
    padding: 0;
  }
  predictive-search[open] .predictive-search, predictive-search[loading] .predictive-search{
    max-height: none !important;
  }
  header .predictive-search--header {
    right: 0;
    left: 0;
    top: auto;
    bottom: 100%;
  }
  .mega-menu__list li .mega-menu__link--level-3, header .menu-drawer .menu-drawer__navigation-container .menu-drawer__menu-item, .mega-menu__list li .mega-menu__link--level-2{
    font-size: var(--paragraph-big);
  }
  .header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: none;
  }
}
@media (max-width: 749px){
  header .menu-drawer__navigation-container .top-menu-mobile, header .menu-drawer__navigation-container .top-menu-mobile, header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list.mega-menu__list--highlighted, .header:not(.drawer-menu).page-width, header .header__search{
    padding-inline: 15px;
  }
  header .menu-drawer .menu-drawer__navigation-container .menu-drawer__menu-item{
    padding-left: 15px;
  }
  header .menu-drawer__menu-item>.svg-wrapper {
    padding: 20px 15px;
  }
  header .container-submenu .mega-menu__list>li{
    padding: 18px 15px;
    width: 100%;
    border-left: none;
  }
  header .container-submenu .mega-menu__list>li:nth-last-child(2){
    border-bottom: none
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list.mega-menu__list--highlighted{
    flex-direction: column;
    gap: 18px;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu .mega-menu__list.mega-menu__list--highlighted a{
    max-width: 320px;
    width: 100%;
  }
  header .menu-drawer__navigation-container .menu-drawer__inner-submenu .container-submenu{
    gap: 18px;
  }
  header .header__icon.header__icon--account svg{
    width: 11px;
    height: 11px;
  }
  header .header__icon.header__icon--cart svg{
    width: 13px;
    height: 13px;
  }
  header .open-search-mobile svg, header .header__icon--menu .icon svg{
    width: 12px;
    height: 12px;
  }
  header header-drawer .menu-drawer-container, header .mobile-search-bar, header .container-icon-header .link {
    min-width: 30px;
    display: flex;
    justify-content: center;
  }
}



/* FOOTER */
.shopify-section-group-footer-group footer.footer{
  padding: 0;
  border-radius: 30px 30px 0 0;
}
.shopify-section-group-footer-group footer.footer .background-footer{
  padding-block: 120px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='603' height='424' viewBox='0 0 603 424' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M524.148 423.889H0V0.238766L1.13068 0L13.8855 0.978201L24.833 5.47374L32.203 11.106L38.8427 19.1752L46.2254 35.7335C61.2482 85.162 65.0044 141.854 68.6221 196.455C69.6857 212.507 70.7373 228.379 72.0597 243.833C72.0475 242.021 72.0329 240.208 72.0183 238.394C71.8876 222.203 71.7565 205.949 73.3756 190.433C76.2841 162.573 84.1742 136.781 101.128 115.07L114.379 103.401L121.952 100.024L131.219 98.1394L147.24 100.109L159.042 106.443L168.853 116.961L175.117 129.15C176.624 133.015 178.003 137.879 179.26 143.224L185.099 140.025L192.583 137.882L206.798 138.016L216.304 141.241L223.396 145.729L233.909 158.135C242.924 173.971 244.594 200.36 245.864 220.432C246.101 224.18 246.325 227.707 246.579 230.904C249.132 262.93 251.394 294.975 253.656 327.02C255.038 346.596 256.42 366.172 257.869 385.744C258.952 376.497 259.914 366.93 260.893 357.195C265.03 316.072 269.47 271.937 284.599 236.14L292.698 223.19L305.904 213.467L313.94 210.832L322.551 209.997L337.297 213.156L346.066 218.307L353.257 225.315L359.735 235.311C362.54 240.769 364.624 246.865 365.236 248.847C371.062 267.728 375.483 287.313 379.059 307.225C381.675 289.839 384.793 272.577 388.743 255.562C390.701 247.106 392.719 241.529 394.301 238.072L400.898 227.602L409.534 220.047L419.918 215.412L431.856 214.119L443.484 216.615L454.702 223.412L464.436 236.33C465.652 238.865 466.849 243.178 467.88 248.246L471.593 249.21L479.031 253.275L489.798 264.631L494.389 274.119C495.739 277.854 497.083 283.018 498.141 288.883C500.57 302.383 501.855 320.993 501.979 324.229C502.105 327.334 502.238 330.433 502.376 333.539C514.346 324.435 529.251 315.47 548.602 305.231C566.483 295.762 588.685 302.598 598.145 320.481C607.604 338.37 600.769 360.571 582.889 370.033C548.728 388.118 535.304 400.469 524.148 423.889Z' fill='%230000FF'/%3e%3c/svg%3e ");
  background-position: bottom left;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .background-footer .footer__content-top, .footer .background-footer .footer__content-bottom{
  max-width: 1180px;
  padding-inline: 30px;
  width: 100%;
}
.footer .background-footer .footer__content-top{
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
}
.footer .background-footer .footer__content-top>*{
  width: calc(50% - 20px)
}
.footer .background-footer .footer__content-top .footer-block__brand-info{
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: fit-content;
}
.footer .background-footer .footer__content-top .footer-block__brand-info img{
  width: 125px;
  height: auto;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .footer-block__image-wrapper{
  max-width: none !important;
  margin: 0;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .rte{
  display: none;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__link{
  padding: 0;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__link svg{
  width: 30px;
  height: auto;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__item:first-child{
  order: 3;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__item:nth-child(2){
  order: 2;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__item:nth-child(3){
  order: 1;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__item:last-child{
  order: 4;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .footer__list-social.list-social{
  display: flex;
  gap: 9px;
  align-items: center;
}
.footer .background-footer .footer__content-top .footer-block__brand-info .list-social__link .svg-wrapper{
  width: auto;
  height: auto;
}
.footer .background-footer .footer__content-top .footer__blocks-wrapper{
  gap: 30px;
}
.footer .background-footer .footer__content-top .footer__blocks-wrapper>*{
  flex-grow: initial;
  width: auto;
}
.footer .background-footer .footer__content-top .footer-block--menu{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .background-footer .footer__content-top .footer-block--menu .footer-block__heading{
  margin: 0;
  font-size: var(--large-text);
  line-height: var(--line-para);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .background-footer .footer__content-top .footer-block--menu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .background-footer .footer__content-top .footer-block--menu li{
  margin: 0;
  display: flex;
}
.footer .background-footer .footer__content-top .footer-block--menu li a{
  text-decoration: none;
  font-size: var(--paragraph);
  line-height: var(--line-para-big);
  color: white;
  font-family: "Satoshi";
  font-weight: 300;
  padding: 0;
}
.footer .background-footer .footer__content-top .footer-block--newsletter{
  margin: 0;
}
.footer .background-footer .footer__content-top .footer-block--newsletter h2{
  font-family: "Satoshi";
  font-size: var(--titre-xl);
  line-height: var(--line-xl);
  font-weight: 900;
  color: white;
  margin-bottom: 10px;
  margin-top: -6px;
  width: fit-content;
  letter-spacing: -0.9px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .text{
  font-family: "Satoshi";
  font-size: var(--paragraph);
  line-height: var(--line-para-big);
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
  width: fit-content;
  color: white;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter input{
  font-family: "Satoshi";
  font-size: var(--paragraph);
  line-height: var(--line-para-big);
  font-weight: 400;
  height: 40px;
  background-color: white;
  color: var(--black);
  outline: none;
  padding: 8px 56px 8px 16px;
  box-shadow: none;
  border: 1px solid var(--grey-middle);
  border-radius: 10px 20px 20px 10px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter input::placeholder{
  opacity: 1;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form__button{
  width: 40px;
  height: 40px;
  margin-top: 1px;
  border: 1px solid var(--blue);
  border-radius: 50px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .newsletter-form__field-wrapper .field::after{
  display: none;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter svg{
  width: auto;
  height: auto;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form{
  max-width: none;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter>div{
  flex: 1;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .text{
  margin-left: -65px;
  text-align: left;
  color: white;
  margin-top: 15px;
  margin-bottom: 0;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: -65px;
  text-align: left;
  font-family: "Satoshi";
  font-size: var(--paragraph);
  line-height: var(--line-para-big);
  font-weight: 300;
  color: white;
  margin-top: 12px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox label{
  color: white;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox a{
  color: white;
  text-underline-offset: 4px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  padding: 2px;
  background: none;
  border: 2px solid white;
  margin:0
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter input[type="checkbox"]:checked{
  background-color: white;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .accept-check{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-left: 2px;
}
.footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter input[type="checkbox"]:checked ~ .accept-check{
  opacity: 1;
  visibility: visible;
}
.footer .background-footer .policies li::before{
  display: none;
}
.footer .background-footer .policies{
  display: flex;
  gap: 15px;
}
.footer .background-footer .footer__content-bottom-wrapper a, .footer .background-footer .footer__content-bottom-wrapper .copyright__content{
  text-decoration: none;
  font-family: "Satoshi";
  font-size: var(--very-small-text);
  line-height: var(--line-para);
  font-weight: 300;
  color: white;
}
.footer .background-footer .footer__content-bottom-wrapper a, .footer .background-footer .footer__content-bottom-wrapper .copyright__content p{
  color: white;
  margin: 0;
  font-weight: 300;
}
.footer .background-footer .footer__content-bottom-wrapper .footer__copyright{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  align-items: center;
}
.footer .background-footer .footer__content-bottom-wrapper{
  padding: 0;
}
.footer .background-footer .footer__content-bottom-wrapper .footer__payment{
  margin: 0;
}
.footer .background-footer .footer__content-bottom{
  padding-top: 0;
  border: none;
}
.footer .background-footer .footer__content-bottom .list-payment__item svg {
    width: 45px;
    height: auto;
}
.footer .background-footer .footer__content-bottom-wrapper a {
  display: block;
  width: 100%;
  text-align: left;
}
@media(max-width: 1250px){
  .footer .background-footer .footer__content-top .footer__blocks-wrapper, .footer .background-footer .footer__content-top {
    gap: 20px;
  }
  .footer .background-footer .footer__content-top>* {
    width: calc(50% - 10px);
  }
  .footer .background-footer .footer__content-top .footer-block--menu .footer-block__heading{
    font-size: 18px;
  }
  .footer .background-footer .footer__content-top .footer-block__brand-info .list-social__link svg {
    width: 28px;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter h2{
    font-size: 30px;
  }
  .shopify-section-group-footer-group footer.footer .background-footer {
    padding-block: 80px;
    background-size: 500px auto;
  }
}
@media(max-width: 989px){
  .footer .background-footer .footer__content-top{
    flex-direction: column;
  }
  .footer .background-footer .footer__content-top>*{
    width: 100%;
  }
  .footer .background-footer .footer__content-top .footer__blocks-wrapper, .footer .background-footer .footer__content-top {
    gap: 50px;
  }
  .footer .background-footer .footer__content-top .footer-block__newsletter, .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter>div, .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter >svg{
    display: none;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .text, .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox{
    margin-left: 0;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .text{
    font-weight: 300;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .text{
    text-align: center
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox{
    justify-content: center;
  }
  .shopify-section-group-footer-group footer.footer .background-footer {
      margin-bottom: 50px;
  }
  .shopify-section-group-footer-group footer.footer .background-footer {
    background-position: -15% 156%;
  }
  .footer .background-footer .footer__content-bottom-wrapper .footer__copyright{
    flex-wrap:wrap;
    gap: 20px;
  }
  .footer .background-footer .footer__content-bottom-wrapper .footer__payment{
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
   .footer .background-footer .policies{
    order: 2;
  }
  .footer .background-footer .footer__content-bottom-wrapper .copyright__content{
    order: 3;
  }
  .shopify-section-group-footer-group footer.footer {
    border-radius: 20px 20px 0 0;
  }
  .footer .background-footer .footer__content-bottom-wrapper a{
    text-align: center;
  }
}
@media (max-width: 749px){
  .footer .background-footer .footer__content-top .footer__blocks-wrapper{
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .footer .background-footer .footer__content-top .footer__blocks-wrapper>*{
    width: fit-content;
    margin: 0;
  }
  .footer .background-footer .footer__content-top .footer__blocks-wrapper, .footer .background-footer .footer__content-top .footer-block--menu ul{
    margin: 0;
  }
  .footer .background-footer .footer__content-top {
    gap: 30px;
  }
  .footer .background-footer .footer__content-top .footer__blocks-wrapper > :first-child{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer .background-footer .footer__content-top .footer-block__brand-info .footer-block__image-wrapper{
    display: none;
  }
  .footer .background-footer .footer__content-top, .footer .background-footer .footer__content-bottom{
    padding-inline: 15px;
  }
  .footer .background-footer .footer__content-top .footer-block--menu li {
    justify-content: center;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .newsletter-form .container-checkbox{
    flex-direction: column;
    position:relative;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter label{
    text-align: center;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .container-footer-newsletter .accept-check {
    top: -3px;
    margin-left: 0;
  }
  .footer .background-footer .footer__content-top .footer-block--newsletter .newsletter-form__field-wrapper{
    max-width: 280px
  }
  .footer .background-footer .footer__content-bottom-wrapper .footer__copyright {
    flex-direction: column;
    gap: 15px;
  }
  .footer .background-footer .footer__content-bottom-wrapper a{
    padding: 0;
  }
  .footer .background-footer .footer__content-bottom .list-payment{
    margin-bottom: 15px;
  }
  .shopify-section-group-footer-group footer.footer .background-footer{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='169' height='111' viewBox='0 0 169 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M168.085 110.75H0V69.7762C4.32048 50.5294 11.8458 32.6593 24.1279 16.9306L37.3789 5.26125L44.952 1.88469L54.2191 0L70.2405 1.96946L82.0415 8.30354L91.8526 18.8221L98.1175 31.0103C99.6242 34.8759 101.003 39.7393 102.26 45.0849L108.099 41.8859L115.583 39.7431L129.798 39.8769L139.304 43.1015L146.396 47.59L156.909 59.9958C164.275 72.9356 166.738 92.9219 168.085 110.75Z' fill='%230000FF'/%3e%3c/svg%3e ");
    background-position: left bottom;
    background-size: auto;
  }
}


/* Homepage */

main.bg-svg-blue{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='197' height='532' viewBox='0 0 197 532' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M196.906 0C178.199 88.1274 167.008 175.897 155.578 265.558C153.68 280.434 151.203 301.383 148.449 324.646C140.52 391.653 130.32 477.855 125.199 493.39L118.934 506.831L107.332 519.89L92.9102 528.191L78.2422 531.495L59.1836 529.513L38.7773 518.126L30.1172 508.148L23.4609 494.36L19.7969 467.25C18.1445 413.966 21.7539 359.193 25.3242 304.97L25.582 301.05L19.2422 300.786L5.90234 295.33L0 290.551V0H196.906Z' fill='%230000FF'/%3e%3c/svg%3e "), url("data:image/svg+xml;charset=UTF-8,%3csvg width='222' height='466' viewBox='0 0 222 466' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M221.512 400.252C159.648 426.834 80.5742 460.795 64.6328 464.111L49.8594 465.406L32.75 461.888L18.3477 453.551L8.15234 442.498L0.339844 425.004L0 401.636L4.30859 389.148L12.9219 376.489L34.5703 359.762C79.8477 331.714 129.039 307.471 177.738 283.471L181.395 281.669L178.453 276.047L176.508 261.768L178.125 251.568C150.738 258.355 129.809 261.622 120.348 261.155L107.859 259.325L94.8789 254.329L84.0508 246.744L76.6328 238.565L67.4492 218.504L66.668 198.67L71.5625 182.652L79.7188 170.03C83.6133 165.368 91.0352 158.253 103.758 149.872C106.887 147.815 110.035 145.771 113.215 143.735L109.102 134.849L107.258 119.926L109.559 105.322L117.172 89.6572C120.695 84.5688 132.562 72.8384 149.812 59.5737C155 55.5825 160.938 51.189 167.137 46.6001C187.438 31.5698 210.566 14.4482 219.492 2.5332C220.145 1.6626 220.816 0.817871 221.512 0V400.252Z' fill='%230000FF'/%3e%3c/svg%3e ");
  background-position: left 60rem, right 90rem;
  background-repeat: no-repeat;
}

@media(max-width: 1400px){
  main.bg-svg-blue{
    background: none;
  }
}

.field:hover.field:after, .select:hover.select:after,.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after, .field.field:after, .select.select:after{
  box-shadow: none;
}
.template-404 *, .template-search *{
  font-family: "Satoshi";
  color: var(--black)
}
.template-search .field{
  border: 1px solid var(--black) !important;
  border-radius: 12px 24px 24px 12px;
}
.template-search .field input{
  border-radius: 12px 24px 24px 12px;
}
.template-404 .title, .template-search h1{
  font-weight: 700;
  font-size: var(--super-big);
  line-height: var(--line-big)
}
.template-404 p{
  font-weight: 900;
  font-size: var(--small-xl);
  line-height: var(--line-small-xl)
}
.template-404 .button::after, .template-404 .button::before{
  display: none;
}
.template-404 .button {
  border: none;
  background: var(--blue);
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s;
  font-size: var(--paragraph);
  line-height: var(--line-para-big);
  font-weight: 400;
  letter-spacing: 0;
  font-family: Satoshi;
  margin: 0;
}

@media(max-width: 989px){
  .template-404{
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


.template-search__header p{
  text-align: center;
}
.template-search__header{
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media(max-width: 749px){
  #insta-feed .instafeed-new-layout-wrapper{
      grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
  }
  #insta-feed .instafeed-new-layout-wrapper .instafeed-new-layout-item{
    width: 100% !important;
    aspect-ratio: 1/1;
    height: auto !important;
  }
}
@media(max-width: 480px){
  #insta-feed .instafeed-new-layout-wrapper{
    gap: 20px !important;
  }
}



/*Shogun */

.shg-category-grid .shg-category-root,
.swiper-slide {
  gap: 40px;
}

.shg-category-grid .shg-category-root *,
.swiper-slide * {
  font-family: Satoshi;
}

.shg-category-grid .shg-category-root .shg-category-col,
.swiper-slide .shg-category-col {
  max-height: 580px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--grey-light);
  height: 100%;
}

.shg-category-grid .shg-category-root .shg-product-image-wrapper,
.swiper-slide .shg-product-image-wrapper {
  max-height: 405px;
  height: 400px;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.shg-category-grid .shg-category-root .shg-category-col .shogun-image,
.swiper-slide .shg-category-col .shogun-image {
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 340px;
  height: 100%;
  margin-block: 30px;
  transition: .3s;
}

.shg-category-grid .shg-category-root .shg-category-col:hover .shogun-image,
.swiper-slide .shg-category-col:hover .shogun-image {
  transform: scale(2);
}

.shg-category-grid .shg-category-root .shg-category-col .shg-product>div:not(:has(.shogun-image)), 
.shg-category-grid .shg-category-root .shg-category-col .shg-product>form,
.swiper-slide .shg-category-col .shg-product>div:not(:has(.shogun-image)), 
.swiper-slide .shg-category-col .shg-product>form {
  padding-inline: 15px;
  text-align: left !important;
}

.shg-category-grid .shg-category-root .shg-category-col .shg-product .shg-product-price,
.swiper-slide .shg-category-col .shg-product .shg-product-price {
  font-size: 32px !important;
  color: var(--blue) !important;
  line-height: 38px;
  font-weight: 900;
}

.shg-category-grid .shg-category-root .shg-category-col .shg-product>form,
.swiper-slide .shg-category-col .shg-product>form {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center !important;
}

.shg-category-grid .shg-category-root .shg-category-col .shg-product form .shg-btn,
.swiper-slide .shg-category-col .shg-product form .shg-btn {
  padding: 10px;
  border-radius: 50px !important;
  background-color: var(--blue) !important;
  font-weight: 500 !important;
}

.shg-category-grid .shg-category-root .shg-category-col .shg-product > *,
.swiper-slide .shg-category-col .shg-product > * {
  height: auto;
}

.shg-category-grid .shg-category-root .shg-category-col h3,
.swiper-slide .shg-category-col h3 {
  margin: 0;
}

.shg-category-grid .shg-category-root .shg-category-col h3 span,
.swiper-slide .shg-category-col h3 span {
  font-size: var(--large-text);
  line-height: var(--line-para-big);
  font-family: Satoshi;
  font-weight: 700;
}
@media (max-width : 1024px){
  .shg-category-grid .shg-category-root,
  .swiper-slide {
    gap: 20px;
  }

  .shg-category-grid .shg-category-root .shg-category-col .shogun-image,
  .swiper-slide .shg-category-col .shogun-image {
    max-height: 275px;
    margin-block: 20px;
  }

  .shg-category-grid .shg-category-root .shg-category-col .shg-product>form,
  .swiper-slide .shg-category-col .shg-product>form {
    margin-bottom: 20px;
    margin-top: 16px;
  }

  .shg-category-grid .shg-category-root .shg-category-col .shg-product .shg-product-price,
  .swiper-slide .shg-category-col .shg-product .shg-product-price {
    font-size: 24px !important;
    line-height: 32px;
  }

  .shg-category-grid .shg-category-root .shg-category-col,
  .swiper-slide .shg-category-col {
    max-height: 500px;
  }

  .shg-category-grid .shg-category-root .shg-product-image-wrapper,
  .swiper-slide .shg-product-image-wrapper {
    max-height: 310px;
    height: 305px;
  }
}

@media (max-width : 1024px){
  .shg-category-grid .shg-category-root .shg-category-col .shogun-image,
  .swiper-slide .shg-category-col .shogun-image {
    max-height: 275px;
    margin-block: 20px;
    max-width: 300px;
  }

  .shg-category-grid .shg-category-root .shg-product-image-wrapper,
  .swiper-slide .shg-product-image-wrapper {
    display: flex !important;
  }

  .shg-category-grid .shg-category-root .shg-category-col:not(:last-child),
  .swiper-slide .shg-category-col:not(:last-child) {
    margin-bottom: 20px;
  }
  .shg-swiper-container{
    padding: 0 !important;
  }
}





