/* =========================================================
AMALEY TEMPLATES — FRONTEND CSS v1.2.3
Scope rule: every selector starts with .amaley-tpl-
No global CSS. No WooCommerce/Freshen/Apus override.
========================================================= */

.amaley-tpl-editor-note{
  border:1px dashed #C2880A;
  background:#FFF8EA;
  color:#2E1203;
  padding:18px;
  font-family:Lato, Arial, sans-serif;
  font-size:14px;
}

.amaley-tpl-product-hero,
.amaley-tpl-product-hero *,
.amaley-tpl-origin-panel,
.amaley-tpl-origin-panel *,
.amaley-tpl-info-tabs,
.amaley-tpl-info-tabs *,
.amaley-tpl-trust-strip,
.amaley-tpl-trust-strip *{
  box-sizing:border-box;
}

.amaley-tpl-product-hero{
  --at-choco:#2E1203;
  --at-gold:#C2880A;
  --at-rust:#B5502A;
  --at-ivory:#FBF5E6;
  --at-cream:#FFF8EA;
  --at-parchment:#EAD9B8;
  --at-line:rgba(194,136,10,.26);
  display:grid;
  grid-template-columns:minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap:44px;
  align-items:start;
  width:100%;
  padding:38px;
  background:var(--at-ivory);
  color:var(--at-choco);
  font-family:Lato, Arial, sans-serif;
}

.amaley-tpl-product-hero__main-image{
  aspect-ratio:1/1;
  background:var(--at-parchment);
  border:1px solid var(--at-line);
  overflow:hidden;
}

.amaley-tpl-product-hero__main-image img,
.amaley-tpl-product-hero__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.amaley-tpl-product-hero__image-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Playfair Display, Georgia, serif;
  color:rgba(46,18,3,.28);
  font-size:34px;
}

.amaley-tpl-product-hero__thumbs{
  display:flex;
  gap:8px;
  margin-top:10px;
  overflow-x:auto;
}

.amaley-tpl-product-hero__thumb{
  width:64px;
  height:64px;
  border:1px solid var(--at-line);
  background:var(--at-cream);
  padding:0;
  flex:0 0 auto;
  cursor:pointer;
}

.amaley-tpl-product-hero__mini-origin{
  margin-top:14px;
  border:1px solid var(--at-line);
  background:var(--at-cream);
  padding:14px 16px;
}

.amaley-tpl-product-hero__mini-origin span,
.amaley-tpl-product-hero__origin-line,
.amaley-tpl-origin-panel__head span{
  display:block;
  color:var(--at-gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.amaley-tpl-product-hero__mini-origin strong{
  display:block;
  margin-top:7px;
  color:var(--at-choco);
  font-family:Playfair Display, Georgia, serif;
  font-size:17px;
  line-height:1.25;
  font-weight:500;
}

.amaley-tpl-product-hero__breadcrumb{
  margin-bottom:13px;
  font-size:12px;
  opacity:.72;
}

.amaley-tpl-product-hero__title{
  margin:10px 0 12px;
  color:var(--at-choco);
  font-family:Playfair Display, Georgia, serif;
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}

.amaley-tpl-product-hero__rating{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#7A4520;
  font-size:12px;
}

.amaley-tpl-product-hero__price{
  padding:15px 0;
  margin-bottom:18px;
  border-top:1px solid var(--at-line);
  border-bottom:1px solid var(--at-line);
  font-family:Playfair Display, Georgia, serif;
  font-size:32px;
  color:var(--at-choco);
}

.amaley-tpl-product-hero__short-desc{
  color:#7A4520;
  font-size:14px;
  line-height:1.75;
  margin-bottom:18px;
}

.amaley-tpl-product-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:18px;
}

.amaley-tpl-product-hero__badges span{
  border:1px solid rgba(194,136,10,.26);
  padding:5px 9px;
  color:#7A4520;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.amaley-tpl-product-hero__cart-wrap{
  margin-bottom:12px;
}

.amaley-tpl-product-hero__action-row{
  display:flex;
  gap:10px;
  margin-bottom:14px;
}

.amaley-tpl-buy-now-button{
  min-height:46px;
  flex:1;
  border:none;
  background:#C2880A;
  color:#2E1203;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  padding:0 18px;
}

.amaley-tpl-wishlist-placeholder{
  width:46px;
  height:46px;
  border:1px solid var(--at-line);
  background:#FFF8EA;
  color:#7A4520;
  font-size:18px;
  cursor:pointer;
}

.amaley-tpl-product-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#7A4520;
  font-size:11px;
}

.amaley-tpl-product-hero__meta span{
  border-right:1px solid var(--at-line);
  padding-right:8px;
}

.amaley-tpl-product-hero__meta span:last-child{
  border-right:none;
}

.amaley-tpl-origin-panel{
  --at-choco:#2E1203;
  --at-gold:#C2880A;
  --at-ivory:#FBF5E6;
  --at-cream:#FFF8EA;
  --at-line:rgba(194,136,10,.26);
  background:#FFF8EA;
  border:1px solid var(--at-line);
  padding:30px;
  color:var(--at-choco);
  font-family:Lato, Arial, sans-serif;
}

