/*
Theme Name: Studio Malhaar
Theme URI: https://studiomalhaar.com
Author: the Admarkon team
Author URI: https://admarkon.com
Description: Custom theme for Studio Malhaar with Woocommerce
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studiomalhaar
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", "Lucida Sans", sans-serif; }

body {
  font-size: 10px;
  box-sizing: border-box;
  color: #4e4e4e; }

.font-large {
  font-size: 2rem; }

.font-medium {
  font-size: 1.3rem; }

.font-small {
  font-size: 0.85rem; }

.bold-text {
  font-weight: bold; }

.font-bold-900 {
  font-weight: 900; }

.font-bold-200 {
  font-weight: 200; }

.script-font {
  font-family: "Luxurious Script", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; }

.poppin-font {
  font-family: "Poppins", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; }

p {
  font-size: 0.81rem;
  margin-bottom: 1rem; }
  p :not:last-child {
    margin-bottom: 1rem; }

li {
  font-size: 0.8rem;
  padding: 0.5rem 0; }

footer li {
  padding: 0.1rem; }

.arrow-button-section {
  margin: 1rem;
  text-align: right;
  display: block; }
  .arrow-button-section a,
  .arrow-button-section a:link {
    text-decoration: none;
    color: #4e4e4e; }

.btn {
  background-color: #b53636;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  color: white; }

.button_shopnow {
  display: block;
  width: 80%;
  background-color: #a98c7f;
  color: white;
  text-decoration: none;
  padding: 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem 2rem;
  font-size: 0.9rem; }

.button_shopnow-positioned {
  display: block;
  width: 80%;
  background-color: #a98c7f;
  color: white;
  text-decoration: none;
  padding: 0.5rem 0;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem auto;
  font-size: 0.9rem; }

footer {
  display: flex;
  background-color: #a98c7f;
  max-width: 1007px;
  margin: 0 auto;
  justify-content: space-evenly; }
  footer h2 {
    margin-bottom: 1rem; }
  footer .footer_section {
    color: white;
    margin: 2rem;
    line-height: 1.4rem;
    flex: 0 0 25%;
    font-size: 0.8rem; }
  footer ul {
    list-style: none; }

main,
.wp-site-blocks {
  margin: 0 auto;
  max-width: 1007px; }
  main .content_section,
  .wp-site-blocks .content_section {
    padding: 1rem;
    display: block; }

.entry-content {
  font-size: 1.2rem; }

.wp-block-post-excerpt__excerpt {
  font-size: 0.8rem; }

.variations {
  font-size: 1rem; }

#size,
.qty {
  border: gray;
  box-shadow: 0 1px 0.51rem #00000038;
  height: fit-content;
  border-radius: 6px;
  border: none; }

.variations {
  margin-top: 3rem;
  margin-left: 1rem; }

.wp-block-post-excerpt {
  padding: 0.8rem; }

.wp-block-post-title {
  font-weight: 300;
  font-size: 1.6rem;
  padding: 1rem; }

.wp-block-woocommerce-product-details {
  font-size: 1rem; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin-left: 2rem;
  font-size: 0.9rem; }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
    font-weight: 300; }

.single_variation_wrap {
  margin-left: 1rem; }

.button {
  background-color: #a98c7f;
  color: white;
  padding: 0.7rem 4rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  /* box-shadow: 1px 1px 1px #fff; */
  /* text-shadow: 0 1px 1px black; */
  border-radius: 0.2rem; }

.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.2rem; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100px;
  height: 100px;
  object-fit: cover; }

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a {
  font-weight: 500; }

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
  font-weight: 500; }

.wp-block-woocommerce-product-meta {
  font-size: 0.8rem;
  margin-left: 1rem; }

.woocommerce .woocommerce-Reviews .comment-reply-title {
  font-size: 1rem;
  font-weight: 500; }

.shadow-me {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.woocommerce .star-rating span {
  font-family: star; }

.carousel {
  position: relative;
  margin: auto; }
  .carousel__image {
    display: flex;
    flex: 0 1 20%;
    flex-direction: row;
    justify-content: center; }
    .carousel__image_part {
      position: relative; }

.carousel_caption {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translatex(-50%) rotate(-90deg);
  text-shadow: 0 0.2rem 0.3rem black;
  transition: all 1s; }
  .carousel_caption-1 {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600; }
  .carousel_caption-2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    font-weight: 300; }

