/** Shopify CDN: Minification failed

Line 7179:1 Expected "}" to go with "{"

**/
/*
  © 2025 Himno™
  https://www.himnoestudio.com
*/

/* Prof. Collector CSS */
/* Developed by: Himno */
/* Designed by: Sabbath */
/* Ver. 1.0 */
/* Year: 2025 */
/* Coded in Earth */

/* Animations */

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes float2 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-16px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(-200%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* PrfCol Fonts */

@font-face {
  font-family: 'NaNHoloBlack';
  src: url('/cdn/shop/files/nanholocondensed-black-webfont.woff2?v=1737144577') format('woff2'),
        url('/cdn/shop/files/nanholocondensed-black-webfont.woff?v=1737144577') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rainer';
  src: url('/cdn/shop/files/rainertestv04-bold.woff2?v=1737315097') format('woff2'),
        url('/cdn/shop/files/rainertestv04-bold.woff?v=1737315097') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IngramMono';
  src: url('/cdn/shop/files/ingram-mono-regular-webfont.woff2?v=1737315112') format('woff2'),
        url('/cdn/shop/files/ingram-mono-regular-webfont.woff?v=1737315112') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasGrotesk';
  src: url('/cdn/shop/files/NHaasGroteskDSPro-55Rg.woff2?v=1737315134') format('woff2'),
        url('/cdn/shop/files/NHaasGroteskDSPro-55Rg.woff?v=1737315134') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* PrfCol General Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

::selection {
    background-color: rgb(41, 41, 41);
    color: white;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-60 {
    width: 60%;
}

.width-100 {
  width: 100%;
}

.padding-prf {
  padding: 0px 42px !important;
}

dl, ol, ul {
    margin-bottom: 0 !important;
}

h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 160px;
    line-height: 160px;
    text-transform: uppercase;
    color: white;
    display: block;
}

.s-text-single {
    font-size: 12px;
    line-height: 12px;
}

.m-text-single {
    font-size: 14px;
    line-height: 16px;
}

.n-text-single {
  font-size: 16px;
  line-height: 16px;
}

.m2-text-single {
    font-size: 18px;
    line-height: 18px;
}

.m3-text-single {
    font-size: 24px;
    line-height: 24px;
}

.l-text-single {
    font-size: 30px;
    line-height: 30px;
}

.l2-text-single {
    font-size: 48px;
    line-height: 48px;
}

.l3-text-single {
    font-size: 60px !important;
    line-height: 60px !important;
}

.xl-text-single {
    font-size: 90px;
    line-height: 90px;
}

.text-nanholo {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
}

.text-ingram {
    font-family: 'IngramMono', monospace;
}

.xxl-text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 160px;
    line-height: 120px;
}   

.text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    text-decoration: none;
}   

.text-georgia {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.prf-text-dark {
    color: white;
}

.text-yellow {
    color: #DCF020;
}

.prf-text-light {
    color: black;
}

.l-text-size {
  font-size: 30px;
  line-height: 30px;
}

.cards-container.righ-align {
    align-items: end;
}

.cards-container.z-ind {
    z-index: 100;
}

.card-4.c-4-grid {
    background-color: white;
    height: 100%;
}

.card-4:hover.c-4-alt {
    box-shadow: none;
    transform: none;
}

.card-4.s-rotation {
    transform: rotate(15deg);
}

.card-4.electric-blue-bg {
    background-color: #1E5BF2;
}

.card-4-content .white-text {
    color: white;
}

.card-4-content .rainer-text {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    letter-spacing: 0.5px; /* Ajuste de espaciado entre letras */
    line-height: 1.5; /* Mejora la legibilidad */
}

.card-4-content .l-text {
    font-size: 48px;
    line-height: 48px;
}

.card-4.m-gap {
    gap: 14px;
}

.card-img a.yellow-btn {
    background-color: #DCF020;
    color: black;
}

.card-img a.magenta-btn {
    background-color: #D528E3;
    color: white;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.row-reverse-desk {
  flex-direction: row-reverse !important;
  align-items: center;
}

.row-start {
  justify-content: start !important;
}

.product-main-border {
  padding: 18% 20px 8% 20px;
  border: #E8E8E8 solid 2px;
  border-radius: 24px;
}

.product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-gallery-desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.hidden-element {
  display: none !important;
}

.wdth-200 {
  width: 200px;
}

.f-row-g {
  display: flex;
  gap: 10px;
  border-bottom: #E8E8E8 solid 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.algn-center {
  align-items: center;
}

.algn-end {
  align-items: end;
}

.element-relative {
  position: relative;
}

.swiper-pagination {
  display: none;
}

.border-rad-12 {
  border-radius: 12px;
}

.padd-bottom-dashed-16 {
  padding-bottom: 12px;
  border-bottom: black dashed 1px;
}

.bg-primary {
  background-color: white !important;
}

.padd-top-16 {
  padding-top: 16px;
}

.padd-bottom-24 {
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .hidden-element-mob {
    display: none !important;
  }
  .text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif !important !important;
  }
}  

@media (max-width: 768px) {
  .product-card:hover {
    background-color: #fafafa !important;
    color: inherit !important;
  }
  .padding-prf {
  padding: 0px 16px !important;
  }
  .pt-12 {
    padding-top: 9rem !important;
  }
  .xxl-text-rainer {
    font-family: Rainer, Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 64px;
  }
  .prf-text-light {
    color: black !important;
  }
  .prf-wdth-100 {
    width: 100% !important;
  }
  .mb-desktop-4 {
    width: 100%;
  }
}

/*
  Prof Collector Components
*/

.btn-col-prf {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: #D528E3;
    color: white;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #D528E3 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-col-prf:hover {
    background-color: white;
    color: black;
    border: white solid 1px;
}

.b-c-pink {
    background-color: #D528E3;
    color: white;
    border: #D528E3 solid 1px;
}

.b-c-yellow {
    background-color: #DCF020;
    color: black;
    border: #DCF020 solid 1px;
}

.b-c-blue {
    background-color: #1E5BF2 !important;
    color: white;
    border: #1E5BF2 solid 1px;
}

.b-c-black {
    background-color: black;
    color: white;
    border: black solid 1px;
}

.btn-small-pink {
    background-color: #D528E3;
    color: white;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #D528E3 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-small-pink.btn-small-inverted {
    background-color: transparent;
    color: black;
    border: black solid 1px;
}

.btn-small-pink.btn-small-inverted:hover {
    background-color: black;
    color: white;
}

.btn-small-pink.btn-small-black {
    background-color: black;
    color: white;
    border: black solid 1px;
}

.btn-small-pink.btn-small-yellow {
    background-color: #DCF020;
    color: black;
    border: #DCF020 solid 1px;
}

.btn-small-pink.btn-xl-pink {
    background-color: #D528E3;
    color: white;
    border: #D528E3 solid 2px;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding: 24px 60px;
    transition: 0.3s;
}

.btn-small-pink.btn-xl-pink:hover {
    background-color: white;
    color: black;
    border: black solid 2px;
}

.btn-small-pink.btn-l-yellow {
    background-color: #DCF020;
    color: #1E5BF2;
    border: #DCF020 solid 1px;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    border-radius: 12px;
    margin-left: -24px;
    transition: 0.3s;
}

.btn-small-pink.btn-l-yellow:hover {
    background-color: white;
    color: #1E5BF2;
    border: white solid 1px;
}

.btn-small-pink.btn-l-blue {
    background-color: #1E5BF2;
    color: white;
    border: #1E5BF2 solid 1px;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    border-radius: 12px;
    margin-left: -24px;
    transition: 0.3s;
}

.btn-small-pink.btn-l-blue:hover {
    background-color: white;
    color: #1E5BF2;
    border: #1E5BF2 solid 1px;
}

.btn-small-pink:hover {
    background-color: #ffffff;
    color: black;
    border: black solid 1px;
    transition: 0.3s;
}

/* Mobile */

.btn-small-pink.btn-xl-pink {
    background-color: #d528e3;
    color: #fff;
    border: #D528E3 solid 2px;
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 12px 30px;
    transition: .3s;
}

/* Prof Collector Collection Filter */

.prf-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.prf-type-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border: #E8E8E8 solid 1px;
    border-radius: 12px;
    overflow: hidden;
}

.prf-menu-gradient {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.prf-menu-gradient img {
 width: 88px;
}

.prf-filter-title {
    display: flex;
    align-items: center;
    height: 96px;
    padding: 0px 24px;
    border-right: #E8E8E8 solid 1px;
}

.prf-type-list {
    display: flex;
    padding-left: 24px;
}

.p-tags-listed__link {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 8px 24px;
    border: black solid 1px;
    border-radius: 12px;
    transition: 0.3s;
}

.p-types-listed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.p-types-listed li {
    list-style: none;
}

.p-types-listed a {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: black;
    text-decoration: none;
    padding: 8px 24px;
    border: white solid 1px;
    border-radius: 12px;
    transition: 0.3s;
}

.p-types-listed a:hover {
    border: black solid 1px;
}

.prf-tags-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border: #E8E8E8 solid 1px;
    border-radius: 12px;
    overflow: hidden;
}

.prf-subtags-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border: #E8E8E8 solid 1px;
    border-radius: 12px;
    overflow: hidden;
}

.prf-subsubtags-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    border: #E8E8E8 solid 1px;
    border-radius: 12px;
    overflow: hidden;
}

.prf-selected-type {
    display: flex;
    align-items: center;
    height: 96px;
    padding: 0px 24px;
    border-right: #E8E8E8 solid 1px;
}

.prf-selected-type a {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: white;
  text-decoration: none;
  background-color: #1E5BF2;
  padding: 8px 24px;
  border: #1E5BF2 solid 1px;
  border-radius: 12px;
  transition: 0.3s;
  width: max-content;
}

.prf-selected-type a:hover {
    color: black;
    background-color: white;
    border: black solid 1px;
}

.prf-tag-list {
    display: flex;
    padding-left: 24px;
}

.p-tags-listed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.p-tags-listed li {
    list-style: none;
}

.p-tags-listed a {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: black;
    text-decoration: none;
    padding: 8px 24px;
    border: white solid 1px;
    border-radius: 12px;
    transition: 0.3s;
}

.p-tags-listed a:hover {
    border: black solid 1px;
}

.prf-filters-selected {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #E8E8E8 solid 1px;
    border-radius: 12px;
    overflow: hidden;
}

.prf-selected-tag {
    display: flex;
    align-items: center;
    height: 96px;
    padding: 0px 24px;
    width: 100%;
}

.prf-selected-tag a {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    background-color: #D528E3;
    padding: 8px 24px;
    border: #D528E3 solid 1px;
    border-radius: 12px;
    transition: 0.3s;
}

.prf-selected-tag a:hover {
    color: black;
    background-color: white;
    border: black solid 1px;
}

.reset-filters {
    display: flex;
    align-items: center;
    border-left: #E8E8E8 solid 1px;
    height: 96px;
}

.reset-filters a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: black;
    padding: 0px 24px;
    transition: 0.3s;
}

.reset-filters a:hover {
    color: #1E5BF2;
}

/* Mobile */

@media (max-width: 768px) {
   .p-types-listed a {
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    padding: 8px 24px;
    border: white solid 1px;
    border-radius: 12px;
    transition: .3s;
    display: flex;
    width: max-content;
  }
  .prf-type-list {
    display: flex;
    justify-content: flex-start;
    padding: 0px 48px 0px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-y: hidden;
  }
  .prf-filter-title {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    border-right: #E8E8E8 solid 1px;
  }
  .prf-selected-type {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0px 8px;
    border-right: #E8E8E8 solid 1px;
  }
  .p-tags-listed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .p-tags-listed a {
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    padding: 8px 24px;
    border: white solid 1px;
    border-radius: 12px;
    transition: .3s;
    display: flex;
    width: max-content;
  }
  .prf-tag-list {
    display: flex;
    justify-content: flex-start;
    padding: 0px 48px 0px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-y: hidden;
  }
  .prf-selected-type a {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    background-color: #1E5BF2;
    padding: 8px 12px;
    border: #1E5BF2 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
  }
  .prf-selected-tag {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0px 8px;
    width: 100%;
  }
  .prf-selected-tag a {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    background-color: #D528E3;
    padding: 8px 12px;
    border: #D528E3 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
    width: max-content;
  }
  .reset-filters {
    display: none;
    align-items: center;
    border-left: #E8E8E8 solid 1px;
    height: 56px;
  }
}
  
/*
  Prof Collector Theme Customized Home Starts
*/

/* Theme Customized Cards */

