/** Shopify CDN: Minification failed

Line 23:0 All "@import" rules must come first

**/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-behavior: smooth;
    scroll-padding-top: 65px;
  }  

/*
=======================
  Gobik Custom Styles
=======================
*/

/* IBM Plex Sans + Jost (p. ej. banner The One Off); Gobik usa Exo2/Kanit locales abajo */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap');

body{
    font-family: var(--font-body-family);
    letter-spacing: 0;
    line-height: normal;
}
main{
    display: flex;
    flex-direction: column;
}

@font-face {
  font-family: "Exo2";
  src: url('//theoneoff.cc/cdn/shop/t/6/assets/Exo2.ttf?v=8879994416675821251776957549') format('truetype');
}

@font-face {
  font-family: "Kanit";
  font-weight: 200;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Thin.ttf?v=115180948313141861551776957553") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 300;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Light.ttf?v=16691952354130441701776957551") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 400;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Regular.ttf?v=84643786621012945871776957552") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 500;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Medium.ttf?v=7867637066292403231776957552") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 600;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-SemiBold.ttf?v=65657214350370778751776957553") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 700;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Bold.ttf?v=141214471458203247231776957550") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 800;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-ExtraBold.ttf?v=48089906703469953911776957550") format("truetype");
}
@font-face {
  font-family: "Kanit";
  font-weight: 900;
  src: url("//theoneoff.cc/cdn/shop/t/6/assets/Kanit-Black.ttf?v=145893640229042890541776957549") format("truetype");
}

/*  Heading Styles */

.title-h1{
font-weight: 400;
font-size: 32px;
line-height: 42px;
}

.title-h2{
    font-weight: 400;
    font-size:28px;
    line-height: 36px;
}

.title-h3{
    font-weight: 400;
    font-size:22px;
    line-height: 28px;
}

.title-h4{
    font-weight: 400;
    font-size:20px;
    line-height: 26px;
}

.title-h5{
    font-weight: 400;
    font-size:18px;
    line-height: 26px;
}

@media (min-width: 768px) { 
    .title-h1{
        font-size: 48px;
        line-height: 60px;
        }
        
    .title-h2{
            font-size:32px;
            line-height: 44px;
        }
        
    .title-h3{
            font-size:28px;
            line-height: 38px;
        }
        
    .title-h4{
            font-size:24px;
            line-height: 38px;
        }
        
    .title-h5{
            font-size:18px;
            line-height: 22px;
        }
}

/*  Body Styles */

.body-lg{
    font-size: 14px;
    line-height: 22px;
}

.body-md{
    font-size: 14px;
    line-height: 20px;
}

.body-sm{
    font-size: 12px;
    line-height: 18px;
}

/*  Font Weights */

.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

/* Buttons */

.btn-main{
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.btn-caption{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.btn-caption{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.btn-lg-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: none;
    color:white;
    border: solid 1px white;
/*     padding: 10px; */
    transition: ease-in-out 400ms all;
}
.btn-lg-link.dark-mode{
    color:black;
    border-color:black;
}

@media (min-width: 768px) { 
    .btn-lg-link{
    font-weight: 400;
    }
}

.btn-sm-link{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
    font-weight: 500;
}



/* Containers */

.container{
width:100%;
max-width: 1288px;
padding: 0 var(--desktop-container-gutter);
margin-left:auto;
margin-right:auto;
padding-left:24px;
padding-right:24px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;   
box-sizing: border-box; 
}

.container-fluid-lg{
    width:100%;
    padding-left:24px;
    padding-right:24px;
}

.container-fluid{
    width:100%;
}

@media (min-width: 768px) { 
    .container-fluid-lg{
        padding-left:0;
        padding-right:0;
    }
}

/* Min Heights  */

.minh-large{
    min-height: 700px;
}
@media (min-width: 768px) { 
    .minh-large{
        min-height: 880px;
    }
}

.minh-small{
  min-height: 500px;
}
@media (min-width: 768px) {
  .minh-small{
      min-height: 660px;
  }
}

.minh-xs{
  min-height: 400px;
}
@media (min-width: 768px) {
  .minh-xs{
      min-height: 560px;
  }
}

.minh-xxs{
  min-height: 300px;
}
@media (min-width: 768px) {
  .minh-xxs{
      min-height: 460px;
  }
}

.minh-full{
    min-height: calc(100vh - 88px)
}
@media (min-width: 768px) {
    .minh-full{
        min-height: calc(100vh - 111px)
    }
}

/* Breadcrumbs pdp */

.breadcrumbs-list{
    padding: 0;
    list-style-type: none;
}

.breadcrumbs a{
    color: var(--primary-01, #000);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
    text-decoration: none;
}

ol.breadcrumbs-list {
    display: flex;
}

a.text01 {
    margin-left: 5px;
}

span.margin-5{
    margin: 0 5px;
}

/* Login / reset psw */

h3#login-subheading {
    text-align: center;
}

form#customer_login button {
    width: 100%;
}

form#create_customer button {
    width: 100%;
}


