/* ShopHappy — layout extras on top of the Pengu colour theme */
.preloader { display: none !important; }
.error-text { display: none; color: #ff1a1a; font-size: 13px; margin-top: 6px; }
.product-single-item .image { position: relative; overflow: hidden; }
.wishlist-btn .icon-active { display: none; }
.wishlist-btn.is-active .icon { display: none; }
.wishlist-btn.is-active .icon-active { display: inline; }
.wpo-blog-item { margin-bottom: 30px; }
.wpo-blog-text span { color: #F56061; font-size: 13px; }
.entry-media img { width: 100%; height: 280px; object-fit: cover; }

.navbar-brand.brand-lockup {
  display: flex !important;
  align-items: center;
  gap: 10px;
  max-width: none !important;
}
.navbar-brand.brand-lockup img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  max-width: 44px !important;
}
.navbar-brand.brand-lockup span {
  font-family: "Lora", serif;
  font-size: 26px;
  font-weight: 600;
  color: #060530;
  letter-spacing: -0.4px;
  text-transform: lowercase;
}
.wpo-site-footer .about-widget .logo.brand-lockup {
  max-width: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.wpo-site-footer .about-widget .logo.brand-lockup img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}
.wpo-site-footer .about-widget .logo.brand-lockup span {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 600;
  color: #060530;
}

.cart-toggle-btn i,
.search-toggle-btn i,
.header-login .login-btn i,
.menu-close i,
.mini-cart-close i {
  font-size: 18px;
  color: #232f4b;
}
.header-login .login-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(7, 1, 67, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-wrap li a i,
.cart-wrap li button i {
  font-size: 16px;
}

/* Hero: two-column, vertically centered, image fully visible */
.hero.hero-style-4 {
  overflow: hidden;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 130px 0 90px;
}
.hero.hero-style-4,
.hero.hero-style-4 .slide,
.hero.hero-style-4 .hero-slider .slide {
  height: auto !important;
  min-height: 0 !important;
}
.hero-style-4 .hero-slider {
  position: relative;
  width: 100%;
  height: auto !important;
}
.hero-style-4 .hero-slider .slide {
  display: none;
  height: auto !important;
  min-height: 0 !important;
}
.hero-style-4 .hero-slider .slide.is-active {
  display: block;
}
.hero-style-4 .slide .container {
  display: block !important;
  height: auto !important;
}
.hero-style-4 .slide .row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: space-between;
  position: relative;
}
.hero-style-4 .slide-caption {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 20px;
}
.hero .slide-caption > div,
.hero .slide-caption > div * {
  animation: none !important;
}
.hero-style-4 .hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-style-4 .hero-visual .bg-shape {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  width: 92% !important;
  height: 92% !important;
  z-index: 0 !important;
}
.hero-style-4 .slider-pic {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 88% !important;
  height: 88% !important;
  z-index: 2 !important;
  overflow: hidden !important;
  display: block !important;
  border-radius: 50%;
}
.hero-style-4 .slider-pic img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  border-radius: 50%;
  opacity: 1 !important;
  animation: none !important;
  display: block;
}
@media (max-width: 991px) {
  .hero.hero-style-4 { padding: 110px 0 60px; }
  .hero-style-4 .slide-caption { padding-right: 0; margin-bottom: 24px; }
  .hero-style-4 .hero-visual { max-width: 380px; }
}
@media (max-width: 767px) {
  .hero.hero-style-4 { padding: 90px 0 50px; }
  .hero-style-4 .hero-visual { max-width: 280px; }
}
.hero-style-4 .size-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.hero-style-4 .size-item .button-group {
  display: inline-flex;
  margin-left: 0 !important;
  position: relative;
}
.hero-style-4 .size-item .button-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.hero-style-4 .size-item .size-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}
.hero-style-4 .size-item .button-group input:checked + .size-btn {
  color: #F86665;
}
.hero-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
.hero-nav button {
  pointer-events: auto;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 96, 97, 0.35);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-nav button:hover { background: rgba(245, 96, 97, 0.7); }
.hero-nav .hero-prev { left: 24px; }
.hero-nav .hero-next { right: 24px; }
.hero-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}
.hero-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #c9c9c9;
  margin: 10px 0;
}
.hero-dots button.active { background: #F56061; }

.product-single-item .image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.product-single-item .text h2 {
  font-size: 20px;
}
.product-single-item .discount-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #F56061;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  z-index: 2;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.wishlist-btn.is-active .icon { display: none; }
.wishlist-btn.is-active .icon-active { display: block; }

select {
  appearance: auto;
  background-image: none !important;
}

.body-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 5, 48, 0.45);
  z-index: 99990;
  display: none;
}
.body-overlay.active { display: block; }

.wpo-lower-footer .legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.wpo-lower-footer .legal-links a {
  color: #525252;
  font-size: 14px;
}
.wpo-lower-footer .legal-links a:hover { color: #F56061; }

/* Coupon cards */
.coupon-grid { padding-top: 20px; }
.coupon-card {
  background: #fff;
  border: 1px dashed #F56061;
  padding: 28px 24px;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}
.coupon-card .off {
  font-family: "Lora", serif;
  font-size: 42px;
  color: #F56061;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.coupon-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.coupon-card p { margin-bottom: 16px; }
.coupon-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff6f6;
  border: 1px solid #f3c4c4;
  padding: 8px 12px;
  margin-bottom: 14px;
}
.coupon-code strong {
  font-family: "Mulish", sans-serif;
  letter-spacing: 2px;
  color: #060530;
}
.coupon-meta {
  font-size: 13px;
  color: #687693;
}

/* Legal / long content */
.legal-wrap,
.content-rich {
  max-width: 900px;
  margin: 0 auto;
}
.legal-wrap h3,
.content-rich h3 {
  margin: 32px 0 12px;
  font-size: 24px;
}
.legal-wrap p,
.content-rich p {
  margin-bottom: 16px;
}
.legal-wrap ul,
.content-rich ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 18px;
}
.legal-wrap ul li,
.content-rich ul li {
  margin-bottom: 8px;
  color: #687693;
  line-height: 1.8;
}

