.uvl{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
    align-items: center;
    justify-content: center;
}
.uvl span{
    padding: 5px 10px;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    border-radius:100px;
}
a.fancybox.image-block__link.__link{
    display: flex;
    justify-content: center;
    align-self: center;
    height: auto;
    position: relative;
    z-index: 1;
}
a.fancybox.image-block__link.__link  img{position: relative; z-index: 0}
a.fancybox.image-block__link.__link:hover{background:rgb(0 0 0 / 30%);}
a.fancybox.image-block__link.__link:hover img{
    transform: scale(1.05);
    transition: transform 0.2s ease;
}
a.fancybox.image-block__link.__link:hover .uvl{
    display: flex;
}









:root{
    --evo-bg:#fffaf3;
    --evo-card:#fff;
    --evo-cream:#f8efe4;
    --evo-line:#ead7c2;
    --evo-text:#2f251f;
    --evo-muted:#806d60;
    --evo-accent:#7a3212;
    --evo-accent-2:#a65324;
    --evo-success:#2f7a47;
    --evo-shadow:0 18px 46px rgba(98,56,28,.10);
    --evo-radius:24px;
}

.sun-product-page{background:linear-gradient(180deg,#fff 0,#fffaf4 100%);padding:34px 0 72px;color:var(--evo-text)}
.sun-product-page *{box-sizing:border-box}
.sun-product-page .container{max-width:1360px}

.sun-product-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(430px,.94fr);gap:34px;align-items:start}

.sun-product-gallery,.sun-product-info,.sun-product-tabs,.sun-product-recommend{background:var(--evo-card);border:1px solid var(--evo-line);border-radius:var(--evo-radius);box-shadow:var(--evo-shadow)}
.sun-product-gallery{padding:22px;display:grid;grid-template-columns:86px minmax(0,1fr);gap:18px;position:sticky;top:24px}
.sun-product-main-image{grid-column:2;grid-row:1;position:relative;min-height:560px;border-radius:20px;background:linear-gradient(145deg,#fffdf9,#f8eee3);display:flex;align-items:center;justify-content:center;overflow:hidden}
.sun-product-main-image>a{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:26px}
.sun-product-main-image picture,.sun-product-main-image img{display:block;max-width:100%;max-height:520px}
.sun-product-main-image img{object-fit:contain;transition:transform .35s ease}
.sun-product-main-image:hover img{transform:scale(1.035)}

.sun-product-stickers{position:absolute;z-index:3;top:18px;left:18px;display:flex;flex-wrap:wrap;gap:8px}
.sun-product-sticker{display:inline-flex;align-items:center;min-height:30px;padding:5px 12px;border-radius:999px;background:var(--evo-accent);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 18px rgba(122,50,18,.2)}

.sun-product-thumbs{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:10px;max-height:560px;overflow:auto;padding-right:3px}
.sun-product-thumb{width:76px;height:76px;padding:6px;border:1px solid var(--evo-line);border-radius:15px;background:#fff;cursor:pointer;transition:.2s ease;flex:0 0 auto}
.sun-product-thumb:hover{border-color:#c99572;transform:translateY(-2px)}
.sun-product-thumb.active{border:2px solid var(--evo-accent);box-shadow:0 7px 18px rgba(122,50,18,.14)}
.sun-product-thumb picture,.sun-product-thumb img{width:100%;height:100%;display:block}
.sun-product-thumb img{object-fit:contain;border-radius:9px}

.sun-product-info{padding:34px}
.sun-product-info h1{margin:0 0 13px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,3vw,48px);line-height:1.04;font-weight:700;color:#30231d;letter-spacing:-.025em}
.sun-product-sku{font-size:14px;color:var(--evo-muted);margin-bottom:24px}
.sun-product-sku span{color:var(--evo-text);font-weight:700}

.sun-product-buybox{background:linear-gradient(145deg,#fffaf5,#f6e9dc);border:1px solid #ead3bd;border-radius:22px;padding:24px;margin-bottom:22px}
.sun-product-price-row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;margin-bottom:13px}
.sun-product-price{font-size:42px;line-height:1;font-weight:900;color:var(--evo-accent);letter-spacing:-.035em}
.sun-product-price--request{font-size:25px;line-height:1.2;margin-bottom:14px}
.sun-product-old-price{font-size:18px;color:#aa9485;text-decoration:line-through;padding-bottom:4px}
.sun-product-stock{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700;color:var(--evo-success);margin-bottom:20px}
.sun-product-stock span{width:9px;height:9px;border-radius:50%;background:#43a363;box-shadow:0 0 0 5px rgba(67,163,99,.12)}

.sun-product-actions{display:grid;grid-template-columns:132px minmax(170px,1fr);gap:12px}
.sun-product-quantity{display:grid;grid-template-columns:40px 1fr 40px;height:54px;background:#fff;border:1px solid #dfc8b3;border-radius:15px;overflow:hidden}
.sun-product-quantity button{border:0;background:#fff;color:var(--evo-accent);font-size:24px;cursor:pointer;transition:.2s}
.sun-product-quantity button:hover{background:#f6e9dc}
.sun-product-quantity input{width:100%;border:0;border-left:1px solid #ead7c2;border-right:1px solid #ead7c2;text-align:center;font-size:17px;font-weight:800;color:var(--evo-text);outline:0}
.sun-product-cart,.sun-product-fast{height:54px;border-radius:15px;padding:0 24px;font-size:15px;font-weight:800;cursor:pointer;transition:.2s ease}
.sun-product-cart{border:1px solid var(--evo-accent);background:linear-gradient(135deg,var(--evo-accent),var(--evo-accent-2));color:#fff;box-shadow:0 12px 24px rgba(122,50,18,.22)}
.sun-product-cart:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(122,50,18,.28)}
.sun-product-fast{grid-column:2;border:1px solid #c88c66;background:#fff;color:var(--evo-accent)}
.sun-product-fast:hover{background:#fff7ef;transform:translateY(-1px)}

.sun-product-service{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}
.sun-product-service>div{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--evo-line);border-radius:17px;background:#fffdf9}
.sun-product-service i{font-size:24px;color:var(--evo-accent);line-height:1}
.sun-product-service span{display:flex;flex-direction:column;color:var(--evo-muted);font-size:13px;line-height:1.4}
.sun-product-service strong{color:var(--evo-text);font-size:15px;margin-bottom:3px}

.sun-product-characteristics{margin-top:20px;border-top:1px solid var(--evo-line);padding-top:8px}
.sun-product-characteristics>div{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(160px,1fr);gap:20px;padding:13px 0;border-bottom:1px dashed #eadaca;font-size:14px}
.sun-product-characteristics span{color:var(--evo-muted)}
.sun-product-characteristics b{font-weight:700;text-align:right;color:var(--evo-text)}

.sun-product-tabs{margin-top:34px;padding:0;overflow:hidden}
.sun-product-tab-buttons{display:flex;gap:8px;padding:12px 18px 0;border-bottom:1px solid var(--evo-line);background:#fffaf5}
.sun-product-tab-buttons button{border:0;background:transparent;color:var(--evo-muted);padding:16px 22px;font-size:16px;font-weight:800;cursor:pointer;border-radius:14px 14px 0 0;position:relative}
.sun-product-tab-buttons button.active{background:#fff;color:var(--evo-accent)}
.sun-product-tab-buttons button.active:after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;border-radius:3px;background:var(--evo-accent)}
.sun-product-tab-panel{display:none;padding:30px 34px}
.sun-product-tab-panel.active{display:block}
.sun-product-description{font-size:16px;line-height:1.75;color:#4c4039}
.sun-product-description h2,.sun-product-description h3{color:var(--evo-text);font-family:Georgia,'Times New Roman',serif}
.sun-product-description img{max-width:100%;height:auto;border-radius:16px}
.sun-product-no-reviews{text-align:center;padding:28px 0}
.sun-product-no-reviews h3{font-size:25px;margin:0 0 8px}
.sun-product-no-reviews p{color:var(--evo-muted)}
.sun-product-review-btn{border:1px solid var(--evo-accent);background:#fff;color:var(--evo-accent);border-radius:13px;padding:12px 20px;font-weight:800}

.sun-product-recommend{margin-top:34px;padding:30px}
.sun-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.sun-section__head h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:34px;color:#30231d}
.sun-product-recommend .sun-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.sun-product-recommend .sun-product{border:1px solid var(--evo-line);border-radius:18px;background:#fff;overflow:hidden;transition:.25s ease;display:flex;flex-direction:column}
.sun-product-recommend .sun-product:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(98,56,28,.12)}
.sun-product__image{display:flex;height:220px;padding:18px;align-items:center;justify-content:center;background:#fffaf5}
.sun-product__image picture,.sun-product__image img{display:block;width:100%;height:100%}
.sun-product__image img{object-fit:contain}
.sun-product__body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.sun-product__body h3{font-size:16px;line-height:1.35;margin:0;flex:1}
.sun-product__body h3 a{color:var(--evo-text);text-decoration:none}
.sun-product__price{font-size:22px;font-weight:900;color:var(--evo-accent)}
.sun-btn--small{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:12px;border:1px solid var(--evo-accent);color:var(--evo-accent);text-decoration:none;font-weight:800}
.sun-btn--small:hover{background:var(--evo-accent);color:#fff}

@media (max-width:1100px){
    .sun-product-layout{grid-template-columns:1fr}
    .sun-product-gallery{position:static}
    .sun-product-recommend .sun-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
    .sun-product-page{padding:18px 0 48px}
    .sun-product-gallery,.sun-product-info,.sun-product-tabs,.sun-product-recommend{border-radius:18px}
    .sun-product-gallery{display:flex;flex-direction:column;padding:14px}
    .sun-product-main-image{min-height:360px;order:1}
    .sun-product-thumbs{order:2;flex-direction:row;max-height:none;overflow-x:auto;padding:4px 0;max-width: 767px;}
    .sun-product-thumb{width:66px;height:66px}
    .sun-product-info{padding:22px 18px}
    .sun-product-info h1{font-size:34px}
    .sun-product-buybox{padding:18px}
    .sun-product-price{font-size:34px}
    .sun-product-actions{grid-template-columns:118px 1fr}
    .sun-product-fast{grid-column:1/-1}
    .sun-product-service{grid-template-columns:1fr}
    .sun-product-characteristics>div{grid-template-columns:1fr;gap:4px}
    .sun-product-characteristics b{text-align:left}
    .sun-product-tab-buttons{overflow-x:auto;padding-left:10px}
    .sun-product-tab-buttons button{white-space:nowrap}
    .sun-product-tab-panel{padding:22px 18px}
    .sun-product-recommend{padding:20px 14px}
    .sun-section__head h2{font-size:28px}
    .sun-product-recommend .sun-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    .sun-product__image{height:165px}
}
@media (max-width:460px){
    .sun-product-main-image{min-height:300px}
    .sun-product-actions{grid-template-columns:1fr}
    .sun-product-quantity,.sun-product-cart,.sun-product-fast{grid-column:1}
    .sun-product-recommend .sun-products{grid-template-columns:1fr}
    .sun-product-thumbs{max-width: 300px;}
}

@media (prefers-reduced-motion:reduce){
    .sun-product-page *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
