{"version":3,"sources":["hamazon.scss","components/_no_content.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA,6BCCC,6BACA,sBACA,aACA,YACA,YACA,WACA,sBACA,kBAGA,6CACC,aACA,aACA,SACA,gBACA,WACA,YACA,gBDLD,oBACC,WACA,gBACA,iBAEA,sBACC,WAIF,kBACC,WACA,gBACA,YACA,0BACA,6BACA,eAIC,yDACC,qBAGD,4BACC,0BAMH,iBACC,aACA,kBACA,2BAGD,mBACC,qBACA,UACA,gBACA,cAGD,mBACC,gBACA,gBACA,gBAGD,sBACC,qBACA,gBACA,sBACA,kBACA,WACA,qBACA,gBAGD,mBACC,YACA,mBACA,aACA,sBACA,sBACA,gBACA,iBACA,WACA,YAKA,kBACC,gBAGD,2BACC,gBACA,gBAGD,sCACC,cACA,gBACA,aAIF,qBACC,eAGD,iBACC,qBACA,iBACA,mBACA,iBACA,kBACA,gCACA,gBACA,gBACA,+FAEA,kCACC,iBAQA,wBACC,MANsB,KAOtB,aAPsB,KAQtB,+BAEA,6DAEC,WACA,iBAbqB,KAKvB,qBACC,MANsB,QAOtB,aAPsB,QAQtB,+BAEA,uDAEC,WACA,iBAbqB,QAKvB,qBACC,MANsB,KAOtB,aAPsB,KAQtB,+BAEA,uDAEC,WACA,iBAbqB,KAqBzB,0CAEC,mBACC,WACA,cACA,gBAGD,qBACC,kBACA,WAGD,iBACC,cACA,kBAGD,oBACC","file":"../hamazon.css","sourcesContent":["/*!\n This should not be removed.\n */\n\n@import \"components/no_content\";\n\n/*\n----------------------------------------------\n\t1. div.tmkm-amazon-view\n----------------------------------------------\n*/\n.tmkm-amazon {\n\n\t&-vendor {\n\t\tclear: both;\n\t\tfont-size: 0.85em;\n\t\ttext-align: right;\n\n\t\ta {\n\t\t\tcolor: #999;\n\t\t}\n\t}\n\n\t&-view {\n\t\tclear: both;\n\t\tmargin: 3em auto;\n\t\tpadding: 1em;\n\t\tborder-top: 1px solid #ddd;\n\t\tborder-bottom: 1px solid #ddd;\n\t\tfont-size: 1rem;\n\n\t\tp a {\n\n\t\t\t&:link, &:visited {\n\t\t\t\ttext-decoration: none;\n\t\t\t}\n\n\t\t\t&:hover {\n\t\t\t\ttext-decoration: underline;;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t&-row {\n\t\tdisplay: flex;\n\t\tmargin-bottom: 1em;\n\t\tjustify-content: flex-start;\n\t}\n\n\t&-label {\n\t\tdisplay: inline-block;\n\t\twidth: 8em;\n\t\tfont-weight: 700;\n\t\tflex-shrink: 0;\n\t}\n\n\t&-title {\n\t\tfont-size: 1.2em;\n\t\tline-height: 1.2;\n\t\tfont-weight: 700;\n\t}\n\n\t&-category {\n\t\tdisplay: inline-block;\n\t\tmargin-left: 1em;\n\t\tbackground-color: #000;\n\t\tborder-radius: 3px;\n\t\tcolor: #fff;\n\t\ttext-decoration: none;\n\t\tpadding: 2px 5px;\n\t}\n\n\t&-image {\n\t\tfloat: right;\n\t\tmargin: 0 0 1em 1em;\n\t\tpadding: 0.5em;\n\t\tborder: solid 1px #ddd;\n\t\tbackground-color: #fff;\n\t\tmax-width: 200px;\n\t\tmax-height: 250px;\n\t\twidth: auto;\n\t\theight: auto;\n\t}\n\n\tp {\n\n\t\tem {\n\t\t\tfont-weight: 700;\n\t\t}\n\n\t\t&.description {\n\t\t\tfont-size: 0.85em;\n\t\t\tline-height: 1.2;\n\t\t}\n\n\t\t&.additional-description {\n\t\t\tfont-size: 1em;\n\t\t\tline-height: 1.4;\n\t\t\tmargin: 1em 0;\n\t\t}\n\t}\n\n\t&-actions {\n\t\tmargin-top: 2em;\n\t}\n\n\t&-btn {\n\t\tdisplay: inline-block;\n\t\tpadding: 0.5em 1em;\n\t\tborder-style: solid;\n\t\tborder-width: 1px;\n\t\tborder-radius: 3px;\n\t\ttext-decoration: none !important;\n\t\tfont-size: 1.2em;\n\t\tfont-weight: 700;\n\t\ttransition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;\n\n\t\t& + & {\n\t\t\tmargin-left: 0.5em;\n\t\t}\n\n\t\t@each $brand, $color in (\n\t\t\t\t\t\t( amazon, #FF9900 ),\n\t\t\t\t\t\t( dmm, #EF2737 ),\n\t\t\t\t\t\t( phg, #000 ),\n\t\t) {\n\t\t\t&-#{$brand} {\n\t\t\t\tcolor: $color;\n\t\t\t\tborder-color: $color;\n\t\t\t\tbackground-color: transparent;\n\n\t\t\t\t&:hover,\n\t\t\t\t&:active {\n\t\t\t\t\tcolor: #fff;\n\t\t\t\t\tbackground-color: $color;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\n\n\t@media only screen and ( max-width: 767px ) {\n\n\t\t&-image {\n\t\t\tfloat: none;\n\t\t\tdisplay: block;\n\t\t\tmargin: 2em auto;\n\t\t}\n\n\t\t&-actions {\n\t\t\ttext-align: center;\n\t\t\tclear: both;\n\t\t}\n\n\t\t&-btn {\n\t\t\tdisplay: block;\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t&-vendor {\n\t\t\ttext-align: center;\n\t\t}\n\t}\n}\n",".hamazon-block-no-content{\n\ttext-align: center !important;\n\tbox-sizing: border-box;\n\tmargin: 3em 0;\n\theight: auto;\n\tpadding: 1em;\n\tcolor: #ccc;\n\tborder: 1px solid #eee;\n\tborder-radius: 3px;\n\n\t// in admin.\n\t.block-editor-page & {\n\t\theight: 200px;\n\t\tpadding: 20px;\n\t\tmargin: 0;\n\t\tbackground: #ccc;\n\t\tcolor: #fff;\n\t\tborder: none;\n\t\tborder-radius: 0;\n\t}\n}\n"]}