@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
         url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*---------base-domain-css---------------*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #222;
  background-color: #fff;
}
html {
  scroll-behavior: smooth;
}
.in-stock {
  display: none;
}
button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

small {
    font-size: inherit;
}
/* Chrome, Safari, Edge, Opera */
.bulk-qty-input::-webkit-outer-spin-button,
.bulk-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.bulk-qty-input[type=number] {
    -moz-appearance: textfield;
}


/* Reset všetkých <a> štýlov */
a {
  color: inherit;
  text-decoration: none;
  background: none;
}
p {
    margin: 0; 
    padding: 0;
    display: block; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
img {
    margin: 0;
    padding: 0;
    overflow: hidden;    
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pismo {
    font-family: 'Poppins', sans-serif;
}
.pismo2 {
    font-family: 'Inter', sans-serif;
}

.nadpis41 {font-size: clamp(29px, 3vw, 41px);}
.nadpis36 {font-size: clamp(30px, 3vw, 36px);}
.nadpis30 {font-size: clamp(25px, 3vw, 30px);}
.nadpis25 {font-size: clamp(20px, 3vw, 25px);}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 20px;
}
.padding-10-20{
  padding: 7px 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .fix-slider {
    padding-top: 140px
  }
}

/* skry hostom */
.user-guest .no-guest {
    display: none !important;
}

/* skry prihlasenym */
.user-logged .guest {
    display: none !important;
}
/* Skryť šípky pre Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Skryť šípky pre Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*-------------colors--------------------*/

/*farby*/
.cierna {
  color: #080808;
}
.cierna3 {
    color: black;
}
.cierna-pozadie {
  background-color: black;
}
.cierna80-pozadie {
  background-color: rgba(0, 0, 0, 0.8);
}
.cierna2 {
  color: #2F2F2F;
}
.cierna2-pozadie {
  background-color: #2F2F2F;
}
.cierna3-pozadie {
  background-color: #1d1d1d;
}
.biela {
  color: white;
}
.biela-pozadie {
  background-color: white;
}
.biela80-pozadie {
  background-color: rgba(255, 255, 255, 0.8);
}

.seda {
  color: #EAEAEA;
}
.seda-pozadie {
  background-color: #EAEAEA;
}
.seda2 {
  color: #9C9C9C;
}
.seda80-pozadie {
  background-color: #EAEAEA;
}
.seda3 {
    color: #666666
}
.seda4-pozadie {
    background-color: #D9D9D9;
}
.zelena {
  color: #00933e;
}
.zelena-pozadie {
  background-color: #00933e;
}
.green-bul {
    color: #c9ff00;
}
.green-bul-pozadie {
    background-color: #c9ff00;
}
.cervena {
  color: red;
}
.cervena-pozadie {
  background-color: red;
}
.zelena80-pozadie {
  background-color: #00933e;
}
.silno-seda-pozadie {
  background-color: #F1F1F1;
}
.slabo-seda-pozadie {background-color: #F7F7F7;}
.modra-pozadie {
    background-color: #9dc0fa;
}
.modra-pozadie2 {
    background-color: #0B1F3A;
}
.cervena1-pozadie {
    background-color: #fa9d9d;
}
.box-shadow {
    box-shadow: 0px 3px 5px 1px #cdcdcd;
}
.green1 {
    color: #00933e;
}
.red1 {
    color: red;
}
.orange1 {
    color: orange;
}
/*-----HEADER------------*/
.site-header {
   position: sticky;
    top: 0px;
    background-color: white;
    z-index: 100;

}
.logo-bulkory {
    max-width: 200px!important;
    width: 100%!important;
}
@media (max-width: 867px ){
    .logo-bulkory {
        max-width: 138px!important;
    }
}
.cart {
    width: 29px;
    height: 29px;
    display: block;
    cursor: pointer;
}
.bulk {
    width: 47px;
    height: auto;
    display: block;
}
@media (max-width: 575px) {
    .cart {
        width: 24px;
        height: 23px;
    }
    .bulk {
        width: 35px;
        height: 27px;
    }
}
.user {
    width: 29px;
    height: auto;
    display: block;
}
.bulk-icon-wrapper, 
.cart-icon-wrapper{
  position: relative;
}

.bulk-icon-count, 
.cart-icon-count {
    position: absolute;
    /* top: -10px; 
    right: -14px;  */
    z-index: 10;
    background-color: black;
    color: white;
    font-weight: 500;
    border-radius: 100%;
    padding: 1px 6px;
    font-size: 14px;
}
.bulk-icon-count {
    top: -13px;
    right: -17px;
}
.cart-icon-count {
    top: -17px;
    right: -17px;
}

@media (max-width: 867px) {
    .bulk-icon-count {
        font-size: 10px;
       top: -6px;
        right: -9px;
    }
    .cart-icon-count {
        font-size: 10px;
        top: -10px;
        right: -14px;
    }
}   
@media (max-width: 575px) {
    .bulk-icon-count {
        top: -8px
    }
}

.gap-fs {
    gap: 30px;
}
@media (max-width: 767px) {
    .gap-fs {
        gap: 10px;
    }
}



.user-icon {
    width: 35px;
    height: auto;
}
.menu-link-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (max-width: 959px) {
    .menu-link-header {
        display: inline-block;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        border-bottom: 1px solid #8f8f8f;
    }
    .menu-link {
        margin-right: 20px;
    }
}
.menu-link {
    transition: all 0.1s ease;
}
.menu-link:hover {
    transform: scale(1.03);
    font-weight: 600;
}
.menu-border {
    padding-bottom: 7px;
    border-bottom: 1px solid #E6E6E6;
}
.burger-menu {
    width: 26px;
    height: auto;
}
.burger-div{
    position:fixed;
    top:0;
    left:-100%;
    width: 60%;
   
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:left .3s ease;
    overflow-y:auto;
    box-shadow:-10px 0 30px rgba(0,0,0,0.15);
}
@media (max-width: 655px) {
    .burger-div {
        width: 70%;
    }
}
@media (max-width: 540px) {
    .burger-div {
        width: 80%;
    }
}
@media (max-width: 480px) {
    .burger-div {
        width: 100%;
    }
}

.burger-div.active{
    left:0;
}

body.burger-open{
    overflow:hidden;
}

.burger-menu{
    cursor:pointer;
}

.burger-menu-close{
    position:absolute;
    top:69px;
    left:23px;
    font-size:28px;
    cursor:pointer;
}

.mobile-logo-mini {
    width: 64px;
    height: auto;
}
.close-icon-mobile {
    width: 22px;
    height: auto;
}

.logo-mobile-menu-mini {
    width: 100%;
    max-width: 155px;
    height: auto;
}
.separator {
    border-top: 1px solid rgb(189 189 189);
}
.border1 {
    border: 1px solid #707070;
    
}
.apparel-mini-logo {
    width: 45px!important;
    padding-right: 19px;
}
.btn-sign {
    padding: 8px 16px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
    .btn-sign {
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 15px;
        padding-left: 15px;

    
    }
}
@media (max-width: 435px) {
    .btn-sign {
        font-size: 12px;
        padding-right: 13px;
        padding-left: 13px;

    
    }
}
.mobile-menu-panels-wrapper {
    overflow: hidden;
    width: 100%;
}
.mobile-panels-inner {
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-panels-inner.show-brands {
    transform: translateX(-50%);
}
.mobile-panel {
    width: 50%;
    min-width: 50%;
    box-sizing: border-box;
}
/* Top header swap: X  <->  ← BRANDS  See all
   Both are position:absolute (matching burger-menu-close: top:15px left:23px)
   so neither affects the flow of the panels wrapper below */
.mobile-brands-back-header {
    position: absolute;
    top: 69px;
    left: 17px;
    right: 23px;
    display: none;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.burger-div.show-brands .burger-menu-close {
    display: flex;
    top: 18px!important;
}
.burger-div.show-brands .mobile-brands-back-header {
    display: flex;
}
.mobile-back-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
}
.mobile-back-arrow {
    width: 32px;
    height: 39px;
    fill: #000;
}
.mobile-submenu-title {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}
.mobile-see-all-link {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    flex-shrink: 0;
}
#mobile-brands-btn {
    cursor: pointer;
}
#mobile-brands-btn * {
    pointer-events: none;
}





/* =================================================================== */
/* === 1. HLAVNÝ MINI CART PANEL === */
/* =================================================================== */

#mini-cart-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    max-height: 100vh;
    z-index: 1000;
    background-color: white;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
}
@media (max-width: 450px) {
  #mini-cart-wrapper {
    width: 80%;
  }
}