/*
.swiper {
  padding: 0px 42px !important;
}
*/

/*
.swiper-slide {
  width: 26% !important;
}
*/

.container-featured-products {
  overflow: hidden;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 16px;
  transition: 0.3s;
}
.product-card-title {
  width: 90%;
  margin-bottom: 0.2em;
  transition: all 0.2s ease-out;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  text-align: start;
}
.product-card-tag {
  text-align: start;
  font-family: "IngramMono", monospace;
  font-size: 14px;
  padding-bottom: 40px;
}

.btn-sm {
  border-color: black;
  font-size: 14px;
  font-family: 'IngramMono', monospace;
  --bs-btn-padding-x: .8rem;
  --bs-btn-padding-y: .2rem;
  border-radius: var(--bs-border-radius);
  background-color: transparent;
  color: black;
}

.product-card:hover {
  transition: 0.3s;
}

.product-card:hover {
  background-color: #DCF020;
}

.product-card-price-final {
  font-family: "NaNHoloBlack";
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  padding: 12px 0px;
}

.btn:hover {
  color: black;
  background-color: white;
  border-color: white;
}

.signifier-sans {
    font-family: 'NeueHaasGrotesk', sans-serif;
}

.shopify-product-form {
  justify-content: center;
}

.btn-offcanvas-single {
  background-color: transparent !important;
  color: #000 !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  font-family: IngramMono, monospace !important;
  font-size: 14px !important;
  height: 32px !important;
  border: black solid 1px !important;
  border-radius: 6px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  transition: .3s !important;
  width: unset !important;
}

.btn-offcanvas-single:hover {
  background-color: #1E5BF2 !important;
  color: white !important;
  border: #1E5BF2 solid 1px !important;
}

@media (max-width: 768px) {
  .btn-atc-cards {
    background-color: transparent !important;
    color: #000 !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    font-family: IngramMono, monospace !important;
    font-size: 14px !important;
    height: 32px !important;
    border: black solid 1px !important;
    border-radius: 6px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    transition: .3s !important;
  }
  .btn-offcanvas-single {
    background-color: transparent !important;
    color: #000 !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    font-family: IngramMono, monospace !important;
    font-size: 14px !important;
    height: 32px !important;
    border: black solid 1px !important;
    border-radius: 6px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    transition: .3s !important;
    width: unset !important;
  }
}

/* Mobile Home */

@media (max-width: 768px) {
  .pb-11 {
      padding-bottom: 0px !important;
  }
}

/* Theme Customized Offcanvas Search */

.list-group-results {
  position: relative;
  display: flex;
  padding: 8px;
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: #d3e529;
  border: #ebff2c solid 1px;
  gap: 12px;
  border-radius: 16px;
}

.col-row-results {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(54.666667% - 6px);
  align-items: start;
}

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.row-serch-results {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.title-border-bottom span {
  border-bottom: none;
  display: inline-block;
  padding-bottom: none;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  text-align: start;
}

.btn-link-search {
  display: none;
}

.row-search-page {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Search Page */

.container-search-page {
  padding: 0px 42px;
}

@media (max-width: 768px) {
  .container-search-page {
    padding: 0px 16px;
  }
  .row-search-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}


/* Theme Customized Header */

.prf-header-mob {
  display: none;
}

.header-prf {
  width: 100%;
  position: fixed;
  z-index: 1020;
}

.navbar-prf {
    display: block;
    background-color: white;
    transition: background-color .2s ease-out;
    border-radius: 0 0 16px 16px;
    margin: 0 22px;
}

.col-4 {
    display: flex;
    justify-content: start;
    width: 22.22222222%;
}

.nav-r {
  width: 100%;
  --bs-nav-link-padding-x: .75rem;
  --bs-nav-link-padding-y: .375rem;
  --bs-nav-link-color: currentColor;
  --bs-nav-link-hover-color: currentColor;
  background-color: #F0F0F0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 12px;
}

.nav-item-r {
  display: flex;
  justify-content: center;
}

.nav-desktop-menu {
  color: white;
  background-color: black;
  width: 436px;
  margin: auto;
  border-radius: 8px;
}
.nav-item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 0px;
}
#navbar-wraper {
  border-radius: 0px 0px 16px 16px;
}

@media (min-width: 1080px) {
    .d-desktop-block {
        padding: 0px 20px !important;
    }
}

/* Mobile */

@media (max-width: 768px) {
  .h-m-divider {
    height: 48px;
    width: 1px;
    background-color: #2F2F2F;
  }
  .col-5 {
    display: flex;
    justify-content: center;
    width: 27.77777778%;
  }
  .nav-link-icon, .btn-icon {
    position: relative;
    display: flex;
    padding: .65rem;
    gap: 4px;
    border-radius: 12px;
    background-image: none;
    align-items: center;
  }
  .nav-link-icon {
    font-family: 'IngramMono', monospace;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
  }
  .prf-header-mob {
    position: fixed;
    justify-content: start;
    top: 0;
    display: flex;
    width: 100%;
    background-color: white;
    padding: 16px;
  }
  .logo-header-mob {
    text-align: start;
  }
  .logo-header-mob img {
    width: 75%;
  }
  .header-prf {
    position: fixed;
    bottom: 20px;
    z-index: 1020;
  }
  .navbar-prf {
    display: block;
    background-color: black;
    transition: background-color .2s ease-out;
    border-radius: 12px 12px;
    margin: 0 16px;
  }
  .nav-link {
    color: white;
    --bs-nav-link-hover-color: currentColor;
  }
  .nav-link-search-mob {
    color: white;
    --bs-nav-link-hover-color: currentColor;
    transition: 0.3s;
    margin-left: -24px;
  }
  .row-mob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-item:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
  /* Off-canvas */
  .offcanvas-prf-mob {
    position: fixed;
    top: 0 !important;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: #dcf020;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
    border-radius: 0px;
    margin: 0px;
  }
}

@media (max-width: 1080px) {
  .h-m-divider {
    height: 48px;
    width: 1px;
    background-color: #2F2F2F;
  }
  .col-5 {
    display: flex;
    justify-content: center;
    width: 27.77777778%;
  }
  .nav-link-icon, .btn-icon {
    position: relative;
    display: flex;
    padding: .65rem;
    gap: 4px;
    border-radius: 12px;
    background-image: none;
    align-items: center;
  }
  .nav-link-icon {
    font-family: 'IngramMono', monospace;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
  }
  .prf-header-mob {
    position: fixed;
    justify-content: start;
    top: 0;
    display: flex;
    width: 100%;
    background-color: white;
    padding: 16px;
  }
  .logo-header-mob {
    text-align: start;
  }
  .logo-header-mob img {
    width: 75%;
  }
  .header-prf {
    position: fixed;
    bottom: 20px;
    z-index: 1020;
  }
  .navbar-prf {
    display: block;
    background-color: black;
    transition: background-color .2s ease-out;
    border-radius: 12px 12px;
    margin: 0 16px;
  }
  .nav-link {
    color: white;
    --bs-nav-link-hover-color: currentColor;
  }
  .nav-link-search-mob {
    color: white;
    --bs-nav-link-hover-color: currentColor;
    transition: 0.3s;
    margin-left: -24px;
  }
  .row-mob {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* Off-canvas */
  .offcanvas-prf-mob {
    position: fixed;
    top: 0 !important;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: #dcf020;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
    border-radius: 0px;
    margin: 0px;
  }
}


/* Theme Customized Cart */

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: #DCF020;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
    border-radius: 16px;
    margin: 24px;
}

.offcanvas-header {
    position: relative;
    align-items: start !important;
    background-color: transparent !important;
    color: var(--bs-dialog-header-text-color);
    border-bottom-color: #DCF020 !important;
    font-size: 72px;
    padding: 20px 20px !important; /* Ajustar espacio si es necesario */
}

.offcanvas-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* Grosor del borde */
    background: repeating-linear-gradient(90deg, black 0, black 2px, transparent 2px, transparent 4px);
}

.offcanvas-title {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif !important;
    line-height: 94px !important;
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cart-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.cart-item-product-title {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.item-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: calc(-1* var(--bs-gutter-y));
}

.item-info-cart {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px
}

.item-info-cart p {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  text-align: start;
  color: black;
}

.item-info-cart p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: repeating-linear-gradient(90deg, black 0, black 2px, transparent 2px, transparent 4px);
}

