0
Your Cart

botiga

/* ===== FORCE FULL WIDTH CONTAINER ===== */

/* Remove theme container limits */
.woocommerce,
.woocommerce-page {
max-width: 100% !important;
width: 100% !important;
}

/* Product Grid – FULL WIDTH */
.woocommerce ul.products {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 25px;

/* FULL WIDTH FIX */
width: 100%;
padding: 0 20px;
margin: 40px 0;
box-sizing: border-box;
}

/* Product Card – SAME BOX SIZE */
.woocommerce ul.products li.product {
background: #fff;
padding: 12px;
border-radius: 4px;
transition: 0.3s;
height: 100%;
min-height: 420px;
display: flex;
flex-direction: column;
}

/* Hover */
.woocommerce ul.products li.product:hover {
transform: translateY(-6px);
}

/* Image – SAME RATIO */
.woocommerce ul.products li.product img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
}

/* Title */
.woocommerce ul.products li.product h2 {
font-size: 14px;
font-weight: 500;
color: #111;
margin-top: 10px;
min-height: 40px;
}

/* Price */
.woocommerce ul.products li.product .price {
color: #0f2747;
font-weight: 600;
margin-top: auto;
}

/* Button */
.woocommerce ul.products li.product .button {
background: #0f2747;
color: #fff;
font-size: 12px;
text-align: center;
width: 100%;
margin-top: 10px;
padding: 10px;
}

.woocommerce ul.products li.product .button:hover {
background: #09192f;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
.woocommerce ul.products {
grid-template-columns: repeat(3, 1fr);
padding: 0 15px;
}
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
.woocommerce ul.products {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
padding: 0 10px;
}

.woocommerce ul.products li.product {
min-height: 360px;
}

.woocommerce ul.products li.product h2 {
font-size: 13px;
}
}

/* ===== PRICE STYLING ===== */

/* Regular price (strike) */
.woocommerce div.product p.price del {
color: #999;
font-size: 16px;
}

/* Sale price */
.woocommerce div.product p.price ins {
color: #0a1f44; /* Navy Blue */
font-size: 26px;
font-weight: 700;
text-decoration: none;
}

/* Savings badge */
.custom-save-badge {
margin-top: 8px;
display: inline-block;
background: #0a1f44;
color: #fff;
padding: 6px 12px;
border-radius: 6px;
font-size: 14px;
font-weight: 600;
}

/* ===== ADD TO CART BUTTON ===== */

.single_add_to_cart_button {
background-color: #0a1f44 !important;
color: #fff !important;
border-radius: 8px;
padding: 14px 20px;
font-size: 16px;
font-weight: 600;
transition: 0.3s ease;
border: none;
}

/* Hover effect */
.single_add_to_cart_button:hover {
background-color: #132f66 !important;
transform: translateY(-2px);
}

/* Quantity box alignment */
.quantity input {
border-radius: 6px;
border: 1px solid #ddd;
padding: 8px;
}

/* ===== GOOGLE FONT ===== */
@import url(‘https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap’);