#mini-cart-wrapper.visible {
    transform: translateX(0);
}


/* =================================================================== */
/* === 1b. OUTER WRAPPER z header.php (pred fragment replace) === */
/* =================================================================== */

#mini-cart-wrapper > .widget_shopping_cart_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}


/* =================================================================== */
/* === 2. VNÚTORNÝ OBAL (musí mať padding a Fix overflow) === */
/* =================================================================== */

#mini-cart-wrapper .custom-mini-cart-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}


/* =================================================================== */
/* === 3. SCROLL ZÓNA (len položky sa scrolujú) === */
/* =================================================================== */

.woocommerce-mini-cart-wrapper {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-right: -10px; /* scroll fix */
}


/* =================================================================== */
/* === 4. FIXNÁ PÄTA (subtotal + tlačidlá) === */
/* =================================================================== */

.wc-spodok {
    flex-shrink: 0;
    border-top: 1px solid #eee;
    background-color: white;
    margin-bottom: 30px;
    padding-top: 12px;
    margin-top: 10px;

    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* =================================================================== */
/* === 5. MINI CART ITEM ŠTÝLY (pôvodné) === */
/* =================================================================== */

.new-price {
  margin-left: 5px;
}
.old-price {
    text-decoration: line-through;
    opacity: 0.7;
}

.woocommerce-mini-cart-total {
    text-align: right;
    margin-bottom: 10px;
}

.woocommerce-mini-cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-mini-cart-buttons a.button {
    text-align: center;
    padding: 10px 14px;
    background-color: #00933e;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.mini-cart-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.mini-cart-item:hover {
    background: rgba(0,0,0,0.03);
}

.mini-cart-thumb img {
    width: 60px;
    height: auto;
    display: block;
}

.mini-cart-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.mini-cart-title-link {
    text-decoration: none;
}
.mini-cart-title-link:hover .mini-cart-title {
    text-decoration: underline;
}

.mini-cart-title {
    line-height: 1.3;
    margin-bottom: 4px;
}

.mini-cart-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}
.regular-price {
    font-weight: 600;
}