.amaley-tpl-origin-panel__head h2{
  margin:8px 0 10px;
  font-family:Playfair Display, Georgia, serif;
  font-size:34px;
  line-height:1.12;
  font-weight:500;
}

.amaley-tpl-origin-panel__head p,
.amaley-tpl-origin-panel__story p{
  color:#7A4520;
  font-size:14px;
  line-height:1.75;
}

.amaley-tpl-origin-panel__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin:24px 0;
}

.amaley-tpl-origin-panel__item{
  border:1px solid var(--at-line);
  background:var(--at-ivory);
  padding:14px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:86px;
}

.amaley-tpl-origin-panel__icon{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(194,136,10,.32);
  background:#FFF8EA;
  color:var(--at-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  overflow:hidden;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}

.amaley-tpl-origin-panel__icon--image{
  border-color:rgba(194,136,10,.42);
  background:var(--at-line);
}

.amaley-tpl-origin-panel__icon-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.amaley-tpl-origin-panel__item-content{
  min-width:0;
  flex:1;
}

.amaley-tpl-origin-panel__label{
  display:block;
  margin-bottom:6px;
  color:var(--at-gold);
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.amaley-tpl-origin-panel__item strong,
.amaley-tpl-origin-panel__item a{
  color:var(--at-choco);
  font-family:Playfair Display, Georgia, serif;
  font-size:17px;
  line-height:1.22;
  font-weight:500;
  text-decoration:none;
}

.amaley-tpl-origin-panel__story{
  border-top:1px solid var(--at-line);
  padding-top:18px;
}

.amaley-tpl-origin-panel__story blockquote{
  margin:14px 0 0;
  padding-left:16px;
  border-left:2px solid var(--at-gold);
  color:#4A2208;
  font-family:Playfair Display, Georgia, serif;
  font-size:18px;
  line-height:1.55;
  font-style:italic;
}

.amaley-tpl-info-tabs{
  --at-choco:#2E1203;
  --at-gold:#C2880A;
  --at-ivory:#FBF5E6;
  --at-line:rgba(194,136,10,.26);
  color:var(--at-choco);
  font-family:Lato, Arial, sans-serif;
}

.amaley-tpl-info-tabs__nav{
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px solid var(--at-line);
  gap:0;
}

.amaley-tpl-info-tabs__nav button{
  border:none;
  border-bottom:2px solid transparent;
  background:transparent;
  color:#7A4520;
  padding:12px 18px;
  margin-bottom:-1px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
}

.amaley-tpl-info-tabs__nav button.is-active{
  color:var(--at-gold);
  border-bottom-color:var(--at-gold);
}

.amaley-tpl-info-tabs__panel{
  display:none;
  padding:22px 0;
  color:#7A4520;
  font-size:14px;
  line-height:1.75;
}

.amaley-tpl-info-tabs__panel.is-active{
  display:block;
}

.amaley-tpl-info-tabs__panel table{
  width:100%;
  border-collapse:collapse;
  margin-top:14px;
}

.amaley-tpl-info-tabs__panel td{
  border-bottom:1px solid var(--at-line);
  padding:10px 12px;
  vertical-align:top;
}

.amaley-tpl-info-tabs__panel td:first-child{
  width:34%;
  color:var(--at-choco);
  font-weight:800;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.amaley-tpl-trust-strip{
  --at-choco:#2E1203;
  --at-gold:#C2880A;
  --at-parchment:#EAD9B8;
  --at-line:rgba(194,136,10,.26);
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:0;
  background:var(--at-parchment);
  border-top:1px solid var(--at-line);
  border-bottom:1px solid var(--at-line);
  font-family:Lato, Arial, sans-serif;
}

.amaley-tpl-trust-strip__item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 22px;
  border-right:1px solid var(--at-line);
}

.amaley-tpl-trust-strip__item:last-child{
  border-right:none;
}

.amaley-tpl-trust-strip__icon{
  width:38px;
  height:38px;
  border-radius:999px;
  background:var(--at-choco);
  color:#F0D080;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.amaley-tpl-trust-strip__item strong{
  display:block;
  color:var(--at-choco);
  font-size:13px;
  line-height:1.2;
  margin-bottom:2px;
}

.amaley-tpl-trust-strip__item span{
  display:block;
  color:#7A4520;
  font-size:11px;
  line-height:1.35;
}

@media(max-width:1024px){
  .amaley-tpl-product-hero{
    gap:30px;
    padding:30px;
  }
  .amaley-tpl-product-hero__title{
    font-size:36px;
  }
  .amaley-tpl-origin-panel__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:767px){
  .amaley-tpl-product-hero{
    grid-template-columns:1fr;
    gap:24px;
    padding:22px 16px;
  }
  .amaley-tpl-product-hero__title{
    font-size:32px;
  }
  .amaley-tpl-product-hero__action-row{
    display:grid;
    grid-template-columns:1fr 46px;
  }
  .amaley-tpl-origin-panel{
    padding:22px 16px;
  }
  .amaley-tpl-origin-panel__head h2{
    font-size:28px;
  }
  .amaley-tpl-origin-panel__grid{
    grid-template-columns:1fr;
  }
  .amaley-tpl-origin-panel__item{
    min-height:78px;
  }
  .amaley-tpl-origin-panel__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .amaley-tpl-info-tabs__nav{
    overflow-x:auto;
    flex-wrap:nowrap;
  }
  .amaley-tpl-info-tabs__nav button{
    white-space:nowrap;
    padding:12px 14px;
  }
  .amaley-tpl-trust-strip{
    grid-template-columns:1fr;
  }
  .amaley-tpl-trust-strip__item{
    border-right:none;
    border-bottom:1px solid var(--at-line);
  }
  .amaley-tpl-trust-strip__item:last-child{
    border-bottom:none;
  }
}

/* =========================================================
AMALEY TEMPLATES — COMPACT RESPONSIVE REFINEMENT v1.1.5
Purpose: Make Single Product template tighter, more responsive, and closer to OG product detail flow.
Safety: scoped only to .amaley-tpl-*; no WooCommerce/Freshen/Apus global override.
========================================================= */

.amaley-tpl-product-hero{
  grid-template-columns:minmax(300px, .92fr) minmax(340px, 1.08fr);
  gap:34px;
  padding:30px 34px;
  align-items:start;
}

.amaley-tpl-product-hero__gallery,
.amaley-tpl-product-hero__summary{
  min-width:0;
}

.amaley-tpl-product-hero__main-image{
  max-height:560px;
}

.amaley-tpl-product-hero__main-image img{
  transition:transform .45s ease;
}

.amaley-tpl-product-hero__main-image:hover img{
  transform:scale(1.025);
}

.amaley-tpl-product-hero__thumbs{
  gap:7px;
  margin-top:9px;
  scrollbar-width:thin;
}

.amaley-tpl-product-hero__thumb{
  width:58px;
  height:58px;
}

.amaley-tpl-product-hero__mini-origin{
  margin-top:11px;
  padding:12px 14px;
}

.amaley-tpl-product-hero__mini-origin span,
.amaley-tpl-product-hero__origin-line,
.amaley-tpl-origin-panel__head span{
  font-size:9px;
  letter-spacing:.16em;
}

.amaley-tpl-product-hero__mini-origin strong{
  margin-top:5px;
  font-size:15.5px;
  line-height:1.25;
}

.amaley-tpl-product-hero__breadcrumb{
  margin-bottom:11px;
  padding:16px 18px;
  background:rgba(234,217,184,.55);
  font-size:11px;
}

.amaley-tpl-product-hero__breadcrumb .woocommerce-breadcrumb{
  margin:0;
  font-size:11px;
  line-height:1.35;
}

.amaley-tpl-product-hero__origin-line{
  margin-bottom:8px;
}

.amaley-tpl-product-hero__title{
  margin:8px 0 8px;
  font-size:38px;
  line-height:1.08;
}

.amaley-tpl-product-hero__rating{
  margin-bottom:12px;
  font-size:11px;
}

.amaley-tpl-product-hero__rating .star-rating{
  margin:0;
}

.amaley-tpl-product-hero__price{
  padding:12px 0;
  margin-bottom:14px;
  font-size:29px;
  line-height:1.1;
}

.amaley-tpl-product-hero__short-desc{
  font-size:13px;
  line-height:1.65;
  margin-bottom:14px;
}

.amaley-tpl-product-hero__badges{
  gap:5px;
  margin-bottom:14px;
}

.amaley-tpl-product-hero__badges span{
  padding:4px 8px;
  font-size:8.5px;
}

.amaley-tpl-product-hero__cart-wrap{
  margin-bottom:12px;
}

.amaley-tpl-product-hero form.cart{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0;
}

.amaley-tpl-product-hero form.cart .quantity{
  margin:0 !important;
  display:inline-flex;
  align-items:center;
  min-height:42px;
}

.amaley-tpl-product-hero form.cart .qty{
  min-height:42px;
  max-width:64px;
  border:1px solid var(--at-line);
  background:#FFF8EA;
  color:var(--at-choco);
  text-align:center;
  font-family:Playfair Display, Georgia, serif;
  font-size:16px;
}

.amaley-tpl-product-hero form.cart .single_add_to_cart_button,
.amaley-tpl-product-hero form.cart button.single_add_to_cart_button{
  min-height:42px;
  padding:0 28px;
  border:0;
  background:var(--at-choco) !important;
  color:#FFF8EA !important;
  font-family:Lato, Arial, sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:42px;
}

.amaley-tpl-product-hero form.cart .single_add_to_cart_button:hover,
.amaley-tpl-product-hero form.cart button.single_add_to_cart_button:hover{
  background:var(--at-rust) !important;
}

.amaley-tpl-product-hero form.cart table.variations{
  width:100%;
  margin:0 0 10px;
  border:0;
}

.amaley-tpl-product-hero form.cart table.variations td,
.amaley-tpl-product-hero form.cart table.variations th{
  padding:0 0 8px;
  border:0;
  display:block;
  text-align:left;
}

.amaley-tpl-product-hero form.cart table.variations select{
  width:100%;
  min-height:42px;
  border:1px solid var(--at-line);
  background:#FFF8EA;
  color:var(--at-choco);
  padding:0 12px;
}

.amaley-tpl-product-hero__action-row{
  gap:9px;
  margin-bottom:10px;
}

.amaley-tpl-buy-now-button,
.amaley-tpl-wishlist-placeholder{
  min-height:42px;
}

.amaley-tpl-wishlist-placeholder{
  width:42px;
  height:42px;
}

.amaley-tpl-product-hero__meta{
  gap:6px;
  font-size:10.5px;
}

.amaley-tpl-product-hero__meta span{
  padding-right:7px;
}

.amaley-tpl-trust-strip__item{
  padding:14px 18px;
  gap:10px;
}

.amaley-tpl-trust-strip__icon{
  width:34px;
  height:34px;
}

.amaley-tpl-trust-strip__item strong{
  font-size:12px;
}

.amaley-tpl-trust-strip__item span{
  font-size:10px;
}

.amaley-tpl-info-tabs__nav button{
  padding:10px 16px;
  font-size:9px;
  letter-spacing:.13em;
}

.amaley-tpl-info-tabs__panel{
  padding:16px 0;
  font-size:13px;
  line-height:1.65;
}

.amaley-tpl-info-tabs__panel table{
  margin-top:12px;
}

.amaley-tpl-info-tabs__panel td{
  padding:9px 12px;
}

.amaley-tpl-info-tabs__panel td:first-child{
  font-size:10px;
}

.amaley-tpl-info-tabs .amaley-tpl-origin-panel--inside-tabs{
  padding:24px;
}

.amaley-tpl-origin-panel__head h2{
  margin:6px 0 8px;
  font-size:30px;
}

.amaley-tpl-origin-panel__head p,
.amaley-tpl-origin-panel__story p{
  font-size:13px;
  line-height:1.65;
}

.amaley-tpl-origin-panel__grid{
  gap:10px;
  margin:20px 0;
}

.amaley-tpl-origin-panel__item{
  min-height:74px;
  padding:12px;
  gap:10px;
}

.amaley-tpl-origin-panel__icon{
  width:38px;
  height:38px;
  flex-basis:38px;
  font-size:9px;
}

.amaley-tpl-origin-panel__label{
  margin-bottom:5px;
  font-size:8.5px;
  letter-spacing:.13em;
}

.amaley-tpl-origin-panel__item strong,
.amaley-tpl-origin-panel__item a{
  font-size:15.5px;
  line-height:1.2;
}

.amaley-tpl-origin-panel__story{
  padding-top:15px;
}

.amaley-tpl-origin-panel__story blockquote{
  margin-top:12px;
  padding:18px 20px 18px 22px;
  background:#fffaf0;
  font-size:15px;
  line-height:1.55;
}

@media(max-width:1180px){
  .amaley-tpl-product-hero{
    grid-template-columns:minmax(280px, .95fr) minmax(320px, 1.05fr);
    gap:28px;
    padding:28px;
  }
  .amaley-tpl-product-hero__title{
    font-size:35px;
  }
  .amaley-tpl-product-hero__price{
    font-size:27px;
  }
}

@media(max-width:960px){
  .amaley-tpl-product-hero{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px;
  }
  .amaley-tpl-product-hero__main-image{
    max-height:none;
  }
  .amaley-tpl-product-hero__summary{
    width:100%;
  }
  .amaley-tpl-trust-strip{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
  .amaley-tpl-trust-strip__item{
    padding:13px 14px;
  }
}

@media(max-width:767px){
  .amaley-tpl-product-hero{
    padding:18px 14px;
    gap:18px;
  }
  .amaley-tpl-product-hero__title{
    font-size:30px;
  }
  .amaley-tpl-product-hero__breadcrumb{
    padding:13px 14px;
  }
  .amaley-tpl-product-hero__price{
    font-size:25px;
    padding:10px 0;
  }
  .amaley-tpl-product-hero__short-desc{
    font-size:12.8px;
  }
  .amaley-tpl-product-hero form.cart{
    display:grid;
    grid-template-columns:92px 1fr;
    gap:10px;
    align-items:center;
  }
  .amaley-tpl-product-hero form.cart .quantity,
  .amaley-tpl-product-hero form.cart .single_add_to_cart_button{
    width:100%;
  }
  .amaley-tpl-product-hero form.cart .qty{
    width:100%;
    max-width:none;
  }
  .amaley-tpl-product-hero__action-row{
    grid-template-columns:1fr 42px;
  }
  .amaley-tpl-trust-strip{
    grid-template-columns:1fr;
  }
  .amaley-tpl-trust-strip__item{
    border-right:none;
    border-bottom:1px solid var(--at-line);
    padding:13px 16px;
  }
  .amaley-tpl-trust-strip__item:last-child{
    border-bottom:none;
  }
  .amaley-tpl-info-tabs__nav{
    overflow-x:auto;
    flex-wrap:nowrap;
    -webkit-overflow-scrolling:touch;
  }
  .amaley-tpl-info-tabs__nav button{
    white-space:nowrap;
    padding:11px 13px;
  }
  .amaley-tpl-info-tabs .amaley-tpl-origin-panel--inside-tabs{
    padding:18px 14px;
  }
  .amaley-tpl-origin-panel__head h2{
    font-size:26px;
  }
  .amaley-tpl-origin-panel__grid{
    grid-template-columns:1fr;
    gap:8px;
  }
  .amaley-tpl-origin-panel__item{
    min-height:68px;
    padding:11px;
  }
  .amaley-tpl-info-tabs__panel table,
  .amaley-tpl-info-tabs__panel tbody,
  .amaley-tpl-info-tabs__panel tr,
  .amaley-tpl-info-tabs__panel td{
    display:block;
    width:100%;
  }
  .amaley-tpl-info-tabs__panel td:first-child{
    width:100%;
    padding-bottom:4px;
    border-bottom:0;
  }
  .amaley-tpl-info-tabs__panel td:last-child{
    padding-top:0;
  }
}

@media(max-width:480px){
  .amaley-tpl-product-hero{
    padding:16px 12px;
  }
  .amaley-tpl-product-hero__title{
    font-size:28px;
  }
  .amaley-tpl-product-hero__thumb{
    width:52px;
    height:52px;
  }
  .amaley-tpl-product-hero form.cart{
    grid-template-columns:1fr;
  }
  .amaley-tpl-product-hero__action-row{
    grid-template-columns:1fr 42px;
  }
  .amaley-tpl-origin-panel__item{
    align-items:center;
  }
  .amaley-tpl-origin-panel__story blockquote{
    padding:16px;
    font-size:14px;
  }
}


/* v1.1.6 — hover control support, scoped only to Amaley Templates widgets */
.amaley-tpl-product-hero__breadcrumb,
.amaley-tpl-product-hero__breadcrumb a,
.amaley-tpl-product-hero__thumb,
.amaley-tpl-product-hero__mini-origin,
.amaley-tpl-product-hero__badges span,
.amaley-tpl-product-hero form.cart .single_add_to_cart_button,
.amaley-tpl-product-hero form.cart button.single_add_to_cart_button,
.amaley-tpl-buy-now-button,
.amaley-tpl-wishlist-placeholder,
.amaley-tpl-info-tabs__nav button,
.amaley-tpl-info-tabs__panel td,
.amaley-tpl-origin-panel__item,
.amaley-tpl-origin-panel__icon,
.amaley-tpl-origin-panel__item strong,
.amaley-tpl-origin-panel__item a,
.amaley-tpl-trust-strip__item,
.amaley-tpl-trust-strip__icon,
.amaley-tpl-trust-strip__item strong,
.amaley-tpl-trust-strip__item span{
  transition:background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.amaley-tpl-product-hero__breadcrumb a:hover,
.amaley-tpl-origin-panel__item a:hover{
  text-decoration:none;
}

/* =========================================================
AMALEY TEMPLATES v1.2.1 — SHOP PAGE MODULE
Scoped only to .amaley-tpl-* and optional Discovery wrapper class.
========================================================= */
.amaley-tpl-shop-hero,
.amaley-tpl-shop-hero *{box-sizing:border-box;}
.amaley-tpl-shop-hero{width:100%;background:#2E1203;color:#FFF8EA;position:relative;overflow:hidden;font-family:Lato,Arial,sans-serif;}
.amaley-tpl-shop-hero:before{content:"";position:absolute;inset:auto -10% -45% -10%;height:420px;background:radial-gradient(circle at 50% 50%,rgba(194,136,10,.22),rgba(194,136,10,.08) 42%,transparent 72%);pointer-events:none;}
.amaley-tpl-shop-hero__inner{position:relative;z-index:2;max-width:1220px;margin:0 auto;padding:76px 24px 70px;text-align:center;}
.amaley-tpl-shop-hero__kicker{font-size:11px;font-weight:800;letter-spacing:4px;text-transform:uppercase;color:#C2880A;margin-bottom:16px;}
.amaley-tpl-shop-hero__title{margin:0;color:#FFF8EA;font-family:"Playfair Display",Georgia,serif;font-size:58px;line-height:1.06;font-weight:600;letter-spacing:-.8px;}
.amaley-tpl-shop-hero__title span{font-style:italic;color:#B5502A;font-weight:500;}
.amaley-tpl-shop-hero__text{max-width:760px;margin:22px auto 0;color:#F3D6A8;font-size:15.5px;line-height:1.72;}
.amaley-tpl-shop-hero__pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:26px;}
.amaley-tpl-shop-hero__pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border:1px solid rgba(194,136,10,.52);border-radius:999px;padding:7px 12px;color:#F8DFA8;font-size:10.5px;font-weight:800;letter-spacing:.75px;text-transform:uppercase;background:rgba(255,255,255,.03);}

.amaley-tpl-shop-discovery{width:100%;background:#F7EFE2;padding:0;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og{background:#F7EFE2;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__inner{max-width:1220px;margin:0 auto;padding-left:24px;padding-right:24px;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__heading{padding-top:46px;margin-bottom:26px;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__layout{gap:26px;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__filters{border-color:rgba(194,136,10,.26);background:#FFF8EA;box-shadow:none;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__grid{gap:24px;}
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__result-head{border-color:rgba(194,136,10,.22);}

@media(max-width:1024px){
  .amaley-tpl-shop-hero__inner{padding:64px 22px 58px;}
  .amaley-tpl-shop-hero__title{font-size:48px;}
  .amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__inner{padding-left:20px;padding-right:20px;}
}
@media(max-width:767px){
  .amaley-tpl-shop-hero__inner{padding:50px 18px 46px;}
  .amaley-tpl-shop-hero__kicker{font-size:10px;letter-spacing:3.2px;margin-bottom:13px;}
  .amaley-tpl-shop-hero__title{font-size:36px;line-height:1.12;}
  .amaley-tpl-shop-hero__text{font-size:14.5px;margin-top:16px;}
  .amaley-tpl-shop-hero__pills{justify-content:flex-start;gap:8px;margin-top:20px;}
  .amaley-tpl-shop-hero{text-align:left;}
  .amaley-tpl-shop-hero__inner{text-align:left;}
  .amaley-tpl-shop-discovery .amaley-discovery-engine-v1.amaley-tpl-shop-og .amaley-discovery-engine-v1__inner{padding-left:16px;padding-right:16px;}
}

/* =========================================================
AMALEY TEMPLATES v1.2.1 — SHOP DISCOVERY CONTROL SUPPORT
Scoped only to Amaley Templates + Discovery Engine output.
========================================================= */
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__filters,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field input,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field select,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__apply,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__reset,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__quick-pill,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__chip,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__template-card,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__card,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__page-link,
.amaley-tpl-shop-hero__pill{
  transition:background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field input:focus,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field select:focus{
  outline:none;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__template-card{
  overflow:visible;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

/* =========================================================
AMALEY TEMPLATES v1.2.2 — SHOP MAIN SECTION COMPLETION
Purpose: expose stronger Elementor styling hooks for the Shop Discovery main section.
Safety: scoped only to .amaley-tpl-shop-discovery and nested Discovery output.
========================================================= */
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__results-wrap,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__result-actions,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__result-sort,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__mobile-filter-button,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__mobile-count,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__mobile-toolbar,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__filter-drawer-head,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__drawer-backdrop,
.amaley-tpl-shop-discovery .amaley-native-product-card-v1,
.amaley-tpl-shop-discovery .amaley-native-product-card-v1__image,
.amaley-tpl-shop-discovery .amaley-native-product-card-v1__title a,
.amaley-tpl-shop-discovery .amaley-native-product-card-v1__button{
  transition:background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease, opacity .22s ease;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__results-wrap{
  min-width:0;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__result-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__result-sort{
  min-height:38px;
  border:1px solid rgba(194,136,10,.26);
  background:#FFF8EA;
  color:#2E1203;
  outline:none;
}

.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__template-card:hover{
  z-index:2;
}

.amaley-tpl-shop-discovery .amaley-native-product-card-v1__image{
  width:100%;
  object-fit:cover;
}

.amaley-tpl-shop-discovery .amaley-native-product-card-v1__button:hover{
  text-decoration:none;
}

@media(max-width:960px){
  .amaley-tpl-shop-discovery .amaley-discovery-engine-v1__result-actions{
    width:100%;
    justify-content:flex-start;
  }
}

@media(max-width:767px){
  .amaley-tpl-shop-discovery .amaley-discovery-engine-v1__mobile-toolbar{
    width:100%;
  }
  .amaley-tpl-shop-discovery .amaley-discovery-engine-v1__mobile-filter-button{
    min-height:42px;
  }
}


/* =========================================================
AMALEY TEMPLATES v1.2.3 — PRODUCT HERO BREADCRUMB PLACEMENT FIX
Purpose: move breadcrumb/card above product hero grid by default so it does not create
a large blank block inside the right product summary column.
Safety: scoped only to .amaley-tpl-product-hero.
========================================================= */
.amaley-tpl-product-hero__breadcrumb--top{
  grid-column:1 / -1;
  width:100%;
  margin:0 0 4px 0;
  min-height:0;
  padding:14px 18px;
  background:rgba(234,217,184,.58);
}

.amaley-tpl-product-hero__breadcrumb--summary{
  min-height:0;
}

.amaley-tpl-product-hero__breadcrumb--top .woocommerce-breadcrumb,
.amaley-tpl-product-hero__breadcrumb--summary .woocommerce-breadcrumb{
  margin:0;
}

@media(max-width:767px){
  .amaley-tpl-product-hero__breadcrumb--top{
    padding:12px 14px;
    margin-bottom:0;
  }
}


/* =========================================================
AMALEY TEMPLATES v1.2.5 — SINGLE PRODUCT POLISH + RESPONSIVE BALANCE
Purpose: compact, balanced, premium single product layout across desktop/tablet/mobile.
Safety: scoped only to .amaley-tpl-*; no WooCommerce/Freshen/Apus/global override.
========================================================= */

.amaley-tpl-product-hero{
  gap:clamp(22px,3vw,36px);
  padding:clamp(20px,3vw,34px);
  background:#FBF5E6;
  border:0;
}

.amaley-tpl-product-hero__breadcrumb--top{
  padding:12px 16px;
  margin:0 0 2px;
  background:rgba(234,217,184,.62);
  border:1px solid rgba(194,136,10,.16);
  min-height:auto;
}

.amaley-tpl-product-hero__breadcrumb--top:before{
  opacity:.75;
}

.amaley-tpl-product-hero__breadcrumb,
.amaley-tpl-product-hero__breadcrumb .woocommerce-breadcrumb{
  line-height:1.35;
}

.amaley-tpl-product-hero__main-image{
  border-color:rgba(194,136,10,.22);
  background:#F0DFC0;
}

.amaley-tpl-product-hero__thumbs{
  padding-bottom:2px;
}

.amaley-tpl-product-hero__thumb{
  width:56px;
  height:56px;
  border-color:rgba(194,136,10,.28);
}

.amaley-tpl-product-hero__mini-origin{
  margin-top:10px;
  padding:11px 13px;
  border-color:rgba(194,136,10,.28);
  background:#FFF8EA;
}

.amaley-tpl-product-hero__mini-origin strong{
  font-size:15px;
  line-height:1.28;
}

.amaley-tpl-product-hero__origin-line{
  margin-bottom:7px;
  font-size:9px;
  line-height:1.35;
}

.amaley-tpl-product-hero__title{
  margin:7px 0 7px;
  font-size:clamp(30px,3.15vw,40px);
  line-height:1.05;
  letter-spacing:-.02em;
}

.amaley-tpl-product-hero__rating{
  margin-bottom:10px;
}

.amaley-tpl-product-hero__price{
  padding:11px 0;
  margin-bottom:12px;
  font-size:clamp(24px,2.35vw,30px);
}

.amaley-tpl-product-hero__short-desc{
  max-width:680px;
  margin-bottom:13px;
  font-size:13.2px;
  line-height:1.62;
}

.amaley-tpl-product-hero__badges{
  margin-bottom:12px;
}

.amaley-tpl-product-hero__badges span{
  padding:4px 8px;
  border-color:rgba(194,136,10,.32);
}

.amaley-tpl-product-hero form.cart{
  gap:10px;
}

.amaley-tpl-product-hero form.cart .quantity,
.amaley-tpl-product-hero form.cart .qty,
.amaley-tpl-product-hero form.cart .single_add_to_cart_button,
.amaley-tpl-product-hero form.cart button.single_add_to_cart_button,
.amaley-tpl-buy-now-button,
.amaley-tpl-wishlist-placeholder{
  min-height:40px;
}

.amaley-tpl-product-hero form.cart .single_add_to_cart_button,
.amaley-tpl-product-hero form.cart button.single_add_to_cart_button{
  line-height:40px;
  padding-left:24px;
  padding-right:24px;
}

.amaley-tpl-product-hero__action-row{
  margin-bottom:8px;
}

.amaley-tpl-product-hero__meta{
  margin-top:0;
  font-size:10px;
  opacity:.92;
}

.amaley-tpl-trust-strip{
  background:#EAD9B8;
  border-top:1px solid rgba(194,136,10,.28);
  border-bottom:1px solid rgba(194,136,10,.28);
}

.amaley-tpl-trust-strip__item{
  min-height:58px;
  padding:11px 18px;
  gap:10px;
}

.amaley-tpl-trust-strip__icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
}

.amaley-tpl-trust-strip__item strong{
  font-size:11.5px;
  line-height:1.2;
}

.amaley-tpl-trust-strip__item span{
  font-size:9.5px;
  line-height:1.25;
}

.amaley-tpl-info-tabs{
  background:#FBF5E6;
}

.amaley-tpl-info-tabs__nav{
  padding:0 0 0 0;
  border-bottom:1px solid rgba(194,136,10,.28);
}

.amaley-tpl-info-tabs__nav button{
  padding:11px 17px;
  font-size:9px;
  line-height:1;
  min-height:42px;
}

.amaley-tpl-info-tabs__panel{
  padding:18px 0;
  font-size:13.2px;
  line-height:1.68;
}

.amaley-tpl-info-tabs__panel > p{
  max-width:980px;
  margin:0 0 16px;
  color:#7A4520;
}

.amaley-tpl-info-tabs__panel table{
  width:100%;
  margin:14px 0 0;
  border:1px solid rgba(194,136,10,.24);
  border-collapse:separate;
  border-spacing:0;
  background:#FFF8EA;
  overflow:hidden;
}

.amaley-tpl-info-tabs__panel tr + tr td{
  border-top:1px solid rgba(194,136,10,.18);
}

.amaley-tpl-info-tabs__panel td{
  padding:11px 14px;
  border:0;
  vertical-align:top;
}

.amaley-tpl-info-tabs__panel td:first-child{
  width:210px;
  background:rgba(247,239,226,.72);
  color:#2E1203;
}

.amaley-tpl-info-tabs__panel td:last-child{
  color:#7A4520;
}

.amaley-tpl-info-tabs .amaley-tpl-origin-panel--inside-tabs{
  padding:22px 24px;
  background:#FFF8EA;
  border:1px solid rgba(194,136,10,.24);
}

.amaley-tpl-origin-panel__head h2{
  margin:5px 0 7px;
  font-size:clamp(26px,2.6vw,32px);
  line-height:1.08;
}

.amaley-tpl-origin-panel__head p,
.amaley-tpl-origin-panel__story p{
  max-width:980px;
  font-size:13px;
  line-height:1.62;
  color:#7A4520;
}

.amaley-tpl-origin-panel__grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:18px 0 18px;
}

.amaley-tpl-origin-panel__item{
  min-height:70px;
  padding:11px 12px;
  gap:10px;
  border-color:rgba(194,136,10,.25);
  background:#FFF8EA;
}

.amaley-tpl-origin-panel__icon{
  width:36px;
  height:36px;
  flex-basis:36px;
}

.amaley-tpl-origin-panel__label{
  font-size:8px;
  letter-spacing:.12em;
  margin-bottom:4px;
}

.amaley-tpl-origin-panel__item strong,
.amaley-tpl-origin-panel__item a{
  font-size:14.5px;
  line-height:1.18;
}

.amaley-tpl-origin-panel__story{
  padding-top:14px;
}

.amaley-tpl-origin-panel__story blockquote{
  margin-top:12px;
  padding:17px 20px;
  background:#FFFDF8;
  font-size:14.5px;
  line-height:1.55;
}

@media(max-width:1180px){
  .amaley-tpl-product-hero{
    grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);
    gap:24px;
    padding:24px;
  }
  .amaley-tpl-origin-panel__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:960px){
  .amaley-tpl-product-hero{
    grid-template-columns:1fr;
    padding:22px;
  }
  .amaley-tpl-product-hero__main-image{
    aspect-ratio:4/3;
  }
  .amaley-tpl-trust-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .amaley-tpl-trust-strip__item{
    padding:10px 12px;
  }
}

@media(max-width:767px){
  .amaley-tpl-product-hero{
    padding:16px 14px;
    gap:16px;
  }
  .amaley-tpl-product-hero__breadcrumb--top{
    padding:10px 12px;
  }
  .amaley-tpl-product-hero__main-image{
    aspect-ratio:1/1;
  }
  .amaley-tpl-product-hero__title{
    font-size:29px;
  }
  .amaley-tpl-product-hero__short-desc{
    font-size:12.8px;
    line-height:1.58;
  }
  .amaley-tpl-product-hero__badges span{
    font-size:8px;
  }
  .amaley-tpl-product-hero form.cart{
    grid-template-columns:88px 1fr;
    gap:8px;
  }
  .amaley-tpl-product-hero__action-row{
    display:grid;
    grid-template-columns:1fr 40px;
    gap:8px;
  }
  .amaley-tpl-wishlist-placeholder{
    width:40px;
    height:40px;
  }
  .amaley-tpl-trust-strip{
    grid-template-columns:1fr;
  }
  .amaley-tpl-trust-strip__item{
    min-height:52px;
    padding:10px 14px;
  }
  .amaley-tpl-info-tabs__nav{
    overflow-x:auto;
    flex-wrap:nowrap;
    scrollbar-width:thin;
  }
  .amaley-tpl-info-tabs__nav button{
    min-width:max-content;
    padding:11px 13px;
  }
  .amaley-tpl-info-tabs__panel{
    padding:15px 0;
  }
  .amaley-tpl-info-tabs .amaley-tpl-origin-panel--inside-tabs{
    padding:16px 13px;
  }
  .amaley-tpl-origin-panel__grid{
    grid-template-columns:1fr;
    gap:8px;
    margin:15px 0;
  }
  .amaley-tpl-origin-panel__item{
    min-height:64px;
  }
  .amaley-tpl-info-tabs__panel table,
  .amaley-tpl-info-tabs__panel tbody,
  .amaley-tpl-info-tabs__panel tr,
  .amaley-tpl-info-tabs__panel td{
    display:block;
    width:100%;
  }
  .amaley-tpl-info-tabs__panel td:first-child{
    width:100%;
    padding:10px 12px 3px;
    background:#FFF8EA;
  }
  .amaley-tpl-info-tabs__panel td:last-child{
    padding:0 12px 10px;
  }
}

@media(max-width:480px){
  .amaley-tpl-product-hero{
    padding:14px 12px;
  }
  .amaley-tpl-product-hero__title{
    font-size:27px;
  }
  .amaley-tpl-product-hero__price{
    font-size:23px;
  }
  .amaley-tpl-product-hero form.cart{
    grid-template-columns:1fr;
  }
  .amaley-tpl-product-hero form.cart .single_add_to_cart_button,
  .amaley-tpl-product-hero form.cart button.single_add_to_cart_button,
  .amaley-tpl-buy-now-button{
    width:100%;
  }
  .amaley-tpl-origin-panel__head h2{
    font-size:24px;
  }
}


/* =========================================================
AMALEY TEMPLATES v1.2.5 — SHOP DISCOVERY CONTROL SUPPORT
These selectors are scoped only inside Amaley Templates Shop Discovery.
========================================================= */
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__filter-panel-kicker,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__filter-panel-title,
.amaley-tpl-shop-discovery .amaley-discovery-engine-v1__field-label{
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
