:root{
  --lp-bg:#fff;
  --lp-benefits:#eee6dc;
  --lp-text:#161616;
  --lp-muted:#77716a;
  --lp-line:#e7e0d7;
  --lp-dark:#181818;
  --lp-radius:22px;
  --lp-wrap:1180px;
}

/* BASE */
.lp-page,.lp-page *{box-sizing:border-box}
.lp-page{overflow:hidden;background:var(--lp-bg);color:var(--lp-text);font-family:Arial,Helvetica,sans-serif}
.lp-page img{display:block;max-width:100%}
.lp-page button,.lp-page input,.lp-page select,.lp-page textarea{font:inherit}
.lp-wrap{width:min(var(--lp-wrap),calc(100% - 32px));margin:auto}

/* HERO */
.lp-hero{width:min(var(--lp-wrap),calc(100% - 32px));margin:34px auto 0}
.lp-hero-grid{
  display:grid;
  grid-template-columns:56% 44%;
  min-height:620px;
  overflow:hidden;
  border:1px solid var(--lp-line);
  border-bottom:0;
  border-radius:var(--lp-radius) var(--lp-radius) 0 0;
  background:#fff;
}
.lp-hero-media{position:relative;overflow:hidden;background:#eee7df}
.lp-hero-media img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:center}
.lp-badge{
  position:absolute;top:22px;left:22px;
  padding:9px 13px;border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.lp-hero-content{
  display:flex;flex-direction:column;justify-content:flex-start;
  min-width:0;padding:48px 42px 42px;
  border-left:1px solid var(--lp-line);
  background:#fff;
}
.lp-kicker{margin:0 0 14px;color:var(--lp-muted);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.lp-title{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.05;letter-spacing:-.03em}
.lp-lead{max-width:580px;margin:14px 0 0;color:var(--lp-muted);font-size:17px}
.lp-rating{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;font-size:14px}
.lp-stars{color:#d49a43;letter-spacing:.12em}
.lp-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px;margin-top:18px}
.lp-price-new{font-size:31px;font-weight:700}
.lp-price-old{color: #ff0023;font-size:18px;text-decoration:line-through}

/* FORM */
.lp-form{margin-top:22px}
.lp-form .form-group{margin-bottom:24px}
.lp-form .control-label{display:block;margin:0 0 10px;text-align:center;font-size:14px;font-weight:700;text-transform:uppercase}
.lp-form select,.lp-form input[type=text],.lp-form textarea{
  width:100%;min-height:54px;padding:0 15px;
  border:1px solid var(--lp-line);border-radius:12px;
  background:#fff;outline:0;
}
.lp-form textarea{padding-top:14px}
.lp-form select:focus,.lp-form input[type=text]:focus,.lp-form textarea:focus{border-color:#c9bfb4}

.lp-page .lp-form .options_group>div[id^="input-option"],
.lp-page .lp-form .colors-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}
.lp-page .lp-form .radio,.lp-page .lp-form .checkbox{display:block;margin:0}
.lp-page .lp-form .radio label,.lp-page .lp-form .checkbox label{
  position:relative;display:grid;place-items:center;
  width:84px;height:34px;min-height:34px;
  margin:0;padding:0;overflow:hidden;
  border:1px solid var(--lp-line);border-radius:8px;
  background:#fff;color:var(--lp-text);
  font-size:13px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;
  cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease;
}
.lp-page .lp-form .radio label:hover,.lp-page .lp-form .checkbox label:hover{border-color:#bfb5aa}
.lp-page .lp-form .radio input,.lp-page .lp-form .checkbox input{
  position:absolute!important;width:1px!important;height:1px!important;
  opacity:0!important;pointer-events:none!important;margin:0!important;
}
.lp-page .lp-form .radio label>.label-box,
.lp-page .lp-form .radio label>.im_option,
.lp-page .lp-form .checkbox label>.label-box,
.lp-page .lp-form .checkbox label>.im_option,
.lp-page .lp-form .radio label>a.imgpopcat,
.lp-page .lp-form .checkbox label>a.imgpopcat{
  display:grid!important;place-items:center!important;
  width:100%!important;height:100%!important;
  margin:0!important;padding:0!important;
  color:inherit!important;border:0!important;background:transparent!important;
  box-shadow:none!important;text-align:center!important;text-decoration:none!important;line-height:1!important;
}
.lp-page .lp-form .radio label br,
.lp-page .lp-form .checkbox label br,
.lp-page .lp-form .options-prheight{display:none!important}
.lp-page .lp-form .radio label img,.lp-page .lp-form .checkbox label img{margin:0!important}
.lp-page .lp-form .radio label.lp-selected,
.lp-page .lp-form .checkbox label.lp-selected{color:#fff;background:var(--lp-dark);border-color:var(--lp-dark)}

.lp-form .color-box{display:inline-flex!important;overflow:hidden;flex:0 0 auto;border-radius:50%!important}
.color-box-lg{width:40px;height:40px;border:1px solid #eee}
.color-box-sm{width:20px;height:20px;border:1px solid #eee}
.color-segment{height:100%;float:left}
.lp-form .img-thumbnail{width:38px;height:48px;object-fit:cover;border-radius:7px}

.lp-buy{
  width:100%;min-height:59px;border:0;border-radius:13px;
  background:var(--lp-dark);color:#fff;font-size:16px;font-weight:700;cursor:pointer;
}
.lp-buy:hover{opacity:.92}
.lp-note{display:flex;align-items:center;gap:10px;margin-top:14px;color:var(--lp-muted);font-size:13px}
.lp-note img{width:29px;height:29px;object-fit:contain}
.text-danger{margin-top:8px;color:#b33}
.has-error select,.has-error input,.has-error .radio label{border-color:#b33!important}

/* BENEFITS */
.lp-benefits{width:min(var(--lp-wrap),calc(100% - 32px));margin:auto}
.lp-benefits-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  overflow:hidden;background:var(--lp-benefits);
  border:1px solid var(--lp-line);border-top:0;
  border-radius:0 0 var(--lp-radius) var(--lp-radius);
}
.lp-benefit{padding:26px 20px;text-align:center;border-right:1px solid rgba(0,0,0,.06)}
.lp-benefit:last-child{border-right:0}
.lp-benefit strong{display:block;margin-bottom:4px;font-size:14px}
.lp-benefit span{color:var(--lp-muted);font-size:13px}

/* CONTENT */
.lp-section{padding:clamp(48px,6vw,78px) 0;background:#fff}
.lp-head{max-width:760px;margin:0 auto 30px;text-align:center}
.lp-h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.1}
.lp-sub{margin:13px 0 0;color:var(--lp-muted)}

.lp-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.lp-gallery-item{overflow:hidden;aspect-ratio:3/4;border-radius:var(--lp-radius);background:#eee}
.lp-gallery-link{display:block;width:100%;height:100%;cursor:zoom-in}
.lp-gallery-link img{width:100%;height:100%;object-fit:cover}

.lp-story{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(35px,7vw,85px)}
.lp-story-media{overflow:hidden;border-radius:var(--lp-radius);background:#eee}
.lp-story-media img{width:100%}
.lp-story-text{color:var(--lp-muted);line-height:1.6}
.lp-story-text img,.lp-story-text iframe,.lp-story-text table{max-width:100%!important;height:auto!important}
.lp-story-text table{width:100%!important;border-collapse:collapse}
.lp-story-text td,.lp-story-text th{padding:9px;border:1px solid var(--lp-line)}

.lp-info{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.lp-card{padding:clamp(24px,4vw,40px);border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:#fff}
.lp-card h3{margin:0 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:400}
.lp-info-item{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--lp-line)}
.lp-info-item:last-child{margin:0;padding:0;border:0}
.lp-info-item strong{display:block;margin-bottom:4px}
.lp-info-item span{color:var(--lp-muted);font-size:14px}

.lp-product-description{margin-top:12px;padding-top:0;color:var(--lp-muted);line-height:1.6}
.lp-product-description img,.lp-product-description iframe,.lp-product-description table{max-width:100%!important;height:auto!important}
.lp-product-description table{width:100%!important;border-collapse:collapse}
.lp-product-description td,.lp-product-description th{padding:9px;border:1px solid var(--lp-line)}

.lp-instagram-link{color:#c13584;font-weight:700;text-decoration:none}
.lp-instagram-link:hover{color:#a42b70;text-decoration:underline}

/* SIZE GUIDE */
.lp-size-guide{min-width:0}
.lp-size-guide .lp-h2{margin-bottom:24px}
.lp-table-scroll{overflow-x:auto}
.lp-size-table,.lp-size-note-table{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.lp-size-table th,.lp-size-table td,.lp-size-note-table th,.lp-size-note-table td{
  padding:12px 14px;border:1px solid var(--lp-line);text-align:center;vertical-align:middle;
}
.lp-size-table thead th{background:#faf8f5;font-weight:600}
.lp-size-table tbody th{background:#fcfbf9;font-weight:600}
.lp-size-note-table{margin-top:24px}
.lp-size-note-table th{width:28%;background:#fcfbf9;text-align:left;font-weight:600}
.lp-size-note-table td{text-align:left;line-height:1.45}

/* FINAL */
.lp-final{padding:52px 0 64px;background:#191919;color:#fff;text-align:center}
.lp-final h2{max-width:760px;margin:auto;font-family:Georgia,"Times New Roman",serif;font-size:clamp(18px,2.2vw,26px);font-weight:400;line-height:1.16}
.lp-final a,.lp-final-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:230px;min-height:57px;margin-top:24px;padding:12px 24px;
  border:0;border-radius:12px;background:#fff;color:#171717;
  text-decoration:none;font-weight:700;cursor:pointer;
}

/* MOBILE STICKY */
.lp-sticky{
  position:fixed;z-index:999;left:0;right:0;bottom:0;display:none;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);
  border-top:1px solid var(--lp-line);
  box-shadow:0 -10px 30px rgba(0,0,0,.08);
}
.lp-sticky-inner{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px}
.lp-sticky button{min-height:51px;border:0;border-radius:11px;background:#171717;color:#fff;font-weight:700}

/* LIGHTBOX */
.mfp-bg{
  z-index:10420!important;
  background:#111!important;
  opacity:.84!important;
}

.mfp-wrap{
  z-index:10430!important;
  overscroll-behavior:contain;
  touch-action:pan-x pan-y;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
}

.mfp-container{
  padding:54px 76px!important;
  touch-action:pan-x pan-y;
}

.mfp-image-holder .mfp-content{
  width:auto!important;
  max-width:min(980px,calc(100vw - 152px))!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  touch-action:pan-x pan-y;
}

.mfp-figure{
  margin:0!important;
  background:transparent!important;
  touch-action:pan-x pan-y;
}

.mfp-figure:after{
  display:none!important;
}

img.mfp-img{
  display:block!important;
  max-height:calc(100vh - 108px)!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:0 16px 45px rgba(0,0,0,.32)!important;
  transform:scale(1);
  transform-origin:center center;
  transition:none!important;
  touch-action:pan-x pan-y;
  -webkit-user-drag:none;
  -webkit-user-select:none;
  user-select:none;
}

.mfp-bottom-bar{
  display:none!important;
}

.mfp-close{
  position:fixed!important;
  top:10px!important;
  right:16px!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:38px!important;
  font-weight:300!important;
  line-height:40px!important;
  text-align:center!important;
  opacity:.9!important;
  touch-action:manipulation;
}

.mfp-close:hover{
  color:#fff!important;
  opacity:1!important;
}

.lp-lightbox-toolbar{
  position:fixed;
  z-index:10440;
  top:11px;
  right:70px;
  display:flex;
  align-items:center;
  gap:8px;
  touch-action:manipulation;
}

.lp-lightbox-toolbar button{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(20,20,20,.36);
  color:#fff;
  font-size:24px;
  font-weight:300;
  line-height:1;
  cursor:pointer;
  touch-action:manipulation;
}

.lp-lightbox-toolbar button:hover{
  border-color:#fff;
  background:rgba(255,255,255,.14);
}

.lp-lightbox-toolbar button:disabled{
  opacity:.35;
  cursor:default;
}

.mfp-arrow{
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:64px!important;
  margin-top:-32px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(20,20,20,.32)!important;
  opacity:1!important;
  font-size:0!important;
  touch-action:manipulation;
}

.mfp-arrow:hover{
  background:rgba(20,20,20,.52)!important;
}

.mfp-arrow:before,
.mfp-arrow:after{
  content:none!important;
  display:none!important;
  border:0!important;
}

.mfp-arrow-left{left:0!important}
.mfp-arrow-right{right:0!important}

.mfp-arrow .lp-arrow-icon{
  display:block;
  margin:0;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:48px;
  font-weight:300;
  line-height:1;
  transform:translateY(-2px);
  pointer-events:none;
}

.mfp-fade.mfp-bg{
  transition:opacity .16s ease-out!important;
}

.mfp-fade.mfp-wrap .mfp-content{
  opacity:0;
  transition:opacity .16s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
  opacity:1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
  opacity:0;
}

/* RESPONSIVE */
@media(max-width:900px){
  .lp-wrap,.lp-hero,.lp-benefits{width:min(720px,calc(100% - 24px))}
  .lp-hero{margin-top:12px}
  .lp-hero-grid{grid-template-columns:1fr;min-height:0}
  .lp-hero-media img{min-height:0;aspect-ratio:3/4}
  .lp-hero-content{padding:28px 20px 38px;border-left:0;border-top:1px solid var(--lp-line)}
  .lp-benefits-grid{grid-template-columns:repeat(2,1fr)}
  .lp-benefit:nth-child(2){border-right:0}
  .lp-benefit:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}
  .lp-gallery{grid-template-columns:repeat(2,1fr);gap:8px}
  .lp-story,.lp-info{grid-template-columns:1fr}
  .lp-size-table,.lp-size-note-table{font-size:13px}
  .lp-size-table th,.lp-size-table td,.lp-size-note-table th,.lp-size-note-table td{padding:10px 8px}
  .lp-sticky{display:block}
}

@media(max-width:700px){
  .mfp-container{padding:50px 12px 18px!important}
  .mfp-image-holder .mfp-content{max-width:calc(100vw - 24px)!important}
  img.mfp-img{max-height:calc(100vh - 76px)!important}
  .mfp-arrow{width:42px!important;height:58px!important;margin-top:-29px!important}
  .mfp-arrow .lp-arrow-icon{font-size:44px}

  .lp-lightbox-toolbar{
    top:9px;
    right:58px;
    height:34px;
    gap:6px;
  }

  .lp-lightbox-toolbar button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    padding:0;
    font-size:22px;
    line-height:1;
  }

  .lp-zoom-in{padding-bottom:1px!important}
  .lp-zoom-out{padding-bottom:3px!important}

  .mfp-close{top:8px!important;right:10px!important}
}

@media(max-width:520px){
  .lp-title{font-size:34px}
  .lp-section{padding:38px 0}
  .lp-benefit{padding:20px 12px}
  .lp-gallery-item,.lp-story-media,.lp-card{border-radius:18px}
  .lp-page .lp-form .radio label,.lp-page .lp-form .checkbox label{
    width:78px;height:32px;min-height:32px;font-size:12px;
  }
  .lp-size-guide .lp-h2{font-size:34px}
  .lp-size-table{min-width:560px}
  .lp-size-note-table th{width:34%}
}