.form-qty-cart {
  width: 1.6rem;
  display: block;
  text-align: center;
  padding: 4px 0px;
  appearance: textfield;
  -moz-appearance: textfield;
  font-family: 'Ingram', monospace;
  font-size: 14px;
  line-height: 16px;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: black;
  background-clip: padding-box;
  border: black solid 1px;
  border-radius: 99px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-qty-cart-big {
  width: 3rem;
  height: 3rem;
  display: block;
  text-align: center;
  padding: 4px 0px;
  appearance: textfield;
  -moz-appearance: textfield;
  font-family: 'Ingram', monospace;
  font-size: 14px;
  line-height: 16px;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-clip: padding-box;
  border: black solid 1px;
  border-radius: 99px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-qty-cart::-webkit-inner-spin-button,
.form-qty-cart::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-qty-cart-big::-webkit-inner-spin-button,
.form-qty-cart-big::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-qty-cart .form-select {
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.c-f-title {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: black;
  padding: 0px 0px 40px 0px;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.cart-empty p {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: black;
}

/* Mobile */

@media (max-width: 768px) {
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: #DCF020;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    border-radius: 0px;
    margin: 0px;
}
  .offcanvas-prf {
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh !important;
    visibility: hidden;
    background-color: white;
    background-clip: padding-box;
    border-radius: 16px;
    margin: 0px;
  }
  .offcanvas-prf.offcanvas-prf-end {
    top: 0;
    width: 100%;
    transform: translateY(100%);
  }
  .offcanvas-menu-body {
    flex-grow: 1;
    padding: 0;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .accordion-nav {
    flex-direction: column;
    align-items: start;
    padding: 0px 16px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  .oc-mob-title {
    width: 100%;
    font-family: 'IngramMono', monospace;
    font-size: 14px;
    line-height: 16px;
    color: black;
    padding: 140px 16px 24px 16px;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }

  .offcanvas-title {
    font-family: Rainer, Impact, Haettenschweiler, sans-serif !important;
    line-height: 64px !important;
    font-size: 64px !important;
  } 
  
  .cart-item-product-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }
  
  .colls-menu {
    padding: 6px 0;
    overflow: hidden;
  }
  .menu-signifier-mob {
    display: flex;
    margin: 24px 16px;
  }
  .offcanvas-sn-container {
    width: 100%;
    display: flex;
    padding: 0px 16px 56px 16px;
  }

  .menu-sn-listing {
    width: 100%;
    list-style: none;
    display: flex;
    gap: 16px;
    padding: 24px 0px;
    margin-top: 6px;
    border-top: black dashed 1px;
    border-bottom: black dashed 1px;
  }

  .sn-link {
    display: flex;
    flex-grow: 1;
  }

  .sn-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-family: 'IngramMono', monospace;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    border-radius: 6px;
    padding: 8px 16px;
    width: 100%;
    text-align: center;
  }

  .offcanvas-menu-close-btn {
    position: fixed;
    top: 37px;
    right: 16px;
    display: flex;
    justify-content: center !important;
    background-color: #000;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    z-index: 10 !important;
  }
  .offcanvas-menu-graphic {
    width: 100%;
    padding: 0px 16px;
    z-index: 20;
  }
  .offcanvas-menu-graphic img {
    width: 100%;
    height: auto;
  }
  .offcanvas-menu-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 24px 16px 42px 16px;
  }
  .oc-menu-contact-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .oc-menu-contact-section a {
    text-decoration: none;
  }
  .oc-menu-c-s-title {
    width: 100%;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: black;
    padding-bottom: 12px;
    border-bottom: #E8E8E8 solid 1px;
  }
  .oc-c-s-phone {
    display: flex;
    flex-direction: column;
  }
  .oc-c-s-phone a {
    text-decoration: none;
  }
  .offcanvas-logo-menu-mob {
    position: fixed;
    justify-content: start;
    top: 0;
    display: flex;
    width: 100%;
    background-color: white;
    padding: 16px;
    z-index: 9 !important;
  }
}


/*
  Prof Collector Theme Customized Home Ends
*/

/*
  Prof Collector Theme Customized product-single Starts
*/

@media (min-width: 1200px) {
    .pt-desktop-14 {
        padding-top: 12rem !important;
    }
}

.swiper-main-wrapper {
  width: 50%;
}

.product-contents {
  padding: 10% 42px 0px 42px;
}

.product-info-single {
  flex: 0 0 auto;
  width: 40%;
}

.product-gallery-single {
  flex: 0 0 auto;
  width: 60%;
}

.swiper-prf {
    position: relative;
}

.thumb-width-prf {
  width: 72px !important;
  margin-right: 0 !important;
  padding: 4px !important;
  transition: 0.5s;
}

.swiper-slide-thumb-active {
  border: black solid 1px;
  padding: 4px;
  border-radius: 12px;
  transition: 0.5s;
}

.product-price-final {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding: 11px 24px;
  border: black solid 1px;
  border-radius: 12px;
  text-align: center;
  height: 48px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-card-price-prf {
  align-items: center;
  gap: 10px;
}

.btn-atc-prf {
  display: flex;
  background-color: #1E5BF2;
  color: white;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'IngramMono', monospace;
  font-size: 20px;
  height: 48px;
  border: #1E5BF2 solid 1px;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: 0.3s;
}

.btn-atc-prf:hover {
  background-color: white;
  color: black;
  border: black solid 3px;
}

.btn-atc-cards {
  background-color: transparent !important;
  color: #000 !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  font-family: 'IngramMono', monospace !important;
  font-size: 14px !important;
  height: 32px !important;
  border: black solid 1px !important;
  border-radius: 6px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  transition: .3s !important;
}

.btn-atc-cards:hover {
  background-color: #1E5BF2 !important;
  color: white !important;
  border: #1E5BF2 solid 1px !important;
}

.level-graded {
  font-family: 'IngramMono', monospace;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 12px;
  border: black solid 1px;
  border-radius: 6px;
}

.prf-product-title {
  position: absolute;
  width: 76%;
  top: 30px;
  left: 20px;
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 160px;
  line-height: 140px;
}

.back-to-collection {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 48px;
  justify-content: end;
  align-items: start;
}

.btn-btc-prf {
  display: flex;
  background-color: #D528E3;
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 20px;
  height: 48px;
  border: #D528E3 solid 1px;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}

.btn-btc-prf:hover {
  background-color: white;
  color: black;
  border: black solid 1px;
}

.btn-std-prf {
  display: flex;
  background-color: black;
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'IngramMono', monospace;
  font-size: 14px;
  line-height: 16px;
  border: black solid 1px;
  border-radius: 6px;
  padding: 6px 24px;
  transition: 0.3s;
}

.btn-std-prf:hover {
  background-color: white;
  color: black;
  border: black solid 1px;
}

.nav-to-desc {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -15px;
}

.desc-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 136px 42px 0px 42px;
}

.description-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.desc-header {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 160px;
  line-height: 160px;
  text-align: center;
}

.sub-sku {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'IngramMono', monospace;
  font-size: 14px;
  line-height: 16px;
  color: white;
  background-color: #D528E3;
  padding: 6px 24px;
  border-radius: 6px;
}

.desc-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.desc-image img {
  width:40%;
  height: auto;
}

.desc-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
  gap: 36px;
}

.f-subhead {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #1E5BF2;
  text-decoration: underline;
}

.desc-shown {
  font-family: 'IngramMono', monospace !important;
  font-size: 36px !important;
  line-height: 36px !important;
}

.related-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 42px 120px 42px;
  margin-top: 120px;
}

.related-title {
  font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
  font-size: 48px;
  line-height: 48px;
  padding: 24px 60px;
  background-color: #DCF020;
  color: black;
  border-radius: 24px;
}

.view-all-link {
  position: absolute;
  top: 0px;
  right: 42px;
}

.btn-va-prf {
  display: flex;
  background-color: #1E5BF2;
  color: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 24px;
  line-height: 24px;
  border: #1E5BF2 solid 1px;
  border-radius: 12px;
  padding: 11px 32px;
  transition: 0.3s;
}

.btn-va-prf:hover {
  background-color: white;
  color: black;
  border: black solid 1px;
}

.sub-sku-mob {
  display: none;
}

/* Mobile */

@media (max-width: 768px) {
  .swiper-main-wrapper {
    width: 100% !important;
  }
  .thumb-width-prf {
    width: 60px !important;
    margin-right: 0 !important;
    padding: 2px !important;
    transition: 0.5s;
  }
  .product-media-gallery .swiper-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product-contents {
    padding: 107px 16px 0px 16px;
  }
  .product-main-border {
    padding: 20px 20px 48px;
    border: #E8E8E8 solid 2px;
    border-radius: 24px;
  }
  .prf-product-title {
    position: unset;
    width: 100%;
    top: 0px;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    padding-bottom: 12px;
  }
  .back-to-collection {
    display: none;
  }
  .row-reverse {
    flex-direction: column !important;
  }
  .product-media-gallery {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    transition: all .4s ease-out;
    gap: 12px;
  }
  .product-gallery-single {
    width: 100% !important;
  }
  .product-thumbs {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .product-info-single {
    flex: 0 0 auto;
    width: 100%;
  }
  .product-price {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    gap: 10px;
    justify-content: center !important;
  }
  .align-items-center {
    align-items: center !important;
    width: 100%;
  }
  .wdth-200 {
    width: 100%;
  }
  .swiper-slide-thumb-active {
    border: black solid 1px;
    padding: 4px;
    border-radius: 8px;
    transition: .5s;
  }
  .related-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    padding: 0 16px 16px;
    margin-top: 48px;
    flex-wrap: wrap;
  }
  .related-title {
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 30px;
    background-color: #dcf020;
    color: #000;
    border-radius: 12px;
  }
  .view-all-link {
    position: unset !important;
  }
  .desc-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 72px 16px 24px 16px;
  }
  
  .description-header {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  
  .desc-header {
    width: 77%;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    padding-top: 0px;
  }
  
  .sub-sku {
    display: none;
  }

  .sub-sku-mob {
    position: absolute;
    top: 32px;
    left: 0px;
    font-family: 'IngramMono', monospace;
    font-size: 12px;
    line-height: 16px;
    color: white;
    background-color: #D528E3;
    padding: 6px 24px;
    border-radius: 6px;
  }
  
  .desc-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .desc-image img {
    width:95%;
    height: auto;
  }
  
  .desc-full {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 36px;
  }
  
  .f-subhead {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #1E5BF2;
    text-decoration: underline;
  }
  
  .desc-shown {
    font-family: 'IngramMono', monospace !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  
  .related-title {
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 30px;
    background-color: #DCF020;
    color: black;
    border-radius: 12px;
  }
  
  .view-all-link {
    position: absolute;
    top: 0px;
    right: 16px;
  }
  
  .btn-va-prf {
    display: flex;
    background-color: #1E5BF2;
    color: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    border: #1E5BF2 solid 1px;
    border-radius: 12px;
    padding: 11px 32px;
    transition: 0.3s;
  }
  
  .btn-va-prf:hover {
    background-color: white;
    color: black;
    border: black solid 1px;
  }
  .level-graded {
    font-family: IngramMono, monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 12px;
    border: black solid 1px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
  }
  .container-featured-products {
    margin-bottom: 24px;
  }
}
  
/*
  Prof Collector Theme Customized product-single End
*/

/*
  Prof Collector Theme Customized collection-products Starts
*/

.collection-header {
  padding-bottom: 0px !important;
}

.collection-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-c-color-yellow {
  background-color: #DCF020;
  color: black;
}

.c-c-color-pink {
  background-color: #D528E3;
  color: white;
}

.c-c-color-blue {
  background-color: #1E5BF2;
  color: white;
}

.c-c-color-black {
  background-color: black;
  color: white;
}

.c-c-color-gray {
  background-color: #F2F2F2;
  color: black;
}

.franchise-top {
  padding-top: 160px !important;
}

.prf-franchise-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0px 42px;
}
.franchise-cards {
  width: calc(25% - 12px);
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  transition: 0.3s;
}

.franchise-cards:hover {
  scale: 1.02;
}

.col-card-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 140px;
}

.col-card-title {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.col-card-img-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

/* Mobile */

@media (max-width: 768px) {
  .prf-franchise-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px 16px 16px;
  }
  .franchise-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-radius: 12px;
    transition: 0.3s;
  }
  .franchise-top {
    padding-top: 128px;
  }
}

/*
  Prof Collector Theme Custom Company starts
*/

.prf-company-container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 12px;
  height: 100vh;
  background-color: black;
  border-radius: 24px;
  padding: 20px 20px;
  margin: 0px 42px 0px 42px;
  grid-template-areas:    "signifier signifier signifier signifier intro intro intro intro intro intro img img img img img loc loc loc info info info info info info"
                          "signifier signifier signifier signifier intro intro intro intro intro intro img img img img img loc loc loc info info info info info info"
                          "signifier signifier signifier signifier intro intro intro intro intro intro img img img img img loc loc loc info info info info info info"
                          "outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro"
                          "outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro"
                          "outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro outro"
                          ;
}
.company-signifier {
  grid-area: signifier;
  display: flex;
  justify-content: start;
  align-items: start;
}

.company-signifier p {
  font-family: 'IngramMono', monospace;
  font-size: 14px;
  line-height: 16px;
  background-color: #D528E3;
  color: white;
  border-radius: 6px;
  padding: 8px 20px;
}

.company-intro {
  width: 300px;
  grid-area: intro;
  display: flex;
  justify-content: end;
  align-items: start;
}

.company-intro p {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: white;
}

.company-image {
  grid-area: img;
  display: flex;
  justify-content: start;
  align-items: center;
}

.company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.company-location {
  grid-area: loc;
  display: flex;
  justify-content: start;
  align-items: start;
}

.company-location p {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: white;
  text-align: start;
}

.company-about {
  grid-area: info;
  display: flex;
  justify-content: end;
  align-items: start;
}

.company-about p {
  width: 200px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-align: end;
}

.company-outro {
  width: 80%;
  grid-area: outro;
  display: flex;
  justify-content: start;
  align-items: end;
}

.company-outro p {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 160px;
  line-height: 140px;
  color: white;
  text-align: start;
  text-transform: uppercase;
}

/* Mobile */

@media (max-width: 768px) {
  .prf-company-container {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: black;
    border-radius: 12px;
    padding: 16px 16px;
    margin: 0px 16px 16px 16px;
  }
  .company-signifier {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  
  .company-signifier p {
    font-family: 'IngramMono', monospace;
    font-size: 14px;
    line-height: 16px;
    background-color: #D528E3;
    color: white;
    border-radius: 6px;
    padding: 8px 20px;
  }
  
  .company-intro {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 160px;
    display: flex;
    justify-content: end;
    align-items: start;
  }
  
  .company-intro p {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: white;
  }
  
  .company-image {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 80px;
  }
  
  .company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  
  .company-location {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  
  .company-location p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: white;
    text-align: start;
  }
  
  .company-about {
    display: flex;
    justify-content: end;
    align-items: start;
    padding-top: 120px;
  }
  
  .company-about p {
    width: 200px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 20px;
    color: white;
    text-align: end;
  }
  
  .company-outro {
    width: 100%;
    grid-area: outro;
    display: flex;
    justify-content: start;
    align-items: end;
    padding-top: 80px;
  }
  
  .company-outro p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 62px;
    color: white;
    text-align: start;
    text-transform: uppercase;
  }
}

/*
  Prof Collector Theme Custom Company ends
*/

/*
  Prof Collector Theme Custom Contact starts
*/

.prf-contact-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 0px 42px;
}

.prf-contact-header {
  width: 100%
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 160px;
  line-height: 160px;
  color: black;
  text-align: center;
}

.prf-contact-wrapper {
  display: flex;
  flex-direction: column;
}

.p-c-info-signifiers {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
}

.p-c-i-left {
  width: 100%;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-align: start;
  padding-bottom: 16px;
  border-bottom: #E8E8E8 solid 1px;
}

.p-c-i-right {
  width: 100%;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-align: start;
  padding-bottom: 16px;
  border-bottom: #E8E8E8 solid 1px;
}

.p-c-i-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  padding-top: 24px;
}

.p-c-i-value {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  padding-top: 24px;
}

.p-c-i-mail1 {
  width: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 40px;
  color: black;
  text-align: start;
}

.p-c-i-phone {
  width: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 40px;
  color: black;
  text-align: start;
}

.p-c-i-mail2 {
  width: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 40px;
  color: black;
  text-align: start;
}

.p-c-content-signifier {
  width: 100%;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-align: start;
  padding-top: 88px;
  padding-bottom: 16px;
  border-bottom: #E8E8E8 solid 1px;
}

.p-c-content-signifier-mob {
  display: none;
}

.prf-c-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  padding-top: 64px;
}