.mini-cart-variation {
    margin-top: 6px;
    font-size: 13px;
    color: #333;
}
.variant-label {
    font-weight: 600;
}
.variant-value {
    margin-left: 2px;
    text-transform: uppercase;
}

.remove_from_cart_button {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #555;
    text-decoration: underline;
    text-underline-offset: 2px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mini-cart-total-item {
    font-weight: 600;
    color: #111;
    font-size: 14px;
    min-width: 70px;
    text-align: right;
    align-self: flex-start;
}

.close-mini-cart-wr {
    position: absolute;
    top: 26px;
    left: 9px;
    font-size: 26px;
}

.added_to_cart {
  display: none;
}
.mini-cart-number {
    padding: 0px 11px;
}

/*Disable stav */
.mini-cart-plus.disabled{
    opacity:0.4;
    pointer-events:none;
}

.mini-cart-minus.disabled{
    opacity:0.4;
    pointer-events:none;
}

.mini-cart-qty-input{
    width: 96px;
    height: 29px;
    text-align:center;
    border:1px solid #ddd;
    font-size: 15px !important;
    font-weight: 600;
}
.mini-cart-qty-control{
    display:flex;
    align-items:center;
    margin-top:6px;
}

.mini-cart-qty-control button{
    width:27px;
    height:33px;
    border:1px solid #ddd;
    background:white;
    cursor:pointer;
    font-weight: 700;
    font-size: 18px;
}


/*-
------------------SEARCH----------------
-*/
.search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
}

