/** Shopify CDN: Minification failed

Line 1203:1 Unexpected "{"
Line 1591:0 Unexpected "}"

**/
a.product-content-link-channa.product-image {
    display: none;
}
.product-detail-page .product__media-wrapper .product__media-gallery {
    position: sticky;
    top: 12rem;
}
/* NEW SIZE: START */
.product-description .accordion {
    margin-top: 0;
    border-color: #121409;
}
.accurate-measurements {
    margin-top: 22px;
    display: inline-block;
}

.variant__description {
    display:none;
  }
.new-size-content {
    border: 2px solid #000000;
    padding: 25px;
    background: #f1f1f1;
}
input[type="radio"][value="false"]{
  display:none;
}
.size-fit {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.size-group {
    display: flex;
    flex-direction: column;
}
#tight_fit {
    width: 100%;
}
label.tight_fit {
    display: block;
}
.size-fit label {
    width: 100%;
}
input[type="radio"][value=""]{
/*   display:none; */
  opacity: 0;
}
.shoes-size {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    outline: none;
    margin: auto;
    z-index: 0;
}
.shoes-size:checked:before {
    background: #000000;
}
.shoes-size:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.size-fit:before {
    content: '';
    position: absolute;
    border-top: 1px solid #9d9d9d;
    top: 8px;
    right: 0;
    left: 0;
}
label.new-fit {
    margin-top: 12px;
}
.size-change-wrap-child {
    display: flex;
    justify-content: flex-end;
}
.size_change_child {
    font-size: 16px;
    font-family: 'franklin-gothic-atf';
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    color: #000 !important;
    text-decoration: none;
    margin: 0 10px;
    padding: 15px 17px;
}
.size_change_child:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    width: calc(100% - 30px);
    height: 3px;
    background: #000;
    margin: 0 auto;
    z-index: 1;
}
.size_change_child.active {
    background: #c8adf2;
}
.size_change_child:hover {
    background: #c8adf2;
}
.variant_images{
  text-align: center;
}
.rte .variant_images img{
  border: 0;
  max-width: 500px;
}
@media only screen and (max-width: 768px){
  .new-size-content{
    padding: 15px;
    margin-bottom: 20px;
  }
  .new-fit{
      font-size: 14px;
  }
  .size-change-wrap-child{
    display: none;
  }
}
@media screen and (max-width: 468px){
  .rte .variant_images img{
    max-width: 100%;
  }
}
/* NEW SIZE: END */
.footer-trustpilot {
  margin: 50px 0;
}
.header-login-link {
  display: flex;
  align-items: center;
}
.header-login-link .swym-wishlist {
  color: #ffffff;
  height: 40px;
  width: 35px;
  display: block;
}

/* side by side section */

.side-by-side {
  padding: 60px 0;
}
.side-by-side .title-text-content{
  max-width: 1040px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 0 20px;
}
.side-by-side .title-text-content h2.h2{ 
  font-size: 22px;
  text-transform:uppercase;
  color: #020101;
  font-family: 'termina';
}
.side-by-side .title-text-content p strong {
  font-weight: normal;
  color: #c8adf2;
}

.side-by-side .title-text-content h2.h2 span{
color: #c8adf2;
}
.side-by-side .title-text-content h2 p{
 font-size: 22px;
color: #000;
line-height: normal;
font-family: termina;
}
.side-by-side .title-text-content p{
font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: 'franklin-gothic-atf';

}
.side-by-side .two-col-block{
display: flex;
width: 100%;
cursor: pointer;
margin-bottom: 60px;
}
.side-by-side .two-col-block .left-block ,
.side-by-side .two-col-block .right-block{
width: 50%;
}
.side-by-side .two-col-block .left-block p ,
.side-by-side .two-col-block .right-block p{
max-width: 470px;
margin:0 auto;
text-align: center;
font-size: 17px;
font-family: 'franklin-gothic-atf';
 color: #000;
width: 100%;
padding: 0 20px;
line-height: normal;
}

.side-by-side .two-col-block .left-block .img-wrapper img , .right-block .img-wrapper img {
width: 100%;
height:100%;
position: absolute;
top: 0;
right: 0;
object-fit:cover;

}
.side-by-side .two-col-block .left-block .img-wrapper , .side-by-side .two-col-block .right-block .img-wrapper {
padding-top: 87%;
position: relative;
margin-bottom: 30px;
display:block;
}
.collection-list .card__information{
opacity: 0;
}
.collection-list .gradient .card__content{
   position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}


/* four-img-block */


.gradient .collection-list-wrapper.page-width {
  max-width: 90%;
}
.gradient .color-background-2 {
  --gradient-background: #fff;
}
.slider-mobile-gutter .collection-list{
    display: grid;
 grid-template-columns: repeat(2,1fr);
  column-gap: 60px;

}
.slider-mobile-gutter .collection-list li{
  width: 100%;
  max-width: 100%;
}

/* slider-blocks */


.slideshow__slide .slideshow__text.banner__box {
 display: none;
}
.gradient .slideshow__controls {
  position: static;
}
.gradient .slideshow__controls .slider-button--prev svg,
.gradient .slideshow__controls .slider-button--next svg{
display: none;
}
.gradient .slideshow__controls .slider-button--prev {
position: absolute;
  top: 50%;
  z-index: 2;
  left: 25px;
  transform: translateY(-50%);
}
.gradient .slideshow__controls .slider-button--prev:after {
content: '';
position: absolute;
top: 0;
left: 0;
background-image: url('/cdn/shop/files/arrow_7748493c-a8e7-424f-a7cf-582f0f87e07b.png?v=1663565655');
height: 40px;
width: 32px;
background-repeat: no-repeat;
transform: rotate(180deg);
background-size: contain;
}

.gradient .slideshow__controls .slider-button--next{
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 25px;
  transform: translateY(-50%);
}
.gradient .slideshow__controls .slider-button--next:after {
content: '';
position: absolute;
top: 0;
left: 0;
background-image: url('/cdn/shop/files/arrow_7748493c-a8e7-424f-a7cf-582f0f87e07b.png?v=1663565655') ;
height: 40px;
width: 32px;
background-size: contain;
background-repeat: no-repeat;
}
.slideshow__controls .slider-counter__link--dots .dot {
  width: 19px;
  height: 19px;
  border: 2px solid #000;
background-color: #d4d3e0;
}
.slideshow__controls .slider-counter__link--active .dot{
background-color: #cbf831 !important;
}
.slideshow__controls .slideshow__control-wrapper{
position: absolute;
bottom: 20px;
z-index: 2;
}
.slideshow__controls .slider-counter__link {
  padding: 5px;
}

/* product-slider */

.product-img-wrapper{
max-width: 98%;
margin: 0 auto;
width: 100%;
}
.product-img-wrapper .block {
position: relative;
margin: 20px 0;
    padding: 0 10px;
}
.product-img-wrapper .block:hover .image-with-text__heading{
  opacity:1;
  cursor: pointer;
}
/* .product-img-wrapper .block:hover .img-wrap{
opacity:0.5;
cursor: pointer;
} */

.product-img-wrapper .block .img-wrap{
border: 1px solid #000;
width: 100%;
height: 0;
position: relative;
z-index: 1;
overflow: hidden;
padding-bottom: 100%;
}
.product-img-wrapper .block .img-wrap img{
width: 100%;
height:100%;
position: absolute;
top:0;
left: 0;
object-fit: cover;
}
.product-img-wrapper .image-with-text__heading{
font-size: 12px;
color: #000;
text-transform: uppercase;
margin:0;
font-family: "termina";
line-height: 1.2;
opacity: 0;
transition: 0.3s ease all;
}
.product-img-wrapper .block .product-heading{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
    max-width: 200px;
  width: 200px;
}
.main-heading.first-head{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-family: "termina";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 50px;
}

.product-img-wrapper .slick-arrow{
 position: absolute;
 top: 50%;
 z-index: 2;
 cursor: pointer;
 font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
 height: 40px;
  width: 32px;
 border: none;
  background-color: transparent;
 transform: translateY(-50%);
}
.product-img-wrapper .slick-list.draggable{
position: relative;
}
.product-img-wrapper .slick-prev{
background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712');
   left: 0; 
}
.product-img-wrapper .slick-next{
  background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712') ;
   right: 0;  
   transform: translateY(-50%) rotate(180deg);
}
.custom-text {
  max-width: 1020px;
width:100%;
  margin: 20px auto 40px;
  text-align: center;
padding: 0 10px;
font-size: 17px;
color:#000;
font-family: 'franklin-gothic-atf';
line-height: 1.3;
}
.btn-block {
  text-align: center;
  margin-top: 20px;

}
.btn-block .button{
  background: transparent;
  color: #000;
font-size: 14px;
text-transform: uppercase;
min-height: 35px;
}
.btn-block .button[aria-disabled=true],
.two-block .button-block .button[aria-disabled=true]{
opacity: 1;
 cursor: pointer;
}
#Slider-template--15764364820660__1663570988d51898a4::before, #Slider-template--15764364820660__1663570988d51898a4 .media::before {
  padding-bottom: 0% !important;
}
#Slider-template--15764364820660__1663334552fc3110d3::before, #Slider-template--15764364820660__1663334552fc3110d3 .media::before {
   padding-bottom: 0% !important;
}
#Slider-template--15764364820660__166333502315c8e2a9::before, #Slider-template--15764364820660__166333502315c8e2a9 .media::before {
   padding-bottom: 0% !important;
}
#Slider-template--15764364820660__1663335062027421f6::before, #Slider-template--15764364820660__1663335062027421f6 .media::before {
 padding-bottom: 0% !important;
}

/* two col slider */

.two-block-slider .two-block{
display: flex;
align-items: center;
height: 100%;
}
.two-block-slider{
width: 100%;
  max-width: 100%;
}
.two-block-slider .two-block .img-wraper{
width: 65%;
position: relative;
padding-top: 57%;

}
.two-block-slider .two-block .right-block{
width: 35%;
padding: 20px;
 max-width: 350px;
width: 100%;
}
.two-block-slider .two-block .img-wraper img{
width: 100%;
height:100%;
position: absolute;
top: 0;
right: 0;
object-fit:cover;
}
.two-block h2.image-with-text__heading{
font-size: 22px;
 font-family: "termina";
text-transform: uppercase;
margin-bottom: 5px;
}
.two-block .custom-pera{
font-size: 16px;
color: #000;
margin-bottom: 30px;
line-height: 1.2;
}


.two-block .button-block .button{
min-width: 193px;
  height: 56px;
    background: #000;
  color: #bae900;
text-transform: uppercase;
font-size: 16px;
}

