[mn="8005"] { --secpt: 15px; --secpb: 15px; --secbgclr: var(--clr01x, #fff); line-height: 1; z-index: 5; /* border-top: 6px solid var(--clr01); */ background-color: var(--clr01x, #fff); .mediabx:not(.mediabx-coloricon) { --a-pd: 6px; --iconclr: var(--clr01x, #000); --iconhovclr: var(--clr01x, #fff); --bgclr: var(--clr01x, transparent); --bghovclr: var(--clr02, #fff); --mediaborder: 2px solid var(--iconclr); --mediahovborder: 2px solid var(--clr02, #fff); --square: 35px; &>*{ gap: 6px } } .mediabx a { margin: 0px; border-radius: 50%; } .logo { margin: 0 0 } .logo img { max-height: 35px } .logo ._imgobj img { max-height: 45px } } /* ======================= */ nav { line-height: 1; font-family: var(--ft-t2); a.btn{ --btnbgclr: var(--clr01, #000) !important; --btnbgclrhov: var(--clr02) !important; --btnborderclr: var(--btnbgclr) !important; --btnborderclrhov: var(--btnbgclrhov) !important; transition: .6s all ease; color: var(--clr01x, #fff) !important; justify-content: flex-start !important; /* padding-left: 21px !important; */ min-width: unset; @media(width>=767px){ padding: 12px 15px !important; } &:hover{ color: #fff!important; } &::after{ /* display: none; */ } } } nav :is(ul, li){ list-style: none; list-style-type: none; margin: 0; padding: 0; display: inline-flex; /* justify-content: center; */ align-items: center; flex-wrap: wrap; } nav a { display: inline-flex; justify-content: center; align-items: center; font-family: var(--ft-nav); /* text-transform: uppercase; */ text-decoration: none; color: inherit; i{ margin-left: 6px; } } nav a:hover, nav a.active{ color: var(--clr01) !important; text-decoration: none; } nav li li a:hover, nav li li a.active{ color: var(--clr01) } nav > ul > li { /* margin: 0 12px 0 0; padding: 0 12px 0 0; */ position: relative } nav > ul > li:hover { z-index: 10; } @media (max-width: 767px) { nav > ul > li > ul { padding: 0 0 0 12px; } nav > ul > li > ul li { width: 100%; font-size: 80%; } nav > ul > li > ul li ~ li { border-top: 1px solid #eee } nav > ul > li > ul a { text-transform: initial; width: 100%; justify-content: flex-start; } } @media (min-width: 767px) { nav > ul { gap: 21px; width: 100%; justify-content: space-evenly; } nav > ul > li a { font-size: 80%; } nav > ul > li > a { padding: 3px; margin: 0; position: relative; } /* nav > ul > li > a.active, */ nav > ul > li > a:hover{ color: var(--clr01, #fff) } nav > ul > li > a.active:not(.btn):after, nav > ul > li > a:not(.btn):hover:after { content: ''; color: inherit; position: absolute; height: 3px; width: calc(100% - 9px); left: 50%; bottom: -6px; translate: -50% 0; background-color: var(--clr01, transparent); } nav > ul > li > ul { position: absolute; bottom: -30px; right: 50%; translate: 50% 100%; scale: 1 0; /* display: none; */ min-width: 250px; background-color: #636363; color: #ccc; border: 0 solid #eee; padding: 0; transition: .6s all .3s ease ; display: block; transform-origin: top; border-top: 3px solid var(--clr01); & ul{ padding-left: 15px; } } nav > ul > li:hover > ul { transition: .6s all ease; scale: 1 1; } nav > ul > li > ul a { text-transform: initial; width: 100%; justify-content: flex-start; padding: 9px; } nav ul li li a:hover, nav ul li li a.active { background-color: #929292 !important; color: #fff !important; } nav > ul > li > ul li { width: 100%; justify-content: flex-start; } nav > ul > li > ul li ~ li { /* margin-top: 9px; */ } } .mobilenav .mediabx:not(.mediabx-coloricon) a { --bgclr: transparent; --iconclr: #fff; --iconhovclr: #fff; padding: 0; } .mobilenav { position: fixed; height: 100vh; background-color: rgba(0 0 0 / 50%); z-index: 50; padding: 0 0 0 0; width: 100% !important; display: block; translate: 101% 0; opacity: 0; transition: .6s all .3s ease; top: 0; left: 0; } .mobilestickbx { position: fixed; top: 0; left: 0; padding: 8px 15px; width: 100% !important; z-index: 50; /* border-bottom: 1px solid #ccc; */ background-color: var(--clr01x, #fff); min-height: 65px; display: flex; align-items: center; line-height: 1; } .mobilestickbx img { max-height: 45px; } .mobilestickbx ._imgobj { display: none } .mobilenav .mediabx:not(.mediabx-coloricon) a { padding: 8px; --iconclr: #fff; --iconhovclr: #fff; --bgclr: var(--clr02,#fff); --bghovclr: var(--clr01,#fff); --square: 35px; margin: 0; border-radius: 50%; } .mobilenav nav a { flex: 0 0 100%; width: 100%; justify-content: flex-start; color: inherit; text-decoration: none; padding: 6px 0; padding: 9px 0; font-size: 120%; } .mobilenav.active { translate: 0 0; opacity: 1; transition: .3s all ease; } .mobilenavw { transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1); height: 100vh; background-color: #fff; width: calc(100% - 90px) !important; display: block; overflow: hidden; overflow-y: auto; translate: 101% 0; opacity: 0; max-width: 400px; margin-left: auto; } .mobilenav.active .mobilenavw { transition: .9s all .3s cubic-bezier(0.075, 0.82, 0.165, 1); translate: 0 0; opacity: 1; } .mobilenav nav{ padding: 60px 24px 15px; } .mobilenav .infobx { padding: 0 24px 60px; } .mobilenav .infow { border-top: 1px solid #ccc; padding: 21px 0 0; } .mobilenav nav :is(ul, li) { margin: 0; width: 100%; } .mobilenav nav > ul > li { flex: 0 0 100%; } .mobilenav nav a { flex: 0 0 100%; width: 100%; justify-content: flex-start; color: inherit; text-decoration: none; } /* ===================== */ .menuburger { --square: 35px; --height: 3px; --top: 9px; --vpadding: 15px; --bgclr: #555; --radius: 5px; position: fixed; width: var(--square)!important; height: var(--square); top: var(--vpadding); right: calc(var(--vpadding) + 0px); transition-duration: 0.5s; display: flex; align-items: center; z-index: 55; scale: 0.7; } .menuburger .icon { --bgclr: var(--clr01, #fff); transition-duration: 0.5s; position: relative; height: var(--height); width: var(--square); top: 0; background-color: var(--bgclr); border-radius: var(--radius) } .menuburger .icon:before { transition-duration: 0.5s; position: absolute; width: var(--square); height: var(--height); background-color: var(--bgclr); content: ""; top: calc(-1 * var(--top)); border-radius: var(--radius) } .menuburger .icon:after { transition-duration: 0.5s; position: absolute; width: calc(var(--square) / 2); height: var(--height); background-color: var(--bgclr); content: ""; top: var(--top); border-radius: var(--radius); right: 0; } .menuburger.open .icon { transition-duration: 0.5s; transform: rotateZ(360deg); --bgclr: var(--clr01) } .menuburger.open .icon:before { transform: rotateZ(45deg) scaleX(0.75) translate(var(--top), -6px); } .menuburger.open .icon:after { width: var(--square); transform: rotateZ(-45deg) scaleX(0.75) translate(var(--top), 6px); } .mobilestickbxp, .dekstickbx { width: 100% !important; } .dekstickbx { padding: 9px 0; position: fixed; left: 0; top: 0; z-index: 10; background-color: var(--clr01x, #fff); /* color: #fff; */ /* border-bottom: 6px solid var(--clr01); */ transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1); translate: 0 -101%; color: var(--clr01x, inherit); & nav{ /* color: #fff */ } } body.scrolled .dekstickbx { translate: 0 0; } .dekstickbx .logo img { max-height: 35px; } .dekstickbx .logo ._imgobj img { max-height: 15px; } .logo { line-height: 1; } @media (max-width: 767px) { .dekstickbx, [mn="8005"] { display: none; } } @media (min-width: 767px) { .menuburger, .mobilestickbxp, .mobilestickbx, .mobilenav { display: none !important; } } .sidetabbx { z-index: 55; position: fixed; right: 0; top: 300px; font-family: var(--ft-t1); line-height: 1; rotate: -90deg; transform-origin: right bottom; .tabbtn { border: 2px solid #000; border-radius: 9px 9px 0 0; padding: 6px 9px; background: rgb(255,255,255); /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); */ cursor: pointer; } .bimgw { width: 30px; margin: 0 3px 0 0; .iconchat { background-image: url(_src/chat.png); } } } /* ================== */ /* ================== */ .navdropbx { position: absolute; background-color: rgba(255, 255, 255, .9); bottom: 0; left: 0; translate: 0 100%; line-height: 1; .container { max-width: 800px; } & .nav{ padding: 15px 0; color: var(--clr01x, #464646); font-family: var(--ft-t1); text-transform: initial; a{ &:hover{ text-decoration: underline; color: var(--clr01, #555); } } ol{ position: relative; margin: 0; padding: 0; font-family: var(--ft-b1); & li{ margin: 6px 0; } } &>ol{ display: flex; & li{ list-style-image: url(_src/right-angle.png?d) !important; } &>li{ display: block; &~&{ margin-left: 45px; } } } } } .withTemplate{ ul{ @media(width>767px){ display: none; } } } /* ====================== */ /* ====================== */ .mobileMediaTop { width: 100% !important; display: none; .mediatop { padding: 6px 0; background-color: #ddd; width: 100% !important; } .mediabx{ --bgclr: #333; --mediaborderradius: 3px; &>*{ gap: 3px; } } } .mobilenavbx{ width: 100% !important; } /* @media(width>767px){ nav>ul{ max-width: 100%; justify-content: space-between; } } body.home { [mn="8005"]{ background-color: transparent; position: absolute; top: 0; left: 0; } } */ .mobilenav nav { li { &:not(.addedmenu) + .addedmenu{ margin: 21px 0 0; } &.addedmenu { a { padding: 15px; text-align: center; border: 1px solid #eee; justify-content: center !important; } } ._link, a.btn{ width: 100%; } } } .addedmenu{ a{ gap: 6px; .bimgbx{ line-height: 0; .bimgw{ width: 25px; } } } } .btn_admin.btn{ --btnbgclr: var(--clr01); --btnbgclrhov: var(--clr01); --btnborderclr: var(--btnbgclr); --btnborderclrhov: var(--btnbgclrhov); --btnclr: var(--clr01x, #fff); } .sticky_image{ position: fixed; right: 0; bottom: 250px; z-index: 45; max-width: 30%; @media(width<=575px){ bottom: 95px; right: auto; left: 15px; } } /* nav .addedmenu a { border-radius: 50px; background-color: var(--clr01); color: #fff } nav .addedmenu a:hover { background-color: var(--clr02); } nav .addedmenu a:after { display: none; } */ [mn="8220"] { margin-top: auto; overflow: clip; & a { text-decoration: none; &:hover { text-decoration: underline; } } .popContent > * { margin: 3px; display: inline-block; vertical-align: middle; } .mediabx { --bgclr: transparent; --mediaborder: 2px solid #fff; --mediahovborder: 2px solid var(--clr02); --pd: 6px; --mg: 3px; --mediaborderradius: 50%; margin: 0 0 12px; &>*{ justify-content: center; } } .sitemap { font-family: var(--ft-t1); } .sitemap :is(ul) { list-style-type: none; list-style: none; margin: 0; padding: 0; } .sitemap ._content > ul { display: flex; flex-wrap: wrap; gap: 12px 15px; justify-content: center; } } .licht8220 { .contm { width: 900px; } & h4:after { position: relative; display: block; content: ''; width: 120px; height: 3px; background-color: var(--clr02, #999); margin: 9px 0 0; } } /* =========================== */ [mn="1000"]{ --ttlClru_default: var(--secttlclr); &.btn_full{ .taste .btn{ width: 100%; border-radius: 50px; } } ._ittl{ .h4{ color: var(--ttlClru_default); } } ._subttl { text-align: var(--ttlalign); } .txtbx~.txtbx { margin-top: 30px; } ._content { margin: 0; } ._imgobj { margin: 15px 0; } .taste { margin: 15px 0; display: flex; flex-wrap: wrap; gap: 15px; justify-content: var(--secalign); } .ttlbx { margin: 0 0 45px; border-left: 9px solid var(--clr01); padding-left: 21px; text-align: left; font-family: var(--ft-t1); .h4 { text-align: inherit; } } } [mn="1000"]{ [dna="content"]{ &.divbx{ --div: 60%; margin: 0 0 21px; @media(media<=767px){ --div: 50%; } } &.div-{ &.div-l{ border-bottom: 2px solid #ccc; padding-right: 15px; } @media(width<=575px){ flex: 0 0 100% !important; max-width: 100% !important; } } ._imgobj{ margin: 0; } } } [mn="5105"]{ ::placeholder{ color: #777777; } & :is(input, textarea, select){ background-color: #14202b; border: 0 solid #ccc; color: #fff } .taste{ margin: 21px 0; } ._ittl { h4 { text-align: left; font-size: 150%; } } } [mn="5105"] .formbx { padding: 60px 0; } [mn="5105"] .infow { padding: 0 60px; @media(width< 575px){ padding: 0 30px; } } [mn="5105"] ._content { line-height: 1.8; } [mn="5105"] .row-r > * { background-color: #0d1720; & * { color: #fff; } } @media (max-width: 767px) { [mn="5105"] { align-items: flex-start; min-height: auto; } [mn="5105"] .main + div { padding: 30px 15px } } [mn="2017"]{ --ttlsize: 350%; ._ittl{ margin: 0; width: auto; } h4{ position: relative; /* &::after{ content: ''; display: block; position: absolute; right: 0; bottom: 0; height: 12px; width: 150svw; background-color: var(--clr02); translate: calc(15px + 100%) 0; transform: skewX(-60deg); } */ } .divbx{ --div: 50%; .divw{ gap: 21px 0; } .div-{ @media(width<=767px){ flex: 0 0 100% !important; max-width: 100% !important; justify-content: flex-start; } } } } [mn="4312"] .itm { margin: 0 -3px; gap: 15px 0; line-height: 1.2; .itm-l, .itm-r { flex: 0 0 50%; max-width: 50%; padding: 0 3px; @media(width<767px){ flex: 0 0 100%; max-width: 100%; } } .title { font-family: var(--ft-t2); font-size: 120%; margin: 0 0 15px; } } [mn="4312"] .iconbx { --div: 72px; .icon-l img { max-height: 45px; margin: 3px 0 0; } .title{ margin: 6px 0 6px; color: var(--clr01); } } [mn="4003"] { --div: 235px; min-height: 100vh; .itm-l { flex: 0 0 var(--div); max-width: var(--div); border-left: 1px solid #ccc; flex-direction: column; } .itm-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 30px; } @media (width <= 767px) { .itm-l, .itm-r { flex: 0 0 100%; max-width: 100%; padding: 0; } } .contentbx { --div: 90px; width: 100%; .content-l { flex: 0 0 var(--div); max-width: var(--div); font-size: 250%; font-family: var(--ft-t2); color: #000; border-top: 1px solid #ccc; border-right: 1px solid #ccc; text-align: center; } .content-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 21px; } .h4 { font-size: 200%; font-family: var(--ft-t2); text-align: initial; } ._subttl { color: #000; } @media (width <= 767px) { --div: 50px; .content-l { font-size: 150%; } } } .tabbx { --div: 30px; font-size: 120%; font-family: var(--ft-t2); line-height: 1; width: 100%; margin: 0 0 30px; margin-left: -1px; padding-left: 19px; border-left: 6px solid transparent; cursor: pointer; color: #777; @media(width<575px){ margin: 0 0 15px; padding-left: 12px; } &:hover, &.active { color: var(--clr01); border-left: 6px solid var(--clr02); @media(width<575px){ color: #000; } } .tab-l { flex: 0 0 var(--div); max-width: var(--div); } .tab-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } } /* =========================== */ .ttldecor-top { display: none; } } .licht4003{ ._ittl { text-align: center; margin: 30px 0; } .contm { width: 700px; } label{ font-family: var(--ft-t2); } } /* [mn="1511"] .postlist .btn { padding: 0; min-width: auto; background-color: transparent; border: 0; color: var(--clr04); font-size: inherit; } */ [mn="1511"] { .divlrbx { .tmp { --count: 3; @media(width<767px) { --count: 2; } @media(width<575px) { --count: 1; } } .taste { padding-bottom: 15px; } } .tmp-4-2 { .date { padding: 0; margin: 0; border: 0; background-color: transparent; } .bimgbx { margin: 0; .bimgw { margin-bottom: 6px; } } .taste { margin: auto 0 0; padding: 0; } } } [mn="1511"] [catid] { padding: 3px 15px; line-height: 1; transition: .6s all ease; cursor: pointer; margin: 3px 0; position: relative; font-family: var(--ft-t1); text-transform: uppercase; display: inline; &:hover, &.active { /* text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; */ color: var(--clr01); } &:after { position: absolute; display: block; content: ''; width: 1px; height: 100%; background-color: var(--clr01x, #999); rotate: 15deg; top: 0; right: 0 } &:last-child:after { display: none } .catbx { margin: 0 0 15px; } } [mn="1511"] .rowitm .h4 { padding: 0; margin: 0; border: 0; } [mn="1511"] .rowitm .h4:after { display: none; } @media (max-width: 991px) { [mn="1511"] .tabbx { display: none; } } [mn="1511"] .mediabx.sharer { position: absolute; right: 0; top: 0; z-index: 10; @media (max-width: 575px) { position: relative; margin: 0 0 6px; } } /* ============================== */ [mn="1511"] .postbx.inner { max-width: 100%; margin: 0 auto; & h1 { font-size: 120%; color: var(--clr01); } .backbtn { margin: 15px 0 0; .btn { min-width: unset; } } ._ittl { margin: 0; } ._date { font-family: var(--ft-t1); color: #888; } .blurb { margin: 0 0 30px; } .mainimagebx { line-height: 0; --clip: 60px; --clip-path: polygon(var(--clip) 0%, 100% 0%, calc(100% - var(--clip)) 100%, 0% 100%); .mainimagew { /* &::after { content: ''; right: 0; top: 0; translate: 12px -9px; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); position: absolute; height: 100%; width: 120px; clip-path: var(--clip-path); z-index: -1; } */ } img { /* clip-path: var(--clip-path) */ border-radius: 35px; } } .divbx { --div: 120px; margin: 0 0 30px; .divw { gap: 9px 0; } .div-l { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } .div-r { flex: 0 0 var(--div); max-width: var(--div); } .backbtn { margin: 0; } ._ittl { --ttlalign: left; } ._subttl{ font-size: 120%; } @media(width>991px) { /* border-top: 1px solid var(--clr01); border-bottom: 1px solid var(--clr01); */ .div- { padding: 9px; &.div-l { padding-left: 0; } &.div-r { padding-right: 0; /* border-left: 1px solid var(--clr01); */ } } } @media(width<=991px) { .div-l, .div-r { flex: 0 0 100%; max-width: 100%; } .div-l { padding: 12px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } } } } [mn="1511"] .postbx { width: 900px; max-width: 100%; margin: 0 auto; .imgObj { max-width: 100%; margin: 0 auto; width: 100%; } .blurb { & ul { display: flex; flex-wrap: wrap; list-style: none; margin: 15px 0; padding: 0; border-bottom: 1px solid #000; border-top: 1px solid #000; &>li { padding: 15px; } &>li~li { border-left: 1px solid #000; } &>li:nth-child(1) { flex: 1 0 0; } @media(width<991px) { &>li { flex: 0 0 100%; max-width: 100%; } &>li~li { border-left: 0; border-top: 1px solid #000; } } } } } [mn="1511"] .postbody { width: 100%; /* padding: 0 15px; */ /* line-height: 2; */ text-align: justify; } [mn="1511"]:has(.postbx) { padding-bottom: 0; .galbxmain { margin: 60px 0 0; } .categorylistbx.galbx { --listset-count: 3; --listset-gap: 21px; @media(width<991px) { --listset-count: 2; } @media(width<575px) { --listset-count: 1; } .categorylistw { gap: 0; .categorybx { flex: 0 0 calc(100% / var(--listset-count)); max-width: calc(100% / var(--listset-count)); } } .bimgbx { line-height: 0; position: relative; z-index: 1; } .galttlbx{ position: absolute; z-index: 10; bottom: 0; left: 0; color: #fff; width: 100%; padding: 45px 15px 15px; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%); min-height: 50%; pointer-events: none; .btn{ --btnborderclr: #fff; --btnclr: #fff; } } } } /* ============================== */ [mn="1511"]:has(.swiperbx) { padding: 0; } [mn="1511"]:has(.swiperbx){ background-image: url(_src/1511_bg_decor.jpg); background-repeat: no-repeat; background-size: auto; background-position: right bottom; } [mn="1511"] .swiperbx { .number { font-size: 250%; color: var(--clr01); line-height: 1; } .titlegroup { h4 { color: var(--clr01) } } .infobx { padding: 15px } .bimgbx { line-height: inherit; } .bimgw { width: 100vw; line-height: inherit; } .bimg { --bpt: 0%; z-index: 1; position: relative; min-height: calc(100svh - 90px); } .formbx { padding: 60px 45px; @media(width<991px){ padding: 60px 21px 60px 65px; } } /* .bimg:after { content: ''; height: 100%; width: 100%; min-width: 50%; position: absolute; top: 0; right: 0; z-index: -1; @media(width<=991px){ background-color: rgba(0,0,0,.45); } } */ .bglyr { width: 50%; @media(width<=991px) { width: 100%; } } .swiper-wrapper { display: flex; height: auto; } .swiper-button-next, .swiper-button-prev { --square: 25px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } /* .swiper-button-next, .swiper-button-prev { aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 30px; height: auto; border-radius: 0%; } .swiper-pagination-bullet { background-color: var(--clr01x, #fff); } .swiper-pagination-bullet-active { background-color: var(--clr01); } */ .btnbx { margin: 30px 0 0; } .subtitle { margin: 0 0 21px; font-size: 120%; font-family: var(--ft-t1); } @media only screen and (max-width: 767px) { .swiper-button-next, .swiper-button-prev { width: 21px; padding: 6px; &::after { font-size: 9px; } } } @media only screen and (min-width: 767px) { .bimg:after { /* background: linear-gradient(132deg, rgba(35, 152, 210, 0.76) 0%, rgba(0, 66, 99, 1) 100%); */ } } .bar-h { display: inline-block; height: 2px; width: 30px; background-color: var(--clr01); vertical-align: middle; margin: 0 6px; } .swiper-slide { --transition: .9s all .9s ease; ._subttl, ._ittl { transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl { transition: .9s all 1.3s ease; } ._content { transition: var(--transition); opacity: 0; translate: 100px 0; } ._link { transition: var(--transition); opacity: 0; } &.swiper-slide-active { ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } .swiper-pagination { padding: 9px 15px; text-align: left; top: 50%; translate: 0 -50%; bottom: auto; width: 30px; left: 0; display: flex; flex-wrap: wrap; gap: 9px; min-height: 50svh; flex-direction: column; justify-content: space-evenly; .swiper-pagination-bullet { font-size: 130%; letter-spacing: 3px; margin: 0 !important; opacity: 1; } .swiper-pagination-bullet-active { opacity: 1; text-decoration: underline; text-underline-offset: 3px; color: var(--clr01); } } .swiper-slide { --transition: .9s all .9s ease; .number, ._subttl, ._ittl { transition: var(--transition); opacity: 0; translate: 0 -100px; } ._subttl { transition: .9s all 1.3s ease; } ._content { transition: var(--transition); opacity: 0; translate: 100px 0; } ._link { transition: var(--transition); opacity: 0; translate: 0 100px; } &.swiper-slide-active { .number, ._subttl, ._ittl, ._content, ._link { opacity: 1 !important; translate: 0 0 !important; } } } @media(width<=991px){ &, .titlegroup h4, .number{ color: #fff; } .btn{ --btnclr: #fff; --btnborderclr: var(--btnclr); } .bimg{ align-items: flex-end; min-height: calc(70svh - 90px); } .formbx{ &::after { content: ''; position: absolute; height: calc(100% + 100px); width: 100%; background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.84) 15%, rgba(0, 0, 0, 0) 100%);; bottom: 0; right: 0; z-index: -1; } } } }/* [mn="1504"] .postlist .btn { padding: 0; min-width: auto; background-color: transparent; border: 0; color: var(--clr04); font-size: inherit; } */ [mn="1504"] { .divlrbx { .tmp { --count: 3; @media(width<767px){ --count: 2; } @media(width<575px){ --count: 1; } } .taste{ padding-bottom: 15px; } } .tmp-4-2 { .date{ padding: 0; margin: 0; border: 0; background-color: transparent; } .bimgbx{ margin: 0; .bimgw{ margin-bottom: 6px; } } .taste{ margin: auto 0 0; padding: 0; } .btm{ margin-top: auto; } } .filterbx{ .filterw{ gap: 15px; } :is( input, select ){ margin: 0; height: 50px; } .suchbx{ input{ padding-right: 21px; } i{ position: absolute; right: 9px; top: 50%; translate: 0 -50%; cursor: pointer; height: 100%; display: flex; align-items: center; } } } } [mn="1504"] [catid] { padding: 3px 15px; line-height: 1; transition: .6s all ease; cursor: pointer; margin: 3px 0; position: relative; font-family: var(--ft-t1); text-transform: uppercase; display: inline; } [mn="1504"] [catid]:hover, [mn="1504"] [catid].active { /* text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; */ color: var(--clr01); } [mn="1504"] [catid]:after { position: absolute; display: block; content: ''; width: 1px; height: 100%; background-color: var(--clr01x, #999); rotate: 15deg; top: 0; right: 0 } [mn="1504"] [catid]:last-child:after { display: none } [mn="1504"] .catbx { margin: 0 0 15px; display: none; } [mn="1504"] .rowitm .h4 { padding: 0; margin: 0; border: 0; } [mn="1504"] .rowitm .h4:after { display: none; } @media (max-width: 991px) { [mn="1504"] .tabbx { display: none; } } [mn="1504"] .divlrw { margin: 0 -15px } [mn="1504"] .divlr- { --div: 300px; padding: 0 15px; } [mn="1504"] .divlr-.l, [mn="1504"] .divlr-.r { flex: 0 0 100%; max-width: 100% } [mn="1504"] .mediabx.sharer { position: absolute; right: 0; top: 0; z-index: 10; } @media (max-width: 575px) { [mn="1504"] .mediabx.sharer { position: relative; margin: 0 0 6px; } } /* ============================== */ [mn="1504"] .postbx.inner { max-width: 100%; margin: 0 auto; & h1 { font-size: 120%; } .backbtn { margin: 15px 0 0; .btn{ padding: 0; border: 0; color: inherit; background-color: transparent; min-width: unset; gap: 0; } } ._ittl { margin: 0; } ._date { font-family: var(--ft-t1); color: #888; } .blurb{ margin: 0 0 30px; } .galbxmain{ margin: 30px 0 0; } .mainimagebx{ line-height: 0; --clip: 60px; --clip-path: polygon(var(--clip) 0%, 100% 0%, calc(100% - var(--clip)) 100%, 0% 100%); .mainimagew{ &::after { content: ''; right: 0; top: 0; translate: 12px -9px; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); position: absolute; height: 100%; width: 120px; clip-path: var(--clip-path); z-index: -1; } } img{ clip-path: var(--clip-path) } } .divbx{ --div: 120px; margin: 0 0 30px; .divw{ gap: 9px 0; } .div-l{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } .div-r{ flex: 0 0 var(--div); max-width: var(--div); } .backbtn{ margin: 0; } ._ittl{ --ttlalign: left; } @media(width>991px){ border-top: 1px solid #000; border-bottom: 1px solid #000; .div-{ padding: 9px; &.div-l{ padding-left: 0; } &.div-r{ padding-right: 0; border-left: 1px solid #000; } } } @media(width<=991px){ .div-l, .div-r{ flex: 0 0 100%; max-width: 100%; } .div-l{ padding: 6px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; } } } } [mn="1504"] .postbx { width: 900px; max-width: 100%; margin: 0 auto; .imgObj { max-width: 100%; margin: 0 auto; width: 100%; } .blurb{ & ul{ display: flex; flex-wrap: wrap; list-style: none; margin: 15px 0; padding: 0; border-bottom: 1px solid #000; border-top: 1px solid #000; & > li { padding: 15px; } & > li ~ li{ border-left: 1px solid #000; } & > li:nth-child(1){ flex: 1 0 0; } @media(width<991px){ & > li { flex: 0 0 100%; max-width: 100%; } & > li ~ li{ border-left: 0; border-top: 1px solid #000; } } } } } [mn="1504"] .postbody { width: 100%; /* padding: 0 15px; */ /* line-height: 2; */ color: #333; text-align: justify; .categorylistbx.galbx { --listset-count: 3; --listset-gap: 45px; @media( width<991px ){ --listset-count: 2; } @media( width<575px ){ --listset-count: 1; } .bimgbx{ line-height: 0; position: relative; z-index: 1; &::after{ content: ''; right: 0; top: 0; translate: 12px -9px; background-color: var(--clr02); background-image: linear-gradient(180deg, rgb(0 82 144) 0%, rgba(35, 152, 210, 1) 100%); position: absolute; height: 100%; width: 100%; z-index: -1; } } } } /* ============================== */ [mn="1008"]{ z-index: var(--zIndex_default, 1); --listTtlSize_default: var(--ttlsize); --listAlignItm_default: center; ._subttl { font-size: 120%; font-family: var(--ft-t2); margin: 0 0 15px; } .btnbx:has(.btn_enlarge_image){ width: var(--image-width); padding: 15px 0; } &.image_int{ @media (width>767px) { ._imgobj img { max-width: initial; } } } .rowbx{ --ObjImgMaru: var(--ObjImgMaru_default, 0); @media (width <= 1200px) { --ObjImgMaru: var(--ObjImgMaru_1200, 0); } @media (width <= 991px) { --ObjImgMaru: var(--ObjImgMaru_991, 0); } @media (width <= 767px) { --ObjImgMaru: var(--ObjImgMaru_767, 0); } @media (width <= 575px) { --ObjImgMaru: var(--ObjImgMaru_575, 0); } /* ================================== */ /* ================================== */ &>*.row{ align-items: var(--listAlignItm_default); } ._ittl{ margin: var(--listingTtlMarg_default, 0 0 18px); & * { text-align: var(--listingTtlAlg_default, var(--ttlalign)); } & .h4 { color: var(--listingTtlClr_default, var(--secttlclr)); font-size: var(--listTtlSize_default); } } ._imgobj { text-align: center; @media(width>767px){ display: flex; justify-content: flex-end; } img{ margin: var(--ObjImgMaru); } } &~&{ margin-top: 30px; } @media (max-width: 1100px) { ._imgobj img { max-height: 600px; } } ._imgobj { margin: 0; line-height: 0 } @media (max-width: 767px) { ._imgobj { margin: 0 0 15px; } ._imgobj img { max-height: unset; } } } &.dsg_1{ .rowbx:nth-child(even){ .row{ flex-direction: row-reverse; } ._imgobj { @media(width>767px){ justify-content: flex-start; } } } } &.dsg_2{ .rowbx:nth-child(odd){ .row{ flex-direction: row-reverse; } ._imgobj { @media(width>767px){ justify-content: flex-start; } } } .rowbx:nth-child(even){ ._imgobj { @media(width>767px){ justify-content: flex-end; } } } ._imgobj{ @media(width>767px){ display: flex; justify-content: flex-start; } } } } /* ============================ */ /* // customise */ [mn="1008"]{ &.contentbx_340{ .contentbx{ max-width: 340px; } } /* .txtbx{ border-left: 1px solid #ccc; padding-left: 35px; &::after{ content: ''; position: absolute; height: 60px; width: 6px; background-color: #000; top: 0; left: 0; translate: -50% 0; } } */ &.img_translate{ ._imgobj{ img { @media(width>767px){ margin: 0 0 -120px; } } } } } /* ======================== */ [mn="7012"]{ --iconWidth: var(--iconWidth_default, 90px); --iconHeight: var(--iconHeight_default, 100%); --iconRadius: var(--iconRadius_default, 3px); --iconBorder: var(--iconBorder_default, 0); --iconPadding: var(--iconPadding_default, 0); --count: var(--count_default, 2); @media (width <= 991px) { --count: var(--count_991, 2); } @media (width <= 767px) { --count: var(--count_767, 1); } @media (width <= 575px) { --count: var(--count_575, 1); } } [mn="7012"]{ counter-reset: count 0; .list-{ counter-increment: count 1; .title::before{ content: counter(count, decimal-leading-zero); display: block; margin: 0 0 12px; font-size: 90%; color: #555 } } } [mn="7012"]{ .categorylistbx.listbx{ --listset-count: var(--count); --listset-gap: 30px; line-height: 1.4; .categorybx { --manual-div: var(--countu_default); .infobx { background-color: transparent; max-width: 100%; margin: 0 auto; /* aspect-ratio: 3 / 2; */ } .bimgw { width: var(--iconWidth); border-radius: var(--iconRadius); border: var(--iconBorder); padding: var(--iconPadding); .bimg{ padding-top: var(--iconHeight); transition: .6s all cubic-bezier(0.075, 0.82, 0.165, 1); } } & a{ display: block; width: 100%; &:hover{ .bimg{ scale: 1.15; } } } } } .title { font-family: var(--ft-t1); margin: 15px 0 9px; line-height: 1.1; width: 100%; font-size: 120%; @media(width<767px){ font-size: 100%; } &::before{ display: none!important; } } .waze{ background-image: url(_src/waze.png); } .googlemap{ background-image: url(_src/googlemap.png); } .mapcon{ width: 30px; aspect-ratio: 1; } .bulletw{ & > * ~ * { margin-top: 9px; } .bullet{ --div-l: 30px; --div-r: calc(100% - var(--div-l)); .bullet-l{ flex: 0 0 var(--div-l); max-width: var(--div-l); color: #666; padding: 3px 0 0 0; } .bullet-r{ flex: 0 0 var(--div-r); max-width: var(--div-r); a{ width: auto !important; } } } } } [mn="7012"].dsg_2{ .title{ margin: 0 0 15px; } .infobx{ max-width: 600px !important; margin: 0 auto !important; .info-l{ flex: 0 0 90px; max-width: 90px; } .info-r{ flex: 0 0 calc(100% - 90px); max-width: calc(100% - 90px); padding: 0 0 0 15px; } } } /* ============================ */ /* ============================ */ [mn="1025"] { ._ittl { margin: 0 0 15px; } .ttldecor- { display: none; } .taste>div { padding: 3px 9px; border-bottom: 1px solid #fff; cursor: pointer; transition: .4s all ease; } .txt { padding: 60px 0 45px; position: relative; } .txt-btm:after { content: ''; display: block; width: calc(100vw - 55px); height: calc(100% + 0px); background-color: var(--clr02); left: 50%; bottom: 0%; position: absolute; z-index: -1; transform: translate(-50%, 0); clip-path: polygon(calc(0% + 60px) 0, 100% 0, calc(100% - 60px) 100%, 0% 100%); } .dec { position: absolute; aspect-ratio: 1 / 1; width: 60px; background-position: center center; background-repeat: no-repeat; background-size: contain; } ._imgobj { margin: 45px 0 15px; } .infobx~.infobx { margin: 45px 0 0 } @media (min-width: 991px) { .sectionbg { background-attachment: fixed; } } @media (max-width: 575px) { ._imgobj img { max-height: 70vh; } .txt.txt-btm { padding: 20px; } .txt-btm:after { width: calc(100% + 0px); height: calc(100% + 0px); left: 0; top: 0; position: absolute; z-index: -1; clip-path: inherit; transform: translate(0%, 0%) } } .quote-{ position: absolute; aspect-ratio: 1; width: 75px; &.quote-open{ left: 0; top: 0; background-image: url(_src/quote_open.png); translate: 0 -50%; } &.quote-close{ right: 0; bottom: 0; background-image: url(_src/quote_close.png); translate: 0 50%; } } } [mn="3010"] { padding: 0; margin: 0 !important; z-index: 5; .infocontent{ & > *:not(.taste) { @media(width>991px){ font-size: 130%; } } } .ttldecor-btm { line-height: 1; &>* { width: 100%; display: inline-block; background-color: var(--secttlclr, var(--clr02)); position: relative; z-index: 1; &::before { content: ''; width: 100%; height: 2px; display: inline-block; background-color: var(--clr01x, #ccc); position: absolute; left: 0; bottom: 0; z-index: -2; } &::after { display: none !important; } } } .contentbx { color: #fff; line-height: 1.5; width: 600px; max-width: 100%; /* &::after{ content: ''; position: absolute; display: block; right: 0; top: 0; content: ''; width: 100vw; height: 100%; background-color: var(--clr01, #999); margin: 15px 0 0 !important; z-index: -1; opacity: .8; transform: skew(-15deg, 0); } */ @media(width < 575px) { padding: 0; &::after { margin: 0 !important; right: -15px; } } } ._ittl { margin: 0 0 15px; } .h4 { margin: 0 0 0; &::before, &::after { /* content: ''; */ position: relative; display: inline-block; height: 4px; width: 45px; background-color: #fff; min-width: 30px; display: none; } } iframe { --aspect-ratio: 16 / 9; position: absolute; left: 50%; top: 50%; translate: -50% -50%; height: 100%; z-index: -1; pointer-events: none; width: auto; min-width: max(calc(100cqh * var(--aspect-ratio)), 100vw); aspect-ratio: var(--aspect-ratio); @media (min-aspect-ratio: 14/9) { height: auto; width: 100%; } } ._video { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; & video { width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center bottom; z-index: -1; } &::after { content: ''; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .35); } } .bglyr { scale: 1.25; transition: 12s all ease; } .swiper-slide-active { .bglyr { scale: 1; } } } [mn="3010"] ._imgsec { margin: 0 0 15px; } [mn="3010"] ._subttl { font-family: var(--ft-t2); color: inherit !important; } [mn="3010"] .txtbx { display: inline-block; } [mn="3010"] .swiper { display: flex; min-height: 100vh; /* clip-path: ellipse(90% 100% at 50% 0%); */ @media(width<575px) { .swiper-pagination { bottom: 0; } } } [mn="3010"] .swiper-wrapper { display: flex; height: auto; } [mn="3010"] .swiper-slide { padding: 60px 30px; overflow: clip; z-index: 1; } [mn="3010"] .swiper-button-next, [mn="3010"] .swiper-button-prev { --square: 35px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: var(--square); height: var(--square); height: auto; border-radius: 50%; z-index: 2; } [mn="3010"] .swiper-pagination { z-index: 2; } [mn="3010"] .swiper-button-next:after, [mn="3010"] .swiper-button-prev:after { color: #fff; font-size: 15px; } [mn="3010"] .swiper-pagination-bullet { width: auto; height: auto; padding: 3px 0; margin: 3px 6px !important; background-color: transparent; color: #fff; font-family: var(--ft-t1); border-bottom: 3px solid transparent; border-radius: 0; opacity: 1; line-height: 1; text-align: center; font-weight: bold; } [mn="3010"] .swiper-pagination-bullet-active { border-bottom: 3px solid #fff; } @media only screen and (max-width: 767px) { [mn="3010"] .swiper-slide { color: #fff; padding: 60px 1px 15px; & h4 { margin: 0 0 9px; font-size: 150%; } ._content { font-size: 80%; } } [mn="3010"] .bglyr:after { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; /* background-color: rgba(0,0,0,.3); */ } } @media only screen and (min-width: 767px) { [mn="3010"] .txtbx { width: 100%; max-width: 800px; } } @media only screen and (max-width: 575px) { [mn="3010"] .swiper-button-next, [mn="3010"] .swiper-button-prev { --square: 25px; display: none; } } /* =========================== */ /* =========================== */ [mn="3515"] { .btm{ margin: auto 0 0; } } [mn="3515"] .bimgw { width: 1000px; /* border: 2px solid #ccc; */ .bimg { --bw: 1000px; } } [mn="3515"] .title { line-height: 1.1; margin: 0; padding: 30px 0 15px; font-family: var(--ft-t1); } [mn="3515"] .contbx { padding: 15px; } [mn="3515"] .itemlbl { top: auto; left: 15px; bottom: 0; translate: 0 50%; color: #fff; background-color: var(--clr02); border: 0; font-family: var(--ft-t1); font-size: 80%; padding: 9px 15px; } [mn="3515"] .btn {} [mn="3515"] .desc { font-size: 80%; } [mn="3515"] .ellipsis { --line: 3; } [mn="3515"] .taste { margin: 9px 0 0; } [mn="3515"] .swiper-slide { display: flex; flex-wrap: wrap; } [mn="3515"] .swiper-slide>* { cursor: pointer; width: 100%; } [mn="3515"] .swiper-pagination { position: relative; margin: 15px 0 0; } [mn="3515"] .mySwiper { overflow: visible; width: 100%; padding-bottom: 30px; } [mn="3515"] .swiper-button-next, [mn="3515"] .swiper-button-prev { --swiper-navigation-sides-offset: -15px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 21px; height: auto; border-radius: 3px; } [mn="3515"] .swiper-button-next:after, [mn="3515"] .swiper-button-prev:after { color: #fff; font-size: 9px; } [mn="3515"] .swiper-pagination-bullet-active { background-color: var(--clr01); } @media only screen and (max-width: 767px) {} .licht3515 { ._content>ol { padding: 0; margin: 0 0 15px; width: 100%; list-style-type: none; } ._content>ol :is(strong:nth-child(1), b:nth-child(1)) { font-family: var(--ft-t1); color: var(--clr01) } ._content>ol>li~li { margin-top: 9px; padding-top: 9px; border-top: 2px solid #000; } } /* ================ */ [mn="3515"] .tmp-4 { --count: 1; margin: 0; .date { padding: 0; margin: 0; border: 0; background-color: transparent; } .tmp{ padding: 0; } .tmpw.f{ border: 0; border-radius: 0; padding: 0 !important; /* box-shadow: 0px 0px 15px rgba(0,0,0,.3); */ } }[mn="7504"] { position: relative; z-index: 3; .categorylistbx{ --listset-count: 3; @media(width<=767px){ --listset-count: 2; } @media(width<=575px){ --listset-count: 2; } } .tag_sku { display: inline-flex; background-color: var(--clr01); color: #fff; line-height: 1; padding: 9px; font-size: 80%; border-radius: 3px; font-family: var(--ft-t2); } .related_product{ display: none; } } /* [folderurl]:hover > *::before, [folderurl].active > *::before { content: ''; display: inline-block; height: 6px; width: 6px; background-color: var(--clr01); margin: -2px 6px 0 0; vertical-align: middle; } */ [mn="7504"] .horline { margin: 60px 0 } [mn="7504"] .gen-filter .field { margin: 10px 0 } [mn="7504"] .divbx { min-height: 90vh; border-top: 1px solid #ccc } [mn="7504"] .taste.backbtn { margin: 30px 0 0 } [mn="7504"] .subjectbx { line-height: 1; } [mn="7504"] .mainttl img { max-height: 60px; } [mn="7504"] .mainttl { font-size: 250%; font-family: var(--ft-t2); } [mn="7504"] .subttl { font-size: 80%; text-transform: uppercase; font-family: var(--ft-t2); color: #999; } [mn="7504"] .result { font-size: 90%; color: #888; margin: 9px 0 3px; padding: 9px 0 0; border-top: 1px solid #eee; } [mn="7504"] .result .resultnumber { font-size: 130%; font-family: var(--ft-t2); } [mn="7504"] .contmain { max-width: 1200px; } [mn="7504"] .divbx{ --div: 270px; .divw { margin: 0 -15px; } .div- { padding: 15px; &.div-l { flex: 0 0 var(--div); max-width: var(--div); border-right: 1px solid #ccc; } &.div-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)) } @media(width<=991px){ flex: 0 0 100% !important; max-width: 100% !important; } } } .catbx7504 * { line-height: 1; } .catbx7504 label { margin: 0 0 6px } .catbx7504 .fieldbx input { font-family: var(--ft-t2); border-radius: 6px; } .catbx7504 [btnrole] { margin: 6px 0 0; width: 100%; min-width: none; } .catbx7504 .gen-filter { margin: 30px 0 0 } .catbx7504 [folderid] { width: 100%; margin: 0; cursor: pointer; flex-wrap: wrap; font-family: var(--ft-t2); } .catbx7504 .ele { width: 100%; } .catbx7504 .ele ~ .ele { border-top: 2px solid var(--clr01) } .catbx7504 .tabbar { padding: 0 } .catbx7504 .tabbar:hover { padding: 0; background-color: var(--clr06); } .catbx7504 .tabbar > div { font-size: 90%; } .catbx7504 .tabbar > div:not(.icon) { padding: 12px 0 9px 12px } .catbx7504 .tabbar .icon { flex: 0 0 30px; max-width: 30px; } .catbx7504 .tabbar .txt { flex: 0 0 calc(100% - 30px); max-width: calc(100% - 30px) } .catbx7504 .tabbar .txt.full { flex: 0 0 calc(100% - 0px); max-width: calc(100% - 0px) } .catbx7504 .tabbar.active .plus { display: none } .catbx7504 .tabbar:not(.active) .minus { display: none } .catbx7504 .tabbar:after { display: none } .catbx7504 .count { color: #888; position: absolute; right: -3px; top: 0; translate: 100% -20%; font-size: 80% } .catbx7504 .genwrap { border: 2px solid var(--clr01); border-radius: 15px; overflow: hidden; } @media (max-width: 991px) { .catbx7504 { position: fixed; width: 250px !important; top: 50%; left: 0; translate: -100% -50%; background-color: #fff; z-index: 45; border: 1px solid #ccc; transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); } .catbx7504.active { translate: 0% -50%; } .catbx7504 > * { overflow: hidden; max-height: calc(80vh - 40px); overflow-y: auto; } .catbx7504 .taste.arr { position: absolute; right: 0.5px; top: 50%; translate: 100% -50%; padding: 15px 6px; background-color: #fff; font-size: 150%; border: 1px solid #ccc; border-left: 0; color: forestgreen; cursor: pointer; border-radius: 0 6px 6px 0; } .catbx7504:not(.active) .taste .fa-caret-left { display: none; } .catbx7504.active .taste .fa-caret-right { display: none; } .catbx7504 .genwrap { padding: 21px 21px 120px; border: 0; } } .catbx7504 .listttl { margin: 0; padding: 12px 9px; font-family: var(--ft-t1); font-size: 120%; color: #fff; text-align: center; background-color: var(--clr01); } @media (min-width: 991px) { .catbx7504 .taste.arr { display: none; } } @media (max-width: 991px) { [mn="7504"] .div-l, [mn="7504"] .div-r { flex: 0 0 100%; max-width: 100% } } @media (max-width: 1200px) { [mn="7504"] .itmbx { flex: 0 0 33.333%; max-width: 33.333%; } } @media (max-width: 767px) { [mn="7504"] .itmbx { flex: 0 0 33.333%; max-width: 33.333%; } } @media (max-width: 575px) { [mn="7504"] .itmbx { flex: 0 0 50%; max-width: 50%; } } /* ================================= */ .viewimgbx7504 { position: fixed; height: 100vh; width: 100% !important; overflow: hidden; top: 0; left: 0; z-index: 110; line-height: 1; transition: .9s all cubic-bezier(0.075, 0.82, 0.165, 1); } .viewimgbx7504.active { background-color: rgba(0 0 0 / 45%); } .viewimgbx7504 .viewimgw { background-color: rgba(255 255 255 / 90%); width: 700px; height: 100vh; max-width: calc(100% - 90px); overflow: hidden; overflow-y: scroll; transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); translate: -110% 0; } .viewimgbx7504.active .viewimgw { translate: 0% 0; } .viewimgbx7504 img { width: 100% } .viewimgbx7504 .close { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; cursor: pointer; } .viewimgbx7504 .viewimgw { padding: 0 0 50vh; } [mn="7504"] .detailbx .mainimgbx.bimgbx { max-width: calc(100% - 40px); margin: 0 0 0 auto; } [mn="7504"] .detailbx .imgdisplaylayer { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; } [mn="7504"] .detailbx .galw { flex-wrap: nowrap; } [mn="7504"] .detailbx .gal- { flex: 0 0 60px; max-width: 60px; border: 1px solid #ccc; margin: 0 3px 0 0; } [mn="7504"] .detailbx .mainimgbx .mainimgw { margin: 0 auto 15px; background-color: #fff; max-width: auto; padding: 30px 15px; border: 1px solid #ccc } [mn="7504"] .taste { text-align: center } [mn="7504"] .detailbx .h4 { font-size: 200%; } [mn="7504"] .detailbx .additionalinfobx { margin: 60px 0 0 } [mn="7504"] .detailbx .mainimgbx.bimgbx { max-width: 100%; } [mn="7504"] .detailbx .galbx { position: relative; z-index: 10; left: 0; top: 0; width: 100%; overflow: hidden; overflow-x: auto; max-height: initial; translate: 0; display: flex; margin: 0 auto 30px; } [mn="7504"] .detailbx .h4 { margin: 3px 0; line-height: 1.1; } [mn="7504"] .detailbx .price { font-family: var(--ft-t2); font-size: 120%; } [mn="7504"] .detailbx .price { font-family: var(--ft-t2); font-size: 120%; } [mn="7504"] .detailbx .desc { margin: 15px 0 0; line-height: 1.8; color: #888 } [mn="7504"] .detailbx .taste { margin: 30px 0 0 } [mn="7504"] .detailbx .taste .btn.btnWahtsapp { background-color: #27d367; border: 0; border-radius: 3px; } [mn="7504"] .detailbx .taste .btn { margin: 3px 0 !important; padding: 15px } [mn="7504"] .detailbx .taste .btn.btnEnquire { background-color: var(--clr02, #999); border: 2px solid var(--clr02, #999); display: none; } [mn="7504"] .detailbx .taste .btn.btnEnquire:hover { background-color: var(--clr01, #999); border: 2px solid var(--clr01, #999); } [mn="7504"] .detailbx .additionalinfow .addi- { max-width: 100%; line-height: 1; flex: 0 0 100%; } [mn="7504"] .detailbx .additionalinfow .addi-:nth-child(odd) { background-color: #eee; } [mn="7504"] .detailbx .addittl { font-family: var(--ft-t2); } [mn="7504"] .detailbx .add- { --div: 200px; padding: 12px; } [mn="7504"] .detailbx .add-l { flex: 0 0 var(--div); max-width: var(--div); border-right: 1px solid #ddd; } [mn="7504"] .detailbx .add-r { flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); } [mn="7504"] .detailbx .additionalinfobx { margin: 60px 0 0 } [mn="7504"] .detailbx .gal- .bimgw { background-color: #fff } [mn="7504"] .detailbx .gal- .bimg { cursor: pointer; } [mn="7504"] .detailbx .additionalinfow { max-width: 500px; margin: 0 auto; border: 1px solid #ccc; } [mn="7504"] .detailbx .additionalinfow > .wrap { padding: 15px } @media (max-width: 991px) { } @media (max-width: 575px) { [mn="7504"] .detailbx .add- { --div: 130px; } [mn="7504"] .detailbx .bimgw { --bw: 300px; } [mn="7504"] .detailbx .infomainbx { text-align: center; } [mn="7504"] .detailbx .taste .btn { margin: 0 0 6px; width: 100%; } } @media (min-width: 767px) { [mn="7504"] .relatedbx .tmp-3 { --div: 4 } } [mn="7504"] .tmp>*:hover .top .bimg:after { opacity: .5; } [mn="7504"] div.add { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 25%; width: 90px; aspect-ratio: 1 / 1; opacity: 0; transition: all ease-in-out .4s; background-image: url(_src/add.png); z-index: 3; } [mn="7504"] .tmp>*:hover div.add { opacity: 1; } [mn="7504"] .accordionbx { margin: 60px auto 0; max-width: 100%; width: 100%; & > h4 { margin: 0 0 30px !important; } .accordiontab { margin: 0 0 21px; gap: 0; position: relative; z-index: 1; &::after{ content: ''; display: block; position: absolute; width: 100%; height: 1px; background-color: #ccc; z-index: -1; left: 0; bottom: 0; } } .accordiontxtbx { /* padding: 21px; */ /* background-color: #efefef; */ /* border: 1px solid #ccc; */ min-height: 150px; padding-bottom: 21px; } & [tablist] { display: inline-flex; padding: 12px 15px; /* background-color: #999; */ border-bottom: 3px solid transparent; font-family: var(--ft-t2); cursor: pointer; line-height: 1; font-size: 120%; z-index: 1; &.active{ color: #fff; border-bottom: 3px solid var(--clr01); background-color: var(--clr01); border-radius: 15px 15px 0 0; } &:not(.active):hover{ color: var(--clr02); border-bottom: 3px solid var(--clr02); } } & table{ width: 100% !important; background-color: #fff; line-height: 1.4; & tbody > tr:first-child{ background-color: var(--clr01); font-family: var(--ft-t1); color: #fff; & > * { background-color: transparent; } } } .documentbx{ line-height: 1; width: 800px; max-width: 100%; .documentw{ a{ border: 1px solid #ccc; border-radius: 100px; overflow: clip; transition: .4s all ease; padding: 15px; &:hover{ border: 1px solid var(--clr01); background-color: var(--clr01); color: #fff; } & ~ & { margin: 9px 0 0; } } } } } .licht_7504{ .titlebx{ margin: 0 0 30px; padding: 0 0 15px; border-bottom: 1px solid #ccc; h4{ margin: 0; } } .divbx{ line-height: 1.3; .divw{ gap: 21px 0; } @media(width<575px){ .div-l, .div-r{ flex: 0 0 100%; max-width: 100%; } } .infomain{ & > * ~ * { margin-top: 15px; } } .value{ font-size: 120%; } .title{ margin: 0; } } .formain{ border: 1px solid #ccc; margin-top: 30px; padding: 21px; border-radius: 21px; } .notice{ color: orangered; line-height: 1.1; font-size: 90%; } canvas{ max-width: 100% !important; &:not([height]){ display: none; } } } [mn="7504"] .detailbx .taste{ margin: 30px 0 0; display: flex; gap: 9px 12px; & > * { flex: 1 0 0; max-width: 100%; padding: 15px } a { .bimgw { width: 21px; } .bg-mask { --mkclr: #fff; transition: .4s all ease; } } .btn{ gap: 9px; } .btn.btnWahtsapp { --btnclr: #fff; --btnclrhov: #fff; background-color: #27d367; border-color: #27d367; &::after{ display: none; } } .btn.btnWahtsapp:hover { background-color: #11b24c; border-color: #11b24c; } .btn.btnEnquire { background-color: var(--clr02x, #999); border: 2px solid var(--clr02x, #999); } .btn.btnEnquire:hover { background-color: var(--clr01, #999); border: 2px solid var(--clr01, #999); .bg-mask{ --mkclr: var(--btnclrhov); } } } [mn="7504"] .accordionbx_2{ --tabBgClr: var(--tabBgClr_default, transparent); --tabBgClrActive: var(--tabBgClrActive_default, transparent); --tabTxtClr: var(--tabTxtClr_default, var(--clr01x, #000)); --tabTxtClrActive: var(--tabTxtClrActive_default, var(--clr01)); margin: 30px 0; border-bottom: 1px solid #ccc; .title{ margin: 0; } .accordiontabbx{ width: 900px; max-width: 100%; margin: 0 auto; } .accordiontab{ border-top: 1px solid #ccc; position: relative; & ~ & { margin: 0; } & > * { padding: 15px 45px 15px 0; } & > .btm { padding-right: 15px; padding-top: 0px; } .slide { display: none; } .title{ --div: 25px; .ttl-{ &.ttl-l{ flex: 0 0 var(--div); max-width: var(--div); } &.ttl-r{ flex: 0 0 calc(100% - var(--div)); max-width: calc(100% - var(--div)); padding-left: 12px; } } } ._content{ margin: 0; } .top { line-height: 1; font-family: var(--ft-t1); cursor: pointer; background-color: var(--tabBgClr); color: var(--tabTxtClr); transition: .6s all ease; &::after { content: ''; aspect-ratio: 1 / 1; width: 21px; /* background-image: url(_src/arrow.svg); background-size: contain; background-position: center; background-repeat: no-repeat; */ -webkit-mask-image: url(_src/7504_arrow.svg); mask-image: url(_src/7504_arrow.svg); mask-size: contain; -webkit-mask-size: contain; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; background-color: var(--tabTxtClr); position: absolute; right: 15px; top: 15px; rotate: 0deg; transform-origin: center; transition: .6s all ease; @media (max-width: 575px){ width: 18px; } } } &.active .top{ background-color: var(--tabBgClrActive); color: var(--tabTxtClrActive); &::after { rotate: 180deg; background-color: var(--tabTxtClrActive); pointer-events: none; } } } } [mn="3516"] { overflow: clip; .colorbx { --gap: 3px; .colorw { gap: var(--gap) } .color- { aspect-ratio: 1; width: 30px; border-radius: 50%; } } .mySwiper { width: 100%; overflow: visible; .swiper-button-next, .swiper-button-prev { --swiper-navigation-sides-offset: -15px; aspect-ratio: 1 / 1 !important; background-color: var(--clr01); width: 40px; height: auto; border-radius: 50%; } .swiper-button-next:after, .swiper-button-prev:after { color: #fff; font-size: 15px; } .swiper-pagination-bullet-active { background-color: var(--clr01); } .swiper-pagination { position: relative; margin: 15px 0 0; } .swiper_cus_nav { /* margin-top: 60px; */ } .bimgw { width: 1000px; } .divbx { --div: 50%; .divw { flex-direction: row-reverse; } .div- { &.div-r { padding-right: 9px; .btm { background-color: #fff; padding: 15px; justify-content: space-between; } } .top{ background-color: #fff; } @media(width<=575px){ flex: 0 0 100% !important; max-width: 100% !important; &.div-r { padding-top: 9px; padding-right: 0px; } } } .bimgbx { line-height: 0; .bimgw { background-color: #fff; padding: 15px; .bimg { padding-top: 70%; } } } .title{ font-size: 130%; font-family: var(--ft-t2); border-bottom: 1px solid var(--clr02); line-height: 1.2; padding: 0 0 9px; margin: 0 0 9px; } .desc{ color: #666; } } } }