/*
Theme Name: Sooslick
Description: Standalone Sooslick storefront theme with built-in landing page and matching checkout design. Requires WooCommerce.
Version: 1.0
Author: Sooslick
Text Domain: sooslick
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --cream:#F3EEE4;
  --ink:#1B120D;
  --gold:#C9A15A;
  --rose:#C9847E;
  --tan:#EAE0CF;
}

*{ box-sizing: border-box; }

body{
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--cream);
  margin: 0;
}

h1, h2, h3{
  font-family: 'Archivo Black', sans-serif;
  color: var(--ink);
}

a{ color: var(--rose); text-decoration: none; }

.site-header{
  background: var(--cream);
  border-bottom: 1px solid #E0D4BE;
  padding: 18px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .site-title{
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  color: var(--ink);
}

.site-header nav ul{
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.site-header nav a{
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.site-main{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 36px;
}

.site-footer{
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  padding: 24px;
  font-size: 13px;
}

.site-footer a{ color: var(--gold); }

button, input[type="submit"], .button, .checkout-button, #place_order, .single_add_to_cart_button{
  background: var(--rose) !important;
  color: var(--ink) !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  box-shadow: none !important;
  padding: 12px 20px !important;
}

button:hover, input[type="submit"]:hover, .button:hover, #place_order:hover{
  background: #b76f68 !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-cart table.shop_table{
  background: #fff;
  border: 1px solid #E0D4BE;
  border-radius: 18px;
  padding: 30px 26px;
}

.woocommerce-checkout label{
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-cart input[type="number"]{
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #D8CBB2;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: var(--ink);
}

table.shop_table{ border: none; }
table.shop_table th, table.shop_table td{
  border-bottom: 1px solid #DED2BA;
  padding: 14px 10px;
  font-size: 14.5px;
}

.woocommerce-checkout .order-total .amount,
.woocommerce-cart .order-total .amount{
  color: var(--gold);
  font-family: 'Archivo Black', sans-serif;
  font-size: 18px;
}

.woocommerce-checkout ul#shipping_method li,
.woocommerce-checkout .payment_methods li{
  background: var(--tan);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  list-style: none;
}

.woocommerce-error, .woocommerce-message, .woocommerce-info{
  border-top-color: var(--rose) !important;
  border-radius: 10px;
  background: #fff;
}

ul.products{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  padding: 0;
}

ul.products li.product{
  background: #fff;
  border: 1px solid #E0D4BE;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}

ul.products li.product img{
  border-radius: 10px;
}

.woocommerce-loop-product__title{
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.price{
  color: var(--gold);
  font-weight: 700;
}

/* WooCommerce Blocks Cart & Checkout (used by default on newer WooCommerce installs) */
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart{
  font-family: 'Inter', sans-serif;
  color: var(--ink);
}

.wc-block-checkout__form,
.wc-block-components-sidebar,
.wc-block-cart-items,
.wc-block-components-order-summary{
  background: #fff;
  border: 1px solid #E0D4BE;
  border-radius: 18px;
  padding: 24px !important;
}

.wc-block-components-text-input input,
.wc-block-components-textarea textarea,
.wc-block-components-select select,
.wc-block-components-combobox input{
  border-radius: 10px !important;
  border: 1px solid #D8CBB2 !important;
  background: #fff !important;
  font-family: 'Inter', sans-serif !important;
}

.wc-block-components-text-input label,
.wc-block-checkout__form label{
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wc-block-components-button{
  background: var(--rose) !important;
  color: var(--ink) !important;
  border: none !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover{
  background: #b76f68 !important;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
  color: var(--gold);
  font-family: 'Archivo Black', sans-serif;
}

.wc-block-components-radio-control__option,
.wc-block-components-payment-method-label{
  background: var(--tan);
  border-radius: 10px;
  padding: 10px 12px;
}

.wc-block-components-panel,
.wc-block-components-express-payment{
  border-color: #E0D4BE !important;
}

