.ws-content{padding-top:45px;padding-bottom:65px;min-height:330px}.ws-breadcrumb{background:#f4f0eb;padding:28px 0;color:#765638}.ws-breadcrumb h1{font-size:34px;margin-top:15px;color:#253d4e}.ws-product{display:grid;grid-template-columns:1fr 1fr;gap:45px}.ws-product-main{width:100%;height:480px;object-fit:contain;border:1px solid #ececec;border-radius:10px}.ws-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}.ws-thumbs button{background:#fff;border:1px solid #ddd;border-radius:5px;padding:4px}.ws-thumbs img{height:75px;width:75px;object-fit:contain}.ws-price{font-size:28px;font-weight:700;margin:24px 0}.ws-price del{font-size:19px;color:#888}.ws-preline{white-space:pre-line;line-height:1.9;overflow-wrap:anywhere}.ws-form{display:grid;gap:17px}.ws-form label{display:grid;gap:7px}.ws-form input,.ws-form textarea,.ws-form select,.ws-filters input,.ws-filters select,.ws-inline input{border:1px solid #ddd;border-radius:5px;padding:12px;width:100%;background:#fff;color:#253d4e}.ws-form input[type=checkbox]{width:auto;justify-self:start}.ws-auth{max-width:480px;margin:0 auto}.ws-notice{padding:18px 24px;background:#f4f0e7;border:1px solid #dbc8a8;margin:20px auto;max-width:1200px;color:#604827}.ws-summary{padding:25px;background:#f7f5f1;margin:24px 0;border-radius:8px}.ws-summary p{margin:12px 0}.ws-table-wrap{overflow:auto}.ws-table{width:100%;border-collapse:collapse}.ws-table td,.ws-table th{padding:18px 12px;border-bottom:1px solid #ddd;text-align:left;vertical-align:middle}.ws-inline{display:flex;gap:10px;align-items:center}.ws-inline input{max-width:80px}.ws-filters{display:flex;gap:12px;margin-bottom:30px}.ws-filters input{flex:1}.ws-filters select{max-width:260px}.ws-article{max-width:950px}.ws-article-image{max-height:450px;width:100%;object-fit:contain;margin-bottom:30px}.ws-blog-image{width:100%;height:250px;object-fit:cover;border-radius:8px;margin-bottom:18px}.header-logo img,.mobile-logo img{max-height:85px;object-fit:contain}.dropdown-account button{border:0;background:none;padding:10px}.card-grid-inner .tools form{margin:0}.box-btn-cart form .btn{width:100%}button:disabled{opacity:.55;cursor:not-allowed}.ws-content p{margin:12px 0}.ws-content h2,.ws-content h3{margin-bottom:18px}@media(max-width:767px){.ws-product{grid-template-columns:1fr;gap:20px}.ws-product-main{height:340px}.ws-breadcrumb h1{font-size:26px}.ws-filters{flex-direction:column}.ws-filters select{max-width:100%}.ws-table{min-width:600px}.footer .width-25,.footer .width-20,.footer .width-16,.footer .width-23{width:100%;max-width:100%;flex:0 0 100%}.header-logo{display:block!important;min-width:100px}.header-logo img{width:120px;max-width:100%;display:block!important}.ws-content{padding-top:25px;padding-bottom:40px}}

.main-menu .sub-menu{max-height:300px;overflow-y:auto}.mobile-menu .sub-menu{max-height:280px;overflow-y:auto}

/* ===== Header alignment refinements ===== */
.header .container{max-width:94%}
.header .main-header .header-left{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:78px;
  padding:8px 0;
}
.header .main-header .header-left .header-logo{
  flex:0 0 138px;
  width:138px;
  max-width:138px;
  margin:0;
}
.header .main-header .header-left .header-logo a{
  align-items:center;
  justify-content:flex-start;
}
.header .main-header .header-left .header-logo a img{
  width:100%;
  max-width:138px;
  max-height:72px;
  min-height:0;
  object-fit:contain;
}
.header .main-header .header-left .header-search{
  flex:1 1 360px;
  width:auto;
  max-width:430px;
  min-width:250px;
}
.header .main-header .header-left .header-nav{
  flex:0 1 auto;
  width:auto;
  min-width:0;
  text-align:center;
}
.header .main-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:0;
  margin:0;
}
.header .main-menu li a{
  padding:13px 9px;
  white-space:nowrap;
}
.header .main-header .header-left .header-shop{
  flex:0 0 auto;
  width:auto;
  min-width:max-content;
  text-align:right;
  white-space:nowrap;
}
.header .main-header .header-left .header-shop .icon-list{
  margin-left:8px;
}
.header .main-header .header-left .header-search .box-header-search{
  background:#fff;
}
.header .main-header .header-left .header-search .box-keysearch input{
  min-height:36px;
}