/* Subscribe / unsubscribe */
.form-card {
  background: #fff;
  box-shadow: 0 0 20px rgba(6, 5, 48, 0.06);
  padding: 40px;
}
.form-card .form-row {
  margin-bottom: 18px;
}
.form-card label {
  display: block;
  color: #060530;
  font-weight: 600;
  margin-bottom: 6px;
}
.form-card input[type="text"],
.form-card input[type="email"],
.form-card select,
.form-card textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #ececec;
  padding: 0 15px;
  color: #060530;
  background: #fff;
}
.form-card textarea { height: 140px; padding: 12px 15px; }
.form-card .error-text {
  color: #ff1a1a;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}
.form-card .is-invalid { border-color: #ff1a1a !important; }
.form-card .is-invalid + .error-text,
.form-card .field.is-invalid .error-text { display: block; }
.success-banner {
  display: none;
  background: #009a00;
  color: #fff;
  padding: 14px 18px;
  margin-bottom: 20px;
  border-left: 5px solid green;
}
.success-banner.show { display: block; }
.checkbox-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 10px 0 18px;
}
.checkbox-row label { font-weight: 400; color: #687693; }

/* Category mosaic extras */
.categorie-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.cat-intro p { max-width: 760px; margin: 0 auto 40px; text-align: center; }

/* Blog */
.blog-card img,
.wpo-blog-item img,
.blog-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.blog-excerpt { margin: 12px 0; }

/* Cart empty */
.cart-empty {
  text-align: center;
  padding: 40px 0;
}
.order-success {
  display: none;
  text-align: center;
  padding: 50px 20px;
  background: #fff6f6;
  border: 1px solid #f3c4c4;
  margin-top: 20px;
}
.order-success.show { display: block; }
.order-success h3 { color: #F56061; margin-bottom: 12px; }

.qty-controls {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ececec;
}
.qty-controls button {
  width: 32px;
  height: 36px;
  border: 0;
  background: #f7f7f7;
  color: #060530;
}
.qty-controls input {
  width: 48px;
  height: 36px;
  border: 0;
  text-align: center;
}

.toast-msg {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #060530;
  color: #fff;
  padding: 12px 22px;
  z-index: 10000;
  display: none;
}
.toast-msg.show { display: block; }

.contact-icon-fa {
  width: 80px;
  height: 80px;
  border: 1px solid #F56061;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #F56061;
  font-size: 28px;
}

.filter-chip {
  cursor: pointer;
}
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}

.coupon-code a { color: #F56061; font-weight: 600; }
#toggle-coupon, .coupon label { cursor: pointer; }
.create-account .input-wrap { display: flex; gap: 8px; margin-top: 10px; }
.create-account .input-wrap input { flex: 1; height: 48px; border: 1px solid #ececec; padding: 0 12px; }
.create-account .input-wrap button { background: #F56061; color: #fff; border: 0; padding: 0 22px; }

.lookbook-benner .bg-image img,
.winter-benner .bg-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.pengu-banner-section .banner-wrap {
  background-image: url(../images/banner/promo.jpg);
  background-size: cover;
  background-position: center;
}
.order-item ol { list-style: none; padding: 0; }
.order-item li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #687693;
}
.order-item .total-price,
.cart-summary .total-price span { color: #F56061; font-weight: 700; }
.cart-area img { width: 90px; height: 90px; object-fit: cover; }
.cart-summary ul { list-style: none; padding: 0; max-width: 420px; margin-left: auto; }
.cart-summary li { display: flex; justify-content: space-between; padding: 8px 0; }
.wpo-blog-img img,
.blog-details-img img { width: 100%; height: auto; object-fit: cover; }
.office-info-icon .icon i { font-size: 28px; color: #F56061; }

/* Contact form should not overlap the footer */
.wpo-contact-pg-section {
  padding-bottom: 110px !important;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  margin-bottom: 0 !important;
  padding: 50px !important;
  overflow: hidden;
}
.wpo-contact-pg-section form {
  margin: 0 !important;
  overflow: visible !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
.wpo-contact-pg-section form > div {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.wpo-contact-pg-section form > .fullwidth,
.wpo-contact-pg-section form > .submit-area {
  grid-column: 1 / -1;
  width: 100% !important;
}
.wpo-contact-pg-section .submit-area {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10px;
}
.wpo-site-footer .wpo-upper-footer .col {
  min-height: 0 !important;
}
@media (max-width: 600px) {
  .wpo-contact-pg-section form {
    grid-template-columns: 1fr;
  }
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 28px 20px !important;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar ul a { color: #fff !important; }
  .wpo-site-header #navbar ul a:hover { color: #F56061 !important; }
}
@media (max-width: 767px) {
  .form-card { padding: 24px 16px; }
  .hero-dots { display: none; }
  .navbar-brand.brand-lockup span { font-size: 20px; }
}
