/* WordPress, WoodMart and WooCommerce integration overrides. */
.shop360-chrome,
.shop360-page {
  --yellow: #ffd400;
  --black: #090909;
  --line: #e7e6e0;
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}

.shop360-chrome *,
.shop360-page * {
  box-sizing: border-box;
}

.shop360-chrome a,
.shop360-page a {
  color: inherit;
  text-decoration: none;
}

.shop360-chrome .logo,
.shop360-chrome .footLogo {
  color: #090909;
}

.shop360-bottom-chrome .footer a,
.shop360-bottom-chrome .footer span {
  color: #ccc;
}

body.shop360-active .whb-header,
body.shop360-active .whb-sticky-header,
body.shop360-active .footer-container,
body.shop360-active .copyrights-wrapper,
body.shop360-active .wd-prefooter,
body.shop360-active footer.main-footer {
  display: none !important;
}

body.shop360-active .shop360-top-chrome,
body.shop360-active .shop360-bottom-chrome {
  width: 100%;
}

body.shop360-active .shop360-top-chrome {
  position: relative;
  z-index: 500;
}

body.shop360-active .siteHeader {
  max-width: none;
}

body.shop360-landing .page-title,
body.shop360-landing .title-size-default,
body.shop360-landing .breadcrumbs-location-summary,
body.shop360-landing .sidebar-container,
body.shop360-landing .wd-sidebar {
  display: none !important;
}

body.shop360-landing .main-page-wrapper,
body.shop360-landing .site-content,
body.shop360-landing .content-layout-wrapper,
body.shop360-landing .container,
body.shop360-landing .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.shop360-landing .site-content,
body.shop360-landing .content-layout-wrapper > .site-content {
  flex: 0 0 100% !important;
}

body.shop360-landing .shop360-page .shell {
  width: min(1380px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.shop360-page .productArt.is-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #faf9f5;
}

.shop360-page .productArt.is-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.shop360-page .productCard .heart {
  display: grid;
  place-items: center;
  line-height: 1;
}

.shop360-page .priceRow .woocommerce-Price-amount,
.shop360-page .priceRow .amount {
  font-size: inherit;
  color: inherit;
}

.shop360-page .priceRow del {
  display: none;
}

.shop360-page .priceRow ins {
  text-decoration: none;
}

.shop360-status {
  width: min(1380px, calc(100% - 48px));
  margin: 18px auto;
  border-radius: 8px;
  padding: 14px 18px;
  font-weight: 700;
}

.shop360-status.success {
  border: 1px solid #bde6c6;
  background: #ecf9ef;
  color: #25823c;
}

.shop360-status.error {
  border: 1px solid #efc4c4;
  background: #fff0f0;
  color: #a52222;
}

/* Native WooCommerce / WoodMart pages keep all real commerce behavior. */
body.shop360-commerce {
  background: #fff;
  color: #090909;
  font-family: Arial, Helvetica, sans-serif;
}

body.shop360-commerce .main-page-wrapper {
  padding-top: 34px;
}

body.shop360-commerce .page-title {
  min-height: 230px;
  margin: -34px 0 36px;
  padding: 55px max(28px, calc((100vw - 1380px) / 2));
  display: flex;
  align-items: end;
  background: linear-gradient(120deg, #fff8c9 0, #ffd400 57%, #f6b900 100%) !important;
  color: #090909;
}

body.shop360-commerce .page-title .container {
  width: min(1380px, calc(100% - 48px));
  max-width: none;
}

body.shop360-commerce .page-title h1,
body.shop360-commerce .product_title,
body.shop360-commerce .woocommerce-products-header__title {
  color: #090909;
  font-family: Arial Black, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -1.7px;
}

body.shop360-commerce .page-title h1 {
  font-size: clamp(38px, 4vw, 58px);
}

body.shop360-commerce .container,
body.shop360-commerce .container-fluid {
  width: min(1380px, calc(100% - 48px));
  max-width: none;
}

body.shop360-commerce .wd-products,
body.shop360-commerce ul.products {
  gap: 14px;
}

body.shop360-commerce .product-grid-item,
body.shop360-commerce ul.products li.product {
  overflow: hidden;
  border: 1px solid #ecebe6;
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.shop360-commerce .product-grid-item:hover,
body.shop360-commerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .07);
}

body.shop360-commerce .product-grid-item .product-element-top,
body.shop360-commerce ul.products li.product img {
  background: #faf9f5;
}

body.shop360-commerce .product-grid-item .product-wrapper,
body.shop360-commerce ul.products li.product .product-wrapper {
  padding: 10px;
}

body.shop360-commerce .wd-entities-title,
body.shop360-commerce ul.products li.product .woocommerce-loop-product__title {
  color: #090909;
  font-size: 14px;
  line-height: 1.35;
}

body.shop360-commerce .price,
body.shop360-commerce .amount {
  color: #090909;
  font-weight: 800;
}

body.shop360-commerce .button,
body.shop360-commerce button.button,
body.shop360-commerce input.button,
body.shop360-commerce .single_add_to_cart_button,
body.shop360-commerce .checkout-button,
body.shop360-commerce #place_order {
  border: 0 !important;
  border-radius: 7px !important;
  background: #ffd400 !important;
  color: #090909 !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

body.shop360-commerce .button:hover,
body.shop360-commerce button.button:hover,
body.shop360-commerce input.button:hover,
body.shop360-commerce .single_add_to_cart_button:hover,
body.shop360-commerce .checkout-button:hover,
body.shop360-commerce #place_order:hover {
  background: #090909 !important;
  color: #ffd400 !important;
}