.Form__Group.waranty-row {
    display: flex;
}

.waranty-flex{
    display: flex;
}

.waranty-flex-right{
    flex: 1;
}

.waranty-flex-left{
    flex: 1;
}

.Form__Item.Form__Select.Select.Select--primary svg {
    max-width: 30px;
}

.waranty-form .Form__Item-wrap {
    margin: 20px 0;
}

.waranty-form .Form__Item.long {
    display: flex;
    flex-direction: column;
}
.waranty-form .Form__Group.waranty-row {
    padding: 10px 25px;
}

form.waranty-form .Form__Group::nth-child(4){
    display: flex;
}

/* Apply styles to the container */
#section-warranty-form {
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
  }
  
  /* Apply styles to the form title */
  #section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  /* Apply styles to form groups */
  .Form__Group {
    margin-bottom: 15px;
  }
  
  /* Apply styles to labels */
  label {
    font-weight: bold;
  }
  
  /* Apply styles to radio buttons */
  .Form__Radio {
    margin-right: 10px;
  }
  
  /* Apply styles to input fields */
  .Form__Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  /* Apply styles to select fields */
  .Form__Select {
    position: relative;
  }
    
  /* Apply styles to success message */
  .success-message {
    margin-top: 20px;
    color: #009900;
    font-weight: bold;
  }
  
  #section-warranty-form #warranty-form .Form__Group>:nth-child(2), #section-warranty-form #warranty-form .Form__Group>:nth-child(3), #section-warranty-form-b2b #warranty-form .Form__Group>:nth-child(2), #section-warranty-form-b2b #warranty-form .Form__Group>:nth-child(3) {
    margin-left: 0px!important;
}