.search-overlay.active {
    display: block;
}

.custom-search-form{
    width:100%;
    max-width: 1000px;
    position: relative;
    z-index: 1000;
}

.search-wrapper{
    position:relative;
    width:100%;
}

.search-input{
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #a3a3a3;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    background: #EBEBEB;
    outline: none;
    box-sizing: border-box;

}
.search-input::placeholder {
    color: black;
    padding-left: 5px;
    font-family: 'Poppins', sans-serif;
}

.search-input:focus{
    background:#fff;
    border-color:#cfcfcf;
}

.search-icon{
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    fill: #6f6f6f;
    width: 19px;
}
@media (max-width: 575px) {
    .search-input {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-icon {
        width: 12px;
        transform: translateY(-58%);
        left: -4px;
    }
}

.search-btn{
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}


#live-search-results{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    margin-top:6px;
    display:none;
    z-index:999;
}

.search-result-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px;
    border-bottom:1px solid #f0f0f0;
    text-decoration:none;
    color:#111;
}

.search-result-item img{
    width:80px;
    height:80px;
    object-fit:contain;
}


.search-no-results{
    padding:14px 16px;
    font-size:14px;
    color:#666;
}
.live-link {
    transition: all 0.3s ease;

}
.live-link:hover {
    font-weight: 600;
}
.border-search {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}
.image-live-search {
    width: 100%;
    height: auto;
    max-width: 75px;
}
@media (max-width: 575px) {
    .image-live-search {
        max-width: 60px;
    }
}

.live-search-suggestions {
    padding: 14px 20px 12px;
    border-top: 1px solid #f0f0f0;
}