.two-block h2.image-with-text__heading p{
margin: 0;
}
.two-block h2.image-with-text__heading p strong{
color: #bae900; 
font-weight: normal;
}
.two-block-slider .slick-arrow{
 position: absolute;
 top: 50%;
 z-index: 2;
 cursor: pointer;
 font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
 height: 40px;
  width: 32px;
 border: none;
  background-color: transparent;
 transform: translateY(-50%);
}
.two-block-slider .slick-list.draggable{
position: relative;
}
.two-block-slider .slick-prev{
background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712');
   left: 20px; 
}
.two-block-slider .slick-next{
  background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712') ;
   right: 20px;  
   transform: translateY(-50%) rotate(180deg);
}

/* custom-block */

.custom-block{
max-width: 950px;
margin: 0 auto;
text-align: center;
width:100%;
padding: 30px 20px;
}
.custom-block .title-text h2.text__heading p{
font-size: 22px;
 font-family: "termina";
text-transform: uppercase;
margin: 0;
}
.custom-block .title-text h2.text__heading  p strong{
color: #bae900; 
font-weight: normal;
}
.custom-block .description-text p.sub-text{
font-size: 16px;
line-height: 1.2;
color: #000;
font-family: 'franklin-gothic-atf';
}
.section-template--15764364820660__1663324723c75ede1d-padding {
  padding-bottom: 60px;
}
.single-line-block {
background: #cbf831;
padding: 40px 20px;
text-align: center;
}
.single-line-block .text__heading{
  
margin: 0;

}
.single-line-block .text__heading p{
 margin: 0;
color: #fff;
font-weight:bold;
font-size:34px;
font-family: "Termina"
}

/* banner */

#shopify-section-template--15764364820660__image_banner{
height: calc(100vh - 106px);
}

#shopify-section-template--15764364820660__image_banner .banner , #shopify-section-template--15764364820660__image_banner .banner__content{
height: 100%;
}

.dots-hide .slideshow__control-wrapper{
display:none;
}


/* about page */
/* .two-col-section-about{

} */
.two-col-section-about .two-block{
display:flex;
width: 100%;
  padding: 60px 0 80px;
}
.two-col-section-about .two-block .img-wraper {
  width: 50%;
  position: relative;
  height: 100%;
}
.two-col-section-about .two-block .right-block {
  width: 50%;

}
.two-col-section-about .two-block .right-block .inner-block {
background: #c8adf2;
padding: 10px 50px 10px 35px;
margin-left: -35px;
position: relative;
margin-top: 36px;
}
.two-col-section-about .two-block .right-block .inner-block .custom-pera {
  font-family: 'franklin-gothic-atf';
font-size: 16px;
}
.two-col-section-about .two-block  .custom-pera p br{
  display: none;
}

.two-col-section-about .two-block .img-wraper {
  position: relative;
  padding-top: 51%;
  margin-left: 35px;
}
.two-col-section-about .two-block  .img-wraper img{
 width:100%;
height: 100%;
object-fit: cover;
top: 0; 
left: 0; 
position : absolute;
}

.two-col-section-about .two-block:nth-child(even){
flex-direction: row-reverse;
 padding:0px 0 80px;
margin-top: -120px;
}
.two-col-section-about .two-block:nth-child(even) .img-wraper {
  margin-left: 0;
  margin-right: 35px;
}
.two-col-section-about .two-block:nth-child(even) .right-block .inner-block {
 padding: 10px 40px 10px 85px;
 margin-right: -60px;
margin-top: 110px;
}

.two-col-section-about .two-block:nth-child(even) .img-wraper {
width: 45%;
padding-top: 57.5%;
}
.two-col-section-about .two-block:nth-child(even) .right-block{
width: 55%;
}
.two-col-section-about .two-block h2.image-with-text__heading p strong,
.title-wrapper .title.h1 p strong{
  color: #000 ;
  font-weight: 400;

}
.custom-text-block {
  text-align: center;
  margin: 0 auto;
  padding: 15px 30px;
}
.custom-text-block h2.custom-heading {
  font-family: "termina";
}
.section-template--15764364820660__16638523710d704e1e-padding,
.section-template--15764364820660__16638524409870cddf-padding,
.section-template--15764364820660__1663852522bd5ec88f-padding{
  line-height: 1.4;
      color: #000;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.bg-color{
background: #c8adf2;
}


/* multicolumn */

.multicolumn.background-primary .multicolumn-card{
background: #fff !important;
}
.multicolumn-list.grid{
justify-content: center;
}
.multicolumn .media.media--transparent.media--adapt {
  padding-bottom: 37% !important;
  position: relative;
}
.multicolumn .media .multicolumn-card__image{
object-fit : contain !important;
}
.multicolumn .multicolumn-card-spacing {
  padding-bottom: 2.5rem;
}
/* wrap video */
.wrap-video{
display: flex;
width: 100%;
background: #c8adf2;
  max-width: 100%;
  padding: 20px;
}
.deferred-media.video-section__media.deferred-media {
  width: 50%;
margin: 10px;
}
.video-section {
  max-width: 100%;
  padding: 0;
}
.deferred-media.video-section__media{
  width: 50%;
  margin: 10px;
  padding-bottom: 27% !important;
  position: relative;
}
.title-wrapper .title.h1{
text-align: center;
}
.title-wrapper .title.h1 p , .title-wrapper--no-top-margin{
    margin-bottom: 0;
}
.banner__box{
display:none;
}

/* three-col-block */

.three-col-block .multicolumn-card__info h3{
text-align: center;
font-size: 21px;
font-family: "Termina";
text-transform: uppercase;
}
.three-col-block .multicolumn-card__info h3 p strong{
font-weight: normal;
color: #cbf831;
}
.three-col-block .multicolumn-card__info .rte p{
font-family: 'franklin-gothic-atf';
font-size: 16px;
text-align: center;
line-height: 1.2;
color: #000;
}


.mobile_img_slider, .ipad_img_slider{
display: none !important;
}


/* collection page  */
.product-img-with-text{
  position: relative;
  padding-top: 35%;
}
.product-img-with-text .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  max-width: 100%;
  background-size: cover;
   
}
.product-img-with-text .bg-image:before{
content: '';
position: absolute;
top:0 ;
left:0;
height:100%;
width:100%;  
background: rgba(252, 252, 252, 0.9 );
}
.product-img-with-text .two-block-wrap{
display: flex;
  align-items: center;
  height: 100%;
padding: 40px 20px;
}
.product-img-with-text .left-image-block{
    padding-top: 30%;
  position: relative;
  width: 50%;

}
.product-img-with-text .left-image-block img, 
.hot-topics-section .three-blocks .block .left-img img{
position: absolute;
height: 100%;
width: 100%;
object-fit: cover;
top: 0;
left: 0;
object-position: top;
}
.product-img-with-text .right-content-block{
width: 50%;
padding:0 35px;
height: 100%;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
z-index: 1;
position: relative;
}

.product-img-with-text .right-content-block h2.h2 , 
.product-img-with-text .right-content-block h1.h2 p,
.product-img-with-text .right-content-block .price_heading,
.hot-topics-section .title-wrap h2.h2,
.three-block-grid.heading-button-grid .title-wrap h2.h2{
font-size: 22px;
font-family : "Termina";
line-height: 1;
color: #000;
margin: 0;
text-transform: uppercase;
}
.product-img-with-text .right-content-block .price_heading {
margin-bottom: 0;
}
.product-img-with-text .right-content-block .inner-text{
font-size: 16px;
line-height:1.2;
color: #000;
 font-family: 'franklin-gothic-atf';
}

.product-img-with-text .right-content-block .btn ,
.featured-block-more-links .four-block-btn .btn ,
.hot-topics-section .four-block-btn .btn,
.three-block-grid.heading-button-grid .four-block-btn .btn {
color: #c8adf2;
font-size: 16px;
text-transform: uppercase;
background: #050202;
  padding: 13px 38px;
text-decoration: none;
display: inline-block;
}
.three-block-grid.heading-button-grid .four-block-btn .btn{
  letter-spacing: 1px;
}

.product-img-with-text .right-content-block h1.h2{
margin: 0;
}

.product-img-with-text .right-content-block .btn{
margin-top: 35px;
}
.price_heading-old {
  text-decoration: line-through;
}


/* hot topics */

.hot-topics-section{
padding: 50px 20px;
}
.hot-topics-section .title-wrap h2.h2 , 
.img-bg-text-wrap .title-wrap h2.h2 , 
.collection-full-width-block .title-wrap h2.h2 ,
.three-block-grid.heading-button-grid .title-wrap h2.h2{
margin-bottom: 20px;
text-align: center;
}
.img-bg-text-wrap .title-wrap h2.h2 , 
.collection-full-width-block .title-wrap h2.h2 ,
.collection-full-width-block h2.h2,
.three-block-grid.heading-button-grid .title-wrap h2.h2{
font-size: 22px;
text-transform: uppercase;
margin-bottom: 10px;
 font-family : "Termina";
}
.hot-topics-section  .title-wrap h2.h2 b , .img-bg-text-wrap .title-wrap h2.h2 b , .collection-full-width-block .title-wrap h2.h2 b{
  font-weight: normal;
  color: #c8adf2;
}
.hot-topics-section .three-blocks {
 display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 15px;
  row-gap: 15px;
}
.hot-topics-section .three-blocks .block{
display: flex;
align-items: center;
}

.hot-topics-section .three-blocks .block .left-img{
width:120px;
position: relative;
padding-top: 35%;
background: #c8adf2;
}

.hot-topics-section .three-blocks .block .right-part-wrap{
  width: calc(100% - 120px);
 padding: 0 10px;
}

.hot-topics-section .right-part-wrap h2.h2{
margin: 0;
font-size: 16px;
text-transform: uppercase;
 font-family : "Termina";
}
.hot-topics-section .right-part-wrap {
font-size: 16px;
 font-family: 'franklin-gothic-atf';
}

.hot-topics-section .right-part-wrap p{
margin-bottom: 0;
  line-height: 1.2;
margin-top: 10px;
font-size: 14px;
color: #000;
}
.hot-topics-section .right-part-wrap a{
text-decoration: none;
}

/* featured-block-more-links */

.featured-block-more-links{
padding: 20px;
}
.featured-block-more-links .four-block-wrap{
display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 13px;
}
.featured-block-more-links .four-block-wrap .img-block{
position: relative;
padding-top: 100%;
}
.featured-block-more-links .four-block-wrap .img-block img , 
.collection-full-width-block .img-wrap img , 
.three-block-grid .grid-block .img-wrap img{
position: absolute;
height: 100%;
width: 100%;
object-fit: cover;
top: 0;
left: 0;
}

.featured-block-more-links .four-block-wrap h2.h2 , .featured-block-more-links .four-block-wrap span{
font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-family: 'franklin-gothic-atf';
margin-bottom: 0;
}

.featured-block-more-links .four-block-wrap span{
font-weight: bold;
font-family: 'Termina';
}

