/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* =========================
   HERO BANNER PREMIUM
========================= */

.hero-fashion{
position:relative;
height:650px;
display:flex;
align-items:center;

background-image:url("/wp-content/uploads/2026/04/bannersilk2.jpg");

background-size:cover;
background-position:center right;
color:#fff;
overflow:hidden;
}

/* hiệu ứng zoom ảnh */

.hero-fashion::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url("/wp-content/uploads/2026/04/bannersilk2.jpg");
background-size:cover;
background-position:center right;
transform:scale(1.08);
animation:heroZoom 8s ease forwards;
z-index:0;
}

@keyframes heroZoom{
from{transform:scale(1.12);}
to{transform:scale(1);}
}

/* overlay */

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
90deg,
rgba(0,0,0,0.45) 0%,
rgba(0,0,0,0.25) 35%,
rgba(0,0,0,0) 70%
);
z-index:1;
}

/* content */

.hero-inner{
position:relative;
z-index:2;
max-width:1200px;
padding-left:8%;
animation:heroFade 1.2s ease forwards;
}

@keyframes heroFade{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* tag */

.hero-tag{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
opacity:.9;
}

/* title */

.hero-fashion h1{
font-size:58px;
font-weight:600;
margin:12px 0;
}

/* subtitle */

.hero-fashion p{
font-size:18px;
margin-bottom:24px;
opacity:.95;
}

/* buttons */

.hero-buttons{
display:flex;
gap:16px;
}

/* primary button */

.btn-primary{
background:#fff;
color:#000;
padding:13px 28px;
border-radius:30px;
font-size:14px;
text-decoration:none;
font-weight:500;
transition:all .25s ease;
}

.btn-primary:hover{
background:#f4f4f4;
transform:translateY(-2px);
}

/* outline button */

.btn-outline{
border:1px solid #fff;
color:#fff;
padding:13px 28px;
border-radius:30px;
font-size:14px;
text-decoration:none;
transition:all .25s ease;
}

.btn-outline:hover{
background:#fff;
color:#000;
transform:translateY(-2px);
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

.hero-fashion{

height:520px;
background-image:url("/wp-content/uploads/2026/04/model9x12.webp");
background-position:center;

}

/* zoom mobile */

.hero-fashion::before{

background-image:url("/wp-content/uploads/2026/04/model9x12.webp");
background-position:center;

}

/* overlay nhẹ */

.hero-overlay{
background:linear-gradient(
180deg,
rgba(0,0,0,0.35) 0%,
rgba(0,0,0,0.15) 35%,
rgba(0,0,0,0) 70%
);
}

/* text xuống dưới tránh che model */

.hero-inner{
padding:0 20px;
margin-top:220px;
text-align:center;
}

/* font nhỏ */

.hero-fashion h1{
font-size:36px;
}

.hero-fashion p{
font-size:15px;
}

.hero-buttons{
justify-content:center;
flex-wrap:wrap;
}
}



/* tiêu đề dưới tên sp */
.silk-origin-badge{
display:inline-block;
background:#f6f6f6;
border:1px solid #eee;
padding:6px 12px;
border-radius:20px;
font-size:13px;
color:#444;
margin-bottom:10px;
}

/* Ảnh chứng chỉ */
.product-cert{
    text-align:center;
}

.product-cert img{
    width:450px;
    max-width:96%;
    height:auto;
    padding:6px 9px;
    background:#fff;
    border-radius:40px;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
}


/* Ẩn Rating mặc định */
.woocommerce-product-rating{
display:none !important;
}

/* Rating layout */
.hung-rating{
display:flex;
align-items:center;
gap:8px;
margin:6px 0 10px;
text-decoration:none;
font-size:14px;
}

.hung-rating .star-rating{
color:#f5a623;
margin:0;
font-size:15px;
}
.hung-rating-text{
color:#555;
font-weight:500;
}

/* Verified badge */
.verified{
color:#1a7f37;
font-weight:600;
margin-left:4px;
font-size:13px;
}
/* Hover */
.hung-rating:hover .hung-rating-text{
text-decoration:underline;
}


/* Trust badges */
.mini-silk-trust{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
margin-top:12px;
margin-bottom:16px;
font-size:13px;
}

.mini-silk-trust span{
display:flex;
align-items:center;
justify-content:center;
gap:6px;
background:#f7f7f7;
padding:8px 6px;
border-radius:20px;
border:1px solid #eee;
font-weight:500;
}

/* Add to cart button */
.single_add_to_cart_button{
border-radius:30px !important;
font-weight:600;
letter-spacing:0.3px;
padding:14px 20px;
}

/* Quantity box */
.quantity .qty{
border-radius:25px;
}


/* =========================
   SILK TRUST BLOCK
========================= */
.silk-trust{
background:#fafafa;
padding:60px 20px;
text-align:center;

}

.silk-title{

font-size:28px;
font-weight:600;
margin-bottom:40px;

}

/* grid */

.silk-features{

max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;

}

/* item */
.silk-item{
background:#fff;
padding:30px;
border-radius:12px;
transition:all .3s ease;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}
.silk-item:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* icon */
.silk-icon{
font-size:28px;
margin-bottom:15px;
}

/* title */
.silk-item h3{
font-size:18px;
margin-bottom:10px;
}

/* text */
.silk-item p{
font-size:14px;
line-height:1.6;
color:#666;
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px){
.silk-features{
grid-template-columns:1fr;
gap:25px;
}
.silk-title{
font-size:22px;
}
}

/* Trang xem giỏ hàng, checkout */
.checkout-trust{
  margin-top:12px;
  font-size:18px;
  line-height:1.7;
}
.checkout-trust .tick{
  color:#2e7d32;
  font-weight:700;
  display:inline-block;
  width:20px;
}

/* Hiệu ứng nút mua */
#place_order{
  font-weight:600;
  letter-spacing:0.3px;
}