.live-search-suggestions-title {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.live-search-suggestions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.live-search-suggestion-item {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 13px;
    color: #222;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}
@media (max-width: 630px ) {
    .live-search-suggestion-item {
        font-size: 11px;
    }
}

.live-search-suggestion-item:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.live-search-brands {
    padding: 14px 20px 16px;
    border-top: 1px solid #f0f0f0;
}

.live-search-brands-title {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.live-search-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    justify-items: center;
}
@media (max-width: 1050px) {
    .live-search-brands-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.live-search-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f7f7f7; */
    box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    border-radius: 8px;
    padding: 10%;
    transition: background 0.2s ease;
    width: 100%;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    max-width: 100px;
}

.live-search-brand-item:hover {
    background: #efefef;
}

.live-search-brand-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.image-brands-crocs-live {
    width: 74%!important
}

/*------------BULK PAGE-------------------------*/
.draft-product-image {
  width: 200px;
  height: auto;
  display: block;
}



.draft-master {
      border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.draft-variants {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    margin-top: 15px;
}

.variant-row {
    display: flex;
    align-items: center;
    /* background-color: #f9f9f9; */
    padding: 15px 10px;
    /* border-radius: 6px; */
}

.variant-header {
    background-color: #f1f1f1;
    font-weight: bold;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.variant-col {
    flex: 1;
    text-align: center;
    font-size: 15px;
}

.col-size {
    flex: 1;
}
.col-price {
    flex: 1;
}
.col-stock {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.col-qty {
    flex: 1.5;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 5px; */
}

.bulk-qty-input {
    width: 100%;
    text-align: center;
    padding: 6px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}

.bulk-minus,
.bulk-plus {
    background: white!important;
    border: 1px solid #cfcccc;
    width: 48px;
    height: 29px;
    font-size: 18px;
    /* border-radius: 4px; */
    cursor: pointer;
}

.stock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.stock-low {
    background-color: #f39c12;
}
.stock-mid {
    background-color: #27ae60;
}
.stock-high {
    background-color: #2ecc71;
}

.stock-qty {
    font-weight: bold;
}



.variant-row:nth-child(2n+1) {
    background-color: rgb(247, 247, 247);
}

.variant-row:nth-child(2n) {
    background-color: rgb(255, 255, 255);
}
.remove-sku, 
.add-to-cart-bulk {
  transition: all 0.5s ease;
  cursor: pointer;
}
.remove-sku:hover, 
.add-to-cart-bulk:hover {
  transform: scale(1.1);
}


/*--------------single product--------------------------*/
/*-------------SINGLE PRODUCT-----------------*/
.gc-hide-cart {
    display: none !important;
}
.zelena-pozadie2 {
  background-color: #2e7d32;
}

.product-thumbs-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.product-thumbs {
    display: flex;
    width: 100%;
    gap: 30px;
}

.product-thumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumb {
    width: 100%;
    cursor: pointer;
    transition: opacity 0.2s ease;
    /* aspect-ratio: 1 / 1; */
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}

.product-thumb:hover {
    opacity: 0.7;
}

/* Aktivna miniatura */
.product-thumb.active-thumb {
    opacity: 1;
}

/* Hlavný obrázok */
.product-gallery-swiper {
    width: 100%;
    margin: auto;
    /* height: 100%; */
    text-align: center;
}

.product-gallery-swiper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.tlacidlo-produkt-uprav {
    background-color: red;
    border: 1px solid red;
    color: white;
    font-size: 23px;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    width: fit-content;
}
.cart2 {
  width: 32px;
  height: 32px;
}


/* 
.gc-col-variant, 
.gc-col-price, 
.gc-col-qty {
    text-align: center;
} */

.gc-qty-minus, 
.gc-qty-plus {
    /* border: 1px solid black; */
    padding-left: 3px;
    padding-right: 3px;
    background-color: white;
        border: 1px solid #cfcccc;
    width: 50px;
    height: 40px;
    font-size: 18px;
}
.gc-qty {
    padding: 6px;
    border: 1px solid #cfcccc;
    max-width: 33px;
}
@media (max-width: 575px) {
    .gc-qty-minus, 
    .gc-qty-plus {
        width: 43px;
        height: 40px;
        font-size: 21px;
    }
    .gc-qty {
        max-width: 20px;
    }
}


.gc-variation-header {
    background-color: #F1F1F1;
}

.gc-variation-row:nth-child(even) {
    background-color: #f5f5f5;
}

.gc-variation-row:nth-child(odd) {
    background-color: transparent;
}

/*-
-----------------------HOMEPAGE-----------------------
-
*/

.n2-ss-layer {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.sign-up-hero {
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sign-up-hero:hover {
    background-color: #c9ff00;
    
    color: #0B1F3A;
}

.logo-br-s {
    height: 20px;
    width: 99px;
}
.logo-br-g {
    height: 20px;
    width: 89px;
}
.logo-br-t {
    height: 30px;
    width: 52px;
}
.logo-br-sy {
    height: 20px;
    width: 69px;
}
.logo-br-of {
    height: 50px;
    width: 85px;
}


.brands {
    /* padding: 30px 20px; */
    margin: 0 auto;
    padding-left: 10px;
    box-sizing: border-box;
}



/* ===== DESKTOP (>= 1200px) ===== */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 na riadok */

}



/* ===== TABLET (< 993px) ===== */
@media (max-width: 993px) {
    .brands-pc {
        display: none;
    }
}

/* ===== MOBIL (< 576px) ===== */
@media (max-width: 575px) {


    .brands h2 {
        font-size: 26px;
    }
}

.brand-card {
    border-radius: 16px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.brand-card img {
    max-width: 75%;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter .2s ease;
}

.brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.brand-card:hover img {
    filter: grayscale(0%);
}
.op4 {
    margin-top: -40px;
}

/*--------------SWIPER--------------------------*/
/* ===== BRANDS SWIPER ===== */
.brands-swiper {
    padding: 0px 0px;
    box-sizing: border-box;
}
@media (min-width: 993px) {
    .brands-swiper {
        display: none!important;
    }
}

.brands-swiper .swiper {
    overflow: hidden;
}

.brands-swiper .swiper-wrapper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
@media (max-width: 500px) {
    .brands-swiper .swiper-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.brands-swiper .swiper-slide {
    width: auto;
}

/* karta (rovnaký vizuál ako grid) */
.brands-swiper .brand-card {
    border-radius: 8px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.15);
}

.brands-swiper .brand-card img {
    max-width: 75%;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter .2s ease;
}

.brands-swiper .brand-card:hover img {
    filter: grayscale(0%);
}



/*-
------------------SWIPER-----------------
-
-*/
.swiper-container-kategorie {
    width: 100%;
    overflow: hidden; /* odporúčané, aby nič nepretieklo */
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: auto; /* bude určené podľa slidesPerView */
    box-sizing: border-box;
}
.swiper-similarly,
.swiper-new-products,
.swiper-top-products,
.swiper-jordan-products {
    width: 100%;
}

/*-
---------------------CONTENT PRODUCT--------------------
-
-*/
.product-image {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.woocommerce-Price-currencySymbol {
    padding-left: 3px;
}
.add-to-bulk {

}
.product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 8/6;
}


.aviable-size {
    min-height: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.available-size-btn {
    width: 40px;
    /* font-family: Poppins, sans-serif; */
    border: 1px solid #cfcfcf;
    min-width: 28px;
    text-align: center;
    font-size: 11px;
    font-weight: 800;
}
.swiper-new-products-prev,
.swiper-new-products-next,
.swiper-top-products-prev,
.swiper-top-products-next,
.swiper-jordan-products-prev,
.swiper-jordan-products-next {
    position: static !important;
    color: black !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 36px;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 0 !important;
    flex-shrink: 0;
}
@media (max-width: 575px) {
    .swiper-new-products-prev,
    .swiper-new-products-next,
    .swiper-top-products-prev,
    .swiper-top-products-next,
    .swiper-jordan-products-prev,
    .swiper-jordan-products-next {
        display: none!important;
    }
}
.swiper-new-products-prev::after,
.swiper-new-products-next::after,
.swiper-top-products-prev::after,
.swiper-top-products-next::after,
.swiper-jordan-products-prev::after,
.swiper-jordan-products-next::after {
    font-size: 12px !important;
}
.add-to-bulk.is-added {
    background: green !important;
    color: white !important;
    cursor: default;
    pointer-events: none;
}

/*-
----------------BLUR FOR GUEST---------------
-*/
.blur-for-guests .swiper-slide:nth-child(n + 4) {
  filter: blur(5px);
  pointer-events: none;
  opacity: 0.6;
  transition: filter 0.3s ease;
}


/*-
------------------SHOP PAGE----------------
-*/
.padd-shop {margin-top: 0px;}
@media (max-width: 767px) {
    .padd-shop {
        margin-top: 30px;
    }
}
/*produkt content - archive*/
.produkty-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}
@media (max-width: 1320px) {
  .produkty-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .produkty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .produkty-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.border-bt {
    border-bottom: 1px solid #d9d9d9;
}
.filter-mobile-svg {
    width: auto;
    height: 17px;
}
/*test*/
.brand-marquee1 {
    overflow: hidden;
    width: 100%;
    background: #fff;

    position: relative;
    background-color: #d9d9d9;
}

.brand-track1 {
    display: flex;
    gap: 40px;
    width: max-content;
    animation-name: scrollMarquee;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 3s;
}

.brand-logo1 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 60px;
    background: #fff;
    border-radius: 16px;
    background-color: #d9d9d9;
}
@media (max-width: 991px) {
    .brand-logo1 {
        height: 60px;
        width: auto;
    }
}

.brand-logo1 img {
    max-height: 20px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.brand-logo1.logo-otc img {
    width: 60px;
    height: auto;
    max-height: 32px!important;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.swiper-story-cards .swiper-wrapper {
    align-items: stretch;
}

.swiper-story-cards .swiper-slide {
    height: auto;
}

.swiper-story-cards .swiper-slide > div {
    height: 100%;
    box-sizing: border-box;
}


/*-
------------------Footer----------------
-*/
.logo-footer {
    width: 100%!important;
    height: auto!important;
}
.logo-footer2 {
    width: auto!important;
    height: 28px!important;
}


/*BREADCUMBS*/
.woocommerce-breadcrumb {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footx1 {
        margin-top: 15px;
    }
}
@media (max-width: 1050px) {
    .footer-pcx1 {
        display: none!important;
    }
}

/*mobile footer*/
/* desktop skry */
.footer-mobile{
display:none;
}

/* mobile */
@media(max-width:1050px){

.footer-mobile{
display:block;
background:#000;
color:#fff;
padding:20px;
}

.footer-mobile-col{
/* border-bottom:1px solid rgba(255,255,255,0.15); */
padding: 5px 0;
}

.footer-mobile-head{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;

}

.footer-mobile-content{
max-height:0;
overflow:hidden;
transition:max-height .3s ease;
display:flex;
flex-direction:column;
gap:8px;
margin-top:15px;
}

.footer-mobile-col.open .footer-mobile-content{
max-height:300px;
}

/* arrow */
.arrow{
width:10px;
height:10px;
border-right:2px solid white;
border-bottom:2px solid white;
transform:rotate(-135deg);
transition:transform .25s;
}

.footer-mobile-col.open .arrow{
transform:rotate(45deg);
}

}
.border-bt-footer {
    border-bottom: 1px solid #4d4d4d;
}
.sepa-icon {
    width: 100px;
    height: 29px;
}
.past-icon {
    width: 144px;
    height: 27px;
}
.social-icon {
    width: 21px;
    height: 21px;
}
.f8 {
    color: #999;
}





.n2-ss-slider .n2_ss_video_player {
  
    border-radius: 8px;
}

@media (max-width: 1400px) {
  /* Vynuluj padding na slider wrapper v tvojej stránke */
  .div100.obmedz.border-radius20 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Vynuluj padding na Smart Slider vrstvách */
  #n2-ss-2 .n2-ss-section-main-content,
  #n2-ss-2 .n-uc-B6PlEHQy05F5 {
    padding: 0 !important;
  }
}


/*-
------------------FAQ----------------
-*/
.faq-section{
    background:#E6E6E6;
    padding-top: 60px;
    padding-bottom: 20px;
}

.faq-container{

    margin:auto;
}

.faq-title{
    text-align:center;
    margin-bottom:40px;
}
.faq-item:first-of-type {
    border-top: 1px solid #B3B3B3;
}
.faq-item {
    border-bottom: 1px solid #B3B3B3;
}



.faq-item:last-child {
    border-bottom: none;
}

.faq-question{
    width: 100%;
    text-align: left;
    padding: 27px 0;
    font-size: 14px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    justify-content: left;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.35s ease;
    font-size: 14px;
    color: #4B4B4B;
}

.faq-answer p{
    padding:0 0 18px 0;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.faq-item.active .faq-answer {
    margin-top: -23px;
}