@media(max-width:1550px) and (min-width:1200px){
  .header .main-header .header-left .header-shop .icon-list>span:not(.number-item){display:none}
  .header .main-header .header-left .header-shop .icon-list{width:31px;height:31px;padding:0;background-position:center center;background-size:23px auto;margin-left:6px}
  .header .main-header .header-left .header-shop .number-item{left:18px;top:-8px}
}

/* ===== About page ===== */
.ws-about-page{
  --ws-red:#b20c0b;
  --ws-gold:#d08a12;
  --ws-ink:#253d4e;
  --ws-cream:#f8f3ec;
  --ws-border:#eadfd2;
  overflow:hidden;
}
.ws-about-hero{
  padding:64px 0 56px;
  background:linear-gradient(135deg,#fff 0%,#fff 58%,#f8f2ea 58%,#f4eadf 100%);
  border-bottom:1px solid var(--ws-border);
}
.ws-about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  gap:58px;
  align-items:center;
}
.ws-about-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--ws-red);
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.ws-about-eyebrow::before{
  content:"";
  width:34px;
  height:2px;
  border-radius:2px;
  background:var(--ws-gold);
}
.ws-about-hero-copy h1{
  max-width:600px;
  margin:0 0 20px;
  color:var(--ws-ink);
  font-size:clamp(42px,4.4vw,66px);
  line-height:1.06;
  letter-spacing:-1.7px;
}
.ws-about-lead{
  max-width:610px;
  margin:0;
  color:#5f6b72;
  font-size:18px;
  line-height:1.85;
  white-space:pre-line;
}
.ws-about-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:30px;
}
.ws-about-primary,
.ws-about-promise .btn{
  border-radius:7px;
  padding:13px 24px;
}
.ws-about-link{
  color:var(--ws-ink);
  font-weight:700;
  text-decoration:none;
}
.ws-about-link span{color:var(--ws-red);margin-left:4px;transition:transform .2s ease;display:inline-block}
.ws-about-link:hover{color:var(--ws-red)}
.ws-about-link:hover span{transform:translateX(4px)}
.ws-about-hero-media{
  position:relative;
  min-width:0;
}
.ws-about-hero-media::before{
  content:"";
  position:absolute;
  inset:-18px 22px 18px -18px;
  border:1px solid #dcc7ae;
  border-radius:22px;
  z-index:0;
}
.ws-about-hero-media img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  aspect-ratio:1.32/1;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 24px 50px rgba(68,44,23,.16);
}
.ws-about-media-badge{
  position:absolute;
  right:-18px;
  bottom:-24px;
  z-index:2;
  min-width:210px;
  padding:17px 20px;
  background:#fff;
  border-left:4px solid var(--ws-red);
  border-radius:8px;
  box-shadow:0 18px 35px rgba(47,38,29,.16);
}
.ws-about-media-badge strong,
.ws-about-media-badge span{display:block}
.ws-about-media-badge strong{color:var(--ws-ink);font-size:17px;margin-bottom:3px}
.ws-about-media-badge span{color:#7b8388;font-size:13px}
.ws-about-values{
  padding:46px 0;
  background:#fff;
}
.ws-about-values-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--ws-border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 35px rgba(51,39,27,.06);
}
.ws-about-value{
  display:flex;
  gap:17px;
  padding:27px 28px;
  min-height:152px;
}
.ws-about-value+ .ws-about-value{border-left:1px solid var(--ws-border)}
.ws-about-value>span{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f8eee4;
  color:var(--ws-red);
  font-size:12px;
  font-weight:800;
}
.ws-about-value h3{margin:1px 0 8px;color:var(--ws-ink);font-size:19px}
.ws-about-value p{margin:0;color:#6c7479;font-size:14px;line-height:1.7}
.ws-about-story{padding-top:42px;padding-bottom:78px}
.ws-about-story-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:64px;
  align-items:center;
}
.ws-about-story-image{
  position:relative;
  padding:0 22px 22px 0;
}
.ws-about-story-image::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:72%;
  height:72%;
  background:#f3e5d5;
  border-radius:18px;
  z-index:-1;
}
.ws-about-story-image img{
  display:block;
  width:100%;
  min-height:330px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 22px 45px rgba(49,38,27,.13);
}
.ws-about-story-copy h2,
.ws-about-promise h2{
  color:var(--ws-ink);
  font-size:clamp(30px,3vw,43px);
  line-height:1.17;
  letter-spacing:-.8px;
}
.ws-about-story-copy>p{
  color:#68737a;
  font-size:16px;
  line-height:1.85;
}
.ws-about-checks{display:grid;gap:18px;margin-top:28px}
.ws-about-checks>div{display:flex;gap:13px;align-items:flex-start}
.ws-about-checks>div>span{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  margin-top:2px;
  border-radius:50%;
  background:#f8eee4;
  color:var(--ws-red);
  font-weight:900;
}
.ws-about-checks p{margin:0;color:#6c7479;line-height:1.65}
.ws-about-checks strong{color:var(--ws-ink);font-size:16px}
.ws-about-promise{
  padding:0 0 72px;
}
.ws-about-promise-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  padding:46px 50px;
  background:linear-gradient(120deg,#f8f1e8,#fff7ee);
  border:1px solid var(--ws-border);
  border-radius:18px;
}
.ws-about-promise-box>div:first-child{max-width:700px}
.ws-about-promise h2{margin:0 0 10px;font-size:34px}
.ws-about-promise p{margin:0;color:#68737a;line-height:1.7}
.ws-about-promise-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}

@media(max-width:1399.98px){
  .header .main-header .header-left{gap:13px}
  .header .main-header .header-left .header-logo{flex-basis:120px;width:120px;max-width:120px}
  .header .main-header .header-left .header-logo a img{max-width:120px}
  .header .main-header .header-left .header-search{max-width:360px;min-width:220px}
  .header .main-menu li a{padding-left:7px;padding-right:7px;font-size:15px}
  .header .main-header .header-left .header-shop{width:auto;min-width:max-content;padding-right:0}
  .header .main-header .header-left .header-shop .icon-list{padding-left:26px;padding-right:7px;width:auto;height:auto}
}
@media(max-width:1199.98px){
  .topbar{padding-left:20px;padding-right:20px}
  .header .main-header .header-left{min-height:72px;gap:14px}
  .header .main-header .header-left .header-logo{flex:0 0 130px;width:130px;max-width:130px}
  .header .main-header .header-left .header-logo a img{max-width:130px}
  .header .main-header .header-left .header-search{flex:1 1 auto;width:auto;max-width:none;min-width:180px}
  .header .main-header .header-left .header-nav{width:auto;flex:0 0 32px;display:flex;justify-content:center}
  .header .main-header .header-left .header-shop{width:auto;min-width:max-content;padding-right:0}
  .header .main-header .header-left .header-shop .icon-list>span:not(.number-item){display:none}
  .header .main-header .header-left .header-shop .icon-list{width:31px;height:31px;padding:0;background-position:center center;background-size:23px auto;margin-left:5px}
  .header .main-header .header-left .header-shop .number-item{left:18px;top:-8px}
  .ws-about-hero-grid{grid-template-columns:1fr;gap:42px}
  .ws-about-hero-copy{max-width:780px}
  .ws-about-hero-media{max-width:850px}
  .ws-about-story-grid{gap:42px}
}
@media(max-width:991.98px){
  .header .main-header .header-left .header-shop .icon-list{margin-left:3px}
  .ws-about-hero{padding-top:48px}
  .ws-about-values-grid{grid-template-columns:1fr}
  .ws-about-value+ .ws-about-value{border-left:0;border-top:1px solid var(--ws-border)}
  .ws-about-value{min-height:auto}
  .ws-about-story-grid{grid-template-columns:1fr}
  .ws-about-story-image{max-width:760px}
  .ws-about-promise-box{align-items:flex-start;flex-direction:column;padding:38px}
  .ws-about-promise-actions{justify-content:flex-start}
}
@media(max-width:767.98px){
  .topbar{min-height:34px}
  .header .container{max-width:100%}
  .header .main-header .header-left{min-height:64px;padding:6px 0;gap:10px}
  .header .main-header .header-left .header-logo{flex:0 0 108px;width:108px;max-width:108px;margin:0!important}
  .header .main-header .header-left .header-logo a img{width:108px;max-width:108px;max-height:56px}
  .header .main-header .header-left .header-search{display:none}
  .header .main-header .header-left .header-shop{margin-left:auto;min-width:0;padding:0}
  .header .main-header .header-left .header-shop .icon-list{margin-left:1px;padding-left:27px;padding-right:2px}
  .header .main-header .header-left .header-nav{order:4;flex-basis:30px}
  .ws-about-hero{padding:40px 0 48px;background:linear-gradient(160deg,#fff 0%,#fff 62%,#f7eee4 62%,#f7eee4 100%)}
  .ws-about-hero-grid{gap:32px}
  .ws-about-hero-copy h1{font-size:38px;letter-spacing:-.8px}
  .ws-about-lead{font-size:16px;line-height:1.75}
  .ws-about-hero-media::before{inset:-10px 12px 12px -10px}
  .ws-about-hero-media img{aspect-ratio:1.55/1;border-radius:14px}
  .ws-about-media-badge{right:10px;bottom:-22px;min-width:190px}
  .ws-about-values{padding:48px 0 34px}
  .ws-about-value{padding:22px}
  .ws-about-story{padding-top:32px;padding-bottom:52px}
  .ws-about-story-image{padding:0 12px 12px 0}
  .ws-about-story-image img{min-height:250px;border-radius:14px}
  .ws-about-story-copy h2{font-size:30px}
  .ws-about-promise{padding-bottom:50px}
  .ws-about-promise-box{padding:30px 24px}
  .ws-about-promise h2{font-size:28px}
}
@media(max-width:575.98px){
  .header-logo{margin-left:0!important}
  .header .main-header .header-left .header-shop .icon-list span:not(.number-item){display:none}
  .header .main-header .header-left .header-shop .icon-list{width:30px;height:30px;padding:0;background-position:center center;background-size:22px auto}
  .header .main-header .header-left .header-shop .number-item{left:17px;top:-8px}
  .ws-about-actions{gap:18px}
  .ws-about-actions .btn{width:100%;text-align:center}
  .ws-about-link{width:100%;text-align:center}
  .ws-about-value{gap:13px}
  .ws-about-promise-actions{width:100%}
  .ws-about-promise-actions .btn{flex:1 1 140px;text-align:center}
}

/* ===== Header search category / placeholder alignment fix ===== */
.header .main-header .header-left .header-search .box-header-search .form-search{
  display:flex;
  align-items:center;
  width:100%;
}
.header .main-header .header-left .header-search .box-header-search .box-category{
  position:relative;
  flex:0 0 142px;
  width:142px;
  min-width:142px;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #EBF0F3;
}
.header .main-header .header-left .header-search .box-header-search .box-category::before{
  display:none !important;
}
.header .main-header .header-left .header-search .box-header-search .box-category > .select2-container{
  display:block;
  width:100% !important;
  max-width:100%;
}
.header .main-header .header-left .header-search .box-header-search .box-category .select2-selection--single{
  height:38px;
  border:0;
  background:transparent;
}
.header .main-header .header-left .header-search .box-header-search .box-category .select2-selection__rendered{
  height:38px;
  line-height:38px;
  padding-left:4px;
  padding-right:26px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.header .main-header .header-left .header-search .box-header-search .box-category .select2-selection__arrow{
  top:6px;
  right:4px;
  width:20px;
  height:26px;
}
.header .main-header .header-left .header-search .box-header-search .box-keysearch{
  flex:1 1 auto;
  width:auto;
  min-width:0;
}
.header .main-header .header-left .header-search .box-header-search .box-keysearch input{
  width:100%;
  padding-left:4px !important;
}
@media(max-width:1399.98px) and (min-width:768px){
  .header .main-header .header-left .header-search .box-header-search .box-category{
    flex-basis:132px;
    width:132px;
    min-width:132px;
  }
}

/* ===== Header mini-cart alignment / overflow fix ===== */
.header .box-dropdown-cart .dropdown-cart{
  right:0;
  top:calc(100% + 16px);
  width:330px;
  max-width:calc(100vw - 24px);
  padding:18px;
  box-sizing:border-box;
  border-radius:8px;
  box-shadow:0 12px 32px rgba(35,45,55,.14);
}
.header .box-dropdown-cart .dropdown-cart p{
  margin:0 0 12px;
  text-align:center;
  line-height:1.45;
}
.header .box-dropdown-cart .dropdown-cart .btn{
  display:block;
  width:100% !important;
  max-width:100%;
  box-sizing:border-box;
  margin:0;
  white-space:nowrap;
}
.header .box-dropdown-cart .dropdown-cart .btn + .btn{
  margin-top:9px;
}
@media(max-width:575.98px){
  .header .box-dropdown-cart .dropdown-cart{
    right:-6px;
    width:290px;
    max-width:calc(100vw - 20px);
    padding:15px;
  }
}

/* ===== Product detail page refinement ===== */
.ws-product-detail-page{
  background:#fff;
  color:#253d4e;
}
.ws-product-crumbbar{
  background:#f7f3ee;
  border-top:1px solid #eee6de;
  border-bottom:1px solid #eee6de;
}
.ws-product-crumbs{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#8b6d52;
  font-size:14px;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
}
.ws-product-crumbs a{
  color:#9b5b18;
  text-decoration:none;
  flex:0 0 auto;
}
.ws-product-crumbs a:hover{color:#bd0b08}
.ws-product-crumbs .current{
  color:#6f7479;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ws-product-detail-wrap{
  padding-top:44px;
  padding-bottom:72px;
}
.ws-product-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:54px;
  align-items:start;
}
.ws-product-gallery{min-width:0}
.ws-product-main-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:520px;
  padding:22px;
  background:#fff;
  border:1px solid #e9e4df;
  border-radius:16px;
  overflow:hidden;
}
.ws-product-main{
  width:100%;
  height:500px;
  object-fit:contain;
  border:0;
  border-radius:10px;
  background:#fff;
}
.ws-product-badge{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  padding:7px 12px;
  border-radius:999px;
  background:#b90d09;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.25px;
}
.ws-thumbs{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:16px 0 0;
}
.ws-thumbs button{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  padding:5px;
  background:#fff;
  border:1px solid #dedede;
  border-radius:9px;
  cursor:pointer;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ws-thumbs button:hover,.ws-thumbs button.is-active{
  border-color:#b90d09;
  box-shadow:0 0 0 1px #b90d09 inset;
}
.ws-thumbs img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ws-product-info{
  min-width:0;
  padding:10px 0 0;
}
.ws-product-meta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:13px;
}
.ws-product-brand{
  color:#b90d09;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.ws-product-category{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  background:#f8f1e9;
  color:#805b39;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}
.ws-product-title{
  margin:0;
  color:#253d4e;
  font-size:clamp(32px,3.05vw,46px);
  line-height:1.17;
  letter-spacing:-.9px;
  overflow-wrap:anywhere;
}
.ws-product-status-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:26px 0 0;
  padding:20px 0;
  border-top:1px solid #eee8e2;
  border-bottom:1px solid #eee8e2;
}
.ws-product-price{
  display:flex;
  align-items:baseline;
  gap:11px;
  flex-wrap:wrap;
}
.ws-product-price .current-price{
  color:#b90d09;
  font-size:30px;
  line-height:1;
  font-weight:800;
}
.ws-product-price del{
  color:#999;
  font-size:17px;
}
.ws-stock{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.ws-stock.in-stock{background:#edf8f0;color:#27833e}
.ws-stock.out-stock{background:#fff0ef;color:#b90d09}
.ws-stock-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:currentColor;
}
.ws-product-description{
  margin-top:25px;
}
.ws-product-description h2{
  margin:0 0 10px;
  color:#253d4e;
  font-size:19px;
  line-height:1.3;
}
.ws-product-description .ws-preline{
  margin:0;
  color:#66737c;
  font-size:15px;
  line-height:1.8;
  white-space:pre-line;
  overflow-wrap:anywhere;
}
.ws-product-buy-panel{
  margin-top:27px;
  padding:20px;
  background:#faf7f3;
  border:1px solid #eee2d7;
  border-radius:13px;
}
.ws-product-cart-form{
  display:grid;
  grid-template-columns:118px minmax(180px,1fr);
  gap:12px;
  align-items:end;
}
.ws-qty-field{
  display:grid;
  gap:7px;
  margin:0;
  color:#4c5a63;
  font-size:13px;
  font-weight:700;
}
.ws-qty-field input{
  width:100%;
  height:48px;
  padding:8px 12px;
  border:1px solid #d9d1c9;
  border-radius:7px;
  background:#fff;
  color:#253d4e;
  font-size:15px;
}
.ws-add-cart-btn{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  font-weight:700;
}
.ws-product-wishlist-form{margin-top:10px}
.ws-wishlist-btn{
  width:100%;
  min-height:45px;
  border-radius:7px;
}
.ws-product-trust-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px;
}
.ws-product-trust-row>div{
  min-width:0;
  padding:14px 15px;
  border:1px solid #eee8e2;
  border-radius:10px;
  background:#fff;
}
.ws-product-trust-row strong,
.ws-product-trust-row span{display:block}
.ws-product-trust-row strong{
  margin-bottom:4px;
  color:#344a58;
  font-size:13px;
}
.ws-product-trust-row span{
  color:#7c858b;
  font-size:12px;
  line-height:1.55;
}
@media(max-width:991.98px){
  .ws-product-detail-grid{grid-template-columns:1fr;gap:34px}
  .ws-product-gallery{max-width:760px;width:100%;margin:0 auto}
  .ws-product-info{padding-top:0}
}
@media(max-width:767.98px){
  .ws-product-crumbs{min-height:50px;font-size:12px;gap:7px}
  .ws-product-detail-wrap{padding-top:26px;padding-bottom:48px}
  .ws-product-main-wrap{min-height:340px;padding:12px;border-radius:12px}
  .ws-product-main{height:330px}
  .ws-thumbs{gap:8px}
  .ws-thumbs button{width:68px;height:68px}
  .ws-product-meta-row{align-items:flex-start;flex-direction:column;gap:9px}
  .ws-product-title{font-size:31px;line-height:1.2;letter-spacing:-.5px}
  .ws-product-status-row{align-items:flex-start;flex-direction:column;gap:13px;margin-top:20px;padding:16px 0}
  .ws-product-price .current-price{font-size:27px}
  .ws-product-buy-panel{padding:15px}
  .ws-product-cart-form{grid-template-columns:96px minmax(0,1fr);gap:9px}
  .ws-product-trust-row{grid-template-columns:1fr}
}
@media(max-width:420px){
  .ws-product-cart-form{grid-template-columns:1fr}
  .ws-product-main-wrap{min-height:300px}
  .ws-product-main{height:290px}
}

/* ===== Best Products category cards ===== */
.ws-best-products{
  padding:22px 0 12px;
}
.ws-best-products-heading{
  margin-bottom:30px;
}
.ws-best-products-heading h3{
  margin:0;
  color:#b20c0b;
  font-size:32px;
  line-height:1.2;
  font-weight:700;
}
.ws-best-products-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.ws-best-product-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid #ebe6e0;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(53,38,23,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ws-best-product-card:hover{
  transform:translateY(-4px);
  border-color:#dfcfc2;
  box-shadow:0 14px 32px rgba(53,38,23,.11);
}
.ws-best-product-image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:190px;
  padding:14px;
  overflow:hidden;
  background:#fff;
  border-bottom:1px solid #f1ece8;
}
.ws-best-product-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .25s ease;
}
.ws-best-product-card:hover .ws-best-product-image img{
  transform:scale(1.025);
}
.ws-best-product-body{
  display:flex;
  flex:1;
  flex-direction:column;
  align-items:flex-start;
  padding:18px 18px 20px;
}
.ws-best-product-title{
  display:block;
  width:100%;
  text-decoration:none;
}
.ws-best-product-title h5{
  margin:0 0 10px;
  color:#b20c0b;
  font-size:20px;
  line-height:1.3;
  font-weight:700;
}
.ws-best-product-description{
  display:-webkit-box;
  width:100%;
  margin:0 0 16px;
  overflow:hidden;
  color:#8198c5;
  font-size:15px;
  line-height:1.65;
  text-align:left;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  line-clamp:4;
}
.ws-best-product-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:auto;
  color:#b20c0b;
  font-size:14px;
  line-height:1;
  font-weight:700;
  text-decoration:none;
}
.ws-best-product-more span{
  transition:transform .2s ease;
}
.ws-best-product-more:hover{
  color:#8e0707;
}
.ws-best-product-more:hover span{
  transform:translateX(4px);
}
.ws-best-products-divider{
  margin-top:38px;
}
@media(max-width:1199.98px){
  .ws-best-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:767.98px){
  .ws-best-products{padding-top:14px;}
  .ws-best-products-heading{margin-bottom:20px;}
  .ws-best-products-heading h3{font-size:28px;}
  .ws-best-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
  .ws-best-product-image{height:160px;padding:10px;}
  .ws-best-product-body{padding:14px;}
  .ws-best-product-title h5{font-size:17px;}
  .ws-best-product-description{font-size:14px;line-height:1.55;-webkit-line-clamp:3;line-clamp:3;}
}
@media(max-width:480px){
  .ws-best-products-grid{grid-template-columns:1fr;}
  .ws-best-product-image{height:210px;}
}


