/* ================================================= */
/* PRODUCT PAGE */
/* ================================================= */

.single-product .product_title{
font-size:28px;
line-height:1.3;
margin-bottom:12px;
}

.single-product .price{
font-size:26px;
font-weight:600;
margin:12px 0 18px;
}

.single-product .woocommerce-product-details__short-description{
font-size:15px;
line-height:1.65;
margin-bottom:20px;
color:#333;
max-width:520px;
}

/* CART */

.single-product form.cart{
display:flex;
align-items:center;
gap:12px;
max-width:560px;
}

.single-product form.cart .quantity{
flex:0 0 90px;
}

/* ATTRIBUTES */

.product-short-attributes{
margin-top:22px;
padding:20px;
background:#fff;
border:1px solid #e6e6e6;
border-radius:10px;
font-size:14px;
max-width:560px;
}

.product-short-attributes table{
width:100%;
border-collapse:collapse;
}

.product-short-attributes tr{
border-bottom:1px solid #f0f0f0;
}

.product-short-attributes th{
text-align:left;
padding:8px 0;
width:45%;
color:#666;
}

.product-short-attributes td{
padding:8px 0;
color:#111;
}

/* STICKY BUY */

.single-product .summary{
position:sticky;
top:120px;
max-width:560px;
max-height:calc(100vh - 140px);
overflow:auto;
height:fit-content;
}

/* TABS */

.tabs-nav{
display:flex;
gap:32px;
border-bottom:1px solid #eee;
margin-bottom:26px;
overflow-x:auto;
}

.tab-btn{
background:none;
border:none;
padding:14px 0;
font-size:16px;
font-weight:600;
color:#777;
cursor:pointer;
}

.tab-btn.active{
color:#111;
}

.tab-content{
display:none;
font-size:16px;
line-height:1.75;
max-width:820px;
}

.tab-content.active{
display:block;
}

/* TRUST BLOCK */

.product-trust{
margin-top:20px;
padding-top:10px;
border-top:1px solid #eee;
display:flex;
flex-wrap:wrap;
gap:18px;
font-size:14px;
}

.trust-item{
display:flex;
align-items:center;
gap:6px;
color:#444;
}

.trust-item::before{
content:"✔";
color:#2e7d32;
font-weight:700;
}

/* FOMO */

.product-fomo{
margin-top:12px;
font-size:14px;
display:flex;
flex-direction:column;
gap:6px;
}

.fomo-stock{
color:#d32f2f;
font-weight:600;
}

.fomo-viewers{
color:#555;
}

/* DELIVERY WARNING */

.delivery-warning{
background:rgba(220,38,38,0.08);
border:1px solid rgba(220,38,38,0.25);
color:#7f1d1d;
padding:12px 14px;
border-radius:8px;
font-size:14px;
margin-top:14px;
}

/* FIX */

.product-seo-toggle + .product-seo-toggle{
display:none;
}

/* ================================================= */
/* SEO BLOCK POSITION */
/* ================================================= */

.single-product .product-seo-wrapper{
clear:left;
margin-top:40px;
max-width:820px;
width:100%;
}

.single-product .product-seo-wrapper{
margin-left:0;
}

/* відступ від галереї */

.single-product .woocommerce-tabs,
.product-seo-wrapper{
margin-top:60px;
}