.featured-block-more-links .four-block-btn .btn , .hot-topics-section .four-block-btn .btn {
  text-decoration: none;
  color: #c8adf2;
  text-transform: uppercase;
}
.featured-block-more-links .four-block-btn ,
.hot-topics-section .four-block-btn, 
.three-block-grid.heading-button-grid .four-block-btn {
text-align: center;
margin-top: 35px;
}

/* special collection  */

.collection-full-width-block{
padding: 0 20px;
}
.collection-full-width-block .img-wrap{
 position: relative;
padding-top: 30%;
}
/* .collection-full-width-block .img-wrap img , .three-block-grid .grid-block .img-wrap img{
 position: absolute;
height: 100%;
width: 100%;
object-fit: cover;
top: 0;
left: 0;
} */
.collection-full-width-block h2.h2{
margin-bottom: 5px;
}
.collection-full-width-block p , .three-block-grid .grid-block p{
  font-size: 16px;
 font-family: 'franklin-gothic-atf';
margin-top: 0;
color: #000;
line-height: 1.1;
}
.collection-full-width-block .text-content{
max-width: 720px;
}


/* three-block-grid */

.three-block-grid{
padding: 50px 20px;
}

.three-block-grid .block-wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
.three-block-grid.four-block-grid .block-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 10px;
}
.three-block-grid .grid-block h2.h2 , .collab-section .title-wrap h2.h2 ,  .koi-tv-section .title-wrap h2.h2{
font-size: 12px;
text-transform: uppercase;
margin-bottom: 5px;
 font-family : "Termina";
}
.koi-tv-section {
  padding-left: 15px;
  padding-right: 15px;
}
.koi-tv-section .flipster__item__content iframe{
  width: 600px;
  height: 320px;
} 
.three-block-grid .grid-block .img-wrap{
position: relative;
padding-top: 72%;
}
.three-block-grid.four-block-grid .grid-block .img-wrap{
padding-top: 100%;
}
.three-block-grid.heading-button-grid .img-wrap{
padding-top: 90%;
}

.img-bg-text-wrap .right-content-block .h2 p{
margin: 0;
}
.img-bg-text-wrap.color-change .price_heading{
color: #ff3434;
}
.featured-block-more-links.discount-price .content-wrap span del{
color: #666666d9;
}
.featured-block-more-links.discount-price .content-wrap span{
color: #ff3434;
}



/* featured-block-wrap */

.featured-block-wrap {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
  width: 100%;
  row-gap: 30px;
  max-width: 100%;
}
.first-head p strong{
font-weight: normal;
color: #c8adf2;
}

.product-grid{
position: relative;
}
.product-grid .slick-prev{
 background-image: url('/cdn/shop/files/ar.png?v=1664884612');
  position: absolute;
left: 10px;
 transform: rotate(-180deg);

}
.product-grid .slick-arrow{
height: 40px;
  width: 32px;
  z-index: 1;
  border: none;
  font-size: 0;
top: 33%;
background-color: transparent;
cursor: pointer;
}
.product-grid .slick-next{
 background-image: url('/cdn/shop/files/ar.png?v=1664884612');
  position: absolute;
right: 10px;

}
.product-grid .slick-dots{
display: flex;
justify-content :center;
}
.product-grid .slick-dots li{
list-style: none;

}
.product-grid .slick-dots .slick-active button{
 background: #c8adf2;
}
.product-grid .slick-dots button{
   background: #d4d3e0;
  margin: 0 5px;
  border-radius: 100%;
  font-size: 0;
  height: 19px;
  width: 19px;
  cursor: pointer;
border: 2px solid #000;
}
.collection  .collection__title .title.h1{
margin-bottom: 15px;
}
.collection  .collection__title p{
color: #000;
text-transform: uppercase;
font-family: 'Termina';
font-size: 22px;
}
.collection  .collection__title p strong{
 color: #c8adf2 !important;
}

.collection .card{
padding:0 5px;
}
.collection .card__heading {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: termina;
}
.collection .price-item{
font-size: 12px;
font-weight:bold;
}

.collection-full-width-block .text-content a , .three-block-grid .block-wrap .grid-block a {
  text-decoration: none;
}{
  text-decoration: none;
}

/* about us page */

/* .about-us-page #shopify-section-header {
  margin-bottom:0;
} */
.slider-wrapper .img-wrap img{
height: 100vh;
width: 100%;
object-fit:cover;
}
.slider-wrapper .bg-block{
height: 100vh;
background-color: #c8adf2;
}
.slider-wrapper .bg-img{
height: 100vh;
width: 100%;
}
.slider-wrapper .content-wrap ,  .slider-wrapper .text-wrapper  {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
}
.slider-wrapper .content-wrap-bottom {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
position: relative;
}
.slider-wrapper .content-wrap-bottom:before{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(252 , 252, 252, 0.6);
}
.slider-wrapper .content-wrap h2.h2 , .slider-wrapper .content-wrap h2.h2 p , 
.slider-wrapper .text-wrapper h2.h2 , .slider-wrapper .text-wrapper h2.h2 p{
font-size: 22px;
font-family: "Termina";
margin: 0;
text-transform: uppercase;
}
.slider-wrapper .content-wrap p , .slider-wrapper .text-wrapper p{
 font-size: 18px;
font-family: 'franklin-gothic-atf';
margin: 0;
text-align: center;
margin-bottom: 25px;
line-height: 1.2;
color: #000;

}
.slider-wrapper .text-wrapper{
 z-index: 1;
position: relative;
}


/* scroll */

.slider-wrapper .panel {
height: 100vh;
}
.slider-wrapper .scrollNav {
position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 1;
  right: 50px;
  left: auto;
}
.slider-wrapper ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
.slider-wrapper .scrollNav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left:auto;
right:50px;
  z-index: 9;
  opacity:0;

}
.scrollNav a {
  display: block;
  width: 19px;
  height: 19px;
  margin: 4px 0;
  border-radius: 50%;
  background-color: #d4d3e0;
  transition: ease-in-out 0.4s;
border: 2px solid #000;
}
.scrollNav a.active {
background-color: #cbf831;
}
.the-camera {
position: relative;
}
.the-camera .scrollNav {
opacity: 1;
}
/* end scroll  */


/* collab slider */
.collab-section{
padding: 50px 0;
}
.collab-section .title-wrap h2.h2 , .koi-tv-section .title-wrap h2.h2{
font-size: 22px;
text-align: center;
}
.koi-tv-section .title-wrap h2.h2{
 margin-bottom: 25px;
}
.collab-section .title-wrap h2.h2 span , .koi-tv-section .title-wrap h2.h2 span{
color: #c8adf2;
}
.collab-section .slick-dots {
  display: flex;
  justify-content: center;
}

.collab-section .slick-dots .slick-active button{
 background: #c8adf2;
}
.collab-section .slick-dots button{
   background: #d4d3e0;
  margin: 0 5px;
  border-radius: 100%;
  font-size: 0;
  height: 19px;
  width: 19px;
  cursor: pointer;
  border: 2px solid #000;
}

.koi-tv-section .container{
max-width: 89%;
margin: 0 auto;
}
.koi-tv-section{
position: relative;
}
/* .koi-tv-section .slick-prev{
  background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712');
  position: absolute;
  left: -45px;
}
.koi-tv-section .slick-arrow{
  height: 40px;
  width: 32px;
  z-index: 1;
  border: none;
  font-size: 0;
  top: 33%;
  background-color: transparent;
  cursor: pointer;
}
.koi-tv-section .slick-next{
  background-image: url('/cdn/shop/files/black-arrow.png?v=1663648712');
  position: absolute;
  right: -45px;
transform: rotate(-180deg);
}
*/
.flipster {
  overflow-y: hidden;
}
.flipster__button {
  opacity: 1;
}
.flipster__button svg {
  stroke: #000;
  fill: transparent;
}

.black-bg{
background : #000;
padding: 55px 20px;
}
.black-bg .content-wrap{
max-width:1080px;
margin: 0 auto;
text-align: center;
}

.black-bg .content-wrap p{
color: #d1d1d1;
font-size: 19px;
font-family: 'franklin-gothic-atf';
line-height: 1.2;
}


/* account login */

.customer.login h1#login {
  color: #040202;
  font-size: 19px;
  font-family: 'termina';
text-align: center;
}
.customer form {
  margin-top: 10px !important;
}
.customer:not(.account):not(.order) {
  text-align: left !important;
}
.customer .field {
  margin: 0 0 10px !important;
}
.customer.login label {
  font-size: 12px;
  color: #000;
   font-family: 'franklin-gothic-atf';
}
.customer .field label {
  color: #9da0a5 !important;
   letter-spacing: 0;
  line-height: unset;

}
.customer:not(.account):not(.order) {
  max-width: 540px !important;
  padding: 0 20px !important;
  width:100%;
}
.field:after, .customer .field:after{
border : 1px solid #080a0a;
box-shadow: none;
}
.customer button {
  margin: 10px 0 !important;
  display: block;
  width: 100%;
  background: #c8adf2;
  border: none;
  font-size: 19px;
  color: #000;
   text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
.customer button:hover{
border: none !important;
box-shadow: none !important;
--buttons-border-opacity: 0;
}
.customer .field:hover.field:after, .field:hover.field:after{
    box-shadow: none;
    outline: none;
}
a.account-register{
line-height: 2.4;
 display: block;
  width: 100% !important;
 background: #c8adf2;
  border: none;
  font-size: 19px;
  color: #000;
   text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-weight: 400;
}

a.account-recover {
  margin: 10px auto !important;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #000;
   font-family: 'franklin-gothic-atf';
}
.customer .field input:focus{
box-shadow: none;
}
.customer button:after{
border: 1px solid #c8adf2 !important; 
box-shadow: none;
}

/* app desktop */

.app-page-main .app-content{
  padding: 50px 15px;
  background: #cbf831;
  margin: 0px 0 80px;
}
.app-page-main .app-content .h2.collection-title-tag{
  font-size: 34px;
  color: #000;
  font-family: 'termina';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.app-page-main .app-content p{
color: #000;
font-size: 17px;
line-height: 1.4;
margin :0;
}
.app-page-main .app-content .sub-text{
margin: 15px 0 20px;
font-family: 'termina';
}

.app-page-main .app-content .cover-wrap{
max-width: 610px;
width: 100%;
}
.app-page-main .app-content .sub_line{
font-family: 'franklin-gothic-atf';
}
.four-block-btn{
margin-top: 35px;
}
.four-block-btn .btn{
color: #cbf831;
font-size: 34px;
font-family: 'termina';
font-weight: bold;
text-decoration: none;
}
.app-page-main .content_wrapper{
display: flex;
flex-direction: row-reverse;
margin-bottom: 80px;
}
.app-page-main .app-social-content, .app-page-main .app-content-image{
width: 50%;
text-align: center;
}

.app-page-main .app-social-button img{
 display: block;
 margin: auto auto 60px;
}
.app-page-main .app-content-image a{
  padding-top: 0;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 122%;
}
.app-page-main .app-content-image a img {
  object-fit: contain;
  height: 100%;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 310px;
}
.app-page-main .app-content-image {
  margin-top: -283px;
  z-index: 1;
}

}

/* delivery-page */

.delivery-page-main{
max-width: 985px;
width: 100%;
margin: 65px auto 100px;
}
.delivery-description{
text-align: center;
}
.delivery-description p{
font-size: 17px;
font-family: 'franklin-gothic-atf';
line-height: 1.3;
}
.delievry-question-answer ul{
padding: 0;
border: 2px solid #080a0a;
width:100%;
}
.question-wrap{
border-bottom:2px solid #080a0a;
}
.question-wrap .question {
 padding:22px 60px 22px 22px;
}
.content-wrap ul li span{
display: none;
}
.content-wrap ul h2.question{
   font-size: 19px;
  font-family: 'termina';
  text-transform: uppercase;
  color: #000;
  margin: 0;
  position: relative;
  background: #fafbf9;
}
.content-wrap ul h2.question:after {
content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url(/cdn/shop/files/Icon_feather-plus.svg?v=1665492468);
  height: 25px;
  width: 25px;
  background-size: cover;
}
.content-wrap .active h2.question:after{
display:none;
}
.content-wrap .active h2.question{
color: #c8adf2;
position: relative;
}
.content-wrap .active h2.question:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
  background-image: url(/cdn/shop/files/Icon_feather-plus_69741802-3b39-4e40-b59b-a14701f857ba.svg?v=1665493337);
  height: 32px;
  width: 2px;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}