.prf-contact-menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  gap: 12px;
  padding-bottom: 88px;
}

.prf-contact-menu a {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 18px;
  color: black;
  transition: 0.3s;
}

.prf-contact-menu a:hover {
  color: #1E5BF2;
}

.p-c-c-image {
  display: flex;
  justify-content: start;
  align-items: start;
}

.p-c-c-image img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.p-c-c-image-mob {
  display: none;
}

.prf-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-c-form-header {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: black;
  text-align: start;
}

.contact-input {
    width: 160px;
    background-color: transparent;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: start;
    padding: 12px 30px;
    border: black solid 1px;
    border-radius: 12px;
}

.contact-input:placeholder {
    width: 160px;
    background-color: transparent;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: start;
    padding: 12px 30px;
    border: black solid 1px;
    border-radius: 12px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 8px 16px !important;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: #FAFAFA;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    padding: 8px 16px !important;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.btn-form-send {
    background-color: #1E5BF2;
    color: white;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #1E5BF2 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-form-send:hover {
    background-color: white;
    color: #1E5BF2;
    border: #1E5BF2 solid 1px;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    display: none;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: auto;
    min-height: auto;
    line-height: 1.25;
}

@media (max-width: 768px) {
  .prf-contact-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 0px 16px;
  }
  
  .prf-contact-header {
    width: 100%
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 90px;
    line-height: 90px;
    color: black;
    text-align: center;
  }
  
  .prf-contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .p-c-info-signifiers {
    display: flex;
    flex-direction: column;
  }
  
  .p-c-i-left {
    width: 100%;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: start;
    padding-bottom: 16px;
    border-bottom: #E8E8E8 solid 1px;
  }
  
  .p-c-i-right {
    width: 100%;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: start;
    padding-top: 56px;
    padding-bottom: 16px;
    border-bottom: #E8E8E8 solid 1px;
  }
  
  .p-c-i-values {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 24px;
  }
  
  .p-c-i-value {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    padding-top: 24px;
  }
  
  .p-c-i-mail1 {
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 30px;
    color: black;
    text-align: start;
  }
  
  .p-c-i-phone {
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 30px;
    color: black;
    text-align: start;
  }
  
  .p-c-i-mail2 {
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 30px;
    color: black;
    text-align: start;
  }
  
  .p-c-content-signifier {
    display: none;
  }

  .p-c-content-signifier-mob {
    display: flex;
    width: 100%;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: start;
    padding-top: 56px;
    padding-bottom: 16px;
    border-bottom: #E8E8E8 solid 1px;
  }
  
  .prf-c-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding-top: 64px;
  }
  .p-c-c-image {
    display: none;
  }
  .p-c-c-image-mob {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 16px;
  }
  .p-c-c-image-mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .prf-contact-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 88px;
  }
}

/*
  Prof Collector Theme Custom Contact ends
*/

/*
  Prf Collector Information Hub Pages starts
*/

.info-hub-container {
  display: flex;
  flex-direction: column;
  padding: 0px 42px;
}

.info-hub-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 160px;
  line-height: 160px;
  color: black;
  text-align: center;
}

.i-h-wraper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.i-h-w-header {
  width: 100%;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-align: start;
  padding-top: 56px;
  padding-bottom: 16px;
  border-bottom: #E8E8E8 solid 1px;
}

.i-h-w-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 48px;
  padding-top: 48px;
}

.i-h-menu {
  display: flex;
}

.i-h-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

.i-h-nav-list {
  list-style: none;
}

.i-h-nav-link {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 300px;
  height: 104px;
  background-color: #FAFAFA;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: black;
  padding: 16px;
  border-radius: 12px;
  transition: 0.3s;
}

.i-h-nav-link:hover {
  background-color: #1E5BF2;
  color: white;
}

.i-h-nav-link.active {
  background-color: #1E5BF2;
  color: white;
}

.i-h-w-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-bottom: 72px;
}

.i-h-w-c-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.i-h-w-c-item-title {
  width: 100%;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: black;
}

.i-h-w-c-item-textarea {
  width: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 32px;
  padding-top: 24px;
  border-top: #E8E8E8 solid 1px;
}

/* Mobile */

@media (max-width: 768px) {
  .info-hub-container {
    display: flex;
    flex-direction: column;
    padding: 0px 16px;
  }
  
  .info-hub-header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 90px;
    line-height: 90px;
    color: black;
    text-align: center;
  }
  .i-h-w-header {
    width: 100%;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: start;
    padding-top: 48px;
    padding-bottom: 16px;
    border-bottom: #E8E8E8 solid 1px;
  }
  .i-h-w-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 24px;
  }
  .i-h-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
  }
  .i-h-nav-link {
    display: flex;
    width: auto;
    height: auto;
    justify-content: start;
    align-items: start;
    background-color: #FAFAFA;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: black;
    padding: 16px;
    border-radius: 12px;
  }
  .i-h-w-c-item-textarea {
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    border-top: #E8E8E8 solid 1px;
  }
}

/*
  Prof Collector Layout
*/

/* PrfCol Footer Desktop */

.prf-col-footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    gap: 12px;
    height: 130vh;
    background-color: #1E5BF2;
    border-radius: 24px 24px 0px 0px;
    padding: 20px 20px;
    margin: 24px 42px 0px 42px;
    grid-template-areas:    "about about about about about about about about graphic graphic graphic graphic"
                            "about about about about about about about about graphic graphic graphic graphic"
                            "about about about about about about about about graphic graphic graphic graphic"
                            "about about about about about about about about graphic graphic graphic graphic"
                            "divider divider divider divider divider divider divider divider divider divider divider divider"
                            "img img img img news news news news nav nav nav nav"
                            "img img img img news news news news nav nav nav nav"
                            "img img img img news news news news nav nav nav nav"
                            "img img img img news news news news nav nav nav nav"
                            "img img img img . . . . . . . ."
                            "img img img img collector collector collector collector collector collector collector collector"
                            "img img img img collector collector collector collector collector collector collector collector"
                            ;
}

.footer-about {
    grid-area: about;
    display: flex;
    justify-content: start;
    align-items: start;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 64px;
    line-height: 64px;
    text-align: start;
    padding-right: 5%;
    color: white;
}

.footer-graphic {
    grid-area: graphic;
    display: flex;
    justify-content: end;
    align-items: start;
}

.footer-graphic img {
    width: 100%;
}

.footer-divider {
    grid-area: divider;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer-divider span {
    width: 100%;
    height: 1px;
    background-color: white;
}

.footer-img {
    grid-area: img;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-img img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.footer-newsletter {
    grid-area: news;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-content: start;
    text-align: start;
    gap: 24px;
}

.footer-newsletter .footer-form {
    display: flex;
    justify-content: start;
}

.footer-input {
    width: 160px;
    background-color: transparent;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-align: start;
    padding: 12px 30px;
    border: white solid 1px;
    border-radius: 12px;
    color: white;
}

.footer-input::placeholder {
    color: white;
}

.footer-nav {
    grid-area: nav;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10%;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    gap: 8px;
}

.footer-menu a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 18px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #DCF020;
}

.footer-collector {
    grid-area: collector;
    display: flex;
    align-items: end;
}

.footer-collector img {
    width: 100%;
}

.footer-copy {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    background-color: #1E5BF2;
    padding: 20px 20px;
    margin: 0px 42px;
    grid-template-areas:    "divider divider divider divider divider divider divider divider divider divider divider divider"
                            "fcopy fcopy fcopy fcopy fcred fcred fcred fcred fcred fcred fcred fcred"
                            ;
}

.copy-divider {
    grid-area: divider;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.copy-divider span {
    width: 100%;
    height: 1px;
    background-color: white;
}

.f-copy {
    grid-area: fcopy;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 16px;
    color: white;
    text-align: start;
}

.f-credits {
    grid-area: fcred;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 16px;
    color: white;
    text-align: start;
}

.f-credits a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.f-credits a:hover {
    color: #DCF020;
}

/* Mobile */

@media (max-width: 768px) {
  .prf-col-footer {
      display: flex;
      flex-direction: column;
      gap: 12px;
      height: 100%;
      background-color: #1E5BF2;
      border-radius: 12px 12px 0px 0px;
      padding: 16px 16px;
      margin: 0px 0px 0px 0px;
  }
  
  .footer-about {
      display: flex;
      justify-content: start;
      align-items: start;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 36px;
      line-height: 36px;
      text-align: start;
      color: white;
      padding-bottom: 96px;
  }
  
  .footer-graphic {
      grid-area: graphic;
      display: flex;
      justify-content: end;
      align-items: start;
  }
  
  .footer-graphic img {
      width: 100%;
  }
  
  .footer-divider {
      display: none;
  }
  
  .footer-img {
      grid-area: img;
      display: flex;
      justify-content: start;
      align-items: center;
      padding-bottom: 4px;
  }
  
  .footer-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
  }
  
  .footer-newsletter {
      grid-area: news;
      display: flex;
      flex-direction: column;
      justify-content: start;
      justify-content: start;
      text-align: start;
      gap: 24px;
      padding-bottom: 32px;
  }
  
  .footer-newsletter .footer-form {
      display: flex;
      justify-content: start;
  }
  
  .footer-input {
      width: 160px;
      background-color: transparent;
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 16px;
      line-height: 16px;
      text-align: start;
      padding: 12px 30px;
      border: white solid 1px;
      border-radius: 12px;
  }
  
  .footer-input::placeholder {
      color: white;
  }
  
  .footer-nav {
      grid-area: nav;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 24px;
      padding-bottom: 48px;
  }
  
  .footer-menu {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      text-align: start;
      gap: 8px;
      padding-top: 24px;
      border-top: white solid 1px;
  }
  
  .footer-menu a {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 18px;
      line-height: 18px;
      color: white;
      text-decoration: none;
      transition: 0.3s;
  }
  
  .footer-menu a:hover {
      color: #DCF020;
  }
  
  .footer-collector {
      grid-area: collector;
      display: flex;
      align-items: end;
  }
  
  .footer-collector img {
      width: 100%;
  }
  
  .footer-copy {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 12px;
      background-color: #1E5BF2;
      padding: 16px 16px 96px 16px;
      margin: 0px 0px;
      grid-template-areas:    "divider divider"
                              "fcopy fcred"
                              ;
  }
  
  .copy-divider {
      grid-area: divider;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
  }
  
  .copy-divider span {
      width: 100%;
      height: 1px;
      background-color: white;
  }
  
  .f-copy {
      grid-area: fcopy;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 14px;
      line-height: 16px;
      color: white;
      text-align: start;
  }
  
  .f-credits {
      grid-area: fcred;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 14px;
      line-height: 16px;
      color: white;
      text-align: end;
  }
  
  .f-credits a {
      color: white;
      text-decoration: none;
      transition: 0.3s;
  }
  
  .f-credits a:hover {
      color: #DCF020;
  }
}
  
/*
  PrfCol Home
*/

/* PrfCol Herospace Desktop */

.hero-home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: end;
    gap: 12px;
    padding: 20px 42px;
}

.cards-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cards-container-mob {
  display: none;
}

