/* FISINGCLUB PATCH 31.0.43.1: SHOP ENTRY BUTTON + HOME SHOP BANNER */

.site-header-v26 .header-shop-link{
    display:inline-flex;
    align-items:center;
    gap:9px;
    min-height:42px;
    padding:0 13px;
    border:1px solid #0a2b45;
    border-radius:12px;
    background:linear-gradient(135deg,#0b2c47,#123f63);
    box-shadow:0 10px 24px rgba(9,42,66,.2);
    color:#fff;
    text-decoration:none;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.site-header-v26 .header-shop-link:hover,
.site-header-v26 .header-shop-link:focus-visible{
    color:#fff;
    background:linear-gradient(135deg,#123f63,#1769aa);
    box-shadow:0 14px 28px rgba(9,42,66,.28);
    transform:translateY(-1px);
}

.site-header-v26 .header-shop-link::after,
.site-header-v26 .nav-shop-link::after{
    content:none!important;
    display:none!important;
}

.fc-shop-bag-mark{
    position:relative;
    display:block;
    flex:0 0 auto;
    width:18px;
    height:16px;
    border:2px solid currentColor;
    border-radius:4px 4px 5px 5px;
}

.fc-shop-bag-mark::before{
    content:"";
    position:absolute;
    left:3px;
    right:3px;
    top:-7px;
    height:8px;
    border:2px solid currentColor;
    border-bottom:0;
    border-radius:7px 7px 0 0;
}

.fc-shop-bag-mark::after{
    content:"";
    position:absolute;
    left:4px;
    right:4px;
    top:5px;
    height:2px;
    border-radius:999px;
    background:currentColor;
    opacity:.55;
}

.site-header-v26 .header-shop-copy{
    display:grid;
    gap:1px;
    line-height:1.05;
}

.site-header-v26 .header-shop-copy small{
    color:rgba(255,255,255,.62);
    font-size:7px;
    font-weight:900;
    letter-spacing:.14em;
}

.site-header-v26 .header-shop-copy strong{
    color:#fff;
    font-size:11px;
    font-weight:950;
    white-space:nowrap;
}

.site-header-v26 .header-shop-short{display:none}
.site-header-v26 .nav-shop-link{display:none}

body.home-v302 .fc-home-shop-entry{
    position:relative;
    padding:50px 0 0;
    background:var(--home-paper,#f2f5f4);
}

body.home-v302 .fc-home-shop-banner{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);
    min-height:390px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.13);
    border-radius:30px;
    background:
        radial-gradient(circle at 82% 15%,rgba(65,170,210,.2),transparent 36%),
        linear-gradient(135deg,#071d30 0%,#0b304d 55%,#0f4d73 100%);
    box-shadow:0 34px 75px rgba(8,34,52,.22);
}

body.home-v302 .fc-home-shop-grid{
    position:absolute;
    inset:0;
    opacity:.13;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.2) 72%,transparent 100%);
}

body.home-v302 .fc-home-shop-glow{
    position:absolute;
    left:-150px;
    bottom:-260px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(91,218,197,.09);
    box-shadow:0 0 0 75px rgba(91,218,197,.025),0 0 0 150px rgba(91,218,197,.018);
}

body.home-v302 .fc-home-shop-copy{
    position:relative;
    z-index:3;
    align-self:center;
    padding:54px 20px 54px 58px;
}

body.home-v302 .fc-home-shop-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#9fd8d0;
    font-size:10px;
    font-weight:950;
    letter-spacing:.18em;
}

body.home-v302 .fc-home-shop-kicker i{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#83e2cc;
    box-shadow:0 0 0 6px rgba(131,226,204,.12);
}

body.home-v302 .fc-home-shop-copy h2{
    margin:18px 0 16px;
    color:#fff;
    font-size:clamp(35px,4.2vw,56px);
    font-weight:790;
    line-height:1.08;
    letter-spacing:-.055em;
}

body.home-v302 .fc-home-shop-copy h2 strong{
    color:#83e2cc;
    font-weight:790;
}

