/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

#foot-pocket-options{
    display:none;
    flex-wrap:wrap;
    gap:10px;
}

.fp-option{
    padding:10px 15px;
    border:1px solid #ddd;
    border-radius:10px;
    cursor:pointer;
    background:#fff;
}

.fp-option.active{
    border:2px solid #000;
}

.fp-option.active{

    border:2px solid #000;

    box-shadow:
    0 5px 15px rgba(
        0,0,0,.08
    );

}


[data-products] .product {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
	padding: 20px;
}

/* CUT (beli kos) */
[data-products] .product::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 26px;
    height: 26px;
    background: #fff;
    transform: rotate(45deg);
}

/* DIAGONAL BORDER */
[data-products] .product::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: -1px;
    width: 23px;
    height: 1px;
    background: #ccc;
    transform: rotate(-45deg);
    transform-origin: bottom right;
}




#kraken-configurator{
    display:grid;
    grid-template-columns: 45% 1fr;
    gap:100px;
}

@media screen and (max-width: 786px) {
  #kraken-configurator{
    display:grid;
    grid-template-columns: 55% 1fr;
    gap:15px;
}

#fin-title {
  font-size: 18px !important;
	line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}	
	
	
	
}


.kraken-right {
	position: sticky !important;
	top: 120px;
	align-self: start;
}


.kraken-left{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.config-row {
    display:block;
    grid-template-columns:110px 1fr;
    gap:20px;
    align-items:start;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
}

.config-label {
    font-size:15px;
    font-weight:700;
    color:#111;
    padding-top:8px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.config-value {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}


.config-value button:hover{
    border-color:#111;
    background:#111;
    color:#fff;
}

.config-value button {
    padding:8px;
    background:#fff;
	width: 90px;
    border:1px solid #ddd;
    color:#111;
    transition:.2s;
}

.config-value button:hover {
    border-color:#111;
}

/* IZBRAN */

.config-value button.active {
    background:#111;
    color:#fff;
    border-color:#111;
}


.config-value button {
    border-radius:10px;
    font-weight:600;
}

#add-to-cart {
    background:#111;
    color:#fff;
    padding:16px 30px;
    border-radius:12px;
    width:100%;
}

#add-to-cart:hover{
    background:#0f766e;
}


.check-row {
    width:100%;
    display:flex;
    gap:10px;
    margin-bottom:10px;
}

#fin-image {
    display:block;
    margin:auto;
	max-height: 60vh;
}

#fin-image img {
	height: auto;
    max-height: 60vh !important;
}





#shape-options,
#length-options,
#design-options,
#stiffness-options{

display:flex;
flex-wrap:wrap;
gap:12px;

}

.fin-option{
padding:12px 18px;
background:#fff;
border:1px solid #ddd;
border-radius:12px;
cursor:pointer;
transition:.25s;
font-size:14px;
font-weight:600;
min-width:90px;
display:flex;
justify-content:center;
align-items:center;
}

.fin-option:hover{
border-color:#111;
transform:translateY(-2px);
}

.fin-option.active{
background:#111;
color:#fff;
border-color:#111;
box-shadow:
0 8px 20px rgba(
0,0,0,.12
);

}

.fin-option img{
width:90px;
height:90px;
object-fit:cover;
border-radius:10px;
margin-bottom:0px;

}



#fin-title{
font-size:28px;
font-weight:700;
margin-bottom:10px;
}

#fin-price{
font-size:24px;
font-weight:700;
margin-top:10px;
}



/* slajder prva stran */

.slick-initialized .slick-slide {
  margin: 0 10px;
}


.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
    display: flex !important;
}






/*** slick carousel izdelki ***/

.prev_arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top:250px;
	left:-20px;
	cursor: pointer;
	z-index:9;
	text-align: center;
	display: inline-block;
}

.next_arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top:250px;
	right:-20px;
	cursor: pointer;
	z-index:9;
	text-align: center;
	display: inline-block;
}



.prev_arrow {
	background-image: url("/wp-content/uploads/2026/05/levo-bela-fat.svg");
	background-position: center center;
	background-size: 25px;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.prev_arrow:hover {
	background-color: #333;
}


.next_arrow {
	background-image: url("/wp-content/uploads/2026/05/desno-bela-fat.svg");
	background-position: center center;
	background-size: 25px;
	background-repeat: no-repeat;
	background-color: #ccc;
}

.next_arrow:hover {
	background-color: #333;
}