.card-1 {
    display: flex;
    background-color: black;
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: start;
    padding: 16px 16px 80px 16px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-1:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 52px;
    text-align: start;
    background-color: #F2F2F2;
    color: black;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    padding: 16px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-2:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-2-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.discover-button {
    text-decoration: underline;
    color: inherit;
    font-size: 30px;
    line-height: 30px;
    font-family: 'NaNHoloBlack', sans-serif!important;
}

.card-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: start;
    gap: 14px;
    background-color: #D528E3;
    padding: 16px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-3:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-3-title {
    display: flex;
    color: white;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
}

.card-img {
    position: relative;
    overflow: hidden;
}

.card-img img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card-img .btn-small-blue {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #1E5BF2;
    color: #fff;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.card-img .btn-small-blue:hover {
    background-color: #ffffff;
    color: black;
    transition: 0.3s;
}

.card-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: start;
    gap: 14px;
    background-color: #DCF020;
    padding: 16px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-4:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-4-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.card-4-title {
    display: flex;
    color: black;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 30px;
    line-height: 30px;
}

.japanese-title {
    font-size: 12px;
    line-height: 12px;
}

.card-5 {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: start;
    background-color: #F2F2F2;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-5:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-5 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.card-5-content {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 16px;
}

.card-5-title {
    display: flex;
    flex-direction: column;
}

.card-5-title p {
    display: inline-block;
    color: white;
    background-color: #1E5BF2;
    border-radius: 6px;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    padding: 10px 16px;
}

.card-5-title .right-align {
    display: flex;
    padding-left: 60px;
    margin-top: -12px;
}

.card-5-title .righ-align {
    margin-left: 8px;
}

.card-5-content .btn-small-yellow {
    display: inline-block;
    background-color: #DCF020;
    color: black;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

.card-5-content .btn-small-yellow:hover {
    background-color: #ffffff;
    color: black;
    transition: 0.3s;
}

.card-7 {
    position: relative;
    width: 228px;
    height: 228px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    padding: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-7-mob {
    display: none;
}

.card-7:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-10px);
}

.card-7 a {
    color: white;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    transform: rotate(-15deg);
}

.yellow-link {
    color: #DCF020;
    text-decoration: underline;
}

.prof-cat {
    display: inline-block;
    justify-content: center;
    margin-bottom: -30px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.prof-cat img {
  width: 100%;
  height: auto;
}

.prof-cat:hover {
    transform: translateY(85px);
}

.prof-cat-mob {
  display: none;
}

.card-8 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: #F2F2F2;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-8:hover {
    box-shadow: 0px 4px 20px rgba(211, 255, 50, 0.488);
    transform: translateY(-2px);
}

.card-8 img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Mobile */

@media (max-width: 1280px) {
  .element-hidden-1280 {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .element-hidden-1080 {
    display: none !important;
  }
  .cards-container {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
  
@media (max-width: 768px) {
  .hero-home {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    gap: 16px;
    padding: 0px 16px;
    margin-top: 128px;
    margin-bottom: 16px;
  }
  .cards-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .cards-container-mob {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .card-7 {
    display: none;
  }
  .card-7-mob {
    position: relative;
    width: 97%;
    display: flex;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    justify-content: end;
  }
  .card-7-mob a {
    width: 228px;
    height: 228px;
    background-color: #000;
    color: #fff;
    font-family: NaNHolo, Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    border-radius: 200px;
    transform: rotate(-15deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .yellow-link {
    color: #DCF020;
    text-decoration: underline;
  }
  .card-4.s-rotation {
    transform: rotate(0deg);
  }
  .card-1 {
    display: none;
  }
  .card-3 {
    display: none;
  }
  .prof-cat {
    display: none;
  }
  .prof-cat-mob {
    display: inline-block;
    justify-content: center;
    margin-bottom: -30px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    animation: float 3s ease-in-out infinite;
    text-align: start;
  }
  .prof-cat-mob img {
    width: 70%;
    height: auto;
  }
  .card-5 {
    display: none;
  }
  .element-hidden-1080 {
    display: flex !important;
  }
}

/* PrfCol About Desktop */

.about-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: black;
    margin: 0px 42px;
    padding: 20px;
    border-radius: 16px;
    overflow: none;
}

.about-header {
    width: 100%;
    display: flex;
    gap: 12px;
    text-align: start;
    z-index: 100;
}

.card-about {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12px;
    border-radius: 16px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-about .s-simple-link {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18;
    line-height: 18px;
    color: #DCF020;
    text-decoration: none;
    transition: 0.3s;
    display: block; 
    margin-top: -12px;
}

.card-about .s-simple-link:hover {
    color: white;
    transition: 0.3s;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -96px;
}

.about-content-mob {
  display: none;
}

.about-content img {
    transition: transform 0.5s ease; /* Animación suave */
}

.about-content img:hover {
    transform: scale(1.1) rotate(360deg); /* Escala la imagen y la rota 360 grados */
}

.about-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 80px;
}

/* Mobile */

@media (max-width: 1400px) {
  h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 130px;
    line-height: 120px;
    text-transform: uppercase;
    color: white;
    display: block;
  }
  .xxl-text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 130px;
    line-height: 110px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 120px;
    line-height: 110px;
    text-transform: uppercase;
    color: white;
    display: block;
  }
  .xxl-text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 120px;
    line-height: 90px;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 90px;
    line-height: 80px;
    text-transform: uppercase;
    color: white;
    display: block;
  }
  .xxl-text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 90px;
    line-height: 60px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 70px;
    line-height: 64px;
    text-transform: uppercase;
    color: white;
    display: block;
  }
  .xxl-text-rainer {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 70px;
    line-height: 56px;
  }
}

@media (max-width: 768px) {
  .about-content {
      display: none;
  }
  .about-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: black;
    margin: 0px 16px;
    padding: 16px;
    border-radius: 16px;
    overflow: none;
  }

  .about-header {
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      gap: 32px;
      text-align: start;
      z-index: 100;
  }

  h1 {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    color: white;
    display: block;
  }

  .card-about {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 12px;
      border-radius: 16px;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .card-about .s-simple-link {
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 18;
      line-height: 18px;
      color: #DCF020;
      text-decoration: none;
      transition: 0.3s;
      display: block; 
      margin-top: -12px;
  }

  .card-about .s-simple-link:hover {
      color: white;
      transition: 0.3s;
  }

  .about-content-mob {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-content-mob img {
    width: 50%;
    transform: rotate(15deg);
  }

  .about-footer {
    display: flex;
    justify-content: end;
    align-items: end;
    padding-top: 80px;
  }

  .about-footer p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: white;
    display: block;
  }
}  

/* PrfCol New Products Desktop */

.new-products-home {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 72px 42px;
}

.new-products-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 12px;
}

.n-p-l-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 48px;
    line-height: 48px;
    padding: 24px 60px;
    color: black;
    border: black solid 2px;
    border-radius: 24px;
}

.n-p-l-collection {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 48px;
    line-height: 48px;
    padding: 24px 60px;
    background-color: #1E5BF2;
    color: white;
    border-radius: 24px;
    border: transparent solid 2px;
}

.n-p-l-collection.bg-pink {
    background-color: #D528E3;
}

.new-products-right {
    display: flex;
    justify-content: end;
    align-items: start;
    gap: 12px;
}

.new-products-right p {
    font-size: 12px;
    line-height: 12px;
}

/* Mobile */

@media (max-width: 1400px) {
  font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
  font-size: 140px;
  line-height: 140px;
  color: white;
}

@media (max-width: 1280px) {
  .b-c-h-left p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 140px !important;
    line-height: 140px !important;
    color: white;
  }
  .n-p-l-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding: 24px 60px;
    color: black;
    border: black solid 2px;
    border-radius: 24px;
  }
  .n-p-l-collection {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding: 24px 60px;
    background-color: #1E5BF2;
    color: white;
    border-radius: 24px;
    border: transparent solid 2px;
  }
}

@media (max-width: 1080px) {
  .n-p-l-collection {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 32px;
    line-height: 32px;
    padding: 24px 40px;
    background-color: #1E5BF2;
    color: white;
    border-radius: 24px;
    border: transparent solid 2px;
  }
  .n-p-l-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 32px;
    line-height: 32px;
    padding: 24px 40px;
    color: black;
    border: black solid 2px;
    border-radius: 24px;
  }
  .b-c-h-left p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 120px !important;
    line-height: 120px !important;
    color: white;
  }
}

@media (max-width: 960px) {
  .n-p-l-collection {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 32px;
    background-color: #1E5BF2;
    color: white;
    border-radius: 16px;
    border: transparent solid 2px;
  }
  .n-p-l-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 16px 32px;
    color: black;
    border: black solid 2px;
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .new-products-home {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      gap: 10px;
      align-items: start;
      padding: 32px 16px;
  }
  
  .new-products-left {
      display: flex;
      justify-content: start;
      flex-wrap: wrap;
      gap: 10px;
  }
  
  .n-p-l-title {
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 24px;
      line-height: 24px;
      padding: 12px 30px;
      color: black;
      border: black solid 2px;
      border-radius: 12px;
      width: fit-content;
  }
  
  .n-p-l-collection {
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 24px;
      line-height: 24px;
      padding: 12px 30px;
      background-color: #1E5BF2;
      color: white;
      border-radius: 12px;
      border: transparent solid 2px;
  }
  
  .n-p-l-collection.bg-pink {
      background-color: #D528E3;
  }
  
  .new-products-right {
      display: flex;
      justify-content: end;
      align-items: start;
      gap: 12px;
  }
  
  .new-products-right p {
      display: none;
  }
}

/* PrfCol Big Collection Desktop */

.big-collection-home {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    margin: 0px 42px;
    background-color: #1E5BF2;
    border-radius: 24px;
}

.callto-mob {
  display: none;
}

.b-c-header {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 12px;
}

.b-c-h-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 12%;
}

.b-c-h-left p {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 160px;
    line-height: 160px;
    color: white;
}

.b-c-h-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: start;
    padding-right: 15%;
}

.b-c-content {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.b-c-img {
    position: relative;
    overflow: hidden;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

.b-c-img img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.b-c-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7099FF;
    opacity: 0.25;
    border-radius: 12px;
    z-index: 1;
    pointer-events: none;
}

.b-c-img-content {
    position: absolute;
    bottom: 32px;
    left: 30px;
    text-align: start;
    z-index: 10;
}

.b-c-img-content p {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    word-break: break-word;
    max-width: 280px;
    padding-bottom: 24px;
}

/* Mobile */
  
@media (max-width: 768px) {
  .big-collection-home {
      height: unset;
      position: relative;
      justify-content: space-between;
      gap: 96px;
      padding: 16px;
      margin: 24px 0px 0px 0px;
      border-radius: 12px;
  }
  
  .b-c-header {
      display: flex;
      justify-content: start;
      align-items: start;
      gap: 12px;
  }
  
  .b-c-h-left {
      width: 75%;
      display: flex;
      justify-content: space-between;
      align-items: start;
  }
  
  .b-c-h-left p {
      font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
      font-size: 72px;
      line-height: 72px;
      color: white;
  }
  
  .b-c-h-right {
      width: 25%;
      display: flex;
      justify-content: end;
      align-items: start;
      text-align: end;
      padding-right: 0;
  }

  .callto-mob {
    position: absolute;
    top: 120px;
    right: 42px;
    width: 120px;
    height: 120px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    padding: 30px;
    z-index: 100;
  }

  .callto-mob a {
      color: white;
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 24px;
      line-height: 24px;
      text-decoration: none;
      text-align: center;
      transform: rotate(15deg);
  }
  
  .b-c-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
  }
  
  .b-c-img {
      position: relative;
      overflow: hidden;
  }
  
  .b-c-img img {
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
  }
  
  .b-c-img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #7099FF;
      opacity: 0.25;
      border-radius: 12px;
      z-index: 1;
      pointer-events: none;
  }
  
  .b-c-img-content {
      position: absolute;
      bottom: 20px;
      left: 18px;
      text-align: start;
      z-index: 10;
  }
  
  .b-c-img-content p {
      font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
      font-size: 36px;
      line-height: 36px;
      color: #ffffff;
      word-break: break-word;
      max-width: 200px;
      padding-bottom: 24px;
  }
}
  
/* PrfCol New Products Alt Desktop */

.new-products-alt {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    padding: 80px 42px 0px 42px;
}

.twin-card {
    width: 50%;
    background-color: black;
    display: flex;
    justify-content: start;
    text-align: start;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
}

.twin-card-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.twin-card-top {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.twin-card-title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 56px;
    line-height: 56px;
    color: white;
    padding-bottom: 56px;
    border-bottom: white solid 1px;
}

.twin-card-product {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: white;
    padding-top: 20px;
    padding-bottom: 12px;
}

.twin-card-bottom {
    display: flex;
    justify-content: start;
    align-items: end;
}

.card-img-single {
    position: relative;
    overflow: hidden;
}

.card-img-single img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.new-products-alt-mob {
  display: none;
}

.card-slider {
  display: none !important;
}

/* Mobile */

