/**
Theme Name: Auto King Japan
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: auto-king-japan
Template: astra
*/



/*
.woocommerce-js div.product form.cart{
     display: none !important;
}

.whatsapp-btn{
    display:inline-block;
    background:#25D366;
    color:#fff;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    margin-top:15px;
}

.whatsapp-btn:hover{
    background:#1ebe5d;
}
*/

/* Container */
.s-btn-sec{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Common button style */
.s-btn-sec a{
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
}

/* Inquiry Button */
.s-msg a{
    background: #000000;
    color: #fff;
    border: 2px solid #000000;
}

.s-msg a:hover{
    background: transparent;
    color: #000000;
}

/* WhatsApp Button */
.whatsapp-btn{
    background: #25D366;
    color: #fff;
    border: 2px solid #25D366;
}

.whatsapp-btn:hover{
    background: transparent;
    color: #25D366;
}

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.features-grid .grid-item {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 6px;
    background: #333333;
    color: #ffffff;
        opacity: 0.5;
}

.features-grid .grid-item.selected {
    background-color: #c41039;
    color: #fff;
    border-color: #c41039;
        opacity: 1;
}



.woocommerce-product-gallery {
    max-width: 600px;
}

.main-slider img {
    width: 100%;
    height: auto;
}

.thumbs-slider {
    margin-top: 10px;
}

.thumbs-slider img {
    cursor: pointer;
    opacity: 0.6;
}

.thumbs-slider .flex-active-slide img {
    opacity: 1;
    border: 2px solid #000;
}


.post-head {
    background-color: #c41039;
    color: #fff;
    padding: 60px 30px;
    margin-bottom: 40px;
}

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

#hero{
	
	margin-bottom:60px;
}


#hero .content ul li {
    padding: 5px 10px;
    background: #f7f7f7;
    border-radius: 6px;
    color: #000;
    font-size: 12px;
}

.cm-spec {
    width: 100%;
    float: left;
}
.s-head {
    margin: 30px 0;
}

.s-head h2 {
    background: #c41039;
    color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 32px;
}

.ft-head {
    color: #fff;
    font-size: 22px;
}
.ft-text {
    color: #fff;
}
.content {
    color: #c41039;
}
.content strong {
    color: black;
}
h1.product_title.entry-title {
    background: #c41039;
    color: #fff;
    padding: 20px 30px !important;
    border-radius: 5px;
    font-size: 32px;
}




.s-fh-em {
    display: flex;
    gap: 15px;
}
.s-phone {
  display: inline-block;
}

.s-phone a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-radius: 18px;
  text-decoration: none;
  overflow: hidden;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 8px 32px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.08);

  transition: all 0.35s ease;
}

.s-phone a::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.02)
  );
  opacity:.8;
}

.s-phone a:hover{
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 14px 40px rgba(0,0,0,0.35),
    0 0 20px rgba(59,130,246,0.35);
}

.phone-icon{
  position: relative;
  z-index: 2;

  width: 52px;
  height: 52px;
  border-radius: 14px;

  display:flex;
  align-items:center;
  justify-content:center;

  background: linear-gradient(135deg,#3b82f6,#06b6d4);
  color:white;

  box-shadow:
    0 4px 14px rgba(59,130,246,0.45);
}

.phone-icon svg{
  width:24px;
  height:24px;
}

.phone-content{
  position: relative;
  z-index: 2;
  display:flex;
  flex-direction:column;
}

.phone-content small{
  color: rgba(0, 0, 0, 0.65);
  font-size:12px;
  letter-spacing:.5px;
  margin-bottom:2px;
}

.phone-content span{
  color:#000000;
  font-size:18px;
  font-weight:600;
  letter-spacing:.5px;
}



.modern-email{
  display:flex;
  align-items:center;
  gap:14px;
  
  width:fit-content;
  padding:12px 20px;
  
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  
  border-radius:18px;
  
  box-shadow:
    0 8px 32px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.08);

  transition:all .35s ease;
}

.modern-email:hover{
  transform:translateY(-4px) scale(1.02);
  
  border-color:#38bdf8;

  box-shadow:
    0 12px 40px rgba(56,189,248,0.25),
    0 0 20px rgba(56,189,248,0.18);
}

.email-icon{
  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;

  background:linear-gradient(135deg,#38bdf8,#6366f1);
  
  color:#000000;
  font-size:18px;

  box-shadow:0 4px 14px rgba(56,189,248,0.35);
}

.modern-email a{
  text-decoration:none;
  
  color:#000000;
  font-size:16px;
  font-weight:500;
  letter-spacing:.3px;

  transition:color .3s ease;
}

.modern-email a:hover{
  color:#c41039;
}






.modern-shop {
    padding: 40px;
    background: #f8f9fb;
}

.shop-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    gap: 25px;
}

.modern-product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: .3s;
    position: relative;
}

.modern-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.product-image {
    position: relative;
}

.product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.badge.sale {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff4d4d;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
    color: #fff;
}

h2.widget-title {
    color: #fff !important;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner a {
    color: #fff !important;
}


.product-info {
    padding: 20px;
}

@media(max-width:768px){

    .shop-layout{
        grid-template-columns:1fr;
    }

    .shop-sidebar{
        display:none;
    }
}