body.shop360-commerce input[type="text"],
body.shop360-commerce input[type="email"],
body.shop360-commerce input[type="tel"],
body.shop360-commerce input[type="password"],
body.shop360-commerce input[type="number"],
body.shop360-commerce select,
body.shop360-commerce textarea,
body.shop360-commerce .select2-selection {
  min-height: 44px;
  border: 1px solid #e7e6e0 !important;
  border-radius: 7px !important;
  background: #fff !important;
}

body.shop360-commerce table.shop_table,
body.shop360-commerce .cart-totals-inner,
body.shop360-commerce .woocommerce-checkout-review-order,
body.shop360-commerce .woocommerce-MyAccount-navigation,
body.shop360-commerce .woocommerce-MyAccount-content,
body.shop360-commerce .woocommerce-form-login,
body.shop360-commerce .woocommerce-form-register {
  border: 1px solid #e7e6e0 !important;
  border-radius: 12px !important;
  background: #fff;
}

body.shop360-commerce .cart-totals-inner,
body.shop360-commerce .woocommerce-checkout-review-order {
  background: #f7f6f1;
  padding: 24px;
}

body.shop360-commerce table.shop_table th,
body.shop360-commerce table.shop_table td {
  border-color: #e7e6e0 !important;
}

body.shop360-commerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 12px;
}

body.shop360-commerce .woocommerce-MyAccount-navigation li {
  border: 0;
  border-radius: 6px;
}

body.shop360-commerce .woocommerce-MyAccount-navigation li.is-active {
  background: #fff7cc;
}

body.shop360-commerce .woocommerce-MyAccount-content {
  padding: 24px;
}

body.shop360-commerce .woocommerce-message,
body.shop360-commerce .woocommerce-info {
  border: 1px solid #bde6c6;
  border-radius: 9px;
  background: #ecf9ef;
  color: #25823c;
}

body.shop360-commerce .woocommerce-error {
  border: 1px solid #efc4c4;
  border-radius: 9px;
  background: #fff0f0;
  color: #a52222;
}

@media (max-width: 760px) {
  body.shop360-landing .shop360-page .shell,
  body.shop360-commerce .container,
  body.shop360-commerce .container-fluid,
  body.shop360-commerce .page-title .container {
    width: calc(100% - 30px) !important;
  }

  body.shop360-commerce .page-title {
    min-height: 190px;
    padding: 38px 15px;
  }

  body.shop360-commerce .page-title h1 {
    font-size: 38px;
  }

  body.shop360-commerce .woocommerce-MyAccount-navigation,
  body.shop360-commerce .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 18px;
  }
}