@media (max-width: 768px) {
  .card-slider {
    display: block !important;
    overflow: hidden;
  }
  .new-products-alt {
    display: none;
  }
  .new-products-alt-mob {
    display: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
  .np-carrousel-cont {
    display: flex;
    gap: 16px; /* Espaciado entre cards */
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 0 16px; /* Padding lateral */
    -webkit-overflow-scrolling: touch; /* Mejora scroll en iOS */
  }
  .twin-card-mob {
    flex: 0 0 80%;
    scroll-snap-align: center;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    gap: 12px;
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
  }

  .twin-card-content-mob {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .twin-card-top-mob {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  .twin-card-title-mob {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 56px;
    line-height: 56px;
    color: white;
    padding-bottom: 56px;
    border-bottom: white solid 1px;
  }

  .twin-card-product-mob {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: white;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .twin-card-bottom-mob {
    display: flex;
    justify-content: start;
    align-items: end;
  }

  .card-img-single-mob {
    flex: 0 0 80%; /* Cards ocupan 80% del ancho */
    scroll-snap-align: center;
    position: relative;
    overflow: hidden;
  }

  .card-img-single-mob img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .card-alt-1 {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 16px;
    color: white;
    border-radius: 12px;
    height: 470px;
  }
  .card-alt-1 .card-img-top {
    position: relative;
    border-radius: 6px;
  }
  .card-alt-1 .card-body .title {
    width: 100%;
    height: 90px;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: white;
    border-bottom: white solid 1px;
  }
  .card-alt-1 .card-body .c-a-subtitle {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 0;
  }
  .card-alt-1 .card-body .description {
    font-family: 'IngramMono', monospace;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 64px;
  }
  .card-alt-1 .card-body .btn-small {
    position: absolute;
    bottom: 36px;
    left: 36px;
    background-color: #DCF020;
    color: black;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #DCF020 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
    z-index: 10;
  }
  .card-alt-1 .card-body .btn-small:hover {
    background-color: white;
    color: black;
    border: white solid 1px;
  }
  .card-alt-2 {
    position: relative;
    display: flex;
    height: 470px;
    flex-direction: column;
    background-color: #DCF020;
    padding: 16px;
    color: black;
    border-radius: 12px;
  }
  .card-alt-2 .card-img-top {
    position: relative;
    border-radius: 6px;
  }
  .card-alt-2 .card-body .title {
    width: 100%;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: black;
    padding-bottom: 146px;
  }
  .card-alt-2 .card-body .c-a-subtitle {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 0;
  }
  .card-alt-2 .card-body .description {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: 'IngramMono', monospace;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 64px;
    text-align: end;
  }
  .card-alt-2 .card-body .btn-small {
    position: absolute;
    bottom: 36px;
    left: 36px;
    background-color: #D528E3;
    color: white;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #D528E3 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
    z-index: 10;
  }
  .card-alt-2 .card-body .btn-small:hover {
    background-color: white;
    color: black;
    border: white solid 1px;
  }
  .card-alt-3 {
    position: relative;
    display: flex;
    height: 470px;
    flex-direction: column;
    background-color: #FAFAFA;
    color: white;
    border-radius: 12px;
    overflow: hidden;
  }
  .card-alt-3 .card-body {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
  .card-alt-3 .card-img-top {
    width: 100% !important;
    object-fit: cover !important;
    height: 100% !important;
  }
  .card-alt-3 .card-img-top .img-fluid {
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .card-alt-3 .card-body .title {
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: start;
    color: white;
    padding-bottom: 24px;
  }
  .card-alt-3 .card-body .c-a-subtitle {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 12px 0;
  }
  .card-alt-3 .card-body .description {
    font-family: 'IngramMono', monospace;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 64px;
    text-align: end;
  }
  .card-alt-3 .card-body .btn-small {
    background-color: #D528E3;
    color: white;
    padding: 7px 30px;
    font-size: 14px;
    font-family: 'IngramMono', monospace;
    text-decoration: none;
    border: #D528E3 solid 1px;
    border-radius: 6px;
    transition: 0.3s;
    z-index: 10;
  }
  .card-alt-3 .card-body .btn-small:hover {
    background-color: white;
    color: black;
    border: white solid 1px;
  }
}

/* PrfCol Contact Home Desktop */

.contact-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 140px 42px;
}

.contact-home-title {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 160px;
    line-height: 160px;
    color: black;
    text-align: center;
    text-decoration: underline;
}

.contact-home-imgs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 5%;
    margin-top: -88px;
}

.contact-home-img1 {
    transform: rotate(15deg);
    animation: float 3s ease-in-out infinite;
}

.contact-home-img1 img {
    width: 350px;
}

.contact-home-img2 {
    transform: rotate(-15deg);
    animation: float2 2.5s ease-in-out infinite;
}

.contact-home-btn {
    display: flex;
    justify-content: center;
    z-index: 10;
    margin-top: -104px;
}

/* Mobile */

@media (max-width: 768px) {
  .contact-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
  }

  .contact-home-title {
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: black;
    text-align: center;
    text-decoration: underline;
  }

  .contact-home-imgs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 5%;
    margin-top: 0px;
  }

  .contact-home-img1 {
    transform: rotate(15deg);
    animation: float 3s ease-in-out infinite;
    margin-top: 120px;
  }

  .contact-home-img1 img {
    width: 110px;
  }

  .contact-home-img2 {
    transform: rotate(-15deg);
    animation: float2 2.5s ease-in-out infinite;
    margin-top: -48px;
  }

  .contact-home-img2 img {
    width: 110px;
  }

  .contact-home-btn {
    display: flex;
    justify-content: center;
    z-index: 10;
    margin-top: -152px;
  }
}

/* PrfCol Shop Collection Desktop */

.shop-collection-home {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 12px;
    height: 92vh;
    background-color: #DCF020;
    border-radius: 24px;
    padding: 20px 20px;
    margin: 24px 42px;
    grid-template-areas:    "name name name name name name name . imgbig imgbig imgbig imgbig"
                            "name name name name name name name . imgbig imgbig imgbig imgbig"
                            "title title . . card card card . imgbig imgbig imgbig imgbig"
                            ". . . . card card card . imgbig imgbig imgbig imgbig"
                            "img img . . card card card . modal modal modal modal"
                            "img img . . card card card . modal modal modal modal"
                            "info info . . . . . . modal modal modal modal"
                            ;
}

.shop-collection-name {
    grid-area: name;
    display: flex;
    justify-content: start;
    align-items: start;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 160px;
    line-height: 148px;
    color: black;
}

.shop-collection-title {
    grid-area: title;
    display: flex;
    justify-content: end;
    align-items: start;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: right;
}

.shop-collection-home img {
    grid-area: img;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.shop-collection-info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 16px;
}

.shop-collection-card {
    grid-area: card;
}

.shop-collection-img {
    grid-area: imgbig;
}

.shop-collection-modal {
    grid-area: modal;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
}

@media (max-width: 768px) {
  .shop-collection-home {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 48px;
    background-color: #DCF020;
    border-radius: 12px;
    padding: 16px 16px 60px 16px;
    margin: 24px 0px 0px 0px;
  }

  .shop-collection-name {
    display: flex;
    justify-content: start;
    align-items: start;
    font-family: 'Rainer', Impact, Haettenschweiler, sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: black;
  }

  .shop-collection-title {
    display: flex;
    justify-content: center;
    align-items: start;
    font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: black;
    text-align: center;
  }

  .shop-collection-home img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .sc-image-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .shop-collection-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 16px;
    margin-top: -32px
  }

  .shop-collection-modal {
    grid-area: modal;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 8px;
    margin-top: -24px;
  }
}




/* Btn */
.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: #1E5BF2;
    --bs-btn-border-color: #d3ff32;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #3169f3;
    --bs-btn-active-border-color: #d3ff32;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: #d3ff32;
    --bs-btn-disabled-border-color: #d3ff32;
}


/*
  Variables
*/
:root {
  --bs-link-color: currentColor;
  --bs-link-color-rgb: currentColor;
  --bs-link-hover-color: currentColor;
  --bs-link-hover-color-rgb: currentColor;
  --bs-border-color: rgba(var(--bs-body-color-rgb), .1);
}

/*
  Various classes
*/
.title {
  margin-bottom: .25rem;
}

.title-border-bottom span {
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 1);
  display: inline-block;
  padding-bottom: 0.25rem;
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: .1rem;
  opacity: .75;
  margin-bottom: 0.25rem;
}

.description {
  margin-bottom: 1.4rem;
}

.shadow-md {
  box-shadow: var(--bs-box-shadow-md);
}


/*
  Container
*/
.container {
    max-width: 100%;
    /* padding: 0px 37px; */
}


/*
  Background/Text
*/
.bg-primary { --bg-color-rgb: var(--bs-primary-rgb); }
.bg-secondary { --bg-color-rgb: var(--bs-secondary-rgb); }
.bg-body { --bg-color-rgb: var(--bs-body-bg-rgb); }
.bg-white { --bg-color-rgb: var(--bs-white-rgb); }
.text-primary { --text-color-rgb: var(--bs-primary-rgb); }
.text-secondary { --text-color-rgb: var(--bs-secondary-rgb); }
.text-body { --text-color-rgb: var(--bs-body-color-rgb); }
.text-white { --text-color-rgb: var(--bs-white-rgb); }


/*
  Border
*/
.border-body {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity)) !important;
}


/*
  Headings
*/
.heading {
  font-family: var(--bs-headings-font-family);
}


/*
  Buttons
*/
.btn {
  --bs-btn-font-family: var(--bs-btn-font-family-new);
  font-weight: var(--bs-btn-font-weight);
  text-transform: var(--bs-btn-text-transform);
  letter-spacing: var(--bs-btn-letter-spacing);
  background-image: var(--bs-btn-bg-gradient);
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-white {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .9);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), .9);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), .8);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), .8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}

.btn-light-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), .1);
}

.btn-light-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), .1);
}

.btn-light-white {
  --bs-btn-color: rgba(var(--bs-white-color-rgb), 1);
  --bs-btn-bg: rgba(var(--bs-white-rgb), .1);
  --bs-btn-border-color: rgba(var(--bs-white-rgb), .1);
  --bs-btn-hover-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), .2);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), .2);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), .3);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), .3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-disabled-bg: rgba(var(--bs-white-rgb), .1);
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), .1);
}

.btn-outline-primary {
  --bs-btn-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-primary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 1);
}

.btn-outline-secondary {
  --bs-btn-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-secondary-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-body-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-whtie);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-secondary-rgb), 1);
}

.btn-outline-white {
  --bs-btn-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-hover-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-focus-shadow-rgb: var(--bs-white-rgb);
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-border-color: rgba(var(--bs-white-rgb), 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-white-color-rgb), 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(var(--bs-white-rgb), 1);
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(var(--bs-primary-rgb), .6);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 var(--bs-body-color);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  text-decoration: underline;
}

.btn-sm {
  font-size: .9rem;
  --bs-btn-padding-x: .8rem;
  --bs-btn-padding-y: .2rem;
  border-radius: var(--bs-border-radius);
}

.btn-lg {
  font-size: 1.2rem;
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: .4rem;
  border-radius: var(--bs-border-radius);
}

.btn.loading {
  position: relative;
  text-indent: -9999rem;
}

.btn.loading svg {
  display: none;
}

.btn.loading::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.55rem 0 0 -0.55rem;
  border-radius: 50%;
  border: 0.15rem solid currentcolor;
  border-right-color: transparent;
  animation: spinner-border 0.75s linear infinite;
}

.btn.loading.btn-sm::after {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
}

.btn.loading.btn-lg::after {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.7rem 0 0 -0.7rem;
}


/*
  Carousel
*/
.carousel {
  --caption-color-rgb: var(--text-color-rgb, 255, 255, 255);
}

.carousel-item {
  transition-duration: var(--transition-duration, 600ms);
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding: 0.5rem;
  color: currentColor;
  opacity: 1;
  border: 1px solid rgba(var(--caption-color-rgb), .25);
  color: rgba(var(--caption-color-rgb), .5);
  border-radius: 50%;
  transition: all .2s ease-out;
}

.carousel-control-prev:focus, 
.carousel-control-prev:hover,
.carousel-control-next:focus, 
.carousel-control-next:hover {
  color: rgba(var(--caption-color-rgb), 1);
  background-color: rgba(var(--caption-color-rgb), .1);
  border-color: rgba(var(--caption-color-rgb), .5);
  opacity: 1;
}

.carousel-control-prev:focus-visible, 
.carousel-control-next:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(var(--caption-color-rgb), .25);
}

.carousel-control-prev {
  left: 1rem;
}

.carousel-control-next {
  right: 1rem;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  transition: all .2s ease-out;
}

.carousel-control-prev:hover svg,
.carousel-control-prev:focus svg {
  transform: translateX(-2px);
}

.carousel-control-next:hover svg,
.carousel-control-next:focus svg {
  transform: translateX(2px);
}

.carousel-indicators [data-bs-target] {
  background-color: rgba(var(--caption-color-rgb), .2) !important;
  opacity: 1;
}

.carousel-indicators [data-bs-target] span {
  display: block;
  width: 0;
  height: 100%;
  background-color: rgba(var(--caption-color-rgb), 1);
}

.carousel-indicators [data-bs-target].active span {
  animation: carousel_indicator_autoplay 4s linear both;
  animation-duration: var(--duration);
}

@keyframes carousel_indicator_autoplay {
  from { width: 0%; }
  to { width: 100%; }
}