body.home-v302 .fc-home-shop-copy>p{
    max-width:600px;
    margin:0;
    color:rgba(225,239,243,.72);
    font-size:14px;
    line-height:1.75;
    word-break:keep-all;
}

body.home-v302 .fc-home-shop-points{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}

body.home-v302 .fc-home-shop-points span{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 10px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.07);
    color:#fff;
    font-size:10px;
    font-weight:850;
}

body.home-v302 .fc-home-shop-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-height:49px;
    margin-top:25px;
    padding:0 21px;
    border-radius:12px;
    background:#fff;
    box-shadow:0 18px 35px rgba(0,14,24,.22);
    color:#0a304d;
    font-size:13px;
    font-weight:950;
    text-decoration:none;
    transition:transform .2s ease,box-shadow .2s ease;
}

body.home-v302 .fc-home-shop-button:hover,
body.home-v302 .fc-home-shop-button:focus-visible{
    color:#0a304d;
    box-shadow:0 22px 42px rgba(0,14,24,.3);
    transform:translateY(-2px);
}

body.home-v302 .fc-home-shop-button span{
    font-size:18px;
    line-height:1;
}

body.home-v302 .fc-home-shop-scene{
    position:relative;
    z-index:2;
    min-height:390px;
    overflow:hidden;
}

body.home-v302 .fc-home-shop-scene::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.22;
    background:url("../../shop/assets/images/hero-fishing.svg") center/cover no-repeat;
    mask-image:linear-gradient(90deg,transparent 0%,#000 42%);
}

body.home-v302 .fc-home-shop-scene::after{
    content:"SHOP";
    position:absolute;
    right:-22px;
    bottom:-48px;
    color:rgba(255,255,255,.045);
    font-size:138px;
    font-weight:950;
    letter-spacing:-.08em;
}

body.home-v302 .fc-home-shop-scene-label{
    position:absolute;
    z-index:4;
    right:34px;
    top:30px;
    color:rgba(255,255,255,.6);
    font-size:8px;
    font-weight:950;
    letter-spacing:.17em;
}

body.home-v302 .fc-home-shop-product-card{
    position:absolute;
    z-index:3;
    width:176px;
    padding:10px 10px 12px;
    border:1px solid rgba(255,255,255,.48);
    border-radius:17px;
    background:rgba(255,255,255,.95);
    box-shadow:0 26px 55px rgba(0,12,21,.3);
    backdrop-filter:blur(12px);
}

body.home-v302 .fc-home-shop-product-card img{
    display:block;
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:11px;
    background:#f4f5f5;
}

body.home-v302 .fc-home-shop-product-card span{
    display:block;
    padding:10px 3px 0;
    color:#10334b;
    font-size:11px;
    font-weight:950;
    text-align:center;
}

body.home-v302 .fc-home-shop-product-card.card-one{
    left:7%;
    top:92px;
    transform:rotate(-7deg);
}

body.home-v302 .fc-home-shop-product-card.card-two{
    left:37%;
    top:48px;
    transform:rotate(4deg);
}

body.home-v302 .fc-home-shop-product-card.card-three{
    right:3%;
    top:122px;
    transform:rotate(9deg);
}

body.home-v302 .fc-home-shop-orbit{
    position:absolute;
    z-index:1;
    border:1px solid rgba(131,226,204,.17);
    border-radius:50%;
}

body.home-v302 .fc-home-shop-orbit.orbit-one{
    width:430px;
    height:430px;
    right:-90px;
    top:-130px;
}

body.home-v302 .fc-home-shop-orbit.orbit-two{
    width:300px;
    height:300px;
    left:30px;
    bottom:-170px;
}

@media(max-width:1240px){
    .site-header-v26 .header-shop-long{display:none}
    .site-header-v26 .header-shop-short{display:inline}
    .site-header-v26 .header-shop-copy small{display:none}
    .site-header-v26 .header-shop-link{padding-inline:12px}

    body.home-v302 .fc-home-shop-banner{
        grid-template-columns:minmax(0,1fr) 430px;
    }

    body.home-v302 .fc-home-shop-product-card{
        width:156px;
    }
}