/* 2026-09-24: homepage decor banner + topbar spacing */
.banner-ads::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 100%;
  background-image: url('/assets/imgs/page/homepage3/bg-left-ads.png') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 76%, transparent 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 76%, transparent 100%);
  z-index: 0;
}
.banner-ads::after {
  z-index: 1;
}
.banner-ads > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-ads::before { width: 220px; }
}
@media (max-width: 575.98px) {
  .banner-ads::before { width: 145px; opacity: .82; }
}

.info-topbar .ws-topbar-location {
  display: inline-block;
  margin-left: 8px;
}

/* 2026-09-24: responsive handcrafted wooden decor artwork */
.ws-decor-banner-section .container{
  overflow:hidden;
}
.ws-decor-banner-link{
  display:block;
  width:100%;
  overflow:hidden;
  line-height:0;
  text-decoration:none;
}
.ws-decor-banner-image{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:cover;
  object-position:center;
}
@media (max-width: 991.98px){
  .ws-decor-banner-image{
    height:260px;
    width:100%;
    object-fit:cover;
    object-position:center;
  }
}
@media (max-width: 575.98px){
  .ws-decor-banner-section{
    margin-top:20px !important;
  }
  .ws-decor-banner-section .container{
    padding-left:12px;
    padding-right:12px;
  }
  .ws-decor-banner-link{
    border-radius:4px;
  }
  .ws-decor-banner-image{
    height:220px;
    object-fit:cover;
    object-position:center;
  }
}