.carousel[data-bs-ride=false] [data-bs-target].active span {
  width: 100% !important;
}

.carousel-caption {
  color: rgba(var(--caption-color-rgb), 1);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.carousel-caption-inner {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.carousel-caption.carousel-caption-center {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.carousel-caption.carousel-caption-bottom {
  bottom: 2.25rem;
}

.carousel-zoom-in .carousel-item {
  overflow: hidden;
}

.carousel-zoom-in .carousel-item.active img, 
.carousel-zoom-in .carousel-item.active video {
  animation: carousel_zoom_in 1s ease-out both;
}

.carousel-zoom-out .carousel-item img,
.carousel-zoom-out .carousel-item video {
  transform: scale(1.2);
}

.carousel-zoom-out .carousel-item.active img,
 .carousel-zoom-out .carousel-item.active video {
  animation: carousel_zoom_out 1s ease-out both;
}

@keyframes carousel_zoom_in {
  to { transform: scale(1.2); }
}

@keyframes carousel_zoom_out {
  to { transform: scale(1); }
}

.carousel-full-screen-indicator {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s ease-out;
}

.has-scrolled .carousel-full-screen-indicator { 
  opacity: 0;
  transform: translate(-50%, -50%);
}

.carousel-indicators + .carousel-full-screen-indicator {
  bottom: 3.5rem;
}

.carousel-full-screen-indicator-border {
  width: 24px;
  height: 42px;
  border: 1.5px solid rgba(var(--bs-white-rgb), .25);
  border-radius: 12px;
  position: relative;
  text-align: center;
}

.carousel-full-screen-indicator-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  animation: 1.6s ease infinite carousel_full_screen_indicator;
}

@keyframes carousel_full_screen_indicator {
	0% {
    margin-top: 2px;
    opacity: 0;
	}
	30% {
    opacity: 1;
	}
	100% {
    margin-top: 20px;
    opacity: 0;
	}
}

/*
  Separator (hr)
*/
hr {
  opacity: .1;
  background-color: currentColor;
  border: none;
  height: 1px;
  margin: 0;
}


/* 
  Forms
*/
.form-control,
.form-select {
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-control:focus, 
.form-control:focus,
.form-select:focus,
.form-select:focus {
  color: var(--bs-body-color);
  border-color: rgba(var(--bs-primary-rgb), 1);
  box-shadow: var(--bs-focus-box-shadow);
}

.text-white .form-control:focus, 
.text-white .form-control:focus,
.text-white .form-select:focus,
.text-white .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}

.form-label {
  margin-bottom: 0.375rem;
}

.input-group-text {
  background-color: rgba(var(--bs-body-color-rgb), 0.05);
  border-radius: var(--bs-border-radius);
}

.form-check-input {
  background-color: var(--bs-body-bg);
  border-color: rgba(var(--bs-body-color-rgb), .75);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
} 

.form-check-input:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.5);
  box-shadow: var(--bs-focus-box-shadow);
}


/*
  Navs
*/
.nav {
  --bs-nav-link-padding-x: 0.75rem;
  --bs-nav-link-padding-y: 0.375rem;
  --bs-nav-link-color: currentColor;
  --bs-nav-link-hover-color: currentColor;
}

@media (max-width: 768px) {
  .nav {
    display: flex;
    align-items: center;
  }
  .nav-item:not(:last-child) {
    padding-right: 0;
    align-items: center;
    display: flex;
  }
}  

/* PrfCol nav-link */

.nav-link {
  border-radius: var(--bs-border-radius);
  font-family: "NaNHoloBlack", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 22px;
  padding: 4px 16px;
  transition: 0.6s;
}

.nav-link-small {
  gap: 8px;
  font-family: "NeueHaasGrotesk", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-size: 16px;
  text-decoration: none;
  align-items: center;
  transition: 0.3s;
}

.nav-link-small a {
  text-decoration: none;
}

.nav-link:hover,
.nav-link:focus {
  color: #DCF020;
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(var(--text-color-rgb), .15);
}

.nav-link.active {
  background-color: rgba(var(--text-color-rgb), .05);
}

.nav-link:active {
  background-color: rgba(var(--text-color-rgb), .1);
}

.nav-link-icon,
.btn-icon {
  position: relative;
  display: inline-flex;
  padding: .65rem;
  border-radius: 12px;
  background-image: none;
}

.nav-link-icon:hover,
.nav-link-icon:focus,
.btn-icon:hover,
.btn-icon:focus {
  /* background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .05); */
  color: #1E5BF2;
}

.nav-link-icon:active,
.btn-icon:active,
:not(.btn-check) + .btn-icon:active {
  background-color: rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1);
  border-color: transparent;
}

/* Mobile */

/*
  Tabs
*/
.nav-tabs .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*
  Navbar
*/
.navbar-brand img {
  transition: all 0.2s ease-out;
}
.navbar-brand:hover img, .navbar-brand:focus img {
  opacity: 0.85;
}

/*
  Dropdown
*/
.dropdown-menu {
  --bs-dropdown-border-color: var(--bs-border-color);
  --bs-dropdown-link-hover-bg: rgba(var(--bs-body-color-rgb), .05);
  --bs-dropdown-link-active-bg: rgba(var(--bs-body-color-rgb), .1);
  --bs-dropdown-link-active-color: currentColor;
  --bs-dropdown-spacer: .25rem;
  --bs-dropdown-divider-bg: var(--bs-border-color);
}

.dropdown-menu.show:not([data-popper-placement]) {
  animation: dropdown-menu-aninatiom 0.2s ease-out;
}

@keyframes dropdown-menu-aninatiom {
  from { transform: translateY(0.375rem); }
  to { transform: translateY(0); }
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.15rem;
}

.dropdown-item {
  position: relative;
  font-size: 0.9rem;
  transition: all 0.2s ease-out;
}

.dropdown-item:hover,
.dropdown-item:focus {
}

.dropdown-divider {
  margin-left: var(--bs-dropdown-item-padding-x);
  margin-right: var(--bs-dropdown-item-padding-x);
  opacity: 1;
}

.dropdown-item-title {
  font-size: 1rem;
  font-family: var(--bs-headings-font-family);
  font-weight: var(--bs-headings-font-weight);
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

.dropdown-megamenu {
  width: 100%;
  padding: .5rem 0 1rem;
  margin-top: 0 !important;
  border: none;
  border-bottom-style: solid;
  border-radius: 0;
}

.dropdown-megamenu .dropdown-item {
  border-radius: var(--bs-border-radius);
}

/* 
  Badge
*/
.badge.badge-circle {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  position: absolute;
  top: 0.327rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-family: 'IngramMono', monospace;
  animation: badge_circle 0.4s ease-out both;
  animation-delay: 0.4s;
  background-color: #DCF020;
  color: black;
}

.badge.badge-circle[data-count="0"] {
  visibility: hidden;
}

@keyframes badge_circle {
  0% { opacity: 0; transform: scale(0); }
  50% { opacity: 0.5; transform: scale(1.25); }
  100% { opacity: 1; transform: scale(1); }
}

/*
  Modal/Offcanvas
*/
.modal {
  --bs-modal-header-padding: .75rem 1rem;
  --bs-modal-footer-border-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity));
  --bs-modal-border-radius: var(--bs-border-radius);
}

.modal-dialog {
  padding-left: 1rem;
  padding-right: 1rem;
}

.offcanvas {
  --bs-offcanvas-padding-y: .75rem;
  --bs-modal-footer-border-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity))
}

.modal-backdrop,
.offcanvas-backdrop {
  background-color: rgba(var(--bs-dialog-backdrop-color-rgb), var(--bs-dialog-backdrop-opacity));
  backdrop-filter: blur(var(--bs-dialog-backdrop-blur));
}

.modal-backdrop.show,
.offcanvas-backdrop.show {
  opacity: 1;
}

.modal-content,
.offcanvas {
  border: none !important;
  box-shadow: 0 0 1rem rgba(var(--bs-dialog-backdrop-color-rgb), 0.25);
}

.modal-header,
.offcanvas-header {
  background-color: rgba(var(--bs-dialog-header-bg-color-rgb), var(--bs-dialog-header-bg-opacity));
  color: var(--bs-dialog-header-text-color);
  border-bottom-style: solid;
  border-bottom-width: var(--bs-dialog-header-border-width);
  border-bottom-color: rgba(var(--bs-dialog-header-border-color-rgb), var(--bs-dialog-header-border-opacity));
}

.offcanvas-footer {
  position: relative;
}

.offcanvas-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, black 0, black 2px, transparent 2px, transparent 4px);
}

.offcanvas-footer::before {
  content: "";
  position: absolute;
  bottom: 168px;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, black 0, black 2px, transparent 2px, transparent 4px);
}

.modal-title,
.offcanvas-title {
  font-size: var(--bs-dialog-header-title-font-size);
}

.offcanvas-backdrop {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") 24 24, pointer;
}

@media (max-width: 599px) {
  .offcanvas {
    width: 100% !important;
  }
  .modal-dialog {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/*
  Close btn
*/
.btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  background: none;
  width: auto;
  height: auto;
  display: inline-flex;
  transition: all 0.2s ease-out;
  font-family: 'Ingram', monospace;
  font-size: 16px;
  line-height: 16px;
  color: black;
  text-decoration: underline;
}

.btn-close:hover,
.btn-close:focus {
  transform: scale(1.1);
  color: currentColor;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-close:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}

/*
  Alerts
*/
.alert {
  padding: 0.75rem 1rem;
  line-height: normal;
  font-weight: 500;
}

.alert-dismissible .btn-close {
  color: currentColor;
  padding: 0.75rem;
  margin-right: -1rem;
  margin-left: 0.5rem;
  position: relative;
  top: auto;
  left: auto;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary);
  --bs-alert-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-primary-rgb), 0.5);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary);
  --bs-alert-bg: rgba(var(--bs-secondary-rgb), .1);
  --bs-alert-border-color: rgba(var(--bs-secondary-rgb), 0.5);
}

/*
  Tooltips
*/
.tooltip {
}


/*
  Popovers
*/
.popover {
  --bs-popover-border-color: var(--bs-border-color);
  --bs-popover-header-bg: rgba(var(--bs-body-color-rgb), .05);
  box-shadow: var(--bs-box-shadow-sm);
}

/*
  List group
*/
.list-group {
  --bs-list-group-action-color: var(--bs-body-color);
  --bs-list-group-action-hover-color: var(--bs-body-color);
  --bs-list-group-action-hover-bg: rgba(var(--bs-primary-rgb), .05);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-light-darken-5);
  --bs-list-group-active-color: var(--bs-primary);
  --bs-list-group-active-bg: rgba(var(--bs-primary-rgb), .1);
  --bs-list-group-active-border-color: rgba(var(--bs-primary-rgb), .1); 
}

.list-group-item-action {
  transition: all 0.2s ease-out;
}

.list-group-item-action:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-box-shadow);
}


/*
  Collapse
*/
.collapse-wrapper {
  border-top: 1px solid rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1);
}

.collapse-wrapper:last-child {
  border-bottom: 1px solid rgba(var(--text-color-rgb, var(--bs-body-color-rgb)), .1);
}

.collapse-wrapper [data-bs-toggle=collapse] {
  position: relative;
  background: none;
  border: none;
  padding: 0.75rem 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  text-align: left;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.collapse-wrapper [data-bs-toggle=collapse] svg.svg-icon-chevron-down {
  margin-right: .125rem;
  transition: all .2s ease-out;
}

.collapse-wrapper [data-bs-toggle=collapse][aria-expanded=true] svg.svg-icon-chevron-down {
  transform: rotate(-180deg);
}

.collapse-wrapper [data-bs-toggle=collapse]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .25rem rgba(var(--text-color-rgb), .25);
}

.collapse-wrapper .collapse-inner {
  padding: 0.25rem 0 1.75rem;
}


/*
  Accordion
*/
.accordion {
  --bs-accordion-btn-icon: var(--icon-chevron-down);
  --bs-accordion-btn-active-icon: var(--icon-chevron-up);
  --bs-accordion-btn-icon-width: 1.5rem;
  --bs-accordion-btn-focus-box-shadow: var(--bs-focus-box-shadow);
  --bs-accordion-active-color: var(--bs-primary);
  --bs-accordion-active-bg: rgba(var(--bs-primary-rgb), 0.05);
}

.accordion-button::after {
  --bs-accordion-btn-icon: var(--icon-chevron-down) !important;
  --bs-accordion-btn-active-icon: var(--icon-chevron-down) !important;
}