.logo-bg {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.699), rgba(0, 0, 0, 0));
  z-index: 500;
  width: 100%;
  height: 30vh; }
  .logo-bg .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    color: white;
    margin-top: 1rem; }
    .logo-bg .logo img {
      max-height: 6rem; }

.logo-text {
  font-size: 1rem; }

.logo-caption {
  font-size: 0.75rem; }

body,
html {
  --app-margin: 14px;
  --app-accorion-height: 100vh; }

.spacer {
  height: 24px; }

.centered {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto; }

.wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto; }

html,
body {
  width: 100%;
  height: 100%; }

.container {
  margin: 0 auto;
  max-width: 1007px; }

h1 {
  position: relative;
  margin-bottom: 45px;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242; }

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 95vh; }

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease; }
  .item:hover {
    flex: 7; }

.item-1 {
  background-image: url("images/hero1.jpg");
  position: relative; }
  .item-1 a {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
  .item-1:hover .carousel_caption,
  .item-1:focus .carousel_caption {
    transform: rotate(0deg); }

.item-2 {
  background-image: url("images/hero2.jpg");
  position: relative; }
  .item-2 a {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
  .item-2:hover .carousel_caption,
  .item-2:focus .carousel_caption {
    transform: rotate(0deg); }

.item-3 {
  background-image: url("images/hero3.jpg");
  position: relative; }
  .item-3 a {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
  .item-3:hover .carousel_caption,
  .item-3:focus .carousel_caption {
    transform: rotate(0deg); }

.item-4 {
  background-image: url("images/hero7.jpg");
  position: relative; }
  .item-4 a {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
  .item-4:hover .carousel_caption,
  .item-4:focus .carousel_caption {
    transform: rotate(0deg); }

.item-5 {
  background-image: url("images/hero5.jpg");
  position: relative; }
  .item-5 a {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%);
    left: 50%; }
  .item-5:hover .carousel_caption,
  .item-5:focus .carousel_caption {
    transform: rotate(0deg); }

.social {
  position: absolute;
  right: 35px;
  bottom: 0; }
  .social img {
    display: block;
    width: 32px; }

.container {
  height: 95vh;
  overflow: hidden; }
  .container .gallery {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 0px; }
  .container .panel-container {
    position: relative;
    width: 10%;
    background: #eee;
    transition: width 3s, visibility 2s;
    user-select: none; }
    .container .panel-container:nth-child(1) {
      visibility: hidden;
      transform: translateY(-100%);
      animation: fall 2s 0s forwards;
      transform: translateY(100%);
      animation: fly 2s 0s forwards; }
    .container .panel-container:nth-child(2) {
      visibility: hidden;
      transform: translateY(-100%);
      animation: fall 2s 0.5s forwards; }
    .container .panel-container:nth-child(3) {
      visibility: hidden;
      transform: translateY(-100%);
      animation: fall 2s 1s forwards;
      transform: translateY(100%);
      animation: fly 2s 1s forwards; }
    .container .panel-container:nth-child(4) {
      visibility: hidden;
      transform: translateY(-100%);
      animation: fall 2s 1.5s forwards; }
    .container .panel-container:nth-child(5) {
      visibility: hidden;
      transform: translateY(-100%);
      animation: fall 2s 2s forwards;
      transform: translateY(100%);
      animation: fly 2s 2s forwards; }
    .container .panel-container:hover {
      cursor: pointer;
      outline-color: #948979; }
    .container .panel-container:has(.panel-control:checked) {
      width: 60%; }
      .container .panel-container:has(.panel-control:checked):hover {
        user-select: initial;
        cursor: initial;
        outline-color: #dfd0b8; }
    .container .panel-container .panel {
      height: 100%;
      padding: 10px;
      position: relative; }
    .container .panel-container .panel-img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
    .container .panel-container .panel-id {
      font-size: 2rem;
      color: rgba(255, 255, 255, 0.75);
      transform: rotate(90deg) translateX(50%); }
      .container .panel-container .panel-id::before {
        content: ""; }
    .container .panel-container .panel-control {
      display: none; }
      .container .panel-container .panel-control:checked ~ .panel-id {
        display: none; }
      .container .panel-container .panel-control:checked ~ .panel-content {
        display: flex; }
    .container .panel-container .panel-content {
      height: 100%;
      flex-direction: column;
      color: white;
      letter-spacing: 0.01rem;
      position: relative;
      z-index: 5;
      overflow: hidden;
      display: none;
      transition: display 1s; }
      .container .panel-container .panel-content .head {
        padding: 10px;
        font-size: 2.5rem;
        position: relative; }
        .container .panel-container .panel-content .head::before {
          content: "";
          border-radius: 0.25rem;
          margin-right: 0.75rem; }
        .container .panel-container .panel-content .head::after {
          content: "";
          height: 78%;
          width: 0;
          border-radius: 0.25rem;
          margin: 7px 10px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          overflow: hidden;
          background: #15344899;
          animation: squeezeout 2s 1s forwards; }
      .container .panel-container .panel-content .icon {
        color: inherit;
        height: 1.125rem; }
      .container .panel-container .panel-content .alt {
        vertical-align: bottom; }
        .container .panel-container .panel-content .alt .value::after {
          content: ""; }
      .container .panel-container .panel-content .spacer {
        flex: 1 0 auto; }
      .container .panel-container .panel-content .carouselbutton {
        padding: 1rem 3rem;
        background-color: #830101;
        color: white;
        font-size: 1rem;
        text-align: center;
        justify-content: center;
        border-radius: 3px;
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.699); }
      .container .panel-container .panel-content .body {
        padding: 10px;
        font-size: 1.125rem;
        line-height: normal;
        position: relative;
        transform: translateY(100%);
        animation: slideInTop 2.5s 3s forwards;
        text-align: center; }
        .container .panel-container .panel-content .body::before {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 0.25rem;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1; }
        .container .panel-container .panel-content .body h2 {
          margin-bottom: 2rem; }
      .container .panel-container .panel-content .title {
        color: limegreen; }
      .container .panel-container .panel-content .value {
        margin-bottom: 0.75rem; }

@keyframes fall {
  0% {
    visibility: hidden;
    transform: translateY(-100%); }
  100% {
    visibility: visible;
    transform: translateY(0); } }

@keyframes fly {
  0% {
    visibility: hidden;
    transform: translateY(100%); }
  100% {
    visibility: visible;
    transform: translateY(0); } }

@keyframes slideInLeft {
  0% {
    transform: translateX(50%); }
  100% {
    transform: translateY(0); } }

@keyframes slideInBottom {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }

@keyframes slideInTop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes reveal {
  0% {
    flex: 1; }
  100% {
    flex: 80%; } }

@keyframes squeezeout {
  0% {
    width: 1px; }
  100% {
    width: 100px; } }

.social {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap; }
  .social_item {
    display: flex;
    font-size: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
    align-content: stretch;
    justify-content: space-between;
    align-items: center; }

.social_icon img {
  max-width: 30px;
  filter: invert(1);
  /* or to blue */
  filter: sepia(1) opacity(0.5); }

.social_text {
  font-size: 1rem; }

.who-we-are {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  align-items: center; }
  .who-we-are-col1 {
    flex: 0 0 40%; }

.home_author {
  background-image: url("images/backgroundpattern.png");
  margin-top: 1rem;
  display: block;
  position: relative; }

.author-title {
  font-size: 3rem;
  display: block;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
  margin-top: 3rem;
  padding-top: 3rem;
  font-weight: 900; }

.author-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 750px) {
    .author-content {
      display: block; } }

.occassioncentric {
  flex: 0 0 35%;
  padding: 3rem 2rem;
  padding-left: 5rem;
  text-align: right;
  z-index: 300; }

.personalfitting {
  flex: 0 0 35%;
  padding: 3rem 2rem;
  padding-right: 5rem; }

.trendsettingdesign {
  flex: 0 0 35%;
  padding: 3rem 2rem;
  padding-left: 5rem;
  text-align: right; }

.passionforfashion {
  flex: 0 0 35%;
  padding: 1rem 1rem;
  padding-right: 2rem;
  z-index: 300; }

@media only screen and (max-width: 750px) {
  .personalfitting {
    flex: 1 1 40%;
    padding: 1rem 1rem;
    padding-right: 2rem; }
  .trendsettingdesign {
    flex: 1 1 40%;
    padding: 1rem 1rem;
    padding-left: 2rem;
    text-align: right; }
  .passionforfashion {
    flex: 1 1 40%;
    padding: 1rem 1rem;
    padding-right: 2rem;
    z-index: 300; }
  .occassioncentric {
    flex: 1 1 40%;
    padding: 1rem 1rem;
    padding-left: 2rem;
    text-align: right;
    z-index: 300; } }

@media only screen and (max-width: 480px) {
  .occassioncentric {
    flex: 0 0 100%;
    padding: 1rem 1rem;
    text-align: left;
    z-index: 300; }
  .personalfitting {
    flex: 0 0 100%;
    padding: 1rem 1rem;
    padding-right: 5rem; }
  .trendsettingdesign {
    flex: 0 0 100%;
    padding: 1rem 1rem;
    text-align: left; }
  .passionforfashion {
    flex: 0 0 100%;
    padding: 1rem 1rem;
    padding-right: 5rem;
    z-index: 300; } }

.author-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%); }
  .author-image img {
    max-width: 25rem;
    z-index: 100; }
  @media only screen and (max-width: 750px) {
    .author-image img {
      display: none; } }
  @media only screen and (max-width: 650px) {
    .author-image img {
      max-width: 15rem;
      z-index: 100; } }
  @media only screen and (max-width: 450px) {
    .author-image {
      display: none; } }

.core-business {
  background-color: #252120;
  padding: 3rem 10rem;
  text-align: center;
  color: #fff; }

.productlist {
  padding: 2rem;
  display: flex; }
  .productlist .product_item {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
    margin-right: -0.1rem; }
    .productlist .product_item:not(:last-child) {
      margin-right: 1rem; }
    .productlist .product_item img {
      border-radius: 0.3rem;
      max-width: 300px;
      height: 345px;
      object-fit: cover; }

.product_title {
  font-size: 1.1rem;
  font-weight: 300;
  color: #a98c7f;
  text-align: center; }

.discover {
  background-image: url(images/infortain.png);
  position: relative;
  display: block;
  /* height: 300px; */
  padding: 1.5rem;
  text-align: -webkit-right;
  background-repeat: no-repeat;
  background-position: center; }
  .discover .discover_border {
    padding: 0.2rem 0.2rem;
    width: 50%;
    background-color: white;
    margin: 0.5rem; }

.dicover_content {
  margin: 1rem;
  font-size: 1.2rem;
  padding: 1rem;
  text-align: left;
  position: relative;
  min-height: 220px; }

.discover-title {
  font-family: "Luxurious Script", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 200;
  font-size: 2rem;
  display: block;
  text-align: center;
  border: 0.8rem solid #a98c7f;
  border-bottom: none;
  padding-top: 1rem; }

.discover-text {
  font-size: 0.8rem;
  background-color: white;
  display: block;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 2rem; }

@media only screen and (max-width: 650px) {
  .discover .discover_border {
    width: 97%; } }

.button-div {
  display: block;
  margin: 0 auto;
  border: 1rem solid #a98c7f;
  border-top: 0; }

.testimonial {
  margin-top: 4rem;
  text-align: center; }
  .testimonial h2 {
    font-size: 2rem;
    font-weight: 200; }
  .testimonial h3 {
    font-size: 1.5rem;
    font-weight: 400; }
  .testimonial .testimonial_block {
    flex: 0 0 24%;
    text-align: center;
    margin: 3rem 0;
    padding: 0 2rem; }
    .testimonial .testimonial_block .testimonial_img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover; }

.testimonials {
  display: flex;
  gap: 2rem;
  margin-top: 2rem; }

.testimonialcontent {
  font-size: 0.8rem;
  line-height: 1.5rem; }

.testimonial_user {
  color: #a98c7f;
  font-size: 1rem; }

.testimoniallocation {
  color: #a98c7f;
  font-size: 0.8rem;
  font-style: italic; }

header {
  position: relative; }
  header .logo {
    display: block;
    text-align: center;
    margin: 0 auto; }
    header .logo .logo_img {
      max-width: 80px; }
    header .logo .logo-title {
      display: block;
      color: #a98c7f;
      letter-spacing: 0.5rem; }

a:where(:not(.wp-element-button)) {
  text-decoration: none;
  color: #4e4e4e; }

.navigation-menu {
  margin: 1rem 2rem;
  padding: 0.7rem 2rem;
  border-radius: 0.4rem;
  color: #4e4e4e;
  font-size: 0.9rem;
  text-transform: uppercase; }