@media(max-width:1040px){
    .site-header-v26 .header-shop-link{display:none}
}

@media(max-width:960px){
    .site-header-v26 .nav-shop-link{
        display:flex!important;
        align-items:center;
        gap:11px;
        width:100%;
        min-height:58px;
        margin-top:8px;
        padding:10px 14px!important;
        border:1px solid #0b314e;
        border-radius:13px;
        background:linear-gradient(135deg,#0b2c47,#154f77);
        color:#fff!important;
        text-decoration:none;
    }

    .site-header-v26 .nav-shop-link>span:nth-child(2){
        display:grid;
        gap:2px;
        min-width:0;
    }

    .site-header-v26 .nav-shop-link small{
        color:rgba(255,255,255,.6);
        font-size:8px;
        font-weight:950;
        letter-spacing:.14em;
    }

    .site-header-v26 .nav-shop-link strong{
        color:#fff;
        font-size:13px;
        font-weight:950;
    }

    .site-header-v26 .nav-shop-link em{
        margin-left:auto;
        color:#83e2cc;
        font-size:18px;
        font-style:normal;
    }

    body.home-v302 .fc-home-shop-banner{
        grid-template-columns:minmax(0,1fr) 355px;
    }

    body.home-v302 .fc-home-shop-copy{
        padding-left:40px;
    }

    body.home-v302 .fc-home-shop-product-card{
        width:142px;
    }

    body.home-v302 .fc-home-shop-product-card.card-one{left:3%}
    body.home-v302 .fc-home-shop-product-card.card-two{left:34%}
    body.home-v302 .fc-home-shop-product-card.card-three{right:-4%}
}

@media(max-width:820px){
    body.home-v302 .fc-home-shop-entry{
        padding-top:34px;
    }

    body.home-v302 .fc-home-shop-banner{
        grid-template-columns:1fr;
    }

    body.home-v302 .fc-home-shop-copy{
        padding:44px 34px 26px;
    }

    body.home-v302 .fc-home-shop-scene{
        min-height:310px;
    }

    body.home-v302 .fc-home-shop-scene::before{
        mask-image:linear-gradient(180deg,transparent 0%,#000 30%);
    }

    body.home-v302 .fc-home-shop-product-card{
        width:160px;
    }

    body.home-v302 .fc-home-shop-product-card.card-one{left:9%;top:66px}
    body.home-v302 .fc-home-shop-product-card.card-two{left:39%;top:28px}
    body.home-v302 .fc-home-shop-product-card.card-three{right:6%;top:82px}
}

@media(max-width:560px){
    body.home-v302 .fc-home-shop-banner{
        border-radius:23px;
    }

    body.home-v302 .fc-home-shop-copy{
        padding:36px 24px 22px;
    }

    body.home-v302 .fc-home-shop-copy h2{
        font-size:36px;
    }

    body.home-v302 .fc-home-shop-copy>p{
        font-size:13px;
    }

    body.home-v302 .fc-home-shop-points{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    body.home-v302 .fc-home-shop-points span{
        justify-content:center;
        text-align:center;
    }

    body.home-v302 .fc-home-shop-points span:last-child{
        grid-column:1/-1;
    }

    body.home-v302 .fc-home-shop-button{
        width:100%;
    }

    body.home-v302 .fc-home-shop-scene{
        min-height:250px;
    }

    body.home-v302 .fc-home-shop-scene-label{
        right:20px;
        top:18px;
    }

    body.home-v302 .fc-home-shop-product-card{
        width:142px;
        padding:8px 8px 10px;
    }

    body.home-v302 .fc-home-shop-product-card.card-one{left:5%;top:54px}
    body.home-v302 .fc-home-shop-product-card.card-two{left:auto;right:7%;top:30px}
    body.home-v302 .fc-home-shop-product-card.card-three{display:none}
}

@media(prefers-reduced-motion:reduce){
    .site-header-v26 .header-shop-link,
    body.home-v302 .fc-home-shop-button{
        transition:none;
    }
}