select#product-type {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select#product-size{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Apply styles to the main form container */
.section-form .form-cv-container{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 50px;
  }
  
  /* Apply styles to form title */
  .section-form__head {
    text-align: center;
    margin-bottom: 20px;
  }
  
  /* Apply styles to form description */
  .entry__text {
    margin-top: 10px;
    font-size: 16px;
    color: #777;
  }
  
  /* Apply styles to form inputs and labels */
  .Form__Group {
    margin-bottom: 15px;
  }
  
  .Form__Input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  /* Apply styles to select fields */
  .Form__Select {
    position: relative;
  }
  
  /* Apply styles to checkboxes */
  .Form__Radio {
    margin-right: 5px;
  }
  
  
  /* Apply styles to success message */
  .rrhh-success {
    display: none;
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 20px;
  }
  
  .rrhh-success h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .rrhh-success p {
    font-size: 16px;
    color: #009900;
  }
  
  /* Additional styles for responsiveness */
  @media (max-width: 768px) {
    .form-cv__col {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .form-cv__col--large {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .form-cv__col--fluid {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .Form__CheckboxWrapper label {
      font-size: 12px;
    }
  }
  
.form-cv svg {
    max-width: 30px;
}

.form-cv .Form__Group.disability-container {
    text-align: initial;
}

select#department {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea#note {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

/* Blog newsletter */

.blog-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: var(--backgrounds-01, #F2F2F2);
  padding: 30px 25px;
}
.blog-newsletter-father .rocket-join-community{
  height: 100%;
}
.rocket-join-community__wrapper-blog{
  max-width: 380px;
}

.blog-newsletter-father .rocket-join-community__contact_form{
  padding-top: 0;
}
.rocket-join-community__heading-blog{
  color: var(--primary-01, #000);
  text-align: left;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px; 
  margin: 0;
}

.rocket-join-community__subheading-blog{
  color: var(--primary-01, #000);
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; 
  margin: 0;
}

@media (min-width: 768px) {
  .blog-newsletter-father{
    grid-row: 2;
    grid-column: 3;
  }
  .blog-newsletter {
    padding: 47px;
    height: 100%;
  }
  .rocket-join-community__heading-blog{
    text-align: center;
  }
  
  .rocket-join-community__subheading-blog{
    text-align: center;
  }
}

@media (max-width: 768px) {
.blog-newsletter-father{
  grid-row: 4;
}
}

.rocket-join-community__contact_form__policy_wrapper-blog{
  margin-top: 15px;
}

/* image tag */

.product__media-item .first-tag_image {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 4px 8px;
  align-items: flex-start;
  background-color: #fff;
  color: var(--primary-01, #000);
  text-align: right;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.product__media-item .first-tag_image{
  display: none;
}
.rocket-product .product__media-list .product__media-item:first-child .first-tag_image{
  display: block;
}
.product__media-item{
  position: relative;
}
.shopify-section-group-header-group{
  z-index: 9;
}
.rocket-header{
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 750px) {
  .rocket-header {
    min-height: 50px;
  }
}
.rocket-post-content-container{
  margin: auto;
  overflow: hidden;
  padding: 0 24px;
}
.rocket-post-content-container h1,h2,h3,h4,h5,h6{
  font-family: 'Jost', sans-serif;
}
.rocket-post-content-container img{
  width: 100%;
  margin-top: 24px;
}

.product__media-item .second-tag_image{
  display: none;
}

.rocket-product .product__media-list .product__media-item:nth-child(2) .second-tag_image{
  display: block;
}

.product__media-item .second-tag_image {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 4px 8px;
  align-items: flex-start;
  background-color: #fff;
  color: var(--primary-01, #000);
  text-align: right;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Blog categories slider */
.blog-categories-link:hover{
  background-color: #000;
  color: #F2F2F2!important;
  transition: ease-in-out 400ms all;
}

.rocket-blog-subcollections-slider .rocket-subcollections-slider__slide:first-of-type h4{
  padding-left: 0;
}

/* Team store */


@media (min-width: 768px) {
  .team-store__input{
    max-width: 480px;
    width: 100%;
  }
  .team-store__form{
    gap: 30px;
  }
  .team-store__button{
    max-width: 480px;
    width: 100%;
    margin-bottom: 120px;
  }
  .team-store__container--image{
    max-width: 250px;
  }
}

.team-store__form{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  gap: 30px;
}

.team-store__input{
  padding: 10px;
  width: 100%;
}

.team-store__button{
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--text-01, #000);
  color: #fff;
  width: 100%;
  margin-bottom: 100px;
}

.team-store__container{
  margin-top: 30px;
}

.team-store__container--image{
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}

.team-store__container--content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-store-popup{
  display: none;
  max-width: 500px;
  border: 1px solid black;
  padding: 10px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra el contenido del popup */
  text-align: center;
}

cart-items{
  position: relative;
}

.team-store-popup-width{
  width: 100%;
}

.overlay-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  backdrop-filter: blur(10px); /* Aplicar el efecto de desenfoque */
  z-index: 9998; /* Z-index ligeramente más bajo que el del popup */
  display: none;
}

@media (min-width: 768px) {
.team-store-popup__container__links{
  display: flex;
  gap: 5px;
}
}
.team-store-popup__container__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team-store-popup__container__links a{
  border: 1px solid black;
  padding: 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.team-store-popup__container__links a:hover{
  border: 1px solid black;
  color: #fff;
  background-color: #000;
}

.error-team-store {
  margin-bottom: 10px;
  display: none;
}

.error-team-store h3{
  color: red;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.totals__subtotal-value {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  font-family: var(--font-the-one-off-heading-family, 'Jost', sans-serif);
  font-style: var(--font-the-one-off-heading-style, var(--font-heading-style));
  font-weight: var(--font-the-one-off-heading-weight, var(--font-heading-weight));
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
}

small.tax-note.caption-large.rte {
  font-family: var(--font-the-one-off-body-family, 'IBM Plex Sans', sans-serif);
  font-style: var(--font-the-one-off-body-style, var(--font-body-style));
  font-weight: var(--font-the-one-off-body-weight, var(--font-body-weight));
  letter-spacing: 0.06rem;
  color: rgb(var(--color-foreground));
}
.drawer__header .drawer__close svg {
  height: 1.4rem;
  width: 1.4rem;
}

.cart__checkout-button button:disabled{
  background: #c3c3c3!important;
  box-shadow: none!important;
} 

.footer__list-social,
.footer-social-names {
  margin-top: 10px;
}

/* Móvil/tablet: columna info a ancho completo; en desktop Dawn/Rocket fijan % u overlay */
@media screen and (max-width: 989px) {
  .product__info-wrapper.grid__item.container-fluid-lg.scroll-trigger.animate--slide-in {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .rocket-buy-buttons .product-form__submit {
    display: none;
  }
}

.size-picker__button-drawer{
  width: 100%;
  background-color: #fff;
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-store_tag {
  background: var(--backgrounds-02, #E6E6E6);
  width: fit-content;
  padding: 5px;
  color: #000;
}

.bcontact-embed {
  box-shadow: none!important;
}

.text-align-center{
  text-align: center;
}

.text-align-left{
  text-align: left;
}

div#countdown p {
  color: var(--backgrounds-01, #F2F2F2);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1rem;
}
div#countdown-1 p {
  color: var(--backgrounds-01, #F2F2F2);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1rem;
}
div#countdown-2 p {
  color: var(--backgrounds-01, #F2F2F2);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: 0.1rem;
}

.announcement-bar__link{
gap: 10px;
align-items: center;
}

.announcement-bar__link .icon-arrow {
margin-bottom: -2px;
}

.cart-items .cart-quantity{
min-height: 40px;
font-family: var(--font-the-one-off-body-family, 'IBM Plex Sans', sans-serif);
}
.cart-items .cart-quantity .quantity__input{
  font-family: var(--font-the-one-off-body-family, 'IBM Plex Sans', sans-serif);
  }

.rocket-iframe iframe{
  width: 100%;
  height: 100vh;
  border:none;
}

.rocket-iframe{
  padding: 50px 0;
}

/* Hide Cookie bot widget */

div#ot-sdk-btn-floating {
  display: none;
}