.accordion-button:focus:not(:focus-visible){
  box-shadow: none;
}

.accordion-button:focus-visible {
  background-color: var(--bs-accordion-active-bg);
}


/*
  Card
*/
.card {
  --bs-card-border-color: var(--bs-border-color);
}


/*
  Image thumbnails
*/
.img-thumbnail {
  position: relative;
  transition: background-color 0.2s ease-out;
}

.img-thumbnail-title {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  background-color: rgba(var(--bs-body-color-rgb), 0.5);
  color: white;
  text-align: center;
  line-height: 1.1;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  transition: background-color 0.2s ease-out;
}

a:hover .img-thumbnail-title {
  background-color: rgba(var(--bs-body-color-rgb), 0.75);
}

/*
  Progress
*/
.progress {
  background-color: rgba(var(--bs-body-color-rgb), 0.1)
}

.progress-bar {
  background-color: var(--bs-primary);
}



/*
  Pagination
*/
.pagination {
  --bs-pagination-hover-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-pagination-active-color: var(--bs-primary);
  --bs-pagination-active-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-focus-bg: var(--bs-light);
  --bs-pagination-focus-box-shadow: var(--bs-focus-box-shadow);
}


/*
  Ratios
*/
.ratio-3x4 {
  --bs-aspect-ratio: 125%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 143.75%;
}

.ratio-9x21 {
  --bs-aspect-ratio: 157.14%;
}

.ratio.adapt video {
  position: relative;
}


/*
  Swiper
*/
.swiper {
  --swiper-theme-color: var(--text-color-rgb, --bs-body-color-rgb);
  --swiper-navigation-size: 2rem;
  --swiper-navigation-color: rgb(var(--swiper-theme-color));
  --swiper-navigation-sides-offset: 0;
  --swiper-pagination-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-right: 1rem;
  --swiper-pagination-bottom: 1rem;
  --swiper-pagination-bullet-horizontal-gap: .2rem;
  --swiper-pagination-bullet-vertical-gap: .2rem;
  --swiper-pagination-bullet-inactive-color: rgb(var(--swiper-theme-color));
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-fraction-color: rgb(var(--swiper-theme-color));
  --swiper-scrollbar-bg-color: rgba(var(--swiper-theme-color), .15);
  --swiper-scrollbar-drag-bg-color: rgba(var(--swiper-theme-color), 1);
  --swiper-scrollbar-sides-offset: 1%;
}

.swiper[data-controls-color="white"] {
  --swiper-theme-color: 255, 255, 255;
}

.swiper-button-prev,
.swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  transition: all .2s ease-out;
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(var(--swiper-theme-color), 1);
  border-radius: 50%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: rgba(var(--swiper-theme-color), .1);
  opacity: 1;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 70%;
  height: 70%;
  transition: all .2s ease-out;
}

.swiper-button-prev:hover svg,
.swiper-button-prev:focus svg {
  transform: translateX(-2px);
}

.swiper-button-next:hover svg,
.swiper-button-next:focus svg {
  transform: translateX(2px);
}

.swiper-pagination-fraction {
  opacity: .75;
}

.swiper-pagination-bullet {
  border: 1px solid rgba(var(--swiper-theme-color), 1);
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background-color: rgba(var(--swiper-theme-color), 1);
}

.swiper-slider {
  display: block;
}

.swiper-slider .swiper {
  opacity: 0;
  transition: all 200ms ease-out;
  padding: 0px 42px;
}

@media (max-width: 768px) {
  .swiper-slider .swiper {
    padding: 0px 16px;
    width: 100%;
    margin-bottom: 6px;
  }
  .swiper-slider .swiper-alt {
    padding: 0px 0px;
  }
  /*
  .swiper-slider .swiper-controls {
    display: none !important;
  }
  */
}

.swiper-slider .swiper.swiper-initialized {
  opacity: 1;
}

.swiper-slider .swiper-controls {
  margin-top: 1rem;
  position: relative;
  min-height: var(--swiper-navigation-size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slider [class*=swiper-button] {
  margin: 0;
  top: 0;
  bottom: 0;
}

.swiper-slider .swiper-button-prev {
  left: 0.5rem;
}

.swiper-slider .swiper-button-next {
  right: 0.5rem;
}

.swiper-slider .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
}

.swiper-slider .swiper-pagination-bullets-dynamic {
  left: auto !important;
  transform: none !important;
  margin-bottom: .375rem;
}

.swiper-slider .swiper-pagination-fraction {
}

.swiper-slider .swiper-scrollbar {
  max-width: 60vw;
  position: relative;
  bottom: auto;
  top: 0;
  left: auto;
  margin: 0 auto;
}

.swiper-slider .swiper-pagination + .swiper-scrollbar {
  margin-top: .375rem;
}

@media (max-width: 599px) {
  .swiper-slider[data-slider-partial-slides-mobile="true"] .container {
    padding: 0 !important;
    overflow: hidden;
  }
  .swiper-slider[data-slider-partial-slides-mobile="true"] .container > .swiper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .swiper-slider .swiper-scrollbar { 
    max-width: 500px;
  }
}


/*
  Recaptcha page
*/
.shopify-challenge__container {
  padding: 2rem;
}

/*
  Policy pages
*/
.shopify-policy__container {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  max-width: 720px !important;
}

/*
  Shopify's system errors
*/
.errors ul {
  margin-bottom: 0;
}

/*
  Rich Text Editor (rte)
*/
.rte img {
  max-width: 100%;
  height: auto;
}

.rte p:last-child {
  margin-bottom: 0;
}


/*
  Animations
*/
.fade-in-up { animation: fade_in_up 0.5s ease-out both; }
.fade-in-down { animation: fade_in_down 0.5s ease-out both; }
.zoom-in { animation: zoom_in 0.5s ease-out both; }

@keyframes fade_in_up {
  from { opacity: 0; transform: translate3d(0, 100%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fade_in_down {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes zoom_in {
  from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  to { opacity: 1; }
}

/*
  Offcanvas menu
*/
#offcanvas-menu {
  box-shadow: none;
}

#offcanvas-menu .offcanvas-body {
  padding-top: 0;
  border-top: 1px solid rgba(var(--bs-body-color-rgb), .1);
}

#offcanvas-menu .offcanvas-footer {
  border-top: none;
  background-color: rgba(var(--bs-primary-rgb), .05);
}

#offcanvas-menu .social-icons {
  border-radius: 50rem;
  background-color: rgba(var(--bs-body-color-rgb), .05);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.accordion-nav {
  flex-direction: column;
  align-items: start;
}

.accordion-nav .nav-item {
  border-top: none;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), .1);
}

@media (max-width: 768px) {
  .accordion-nav .nav-item {
    width: 100%;  
    border-bottom: none;
    border-top: black dashed 1px;
    padding: 22px 0px;
}
}

.accordion-nav .nav-link {
  padding: .75rem 0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-nav .nav-link.active {
  background-color: transparent;
  color: var(--bs-primary);
}

.accordion-nav .nav-link[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.accordion-nav .nav-link[data-bs-toggle="collapse"] {
  position: relative;
}

.accordion-nav .nav-link[data-bs-toggle="collapse"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; 
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--icon-chevron-down);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.accordion-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after { 
  transform: translateY(-50%) rotate(-180deg);
}

.accordion-nav .nav-link svg {
  margin-right: .5rem;
}

.accordion-nav .dropdown-item {
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .5em;
  --bs-dropdown-item-border-radius: var(--bs-border-radius);
  --bs-dropdown-link-active-bg: trasparent;
  --bs-dropdown-link-active-color: var(--bs-primary);
}

.accordion-nav .nav {
  background-color: rgba(var(--bs-body-color-rgb), .05);
  padding: .5rem 0;
  margin: 0 0 1rem;
  border-radius: var(--bs-border-radius);
}

.collections-nav {
  flex-wrap: nowrap;
  overflow: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: .5rem 0;
  background-color: rgba(var(--bs-body-color-rgb), .05);
}

.collections-nav .nav-item {
  width: 40vw;
  max-width: 200px;
  flex-shrink: 0;
}

.collections-nav .nav-item:first-child {
  margin-left: .5rem;
}

.collections-nav .nav-item:last-child {
  margin-right: .5rem;
}

[dir="rtl"] .collections-nav .nav-item:first-child {
  margin-left: 0;
  margin-right: .5rem;
}

.collections-nav .nav-link {
  font-size: .9rem;
  padding: 0.5rem;
  background: transparent;
}


/*
  Localization form
*/
.shopify-localization-form .list-group-item-action {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  border: none;
  border-radius: var(--bs-border-radius);
}

.shopify-localization-form .localization-form-item-img {
  display: flex;
}

.shopify-localization-form .localization-form-item-text {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}


/*
  Payment icons
*/
.payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.payment-icons svg {
  display: flex;
  height: 20px;
  width: 100%;
  margin: .1rem;
}

.payment-icons-text {
  display: block;
  line-height: normal;
  opacity: .7;
  margin-top: -0.3rem;
}


/*
  Social media icons
*/
ul.social-icons {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

ul.social-icons a {
  display: inline-flex;
  padding: 0.6rem;
  transition: all 0.2s ease-out;
}

ul.social-icons a:hover,
ul.social-icons a:focus {
  transform: scale(1.1);
}

ul.social-icons a:active {
  transform: scale(1.2);
}


/*
  QTY (Quantity) Wrapper
*/
.qty-input-wrapper {
  display: flex;
  gap: 5px;
}

.qty-input-wrapper .btn {
  top: 0;
  padding: 0;
  width: 1.6rem;
  height: 100%;
  box-shadow: none;
  border: black solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 6px;
}

.qty-input-wrapper .btn-big {
  top: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  box-shadow: none;
  border: black solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 12px;
}

.qty-input-wrapper .btn:focus-visible {
  box-shadow: var(--bs-focus-box-shadow);
}

.qty-input-wrapper .btn-qty-minus {
  left: 0;
}

.qty-input-wrapper .btn-qty-plus {
  right: 0
}

.qty-input-wrapper .form-control {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 7rem;
  appearance: textfield;
}

.qty-input-wrapper .form-control-sm {
  width: 6rem;
}

.qty-input-wrapper .form-control-lg {
  width: 8rem;
}

.qty-input-wrapper .form-control::-webkit-outer-spin-button,
.qty-input-wrapper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}


/*
  Search 
*/
#offcanvas-search .predictive-search {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.search-empty {
  font-family: 'NaNHolo', Impact, Haettenschweiler, sans-serif;
  color: black;
}

.search-empty p {
  padding-bottom: 24px;

.list-group-item {
  padding: 0px !important;
  background-color: transparent !important;
}
  
.search-form .form-control-wrapper {
  position: relative;
}

.search-form .form-control-wrapper button[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 2px);
  transition: all .2s ease-out;
  background-color: var(--bs-light);
  color: var(--bs-body-color);
  right: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-form .form-control-wrapper button[type="submit"]:hover,
.search-form .form-control-wrapper button[type="submit"]:focus {
  opacity: 1;
}

.search-form .form-control-wrapper .form-control {
  padding-right: 3.25rem;
}

.predictive-search-results .list-group-item {
  padding: 0;
  border-style: dotted;
}

.predictive-search-results .list-group-item-action {
  display: block;
  padding: 0.5rem 0.5rem;
  text-decoration: none;
}

.predictive-search-results-queries-list mark {
  padding: 0;
  background-color: transparent;
  opacity: 1;
}

.predictive-search-results-queries-list span {
  opacity: 0.5;
}

.predictive-search-results-products-list .list-group-item {
  border: none;
}

.predictive-search-results-products-list .list-group-item-action {
  padding-left: 0;
  padding-right: 0;
}

.predictive-search-results-products-list .list-group-item-action:hover {
  background-color: transparent;
}

@media (max-width: 599px) {
  .offcanvas-search {
    width: 100% !important;
  }
}




/*
  Blog/Article
*/
.blog-header {
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center;
}

.blog-main {
  border-top-style: solid;
  border-bottom-style: solid;
}

.blog-utilities {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-card-link {
  text-decoration: none;
  color: currentColor;
}

.article-card-title {
  transition: color 200ms ease-out;
}

.article-card-link:hover .article-card-title,
.article-card-link:focus .article-card-title {
  color: var(--bs-primary);
}

.article-card-img-wrapper img {
  width: 100%;
  transition: all .2s ease-out;
}

a:hover .article-card-img-wrapper img {
  opacity: .85;
}

.article-card-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#offcanvas-blog-tags {
  width: 320px;
}

#offcanvas-blog-tags .list-group-item-action {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}