/*
Theme Name: FULLOAT Style Store
Theme URI: https://fulloat.com
Author: Your Name
Description: Custom streetwear e-commerce theme
Version: 1.0
Text Domain: fulloat-style
*/

body {
    margin: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
    color: #111;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO */
.hero {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}
.hero h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.8;
}
.btn-primary {
    display: inline-block;
    background: #fff;
    color: #111;
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* COLLECTIONS */
.collections { padding: 60px 0; text-align: center; }
.collections h2 { font-size: 28px; margin-bottom: 30px; }
.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.collection-card {
    position: relative;
    display: block;
}
.collection-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.collection-card span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

/* BEST SELLERS */
.best-sellers { padding: 60px 0; text-align: center; }
.best-sellers h2 { font-size: 28px; margin-bottom: 30px; }
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product-card {
    text-align: left;
}
.product-card img { width: 100%; object-fit: cover; }
.product-card h3 { font-size: 15px; margin: 10px 0 5px; }
.product-card .price { font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .collections-grid, .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero h1 { font-size: 32px; }
}

/* HEADER */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-header nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.site-header nav ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* HEADER */
.site-header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-header nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.site-header nav ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}

/* SHOP PAGE */
.shop-page { padding: 60px 0; }
.shop-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* SINGLE PRODUCT PAGE */
.single-product { padding: 60px 0; }
.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.product-image img {
    width: 100%;
    object-fit: cover;
}
.product-info h1 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-info .price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product-description {
    margin-bottom: 30px;
    line-height: 1.6;
}
.single_add_to_cart_button {
    background: #111;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .shop-grid { grid-template-columns: repeat(2, 1fr); }
    .product-layout { grid-template-columns: 1fr; }
}

/* ABOUT PAGE */
.about-page {
    background: #1a0f0a;
    color: #fff;
    padding: 80px 0;
}
.about-page h1 {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff4d1c;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.about-content p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 20px;
    color: #f0e6e0;
}

/* CONTACT PAGE */
.contact-page {
    background: #1a0f0a;
    color: #fff;
    padding: 80px 0;
}
.contact-page h1 {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff4d1c;
    margin-bottom: 10px;
}
.contact-sub {
    font-size: 17px;
    color: #f0e6e0;
    margin-bottom: 40px;
}
.contact-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.contact-block {
    background: #2a1710;
    padding: 25px;
    border-left: 3px solid #ff4d1c;
}
.contact-block h3 {
    color: #ff4d1c;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.contact-block p {
    color: #f0e6e0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .contact-details { grid-template-columns: 1fr; }
}

/* FOOTER */
.site-footer {
    background: #111;
    color: #fff;
    padding-top: 60px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}
.footer-brand h3 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-brand p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}
.footer-links h4,
.footer-social h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #ff4d1c;
}
.footer-links ul,
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li,
.footer-social ul li {
    margin-bottom: 10px;
}
.footer-links ul li a,
.footer-social ul li a {
    color: #ccc;
    font-size: 14px;
}
.footer-links ul li a:hover,
.footer-social ul li a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p {
    color: #777;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* CART PAGE */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table.shop_table th {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 15px 10px;
    border-bottom: 2px solid #111;
}
table.shop_table td {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.product-thumbnail img {
    width: 70px;
    height: auto;
}
.product-remove a {
    color: #ff4d1c !important;
    font-size: 18px;
}

/* Quantity input */
.quantity input.qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #ccc;
    text-align: center;
}

/* Cart totals box */
.cart_totals {
    background: #111;
    color: #fff;
    padding: 30px;
    max-width: 400px;
    margin-left: auto;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.cart_totals table {
    width: 100%;
}
.cart_totals table th,
.cart_totals table td {
    padding: 12px 0;
    border-bottom: 1px solid #333;
    color: #fff;
}

/* Update cart / checkout buttons */
.button, 
input[type="submit"],
.checkout-button {
    background: #111 !important;
    color: #fff !important;
    border: none;
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.button:hover,
.checkout-button:hover {
    background: #ff4d1c !important;
}

/* CHECKOUT PAGE */
.woocommerce-checkout form .form-row {
    margin-bottom: 15px;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.woocommerce-checkout label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}
#order_review {
    background: #111;
    color: #fff;
    padding: 30px;
}
#order_review table th,
#order_review table td {
    color: #fff;
    border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
    .cart_totals { margin-left: 0; width: 100%; }
    table.shop_table { font-size: 13px; }
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
    background: #ff4d1c;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* PROMO SPLIT BANNER */
.promo-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.promo-banner {
    position: relative;
    display: block;
    overflow: hidden;
}
.promo-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.promo-banner:hover img {
    transform: scale(1.05);
}
.promo-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
}
.promo-text h3 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.promo-text span {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

/* FEATURED CAROUSEL */
.featured-carousel { padding: 60px 0; }
.featured-carousel h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}
.carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 15px;
    scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-item {
    flex: 0 0 220px;
    text-align: left;
}
.carousel-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.carousel-item h3 { font-size: 14px; margin: 10px 0 5px; }
.carousel-item .price { font-weight: 700; font-size: 14px; }
.carousel-nav {
    text-align: center;
    margin-top: 20px;
}
.carousel-nav button {
    background: #111;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}
.carousel-nav button:hover { background: #ff4d1c; }

/* USP STRIP */
.usp-strip {
    background: #f7f7f7;
    padding: 40px 0;
}
.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.usp-item h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.usp-item p {
    font-size: 13px;
    color: #666;
}

@media (max-width: 768px) {
    .promo-split { grid-template-columns: 1fr; }
    .usp-grid { grid-template-columns: repeat(2, 1fr); }
    .collections-grid { grid-template-columns: repeat(2, 1fr); }
}