/* ===== PRICE BOX ===== */
.premium-price-box {
font-family: ‘Poppins’, sans-serif;
background: #f8faff;
border: 1px solid #e3e8f0;
padding: 16px;
border-radius: 12px;
display: inline-block;
box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Price row */
.price-row {
display: flex;
align-items: center;
gap: 12px;
}

/* Sale price */
.sale-price {
font-size: 28px;
font-weight: 700;
color: #0a1f44; /* Navy */
}

/* Regular price */
.regular-price {
font-size: 16px;
color: #999;
text-decoration: line-through;
}

/* Save row */
.save-row {
margin-top: 10px;
display: flex;
align-items: center;
gap: 10px;
}

/* Discount badge */
.discount-badge {
background: linear-gradient(135deg, #0a1f44, #132f66);
color: #fff;
padding: 5px 10px;
font-size: 13px;
font-weight: 600;
border-radius: 20px;
}

/* Save text */
.save-text {
font-size: 14px;
color: #0a1f44;
font-weight: 500;
}

/* ===== ADD TO CART BUTTON ===== */
.single_add_to_cart_button {
background: linear-gradient(135deg, #0a1f44, #132f66) !important;
color: #fff !important;
border-radius: 10px;
padding: 14px 24px;
font-weight: 600;
transition: 0.3s ease;
border: none;
}

/* Hover */
.single_add_to_cart_button:hover {
background: linear-gradient(135deg, #132f66, #1c3d85) !important;
transform: translateY(-2px);
}

/* Quantity */
.quantity input {
border-radius: 8px;
border: 1px solid #ddd;
padding: 8px;
}

/* ===== WRAPPER ===== */
.custom-price-wrapper {
margin-top: 6px;
font-family: ‘Poppins’, sans-serif;
}

/* ===== PRICE LINE ===== */
.custom-price-line {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}

/* Strike price */
.custom-regular {
color: #888;
text-decoration: line-through;
font-size: 13px;
}

/* Sale price (NAVY) */
.custom-sale {
color: #0a1f44;
font-weight: 700;
font-size: 16px;
}

/* Discount % */
.custom-discount {
color: #1a7f37;
font-size: 13px;
font-weight: 500;
}

/* You save */
.custom-save {
font-size: 12px;
color: #1a7f37;
margin-top: 2px;
}

/* 🔴 Best price line (UPDATED TO RED) */
.custom-lowest {
font-size: 12px;
color: #d32f2f; /* RED */
margin-top: 2px;
font-weight: 500;
}

/* REMOVE DEFAULT PRICE */
.woocommerce ul.products li.product .price {
display: none !important;
}

/* =========================
📱 MOBILE OPTIMIZATION
========================= */
@media (max-width: 768px) {

.custom-price-line {
flex-direction: row;
flex-wrap: wrap;
gap: 6px;
}

.custom-sale {
font-size: 15px;
}

.custom-regular {
font-size: 12px;
}

.custom-discount {
font-size: 12px;
}

.custom-save,
.custom-lowest {
display: block;
font-size: 11px;
line-height: 1.4;
}

/* Better spacing inside product card */
.woocommerce ul.products li.product {
padding-bottom: 12px;
}
}

/* 🚫 HIDE VARIATION SWATCHES IN SHOP */
.woocommerce ul.products li.product form.variations_form,
.woocommerce ul.products li.product .variations,
.woocommerce ul.products li.product .variable-items-wrapper,
.woocommerce ul.products li.product .woo-variation-swatches,
.woocommerce ul.products li.product .swatch,
.woocommerce ul.products li.product .variations_button {
display: none !important;
}

/* ===== MAKE ALL PRODUCT CARDS SAME HEIGHT ===== */

.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
}

.woocommerce ul.products li.product {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

/* Inner content full stretch */
.woocommerce ul.products li.product .product-inner,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
display: flex;
flex-direction: column;
height: 100%;
}

/* Image section fixed */
.woocommerce ul.products li.product img {
width: 100%;
height: 220px; /* same image height */
object-fit: cover;
}

/* Product title fix height */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: 40px;
line-height: 1.3;
}

/* Price + custom content spacing */
.custom-price-wrapper {
margin-top: auto;
}

/* Button always at bottom */
.woocommerce ul.products li.product .button {
margin-top: auto;
}
@media (max-width: 768px) {

.woocommerce ul.products li.product img {
height: 160px;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: 36px;
font-size: 14px;
}
}

  • ₹799 ₹499 (38% OFF)
    You save ₹300
    Best price in the last 30 days
    L
    M
    S
    XL
    XXL
    Clear

    Classic Polo T-Shirt

    Price range: ₹499.00 through ₹599.00
    View Product This product has multiple variants. The options may be chosen on the product page
  • ₹799 ₹499 (38% OFF)
    You save ₹300
    Best price in the last 30 days
    L
    M
    S
    XL
    XXL
    Clear

    Custom Printed T-shirt

    Price range: ₹499.00 through ₹599.00
    View Product This product has multiple variants. The options may be chosen on the product page
  • ₹899 ₹599 (33% OFF)
    You save ₹300
    Best price in the last 30 days

    Half Sleeve T-Shirt (Printed)

    ₹599 ₹899
    33% OFF You save ₹300
  • ₹799 ₹599 (25% OFF)
    You save ₹200
    Best price in the last 30 days

    Plain Full Sleeve T-Shirt

    ₹599 ₹799
    25% OFF You save ₹200
  • ₹799 ₹499 (38% OFF)
    You save ₹300
    Best price in the last 30 days
    L
    M
    S
    XL
    XXL
    Clear

    Printed Oversize T-Shirt

    Price range: ₹499.00 through ₹599.00
    View Product This product has multiple variants. The options may be chosen on the product page