.content-wrap .answer{
padding: 0 30px 20px;
font-size: 16px;
color:#000;
}
.content-wrap ul .question-wrap:last-child{
  border-bottom:none;
}



/* join-us */

.join-us{
max-width: 870px;
margin: 0 auto;
text-align: center;
padding: 0 15px;
}
.join-us-main p{
font-size: 17px;
 font-family: 'franklin-gothic-atf';
color: #000;
line-height: 1.3;
margin-bottom: 45px;
letter-spacing: 0;
}
.join-us .footer-newsletter-block {
     width: calc(66% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.join-us .footer-newsletter-block .newsletter-form__field-wrapper .field__input {
  height: 45px;
}
.join-us .footer-newsletter-block .field__label {
  font-size: 12px;
  color: #9da0a5;
  text-transform: capitalize;
  left: 15px!important;
  line-height: 27px;
}

.join-us .footer-newsletter-block .newsletter-form__button {
  height: 43px;
  padding: 10px 41px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #040202;
  line-height: 13px;
    font-family: 'termina';
  font-weight: normal;
  border-left: 1px solid #000;
}

.join-us .field__input:focus{
box-shadow: none;
}
.join-us .field__input:focus~.field__label{
top: 2px;
}
.join-us .footer-newsletter-block .newsletter-form__button:hover {
  color: #cbf831;
}

/* ethic desktop */


.slider-wrapper .text-wrapper h2.h2.collection-title-tag{
font-size: 28px;
  font-family: "Termina";
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.ethic-section .first_block .text-wrapper , .ethic-section .first_block.content-wrap {
max-width: 1170px;
}
.ethic-section .first_block.content-wrap {
padding: 0 15px;
}
.ethic-section .slider-wrapper .text-wrapper p strong{
    font-weight: normal;
  font-family: termina;
  color: #000;
  font-size: 20px;
}

.ethic-section .slider-wrapper .text-wrapper p{
line-height: 1.5;
    margin-bottom: 20px;
}

.ethic-section .content-wrap-bottom .text-wrapper h2.collection-title-tag{
font-size: 36px;
}
.ethic-section .content-wrap-bottom .text-wrapper {
max-width: 830px;
padding-left: 15px;
padding-right: 15px;
}


/* student-section */
.slider-wrapper .content-wrap.student-section  h2.h2{
  font-size: 34px;
margin-bottom: 50px;
}
.student-description{
padding: 40px 0;
width: 100%;
}
.content-wrap.student-section{
max-width: 100%;
width:100%;
}
.student-cover-description{
   padding: 0 100px;
width: 100%;
text-align: center;
}
.student-cover-description a.student-signup {
  text-decoration: none;
  background: #fff;
  color: #000;
   min-width: 245px;
  padding: 7px 0;
  font-family: termina;
  font-size: 17px;
  text-transform: uppercase;
display: inline-block;
}
.student-cover-description a.student-signup:hover{
background: #000;
color: #cbf831;
}
.student-cover-description p strong{
font-weight: normal;
 font-family: "Termina";
color: #000;
}
.student-cover-description p{
margin-bottom: 30px;
font-family: 'franklin-gothic-atf';
}
.panel-student {
  padding: 100px 0;
}
.student-section .stud-image{
margin: 40px 0 20px;
}
.student-section .support-link a{
    color: #000;
  text-transform: capitalize;
}
.student-section .support-link a:hover{
color: #cbf831;
}

.support-content .slider-wrapper .content-wrap {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  width:100%;
}
.support-content .content-wrap ul{
display: flex;
  justify-content: space-between;
  width: 100%;
}
.support-content .content-wrap ul li a.btn ,  .support-content .support-button .btn-support {
  text-decoration: none;
  color: #000;
  background: #cbf831;
  min-width: 240px;
  display: inline-block;
  padding: 21px 0;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'termina';
  font-weight: bold;
}
.support-content .content-wrap ul li a.btn:hover , .support-content .support-button .btn-support:hover{
color: #cbf831;
background: #000;
}
.support-content  .description{
padding: 65px 0 100px;
}

.support-content  .description .h2.collection-title-tag ,  .support-content  .description p  {
font-family: "Termina";
font-size: 17px;
margin-top: 0;
margin-bottom: 25px;
 color: #000;
 letter-spacing:0;
}

.support-content .support-button .btn-support{
 min-width: 470px;
}

/* raffle-page */

.raffle-section  .content-wrap h2.h2{
 font-size: 30px;
}
.raffle-section  .content-wrap h2.h2 b{
 font-weight: normal;
}
.raffle-section  .content-wrap p{
 margin-bottom: 70px;
}
.raffle-section .content-wrap p:last-child {
  margin-bottom: 0;
}
.raffle-section .custom-text-block {
  width: 100%;
}






/* pokemon card */

.pokemon-card-section .title-wrap{
padding: 0 15px;
text-align: center;
width: 100%;
}
.pokemon-card-section .title-wrap .title_heading{
font-size: 34px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
font-family : "Termina";
}
.raffle-section .custom-text-block .custom-heading {
  font-size: 34px;
}
.pokemon-card-section .two-col-wrap{
display: flex;
width: 100%;
padding: 0 15px;
align-items: center;
max-width: 1340px;
margin: auto;
}
.raffle-two-wrap {
 overflow: hidden;
 width: 100%;
 padding: 20px 0;
}
.raffle-description:before {
  background: #cbf831;
  height: 100%;
  left: -100vw;
  position: absolute;
  content: "";
  width: 200vw;
  z-index: -1;
}
.raffle-description {
  position: relative;
}
.raffle-description-inner{
  position: relative;
  padding: 15px 0;
}
.raffle-section .content-wrap {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.pokemon-card-section .left-col .img_wrap{
position: relative;
padding-bottom: 100%;
}
.pokemon-card-section .left-col .img_wrap img{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: contain;
}
.pokemon-card-section .left-col, .pokemon-card-section .right-col{
width: 50%;
}
.raffle_page .pokemon-card-section .right-col .right_wrapper .btn-wrapper {
  margin-top: 20px;
}
.pokemon-card-section .right-col .right_wrapper .right-part-head , .pokemon-card-section .right-part-head.ipad-visible{
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
color: #000;
font-family : "Termina";
margin-top: 0;
margin-bottom: 10px;
}
.pokemon-card-section .right-col .right_wrapper .btn{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  border: 2px solid #000;
  padding: 5px 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-family : "Termina";
}
.pokemon-card-section .right-col .right_wrapper .btn:hover{
color: #cbf831;
background: #000;
}
.pokemon-card-section .right-col .right_wrapper p{
color: #000;
font-size: 17px;
font-family: 'franklin-gothic-atf';
line-height : 1;
margin: 5px 0;
max-width: 500px;
width: 100%;
}
.pokemon-card-section .right-col .right_wrapper p strong{
font-weight: normal;
}
.pokemon-card-section .right-col .right_wrapper{
padding-left: 20px;
}
.pokemon-card-section .right-col .right_wrapper .btn-wrapper{
 margin-top: 50px;
}
.pokemon-card-section .right-part-head.ipad-visible {
   display: none;
}
/* lookbook */

.look_book {
  padding: 60px 15px;
  max-width: 1025px;
  margin: 0 auto;
  width: 100%;
}
.look-book-main {
  display: grid;
  grid-template-columns: repeat(3 , auto);
  gap: 40px;
}
.look-book-main li a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.look-book-main li a img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* breadcrumb */

.breadcrumb {
  font-size: 14px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  max-width: 1530px;
  display: flex;
  width:100%;
}
.breadcrumb a{
text-decoration: none;
color: #000;
margin-right: 5px;
font-family: 'franklin-gothic-atf';

}
.breadcrumb span{
  color: #000;
  margin-right: 5px;
font-family: 'franklin-gothic-atf';

}

/*  */
.fullimgwrapper { position: relative; height: 100%; }
.fullimgwrapper .fullwidthimg { width: 100%; height: 100%; position: absolute; top: 0; right: 0; object-fit: cover; }
.refer-friend {
  padding-left: 15px;
  padding-right: 15px;
}
.refer-friend div {
width:100%;
}
.sectionidforadmin { 
display: none; 
}
.shopify-design-mode .sectionidforadmin{ 
display: block;
}
.full-screen {
  height: calc(100vh - 105px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/* about */
.about-us-page .about-us-content {
  font-size: 18px;
  font-family: 'franklin-gothic-atf';
  line-height: 1.4;
  padding-left:15px;
  padding-right:15px;
}
.about-us-page .custom-text-block h2.custom-heading {
  font-family: "termina";
  margin: 0;
}
.card--standard>.card__content {
  padding: 0;
  display: none;
}
.section-collection-list .media.media--transparent.media--hover-effect {
  position: relative;
  padding-top: 79%;
}
.about-charities {
  padding-top: 90px;
  padding-bottom: 20px;
}
.about-stockists {
  padding-bottom: 90px;
}
.about-stockists-next.custom-text-block {
  padding: 50px 15px;
}
.collab-slider-image {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.collab-slider-image img {
  margin: auto;
}

/* product details page */


.product-detail-page .page-width {
  max-width: 100%;
}
.product-detail-page .product__media-wrapper{
max-width : 50% !important;
width: 100%;
}

  

.product__tax ,
  .product-form__input .form__label ,
  .swym-btn-container .swym-fave-count{
    display: none !important;
}
.product__info-container .product__title h1{
  line-height: 1;
  font-weight: bold;
  font-family: "termina";
  text-transform: uppercase;
  font-size: 28px;
  width: 100%;
}
 .product .product__info-container  .price--large{
    font-size: 18px;
 }
  .product-detail-page .product__info-container .price--on-sale .price-item--regular{
      display: none;
  }
.product .product-form__input input[type=radio]:checked+label{
    background-color: #000;
}
.product__info-container .product__title{
    margin-bottom: 0;
}
.product__info-container .no-js-hidden{
    margin: 0;
}
.product__info-container .price__regular {
  display: block;
  font-family: 'termina';
  font-weight: 400;
}
.product__info-container .size-change-wrap {
  display: flex;
  justify-content: flex-end;
}
.product__info-container .size-change-wrap .size_change {
  font-size: 15px;
  font-family: 'franklin-gothic-atf';
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  color: #000 !important;
  text-decoration: none;
  margin: 0 10px;
  padding: 10px 12px;
}
/*   .product__info-container .size-change-wrap .size_change:before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    width: calc(100% - 30px);
    height: 3px;
    background: #000;
    margin: 0 auto;
    z-index: 1;
} */
  .product__info-container .size-change-wrap .size_change.active,
  .product__info-container .size-change-wrap .size_change:hover{
    background: #c8adf2;
    border: 1px solid #121409;
  }
  .product__info-container .size-change-wrap .size_change.active{
      font-weight: bold;
  }
.product__info-container {
  max-width: 100% !important;
}
.product__info-wrapper{
   width: 100% !important;
   max-width: 50% !important;
      padding-left: 25px !important;
}
.product__info-container .product-form__input input[type=radio]+label {
      border: 1px solid #121409;
      display: inline-block;
      margin: 5px;
      padding: 1.5rem 2rem;
      font-size: 16px;
      text-align: center;
      min-height: 45px;
      font-family: 'franklin-gothic-atf';
      border-radius: 0px;
      width: calc(16.66% - 10px);
}
.product-form__input{
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.accordion summary {
    padding: 0 0;
}
.section-collapsible-tab .accordion__title {
    display: inline-block;
    max-width: calc(100% - 6rem);
    min-height: 1.6rem;
    margin: 0;
    word-break: break-word;
    font-size: 16px;
    font-family: 'Termina';
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
/* .social-share {
    display: none;
} */
  .product-recommendations__heading{
    text-transform: uppercase;
     font-family: 'Termina';
    color: #020201;
    text-align: center;
    font-size: 20px;
  }
/* .swym-add-to-wishlist, .swym-add-to-wishlist:after{
    color: #ffff!important;
} */
  .swym-btn-container .swym-button{
    background: #000;
  }
.addtocart-wrapper {
    display: flex;
    align-items: center;
}
.addtocart-wrapper .product-form__buttons{
  display: flex;
}

.product-form{
  width: 100%;
}
.quick-add-hidden .plus-icon{
  object-fit: contain;
}
.no-js-hidden .product-form__input input[type=radio]+label:before{
  display: none;
}
.product__info-container .product-form__input .swatch_lable_outofstock:after{
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  height: 20px;
  width: 20px;
  object-fit: cover;
  z-index:11;
  background-repeat: no-repeat;
  background-image: url('/cdn/shop/files/bell.png?v=1666941969');
}
.swatch_lable_outofstock {
    background: url('/cdn/shop/files/gdrg.png?v=1666948606');
    object-fit: cover;
    z-index: 11;
    background-repeat: no-repeat;
    width: 20px;
    background-position: center;
    color: #aaaaaa !important;
    border-color: #aaaaaa !important;
}
.product__info-container .product-form__buttons {
    max-width: 100%;
    background: #000;
}
.cart-wrapper{
  width: 100%;
}
.swym-tooltip-clickable .swym-tooltip-text{
  display: none;
}
.product__info-container .swym-loaded {
    background: #fff;
    border: 1px solid #121409;
    margin-left: 2px;
    height: 47px;
    line-height: 0;
    width: 44px;
    padding: 5px 0;
    min-width: 100%;
  
}
.product__info-container  .product-form__submit {
    margin-bottom: 0px;
}
.product__info-container .swym-share-cta img.share {
    width: auto;
}
.product__info-container  .product-form__buttons span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Termina';
    font-weight: bold;
     display: flex;
    align-items: center;   
}
.product__info-container .product-form__buttons .product-form__submit span:before {
    CONTENT: '';
    background-image: url(shopping-bag-black1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    margin-right: 20px;
    height: 28px;
    width: 27px;
    transition: .3s ease all;
}
  .mobile-size-cta:hover {
    border: 1px solid #c8adf2;
    background: #c8adf2;
    color: #000;
}
  .mobile-size-cta:hover .cta-lable1 {
    color: #000;
}
.product-form__buttons .product-form__submit.button:hover span:before {
    background-image: url(shopping-bag-purple.png);
}
.product-form__buttons .product-form__submit.button{
    transition: .3s ease all;
    background: #c8adf2;
    color: #000;
    border: 1px solid #000;
    
  }
.product-form__buttons .product-form__submit.button:hover{
  background: #000;
  color: #c8adf2;
  border: 1px solid #c8adf2;
}
.product__info-container .product-form__buttons .mobile-size-cta:hover .cta-lable1:before {
    background-image: url(size-icon.png);
}
.product-share{ 
  position: relative;
  margin-left: 2px;
}
.product-share__icons{ 
    display: none; 
    position: absolute;
    top: 47px;
    right: 0;
    width: 181px;
    background: #fff;
    text-align: center;
    padding: 5px;
    border: 0.1rem solid rgba(var(--color-foreground),.08);
    border-radius: 4px;
    z-index: 9;
}
.product-share:hover .product-share__icons{ display: block; }
.product-detail-page .product--stacked .product__info-container--sticky{
	top: 12rem;
}
.payment-details{ display: flex; margin: 0; }
.payment-details .product-payment__method{ width: 100%; border: 1px solid #121409; padding: 17px; position: relative;}
.payment-details .product-payment__method p{ margin: 0; font-size: 11px; color: #000;}
.payment-details .product-payment__method .product-payment__btn{ 
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
    text-align: center;
    font-style: italic;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px
}
.payment-details .product-payment__method:first-child{ margin-right: 0px;}
.addtocart-wrapper .product-form{ margin-bottom: 0 !important;}  

.product-form__buttons .swym-button-bar{ margin: 0 5px; background: #000; color: #fff;}
.swym-btn-container .swym-add-to-wishlist.swym-heart:after{ color: #fff !important;}
.product-form__buttons .swym-wishlist-button-bar .swym-wishlist-cta{ display: none; }
.product-form__buttons .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext{ width: 40px; height: 47px; line-height: 47px;}
.product-form__buttons .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{ font-size: 21px; background-color: #000;}
.product-form #wm_wishlist_btn{ display: none;}
.product-form > div > div.row.mb-4{ display: none;}
.tooltip-text{
    display: none;
    position: absolute;
    right: 0;
    width: 250px;
    background: #c8adf2;
    padding: 10px;
    top: 100%;
    margin-top: 6px;
    z-index: 9;
}
.tooltip-text:before{
    content: "";
    position: absolute;
    top: -7px;
    right: 2px;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #c8adf2 transparent;
    border-style: solid;
}
.product-payment__info{ padding-right: 20px; }
.product-payment__btn:hover .tooltip-text{
    display: block;
}

.product-detail-page .card--media .card__inner .card__content{ position: initial; }
  
.product-detail-page .product__description u {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

.product__info-container .email-notification {
    background: #c8adf2;
    color: #000;
    text-transform: uppercase;
    line-height: normal;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    border: none;
    border-color: transparent;
    font-family: 'franklin-gothic-atf';
    font-size: 17px;
  --border-offset: none; 
}
.product__info-container .email-notification span{
  position: relative;    
}
.product__info-container .email-notification span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    height: 25px;
    width: 26px;
    object-fit: cover;
    z-index: 11;
    background-repeat: no-repeat;
    background-image: url('/cdn/shop/files/bell.png?v=1666941969');
}
.product__info-container .email-notification:hover{
  border: #000;
  background: #fff;
  color: #000;
}


.product-recommendations .grid__item span.recommendation-title, .product-recommendations span.recommendation-price {
    text-align: center;
    display: block;
       font-family: 'termina';
    text-transform: uppercase;
    max-width: 95%;
    margin: 20px auto 0;
    color: #000;
    line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}
  .product-recommendations span.recommendation-price{
    margin-top: 10px;
  }
.product-recommendations .card-wrapper {
    height: auto !important ;
}
.collection-description .ewa-rteLine {
    font-family: 'franklin-gothic-atf';
    font-size: 11px;
    line-height: 1.2;
    color: #000;
}


.product__info-container .button--full-width.button--primary.addtocart[disabled="disabled"]{
    border-color: #000;
    color: #000;
    background: #bcbcbc;
}
.product__info-container .button--full-width.button--primary.addtocart[disabled="disabled"]:hover{
  background: #000;
  color: #fff;
}
.bis-reset.bis-edge-left.bis-edge-top {
    display: none;
}

.menu-opening .mobile-facets {
    opacity: 1;
}
.mobile-facets {
    opacity: 0;
}

 .facets-container .mobile-facets__inner{
    max-width: 635px;
  }
.menu-drawer .mobilemenu-top {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 15px auto 20px;
}
  .menu-drawer__account {
    flex-direction: row-reverse;
    text-transform: uppercase;
    padding: 1.2rem 20px 1.2rem 0 !important;
    position: relative;
}
   .menu-drawer__account:after {
    position: absolute;
    content: '';
    right: -8px;
    top: 50%;
    height: 32px;
    width: 27px;
    background-image: url('/cdn/shop/files/login-icon.png?v=1667890573');
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
  .koi-mobile-customer svg{
    display: none;
  }
.menu-drawer-container .menu-drawer__navigation .list-menu__item {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border-bottom: 1px solid gray;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.menu-drawer__menu-item>.icon-arrow {
   right: 0.5rem !important;
}

.menu-drawer__account svg {
    margin-right: 0px;
}

.latest-drops-title {
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: termina;
}

ul.latest-drops {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 15px;
    margin-bottom: 95px;
}
 .latest-drops li.latest-drop {
    width: auto;
    margin: 8px 5px;
}

.latest-drops li.latest-drop a {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    color: #050202 !important;
    border: 1px solid #FBEBE4;
    border-radius: 5px;
    padding: 8px 18px;
    box-shadow: 2.828px 2.828px 10px 0px rgb(0 0 0 / 14%);
    transition: .3s ease all;
    font-family: termina;
}

.latest-drops li.latest-drop a:hover{
  background: #000;
  color: #fff !important;
}
.menu-drawer .list-social {
    justify-content: space-around !important;
}
.menu-drawer__utility-links {
    background-color: transparent !important;
}
  .list-social__item .icon {
    height: 2.8rem !important;
    width: 2.8rem !important;
}

.three-blocks ul.slick-dots {
    display: flex;
    justify-content: center;
}
.three-blocks ul.slick-dots li {
    margin: 0 5px;
}

.three-blocks ul.slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.three-blocks ul.slick-dots li.slick-active button{
  background: #c8adf2;
}







  










  
  
/* responsive */


@media (max-width: 1600px){
  .app-page-main .app-content{
      padding: 50px 40px 30px 140px;
  }
  .product__info-container .product-form__input input[type=radio]+label{
      width: calc(20% - 10px);
  }
  .product__info-container .product-form__input.swatch-Color input[type=radio]+label.swatch_lable {
      width: auto;
  }
}
@media (max-width: 1400px){
  .app-page-main .app-content{
      padding: 50px 40px 30px 120px;
  }
}
  
@media (max-width: 1200px){
.app-page-main .app-content{
  padding: 50px 40px 30px 40px;
}
.app-page-main .app-content .cover-wrap {
  max-width: 500px;
}
}
@media (max-width:1040px){
.two-col-section-about .two-block .img-wraper {
    padding-top: 56%;
}
.two-col-section-about .two-block:nth-child(even) .img-wraper {
    width: 45%;
    padding-top: 65.5%;
}
.two-col-section-about .two-block:nth-child(even) .right-block .inner-block {
    padding: 10px 30px 10px 65px;
    margin-right: -30px;
    margin-top: 100px;
}
.two-col-section-about .two-block .right-block .inner-block .custom-pera {
    font-size: 14px;
}
.two-col-section-about .two-block h2.image-with-text__heading {
    font-size: 18px;
}
.three-col-block .multicolumn-card__info .rte p{
  font-size: 15px;
}
.three-col-block .multicolumn-card__info h3 {
    font-size: 16px;
}
}

@media (max-width : 1024px){
.pokemon-card-section .right-part-head.ipad-visible  {
     display: block;
     text-align: center;
}
.pokemon-card-section .title-wrap .title_heading {
    margin-bottom: 10px;
}
 .pokemon-card-section .right-part-head.ipad-visible {
    margin-bottom: 15px;
}
.pokemon-card-section .title-wrap .title_heading {
    font-size: 24px;
}
.pokemon-card-section .right-col .right_wrapper p {
    font-size: 14px;
}
.ipad_img_slider{
  display: block !important;
}
.desktop_img_slider{
  display: none !important;
}
.support-content  .description {
    padding: 65px 0 60px;
}
.join-us .footer-newsletter-block .newsletter-form__button {
    padding: 10px 15px;
    font-size: 16px;
}
.slider-wrapper .scrollNav {
    right: 20px;
}
.pokemon-card-section .right-col .right_wrapper .btn {
    font-size: 18px;
}
.side-by-side .two-col-block .left-block .img-wrapper, .side-by-side .two-col-block .right-block .img-wrapper{
  margin-top: 60px;
}
}

@media (max-width:992px){
.banner__box{
  display: none;
}
.side-by-side .two-col-block .left-block p ,
.side-by-side .two-col-block .right-block p,
.side-by-side .title-text-content p{
  font-size: 14px;
}
.side-by-side .two-col-block .left-block .img-wrapper ,
.side-by-side .two-col-block .right-block .img-wrapper {
  margin-bottom: 20px;
}
.slider-mobile-gutter .collection-list{
  column-gap: 50px;
}
 .product-img-wrapper .slick-arrow{
    height: 25px;
    width: 25px;
 }
.custom-text {
  max-width:100%;
  width:100%;
  margin: 10px auto 20px;
  font-size: 14px;
  padding: 0 20px;
}
.multicolumn .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 32%;
}
  .three-col-block .multicolumn-card__info .rte p {
    font-size: 13px;
}
  .three-col-block .multicolumn-card__info h3 {
    font-size: 15px;
}
.look-book-main {
    gap: 20px;
}
.app-page-main .app-content-image {
  max-width: 650px;
  margin: auto;
}
.app-page-main .app-content .cover-wrap {
  max-width:100%;
}
.app-page-main .app-content {
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.app-page-main .app-content-image a {
      padding-bottom: 90%;
}
.app-page-main .app-social-button img {
  margin: auto auto 30px;
  max-width: 210px;
}
.slider-wrapper .panel.pokemon-section {
  height: auto;
}
  .product__info-container .product-form__buttons span{
      font-size: 15px;
  }
  .side-by-side .two-col-block .left-block .img-wrapper, .side-by-side .two-col-block .right-block .img-wrapper{
      margin-top: 0px;
  }
}

@media (max-width:990px){
.full-screen {
    height: calc(100vh - 46px);
}
.header-menu-left {
  padding-left: 30px;
}
.menu-drawer-container.menu-opening .header__icon--menu .icon-hamburger {
/*   right: 15px; */
  left: 15px;
}
.menu-drawer-container.menu-opening .header__icon--menu .icon-close {
  left: auto;
  display: none;
}
.header_search_mobile .header__icon--summary {
  display:none;
}
.header-right-icons .header__icon--account {
  display: none;
}
.header-login-link .swym-wishlist {
  margin-right: 10px;
  height: 32px;
  width: 30px;
}
.header-login-link .swym-wishlist svg {
  width: 32px;
  height: 32px;
}
.custom-header-wrapper .modal__content .search-modal__content {
  padding-left: 15px;
  padding-right: 15px;
/*   background: #000000; */
  padding-bottom: 12px;
}
.search__button .search__button .icon {
  height: 24px;
  width: 24px;
}
.header_search_mobile .search__input.field__input {
  height: 40px;
  padding: 10px;
  font-size: 11px;
}
.header_search_mobile .field__label {
  top: 12px !important;
  left: 10px !important;
  font-size: 12px;
  color: #080a0a;
  font-family:"Termina";
}
.header_search_mobile .search__input.field__input:focus ~.field__label {
    left: 10px !important;
    top: 0 !important;
}
.header_search_mobile .search__button {
    height: 40px;
}
.parent-li .link-title {
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.childlink-ul .child-li {
    padding: 5px;
    margin-left: -28px;
}
.parent-li .child-link {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 0;
}
.grandchild-li {
    color: #000000;
    font-size: 12px;
    margin-left: -40px;
}
/* .link-title svg {
    float: right;
    margin-top: 9px;
} */
.parent-li .active {
    background: #000000;
    color: #c8adf2 !important;
}
.parent-li .link-title.active span svg path{
    fill: #fff !important;
    stroke: #fff!important;
    color: #fff!important;
}
}

@media (max-width:950px){
.two-col-section-about .two-block:nth-child(even) {
    margin-top: -75px;
}
}

@media (max-width: 749px)
.menu-drawer-container.menu-opening .header__icon--menu .icon {
    right: 10px;
    left: auto;
}

@media (max-width:840px){
.two-col-section-about .two-block .img-wraper {
  padding-top: 61%;
}
  .two-col-section-about .two-block h2.image-with-text__heading {
    font-size: 16px;
}
.two-col-section-about .two-block .right-block .inner-block .custom-pera {
    font-size: 12px;
}
  .two-col-section-about .two-block:nth-child(even) .right-block .inner-block {
    margin-top: 65px;
}
}

@media (max-width: 768px){
  .hot-topics-section .three-blocks {
    display: block;
}
.slider-wrapper .scrollNav {
    right: 10px;
}
.single-line-block .text__heading p {
    font-size: 22px;
}
.single-line-block {
    padding: 30px 20px;
}
.wrap-video{
    background: none;
    display: block;
    padding: 0;
}
.deferred-media.video-section__media.deferred-media {
    width: 100%;
    margin: 20px 0;
    position: relative;
}
.deferred-media.video-section__media.deferred-media:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: auto;
    background: #c8adf2;
    height: 80%;
    transform: translateY(-50%);
    top: 50%;
}
.deferred-media.video-section__media {
  padding-bottom: 38%!important;  
}
.deferred-media.video-section__media.deferred-media img{
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider-mobile-gutter .collection-list {
    column-gap: 40px;
}
.gradient .slideshow__controls .slider-button--next {
    right: 0;
}
.gradient .slideshow__controls .slider-button--prev {
    left:10px;
}
.gradient .slideshow__controls .slider-button--prev:after,
.gradient .slideshow__controls .slider-button--next:after,
.two-block-slider .slick-arrow{
  height: 25px;
  width: 25px;
}
.side-by-side {
    padding: 40px 0 ;
}
.two-block-slider .two-block h2.image-with-text__heading{
  font-size: 19px;
}
.two-block-slider .two-block .custom-pera{
  max-width: 200px;
  width: 100%;
  font-size: 14px; 
  margin-bottom: 20px;
}
.two-block .button-block .button{
  min-width: 113px;
  height: 46px;
  font-size: 14px;
}
.two-col-section-about .two-block , .two-col-section-about .two-block:nth-child(even)  {
  display: flex;
  flex-direction: column;
}
.two-col-section-about .two-block .img-wraper {
    margin-left: 0;
    width: 100%;
    order: 2;
}
.two-col-section-about .two-block .custom-pera{
    max-width: 100%;
}
.two-col-section-about .two-block .right-block {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    order: 1;
}
.two-col-section-about .two-block .right-block .inner-block {
    background: transparent;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
}
.two-col-section-about .two-block:nth-child(even) .img-wraper, .two-col-section-about .two-block:nth-child(even) .right-block {
    width: 100%;
    padding: 35px;
}
.two-col-section-about .two-block:nth-child(even) .right-block {
    order: 1;
}
.two-col-section-about .two-block:nth-child(even) .img-wraper {
    order: 2;
}
.two-col-section-about .two-block:nth-child(even) .right-block .inner-block {
    padding: 0;
    margin-right: 0;
    margin-top: 0;
}
.two-col-section-about .two-block:nth-child(even) .right-block .inner-block {
    margin-top: 0;
}
.two-col-section-about .two-block .img-wraper img {
    position: static;
}
  .two-col-section-about .two-block .img-wraper {
    background: #ccf831;
    padding: 35px;
}
.two-col-section-about .two-block h2.image-with-text__heading p strong , .title-wrapper .title.h1 p strong{
    color: #ccf831 ;
}
.two-col-section-about .two-block:nth-child(even) {
    padding: 0 0 35px;
}
.three-col-block .multicolumn-list {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
 .three-col-block  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
}
   .three-col-block  .multicolumn-card__info {
    padding: 10px;
}
.pokemon-card-section .right-col .right_wrapper {
    margin-top: 30px;
    text-align: left;
    padding-left: 0;
}
.custom-footer.section-footer-padding {
  padding-top: 0;
 }
.raffle-description-inner {
   background:#cbf831;
   padding: 15px;
   margin-left: -15px;
   margin-right: -15px;
}
 .ipad_img_slider{
    display: none !important;
}
 .mobile_img_slider{
    display: block !important;
}
.pokemon-card-section {
    padding: 10px 0;
}
.pokemon-card-section .title-wrap .title_heading ,.pokemon-card-section .right-part-head.ipad-visible{
    font-size: 14px;
}
.support-content .content-wrap ul li a.btn {
    min-width: 200px;
    padding: 20px 0;
    font-size: 14px;
}
.support-content  .description {
    max-width: 350px;
}
.join-us .footer-newsletter-block {
    width: 100%;
}
.join-us .footer-newsletter-block .newsletter-form__button {
    font-size: 12px;
}
.look-book-main {
    grid-template-columns: repeat(2 , auto);
}
.look_book {
    padding: 40px 15px;
}
.panel-student {
    padding: 0 0 30px;
}
.slider-wrapper .text-wrapper h2.h2.collection-title-tag {
    font-size: 24px;
}
.ethic-section .content-wrap-bottom .text-wrapper h2.collection-title-tag {
    font-size: 24px;
}
.ethic-section .slider-wrapper .text-wrapper p strong {
    font-size: 16px;
}
.pokemon-card-section .two-col-wrap {
  flex-wrap: wrap;
}
.pokemon-card-section .left-col, .pokemon-card-section .right-col{
  width: 100%;
}
.raffle-description:before {
  display:none;
}
.pokemon-card-section .left-col .img_wrap {
  padding:0;
  text-align: center;
}
.pokemon-card-section .left-col .img_wrap img {
  position: static;
  max-width: 430px;
  margin: auto;
}
.raffle-section .custom-text-block .custom-heading {
  font-size: 14px;
}
.raffle-two-wrap {
  overflow: visible;
}
.pokemon-card-section .right-col .right_wrapper .right-part-head {
  font-size: 15px;
}
.about-us-page .about-us-content {
  padding-bottom: 35px;
  font-size: 14px;
}
.about-us-page .about-us-content {
  font-size: 14px;
}
.custom-text-block {
  padding-left:15px;
  padding-right:15px;
}
.koi-tv-section .flipster__button {
  position: static;
  display: inline-block;
  margin: 30px auto;
  max-width: 40px;
  width: 100%;
}
.koi-tv-section {
  text-align: center;
}
.app-page-main .app-social-content, .app-page-main .app-content-image {
  width: 100%;
  text-align: center;
}
.app-page-main .content_wrapper {
  margin-bottom: 0;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.app-page-main .app-social-button img {
  display: inline-block;
  margin: 0 10px;
  max-width: 180px;
}
.four-block-btn {
    margin-top: 5px;
    margin-bottom: 10px;
}
.four-block-btn .btn {
  font-size: 22px;
}
.app-page-main .app-content .h2.collection-title-tag {
  font-size: 24px;
}
.app-page-main .app-content .sub-text {
  font-size: 13px;
  margin: 5px 0;
}
.app-page-main .app-content .sub_line {
   font-size: 13px;
}
.app-page-main .app-content {
  padding: 15px;
}
.about-charities {
  padding-top: 30px;
  padding-bottom: 20px;
}
.about-stockists {
    padding-bottom: 30px;
}
.about-stockists-next.custom-text-block {
    padding:30px 15px;
}
.slider-wrapper .content-wrap p, .slider-wrapper .text-wrapper p {
    font-size: 13px;
}
.koi-tv-section .flipster__item__content iframe{
  width: 400px;
  height: 200px;
}
.collab-section .custom-container {
  padding:0;
}
.raffle-section .content-wrap h2.h2 {
  font-size: 24px;
}
.content-wrap ul h2.question {
  font-size:14px;
}
.question-wrap .question {
   padding:15px 60px 15px 15px;
   font-size: 14px;
}
.content-wrap .answer {
  padding:0 15px 15px;
}
body.snize-instant-widget-is-open [tabindex="-1"] {
  display: block !important; 
}
}

@media screen and (max-width: 767px){
  .full-screen{
    height: calc(100vh - 113px);   
}
    .product-form__buttons .swym-button-bar{
        background: none;
        margin: 0;
    }

    .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon{
        background: #000;
    }

    .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon.swym-added{
        background: #c8adf2;
    }
    .swym-btn-container .swym-add-to-wishlist.swym-heart.swym-added:after{
        color: #fff !important;
    }
    .product-detail-page .product-share{
        margin-top: -1px !important;
    }

    .product-form__buttons .product-form__submit:hover{
         border: 15px solid #fff;
        border-left: 0;
    }
}

@media (max-width:630px){
.support-content .content-wrap ul li a.btn {
    min-width: 160px;
}
.two-block-slider .two-block .img-wraper {
    width: 100%;
}
.two-block-slider .two-block {
    display: block;
    text-align: center;
}
.two-block-slider .two-block .right-block , .two-block .custom-pera{
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
.two-block-slider .two-block .custom-pera{
  font-size: 16px; 
  margin-bottom: 20px;
}
.two-block-slider .two-block h2.image-with-text__heading{
    line-height: 1.5;
}
.two-block-slider .two-block-slider .slick-arrow {
    top: 160px;
}
.two-col-section-about .two-block:nth-child(even) .right-block {
    padding-top: 60px;
}
.two-col-section-about .two-block .right-block {
    padding-bottom: 20px;
}
.two-col-section-about .two-block {
    padding: 30px 0 30px;
}
.multicolumn .multicolumn-card-spacing {
    padding-top: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-bottom: 1rem;
}
.two-block-slider .two-block .custom-pera {
    max-width: 205px;
}
.two-block-slider .slick-arrow {
    top: 21%;
}
.slider-wrapper  .student-section.content-wrap.student-section  h2.h2 {
    margin: 25px 0;
    text-align: center;
}
.pokemon-card-section .left-col .img_wrap img {
    max-width: 250px;
}
.multicolumn .grid--1-col-tablet-down .grid__item {
    max-width: 49%;
}

}

@media (max-width:576px){
.support-content .content-wrap ul li a.btn {
    min-width: 112px;
}
.side-by-side .two-col-block{
    display: block;
    width: 100%;
}
.side-by-side .two-col-block .right-block{
  width: 100%;
  margin-bottom: 50px;
}
.side-by-side {
    padding: 30px 0 0;
}
.side-by-side .two-col-block .left-block p ,
.side-by-side .two-col-block .right-block p{
  max-width: 100%;
}
.side-by-side .two-col-block .left-block{
    width: 100%;
}
.slider-mobile-gutter .collection-list {
    column-gap: 30px;
}
.main-heading.first-head{
   margin-top: 30px;
}
.two-block-slider  .two-block h2.image-with-text__heading {
    font-size: 16px;
}
.slider-mobile-gutter .collection-list {
    grid-template-columns: repeat(1,1fr);
}
.pokemon-card-section .right-col .right_wrapper .btn-wrapper {
    margin-top: -49px;
}
.pokemon-card-section .right-col .right_wrapper p {
    font-size: 12px;
}
.pokemon-card-section .right-col .right_wrapper .btn {
    font-size: 19px;
}
.raffle-section .pokemon-card-section .right-col .right_wrapper .btn {
    font-size: 20px;
}
.pokemon-card-section .right-part-head.ipad-visible {
    margin-bottom: 5px;
}
.support-content .support-button .btn-support {
    min-width: 330px;
    font-size: 12px;
}
.support-content .description p {
    font-size: 12px;
    max-width: 310px;
    margin: auto auto;
    margin-bottom: 25px;
}
.slider-wrapper .scrollNav {
    right: 15px;
}
.slider-wrapper .content-wrap.student-section  h2.h2 {
    font-size: 24px;
    max-width: 300px;
}
.student-cover-description {
    padding: 0 35px;
}
.slider-wrapper .content-wrap p, .slider-wrapper .text-wrapper p {
    font-size: 12px;
    margin-bottom: 16px;
}
.student-description {
    padding: 20px 0;
}
.student-section .stud-image {
    margin: 25px 0 15px;
}
.look-book-main {
    grid-template-columns: repeat(1 , auto);
}
.app-page-main .app-social-button img {
    max-width: 120px;
}
.four-block-btn .btn {
    font-size: 18px;
}
.app-page-main .app-content-image {
    max-width: 320px;
    margin: auto;
}
.app-page-main .app-content .h2.collection-title-tag {
    font-size: 22px;
}
.koi-tv-section .flipster__item__content iframe{
  width: 300px;
  height: 170px;
}
.raffle-section .content-wrap h2.h2 {
  font-size: 20px;
}
}

@media (max-width: 391px){
.main-heading.first-head {
    margin-top: 20px;
}
}

@media (max-width: 360px){
.slider-mobile-gutter .collection-list{
   display: block; 
}
.slider-mobile-gutter .collection-list li {
    margin-bottom: 30px;
}
.pokemon-card-section .right-col .right_wrapper .btn-wrapper {
    margin-top: 0;
}
.support-content  .description {
    padding: 25px 0 0;
}
.support-content .content-wrap ul li a.btn {
    min-width: 96px;
}
.support-content .content-wrap ul li a.btn {
    font-size: 12px;
}
}

@media (max-width: 325px){
.support-content .support-button .btn-support {
  min-width: 290px;
}
.student-cover-description {
  padding: 0 25px;
}
}

@media screen and (max-height: 400px) {
.slider-wrapper .content-wrap p, .slider-wrapper .text-wrapper p {
  font-size: 11px;
}
.full-screen {
  height: auto;
  margin:15px 0;
}
.slider-wrapper .content-wrap, .slider-wrapper .text-wrapper {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}

@media (max-width:992px){
    .product-detail-page .product__info-container .product__title h1{
      font-size:22px;
    }
    .product-detail-page span.price-item.price-item--regular {
      font-size: 16px;
    }
    .product-detail-page .section-template--15840523714740__main-padding {
        padding-top: 10px !important;
    }
    .product-detail-page .breadcrumb{
        padding: 25px 15px 5px !important; 
    }
     .product-detail-page .payment-details .product-payment__method{
        width:100%;
        border: 1px solid !important;
    }
    .product-detail-page .payment-details{
        display:block;
        min-height: 122px;
    }
    .product-detail-page .product-description{
        min-height: 664px;
    }
    .payment-details .product-payment__method:first-child {
        margin-right: 0;
/*         margin-bottom: 10px; */
    }
    .product-detail-page .card--standard>.card__content{ 
      display: block;
      text-align: center;
     }
   .product-detail-page .card-information .price{
    text-align: center;
  }
}
  

@media (max-width:768px){
  .product-detail-page .product.product--large.product--stacked.grid.grid--1-col.grid--2-col-tablet{
    display:block;
  }
  .product-detail-page .product__media-wrapper {
    max-width: 100% !important;
    width: 100%;
  }
 .product-detail-page .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
  }
  .product-detail-page .section-template--15840523714740__main-padding{
    padding-top: 0px !important;
  }
  .product-detail-page .thumbnail[aria-current]{
      border-color: #c8adf2;
      box-shadow:none;
  }
  .product-detail-page .breadcrumb{
    padding:23px 15px 5px;
    font-size: 12px;
  }
  .product-detail-page .product__info-container .product__title h1{
    font-size:20px;
  }
  .product-detail-page .product__info-container .size-change-wrap .size_change:before{
    bottom:11px;
  }
  .product-detail-page .product__info-container .size-change-wrap .size_change{
    padding: 10px 13px 16px;
  }
  .product-detail-page .product__info-container .product-form__input input[type=radio]+label {
    width: calc(23% - 10px);
    padding: 1.2rem 2rem;
    min-height: 42px;
  }
  .product-detail-page .product-form{
    margin: 0 !important;
  }
  .product-detail-page .product-share {
      position: relative;
      margin-top: 0;
      margin-left: 10px;
  }
  /* .product-detail-page .payment-details{
    display:none;
  } */
  .product-detail-page .product-description p{
    font-size: 13px !important;
    line-height: 20px !important;
/*     margin:0; */
    color:#262626;
  }
  .product-detail-page .accordion{
    margin-top:0rem !important;
    border-top:1px solid #020201 !important;
    border-bottom: 0px solid #020201 !important;
  }
  .product-detail-page .section-collapsible-tab div.accordion:nth-last-child(1){
    border-bottom: 1px solid #020201 !important;
  }  
  .product-detail-page .accordion img{
    height: 10px;
    margin-top:5px;
  }
  .product-detail-page product__info-container .product__description{
     margin:0rem 0 !important;
  }
  .product-detail-page.product__description b:nth-child(1){
    font-size:20px;
  }
  .product-detail-page .product__description.rte.quick-add-hidden{
/*     font-size:16px; */
    line-height:20px;
  }
   .product-detail-page .product-recommendations__heading{
   margin-bottom:0rem !important;
   font-size:13px;
   font-weight:600;
 }
  .footer-download-link {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-social-block .list-social li {
    margin-right: 10px !important;
  }
  .footer-social-block{
    width:46% !important;
  }
  .footer-download-block{
    width:43% !important;
  }
  .footer-download-link li+li {
    margin-left: 0px !important;
}
  .footer-download-link li{
    margin-bottom: 20px !important;
}
  .footer-menu-links li {
    width: 50% !important;
}
  .product-detail-page .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.6rem) !important;
    margin-right: 1px;
}
   .product-detail-page .product .slider-button{
      display:block
  }
  .product__accordion .accordion__content p strong{
      padding: 10px 0;
  }
  .product-detail-page .product__info-container .product-form__input input[type=radio]+label.swatch_lable {
      min-width: 130px;
  }
}
@media (max-width: 990px){
 .header-wrapper .header__icon--menu[aria-expanded=true]:before{
      position: static;
  }
 .js details[open].menu-opening> .header__icon--menu[aria-expanded=true]:before{
    position: absolute;
     top: 0;
     background: rgba(var(--color-foreground),.9);
    z-index: 2;
  }
  .js details[open].menu-opening>.gradient.menu-drawer{
      transition: all .3s ease;
      overflow: hidden;
  }
  .parent-li .active a{
      color: #c8adf2 !important;
  }
  .parent-li a{
    text-decoration: none;
    color: #000;
  }
  .list-menu .parent-li .childlink-ul {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    z-index: 0;
    background-color: #fff;
  }
   .list-menu .parent-li .active~ .childlink-ul{
      right: 0;
      z-index: 9;
      display: block;
  }
  .parent-li .title-link a{
    color: #c8adf2 !important;
  }
  .parent-li .title-link {
    display: flex;
    align-items: center;
    margin-left: -28px;
    background: #000000;
    justify-content: flex-start;
    cursor: pointer;
  }
  .parent-li .link-title.title-link svg {
    fill: #fff;
    margin-top: 0;
    margin-right: 10px;
  }
  .arrow-svg {
    border-left: 1px solid #ededed;
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
  }
  .parent-li .link-title a {
    padding: 7px 15px;
    display: block;
  }
  .list-menu .parent-li:first-child {
    border-top: 1px solid #ededed;
  }
  .child-link > a:before {
    position: absolute;
    content: '';
    width: 50px;
    border-bottom: 1px solid #111111;
    padding: 15px;
  }
  .menu-drawer .list-menu {
    height: calc(100vh - 409px);
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-drawer ul.latest-drops{
    margin-bottom: 38px;
  }
  .menu-drawer-container .menu-drawer__inner-container{
    height: auto;
  }
  .header__icons wishlist-link .wk-button{
        height: auto;
  }
  .shopify-section .section-template--15702528000195__product-grid-padding{    
    padding-top: 0;
  }
  .section-template--15702528000195__product-grid-padding .collection-page-content{
    padding: 0;
  }  
  .collection-product-widget .featured-block-more-links {
    padding: 0;
  }
}
@media only screen and (max-width: 768px){
  .product-grid .product-name {
    font-size: 10px;
  }
  .product-grid .product-price{
    font-size: 10px;
  }
  .product-grid .slick-dots button{
      height: 14px;
      width: auto;
  }
  slider-component.slider-mobile-gutter.page-width{
    padding: 20px;
  }
  .product__info-container .swym-loaded {
      background: #000;
  }
  .product__info-container .swym-loaded .swym-share-cta svg path {
      fill: #c8adf2;
  }
/*   .product__info-container .swym-loaded:hover .swym-share-cta svg path {
      fill: #000;
  } */
}
@media (max-width: 567px){
  .product-detail-page .product__info-container .product__title h1{
      font-size: 18px;
  }
  .product__info-container .product-form__buttons span{
  	font-size: 12px;
  }
  .product-detail-page .product__info-container .product__title h1{
      font-size: 18px;
  }
}
@media (max-width: 427px){
  .product__info-container .product-form__buttons span{
    	font-size: 10px;
  }
  .header_search_mobile .field__label{
        left: 10px !important;
    }
    .header_search_mobile .search__input.field__input {
        height: 35px;
    }
    .header_search_mobile .search__button {
        height: 35px;
    }
  .custom-header-wrapper .modal__content .search-modal__content {
      padding-left: 0;
      padding-right: 0;
  }
}










 
.mob-logo {
       opacity: 0;
    visibility: hidden;
    display: none;
  text-decoration: none;
}
  
@media (max-width: 992px) {
  .side-by-side .two-col-block {
    margin-top: 56px;
  }
.header__heading-logo , .koi-mobile-logo img {
  display: none;
}
 .koi-mobile-logo .mob-logo {
   margin: 0;
 }
  .mob-logo {
        font-family: 'termina';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
    margin-left: 18px;
    opacity: 1;
    visibility: visible;
    display: block;
        margin-top: 0;
    margin-bottom: 0;
        color: #000;
  }
}
  @media (min-width: 768px) {
    .product-with-banner .half-image img {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
 .product-with-banner .half-image img {
    height: auto !important;
    object-fit: contain !important;
  }
}



/* 25/08/2023 Final Snags v5 */
  .product-detail-page .product-share{
      display: none !important;
  }
@media (max-width: 767px) {
  .product-detail-page .product__info-container .product-form__input.swatch-Size input[type=radio]+label.swatch_lable {
      min-width: unset;
  }
  .product-detail-page .product__info-container .product-form__input.swatch-Size input[type=radio]+label {
     width: calc(33.33% - 10px);   
      float: left;
  }
  .addtocart-wrapper .cart-wrapper {
      justify-content: flex-start;
      align-items: center;
      width: 100% !important;
      min-height: unset;
  }
  .addtocart-wrapper .cart-wrapper .product-form {
      width:30%;
  }
  .addtocart-wrapper .cart-wrapper .product-form__submit.button.email-notification {
      width: 70%;
      margin-top: 0;
      height: 50px;
      margin-left: 5px;
  }
  .product__info-container .email-notification span{     
      font-family: 'Termina';
      font-weight: bold;
      font-size: 13px;
  }
}
@media (max-width: 568px) {
  .product__info-container .email-notification span{
      font-size: 12px;
      font-family: 'Termina';
      font-weight: bold;
  }
  .product__info-container .email-notification span:before{
      left: -30px;
  }
   .addtocart-wrapper .cart-wrapper .product-form {
      width: 20%;
  }
   .addtocart-wrapper .cart-wrapper .product-form__submit.button.email-notification {
       width: calc(80% - 5px);
   }
  .addtocart-wrapper .cart-wrapper{
      flex-wrap: wrap;
  }
}


/* 28/08/2023 new-website-site-changes */
.product-description .vegan-logo-image img {
    max-width: 150px;
    border: 0;
}
section.side-by-side {
    padding: 0;
}
section.side-by-side .two-col-block {
    margin-bottom: 0;
}
section.side-by-side .two-col-block .right-block .img-wrapper {
    margin-bottom: 0;
}
section.side-by-side .two-col-block .left-block .img-wrapper {
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .side-by-side .two-col-block .left-block .img-wrapper {
        margin-top: 0;
    }
    .side-by-side .two-col-block .right-block .img-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 992px){
    section.side-by-side .two-col-block .right-block .img-wrapper {
        margin-bottom: 0;
    }
    section.side-by-side .two-col-block .left-block .img-wrapper {
        margin-bottom: 0;
    }
    section.side-by-side .two-col-block {
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .product-description .vegan-logo-image img {
      max-width: 100px;
    }
}
@media (max-width: 576px){
    section.side-by-side .two-col-block .right-block {
        margin-bottom: 0;
    }
}


  /* 06/09/2023 */
 .size-change-wrap.size-mobile.mobile_show {
      display: none !important;
  }
@media (max-width: 767px){
  .size-change-wrap.size-mobile {
    display: none !important;
  }

  .size-change-wrap.size-mobile.mobile_show {
      display: flex !important;
  }
  .addtocart-wrapper .cart-wrapper:hover{
      border: 0;
  }
}



  /* 23/11/2023 */
.list-social__link .icon-xiaohongshu path:first-child {
    fill: #000 !important;
}
