/*
Theme Name: Solstice
Description: A modern e-commerce theme for tableware and home goods, converted from HTML to WordPress with WooCommerce support.
Version: 1.0
Author: Your Name
Text Domain: solstice
*/

/* Import original styles */
@import url("assets/css/animate.min.css");
@import url("assets/css/swiper-bundle.min.css");

/* WordPress specific styles */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Ensure WordPress admin bar compatibility */
.admin-bar .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

/* WooCommerce compatibility */
.woocommerce-page .content-area {
  width: 100%;
}

/* Original theme styles will be imported from assets */
